ext/pulse/pulsemixerctrl.c: Add note about memleak.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
2
3         * ext/pulse/pulsemixerctrl.c:
4           Add note about memleak.
5
6 2008-12-13  Edward Hervey  <bilboed@gmail.com>
7
8         * m4/Makefile.am:
9         A couple more .m4 that aren't shipped anymore with gettext 0.17.
10
11 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
12
13         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
14         (gst_flac_dec_init):
15         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
16         (gst_alaw_dec_init):
17         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
18         (gst_alaw_enc_init):
19         * gst/law/alaw.c: (plugin_init):
20         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
21         (gst_mulawdec_init):
22         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
23         (gst_mulawenc_init):
24         * gst/law/mulaw.c: (plugin_init):
25         Switch to using GstStaticPadTemplate.
26         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
27         Don't forget to free the addrinfo structure.
28         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
29         (gst_wavparse_sink_activate):
30         Don't forget to unref the GstAdapter.
31
32 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
33
34         * m4/Makefile.am:
35         inttypes.m4 hasn't been available since gettext-0.15, and since we now
36         require gettext >= 0.17 ... we can remove it from the list of files to
37         dist.
38
39 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
40
41         * gst/avi/gstavidemux.c:
42           More logging.
43
44         * gst/avi/gstavimux.c:
45           Handle more metadata fields. Better estimate of metadata size. Don't
46           merge received tags, if application has specified tags using
47           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
48
49 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
50
51         * tests/check/Makefile.am:
52         Also ignore pulsemixer for the states unit test.
53
54 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
55
56         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
57         Add an EOI marker at the end of the jpeg frame when it's missing.
58         Fixes #563056.
59
60 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
61
62         * tests/check/elements/videocrop.c: (check_1x1_buffer):
63         Update the unit test for the new color values for BT.601 red.
64         Fixes bug #563510.
65
66 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
67
68         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
69           Restore previous behaviour of not passing QoS and navigation
70           events upstream, which presumably wasn't meant to be changed.
71
72 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
73
74         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
75         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
76         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
77         (gst_dvdemux_chain), (gst_dvdemux_loop),
78         (gst_dvdemux_change_state):
79         Add srcpads only when needed and remove them again when going
80         back to READY. This prevents stalled pipelines if there's no
81         audio inside the DV stream, which happens for many MXF files.
82
83 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
84
85         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
86         (run_server):
87         The ports in libsoup are unsigned integers and not signed
88         integers.
89
90 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
91
92         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
93         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
94         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
95         (gst_dvdemux_chain), (gst_dvdemux_loop),
96         (gst_dvdemux_change_state):
97         Add srcpads only when they're needed. If we add all pads in any
98         case we will get a stalling audio pad if the stream contains
99         no audio, which is the case for many MXF files.
100
101 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
104         Forward all events upstream unless it's something we really
105         don't handle. This fixes latency configuration of pipelines.
106
107 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
108
109         * ext/dv/gstdv.c: (plugin_init):
110         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
111         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
112         Really call dv_init() exactly one time, not one time for
113         the demuxer and one time for the decoder.
114
115 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
116
117         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
118         Copy incomming timestamp to outgoing packets.
119
120 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
121
122         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
123         (gst_rtp_mp4v_pay_event):
124         Don't try to push packets before we could find a valid config
125         startcode. Fixes #563509.
126
127 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
128
129         Patch by: Brian Cameron <brian.cameron at sun dot com>
130
131         * sys/sunaudio/gstsunaudiomixerctrl.c:
132         (gst_sunaudiomixer_ctrl_open):
133         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
134
135 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
136
137         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
138
139         * configure.ac:
140         Make usage of libv4l optional by a configure parameter.
141         Fixes bug #563504.
142
143 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
144
145         * docs/plugins/Makefile.am:
146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
148         * docs/plugins/gst-plugins-good-plugins.args:
149         * docs/plugins/gst-plugins-good-plugins.hierarchy:
150         * docs/plugins/gst-plugins-good-plugins.interfaces:
151         * docs/plugins/inspect/plugin-1394.xml:
152         * docs/plugins/inspect/plugin-aasink.xml:
153         * docs/plugins/inspect/plugin-alaw.xml:
154         * docs/plugins/inspect/plugin-alpha.xml:
155         * docs/plugins/inspect/plugin-alphacolor.xml:
156         * docs/plugins/inspect/plugin-annodex.xml:
157         * docs/plugins/inspect/plugin-apetag.xml:
158         * docs/plugins/inspect/plugin-audiofx.xml:
159         * docs/plugins/inspect/plugin-auparse.xml:
160         * docs/plugins/inspect/plugin-autodetect.xml:
161         * docs/plugins/inspect/plugin-avi.xml:
162         * docs/plugins/inspect/plugin-cacasink.xml:
163         * docs/plugins/inspect/plugin-cairo.xml:
164         * docs/plugins/inspect/plugin-cutter.xml:
165         * docs/plugins/inspect/plugin-debug.xml:
166         * docs/plugins/inspect/plugin-dv.xml:
167         * docs/plugins/inspect/plugin-efence.xml:
168         * docs/plugins/inspect/plugin-effectv.xml:
169         * docs/plugins/inspect/plugin-equalizer.xml:
170         * docs/plugins/inspect/plugin-esdsink.xml:
171         * docs/plugins/inspect/plugin-flac.xml:
172         * docs/plugins/inspect/plugin-flxdec.xml:
173         * docs/plugins/inspect/plugin-gamma.xml:
174         * docs/plugins/inspect/plugin-gconfelements.xml:
175         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
176         * docs/plugins/inspect/plugin-goom.xml:
177         * docs/plugins/inspect/plugin-goom2k1.xml:
178         * docs/plugins/inspect/plugin-halelements.xml:
179         * docs/plugins/inspect/plugin-icydemux.xml:
180         * docs/plugins/inspect/plugin-id3demux.xml:
181         * docs/plugins/inspect/plugin-interleave.xml:
182         * docs/plugins/inspect/plugin-jpeg.xml:
183         * docs/plugins/inspect/plugin-level.xml:
184         * docs/plugins/inspect/plugin-matroska.xml:
185         * docs/plugins/inspect/plugin-monoscope.xml:
186         * docs/plugins/inspect/plugin-mulaw.xml:
187         * docs/plugins/inspect/plugin-multifile.xml:
188         * docs/plugins/inspect/plugin-multipart.xml:
189         * docs/plugins/inspect/plugin-navigationtest.xml:
190         * docs/plugins/inspect/plugin-ossaudio.xml:
191         * docs/plugins/inspect/plugin-png.xml:
192         * docs/plugins/inspect/plugin-pulseaudio.xml:
193         * docs/plugins/inspect/plugin-quicktime.xml:
194         * docs/plugins/inspect/plugin-replaygain.xml:
195         * docs/plugins/inspect/plugin-rtp.xml:
196         * docs/plugins/inspect/plugin-rtsp.xml:
197         * docs/plugins/inspect/plugin-shout2send.xml:
198         * docs/plugins/inspect/plugin-smpte.xml:
199         * docs/plugins/inspect/plugin-soup.xml:
200         * docs/plugins/inspect/plugin-spectrum.xml:
201         * docs/plugins/inspect/plugin-speex.xml:
202         * docs/plugins/inspect/plugin-taglib.xml:
203         * docs/plugins/inspect/plugin-udp.xml:
204         * docs/plugins/inspect/plugin-video4linux2.xml:
205         * docs/plugins/inspect/plugin-videobalance.xml:
206         * docs/plugins/inspect/plugin-videobox.xml:
207         * docs/plugins/inspect/plugin-videocrop.xml:
208         * docs/plugins/inspect/plugin-videoflip.xml:
209         * docs/plugins/inspect/plugin-videomixer.xml:
210         * docs/plugins/inspect/plugin-wavenc.xml:
211         * docs/plugins/inspect/plugin-wavpack.xml:
212         * docs/plugins/inspect/plugin-wavparse.xml:
213         * docs/plugins/inspect/plugin-ximagesrc.xml:
214         * gst/matroska/matroska-demux.c:
215         * gst/matroska/matroska-demux.h:
216         * gst/matroska/matroska-mux.c:
217         * gst/matroska/matroska-mux.h:
218         Add documentation for matroskamux and matroskademux and
219         update the inspection xml files.
220
221 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * configure.ac:
224         Apparently AC_CONFIG_MACRO_DIR breaks when using more
225         than one macro directory, reverting last change.
226
227 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
228
229         * configure.ac:
230         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
231         our M4 macros.
232
233 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
234
235         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
236         Provide the parameters that are required for the format string
237         to fix a compiler warning.
238
239 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
240
241         * gst/autodetect/gstautoaudiosrc.c:
242           Fix classification.
243
244 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
245
246         Patch by: Cygwin Ports maintainer
247                   <yselkowitz at users dot sourceforge dot net>
248
249         * autogen.sh:
250         * configure.ac:
251         Require gettext 0.17 because older versions don't mix with libtool
252         2.2. At build time an older gettext version will still work.
253         Fixes bug #556091.
254
255 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
256
257         Patch by: Peter Kjellerstedt <pkj at axis com>
258
259         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
260         Make gst_multiudpsink_render() ignore errors from sendto() instead of
261         breaking streaming. Emit a warning instead. Fixes #562572.
262
263 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
264
265         Patch by: Ron McOuat <rmcouat at smartt dot com>
266
267         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
268         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
269         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
270         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
271         * ext/soup/gstsouphttpsrc.h:
272         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
273         (digest_auth_cb), (run_test), (GST_START_TEST),
274         (souphttpsrc_suite), (run_server):
275         Add support for basic and digest authentication in souphttpsrc.
276         Fixes bug #561775.
277
278 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         Patch by: Pepijn Van Eeckhoudt
281                       <pepijn dot vaneeckhoudt at luciad dot com>
282
283         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
284         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
285         * gst/wavenc/gstwavenc.h:
286         * gst/wavenc/riff.h:
287         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
288
289 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
290
291         Patch by: 이문형 <iwings at gmail dot com>
292
293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
294         Prevent further read/write actions taken to the connect-failed socket by
295         erroring out quickly. See #562258.
296
297 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
298
299         * tests/examples/level/level-example.c:
300           Set fakesink to sync. Otherwise people might question the message
301           interval. Nevertheless the timestamp in the message is what matters.
302
303 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
304
305         * tests/icles/.cvsignore:
306         cvsignore newly generated file.
307
308 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
309
310         * gst/rtp/gstasteriskh263.c:
311         * gst/rtp/gstasteriskh263.h:
312         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
313         * gst/rtp/gstrtpL16depay.h:
314         * gst/rtp/gstrtpL16pay.c:
315         * gst/rtp/gstrtpL16pay.h:
316         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
317         * gst/rtp/gstrtpac3depay.h:
318         * gst/rtp/gstrtpamrdepay.c:
319         * gst/rtp/gstrtpamrdepay.h:
320         * gst/rtp/gstrtpamrpay.c:
321         * gst/rtp/gstrtpamrpay.h:
322         * gst/rtp/gstrtpdepay.c:
323         * gst/rtp/gstrtpdepay.h:
324         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
325         * gst/rtp/gstrtpg726depay.c:
326         * gst/rtp/gstrtpg726pay.c:
327         * gst/rtp/gstrtpg729depay.c:
328         * gst/rtp/gstrtpg729pay.c:
329         * gst/rtp/gstrtpgsmdepay.c:
330         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
331         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
332         * gst/rtp/gstrtph263depay.h:
333         * gst/rtp/gstrtph263pay.c:
334         * gst/rtp/gstrtph263pay.h:
335         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
336         * gst/rtp/gstrtph263pdepay.h:
337         * gst/rtp/gstrtph263ppay.c:
338         * gst/rtp/gstrtph263ppay.h:
339         * gst/rtp/gstrtph264depay.c:
340         * gst/rtp/gstrtph264depay.h:
341         * gst/rtp/gstrtph264pay.c:
342         * gst/rtp/gstrtph264pay.h:
343         * gst/rtp/gstrtpilbcdepay.c:
344         * gst/rtp/gstrtpilbcpay.c:
345         * gst/rtp/gstrtpjpegdepay.h:
346         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
347         * gst/rtp/gstrtpmp1sdepay.h:
348         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
349         * gst/rtp/gstrtpmp2tdepay.h:
350         * gst/rtp/gstrtpmp2tpay.c:
351         * gst/rtp/gstrtpmp2tpay.h:
352         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
353         * gst/rtp/gstrtpmp4apay.c:
354         * gst/rtp/gstrtpmp4apay.h:
355         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
356         * gst/rtp/gstrtpmp4gdepay.h:
357         * gst/rtp/gstrtpmp4gpay.c:
358         * gst/rtp/gstrtpmp4gpay.h:
359         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
360         * gst/rtp/gstrtpmp4vdepay.h:
361         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
362         * gst/rtp/gstrtpmp4vpay.h:
363         * gst/rtp/gstrtpmpadepay.c:
364         * gst/rtp/gstrtpmpadepay.h:
365         * gst/rtp/gstrtpmpapay.c:
366         * gst/rtp/gstrtpmpapay.h:
367         * gst/rtp/gstrtpmpvdepay.c:
368         * gst/rtp/gstrtpmpvdepay.h:
369         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
370         * gst/rtp/gstrtppcmapay.c:
371         * gst/rtp/gstrtppcmudepay.c:
372         * gst/rtp/gstrtppcmupay.c:
373         * gst/rtp/gstrtpspeexdepay.c:
374         * gst/rtp/gstrtpspeexpay.c:
375         * gst/rtp/gstrtpsv3vdepay.c:
376         * gst/rtp/gstrtpsv3vdepay.h:
377         * gst/rtp/gstrtptheoradepay.c:
378         * gst/rtp/gstrtptheoradepay.h:
379         * gst/rtp/gstrtptheorapay.c:
380         * gst/rtp/gstrtptheorapay.h:
381         * gst/rtp/gstrtpvorbisdepay.c:
382         * gst/rtp/gstrtpvorbisdepay.h:
383         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
384         * gst/rtp/gstrtpvorbispay.h:
385         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
386         * gst/rtp/gstrtpvrawpay.c:
387         Fix the descriptions and fix some email addresses.
388
389 2008-11-25  Julien Moutte  <julien@fluendo.com>
390
391         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
392         to supported qtdemux video codecs as I found some video clips using 
393         those.
394
395 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
398         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
399         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
400         (gst_auto_video_sink_detect):
401         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
402         Post an error when we can't set the internal ghostpad target.
403
404 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
407         (gst_video_crop_transform), (gst_video_crop_transform_caps),
408         (gst_video_crop_set_caps), (gst_video_crop_set_property):
409         * gst/videocrop/gstvideocrop.h:
410         Fix renegotiation when changing properties using the new basetransform
411         features. Fixes #561502.
412
413         * tests/icles/Makefile.am:
414         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
415         Add crazy interactive test unit for dynamically changing properties.
416
417 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
420         (gst_rtspsrc_parse_range):
421         Add some more debugging.
422         Use the reanges received from the server unconditionally.
423         Fixes #561625.
424
425 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
426
427         * ext/pulse/pulsesink.c:
428           Change #if 0 to something more expresive and add pointer to related
429           bug ticket.
430
431 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
432
433         Patch by: Tal Shalif <tshalif at nargila dot org>
434
435         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
436         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
437         the latter don't exist on some systems (mingw). Fixes bug #561990.
438
439 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
440
441         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
442
443         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
444         Add transferMode.dnla.org header to HTTP requests as this is
445         required by the DLNA specs and doesn't hurt in other situations.
446         Fixes bug #561802.
447
448 2008-11-20  Michael Smith <msmith@songbirdnest.com>
449
450         * sys/osxvideo/osxvideosink.h:
451         * sys/osxvideo/osxvideosink.m:
452           Handle video window resizing more correctly, avoiding crashes when
453           embedding the window and resizing it.
454
455 2008-11-20  Michael Smith <msmith@songbirdnest.com>
456
457         * gst/udp/gstmultiudpsink.c:
458         * gst/udp/gstudpnetutils.c:
459         * gst/udp/gstudpnetutils.h:
460         * gst/udp/gstudpsrc.c:
461           Fix multiudpsink on OSX by passing the specific length of the socket,
462           refactor that into a function shared with the same thing in udpsrc.
463
464 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
467         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
468         (gst_wavparse_stream_headers):
469         Fix the scaling code.
470         Fix parsing of the INFO chunks, we were reading the wrong number of
471         bytes.  Fixes #561580.
472
473 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
474
475         * gst/matroska/matroska-mux.c:
476         Fix NULL pointer dereference of an unset codec_id in the recently 
477         added Dirac paths
478
479 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
480
481         * tests/check/Makefile.am:
482         Just keep disabling elements that hang the states test until it
483         works.
484
485 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
486
487         * ext/libpng/gstpngenc.c:
488         Don't flush downstream after every buffer - that's not what
489         this libpng callback is for at all!
490
491 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
492
493         * sys/v4l2/v4l2src_calls.c:
494           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
495           (gst_v4l2src_probe_caps_for_format):
496           Turns out we don't always get the frame sizes in a predefined
497           order from lowest to highest resolution, so let's just sort the
498           list by frame size once we've queried the possible resolutions
499           rather than assume any particular order. Fixes probed caps for
500           the camera in my HP2133 mini notebook and makes v4l2src default
501           to a decent size.
502
503 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
504
505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
506         * gst/matroska/matroska-ids.h:
507         Make mkvdemux aware of E-AC3.
508
509 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         * gst/rtp/Makefile.am:
512         * gst/rtp/gstrtp.c: (plugin_init):
513         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
514         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
515         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
516         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
517         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
518         (gst_rtp_jpeg_depay_change_state),
519         (gst_rtp_jpeg_depay_plugin_init):
520         * gst/rtp/gstrtpjpegdepay.h:
521         Add a jpeg depayloader.
522
523         * gst/rtp/gstrtpjpegpay.c:
524         Set the default properties on the payloader to better defaults.
525
526 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
527
528         * sys/v4l2/gstv4l2.c:
529           Give it a primary rank for autovideosrc.
530
531 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
532
533         Patch by: Bjorn Ostby <bjornos at axis dot com>
534
535         * gst/rtp/Makefile.am:
536         * gst/rtp/gstrtp.c: (plugin_init):
537         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
538         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
539         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
540         (gst_rtp_jpeg_pay_read_quant_table),
541         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
542         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
543         (gst_rtp_jpeg_pay_plugin_init):
544         * gst/rtp/gstrtpjpegpay.h:
545         Add JPEG payloader. Fixes #560756.
546
547 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         Patch by: Fabricio Godoy <skarllot at gmail dot com>
550
551         * sys/oss/gstosssink.c: (gst_oss_sink_open):
552         * sys/oss/gstosssrc.c: (gst_oss_src_open):
553         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
554         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
555         Fix some spelling mistakes. Fixes #556802.
556
557 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
558
559         * gst/equalizer/GstIirEqualizer10Bands.prs:
560         * gst/equalizer/GstIirEqualizer3Bands.prs:
561         * gst/equalizer/Makefile.am:
562         * gst/equalizer/gstiirequalizer10bands.c:
563         * gst/equalizer/gstiirequalizer3bands.c:
564           Add presets for equalizer. Fixes #522183.
565
566 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
567
568         * gst/rtsp/Makefile.am:
569         * gst/rtsp/gstrtsp.c: (plugin_init):
570         * gst/rtsp/gstrtspgoogle.c:
571         * gst/rtsp/gstrtspgoogle.h:
572         Remove google extension again, it's not needed anymore because we never
573         send multiple transports anymore.
574
575 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
576
577         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
578
579         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
580         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
581         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
582         (gst_rtspsrc_stream_free),
583         (gst_rtspsrc_stream_configure_udp_sinks),
584         (gst_rtspsrc_stream_configure_transport),
585         (gst_rtspsrc_send_dummy_packets),
586         (gst_rtspsrc_create_transports_string),
587         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
588         * gst/rtsp/gstrtspsrc.h:
589         Add property to configure NAT traversal method.
590         Ignore EOS from the internal sinks.
591         Implement sending dummy packets as a (simple) method to open up
592         some firewalls.
593         Send PLAY request to the server after we started the udp sources.
594         Fixes #559545.
595
596 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
597
598         Patch by: Yotam <sh dot yotam at gmail dot com>
599
600         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
601         Flush the remaining frames on EOS. Fixes #560641.
602
603 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
604
605         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
606         Fix compiler warning about printf formatting.
607
608 2008-11-12  Andy Wingo  <wingo@pobox.com>
609
610         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
611         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
612         segment events instead of sending them from the seeking thread.
613         Fixes #559288.
614         (gst_qtdemux_push_pending_newsegment): New helper, sends out
615         queued newsegment events.
616         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
617         call it here, as we only seek when looping, and only push in the
618         movie state.
619
620 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
621
622         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
623         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
624         * gst/qtdemux/qtdemux_fourcc.h:
625         * gst/qtdemux/qtdemux_types.c:
626         Add cover and alternative copyright tag, and enhance some existing
627         ones by marking them as container atoms.
628
629 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
632         Don't ignore the return value of setcaps.
633
634 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         Patch by: Olivier Crete <tester at tester dot ca>
637
638         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
639         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
640         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
641         * gst/rtp/gstrtpg729pay.h:
642         Replace G729 payloader with an improved version. Fixes #532409.
643
644 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
645
646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
647         (gst_rtspsrc_change_state):
648         Only send one transport at a time for improved compatibility with some
649         broken servers. See #537832.
650
651 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
652
653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
654         (gst_rtspsrc_perform_seek):
655         Only pause/play in the seek handler when the source was playing.
656         Fixes #529379.
657
658 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
659
660         * gst/matroska/matroska-mux.c:
661         (gst_matroska_mux_handle_dirac_packet):
662         Fix muxing of Dirac streams if the input already has the format
663         we need, i.e. is the output of matroskademux.
664
665 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
666
667         * gst/avi/gstavimux.c:
668           Don't segfault on string typed tags being NULL. Fixes #560155.
669
670 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
671
672         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
673         (gst_matroska_mux_audio_pad_setcaps):
674         Fix mapping AAC profile to Matroska codec id.
675
676 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
677
678         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
679         (qtdemux_video_caps), (qtdemux_audio_caps):
680         Refactor some raw audio caps building, and handle >16-bit cases.
681         Fix/replace building caps from a string description.
682
683 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
684
685         * gst/audiofx/audiowsincband.c:
686         * gst/audiofx/audiowsinclimit.c:
687         * gst/cutter/gstcutter.c:
688           Make author name consistent with others.
689
690 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
691
692         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
693
694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
695         (gst_rtspsrc_stream_configure_udp_sink):
696         Pause the RTSP stream before doing a new play request.
697         Make sure that adding the udpsinks does not cause the rtspsrc to become
698         a sink. Fixes #559547.
699
700 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
701
702         * gst/matroska/matroska-ids.h:
703         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
704         (gst_matroska_mux_handle_dirac_packet),
705         (gst_matroska_mux_write_data):
706         Implement Dirac muxing into Matroska comforming to the spec, i.e.
707         put all Dirac packages up to a picture into a Matroska block.
708
709         TODO: Implement writing of the ReferenceBlock Matroska elements,
710         currently the Dirac muxing is only 100% correct if Matroska version 2
711         is selected for muxing.
712
713 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
714
715         Patch by: Bastien Nocera <hadess at hadess dot net>,
716                   Hans de Goede <jwrdegoede at fedoraproject dot org>
717
718         * configure.ac:
719         * sys/v4l2/Makefile.am:
720         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
721         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
722         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
723         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
724         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
725         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
726         (gst_v4l2_get_input), (gst_v4l2_set_input):
727         * sys/v4l2/v4l2_calls.h:
728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
729         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
730         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
731         (gst_v4l2src_fill_format_list),
732         (gst_v4l2src_probe_caps_for_format_and_size),
733         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
734         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
735         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
736         (gst_v4l2src_get_nearest_size):
737         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
738
739 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
740
741         * ext/aalib/Makefile.am:
742         * ext/annodex/Makefile.am:
743         * ext/cairo/Makefile.am:
744         * ext/dv/Makefile.am:
745         * ext/esd/Makefile.am:
746         * ext/flac/Makefile.am:
747         * ext/gconf/Makefile.am:
748         * ext/gdk_pixbuf/Makefile.am:
749         * ext/hal/Makefile.am:
750         * ext/jpeg/Makefile.am:
751         * ext/ladspa/Makefile.am:
752         * ext/libcaca/Makefile.am:
753         * ext/libmng/Makefile.am:
754         * ext/libpng/Makefile.am:
755         * ext/mikmod/Makefile.am:
756         * ext/pulse/Makefile.am:
757         * ext/raw1394/Makefile.am:
758         * ext/shout2/Makefile.am:
759         * ext/soup/Makefile.am:
760         * ext/speex/Makefile.am:
761         * ext/taglib/Makefile.am:
762         * ext/wavpack/Makefile.am:
763         * gst/alpha/Makefile.am:
764         * gst/apetag/Makefile.am:
765         * gst/audiofx/Makefile.am:
766         * gst/auparse/Makefile.am:
767         * gst/autodetect/Makefile.am:
768         * gst/avi/Makefile.am:
769         * gst/cutter/Makefile.am:
770         * gst/debug/Makefile.am:
771         * gst/effectv/Makefile.am:
772         * gst/equalizer/Makefile.am:
773         * gst/flx/Makefile.am:
774         * gst/goom/Makefile.am:
775         * gst/goom2k1/Makefile.am:
776         * gst/icydemux/Makefile.am:
777         * gst/id3demux/Makefile.am:
778         * gst/interleave/Makefile.am:
779         * gst/law/Makefile.am:
780         * gst/level/Makefile.am:
781         * gst/matroska/Makefile.am:
782         * gst/median/Makefile.am:
783         * gst/monoscope/Makefile.am:
784         * gst/multifile/Makefile.am:
785         * gst/multipart/Makefile.am:
786         * gst/oldcore/Makefile.am:
787         * gst/qtdemux/Makefile.am:
788         * gst/replaygain/Makefile.am:
789         * gst/rtp/Makefile.am:
790         * gst/rtsp/Makefile.am:
791         * gst/smpte/Makefile.am:
792         * gst/spectrum/Makefile.am:
793         * gst/udp/Makefile.am:
794         * gst/videobox/Makefile.am:
795         * gst/videocrop/Makefile.am:
796         * gst/videofilter/Makefile.am:
797         * gst/videomixer/Makefile.am:
798         * gst/wavenc/Makefile.am:
799         * gst/wavparse/Makefile.am:
800         * sys/directdraw/Makefile.am:
801         * sys/directsound/Makefile.am:
802         * sys/oss/Makefile.am:
803         * sys/osxaudio/Makefile.am:
804         * sys/osxvideo/Makefile.am:
805         * sys/sunaudio/Makefile.am:
806         * sys/v4l2/Makefile.am:
807         * sys/waveform/Makefile.am:
808         * sys/ximage/Makefile.am:
809           Don't install static libs for plugins. Fixes #550851 for -good.
810
811 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
812
813         * ext/flac/Makefile.am:
814         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
815         This fixes compilation if FLAC is installed in an uncommon location
816         that is not already handled by other CFLAGS. Fixes bug #558711.
817
818 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
819
820         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
821         Guard more uncommon formats with ifdefs so that we can compile on older
822         versions.
823
824 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         Patch by: Nick Haddad <nick at haddads dot net>
827
828         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
829         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
830         (gst_avi_demux_stream_data):
831         Invert other uncompressed RGB formats. Fixes #558554.
832
833 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
834
835         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
836         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
837         * gst/wavenc/gstwavenc.h:
838         Add support for float/double as input and remove the (nowadays)
839         useless parsing of the depth as we require width==depth.
840
841 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
844         * gst/rtp/gstrtpmpapay.c:
845         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
846         mpeg version 1. Fixes #558427.
847
848 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
849
850         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
851         (gst_rtp_L16_pay_getcaps):
852         Only put an integral amount of samples in the RTP packet.
853         Fixes #556641.
854
855 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
858         * gst/rtp/gstrtpchannels.h:
859         Add method to get possible channel positions.
860
861 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/rtp/Makefile.am:
864         Also commit updated makefile
865
866 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
867
868         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
869         Don't allow width=32,depth=24 as input. WAV requires that the width
870         is the next integer multiply of 8 from the depth.
871
872 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
873
874         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
875         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
876         (gst_rtp_L16_pay_getcaps):
877         * gst/rtp/gstrtpchannels.c: (check_channels),
878         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
879         (gst_rtp_channels_create_default):
880         * gst/rtp/gstrtpchannels.h:
881         Add mappings for multichannel support. Does not completely just work
882         because the getcaps function does not yet return the allowed channel
883         mappings. See #556641.
884
885 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
886
887         * gst/goom/Makefile.am:
888         * gst/goom/README:
889         * gst/goom/config_param.c:
890         * gst/goom/convolve_fx.c:
891         * gst/goom/drawmethods.c:
892         * gst/goom/drawmethods.h:
893         * gst/goom/filters.c:
894         * gst/goom/filters_mmx.s:
895         * gst/goom/flying_stars_fx.c:
896         * gst/goom/goom.h:
897         * gst/goom/goom_config.h:
898         * gst/goom/goom_config_param.h:
899         * gst/goom/goom_core.c:
900         * gst/goom/goom_filters.h:
901         * gst/goom/goom_fx.h:
902         * gst/goom/goom_graphic.h:
903         * gst/goom/goom_plugin_info.h:
904         * gst/goom/goom_tools.c:
905         * gst/goom/goom_tools.h:
906         * gst/goom/goom_typedefs.h:
907         * gst/goom/goom_visual_fx.h:
908         * gst/goom/graphic.c:
909         * gst/goom/ifs.c:
910         * gst/goom/ifs.h:
911         * gst/goom/lines.c:
912         * gst/goom/lines.h:
913         * gst/goom/mathtools.c:
914         * gst/goom/mathtools.h:
915         * gst/goom/mmx.c:
916         * gst/goom/motif_goom1.h:
917         * gst/goom/motif_goom2.h:
918         * gst/goom/plugin_info.c:
919         * gst/goom/ppc_drawings.h:
920         * gst/goom/ppc_zoom_ultimate.h:
921         * gst/goom/sound_tester.c:
922         * gst/goom/sound_tester.h:
923         * gst/goom/surf3d.c:
924         * gst/goom/surf3d.h:
925         * gst/goom/tentacle3d.c:
926         * gst/goom/tentacle3d.h:
927         * gst/goom/v3d.c:
928         * gst/goom/v3d.h:
929         * gst/goom/xmmx.c:
930           Add license headers in all source files. Remove filter.c from
931           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
932           which are not used right now. Fixes #557709.
933
934 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         Patch by: Olivier Crete <tester at tester dot ca>
937
938         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
939         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
940         Implement getcaps in rtpL16pay. Fixes #556484.
941
942 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
943
944         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
945         (gst_rtp_L16_depay_process):
946         Check if clock-rate and channels are valid.
947         Don't ignore the return value of setcaps.
948         No need to validate the buffer, the base class does that for us.
949         Use the marker bit to set the DISCONT flag on outgoing buffers.
950
951         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
952         Don't ignore the return value of set_outcaps.
953
954         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
955         (gst_rtp_ac3_depay_process):
956         Don't ignore the return value of set_caps.
957         No need to validate the buffer, the base class does that for us.
958
959         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
960         (gst_rtp_amr_depay_process):
961         * gst/rtp/gstrtpamrdepay.h:
962         Don't ignore the return value of setcaps.
963         No need to validate the buffer, the base class does that for us.
964         No need to set output caps on the buffers, the base class does that for
965         us.
966         The subclass will make sure we are negotiated.
967         
968         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
969         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
970         * gst/rtp/gstrtpdvdepay.h:
971         Clean up caps negotiation.
972         The subclass will make sure we are negotiated.
973
974         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
975         (gst_rtp_g726_depay_process):
976         Clean up caps negotiation.
977         Use the marker bit to set the DISCONT flag on outgoing buffers.
978
979         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
980         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
981         * gst/rtp/gstrtpg729depay.h:
982         The subclass will make sure we are negotiated.
983         Use the marker bit to set the DISCONT flag on outgoing buffers.
984
985         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
986         (gst_rtp_gsm_depay_process):
987         Clean up caps negotiation.
988         Use the marker bit to set the DISCONT flag on outgoing buffers.
989
990         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
991         Clean up caps negotiation.
992         Don't ignore the return value of set_outcaps.
993
994         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
995         (gst_rtp_h263_depay_process):
996         Clean up caps negotiation.
997         No need to validate the buffer, the base class does that for us.
998
999         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1000         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1001         * gst/rtp/gstrtph263pay.h:
1002         Don't ignore the return value of set_outcaps.
1003         Do some more timestamps.
1004
1005         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1006         (gst_rtp_h263p_depay_process):
1007         Clean up caps negotiation.
1008         Don't ignore the return value of setcaps.
1009         No need to validate the buffer, the base class does that for us.
1010
1011         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1012         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1013         (gst_rtp_h263p_pay_handle_buffer):
1014         * gst/rtp/gstrtph263ppay.h:
1015         Don't ignore the return value of set_outcaps.
1016         Do some more timestamps.
1017
1018         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1019         (gst_rtp_h264_depay_process):
1020         Clean up caps negotiation.
1021         Don't ignore the return value of setcaps.
1022         Fix possible caps leak.
1023         No need to validate the buffer, the base class does that for us.
1024
1025         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1026         Add some more debug info.
1027
1028         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1029         (gst_rtp_ilbc_depay_process):
1030         Clean up caps negotiation.
1031         Use the marker bit to set the DISCONT flag on outgoing buffers.
1032
1033         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1034         Clean up caps negotiation.
1035
1036         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1037         (gst_rtp_mp1s_depay_process):
1038         Clean up caps negotiation.
1039         Don't ignore the return value of setcaps.
1040         No need to validate the buffer, the base class does that for us.
1041         No need to set caps on buffers, subclass does that for us.
1042
1043         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1044         (gst_rtp_mp2t_depay_process):
1045         Clean up caps negotiation.
1046         Don't ignore the return value of setcaps.
1047         No need to validate the buffer, the base class does that for us.
1048         No need to set caps on buffers, subclass does that for us.
1049
1050         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1051         (gst_rtp_mp4a_depay_process):
1052         Clean up caps negotiation.
1053         Don't ignore the return value of setcaps.
1054         No need to validate the buffer, the base class does that for us.
1055
1056         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1057         (gst_rtp_mp4a_pay_setcaps):
1058         Don't ignore the return value of set_outcaps.
1059
1060         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1061         (gst_rtp_mp4g_depay_process):
1062         Clean up caps negotiation.
1063         Don't ignore the return value of setcaps.
1064         No need to validate the buffer, the base class does that for us.
1065         No need to set caps on buffers, subclass does that for us.
1066
1067         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1068         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1069         Don't ignore the return value of set_outcaps.
1070
1071         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1072         (gst_rtp_mp4v_depay_process):
1073         Clean up caps negotiation.
1074         Don't ignore the return value of setcaps.
1075         No need to validate the buffer, the base class does that for us.
1076         No need to set caps on buffers, subclass does that for us.
1077
1078         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1079         (gst_rtp_mp4v_pay_setcaps):
1080         Don't ignore the return value of set_outcaps.
1081
1082         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1083         (gst_rtp_mpa_depay_process):
1084         Clean up caps negotiation.
1085         Don't ignore the return value of setcaps.
1086         No need to validate the buffer, the base class does that for us.
1087         Use the marker bit to set the DISCONT flag on outgoing buffers.
1088
1089         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1090         Don't ignore the return value of set_outcaps.
1091
1092         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1093         (gst_rtp_mpv_depay_process):
1094         Clean up caps negotiation.
1095         Actually set output caps.
1096         No need to validate the buffer, the base class does that for us.
1097
1098         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1099         Don't ignore the return value of set_outcaps.
1100
1101         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1102         (gst_rtp_pcma_depay_process):
1103         Clean up caps negotiation.
1104         Set output buffer duration because we can.
1105         Use the marker bit to set the DISCONT flag on outgoing buffers.
1106
1107         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1108         Don't ignore the return value of set_outcaps.
1109
1110         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1111         (gst_rtp_pcmu_depay_process):
1112         Clean up caps negotiation.
1113         Use the marker bit to set the DISCONT flag on outgoing buffers.
1114
1115         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1116         Don't ignore the return value of set_outcaps.
1117
1118         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1119         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1120         Clean up caps negotiation.
1121         Set output caps on the pad and header buffers.
1122         Set duration on output buffers because we can.
1123
1124         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1125         Don't ignore the return value of set_outcaps.
1126
1127         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1128         (gst_rtp_sv3v_depay_process):
1129         Clean up caps negotiation.
1130         No need to validate the buffer, the base class does that for us.
1131         No need to set caps out output buffers, subclass does that.
1132
1133         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1134         (gst_rtp_theora_depay_process):
1135         Don't ignore the return value of setcaps.
1136         No need to validate the buffer, the base class does that for us.
1137
1138         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1139         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1140         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1141         (gst_rtp_theora_pay_handle_buffer):
1142         Don't ignore the return value of set_outcaps.
1143
1144         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1145         (gst_rtp_vorbis_depay_process):
1146         Don't ignore the return value of setcaps.
1147         No need to validate the buffer, the base class does that for us.
1148
1149         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1150         Don't ignore the return value of set_outcaps.
1151
1152         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1153         Clean up caps negotiation, don't ignore setcaps return.
1154
1155         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1156         Don't ignore the return value of set_outcaps.
1157
1158 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1159
1160         * gst/matroska/matroska-demux.c:
1161         (gst_matroska_demux_handle_src_event):
1162         Forward unknown events upstream.
1163
1164 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1165
1166         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1167         Add some refcount check
1168
1169         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1170         Don't ignore the result of write(), fixes a  compiler warning for me.
1171
1172         * tests/icles/videobox-test.c: (main):
1173         Make the output a little more pretty.
1174
1175 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * ext/esd/esdmon.c:
1178           Add doc blob.
1179
1180 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1181
1182         * docs/plugins/Makefile.am:
1183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1184         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1185         * docs/plugins/gst-plugins-good-plugins.args:
1186         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1187         * docs/plugins/gst-plugins-good-plugins.interfaces:
1188         * docs/plugins/inspect/plugin-autodetect.xml:
1189           Add the docs of the new elements.
1190
1191 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1192
1193         * gst/autodetect/gstautoaudiosrc.c:
1194         (gst_auto_audio_src_class_init):
1195         * gst/autodetect/gstautovideosrc.c:
1196         (gst_auto_video_src_class_init):
1197         Fix "Since" tags in the documentation.
1198
1199 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1200
1201         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1202
1203         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1204         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1205         Add support for souphttpsrc to act as a live source. This makes it
1206         possible to get timestamped buffers in combination with the
1207         "do-timestamp" property. Fixes bug #556019.
1208
1209 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1210
1211         * gst/autodetect/Makefile.am:
1212         * gst/autodetect/gstautoaudiosink.c:
1213         * gst/autodetect/gstautoaudiosrc.c:
1214         * gst/autodetect/gstautoaudiosrc.h:
1215         * gst/autodetect/gstautodetect.c:
1216         * gst/autodetect/gstautovideosink.c:
1217         * gst/autodetect/gstautovideosrc.c:
1218         * gst/autodetect/gstautovideosrc.h:
1219           Implement src plugins. Little code/string cleanup in the sinks.
1220           Fixes #523813.
1221
1222 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         Patch by: Peter Kjellerstedt <pkj at axis com>
1225
1226         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1227         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1228         Fix a memory leak when pads are requested but the pipeline never
1229         goes into PLAYING.
1230
1231         Correctly remove request pads, no matter if they have collected
1232         data or not.
1233
1234         Fixes bug #557710.
1235
1236 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1237
1238         Patch by: <lrn1986 at gmail dot com>
1239
1240         * gst/udp/gstudpnetutils.h:
1241         Define the correct WINVER so getaddinfo() can be used when using
1242         mingw32. Fixes bug #557294.
1243
1244 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1245
1246         Patch by: <lrn1986 at gmail dot com>
1247
1248         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1249         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1250         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1251         Fix "argument type mismatch" compiler warnings on Windows.
1252         Fixes bug #557293.
1253
1254 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1255
1256         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1257         Don't calculate the filter coefficients for every single buffer
1258         but only when it's needed. Fixes bug #557260.
1259
1260 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1261
1262         * configure.ac:
1263         Back to development -> 0.10.11.1
1264
1265 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1266
1267         * gst-plugins-good.doap:
1268         Fix version number of 0.10.11 release in doap file
1269
1270 === release 0.10.11 ===
1271
1272 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1273
1274         * configure.ac:
1275           releasing 0.10.11, "Secondary Consideration"
1276
1277 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1278
1279         * configure.ac:
1280         Commit 0.10.10.4 pre-release
1281
1282 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1283
1284         * gst/avi/gstavimux.c:
1285         Fix VPRP chunk setup in avimux.
1286         Fixes: #556010
1287         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1288
1289 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1290
1291         * gst/videobox/gstvideobox.c:
1292         support dynamically changing properties in videobox
1293         Fixed: #557085
1294         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1295
1296 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1297
1298         * configure.ac:
1299         0.10.10.3 pre-release
1300
1301 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1302
1303         * tests/check/Makefile.am:
1304         Don't run the states test on pulsesrc and pulsesink
1305
1306 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1307
1308         * configure.ac:
1309         Commit 0.10.10.2 pre-release bump that actually went
1310         out on 2008-10-11
1311
1312 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1313
1314         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1315         Skip entries for streams that don't have a output pad yet, thereby
1316         avoiding calling pad functions with a NULL pad.
1317         Fixes #556424
1318
1319 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1320
1321         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1322         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1323         Remove problematic and useless refcount check.
1324         Fixes #556381
1325
1326 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1327
1328         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1329         Remove problematic and useless refcount check.
1330         Fixes #556381
1331
1332 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1333
1334         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1335         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1336         Cast some size_t arguments to guint to avoid compiler
1337         warnings on 64-bit systems.
1338
1339 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1340
1341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1342         Return TRUE instead of FALSE from the event handler when we swallowed the
1343         event.
1344
1345 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1346
1347         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1348         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1349         Reset header state. Fixes #555321.
1350
1351 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1352
1353         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1354         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1355         * gst/avi/gstavidemux.h:
1356         For timestamping audio packets we need to take into account the
1357         amount of blocks in one entry using the blockalign. Fixes some sync
1358         issues with zero-padded audio blocks in the beginning of avi files.
1359
1360 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1361
1362         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1363         (gst_multi_file_src_query):
1364         Implement DEFAULT and BUFFER position queries. See #555260.
1365
1366 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1367
1368         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1369         Fix build for systems that don't have XDamage.
1370
1371 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1372
1373         * tests/examples/rtp/client-H263p.sdp:
1374         * tests/examples/rtp/client-H263p.sh:
1375         * tests/examples/rtp/server-VTS-H263p.sh:
1376         Add some more H263p server and client examples.
1377
1378 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1379
1380         * configure.ac::
1381           Depend on released versions of core and base.
1382
1383 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1384
1385         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1386         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1387         Return -1 instead of 0 in error cases. Fixes #554771.
1388
1389 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1390
1391         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1392         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1393         Stop leaking the cursor image.
1394         Unref the last_ximage and the cached cursor image on shutdown.
1395         Fixes #551570.
1396
1397 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1398
1399         * sys/v4l2/gstv4l2object.h:
1400         Getting the Class from an instance is not just a matter of casting it to
1401         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1402         instance. Fixes #549784.
1403
1404 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1405
1406         * configure.ac:
1407           Fix libs for linking directsound.
1408         * sys/directsound/gstdirectsoundsink.c:
1409           Fix buffer sizing to prevent racing the ringbuffer at startup.
1410           Add volume property.
1411
1412 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1413
1414         * ext/pulse/pulsesink.c:
1415         Fix problems with pulsesink randomly erroring with code 'OK' after a
1416         format change on the stream by waiting when disconnecting the stream.
1417
1418 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1419
1420         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1421         (gst_rtp_amr_depay_process):
1422         Mark DISCONT on output buffers when the marker bit signals a new talk
1423         spurt.
1424
1425         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1426         Set the marker bit for buffers with a DISCONT flag to signal a talk
1427         spurt.
1428
1429 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1430
1431         * gst/rtp/Makefile.am:
1432         * gst/rtp/gstrtp.c: (plugin_init):
1433         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1434         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1435         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1436         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1437         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1438         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1439         * gst/rtp/gstrtpmp4apay.h:
1440         Added MP4A-LATM payloader to match the depayloader.
1441
1442 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1443
1444         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1445         (gst_videomixer_sink_event):
1446         Handle segments a little better. Fixes #537361.
1447
1448 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1449
1450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1451         Don't assume the server supports PAUSE by default. Fixes #551048.
1452
1453 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1454
1455         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1456         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1457         Switch on the socket family to get the addrlen size right.
1458
1459 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         Patch by: Daniel Franke <df at dfranke dot us>
1462
1463         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1464         OS X's bind() implementation is picky about its addrlen parameter and
1465         fails with EINVAL if it is larger than expected for the socket's address
1466         family. Set the length to the expected length instead. Fixes #553191.
1467
1468 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1469
1470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1471         Handle the case where we cannot do desribe or when the describe result
1472         does not contain a valid SDP message.
1473
1474 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1475
1476         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1477         Fix setting the qos.
1478
1479 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1480
1481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1482         (gst_qtdemux_chain):
1483         Some 'broken' files out there have atom lengths of zero...
1484         which basically results in qtdemux consuming that atom again and again
1485         until the *end of night* !
1486         Detect that and emits an adequate element error message.
1487
1488 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1489
1490         * gst/interleave/Makefile.am:
1491         * gst/matroska/Makefile.am:
1492         Fix build flags order.
1493
1494         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1495         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1496         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1497         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1498         Format fixes.
1499
1500         * tests/check/elements/multifile.c:
1501         Pull in unistd.h
1502
1503 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1504
1505         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1506         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1507         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1508         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1509         (gst_rtp_mp4g_depay_change_state):
1510         * gst/rtp/gstrtpmp4gdepay.h:
1511         Handle interleaved streams by reordering AU in a queue.
1512
1513 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1514
1515         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1516         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1517         Change some of the ranges in the caps, mostly for the amount of bits we
1518         can use.
1519         Added a little bitstream parse and use it to parse the AU header fields.
1520         Check for malformed and wrongly sized packets better.
1521         Implement more header field parsing.
1522         Handle the size of fragmented packets correctly.
1523
1524 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1525
1526         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1527         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1528         Add mapping for 'tiff' => image/tiff
1529         Fixes #552213
1530
1531 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1532
1533
1534         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1535         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1536           Pretend to care about the result of write() which works around
1537           compiler warnings.
1538
1539 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1540
1541         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1542           Make sure the desired default values are actually set, not only
1543           registered as defaults (actual problem is that the stereo-specific
1544           values are only updated if channels==2, which is not the case yet
1545           when the object is created, so the default values for the
1546           mid-side-stereo and loose-mid-side-stereo settings are never
1547           set in _update_quality()). Makes flacenc create smaller files by
1548           default (for stereo input), and fixes #550791.
1549
1550 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1551
1552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1553         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1554         (qtdemux_parse_trak), (qtdemux_video_caps):
1555         * gst/qtdemux/qtdemux.h:
1556         * gst/qtdemux/qtdemux_fourcc.h:
1557         * gst/qtdemux/qtdemux_types.c:
1558         Add support for video/mj2 mime-type and its additional atoms/boxes.
1559         Fixes #550646.
1560
1561 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * gst/debug/gsttaginject.c:
1564           Add warning when tags parameter is unparsable and give example for
1565           quoting in the docs.
1566
1567 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1568
1569         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1570         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1571         Add some alternative byteswapped mappings that seem to pop up sometimes.
1572         Fixes #550288.
1573
1574 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1575
1576         * po/LINGUAS:
1577         * po/POTFILES.in:
1578         * po/POTFILES.skip:
1579           Add 'ca' to LINGUAS; add some more files with translations and some
1580           files which should be ignored by translation tools.
1581
1582 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1583
1584         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1585         * ext/speex/gstspeexdec.h:
1586         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1587         * ext/speex/gstspeexenc.h:
1588         Use integer encoding and decoding functions instead of converting
1589         the integer input to float in the element. The libspeex integer
1590         functions are doing this for us already or, if libspeex was compiled
1591         in integer mode, they're doing everything using integer arithmetics.
1592         Also saves some copying around.
1593
1594 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1595
1596         * configure.ac:
1597           Fix --disable-external
1598
1599 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1600
1601         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1602         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1603         * ext/wavpack/gstwavpackenc.h:
1604         Handle non-zero start timestamps and stream discontinuities
1605         correctly. This only has an effect if we're muxing into
1606         a container format as the raw WavPack stream must contain
1607         continous sample numbers.
1608
1609 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1610
1611         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1612         Correct the timestamp and granulepos calculation by one Speex
1613         frame.
1614
1615 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1616
1617         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1618         Correctly take the granulepos from upstream if possible and
1619         correctly handle the granulepos in various calculations: the
1620         granulepos is the sample number of the _last_ sample in a frame, not
1621         the first.
1622
1623         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1624         (gst_speex_enc_encode), (gst_speex_enc_chain),
1625         (gst_speex_enc_change_state):
1626         * ext/speex/gstspeexenc.h:
1627         Handle non-zero start timestamps in the encoder and detect/handle
1628         stream discontinuities. Fixes bug #547075.
1629
1630 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1631
1632         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1633
1634         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1635         Fix compiler warnings caused by passing a string as format string
1636         instead of "%s" and then the string. This is only exposed by -Wformat=2
1637         as used by default on Ubuntu. Fixes bug #550015.
1638
1639 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1640
1641         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1642         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1643         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1644         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1645         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1646           (gst_ebml_read_element_length):
1647         * gst/matroska/matroska-demux.c:
1648           (gst_matroska_demux_check_subtitle_buffer):
1649           Make stuff compile with GST_DISABLE_GST_DEBUG.
1650
1651 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1652
1653         * gst/law/alaw.c:
1654         * gst/law/mulaw.c:
1655           Ref caps before passing to gst_pad_template_new(), since that takes
1656           ownership.
1657
1658 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1659
1660         Patch by: Mersad Jelacic <mersad at axis dot com>
1661
1662         * gst/multipart/multipartdemux.c:
1663         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1664         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1665         demuxer. Fixes #549551.
1666
1667 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1668
1669         * sys/osxaudio/gstosxaudiosink.c:
1670         (gst_osx_audio_sink_select_device):
1671         * sys/osxaudio/gstosxaudiosrc.c:
1672         (gst_osx_audio_src_create_ringbuffer),
1673         (gst_osx_audio_src_select_device):
1674         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1675         Fix the build on macosx.
1676
1677 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1678
1679         * gst/icydemux/gsticydemux.c:
1680           Small docs fix: in the example pipeline, we need to pass
1681           iradio-mode=true to the source, so the server actually sends
1682           an ICY stream.
1683
1684 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1685
1686         * sys/osxaudio/gstosxaudio.c:
1687           Oops. Revert more completely.
1688
1689 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1690
1691         * sys/osxaudio/gstosxaudio.c:
1692           Revert accidental element rename from testing.
1693
1694 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1695
1696         * gst-plugins-good.doap:
1697         Pull in 0.10.10 doap entry from release branch
1698
1699 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1700
1701         * configure.ac:
1702         Update version number to reflect 0.10.10 release from
1703         branch.
1704
1705 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1706
1707         * sys/osxaudio/Makefile.am:
1708         * sys/osxaudio/gstosxaudio.c:
1709         * sys/osxaudio/gstosxaudiosink.c:
1710         * sys/osxaudio/gstosxaudiosink.h:
1711         * sys/osxaudio/gstosxaudiosrc.c:
1712         * sys/osxaudio/gstosxaudiosrc.h:
1713         * sys/osxaudio/gstosxringbuffer.c:
1714         * sys/osxaudio/gstosxringbuffer.h:
1715           Rewrite caps setting and ring buffer initialisation.
1716           Previously we never told CoreAudio what format we were going to send it,
1717           so it only worked due to luck, and not at all on some hardware.
1718           Now we explicitly advertise what formats the hardware supports, and then
1719           configure the selected one correctly.
1720
1721 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1722
1723         * sys/v4l2/gstv4l2object.c:
1724         * sys/v4l2/gstv4l2src.c:
1725         * sys/v4l2/gstv4l2src.h:
1726         * sys/v4l2/v4l2_calls.c:
1727         * sys/v4l2/v4l2src_calls.c:
1728           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1729           need to memset instance structures. Some more FIXME's and comments.
1730
1731 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1732
1733         * tests/icles/.cvsignore:
1734           Ignore more.
1735
1736 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1737
1738         * gst/goom/.cvsignore:
1739         * gst/goom2k1/.cvsignore:
1740           Ignore files.
1741
1742 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * ext/cairo/gsttextoverlay.c:
1745           Fix compiler warning.
1746
1747 2008-08-25  David Schleef  <ds@schleef.org>
1748
1749         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1750
1751 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1752
1753         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1754         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1755         * gst/matroska/matroska-mux.c:
1756         (gst_matroska_mux_video_pad_setcaps),
1757         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1758         Add Real[Audio|Video] support to Matroska containers.
1759         It works fine for:
1760         * decoding real audio/video streams contained in mkv
1761         * 'transmuxing' real (.rm) files into .mkv files
1762         It will not work though for encoding real[audio/video] streams that
1763         don't contain the 'mdpr_data' extra data on the caps.
1764         The reason why this will not work is because I never intended to
1765         duplicate virtually all the 'mdpr' block creation into mkvmux.
1766         Fixes #536067
1767
1768 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1769
1770         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1771         * gst/law/mulaw-conversion.c:
1772         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1773         (gst_mulawenc_chain):
1774         The encoder can't really renegotiate at the time they perform a
1775         pad-alloc so make the srcpads use fixed caps.
1776         Check the buffer size after a pad-alloc because the returned size might
1777         not be right when the downstream element does not know the size of the
1778         new buffer (capsfilter). Fixes #549073.
1779
1780 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1781
1782         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1783
1784         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1785         v4l2src doesn't have a property named "norm" so don't try to notify
1786         about changes to that property. The "norm" property and related
1787         code are commented out currently. Fixes bug #549090.
1788
1789 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1790
1791         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1792
1793         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1794         Reprobe devices again instead of taking a cached list as new
1795         devices could've been plugged in. Fixes bug #549062.
1796
1797 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1798
1799         * gst/autodetect/Makefile.am:
1800         Don't link the autodetect plugin with GConf as it doesn't
1801         use GConf. Fixes bug #545463.
1802
1803 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1804
1805         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1806         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1807         (gst_ebml_read_sint), (gst_ebml_read_float),
1808         (gst_ebml_read_header):
1809         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1810         possible to ignore errors and not post any ERROR messages on
1811         the bus.
1812
1813         * gst/matroska/matroska-demux.c:
1814         (gst_matroska_demux_parse_contents):
1815         Ignore any errors and not just EOS when parsing the contents of
1816         a SeekHead. Errors here are usually caused by truncated files
1817         and playback of the file works fine. Fixes playback of the
1818         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1819         archive.
1820
1821 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1822
1823         * gst/multipart/multipartdemux.c:
1824         * gst/multipart/multipartmux.c:
1825         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1826
1827 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1828
1829         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1830           gst_directdraw_sink_bufferpool_clear):
1831           Fix two more buffer ref leaks.
1832
1833 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1834
1835         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1836
1837         * sys/directdraw/gstdirectdrawsink.c:
1838           (gst_directdraw_sink_show_frame):
1839           Fix buffer ref leak.
1840
1841 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1842
1843         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1844         Revert the last commit. wavenc still supports width!=depth for 32 bit
1845         width. Thanks Tim.
1846
1847 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1848
1849         * gst/matroska/matroska-demux.c:
1850         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1851         If the duration of a block is unknown only use the timestamp for the
1852         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1853         laces. Otherwise every lace has the same timestamp which leads to
1854         various problems. Really fixes bug #548831.
1855
1856 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1857
1858         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1859         If we're not allowing width!=depth in wavenc we should also disable
1860         the code that was added to support width!=depth.
1861
1862 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1863
1864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1865         Don't calculate the default duration of a frame from the audio sampling
1866         rate. This only works for raw audio if every frame contains a single
1867         sample and results in broken buffer durations for other formats
1868         if no specified default duration is given or the blocks have no
1869         duration. Fixes bug #548831.
1870
1871 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1872
1873         * gst/matroska/matroska-demux.c:
1874         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1875         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1876         are used for text/plain subtitles as a gap-filler in some files.
1877
1878 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1879
1880         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1881         (gst_v4l2_get_caps_info):
1882         Add S910 and PWC formats with a low priority.
1883
1884         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1885         (gst_v4l2src_probe_caps_for_format):
1886         Add more debugging.
1887
1888 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1889
1890         * ext/flac/gstflacenc.c:
1891           Fix compilation against older libflac versions.
1892
1893 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1894
1895         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1896         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1897         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1898         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1899         (gst_pulsemixer_ctrl_set_volume):
1900         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1901         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1902         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1903         (gst_pulsesink_init), (gst_pulsesink_open),
1904         (gst_pulsesink_prepare), (gst_pulsesink_write),
1905         (gst_pulsesink_delay), (gst_pulsesink_reset):
1906         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1907         (gst_pulsesrc_init):
1908         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1909         Fix a locking issue in pulsesink's prepare function.
1910
1911         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1912         Check if the created channel layout is valid for GStreamer.
1913
1914 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1915
1916         * gst/rtsp/gstrtspgoogle.c:
1917         Things that can happen when your brain is in google mode trying to
1918         deal with their google rtsp server extensions and trying to type your
1919         google mail account.
1920
1921 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1922
1923         * gst/rtsp/Makefile.am:
1924         * gst/rtsp/gstrtsp.c: (plugin_init):
1925         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1926         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1927         (_do_init), (gst_rtsp_google_base_init),
1928         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1929         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1930         (gst_rtsp_google_extension_init):
1931         * gst/rtsp/gstrtspgoogle.h:
1932         Add google RTSP extension, it can only handle udp and responds with
1933         unsupported if we do anything else. Fixes #546465.
1934
1935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1936         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1937         (gst_rtspsrc_create_transports_string),
1938         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1939         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1940         Make transport setup code a bit better using GString.
1941         Add some more debug.
1942         Check for closed connections before doing anything on them.
1943
1944 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1945
1946         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1947         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1948         (gst_pulsesrc_prepare):
1949         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1950         (gst_pulse_channel_map_to_gst):
1951         * ext/pulse/pulseutil.h:
1952         If downstream provides no channel layout and >2 channels should be
1953         used use the default layout that pulseaudio chooses and also
1954         add this layout to the caps. Fixes bug #547258.
1955
1956 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1957
1958         Patch by: Peter Kjellerstedt <pkj at axis com>
1959
1960         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1961         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1962         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1963         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1964         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1965         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1966         (gst_udpsrc_set_property):
1967         Avoid leaking internally allocated file descriptors when setting
1968         custom file descriptors. Fixes #543101.
1969
1970 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1971
1972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1973         Don't try to configure RTCP back to the server when the server did not
1974         give us a valid port number.
1975
1976 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1977
1978         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1979         Use new basetransform method to renegotiate. Fixes #544956.
1980
1981         * tests/icles/Makefile.am:
1982         * tests/icles/videobox-test.c: (make_pipeline), (main):
1983         Add videobox renegotiation example.
1984
1985 2008-08-19  David Schleef  <ds@schleef.org>
1986
1987         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1988         with sane values.  Fixes #548530.
1989
1990 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1991
1992         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1993         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1994         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1995         are already filled with the correct values by
1996         gst_ring_buffer_parse_caps() so there's no need to set them again
1997         with wrong values.
1998
1999 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2000
2001         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2002         (gst_avi_demux_read_subindexes_push):
2003         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2004         and instead of using the 'ix##' nomenclature, use '##ix'.
2005         They're still valid though, this fixes the duration and indexes for
2006         virtually all the ODML files I have.
2007
2008 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2009
2010         Patch by: Olivier Crete <tester at tester dot ca>
2011
2012         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2013         (gst_rtp_vorbis_depay_process):
2014         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2015         Update the vorbis RTP pay/depay to RFC 5215.
2016         Fixes #547842.
2017
2018 2008-08-14  David Schleef  <ds@schleef.org>
2019
2020         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2021           with 3:2 pulldown, i.e., 24p.
2022
2023 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2024
2025         * tests/check/elements/level.c: (GST_START_TEST):
2026         Fix compilation some more.
2027
2028 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2029
2030         * configure.ac::
2031           Require -base CVS for wavparse acid chunk parsing.
2032
2033 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2034
2035         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2036         (gst_pulsesink_init), (gst_pulsesink_finalize),
2037         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2038         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2039         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2040         * ext/pulse/pulsesink.h:
2041         Add "device-name" property to pulsesink too and currently commented
2042         out and not working support for a "volume" property.
2043
2044 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2045
2046         * configure.ac:
2047         Remove more cdio stuff (moved to ugly)
2048
2049 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2052
2053         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2054         (gst_pulsesrc_get_property):
2055         Add "device-name" property, which provides a human readable string
2056         for the audio device, to make it more consisten with other audio
2057         sources. Fixes bug #547519.
2058
2059 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2060
2061         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2062         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2063         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2064         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2065         * ext/pulse/pulsemixerctrl.h:
2066         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2067         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2068         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2069         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2070         * ext/pulse/pulseprobe.h:
2071         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2072         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2073         (gst_pulsesrc_change_state):
2074         Improve debugging a bit by including the parent object in pulsemixerctrl
2075         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2076         GST_WARNING.
2077
2078         Use the parent GObject subclass instead of a random struct as GObject
2079         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2080         when probing for another property than "device".
2081
2082 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2083
2084         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2085
2086         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2087         Fix property probing after the device property is set by calling
2088         set_server when the server property changes. Fixes bug #547518.
2089
2090 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2091
2092         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2093
2094         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2095         (gst_pulsesink_implements_interface_init),
2096         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2097         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2098         (gst_pulsesink_get_type):
2099         * ext/pulse/pulsesink.h:
2100         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2101         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2102         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2103         * ext/pulse/pulsesrc.h:
2104         Implement GstPropertyProbe interface on pulsesink for detecting
2105         sink devices and on pulsesrc for detecting source devices.
2106         Fixes bugs #547227 and #547217.
2107
2108 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2109
2110         * gst/spectrum/gstspectrum.c:
2111           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2112
2113 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2114
2115         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2116         Properly set the maximum latency value, in the same way it is done in
2117         v4lsrc.
2118         * sys/v4l2/v4l2src_calls.c:
2119         Simplify fraction equality check, no need to use GValues for this.
2120
2121 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2122
2123         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2124         Add warning messages stating exactly why the latency query failed.
2125         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2126         In some cases, the negotiated framerate might be the default one which
2127         is already set internally. But we still need to mark it down in fps_n
2128         and fps_d so that the latency query can happen properly.
2129
2130 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2131
2132         * docs/plugins/inspect/plugin-1394.xml:
2133         Whoops, forgot one doc file for people who can't/don't build the
2134         raw1394 plugin.
2135
2136 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2137
2138         * docs/plugins/Makefile.am:
2139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2141         * docs/plugins/inspect/plugin-cdio.xml:
2142         * ext/Makefile.am:
2143         * ext/cdio/Makefile.am:
2144         * ext/cdio/gstcdio.c:
2145         * ext/cdio/gstcdio.h:
2146         * ext/cdio/gstcdiocddasrc.c:
2147         * ext/cdio/gstcdiocddasrc.h:
2148
2149         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2150         CDDA source to -ugly.
2151
2152         * po/LINGUAS:
2153         * po/POTFILES.in:
2154         * po/id.po:
2155         Pull in new translation from 0.10.9.2 release branch.
2156
2157 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2158
2159         * docs/plugins/Makefile.am:
2160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2162         * docs/plugins/gst-plugins-good-plugins.args:
2163         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2164         * docs/plugins/gst-plugins-good-plugins.interfaces:
2165         Integrate documentation for new hdv1394src element.
2166
2167 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2168
2169         * ext/raw1394/Makefile.am:
2170         * ext/raw1394/gst1394.c: (plugin_init):
2171         * ext/raw1394/gsthdv1394src.c: (_do_init),
2172         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2173         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2174         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2175         (gst_hdv1394src_from_raw1394handle),
2176         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2177         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2178         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2179         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2180         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2181         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2182         (gst_hdv1394src_uri_handler_init):
2183         * ext/raw1394/gsthdv1394src.h:
2184         mpeg2-ts (HDV) variant of firewire capture element.
2185         Fixes #350830
2186
2187 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2188
2189         * gst/level/gstlevel.c: (gst_level_message_new):
2190          Fix compilation (also known as the classic 'fix code that someone
2191          committed without compiling it first').
2192
2193 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2194
2195         * tests/check/elements/level.c:
2196           Add a test for level in stereo mode.
2197
2198 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2199
2200         * tests/examples/spectrum/demo-audiotest.c:
2201         * tests/examples/spectrum/demo-osssrc.c:
2202           Demo how to draw analyzer results synced to the clock.
2203
2204 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2205
2206         * gst/level/gstlevel.c:
2207           Little renaming (l -> level).
2208
2209         * gst/spectrum/gstspectrum.c:
2210         * gst/spectrum/gstspectrum.h:
2211           Also send full timestamp/duration details here.
2212
2213 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2214
2215         * gst/level/gstlevel.c:
2216         * gst/level/gstlevel.h:
2217           Send same timestamp/duration details as videoanalysis. This gives
2218           applications better chance to sync analysis results with playback.
2219
2220 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2221
2222         * gst/matroska/matroska-mux.c:
2223         (gst_matroska_mux_handle_sink_event),
2224         (flac_streamheader_to_codecdata):
2225         We need to drop one additional buffer for FLAC as the fLaC
2226         marker and STREAMINFO block are merged into one buffer in the caps.
2227
2228         Also don't pretend to support NEWSEGMENT events, otherwise we
2229         will most probably write some invalid data.
2230
2231 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2232
2233         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2234         (gst_matroska_mux_audio_pad_setcaps):
2235         Add support for muxing FLAC into Matroska containers.
2236         Fixes bug #311586.
2237
2238 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2239
2240         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2241         Actually provide the variables required for the format string.
2242
2243 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2244
2245         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2246         (gst_matroska_demux_element_send_event),
2247         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2248         * gst/matroska/matroska-demux.h:
2249         Close the current segment if we're doing a non-flushing seek and send
2250         the close-segment and the new segment of the seek from the streaming
2251         thread.
2252
2253 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2254
2255         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2256         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2257         (gst_flac_enc_change_state):
2258         * ext/flac/gstflacenc.h:
2259         Handle non-zero start timestamps correctly, mark header packets as
2260         IN_CAPS and print a warning and suggest using audiorate if stream
2261         discontinuities are detected. When FLAC supports flushing the encoder
2262         somehow this should be done for discontinuities instead.
2263
2264         Remove some unused variables from the instance struct.
2265
2266 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2269         If seeking failed return the appropiate return value to FLAC.
2270         Otherwise it thinks seeking was successfull and tries to rewrite
2271         parts of the headers which then get appended to the output.
2272
2273 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2274
2275         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2276
2277         * ext/esd/gstesd.c: (plugin_init):
2278         * ext/flac/gstflac.c: (plugin_init):
2279         * ext/shout2/gstshout2.c: (plugin_init):
2280         * ext/wavpack/gstwavpack.c: (plugin_init):
2281         * sys/oss/gstossaudio.c: (plugin_init):
2282         * sys/v4l2/gstv4l2.c: (plugin_init):
2283         Make sure gettext returns translations in UTF-8 encoding rather
2284         than in the current locale encoding (#546822).
2285
2286 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2287
2288         * ext/flac/gstflacdec.c:
2289         Add FIXME for 0.11 to simply output everything with width=32 as given
2290         by FLAC and let audioconvert handle the conversions instead of doing
2291         them in flacdec.
2292
2293 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2294
2295         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2296         When outputting a pad template range for the size, include a framerate
2297         range too, to avoid 'not a real subset of template caps' errors.
2298
2299 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2302
2303         * ext/flac/Makefile.am:
2304         * ext/flac/gstflac.c: (plugin_init):
2305         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2306         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2307         (gst_flac_tag_dispose), (gst_flac_tag_init),
2308         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2309         (gst_flac_tag_change_state):
2310         * ext/flac/gstflactag.h:
2311         Port flactag to 0.10, add documentation for it and clean it up a bit.
2312         Fixes bug #413841.
2313
2314         * docs/plugins/Makefile.am:
2315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2317         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2318         * docs/plugins/gst-plugins-good-plugins.interfaces:
2319         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2320         * docs/plugins/inspect/plugin-flac.xml:
2321         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2322         * ext/flac/gstflacdec.h:
2323         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2324         * ext/flac/gstflacenc.h:
2325         Add flactag and flacenc to the documentation and mark
2326         the private parts of the flacdec instance structure as private.
2327
2328         Also use gst_element_class_set_details_simple() in flacdec and
2329         flacenc.
2330
2331 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2332
2333         * gst/qtdemux/qtdemux.c:
2334           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2335           for it but ffmpeg does not.
2336
2337 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2338
2339         * gst/wavparse/gstwavparse.c:
2340           Handle the list chunk and use gst_riff_parse_info() to parse the info
2341           sub-chunk.
2342
2343 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2344
2345         * gst/wavparse/gstwavparse.c:
2346           Handle the acid chunk and send tempo as part of tags. Other fields are
2347           interesting too, but need more tag-definitions. Fixes #545433.
2348
2349 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * gst/wavparse/gstwavparse.c:
2352           Refactor wavparse. Call _reset() from dispose() and move old code from
2353           dispose into reset. This way we don't leak taglists when we abort
2354           parsing. Fix some comments. Move code for skipping a chunk into extra
2355           function. Replace chunk sizes with a const to ease readability.         
2356
2357 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2358
2359         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2360
2361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2362         Improve udp port setup. Fixes #545710.
2363
2364 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2365
2366         * gst/rtp/Makefile.am:
2367         * gst/rtp/gstrtp.c: (plugin_init):
2368         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2369         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2370         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2371         (gst_rtp_mp1s_depay_set_property),
2372         (gst_rtp_mp1s_depay_get_property),
2373         (gst_rtp_mp1s_depay_change_state),
2374         (gst_rtp_mp1s_depay_plugin_init):
2375         * gst/rtp/gstrtpmp1sdepay.h:
2376         Add MP1S depayloader.
2377
2378         * gst/rtsp/URLS:
2379         Some more sample rtsp streams.
2380
2381 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2382
2383         * gst/rtsp/URLS:
2384         Add another URL.
2385
2386         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2387         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2388         Add some more debug info.
2389
2390 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2391
2392         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2393         Provide cbSize field for audio extra_data size, and take care to
2394         pad extra_data.
2395
2396 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2397
2398         * gst/qtdemux/qtdemux.c:
2399           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2400           TRUE.
2401
2402 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * gst/qtdemux/qtdemux.c:
2405         * gst/qtdemux/qtdemux_fourcc.h:
2406           Add keyword tag support. Fixes #520694 for qtdemux.
2407
2408 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2409
2410         * gst/qtdemux/qtdemux.c:
2411           Add support for tmpo tag (BPM).
2412
2413 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2414
2415         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2416         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2417         Set an estimate for the total number of samples that will be encoded
2418         if possible to help decoders if the streaminfo can't be rewritten
2419         later (like when muxing into Ogg containers).
2420
2421         Add a warning if we get header packets after data packets as those
2422         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2423         work.
2424
2425 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2426
2427         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2428         (gst_flac_dec_write):
2429         Support decoding of all depths between 4 and 32 bits and read the
2430         depth from the streaminfo header if needed. Also support all sampling
2431         rates between 1 and 655350 Hz.
2432
2433         * ext/flac/gstflacenc.c:
2434         (gst_flac_enc_caps_append_structure_with_widths),
2435         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2436         (gst_flac_enc_chain):
2437         * ext/flac/gstflacenc.h:
2438         Support encoding in all bit depths supported by the streamable
2439         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2440         between 1 Hz and 655350 Hz.
2441
2442 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2443
2444         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2445         (gst_flac_enc_sink_getcaps):
2446         Support encoding of up to 8 channels.
2447
2448 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2449
2450         * ext/soup/gstsouphttpsrc.c:
2451         * ext/soup/gstsouphttpsrc.h:
2452         Fix seeking race condition in #540300
2453         Patch By: Wouter Cloetens  <wouter at mind be>
2454
2455 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2456
2457         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2458         (gst_matroska_demux_element_send_event),
2459         (gst_matroska_demux_handle_seek_event),
2460         (gst_matroska_demux_handle_src_event):
2461         When receiving a SEEK event on a specific pad first search for a seek
2462         table entry for the stream of the pad and then fall back to an entry
2463         for a different stream.
2464
2465 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2466
2467         * configure.ac:
2468         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2469         * gst/matroska/matroska-ids.h:
2470         Build depend on core CVS for the attachment tag.
2471
2472 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * configure.ac:
2475         * gst/matroska/Makefile.am:
2476         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2477         (copy_backptr), (lzo1x_decode), (main):
2478         * gst/matroska/lzo.h:
2479         * gst/matroska/matroska-demux.c:
2480         (gst_matroska_demux_read_track_encoding),
2481         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2482         (gst_matroska_decode_buffer),
2483         (gst_matroska_decode_content_encodings),
2484         (gst_matroska_demux_read_track_encodings),
2485         (gst_matroska_demux_add_stream),
2486         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2487         * gst/matroska/matroska-ids.h:
2488         Decode the codec private data and following ContentEncoding if
2489         necessary.
2490
2491         Support bzip2, lzo and header stripped compression. For lzo use the
2492         ffmpeg lzo implementation as liblzo is GPL licensed.
2493         
2494         Fix zlib decompression.
2495
2496 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2497
2498         * gst/matroska/matroska-mux.c:
2499         (gst_matroska_mux_audio_pad_setcaps):
2500         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2501         duration of a frame with the new mpegaudioversion caps field.
2502
2503 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2504
2505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2506         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2507         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2508         (gst_matroska_demux_stream_from_num),
2509         (gst_matroska_demux_tracknumber_unique),
2510         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2511         (gst_matroska_demux_handle_seek_event),
2512         (gst_matroska_demux_sync_streams),
2513         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2514         (gst_matroska_demux_loop):
2515         * gst/matroska/matroska-demux.h:
2516         Allow an infinite number of stream inside Matroska containers and use
2517         a GPtrArray for storing them instead of allowing "only" 127 streams.
2518
2519 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2520
2521         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2522         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2523         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2524         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2525         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2526         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2527         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2528         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2529         (gst_ebml_read_master), (gst_ebml_read_binary),
2530         (gst_ebml_read_header):
2531         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2532         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2533         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2534         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2535         (gst_ebml_replace_uint):
2536         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2537         (gst_matroska_demux_read_track_encoding),
2538         (gst_matroska_demux_read_track_encodings),
2539         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2540         (gst_matroska_demux_send_event),
2541         (gst_matroska_demux_element_send_event),
2542         (gst_matroska_demux_handle_seek_event),
2543         (gst_matroska_demux_handle_src_event),
2544         (gst_matroska_demux_init_stream),
2545         (gst_matroska_demux_parse_tracks),
2546         (gst_matroska_demux_parse_index_cuetrack),
2547         (gst_matroska_demux_parse_index_pointentry),
2548         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2549         (gst_matroska_demux_parse_metadata_id_simple_tag),
2550         (gst_matroska_demux_parse_metadata_id_tag),
2551         (gst_matroska_demux_parse_metadata),
2552         (gst_matroska_demux_parse_attached_file),
2553         (gst_matroska_demux_parse_attachments),
2554         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2555         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2556         (gst_matroska_demux_push_flac_codec_priv_data),
2557         (gst_matroska_demux_push_xiph_codec_priv_data),
2558         (gst_matroska_demux_push_dvd_clut_change_event),
2559         (gst_matroska_demux_add_mpeg_seq_header),
2560         (gst_matroska_demux_add_wvpk_header),
2561         (gst_matroska_demux_check_subtitle_buffer),
2562         (gst_matroska_decode_buffer),
2563         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2564         (gst_matroska_demux_parse_cluster),
2565         (gst_matroska_demux_parse_contents_seekentry),
2566         (gst_matroska_demux_parse_contents),
2567         (gst_matroska_demux_loop_stream_parse_id),
2568         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2569         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2570         (gst_matroska_demux_subtitle_caps),
2571         (gst_matroska_demux_change_state):
2572         * gst/matroska/matroska-ids.c:
2573         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2574         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2575         (gst_matroska_mux_video_pad_setcaps),
2576         (xiph3_streamheader_to_codecdata),
2577         (vorbis_streamheader_to_codecdata),
2578         (theora_streamheader_to_codecdata),
2579         (gst_matroska_mux_audio_pad_setcaps),
2580         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2581         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2582         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2583         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2584         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2585         Fix indention everywhere. A broken indent version has added newlines
2586         after every single declaration some time ago.
2587
2588 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2589
2590         * gst/matroska/matroska-demux.c:
2591         (gst_matroska_demux_loop_stream_parse_id):
2592         If no Tracks are found error out instead of trying it again until the
2593         end of time.
2594
2595 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2596
2597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2598         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2599         bit and signed otherwise, not the other way around.
2600
2601 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2602
2603         * gst/matroska/matroska-mux.c:
2604         Add more raw YUV formats to the list of supported formats.
2605
2606 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2607
2608         * gst/matroska/matroska-mux.c:
2609         (gst_matroska_mux_audio_pad_setcaps):
2610         Add support for muxing raw float audio now that the spec defines the
2611         endianness and add support for muxing raw integer audio with 24 and
2612         32 bits.
2613
2614         Allow muxing of more than 8 audio channels.
2615
2616 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2617
2618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2619         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2620         Add locking to the global array of used track UIDs to prevent random
2621         crashes if more than a single matrosmux instance is used.
2622
2623         Use 64 bit values for the track UIDs.
2624
2625         Use the global GRandom of GLib instead of creating our own one
2626         for the few random numbers we need every single time.
2627
2628 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2629
2630         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2631         (gst_flac_dec_setup_stream_decoder),
2632         (gst_flac_dec_update_metadata):
2633         Always post the audio-codec tag, not only if other tags are present.
2634
2635 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2636
2637         * configure.ac:
2638         Back to development -> 0.10.9.1
2639
2640 === release 0.10.9 ===
2641
2642 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2643
2644         * configure.ac:
2645           releasing 0.10.9, "Steam Train Rolling"
2646
2647 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2648
2649         * ext/soup/gstsouphttpsrc.c:
2650         Don't throw an error when soup completes a msg with status
2651         'cancelled', as that indicates we cancelled a request while
2652         shutting down or seeking, and it's not an error.
2653         Fixes: #540300 again.
2654
2655 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2656
2657         * configure.ac:
2658         0.10.8.4 pre-release
2659
2660 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2661
2662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2663         Fix segment-stop regression.
2664         Add documentation regarding segments in quicktime files by Wim Taymans.
2665         Fixes #544509
2666
2667 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2668
2669         * configure.ac:
2670         0.10.8.3 pre-release
2671
2672         * po/LINGUAS:
2673         * po/pt_BR.po:
2674         Add pt_BR translation
2675
2676 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2677
2678         * gst/goom/convolve_fx.c:
2679         * gst/goom/filters.c:
2680         * gst/goom/goom_config.h:
2681         * gst/goom/goom_core.c:
2682         * gst/goom/goom_tools.h:
2683           Fix build with MSVC: include glib.h to define inline appropriately,
2684           use header guards where needed.
2685         * gst/udp/gstudpnetutils.c:
2686         * gst/udp/gstudpsrc.c:
2687           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2688           g_snprintf rather than snprintf.
2689           Fixes #544433.
2690
2691 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2692
2693         * gst/debug/gsttaginject.c:
2694         * gst/debug/gsttaginject.h:
2695           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2696           partially.
2697
2698 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2699
2700         * configure.ac:
2701         0.10.8.2 pre-release
2702
2703 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2704
2705         * ext/Makefile.am:
2706         Finish hooking up pulseaudio plugin to the build.
2707
2708         * ext/pulse/pulsemixerctrl.c:
2709         Fix compilation error.
2710
2711 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2712
2713         * po/LINGUAS:
2714         * po/lt.po:
2715         Add new lithunian translation, and add french to the LINGUAS
2716         file.
2717
2718 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2719
2720         * ext/soup/gstsouphttpsrc.c:
2721         Fix Soup HTTP source seeking.
2722         Patch By: Wouter Cloetens  <wouter at mind be>
2723         Fixes: #540300
2724
2725         * tests/check/elements/.cvsignore:
2726         Ignore new check programs.
2727
2728 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2729
2730         * configure.ac:
2731         * docs/plugins/Makefile.am:
2732         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2734         * docs/plugins/gst-plugins-good-plugins.args:
2735         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2736         * docs/plugins/gst-plugins-good-plugins.interfaces:
2737         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2738         * docs/plugins/inspect/plugin-interleave.xml:
2739         * docs/plugins/inspect/plugin-replaygain.xml:
2740         * tests/check/Makefile.am:
2741
2742         Move replaygain and interleave plugins from -bad.
2743         Fixes: #543406
2744         Fixes: #536228
2745
2746 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2747
2748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2749         (qtdemux_parse_trak):
2750         Revert ISO base media spec based pixel-aspect-ratio calculation.
2751         Fixes #543300.
2752
2753 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2754
2755         * sys/osxvideo/osxvideosink.m:
2756         Fix minor build issues on macosx.
2757         Fixes #543054
2758
2759 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2760
2761         * configure.ac::
2762         * ext/taglib/Makefile.am::
2763           Only use -Wno-attributes (which is there to work around a
2764           bug in the taglib 1.5 headers) if the c++ compiler actually
2765           supports it (#543255).
2766
2767 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2768
2769         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2770
2771         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2772           Avoid compiler warning by initialising variable to NULL (#543259).
2773
2774 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2775
2776         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2777         Don't pass NULL taglists to gst_tag_list_is_empty().
2778
2779 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2780
2781         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2782         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2783         (rtp_pipeline_run):
2784         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2785         Don't use declarations after statements.
2786
2787 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2788
2789         * ext/jpeg/gstjpegdec.c:
2790         Align documentation with reality.
2791
2792 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2793
2794         * gst/udp/gstudpnetutils.c:
2795         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2796         old value (1) if it's not defined which should not cause any problems
2797         as we're using it internal only anyway.
2798
2799 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2800
2801         Patch by: Alessandro Decina <alessandro at nnva dot org>
2802
2803         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2804         Fix build of avidemux on big endian architectures.
2805
2806 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2807
2808         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2809
2810         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2811         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2812
2813 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2814
2815         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2816         (qtdemux_parse_trak):
2817         Set pixel-aspect-ratio in caps using display width and height
2818         provided in track.
2819
2820 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2821
2822         * configure.ac:
2823         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2824         flags that are invalid for C++. Fixes bug #516509.
2825
2826 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2827
2828         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2829         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2830         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2831         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2832         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2833         * tests/examples/equalizer/demo.c: (message_handler):
2834         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2835         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2836         Don't use declarations after statements and variable length arrays.
2837
2838 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2839
2840         Patch by: Daniel Drake <dsd at gentoo dot org>
2841
2842         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2843         (gst_v4l2src_get_nearest_size):
2844         Try progressive video if interlaced fails. Fixes bug #541956
2845         and the usage of v4l2src on OLPC.
2846
2847 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2848
2849         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2850         (gst_rtp_speex_depay_process):
2851         * gst/rtp/gstrtpspeexdepay.h:
2852         Revert last change: Only the jitterbuffer is able to convert RTP to
2853         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2854         Reopens bug #541787.
2855
2856 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2857
2858         * gst/rtp/gstrtpvrawdepay.c:
2859           Include stdlib.h for atoi().
2860
2861         * gst/rtsp/gstrtspsrc.c:
2862           Use floating point math for latencies < 0 sec in log output.
2863
2864 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2865
2866         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2867
2868         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2869         (gst_rtp_speex_depay_process):
2870         * gst/rtp/gstrtpspeexdepay.h:
2871         Take timestamp from the RTP packet as a first step to fix problems
2872         with transmission over RTP when the network is not reliable.
2873         Fixes bug #541787.
2874
2875 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2876
2877         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2878
2879         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2880         Fix parsing of udp:// URIs containing IPv6 addresses.
2881         Fixes bug #541650.
2882
2883 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2884
2885         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2886         Do not leak incoming buffers.
2887
2888 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2889
2890         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2891
2892         * configure.ac:
2893         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2894         for htons() and htonl(). Fixes bug #541412.
2895
2896 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2897
2898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2899         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2900         (gst_matroska_demux_element_query),
2901         (gst_matroska_demux_handle_src_query),
2902         (gst_matroska_demux_handle_seek_event):
2903         Handle position and duration query in DEFAULT format if the
2904         pad's track has a default frame duration set.
2905
2906         Fix seeking now that the segment's duration doesn't contain the
2907         (possibly wrong or inaccurate) duration of the Matroska file.
2908
2909 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2910
2911         * gst/matroska/ebml-read.c: (_ext2dbl):
2912         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2913         in math.h except on MSVC where it is defined in xmath.h.
2914         Fixes compilation with MSVC.
2915
2916 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2917
2918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2919         (gst_matroska_demux_handle_src_query),
2920         (gst_matroska_demux_parse_info),
2921         (gst_matroska_demux_loop_stream_parse_id):
2922         * gst/matroska/matroska-demux.h:
2923         Don't set the segment duration to the duration from the Matroska
2924         header as this value could be wrong and is just informational.
2925
2926 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2927
2928         * gst/matroska/matroska-demux.c:
2929         (gst_matroska_demux_loop_stream_parse_id):
2930         If no Tracks element is found until the first Cluster is found
2931         search it and error out if none is found in the complete file.
2932
2933 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2934
2935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2936         Resync non-subtitle tracks too if a too large gap compared to other
2937         tracks is detected.
2938
2939 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2940
2941         * gst/rtp/Makefile.am:
2942         * gst/rtp/gstrtp.c: (plugin_init):
2943         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2944         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2945         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2946         (gst_rtp_vraw_depay_change_state),
2947         (gst_rtp_vraw_depay_plugin_init):
2948         * gst/rtp/gstrtpvrawdepay.h:
2949         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2950         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2951         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2952         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2953         (gst_rtp_vraw_pay_plugin_init):
2954         * gst/rtp/gstrtpvrawpay.h:
2955         Add raw video pay and depayloaders, see RFC4175.
2956
2957 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2958
2959         * ext/libpng/gstpngdec.c:
2960         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2961         whatever it returned.
2962
2963 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2964
2965         * gst/avi/avi-ids.h:
2966         Add vprp chunk related structures.
2967         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2968         (gst_avi_demux_parse_stream):
2969         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2970         to caps.  Fixes #539482.
2971         * gst/avi/gstavimux.h:
2972         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2973         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2974         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2975
2976 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2977
2978         * tests/check/elements/avimux.c: (check_avimux_pad):
2979         Adjust avimux unit test according to increased streamheader size.
2980
2981 2008-06-27  David Schleef  <ds@schleef.org>
2982
2983         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2984
2985 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2986
2987         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2988         * gst/avi/gstavimux.h:
2989         Add 8 bytes to current streamheader to make for a complete one
2990         and to make more players happy.  Fixes #519460.
2991
2992 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2993
2994         * sys/v4l2/v4l2_calls.c::
2995           Don't include unused gstv4l2xoverlay.h. Fixes build
2996           in case where X11 headers are not installed.
2997
2998 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2999
3000         * ext/dv/gstdv.c: (plugin_init):
3001         Fix compilation.
3002
3003 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3004
3005         * ext/dv/gstdv.c: (plugin_init):
3006         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3007         DV decoder available.
3008         Fixes #532393
3009
3010 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3011
3012         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3013         Call getsockname() after the call to bind() to get updated values
3014         for the port, etc. This fixes the usage of udpsrc on anonymous
3015         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3016         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3017
3018 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3019
3020         * tests/check/pipelines/wavpack.c: (bus_handler):
3021         Remove workaround for a bug in identity that is fixed in 0.10.20.
3022
3023 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3024
3025         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3026
3027         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3028         Fix HTTP auth support with user/password passed via the URI.
3029         Fixes bug #540067.
3030
3031 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3032
3033         * configure.ac:
3034           Depend on released versions of core and -base.
3035
3036 2008-06-23  Julien Moutte  <julien@fluendo.com>
3037
3038         * gst/matroska/matroska-demux.c:
3039         (gst_matroska_demux_read_track_encoding),
3040         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3041         format strings in macros. (makes it build on OS X again...)
3042
3043 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3044
3045         * gst/rtp/gstrtptheorapay.c:
3046         * gst/udp/gstmultiudpsink.c:
3047           Added debug.
3048
3049 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3050
3051         * configure.ac: switch v4l2src over to the normal build instead of
3052         being 'experimental'. Fixes bug #536831.
3053
3054 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3055
3056         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3057         Remove unused variable so that we can compile again.
3058
3059 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3060
3061         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3062         No need to check for audio/G723 and audio/32KADPCM here as they are
3063         no longer supported.
3064
3065 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3066
3067         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3068         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3069         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3070         known length.
3071
3072 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3073
3074         * gst/matroska/matroska-demux.c:
3075         (gst_matroska_demux_add_wvpk_header),
3076         (gst_matroska_demux_audio_caps):
3077         * gst/matroska/matroska-ids.h:
3078         Fix demuxing of WavPack files. Muxing is still broken.
3079
3080 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3083         (gst_matroska_demux_add_mpeg_seq_header),
3084         (gst_matroska_demux_add_wvpk_header),
3085         (gst_matroska_demux_check_subtitle_buffer),
3086         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3087         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3088         (gst_matroska_demux_subtitle_caps):
3089         * gst/matroska/matroska-ids.h:
3090         Add a "vfunc" to the track context for postprocessing frames and
3091         convert the wavpack and subtitle postprocessing to this vfunc.
3092         Copy buffer flags in those functions to the new buffers too.
3093
3094         Parse CodecState elements of Blocks.
3095
3096         Add a postprocessing function for MPEG video that adds the sequence
3097         header from the codec private data or codec state to the frames if
3098         it's not already there.
3099
3100 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3101
3102         * gst/matroska/matroska-demux.c:
3103         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3104         If a gap of more than 1/2 second is found in one stream send a
3105         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3106         This also fixes Matroska files where the first buffer doesn't start
3107         at timestamp 0. Fixes bug #429322.
3108
3109         The duration of a block is the default duration multiplied with the
3110         number of laces. Every lace is one frame and the default duration
3111         is the duration of one frame. This fixes playback of files that use
3112         lacing for some tracks.
3113
3114 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3115
3116         * gst/matroska/matroska-demux.c:
3117         (gst_matroska_demux_parse_contents_seekentry):
3118         Update FIXME/TODOs and only ignore EOS at the central, important place
3119         instead of several places.
3120
3121 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3122
3123         * gst/rtp/gstrtpg726pay.c:
3124         Fix caps, See #538891.
3125
3126 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3127
3128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3129         (gst_matroska_demux_stream_from_num),
3130         (gst_matroska_demux_encoding_cmp),
3131         (gst_matroska_demux_encoding_order_unique),
3132         (gst_matroska_demux_read_track_encoding),
3133         (gst_matroska_demux_read_track_encodings),
3134         (gst_matroska_demux_tracknumber_unique),
3135         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3136         (gst_matroska_demux_parse_tracks),
3137         (gst_matroska_demux_parse_index_cuetrack),
3138         (gst_matroska_demux_parse_index_pointentry),
3139         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3140         (gst_matroska_demux_parse_metadata_id_simple_tag),
3141         (gst_matroska_demux_parse_metadata_id_tag),
3142         (gst_matroska_demux_parse_metadata),
3143         (gst_matroska_demux_parse_attached_file),
3144         (gst_matroska_demux_parse_attachments),
3145         (gst_matroska_demux_parse_chapters),
3146         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3147         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3148         (gst_matroska_demux_parse_cluster),
3149         (gst_matroska_demux_parse_contents_seekentry),
3150         (gst_matroska_demux_parse_contents),
3151         (gst_matroska_demux_loop_stream_parse_id),
3152         (gst_matroska_demux_loop):
3153         Improve debug output everywhere and fix the EOS logic.
3154
3155         Check the values of the ContentEncoding elements more strictly and
3156         don't use tracks for which it's invalid.
3157
3158         Check that the track number is unique for this stream.
3159
3160         Check that seek positions are below G_MAXINT64 as our seeks are
3161         int64-based and overflows will fail badly.
3162
3163         After seeks also don't push SimpleBlocks until the first one
3164         containing a keyframe is found. Before this was done only for normal
3165         Blocks.
3166
3167         Update some FIXME/TODOs.
3168         
3169         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3170         (gst_ebml_read_utf8), (gst_ebml_read_header):
3171         Improve debug output.
3172
3173         * gst/matroska/matroska-ids.c:
3174         (gst_matroska_track_init_video_context):
3175         * gst/matroska/matroska-ids.h:
3176         * gst/matroska/matroska-mux.c:
3177         (gst_matroska_mux_video_pad_setcaps):
3178         Remove eye mode and don't parse it anymore. We can't use that
3179         information in GStreamer yet so it's useless.
3180
3181
3182 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3183
3184         Patch by: Mersad Jelacic <mersad at axis dot com>
3185
3186         * gst/rtp/Makefile.am:
3187         * gst/rtp/gstrtp.c: (plugin_init):
3188         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3189         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3190         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3191         (gst_rtp_g726_depay_plugin_init):
3192         * gst/rtp/gstrtpg726depay.h:
3193         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3194         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3195         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3196         * gst/rtp/gstrtpg726pay.h:
3197         Added G726 pay/depayloaders. Fixes #538891.
3198
3199 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3200
3201         * gst/rtsp/URLS:
3202         Some more urls.
3203
3204         * gst/smpte/barboxwipes.c:
3205         Add a comment
3206
3207         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3208         Fix typo, add audioresample to the pipeline.
3209
3210 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3211
3212         * ext/libmng/Makefile.am:
3213         * ext/libmng/gstmng.c: (plugin_init):
3214         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3215         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3216         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3217         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3218         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3219         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3220         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3221         (gst_mng_dec_change_state):
3222         * ext/libmng/gstmngdec.h:
3223         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3224         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3225         (gst_mng_enc_init), (gst_mng_enc_chain),
3226         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3227         * ext/libmng/gstmngenc.h:
3228         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3229         bits ifdeffed out still.
3230
3231 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3232
3233         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3234         When comparing index elements with the same time compare their
3235         block number.
3236
3237 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3238
3239         * gst/matroska/matroska-demux.c:
3240           (gst_matroska_demux_parse_attached_file)
3241           Init variable to NULL to avoid compiler warning.
3242
3243 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3244
3245         * gst/matroska/Makefile.am:
3246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3247         (gst_matroska_demux_parse_attached_file),
3248         (gst_matroska_demux_parse_attachments),
3249         (gst_matroska_demux_parse_contents_seekentry),
3250         (gst_matroska_demux_loop_stream_parse_id):
3251         * gst/matroska/matroska-demux.h:
3252         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3253         * gst/matroska/matroska-ids.h:
3254         * gst/matroska/matroska.c: (plugin_init):
3255         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3256         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3257         and description of the attachments in the caps. Fixes bug #537622.
3258
3259 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3260
3261         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3262         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3263         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3264         (gst_speex_enc_src_query), (gst_speex_enc_init),
3265         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3266         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3267         (gst_speex_enc_set_property):
3268         Add mode property.
3269         Some cleanups, add more debug info.
3270         Add latency query.
3271
3272 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3273
3274         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3275         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3276         If we get less bytes than requested we can't do anything except doing
3277         our EOS logic.
3278
3279 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3280
3281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3282         (gst_matroskademux_do_index_seek),
3283         (gst_matroska_demux_parse_index_cuetrack),
3284         (gst_matroska_demux_parse_index_pointentry),
3285         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3286         (gst_matroska_demux_parse_metadata):
3287         * gst/matroska/matroska-demux.h:
3288         * gst/matroska/matroska-ids.h:
3289         Use a GArray for storing the Cue (i.e. seek) information, store
3290         the CueTrackPositions for every track, store the block number
3291         and optimize searching in the array by sorting it after the last
3292         element was added.
3293
3294         Fix a small memory leak when trying to parse a tags element that was
3295         already parsed.
3296
3297 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3300         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3301         (gst_matroska_mux_write_data):
3302         * gst/matroska/matroska-mux.h:
3303         Don't write another SeekHead which indexes all Clusters to the end of
3304         the file. This isn't useful for anything and just increases filesize.
3305
3306 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3307
3308         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3309         Prevent unaligned memory access when reading floats.
3310
3311 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3312
3313         * gst/matroska/ebml-read.c:
3314         * gst/matroska/ebml-read.h:
3315         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3316         (gst_matroska_demux_parse_metadata):
3317         * gst/matroska/matroska-demux.h:
3318         Make sure that every Tags element is only parsed once and it's
3319         containing tags are only posted once.
3320
3321 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3322
3323         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3324         (gst_ebml_read_header):
3325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3326         (gst_matroska_demux_parse_tracks),
3327         (gst_matroska_demux_parse_index_cuetrack),
3328         (gst_matroska_demux_parse_index_pointentry),
3329         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3330         (gst_matroska_demux_parse_metadata_id_simple_tag),
3331         (gst_matroska_demux_parse_metadata_id_tag),
3332         (gst_matroska_demux_parse_metadata),
3333         (gst_matroska_demux_parse_attachments),
3334         (gst_matroska_demux_parse_chapters),
3335         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3336         (gst_matroska_demux_parse_cluster),
3337         (gst_matroska_demux_parse_contents_seekentry),
3338         (gst_matroska_demux_parse_contents),
3339         (gst_matroska_demux_loop_stream_parse_id):
3340         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3341         already. They're not useful in the matroska parser and only cause
3342         additional code.
3343
3344 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3347         (gst_ebml_finalize), (gst_ebml_read_change_state),
3348         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3349         * gst/matroska/matroska-demux.c:
3350         (gst_matroska_demux_parse_contents_seekentry):
3351         Reverse the level list as we usually are only interested in the
3352         first element or want to add a new first element. Having the
3353         first element stored at the end and calling g_list_last() and
3354         g_list_append() is more expensive.
3355
3356         Also use GSlice for allocating the GstEbmlLevel structs.
3357
3358 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3359
3360         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3361           (gst_tag_inject_class_init), (gst_tag_inject_init):
3362           Don't unref NULL taglist in finalize. Don't use c++ style
3363           comments.
3364
3365 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3366
3367         * gst/matroska/matroska-demux.c:
3368         (gst_matroska_demux_parse_metadata_id_simple_tag):
3369         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3370         (gst_matroska_mux_write_data):
3371         Use gst_value_serialize() and gst_value_deserialize() for transforming
3372         tags from some GType to a string and the other way around. The default
3373         transformations in GLib don't include transformations from string to
3374         number types.
3375
3376 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3377
3378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3379         (gst_matroska_demux_parse_tracks),
3380         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3381         (gst_matroska_demux_parse_attachments),
3382         (gst_matroska_demux_parse_chapters),
3383         (gst_matroska_demux_parse_contents_seekentry),
3384         (gst_matroska_demux_loop_stream_parse_id):
3385         * gst/matroska/matroska-demux.h:
3386         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3387         Tags multiple times. The first ones can appear more than once but must
3388         contain the same content as the first for backup purposes so we ignore
3389         all but the first one. Tags can appear multiple times with different
3390         content.
3391
3392         Jump to all elements except Clusters that are available from a
3393         SeekHead to make it more likely to have all required informations
3394         before getting to the first Clusters.
3395
3396         Add dummy functions for parsing Attachments and Chapters.
3397
3398 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3399
3400         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3401         (gst_udpsrc_create), (gst_udpsrc_set_property),
3402         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3403         * gst/udp/gstudpsrc.h:
3404         Add property to control automatic join/leave of multicast groups.
3405         Add G_LIKELY.
3406         Remove setting caps on buffers explicitly, basesrc does that for us now.
3407         Improve debug info.
3408         Convert some non-fatal error into warnings.
3409         Use g_ntohs for better portability.
3410         Leave multicast groups when stopping.
3411         When using external sockets, use getsockname() on them to fill up the
3412         addr structure before calling methods that use the structure.
3413         Should all fix #536903.
3414         API: GstUDPSrc::auto-multicast property
3415
3416 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3417
3418         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3419         Use g_ntohl for better portability.
3420
3421 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3422
3423         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3424         (gst_multiudpsink_remove):
3425         Fix a typo and do some small cleanups.
3426
3427 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3428
3429         Patch by: Olivier Crete <tester at tester dot ca>
3430
3431         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3432         Make the delivery-method mandatory on the caps and only accept inline
3433         for now.
3434         Reverse strcmp checks for delivery-method.
3435
3436         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3437         Make delivery method optional when parsing caps and note this in the
3438         caps.
3439         Reverse strcmp checks for delivery-method.
3440
3441         * gst/rtp/gstrtpvorbispay.c:
3442         Update a comment to note that the delivery-method is optional, 
3443         Fixes #537675.
3444
3445 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3446
3447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3448         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3449         leaving them in READY. Fixes #537832.
3450
3451 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3452
3453         * gst/avi/gstavimux.c:
3454           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3455           for a random constant in tagmuxing code.
3456
3457 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3458
3459         * gst/debug/gsttaginject.c:
3460         * gst/debug/gsttaginject.h:
3461           Now actually adding the new element.
3462
3463 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3464
3465         * docs/plugins/Makefile.am:
3466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3468         * docs/plugins/gst-plugins-good-plugins.args:
3469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3470         * docs/plugins/gst-plugins-good-plugins.interfaces:
3471         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3472         * docs/plugins/inspect/plugin-aasink.xml:
3473         * docs/plugins/inspect/plugin-alaw.xml:
3474         * docs/plugins/inspect/plugin-alpha.xml:
3475         * docs/plugins/inspect/plugin-alphacolor.xml:
3476         * docs/plugins/inspect/plugin-annodex.xml:
3477         * docs/plugins/inspect/plugin-apetag.xml:
3478         * docs/plugins/inspect/plugin-audiofx.xml:
3479         * docs/plugins/inspect/plugin-auparse.xml:
3480         * docs/plugins/inspect/plugin-autodetect.xml:
3481         * docs/plugins/inspect/plugin-avi.xml:
3482         * docs/plugins/inspect/plugin-cacasink.xml:
3483         * docs/plugins/inspect/plugin-cairo.xml:
3484         * docs/plugins/inspect/plugin-cdio.xml:
3485         * docs/plugins/inspect/plugin-cutter.xml:
3486         * docs/plugins/inspect/plugin-debug.xml:
3487         * docs/plugins/inspect/plugin-dv.xml:
3488         * docs/plugins/inspect/plugin-efence.xml:
3489         * docs/plugins/inspect/plugin-effectv.xml:
3490         * docs/plugins/inspect/plugin-equalizer.xml:
3491         * docs/plugins/inspect/plugin-esdsink.xml:
3492         * docs/plugins/inspect/plugin-flac.xml:
3493         * docs/plugins/inspect/plugin-flxdec.xml:
3494         * docs/plugins/inspect/plugin-gamma.xml:
3495         * docs/plugins/inspect/plugin-gconfelements.xml:
3496         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3497         * docs/plugins/inspect/plugin-goom.xml:
3498         * docs/plugins/inspect/plugin-goom2k1.xml:
3499         * docs/plugins/inspect/plugin-halelements.xml:
3500         * docs/plugins/inspect/plugin-icydemux.xml:
3501         * docs/plugins/inspect/plugin-id3demux.xml:
3502         * docs/plugins/inspect/plugin-jpeg.xml:
3503         * docs/plugins/inspect/plugin-level.xml:
3504         * docs/plugins/inspect/plugin-matroska.xml:
3505         * docs/plugins/inspect/plugin-monoscope.xml:
3506         * docs/plugins/inspect/plugin-mulaw.xml:
3507         * docs/plugins/inspect/plugin-multifile.xml:
3508         * docs/plugins/inspect/plugin-multipart.xml:
3509         * docs/plugins/inspect/plugin-navigationtest.xml:
3510         * docs/plugins/inspect/plugin-ossaudio.xml:
3511         * docs/plugins/inspect/plugin-png.xml:
3512         * docs/plugins/inspect/plugin-quicktime.xml:
3513         * docs/plugins/inspect/plugin-rtp.xml:
3514         * docs/plugins/inspect/plugin-rtsp.xml:
3515         * docs/plugins/inspect/plugin-smpte.xml:
3516         * docs/plugins/inspect/plugin-soup.xml:
3517         * docs/plugins/inspect/plugin-spectrum.xml:
3518         * docs/plugins/inspect/plugin-speex.xml:
3519         * docs/plugins/inspect/plugin-taglib.xml:
3520         * docs/plugins/inspect/plugin-udp.xml:
3521         * docs/plugins/inspect/plugin-video4linux2.xml:
3522         * docs/plugins/inspect/plugin-videobalance.xml:
3523         * docs/plugins/inspect/plugin-videobox.xml:
3524         * docs/plugins/inspect/plugin-videocrop.xml:
3525         * docs/plugins/inspect/plugin-videoflip.xml:
3526         * docs/plugins/inspect/plugin-videomixer.xml:
3527         * docs/plugins/inspect/plugin-wavenc.xml:
3528         * docs/plugins/inspect/plugin-wavpack.xml:
3529         * docs/plugins/inspect/plugin-wavparse.xml:
3530         * docs/plugins/inspect/plugin-ximagesrc.xml:
3531         * gst/debug/Makefile.am:
3532         * gst/debug/breakmydata.c:
3533         * gst/debug/efence.c:
3534         * gst/debug/gstdebug.c:
3535         * gst/debug/gstnavseek.c:
3536         * gst/debug/gstpushfilesrc.c:
3537         * gst/debug/gstpushfilesrc.h:
3538         * gst/debug/negotiation.c:
3539         * gst/debug/progressreport.c:
3540         * gst/debug/progressreport.h:
3541         * gst/debug/rndbuffersize.c:
3542         * gst/debug/testplugin.c:
3543           Remove dummy plugin_init. Remove some undefined entries from doc-
3544           section file. Add taginject element and rebuild docs for it.
3545
3546 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3547
3548         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3549         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3550         Update the counter for the number of streams when pads are added or
3551         removed. This will make sure that a seek table is generated for
3552         files with just one audio stream.
3553
3554 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         * gst/matroska/matroska-demux.c:
3557         (gst_matroska_demux_parse_metadata_id_simple_tag):
3558         * gst/matroska/matroska-ids.h:
3559         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3560         Add some more tags, improve debugging a bit and make sure that
3561         GValue transformation has succeeded before using the result
3562         as a tag.
3563
3564 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3565
3566         Patch by: Olivier Crete <tester at tester dot ca>
3567
3568         * gst/rtp/gstrtptheorapay.c:
3569         The Theora RTP payloader only supports the "inline" delievery method
3570         so let's declare this on the caps of the static pad template.
3571         Fixes bug #537675.
3572
3573 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3574
3575         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3576         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3577         Remove bogus check.
3578
3579 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3580
3581         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3582         (gst_videomixer_blend_buffers):
3583         Use stream_time to synchronize the object properties.
3584         Use running_time of the master pad to timestamp outgoing buffers.
3585         Fix the initial segment event to extend an unknown amount of time.
3586         Fixes #537361.
3587
3588 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3589
3590         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3591         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3592         (gst_avi_demux_calculate_durations_from_index),
3593         (gst_avi_demux_stream_header_push),
3594         (gst_avi_demux_stream_header_pull):
3595         Try to ignore unparsable/unknown streams and give a warning instead of
3596         erroring out. Fixes #537377.
3597
3598 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3599
3600         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3601         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3602
3603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3604         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3605         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3606         (gst_matroska_demux_read_track_encodings),
3607         (gst_matroska_demux_add_stream),
3608         (gst_matroska_demux_handle_src_query),
3609         (gst_matroska_demux_init_stream),
3610         (gst_matroska_demux_parse_index_cuetrack),
3611         (gst_matroska_demux_parse_index_pointentry),
3612         (gst_matroska_demux_parse_info),
3613         (gst_matroska_demux_parse_metadata_id_simple_tag),
3614         (gst_matroska_demux_parse_metadata),
3615         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3616         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3617         (gst_matroska_demux_parse_cluster),
3618         (gst_matroska_demux_parse_contents_seekentry),
3619         (gst_matroska_demux_loop_stream_parse_id),
3620         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3621         (gst_matroska_demux_audio_caps),
3622         (gst_matroska_demux_subtitle_caps):
3623         * gst/matroska/matroska-demux.h:
3624         * gst/matroska/matroska-ids.c:
3625         (gst_matroska_track_init_subtitle_context):
3626         * gst/matroska/matroska-ids.h:
3627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3628         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3629         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3630         (gst_matroska_mux_video_pad_setcaps),
3631         (gst_matroska_mux_audio_pad_setcaps),
3632         (gst_matroska_mux_subtitle_pad_setcaps),
3633         (gst_matroska_mux_request_new_pad),
3634         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3635         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3636         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3637         (gst_matroska_mux_set_property):
3638         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3639         elements, do some checks for valid values in the demuxer, handle
3640         tracktimecodescale in the demuxer, set correct default values for all
3641         settings in the demuxer, review and add all missing matroska
3642         IDs and some more raw YUV formats, and some trivial cleanup.
3643
3644 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3645
3646         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3647         (gst_pulsemixer_class_init):
3648         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3649         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3650         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3651         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3652         (gst_pulsesrc_prepare):
3653         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3654         gst_element_class_set_details_simple() and fix coding style a bit
3655         more.
3656
3657 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3658
3659         * docs/plugins/Makefile.am:
3660         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3662         * docs/plugins/gst-plugins-good-plugins.args:
3663         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3664         * docs/plugins/gst-plugins-good-plugins.interfaces:
3665         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3666         * docs/plugins/inspect/plugin-aasink.xml:
3667         * docs/plugins/inspect/plugin-alaw.xml:
3668         * docs/plugins/inspect/plugin-alpha.xml:
3669         * docs/plugins/inspect/plugin-alphacolor.xml:
3670         * docs/plugins/inspect/plugin-annodex.xml:
3671         * docs/plugins/inspect/plugin-apetag.xml:
3672         * docs/plugins/inspect/plugin-audiofx.xml:
3673         * docs/plugins/inspect/plugin-auparse.xml:
3674         * docs/plugins/inspect/plugin-autodetect.xml:
3675         * docs/plugins/inspect/plugin-avi.xml:
3676         * docs/plugins/inspect/plugin-cacasink.xml:
3677         * docs/plugins/inspect/plugin-cairo.xml:
3678         * docs/plugins/inspect/plugin-cdio.xml:
3679         * docs/plugins/inspect/plugin-cutter.xml:
3680         * docs/plugins/inspect/plugin-debug.xml:
3681         * docs/plugins/inspect/plugin-dv.xml:
3682         * docs/plugins/inspect/plugin-efence.xml:
3683         * docs/plugins/inspect/plugin-effectv.xml:
3684         * docs/plugins/inspect/plugin-equalizer.xml:
3685         * docs/plugins/inspect/plugin-esdsink.xml:
3686         * docs/plugins/inspect/plugin-flac.xml:
3687         * docs/plugins/inspect/plugin-flxdec.xml:
3688         * docs/plugins/inspect/plugin-gamma.xml:
3689         * docs/plugins/inspect/plugin-gconfelements.xml:
3690         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3691         * docs/plugins/inspect/plugin-goom.xml:
3692         * docs/plugins/inspect/plugin-goom2k1.xml:
3693         * docs/plugins/inspect/plugin-halelements.xml:
3694         * docs/plugins/inspect/plugin-icydemux.xml:
3695         * docs/plugins/inspect/plugin-id3demux.xml:
3696         * docs/plugins/inspect/plugin-jpeg.xml:
3697         * docs/plugins/inspect/plugin-level.xml:
3698         * docs/plugins/inspect/plugin-matroska.xml:
3699         * docs/plugins/inspect/plugin-monoscope.xml:
3700         * docs/plugins/inspect/plugin-mulaw.xml:
3701         * docs/plugins/inspect/plugin-multifile.xml:
3702         * docs/plugins/inspect/plugin-multipart.xml:
3703         * docs/plugins/inspect/plugin-navigationtest.xml:
3704         * docs/plugins/inspect/plugin-ossaudio.xml:
3705         * docs/plugins/inspect/plugin-png.xml:
3706         * docs/plugins/inspect/plugin-pulseaudio.xml:
3707         * docs/plugins/inspect/plugin-quicktime.xml:
3708         * docs/plugins/inspect/plugin-rtp.xml:
3709         * docs/plugins/inspect/plugin-rtsp.xml:
3710         * docs/plugins/inspect/plugin-smpte.xml:
3711         * docs/plugins/inspect/plugin-soup.xml:
3712         * docs/plugins/inspect/plugin-spectrum.xml:
3713         * docs/plugins/inspect/plugin-speex.xml:
3714         * docs/plugins/inspect/plugin-taglib.xml:
3715         * docs/plugins/inspect/plugin-udp.xml:
3716         * docs/plugins/inspect/plugin-video4linux2.xml:
3717         * docs/plugins/inspect/plugin-videobalance.xml:
3718         * docs/plugins/inspect/plugin-videobox.xml:
3719         * docs/plugins/inspect/plugin-videocrop.xml:
3720         * docs/plugins/inspect/plugin-videoflip.xml:
3721         * docs/plugins/inspect/plugin-videomixer.xml:
3722         * docs/plugins/inspect/plugin-wavenc.xml:
3723         * docs/plugins/inspect/plugin-wavpack.xml:
3724         * docs/plugins/inspect/plugin-wavparse.xml:
3725         * docs/plugins/inspect/plugin-ximagesrc.xml:
3726         * ext/pulse/plugin.c:
3727         * ext/pulse/pulsemixer.c:
3728         * ext/pulse/pulsesink.c:
3729         * ext/pulse/pulsesrc.c:
3730         Add documentation to the pulseaudio plugin and run make update
3731         in docs/plugins.
3732
3733 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3734
3735         Patch by: Brian Cameron <brian.cameron at sun dot com>
3736
3737         * sys/sunaudio/gstsunaudiomixerctrl.c:
3738         (gst_sunaudiomixer_ctrl_get_volume),
3739         (gst_sunaudiomixer_ctrl_set_volume):
3740         Improvements for the SunAudio mixer by handling mute as no gain
3741         for tracks that have a gain property but no mute property.
3742         Fixes bug #536067.
3743
3744 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3745
3746         * configure.ac:
3747         * ext/pulse/Makefile.am:
3748         * ext/pulse/plugin.c: (plugin_init):
3749         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3750         (gst_pulsemixer_implements_interface_init),
3751         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3752         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3753         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3754         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3755         * ext/pulse/pulsemixer.h:
3756         * ext/pulse/pulsemixerctrl.c:
3757         (gst_pulsemixer_ctrl_context_state_cb),
3758         (gst_pulsemixer_ctrl_sink_info_cb),
3759         (gst_pulsemixer_ctrl_source_info_cb),
3760         (gst_pulsemixer_ctrl_subscribe_cb),
3761         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3762         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3763         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3764         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3765         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3766         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3767         * ext/pulse/pulsemixerctrl.h:
3768         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3769         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3770         * ext/pulse/pulsemixertrack.h:
3771         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3772         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3773         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3774         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3775         (gst_pulseprobe_new), (gst_pulseprobe_free),
3776         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3777         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3778         (gst_pulseprobe_set_server):
3779         * ext/pulse/pulseprobe.h:
3780         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3781         (gst_pulsesink_class_init), (gst_pulsesink_init),
3782         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3783         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3784         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3785         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3786         (gst_pulsesink_stream_request_cb),
3787         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3788         (gst_pulsesink_close), (gst_pulsesink_prepare),
3789         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3790         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3791         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3792         (gst_pulsesink_event), (gst_pulsesink_get_type):
3793         * ext/pulse/pulsesink.h:
3794         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3795         (gst_pulsesrc_implements_interface_init),
3796         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3797         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3798         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3799         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3800         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3801         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3802         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3803         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3804         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3805         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3806         (gst_pulsesrc_get_type):
3807         * ext/pulse/pulsesrc.h:
3808         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3809         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3810         * ext/pulse/pulseutil.h:
3811         Add pulseaudio GStreamer element from gst-pulse. Development will
3812         continue here instead of pulseaudio SVN. Fixes bug #400679.
3813         Only changes over gst-pulse SVN are added copyright to the top of
3814         files and coding style changes.
3815
3816 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3817
3818         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3819
3820         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3821           (gst_cdio_add_cdtext_album_tags):
3822         * ext/cdio/gstcdio.h:
3823         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3824           Also extract album title and album genre from CD-TEXT if
3825           available (#537021).
3826
3827 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3828
3829         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3830
3831         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3832         Improve negotiation a bit more by picking the smallest possible
3833         resolution that is larger than the resolution specified in the
3834         first caps entry of the peer caps. Fixes bug #536994.
3835
3836 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3837
3838         Patch by: Bastien Nocera <hadess at hadess dot net>
3839
3840         * sys/v4l2/gstv4l2vidorient.c:
3841         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3842         Fix compilation with newer GIT kernels that deprecated
3843         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3844
3845 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3846
3847         * configure.ac:
3848         * ext/cdio/gstcdio.c:
3849         * ext/cdio/gstcdio.h:
3850         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3851           Require libcdio >= 0.76.
3852
3853 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3854
3855         * gst/avi/gstavidemux.c:
3856         Catch UNEXPECTED when downstream has reached end of
3857         segment in reverse mode.
3858
3859 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3860
3861         * gst/avi/gstavidemux.c:
3862         Fix typo in comment
3863
3864 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3865
3866         * gst/avi/gstavidemux.c:
3867         Because we don't know the frame order we need to push till
3868         the next keyframe
3869
3870 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3871
3872         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3873
3874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3875         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3876         Provide a custom negotiation function to make sure to pick the highest
3877         possible framerate and resolution. Fixes bug #536646.
3878
3879 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3880
3881         * gst/avi/gstavidemux.c:
3882         Set EOS when going out of the segment in reverse playback
3883
3884 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3885
3886         * ext/taglib/Makefile.am::
3887           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3888           taglib headers (with gcc 4.3.1).
3889
3890 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3891
3892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3893         Use the new gst_rtsp_connection_get_ip() to access the IP address
3894         of a GstRTSPConnection since it is a private member.
3895
3896 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3897
3898         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3899         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3900           Use new utility functions in libgsttag to process coverart (#512333).
3901
3902 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3903
3904         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3905         We actually support left/side, right/side and mid/side files. The
3906         conversion to normal, interleaved stereo is done by libflac.
3907
3908 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3909
3910         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3911         (gst_ebml_write_set_cache):
3912         Unref the write cache in finalize if it was set and add add "FIXME"
3913         to a comment that needs it.
3914
3915 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3916
3917         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3918
3919         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3920         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3921         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3922         (gst_avi_demux_process_next_entry):
3923         * gst/avi/gstavidemux.h:
3924         Implement reverse playback. Fixes #535300.
3925         Small cleanups.
3926
3927 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3928
3929         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3930         (gst_videomixer_query_latency):
3931         When using gst_element_iterate_pads() one has to unref every pad
3932         after usage.
3933
3934 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3935
3936         Patch by: Bastien Nocera <hadess at hadess dot net>
3937         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3938         (qtdemux_parse_udta):
3939         * gst/qtdemux/qtdemux_fourcc.h:
3940         Improve meta-data handling, add 'comment', 'description' and
3941         'copyright' tag handling.
3942         Fixes #535935
3943
3944 2008-05-31  Julien Moutte  <julien@fluendo.com>
3945
3946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3947         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3948         (gst_qtdemux_seek_to_previous_keyframe),
3949         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3950         we don't clip the segment's stop using the main segment duration as
3951         that could crop quite some video frames. Make reverse playback support
3952         more robust and support edit lists. Support seeking to the last frame,
3953         and fix reverse looping playback. Add some debugging.
3954         * win32/common/config.h: Updated.
3955
3956 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3957
3958         * gst/equalizer/gstiirequalizer.c:
3959         (gst_iir_equalizer_transform_ip):
3960         Don't clip float/double samples, correctly unset passthrough mode
3961         and use better rounding for integer samples.
3962
3963 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3964
3965         * gst/equalizer/gstiirequalizer.c:
3966         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3967         (setup_filter), (set_passthrough), (update_coefficients),
3968         (gst_iir_equalizer_compute_frequencies),
3969         (gst_iir_equalizer_transform_ip):
3970         * gst/equalizer/gstiirequalizer.h:
3971         Update the filter coefficients only when needed in the transform_ip
3972         function and correctly set the element into passthrough mode if the
3973         gain of all bands is 0.
3974
3975 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3976
3977         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3978
3979         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3980         (gst_alpha_set_property), (gst_alpha_get_property),
3981         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3982         Try to skip pixels or areas that are too dark or too bright for us to do
3983         meaningfull color detection.
3984         Added properties to control the sensitivity to light and darkness.
3985         Added some small cleanups. Fixes #512345.
3986
3987 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3988
3989         * docs/plugins/.cvsignore:
3990         * tests/check/elements/.cvsignore:
3991         Ignore some more generated things
3992
3993         * tests/check/Makefile.am:
3994         Ignore OSS elements in the state changes test too.
3995
3996 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3997
3998         * docs/plugins/Makefile.am:
3999         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4000         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4001         Add SMPTE effect elements to docs.
4002
4003 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4004
4005         * docs/plugins/Makefile.am:
4006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4008         * ext/raw1394/gstdv1394src.c:
4009           Document whats first shown on the fdo plugin docs page :)
4010
4011 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4012
4013         * docs/plugins/Makefile.am:
4014         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4015         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4016         * docs/plugins/gst-plugins-good-plugins.args:
4017         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4018         * docs/plugins/inspect/plugin-audiofx.xml:
4019         * gst/audiofx/Makefile.am:
4020         * gst/audiofx/audiofx.c:
4021         * gst/audiofx/audiokaraoke.c:
4022         * gst/audiofx/audiokaraoke.h:
4023         * gst/audiofx/audiovoice.c:
4024         * gst/audiofx/audiovoice.h:
4025           Rename audiovoice to audiokaraoke and add it to the docs.
4026
4027 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4028
4029         * REQUIREMENTS:
4030         * docs/plugins/Makefile.am:
4031         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4032         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4033         * docs/plugins/gst-plugins-good-plugins.args:
4034         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4035         * docs/plugins/gst-plugins-good-plugins.interfaces:
4036         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4037         * docs/plugins/inspect/plugin-aasink.xml:
4038         * docs/plugins/inspect/plugin-alaw.xml:
4039         * docs/plugins/inspect/plugin-alpha.xml:
4040         * docs/plugins/inspect/plugin-alphacolor.xml:
4041         * docs/plugins/inspect/plugin-annodex.xml:
4042         * docs/plugins/inspect/plugin-apetag.xml:
4043         * docs/plugins/inspect/plugin-audiofx.xml:
4044         * docs/plugins/inspect/plugin-auparse.xml:
4045         * docs/plugins/inspect/plugin-autodetect.xml:
4046         * docs/plugins/inspect/plugin-avi.xml:
4047         * docs/plugins/inspect/plugin-cacasink.xml:
4048         * docs/plugins/inspect/plugin-cairo.xml:
4049         * docs/plugins/inspect/plugin-cdio.xml:
4050         * docs/plugins/inspect/plugin-cutter.xml:
4051         * docs/plugins/inspect/plugin-debug.xml:
4052         * docs/plugins/inspect/plugin-dv.xml:
4053         * docs/plugins/inspect/plugin-efence.xml:
4054         * docs/plugins/inspect/plugin-effectv.xml:
4055         * docs/plugins/inspect/plugin-equalizer.xml:
4056         * docs/plugins/inspect/plugin-esdsink.xml:
4057         * docs/plugins/inspect/plugin-flac.xml:
4058         * docs/plugins/inspect/plugin-flxdec.xml:
4059         * docs/plugins/inspect/plugin-gamma.xml:
4060         * docs/plugins/inspect/plugin-gconfelements.xml:
4061         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4062         * docs/plugins/inspect/plugin-goom.xml:
4063         * docs/plugins/inspect/plugin-goom2k1.xml:
4064         * docs/plugins/inspect/plugin-halelements.xml:
4065         * docs/plugins/inspect/plugin-icydemux.xml:
4066         * docs/plugins/inspect/plugin-id3demux.xml:
4067         * docs/plugins/inspect/plugin-jpeg.xml:
4068         * docs/plugins/inspect/plugin-level.xml:
4069         * docs/plugins/inspect/plugin-matroska.xml:
4070         * docs/plugins/inspect/plugin-monoscope.xml:
4071         * docs/plugins/inspect/plugin-mulaw.xml:
4072         * docs/plugins/inspect/plugin-multifile.xml:
4073         * docs/plugins/inspect/plugin-multipart.xml:
4074         * docs/plugins/inspect/plugin-navigationtest.xml:
4075         * docs/plugins/inspect/plugin-ossaudio.xml:
4076         * docs/plugins/inspect/plugin-png.xml:
4077         * docs/plugins/inspect/plugin-quicktime.xml:
4078         * docs/plugins/inspect/plugin-rtp.xml:
4079         * docs/plugins/inspect/plugin-rtsp.xml:
4080         * docs/plugins/inspect/plugin-smpte.xml:
4081         * docs/plugins/inspect/plugin-soup.xml:
4082         * docs/plugins/inspect/plugin-spectrum.xml:
4083         * docs/plugins/inspect/plugin-speex.xml:
4084         * docs/plugins/inspect/plugin-taglib.xml:
4085         * docs/plugins/inspect/plugin-udp.xml:
4086         * docs/plugins/inspect/plugin-video4linux2.xml:
4087         * docs/plugins/inspect/plugin-videobalance.xml:
4088         * docs/plugins/inspect/plugin-videobox.xml:
4089         * docs/plugins/inspect/plugin-videocrop.xml:
4090         * docs/plugins/inspect/plugin-videoflip.xml:
4091         * docs/plugins/inspect/plugin-videomixer.xml:
4092         * docs/plugins/inspect/plugin-wavenc.xml:
4093         * docs/plugins/inspect/plugin-wavpack.xml:
4094         * docs/plugins/inspect/plugin-wavparse.xml:
4095         * docs/plugins/inspect/plugin-ximagesrc.xml:
4096         * ext/aalib/gstaasink.c:
4097         * ext/libcaca/gstcacasink.c:
4098           Document aasink and cacasink.
4099
4100 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4101
4102         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4103         (gst_videomixer_init), (gst_videomixer_query_duration),
4104         (gst_videomixer_query_latency), (gst_videomixer_query),
4105         (gst_videomixer_blend_buffers):
4106         * gst/videomixer/videomixer.h:
4107         Implement position (in time), duration and latency queries.
4108
4109 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4110
4111         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4112         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4113         (gst_videomixer_fill_queues), (forward_event_func),
4114         (forward_event), (gst_videomixer_src_event),
4115         (gst_videomixer_sink_event):
4116         * gst/videomixer/videomixer.h:
4117         Implement proper seek/newsegment handling.
4118         Based on adder's implementation.
4119         Fixes #535121
4120
4121 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4122
4123         Patch by: Jan Gerber <j at oil21 dot org>
4124
4125         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4126         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4127
4128 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4129
4130         * gst/audiofx/Makefile.am:
4131         * gst/audiofx/audiofx.c: (plugin_init):
4132         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4133         (gst_audio_voice_class_init), (gst_audio_voice_init),
4134         (update_filter), (gst_audio_voice_set_property),
4135         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4136         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4137         (gst_audio_voice_transform_ip):
4138         * gst/audiofx/audiovoice.h:
4139         Add simple voice removal element. Yay karaoke.
4140
4141 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4144
4145         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4146         Fix potential caps leak.
4147         If we can't get the framerate with an ioctl, try to get it with the
4148         current norm. Fixes #520092.
4149
4150 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4153
4154         * sys/v4l2/v4l2src_calls.c:
4155         (gst_v4l2src_probe_caps_for_format_and_size):
4156         If we fail to get the frame intervals, simply don't touch the framerates
4157         on the template caps instead of discarding the format. See #520092.
4158
4159 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4160
4161         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4162
4163         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4164         (gst_v4l2_get_caps_info):
4165         Add NV12, NV21 and bayer support. See #520092.
4166
4167 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4168
4169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4170         (gst_qtdemux_activate_segment):
4171         Unbreak segment activation again. Fixes #531672.
4172
4173 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         * ext/flac/Makefile.am:
4176         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4177         Set the channel layout when decoding FLAC files with more than 2
4178         channels as defined by the FLAC spec. Fixes bug #534570.
4179
4180         Also don't try to decode left/side, right/side and mid/side files
4181         as we don't support this at all.
4182
4183 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4184
4185         * configure.ac:
4186           We need -base CVS (rtsp).
4187
4188 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4189
4190         * gst/udp/Makefile.am:
4191           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4192           when including netdb.h when building against glibc >= 2.8.
4193
4194 2008-05-22  Julien Moutte  <julien@fluendo.com>
4195
4196         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4197         debug statement arguments.
4198         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4199         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4200         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4201         on more platforms.
4202
4203 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4204
4205         * tests/check/elements/avimux.c: (setup_src_pad),
4206         (teardown_src_pad):
4207         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4208         (GST_START_TEST):
4209         * tests/check/elements/matroskamux.c: (setup_src_pad),
4210         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4211         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4212         (GST_START_TEST):
4213         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4214         (setup_wavpackparse), (cleanup_wavpackparse):
4215         Don't use gst_element_get_pad(), it's a bad, bad method.
4216
4217 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4218
4219         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4220         (do_toggle_element):
4221         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4222         (do_toggle_element):
4223         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4224         (do_toggle_element):
4225         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4226         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4227         (do_toggle_element):
4228         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4229         (do_toggle_element):
4230         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4231         (gst_auto_audio_sink_detect):
4232         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4233         (gst_auto_video_sink_detect):
4234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4235         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4236         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4237         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4238         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4239         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4240         * tests/icles/videocrop-test.c: (test_with_caps),
4241         (video_crop_get_test_caps):
4242         Don't use gst_element_get_pad(), it's a bad method.
4243
4244 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4245
4246         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4247         (gst_multiudpsink_add_internal):
4248         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4249         (gst_udp_join_group):
4250         * gst/udp/gstudpnetutils.h:
4251         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4252         Joining a multicast group and setting the loop/ttl properties are
4253         totally unrelated tasks are must be separated.
4254
4255 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4256
4257         * gst/avi/gstavimux.c:
4258           Also support alaw/mulaw.
4259
4260 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4261
4262         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4263         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4264         * gst/udp/gstmultiudpsink.h:
4265         Add a fixme for the auto-multicast property.
4266         Fix some confusing debug messages.
4267         Disable setting a qos value by default.
4268
4269 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4270
4271         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4272
4273         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4274         Ignore EPERM errors from sendto. Fixes #533619.
4275
4276 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         Patch by: Henrik Eriksson <henriken at axis dot com>
4279
4280         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4281         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4282         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4283         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4284         * gst/udp/gstmultiudpsink.h:
4285         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4286
4287 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4290         Improve debugging of the ident.
4291
4292 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         Patch by: Bruno Santos <brunof at ua dot pt>
4295
4296         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4297         (gst_udp_join_group), (gst_udp_leave_group),
4298         (gst_udp_is_multicast):
4299         * gst/udp/gstudpnetutils.h:
4300         Provide a bunch of helper methods to deal with IPv4 and IPv6
4301         transparently.
4302
4303         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4304         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4305         (gst_multiudpsink_get_property), (join_multicast),
4306         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4307         (gst_multiudpsink_remove):
4308         * gst/udp/gstmultiudpsink.h:
4309         Add multicast TTL and loopback properties.
4310         Use the helper methods to implement ip4 and ip6.
4311
4312         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4313         * gst/udp/gstudpsrc.h:
4314         Use the helper methods to implement ip4 and ip6.
4315         Fixes #515962.
4316
4317 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4318
4319         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4320
4321         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4322         (gst_multipart_demux_get_gstname),
4323         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4324         * gst/multipart/multipartdemux.h:
4325         Don't blindly copy the mime-type as the caps name because they not
4326         always map directly. Instead use a hashtable with common mappings.
4327         Fixes #533287.
4328
4329 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4330
4331         * ext/esd/esdsink.c: (gst_esdsink_write):
4332         When we post an error, we must return -1 to let the parent know that we
4333         cannot write the segment else it will loop and continue to call us again
4334         forever. Patch by Michael Meeks.
4335
4336 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4337
4338         * gst/videomixer/videomixer.c:
4339           Add missing incudes.
4340
4341 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4342
4343         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4344         (gst_rtp_h264_pay_handle_buffer):
4345         * gst/rtp/gstrtph264pay.h:
4346         Correct a typo (sinle -> single).
4347
4348 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4351         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4352         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4353         (gst_rtp_h264_depay_process):
4354         * gst/rtp/gstrtph264depay.h:
4355         Add experimental support for outputting quicktime-like AVC output in
4356         addition to the existing bytestream output.
4357
4358         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4359         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4360         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4361         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4362         (gst_rtp_h264_pay_get_property):
4363         * gst/rtp/gstrtph264pay.h:
4364         Make the parsing mode configurable, for some inputs we don't need to
4365         scan every byte for start codes.
4366         Only set the marker bit on ACCESS units.
4367
4368 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4369
4370         * gst/equalizer/gstiirequalizer.c:
4371         Use a bigger type in integer mode for the intermediate results to
4372         prevent overflows. This fixes the crippled sound when using the
4373         equalizer in integer mode. Fixes bug #510865.
4374
4375 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4376
4377         * gst/videomixer/videomixer.c:
4378         * gst/videomixer/videomixer.h:
4379         Instead of a random number for the request pad id's,
4380         use a counter.
4381
4382         Register the videomixerpad class from the element's class_init
4383         where it's safer, and allows the docs generator to scan it.
4384
4385 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         * gst/smpte/Makefile.am:
4388         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4389         * gst/smpte/gstsmpte.h:
4390         * gst/smpte/gstsmptealpha.c:
4391         (gst_smpte_alpha_transition_type_get_type),
4392         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4393         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4394         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4395         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4396         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4397         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4398         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4399         * gst/smpte/gstsmptealpha.h:
4400         * gst/smpte/plugin.c: (plugin_init):
4401         Add new plugin that adds the SMPTE transition in the alpha channel of
4402         I420 and AYUV frames so that they can be blended with videomixer later
4403         on. Uses all niceties such as using base transform for efficient alloc
4404         and negotiation. It currently requires GstController to control the
4405         position in the transition effect.
4406
4407 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4408
4409         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4411         * docs/plugins/gst-plugins-good-plugins.args:
4412         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4413         * docs/plugins/gst-plugins-good-plugins.interfaces:
4414         * docs/plugins/gst-plugins-good-plugins.types:
4415         * gst/videomixer/videomixer.c:
4416           Try using thaytans new mechanism to get extra classes into plugin
4417           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4418           missing still.
4419
4420 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4421
4422         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4423         Set proper rate in avi stream header for PCM audio, and also do some
4424         more sanity checks on caps in this case.  Fixes #511489.
4425
4426 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4427
4428         * sys/v4l2/gstv4l2src.c:
4429         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4430         isn't implemented at all yet and this requires X headers to be
4431         installed. Fixes bug #533264.
4432
4433 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4434
4435         reviewed by: <delete if not using a buddy>
4436
4437         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4438         (gst_ebml_write_set_cache):
4439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4440         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4441         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4442         (gst_matroska_demux_read_track_encodings),
4443         (gst_matroska_demux_add_stream),
4444         (gst_matroska_demux_handle_src_query),
4445         (gst_matroska_demux_init_stream),
4446         (gst_matroska_demux_parse_index_cuetrack),
4447         (gst_matroska_demux_parse_index_pointentry),
4448         (gst_matroska_demux_parse_info),
4449         (gst_matroska_demux_parse_metadata_id_simple_tag),
4450         (gst_matroska_demux_parse_metadata),
4451         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4452         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4453         (gst_matroska_demux_parse_cluster),
4454         (gst_matroska_demux_parse_contents_seekentry),
4455         (gst_matroska_demux_loop_stream_parse_id),
4456         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4457         (gst_matroska_demux_audio_caps),
4458         (gst_matroska_demux_subtitle_caps):
4459         * gst/matroska/matroska-demux.h:
4460         * gst/matroska/matroska-ids.c:
4461         (gst_matroska_track_init_subtitle_context):
4462         * gst/matroska/matroska-ids.h:
4463         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4464         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4465         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4466         * sys/v4l2/gstv4l2src.c:
4467         * tests/check/pipelines/wavpack.c: (bus_handler):
4468         * win32/common/config.h:
4469
4470 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4471
4472         * ext/wavpack/gstwavpackstreamreader.c:
4473         * tests/examples/spectrum/demo-audiotest.c:
4474         * tests/examples/spectrum/demo-osssrc.c:
4475         Fix some compiler warnings.
4476
4477 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4478
4479         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4480         Small comment added.
4481
4482         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4483         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4484         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4485         Debug string cleanups (remove trailing \n)
4486         Refactor and clean up the payloader a bit and make sure that we only
4487         put one NAL unit in an RTP packet even if the input buffer contains
4488         multiple NAL units.
4489         Add suport for AVC format input.
4490
4491 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4492
4493         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4494         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4495         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4496         * gst/rtp/gstrtph264pay.h:
4497         Make it possible to specify profile-level-id and sprop-parameter-sets
4498         using properties in case they are not available in-stream.
4499
4500 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4501
4502         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4503         * docs/plugins/gst-plugins-good-plugins.args:
4504         * docs/plugins/inspect/plugin-ladspa.xml:
4505           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4506
4507 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4508
4509         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4510         Send an initial BYTE segment to inform downstream of later seeking,
4511         and to forego sync attempts.
4512
4513 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4514
4515         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4516         Fix wrong caps string.
4517
4518 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4519
4520         Based on patch by: Olivier Crete <tester at tester dot ca>
4521
4522         * gst/rtp/Makefile.am:
4523         * gst/rtp/gstrtp.c: (plugin_init):
4524         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4525         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4526         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4527         (gst_rtp_g729_depay_plugin_init):
4528         * gst/rtp/gstrtpg729depay.h:
4529         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4530         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4531         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4532         * gst/rtp/gstrtpg729pay.h:
4533         Added G729 pay and depayloaders. Fixes #532409.
4534
4535 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4536
4537         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4538         Fix the calculation of the duration of the concealment packets.
4539
4540 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4541
4542         Based on patch by: Olivier Crete <tester at tester dot ca>
4543
4544         * gst/rtp/Makefile.am:
4545         * gst/rtp/gstrtp.c: (plugin_init):
4546         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4547         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4548         (parse_encode), (gst_rtp_dv_depay_setcaps),
4549         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4550         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4551         (gst_rtp_dv_depay_plugin_init):
4552         * gst/rtp/gstrtpdvdepay.h:
4553         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4554         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4555         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4556         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4557         (gst_dv_pay_negotiate), (include_dif),
4558         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4559         * gst/rtp/gstrtpdvpay.h:
4560         Add DV pay and depayloaders. Fixes #532423.
4561
4562 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4563
4564         * gst/matroska/matroska-demux.c:
4565         (gst_matroska_demux_push_dvd_clut_change_event):
4566         Convert subtitle palette info in VobSub private data from VobSub's
4567         (buggy) RGB to YUV.
4568
4569 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4570
4571         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4572         Do not leave fourcc stream header field empty upon reset.
4573         Fixes #519301.
4574
4575 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4576
4577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4579         * docs/plugins/inspect/plugin-goom.xml:
4580         * docs/plugins/inspect/plugin-goom2k1.xml:
4581         * gst/goom/gstgoom.c:
4582         * gst/goom2k1/gstgoom.c:
4583         Add goom2k1 into the docs.
4584
4585 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         Based on patch by: Wouter Cloetens  <wouter at mind be>
4588
4589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4590         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4591         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4592         (gst_rtsp_decode_quoted_string),
4593         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4594         (gst_rtspsrc_setup_auth):
4595         Support Digest authentication. Fixes #532065.
4596
4597 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4598
4599         * gst/level/gstlevel.c:
4600           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4601           about whats needed for liboil acceleration. Simplify docs a bit.
4602
4603 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4604
4605         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4606
4607         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4608         Update the track duration if the old one was invalid.
4609         Fixes bug #532117.
4610
4611 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4612
4613         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4614           Use GST_STR_NULL when trying to print sps and pps strings that could
4615           be NULL, as this might crash on some platforms.
4616
4617 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4618
4619         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4620
4621         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4622           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4623           set after creating the clipper.
4624
4625 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4626
4627         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4628
4629         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4630           Added checking of surface lost case after an unsuccessful
4631           IDirectDrawSurface7_Lock() call.
4632           If surface is lost, return GST_FLOW_OK.
4633
4634 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4635
4636         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4637
4638         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4639           WndProc, gst_directdraw_sink_window_thread):
4640           Improved Windows message loop and fixed window destruction issue.
4641           When the window which DirectDraw is rendering to is destroyed, the
4642           render/show_frame function will return GST_FLOW_ERROR.
4643           Partially fixes #520885.
4644
4645 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4646
4647         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4648
4649         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4650           Fixed mid stream resolution change bug, the offscreen surface is now
4651           released when set_caps is called.
4652           Partially fixes #520885.
4653
4654 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4655
4656         * sys/directdraw/gstdirectdrawsink.c
4657           (gst_directdraw_sink_buffer_alloc):
4658           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4659           width/height.
4660
4661           Especially when looking through the pool of buffers, make sure that
4662           the width/height of caps is used instead of the already negotiated
4663           dimensions.
4664           For example if a buffer with different caps is requested, i.e.
4665           higher resolution, the caller would get a buffer with the old
4666           dimensions and thus corrupt the heap.
4667
4668 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4669
4670         * sys/directdraw/gstdirectdrawsink.c
4671           (gst_directdraw_sink_buffer_alloc):
4672           Clear the flags on recycled buffers from buffer_alloc.
4673           Partially fixes #520885.
4674
4675 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4676
4677         * gst/rtp/gstrtpilbcpay.c:
4678           Added missing stdlib.h include for strtol(), and made include ordering and
4679           style consistent with the corresponding depayloader.
4680
4681 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4682
4683         * configure.ac:
4684           Error out if we don't have the required core/base versions.
4685
4686 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4687
4688         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4689
4690         * sys/osxvideo/cocoawindow.m:
4691         Fix compiler warnings on PPC64. Fixes bug #499318.
4692
4693 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4694
4695         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4696
4697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4698         Don't leak file descriptors on error. Fixes #531532.
4699
4700 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4703         (gst_gconf_audio_src_change_state):
4704         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4705         (gst_gconf_video_sink_change_state):
4706         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4707         (gst_gconf_video_src_change_state):
4708         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4709         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4710         When we can't create a fakesink/fakesrc complain instead of unreffing
4711         NULL pointers and crashing later. See bug #530535.
4712
4713 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4714
4715         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4716         Add some more debug info and guard against small payloads.
4717
4718         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4719         Set duration on outgoing buffers because we can.
4720
4721 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4722
4723         Patch by: Olivier Crete <tester at tester dot ca>
4724
4725         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4726         (gst_speex_enc_init), (gst_speex_enc_chain):
4727         Add negotiation for the speex channels and rate. Fixes #465146.
4728
4729 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4730
4731         Patch by: Olivier Crete <tester at tester dot ca>
4732
4733         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4734         (gst_rtp_speex_pay_getcaps):
4735         Add negotiation for the speex channels and rate. See #465146.
4736
4737 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4738
4739         Patch by: Olivier Crete <tester at tester dot ca>
4740
4741         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4742         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4743         Add negotiation for the ILBC mode. See #465146.
4744
4745 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4746
4747         * ext/soup/gstsouphttpsrc.c:
4748           Include stdlib to fix the build. Use g_free instead of free, libsoup
4749           uses glib.
4750
4751 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4752
4753         Patch by: j^ <j@bootlab.org>
4754
4755         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4756         Add more mpeg2 variants. Fixes #530886.
4757
4758 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4759
4760         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4761
4762         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4763           Don't error out if we get an ICMP destination-unreachable
4764           message when trying to read packets on win32 (#529454).
4765
4766 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4767
4768         * configure.ac:
4769         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4770           Use new error code for encrypted streams (which requires core CVS).
4771
4772 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4773
4774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4775           (gst_qtdemux_audiosrc_template):
4776           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4777
4778 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4779
4780         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4781         (speex_dec_chain_parse_data):
4782         Produce concealment data when time progresses in a segment update.
4783
4784 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4785
4786         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4787         (speex_dec_chain):
4788         Try to preserve input timestamps when we can.
4789         Do beginnings of error concealment.
4790
4791 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4792
4793         * gst/debug/gstnavigationtest.c:
4794           MSVC doesn't provide rint(), define an adequate replacement locally as
4795           elsewhere.
4796
4797 2008-04-28  Julien Moutte  <julien@fluendo.com>
4798
4799         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4800         format to pacify Mac OSX's gcc.
4801
4802 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4803
4804         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4805           (DEFAULT_MAX), (src_template), (sink_template),
4806           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4807           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4808           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4809           Bring rndbuffersize element into a state that doesn't require us
4810           to move it to -bad immediately. For one, fix up default min/max
4811           values so that the element actuall works using the default values.
4812           Also, don't ignore flow return values and do some kind of minimal
4813           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4814           other gratuitious clean-ups.
4815
4816 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4817
4818         * docs/plugins/Makefile.am:
4819         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4820         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4821         * docs/plugins/gst-plugins-good-plugins.args:
4822         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4823         * docs/plugins/gst-plugins-good-plugins.interfaces:
4824         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4825         * docs/plugins/inspect/plugin-1394.xml:
4826         * docs/plugins/inspect/plugin-aasink.xml:
4827         * docs/plugins/inspect/plugin-alaw.xml:
4828         * docs/plugins/inspect/plugin-alpha.xml:
4829         * docs/plugins/inspect/plugin-alphacolor.xml:
4830         * docs/plugins/inspect/plugin-annodex.xml:
4831         * docs/plugins/inspect/plugin-apetag.xml:
4832         * docs/plugins/inspect/plugin-audiofx.xml:
4833         * docs/plugins/inspect/plugin-auparse.xml:
4834         * docs/plugins/inspect/plugin-autodetect.xml:
4835         * docs/plugins/inspect/plugin-avi.xml:
4836         * docs/plugins/inspect/plugin-cacasink.xml:
4837         * docs/plugins/inspect/plugin-cairo.xml:
4838         * docs/plugins/inspect/plugin-cdio.xml:
4839         * docs/plugins/inspect/plugin-cutter.xml:
4840         * docs/plugins/inspect/plugin-debug.xml:
4841         * docs/plugins/inspect/plugin-dv.xml:
4842         * docs/plugins/inspect/plugin-efence.xml:
4843         * docs/plugins/inspect/plugin-effectv.xml:
4844         * docs/plugins/inspect/plugin-equalizer.xml:
4845         * docs/plugins/inspect/plugin-esdsink.xml:
4846         * docs/plugins/inspect/plugin-flac.xml:
4847         * docs/plugins/inspect/plugin-flxdec.xml:
4848         * docs/plugins/inspect/plugin-gamma.xml:
4849         * docs/plugins/inspect/plugin-gconfelements.xml:
4850         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4851         * docs/plugins/inspect/plugin-goom.xml:
4852         * docs/plugins/inspect/plugin-halelements.xml:
4853         * docs/plugins/inspect/plugin-icydemux.xml:
4854         * docs/plugins/inspect/plugin-id3demux.xml:
4855         * docs/plugins/inspect/plugin-jpeg.xml:
4856         * docs/plugins/inspect/plugin-level.xml:
4857         * docs/plugins/inspect/plugin-matroska.xml:
4858         * docs/plugins/inspect/plugin-monoscope.xml:
4859         * docs/plugins/inspect/plugin-mulaw.xml:
4860         * docs/plugins/inspect/plugin-multifile.xml:
4861         * docs/plugins/inspect/plugin-multipart.xml:
4862         * docs/plugins/inspect/plugin-navigationtest.xml:
4863         * docs/plugins/inspect/plugin-ossaudio.xml:
4864         * docs/plugins/inspect/plugin-png.xml:
4865         * docs/plugins/inspect/plugin-quicktime.xml:
4866         * docs/plugins/inspect/plugin-rtp.xml:
4867         * docs/plugins/inspect/plugin-rtsp.xml:
4868         * docs/plugins/inspect/plugin-shout2send.xml:
4869         * docs/plugins/inspect/plugin-smpte.xml:
4870         * docs/plugins/inspect/plugin-spectrum.xml:
4871         * docs/plugins/inspect/plugin-speex.xml:
4872         * docs/plugins/inspect/plugin-taglib.xml:
4873         * docs/plugins/inspect/plugin-udp.xml:
4874         * docs/plugins/inspect/plugin-video4linux2.xml:
4875         * docs/plugins/inspect/plugin-videobalance.xml:
4876         * docs/plugins/inspect/plugin-videobox.xml:
4877         * docs/plugins/inspect/plugin-videocrop.xml:
4878         * docs/plugins/inspect/plugin-videoflip.xml:
4879         * docs/plugins/inspect/plugin-videomixer.xml:
4880         * docs/plugins/inspect/plugin-wavenc.xml:
4881         * docs/plugins/inspect/plugin-wavpack.xml:
4882         * docs/plugins/inspect/plugin-wavparse.xml:
4883         * docs/plugins/inspect/plugin-ximagesrc.xml:
4884           Add docs for gdkpixbufsink; update docs to CVS version.
4885
4886 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4887
4888         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4889         Remove test sync-offset by default.
4890
4891 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4894         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4895         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4896           Use GLib versions of htonl, htons, ntohl and ntohs in order
4897           to avoid problems on win32 (#529707).
4898
4899 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         Patch by: Jesús Corrius <jesus at softcatala org>
4902
4903         * gst/goom/filters.c: (zoomVector):
4904         * gst/goom/goom_core.c: (init_buffers):
4905           Fix build with mingw32: use rand() instead of random() and
4906           replace bzero() with memset(). Fixes #529692.
4907
4908 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4909
4910         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4911         Fix typo in comments.
4912
4913         * tests/examples/rtp/client-H263p-PCMA.sdp:
4914         * tests/examples/rtp/client-H263p-PCMA.sh:
4915         * tests/examples/rtp/client-H264-PCMA.sdp:
4916         * tests/examples/rtp/client-H264-PCMA.sh:
4917         * tests/examples/rtp/client-H264.sdp:
4918         * tests/examples/rtp/client-H264.sh:
4919         * tests/examples/rtp/client-PCMA.sdp:
4920         * tests/examples/rtp/client-PCMA.sh:
4921         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4922         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4923         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4924         Add some more docs and fix examples.
4925
4926 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4927
4928         * tests/check/elements/multifile.c:
4929         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4930         declared in the former, some have it declared in the latter.
4931
4932 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4933
4934         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4935         * gst/debug/tests.c: (md5_get_value):
4936         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4937         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4938         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4939         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4940         Stop using deprecated GLib functions.
4941
4942 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4943
4944         * configure.ac:
4945         Back to development -> 0.10.8.1
4946
4947 === release 0.10.8 ===
4948
4949 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4950
4951         * configure.ac:
4952           releasing 0.10.8, "One For The Money"
4953
4954 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4955
4956         * configure.ac:
4957         0.10.7.4 pre-release
4958
4959 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4960
4961         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4962         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4963         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4964         * gst/goom/flying_stars_fx.c: (fs_free):
4965         * gst/goom/goom_config_param.h:
4966         * gst/goom/goom_core.c: (goom_init), (goom_close):
4967         * gst/goom/goom_plugin_info.h:
4968         * gst/goom/gstgoom.c: (gst_goom_finalize):
4969         * gst/goom/lines.c: (goom_lines_free):
4970         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4971         * gst/goom/surf3d.c: (grid3d_free):
4972         * gst/goom/surf3d.h:
4973         * gst/goom/tentacle3d.c: (tentacle_free):
4974         Free a bunch of stuff, and initialise things to fix leaks
4975         and valgrind warnings in the testsuite.
4976
4977         Fixes: #529268
4978
4979 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4980
4981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4982         (gst_rtspsrc_configure_caps):
4983         Ref caps as the return value for the request_pt_map signal.
4984         Remove some caps weirdness when configuring a stream. See #528245.
4985
4986 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4987
4988         * tests/icles/gdkpixbufsink-test.c:
4989           Add cast to placate gcc 4.1.2.
4990
4991 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4992
4993         * configure.ac:
4994         0.10.7.3 pre-release
4995
4996 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4997
4998         * tests/check/Makefile.am:
4999         Disable some more elements in the state test.
5000         Add a define so the soup test can find the test files
5001         it needs at runtime.
5002
5003         * tests/check/elements/souphttpsrc.c: (run_server):
5004
5005         Add a define so the soup test can find the test files
5006         it needs at runtime.
5007
5008 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5009
5010         * gst/goom/convolve_fx.c: (convolve_apply):
5011         Don't ever draw the GOOM logo.
5012         Fixes: #528615
5013
5014 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5015
5016         * ext/cdio/gstcdiocddasrc.c:
5017         * ext/dv/gstdvdemux.c: 
5018         gst_atomic_int_set ==> g_atomic_int_set
5019
5020 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5021
5022         * configure.ac:
5023         * gst/goom/Makefile.am:
5024         * gst/goom/convolve_fx.c:
5025         * gst/goom/default_scripts.h:
5026         * gst/goom/goom.h:
5027         * gst/goom/goom_core.c: (choose_a_goom_line):
5028         * gst/goom/goom_plugin_info.h:
5029         * gst/goom/goomsl.c:
5030         * gst/goom/goomsl.h:
5031         * gst/goom/goomsl_hash.c:
5032         * gst/goom/goomsl_hash.h:
5033         * gst/goom/goomsl_heap.c:
5034         * gst/goom/goomsl_heap.h:
5035         * gst/goom/goomsl_private.h:
5036         * gst/goom/plugin_info.c:
5037           Strip out the config/script parsing stuff, we don't need it.
5038           Fixes #527999.
5039
5040 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5041
5042         * gst/goom/plugin_info.c: (setOptimizedMethods):
5043           Disable altivec optimisations for 32-bit PPC as well to make
5044           things build properly on all PPC systems. Fixes #528143
5045
5046 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * gst-plugins-good.spec.in:
5049           Update for souphttpsrc plugin which has moved to -good.
5050
5051 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5052
5053         * gst/matroska/matroska-demux.c:
5054         (gst_matroska_demux_handle_seek_event):
5055         Fix open-ended seeks in matroskademux
5056         Patch by: Mark Nauwelaerts <manauw skynet be>
5057         Fixes: #526557
5058
5059 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5060
5061         * tests/check/Makefile.am:
5062         Add soup test certificates to the dist.
5063
5064 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5065
5066         * ext/Makefile.am:
5067         Remove LADSPA reference I missed.
5068
5069 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5070
5071         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5072         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5073         over gnome-vfs and everything else. Fixes bug #527848.
5074
5075 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5076
5077         * configure.ac:
5078         * ext/Makefile.am:
5079         Remove LADSPA plugin. Fixes: #515978
5080
5081 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5082
5083         * configure.ac:
5084         * docs/plugins/Makefile.am:
5085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5087         * docs/plugins/gst-plugins-good-plugins.args:
5088         * docs/plugins/inspect/plugin-soup.xml:
5089         * ext/Makefile.am:
5090         * tests/check/Makefile.am:
5091         Move soup plugin from -bad (Fixes: #523124)
5092
5093 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5094
5095         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5096         Fix bounds checking of mode in Speex header, which may
5097         produce negative numbers in speex <= 1.1.12
5098
5099 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         * gst/goom/Makefile.am:
5102         * gst/goom/gfontlib.c:
5103         * gst/goom/gfontlib.h:
5104         * gst/goom/gfontrle.c:
5105         * gst/goom/gfontrle.h:
5106         * gst/goom/goom.h:
5107         * gst/goom/goom_core.c: (goom_update):
5108         * gst/goom/goom_plugin_info.h:
5109         * gst/goom/gstgoom.c: (gst_goom_chain):
5110         * gst/goom/plugin_info.c:
5111           Remove a bunch of font/text related code that we don't need.
5112
5113 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * gst/goom/ppc_drawings.s:
5116         * gst/goom/ppc_zoom_ultimate.s:
5117           Change license of these files to LGPL, as permitted by the
5118           author, Guillaume Borios. See #515073.
5119
5120 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5121
5122         * gst/goom/convolve_fx.c:
5123         * gst/goom/motif_goom1.h:
5124         * gst/goom/motif_goom2.h:
5125           As hinted in Bug #518213, revert one change and fix warnings properly.
5126           This fixes both #518213 and #520073 for me.     
5127
5128 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5129
5130         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5131         * gst/matroska/matroska-demux.c:
5132         (gst_matroska_demux_handle_seek_event),
5133         (gst_matroska_demux_parse_contents_seekentry),
5134         (gst_matroska_demux_loop):
5135         Fix the Forte build by making function declaration signatures
5136         match the implementations.
5137
5138 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5141         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5142         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5143           More logging when probing (see #518474), some comments in _reset().
5144
5145 2008-04-07  Julien Moutte  <julien@fluendo.com>
5146
5147         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5148         because of a bad argument number.
5149
5150 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5151
5152         * tests/icles/.cvsignore:
5153         * tests/icles/Makefile.am:
5154         * tests/icles/gdkpixbufsink-test.c:
5155           Interactive test app for gdkpixbufsink.
5156
5157 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5158
5159         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5160
5161         * configure.ac:
5162         Actually build dlls when cross-compiling with mingw32.
5163         Fixes bug #526247.
5164
5165 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5168           Don't munge device string to 'default:x' for capture devices.
5169           Fixes #525833.
5170
5171 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5172
5173         * ext/wavpack/gstwavpackparse.c:
5174         (gst_wavpack_parse_index_entry_free):
5175         Always use GSlice as we actually depend on GLib 2.12 already.
5176
5177 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5178
5179         * configure.ac:
5180           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5181           Also bump the GLib requirement to the current de-facto requirement
5182           (ie. 2.12).
5183
5184 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5185
5186         * gst/rtp/gstrtph264pay.c: (encode_base64),
5187         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5188         * gst/rtp/gstrtph264pay.h:
5189         Parse codec_data for future AVC compatibility.
5190         Fail when we encounter AVC data for now.
5191
5192 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5195           (gst_spectrum_init), (gst_spectrum_set_property),
5196           (gst_spectrum_get_property), (gst_spectrum_message_new):
5197           Rename property enums and default defines for the properties to match
5198           the property names and rephrase property descriptions to make them a
5199           bit clearer (hopefully). See #518188.
5200
5201 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5202
5203         * tests/check/Makefile.am:
5204         * tests/check/elements/.cvsignore:
5205         * tests/check/elements/gdkpixbufsink.c:
5206           Add unit test for gdkpixbufsink element.
5207
5208 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * ext/gdk_pixbuf/Makefile.am:
5211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5212         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5213           (gst_gdk_pixbuf_sink_base_init),
5214           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5215           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5216           (gst_gdk_pixbuf_sink_set_caps),
5217           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5218           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5219           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5220           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5221           (gst_gdk_pixbuf_sink_get_property):
5222         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5223           Add gdkpixbufsink element for easy snapshotting (#525946).
5224
5225 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5226
5227         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5228         Bump timeout from 3 to 60 seconds.
5229
5230 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5231
5232         * tests/check/pipelines/.cvignore:
5233         Remove useless file.
5234
5235         * tests/check/pipelines/.cvsignore:
5236         Add new test to .cvsignore.
5237
5238 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5239
5240         * tests/check/Makefile.am:
5241         * tests/check/pipelines/wavpack.c: (bus_handler),
5242         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5243         (wavpack_suite), (main):
5244         Add unit test that encodes and decodes some data, checks that it
5245         is still the same and that all timestamps/offsets are perfect.
5246
5247 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5248
5249         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5250         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5251         * ext/wavpack/gstwavpackparse.c:
5252         (gst_wavpack_parse_index_entry_new),
5253         (gst_wavpack_parse_index_entry_free),
5254         (gst_wavpack_parse_base_init),
5255         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5256         Use GSlice for allocating index entries and use
5257         gst_element_class_set_details_simple().
5258
5259 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         Patch by: Brian Cameron <brian.cameron at sun dot com>
5262
5263         * sys/sunaudio/gstsunaudio.c:
5264         * sys/sunaudio/gstsunaudiomixer.c:
5265         * sys/sunaudio/gstsunaudiomixer.h:
5266         * sys/sunaudio/gstsunaudiomixerctrl.c:
5267         * sys/sunaudio/gstsunaudiomixerctrl.h:
5268         * sys/sunaudio/gstsunaudiomixertrack.c:
5269         * sys/sunaudio/gstsunaudiomixertrack.h:
5270         * sys/sunaudio/gstsunaudiosink.c:
5271         * sys/sunaudio/gstsunaudiosink.h:
5272         * sys/sunaudio/gstsunaudiosrc.c:
5273         * sys/sunaudio/gstsunaudiosrc.h:
5274           Fix up copyrights (#525860).
5275
5276 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5277
5278         * gst/goom/goomsl.c: (gsl_read_file):
5279           Check return value of fread() to avoid compiler warnings.
5280
5281 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5282
5283         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5284
5285         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5286         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5287         * gst/law/alaw-decode.h:
5288         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5289         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5290         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5291         * gst/law/mulaw-decode.h:
5292         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5293         Make negotiation a bit modern.
5294         Use pad_alloc. Fixes #525359.
5295
5296 2008-03-31  David Schleef  <ds@schleef.org>
5297
5298         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5299           compiles consistently.  Fixes #522278.
5300
5301 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5302
5303         Patch by: Brian Cameron <brian.cameron at sun dot com>
5304
5305         * sys/sunaudio/gstsunaudiomixerctrl.c:
5306           (gst_sunaudiomixer_ctrl_get_volume),
5307           (gst_sunaudiomixer_ctrl_set_volume):
5308         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5309           Fix up the mixer tracks to use a volume range of 0-255, which is what
5310           the sun audio API uses. This simplifies the code and avoids rounding
5311           errors. Fixes #524593.
5312
5313 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5314
5315         * sys/v4l2/gstv4l2object.c:
5316         * sys/v4l2/gstv4l2object.h:
5317         Add device-fd property to make it possible to apps to call ioctl's.
5318
5319 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5320
5321         * gst/qtdemux/qtdemux.c: (next_entry_size):
5322         Unbreak streaming mode again.
5323
5324 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5327           Remove superfluous DEBUG macro.
5328
5329 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5330
5331         Based on patch by: William M. Brack <wbrack at mmm com hk>
5332
5333         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5334           (gst_v4l2src_set_capture):
5335           Check whether the device supports setting the framerate before
5336           trying to set it and then posting a warning or error if it doesn't
5337           work (#516649, #520092). Also compare fractions more correctly.
5338
5339 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5340
5341         * gst/goom/Makefile.am:
5342           Remove ppc assembler optimisations from the build until they
5343           actually build (they also seem to have GPL headers).
5344
5345 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * m4/Makefile.am:
5348           Better not dist files that don't exist any longer (lrint*m4).
5349
5350 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5351
5352         * configure.ac:
5353         * m4/lrint.m4:
5354         * m4/lrintf.m4:
5355         Remove lrint/lrintf checks. We don't use it anywhere.
5356
5357 2008-03-18  Andy Wingo  <wingo@pobox.com>
5358
5359         * sys/osxvideo/osxvideosink.m
5360         (gst_osx_video_sink_osxwindow_destroy)
5361         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5362         task, whoopdee.
5363         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5364         2 ms.
5365
5366 2008-03-18  Andy Wingo  <wingo@pobox.com>
5367
5368         * sys/osxvideo/osxvideosink.m
5369         (gst_osx_video_sink_osxwindow_destroy)
5370         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5371         task, whoopdee.
5372         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5373         2 ms.
5374         
5375 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5376
5377         Patch by: William M. Brack <wbrack at mmm com hk>
5378
5379         * sys/v4l2/v4l2src_calls.c:
5380           (gst_v4l2src_probe_caps_for_format_and_size),
5381           (gst_v4l2src_probe_caps_for_format):
5382           Make sure the probed frame sizes are reversed in the resulting
5383           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5384           highest resolution first); also remove unused variable.
5385           (Partly fixes #520092)
5386
5387 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5388
5389         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5390
5391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5392         (gst_rtspsrc_finalize):
5393         Call WSAStartup() and WSACleanup before using the Winsock API.
5394         See #520808.
5395
5396 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5397
5398         * gst/avi/gstavidemux.c:
5399           Erm, the buffer-size is just guint, no need for the special format
5400           specifier.
5401
5402 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * gst/goom/plugin_info.c:
5405         * gst/goom/ppc_zoom_ultimate.h:
5406           Small fixes to build more on PPC: ifdef out code that uses unknown
5407           define; add newline at end of header file to avoid compiler warning.
5408           Assembler code still doesn't build though.
5409
5410 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5411
5412         * gst/avi/gstavidemux.c:
5413           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5414           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5415
5416 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5417
5418         * gst/avi/gstavidemux.c:
5419           Chunksize is uint32. Fix format specifier.
5420
5421 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5422
5423         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5424         mistake. Return file to pure MIT text.
5425
5426 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         * gst/audiofx/audiofx.c:
5429         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5430         of hardcoding values.
5431
5432 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5433
5434         Patch by: Mark Nauwelaerts <manauw skynet be>
5435
5436         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5437           (gst_oss_src_close):
5438         * sys/oss/gstosssrc.h:
5439           Cache probed caps, so _get_caps() during recording doesn't cause
5440           ioctl calls which may disrupt the recording (fixes #521875).
5441
5442 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5443
5444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5445         (gst_qtdemux_activate_segment),
5446         (gst_qtdemux_prepare_current_sample),
5447         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5448         Make sure we always send a DISCONT after a seek by setting the sample
5449         index to an undefined value after a seek.
5450
5451 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5454           (GST_IS_AVI_SUBTITLE_CLASS):
5455           Fix up IS_FOO macros, which makes gtk-doc much happier.
5456
5457 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5458
5459         * tests/icles/Makefile.am:
5460           Move the -lgstfoo where it belongs.
5461
5462 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5463
5464         * gst/matroska/ebml-ids.h:
5465         Add ID for EBML CRC32 elements.
5466
5467         * gst/matroska/Makefile.am:
5468         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5469         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5470         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5471         (gst_ebml_read_header):
5472         Support reading 80bit floats, add finalize method to clean up
5473         in any case, support reading length/id elements with any length
5474         as long as it's smaller than our supported maximum, don't leak
5475         buffers if reading as much data as we wanted failed and some
5476         smaller cleanup.
5477
5478 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5479
5480         Patch by: Olivier Crete <tester at tester dot ca>
5481
5482         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5483         Check that a buffer is large enough before reading from it.
5484         Fixes bug #521102.
5485         
5486 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5487
5488         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5489         Fix compilation after removing the GstPollMode from the
5490         constructor.
5491
5492 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5493
5494         * configure.ac:
5495         * gst/audiofx/Makefile.am:
5496         * gst/audiofx/audiochebband.c:
5497         * gst/audiofx/audiocheblimit.c:
5498         * gst/audiofx/math_compat.h:
5499         Check for sinh(), cosh() and asinh() and define our own
5500         implementations if they're not available. Fixes bug #520880.
5501
5502 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5503
5504         Patch by: Olivier Crete <tester at tester dot ca>
5505
5506         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5507         Unref the buffers only once when handling not-negotiated errors.
5508         Fixes bug #520764.
5509
5510 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5511
5512         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5513
5514         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5515         (gst_udpsrc_stop):
5516         Properly balance WSA_Cleanup with WSA_Startup.
5517         Also make the poll controllable on windows. Fixes #520888.
5518
5519 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5520
5521         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5522         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5523         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5524         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5525         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5526         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5527         (gst_ebml_read_date), (gst_ebml_read_master),
5528         (gst_ebml_read_binary), (gst_ebml_read_header):
5529         * gst/matroska/ebml-read.h:
5530         * gst/matroska/matroska-demux.c:
5531         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5532         (gst_matroska_demux_read_track_encodings),
5533         (gst_matroska_demux_add_stream),
5534         (gst_matroska_demux_handle_src_query),
5535         (gst_matroska_demux_handle_seek_event),
5536         (gst_matroska_demux_init_stream),
5537         (gst_matroska_demux_parse_tracks),
5538         (gst_matroska_demux_parse_index_cuetrack),
5539         (gst_matroska_demux_parse_index_pointentry),
5540         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5541         (gst_matroska_demux_parse_metadata_id_simple_tag),
5542         (gst_matroska_demux_parse_metadata_id_tag),
5543         (gst_matroska_demux_parse_metadata),
5544         (gst_matroska_demux_sync_streams),
5545         (gst_matroska_demux_push_hdr_buf),
5546         (gst_matroska_demux_push_flac_codec_priv_data),
5547         (gst_matroska_demux_push_xiph_codec_priv_data),
5548         (gst_matroska_demux_add_wvpk_header),
5549         (gst_matroska_demux_check_subtitle_buffer),
5550         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5551         (gst_matroska_demux_parse_cluster),
5552         (gst_matroska_demux_parse_contents_seekentry),
5553         (gst_matroska_demux_parse_contents),
5554         (gst_matroska_demux_loop_stream_parse_id),
5555         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5556         * gst/matroska/matroska-demux.h:
5557         * gst/matroska/matroska-ids.h:
5558         Handle return values from pull_range in a more granular way to properly
5559         shut down on seeks.
5560         Combine return values from push.
5561         Implement proper error handling.
5562         Prepare for handling seeking correctly.
5563
5564 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5565
5566         * gst/matroska/ebml-read.c:
5567         Use GINT64 formatting constants from GLIB.
5568
5569         * gst/matroska/matroska-demux.c:
5570         Add some guards to avoid a possible division by 0 and crashing
5571         with NULL events on some systems.
5572         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5573         conversion. 
5574
5575         * gst/matroska/matroska-mux.c:
5576         Check for invalid timestamps in a bunch of places to avoid
5577         writing bogus durations into the output file.
5578         Fix some double<->gint64 conversions that weren't using
5579         gst_guint64_to_gdouble
5580
5581 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5582
5583         * configure.ac:
5584         Move the checks for bison, flex and as to the program section and the
5585         check for gcc inline asm to the compiler characteristics section.
5586
5587 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5588
5589         * configure.ac:
5590         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5591         plug-ins are included/excluded. (#498222)
5592
5593 2008-02-29  Michael Smith <msmith@fluendo.com>
5594
5595         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5596           Don't call gst_object_sync_values() unless we have a valid timestamp.
5597
5598 2008-02-28  David Schleef  <ds@schleef.org>
5599
5600         * gst/matroska/matroska-demux.c:
5601         * gst/matroska/matroska-ids.h:
5602         * gst/matroska/matroska-mux.c:
5603           Fix Dirac mapping.  I had previously added a VfW-type
5604           mapping, but it looks like Dirac will get a native Matroska
5605           mapping, and this is the most likely method.
5606
5607 2008-02-28  David Schleef  <ds@schleef.org>
5608
5609         * gst/avi/gstavimux.c: Add Dirac encoding
5610
5611 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5612
5613         Patch by: Peter Kjellerstedt <pkj at axis com>
5614
5615         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5616         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5617         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5618         * gst/udp/gstudpsrc.h:
5619         Port to GstPoll. See #505417.
5620
5621 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5622
5623         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5624         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5625         yet on the srcpad. We need rate and channels before we
5626         can do any processing. Fixes bug #519088.
5627
5628 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5629
5630         * configure.ac:
5631         Detect and indicate if GCC inline assembly syntax is
5632         available.
5633
5634         * gst/goom/Makefile.am:
5635         * gst/goom/convolve_fx.c:
5636         * gst/goom/flying_stars_fx.c:
5637         * gst/goom/goom_config.h:
5638         * gst/goom/goom_core.c:
5639         * gst/goom/goomsl.c:
5640         * gst/goom/ifs.c:
5641         * gst/goom/mmx.c:
5642         * gst/goom/plugin_info.c:
5643         * gst/goom/xmmx.c:
5644         Fix various GCC-isms, and only build the inline assembly
5645         with compilers that support GCC inline assembly.
5646
5647         Fix a couple of other warnings shown with Forte.
5648
5649 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5650
5651         * gst/goom/xmmx.c:
5652           Use 'emms' instead of 'femms' to not crash on cpus that do not
5653           implement this 3dnow specific instruction.
5654
5655 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5656
5657         * gst/goom/plugin_info.c: (setOptimizedMethods):
5658         Use extended MMX for draw_line() too if available, not only
5659         normal MMX.
5660
5661 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5662
5663         * ext/jpeg/gstjpeg.c: (plugin_init):
5664         Remove (commented out) smoke typefinder. This is in base now.
5665
5666 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5667
5668         * gst/goom2k1/Makefile.am:
5669         * gst/goom2k1/gstgoom.c:
5670
5671         Rename the installed library, and don't register the same 
5672         GType name as the new goom.
5673
5674 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         * configure.ac:
5677         * ext/taglib/Makefile.am:
5678           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5679           when building C++ code (#516509).
5680
5681 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5684         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5685           (setOptimizedMethods):
5686           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5687           anything useful. Export goom debug category so we can get
5688           rid of the VERBOSE define and the printfs.
5689
5690 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * gst/goom/goomsl_heap.c: (align_it):
5693         * gst/goom/plugin_info.c: (setOptimizedMethods):
5694           Compile fixes for x86-64.
5695
5696 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5697
5698         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5699         with warnings, but add other CFLAGS
5700
5701         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5702         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5703         (calculate_labels), (gsl_read_file):
5704         * gst/goom/goomsl_lex.l:
5705         * gst/goom/goomsl_yacc.y:
5706         * gst/goom/plugin_info.c: Remove a few live printf, and
5707         fprintf, replace exit() calls with g_assert_not_reached()
5708         if it not optimal for a library
5709
5710 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5711
5712         * gst/goom/Makefile.am: Remove the warnings being disabled,
5713         fix linkage on x86, spotted by Sebastian Dröge
5714         <slomo@circular-chaos.org>
5715
5716         * gst/goom/convolve_fx.c (convolve_init),
5717         (create_output_with_brightness), (convolve_apply):
5718         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5719         * gst/goom/goomsl.c:
5720         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5721         * gst/goom/plugin_info.c:
5722         * gst/goom/tentacle3d.c (tentacle_fx_create):
5723         Fix warnings, and disable the motifs in the convolve_fx
5724         plugin (they were causing warnings, and they were just
5725         "Goom" in funny letterring)
5726
5727 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5728
5729         * configure.ac: Add checks for Flex/Yacc/Bison and other
5730         furry animals, for the new goom 2k4 based plugin
5731
5732         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5733         CPU optimisations (not working yet), move the old plugin to...
5734
5735         * gst/goom2k1/*: ... here, in case somebody is sick enough
5736
5737         Fixes #515073
5738
5739 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5740
5741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5742         Post the server response code in an error message instead of a generic
5743         'error' message. Fixes #517237.
5744
5745 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5746
5747         * tests/check/Makefile.am:
5748         Ignore gconfaudiosrc for the states unit test too. It will fallback
5749         to alsasrc if the gconf settings can't be read and not everybody has
5750         alsa.
5751
5752 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5753
5754         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5755         (gst_wavpack_parse_create_src_pad):
5756         * ext/wavpack/gstwavpackparse.h:
5757         Always report the duration if we know it in push mode and don't
5758         return 0 just to make totem believe we can't seek in push mode.
5759         Newer totem version use the SEEKING query which properly reports
5760         if we can seek or not.
5761
5762 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5763
5764         Patch by: Jens Granseuer <jensgr at gmx dot net>
5765
5766         * tests/examples/equalizer/demo.c: (main):
5767         C89 fix, moving variable declarations to the beginning of
5768         the block. Fixes bug #517933.
5769
5770 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5771
5772         * configure.ac:
5773         Back to development...
5774
5775 === release 0.10.7 ===
5776
5777 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5778
5779         * configure.ac:
5780           releasing 0.10.7, "Red Door Black"
5781
5782 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5783
5784         * gst/alpha/Makefile.am:
5785         Link alpha plugin with libgstbase. Fixes bug #517386.
5786
5787 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5788
5789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5790         Init values to -1 instead of the default 0 value.
5791         Fixes #516524.
5792
5793 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5794
5795         * tests/examples/spectrum/spectrum-example.c:
5796         Add missing include to fix compilation when libxml usage is disabled.
5797         Fixes: #516371
5798
5799 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5800
5801         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5802         fixes: #514889
5803
5804         * gst/rtp/gstrtph264pay.c:
5805         * gst/rtp/gstrtpmp4gdepay.c:
5806         * gst/rtp/gstrtpmp4gpay.c:
5807         * gst/rtp/gstrtpmp4gpay.h:
5808         * gst/rtp/gstrtptheorapay.c:
5809         * gst/rtp/gstrtpvorbispay.c:
5810
5811         Fix various leaks shown up in valgrind
5812         - free sprops and buffer in error cases in H264 payloader
5813         - fix leak in mp4g depayloader when construction the caps
5814         - don't leak config string in the mp4g payloader
5815         - don't leak buffers and headers in theora and vorbis payloaders
5816
5817         * tests/check/elements/rtp-payloading.c:
5818
5819         Fix the RTP data test
5820         - Actually send valid amr data to the payloader instead of 20
5821         zero-bytes
5822         - The mp4g payloader expects codec_data on the caps
5823
5824 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5825
5826         * win32/MANIFEST:
5827         Add libgstpng.dsp to MANIFEST.
5828         * win32/vs6/libgstaudiofx.dsp:
5829         Add new source files to VS project file.
5830
5831 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5832
5833         * sys/ximage/gstximagesrc.c:
5834         Initialise variables when opening the X display rather
5835         than in _start(), as the display can be opened before that.
5836
5837         Fixes: #515985
5838
5839 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5840
5841         * sys/directdraw/gstdirectdrawsink.c:
5842         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5843         (gst_directdraw_sink_finalize):
5844         Properly chain up finalize functions. Fixes bug #515980.
5845
5846 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5847
5848         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5849         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5850         (gst_v4l2_buffer_pool_class_init):
5851         Chain up the finalize functions. Fixes bug #515984.
5852
5853 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5854
5855         * sys/ximage/ximageutil.c:
5856         Chain up in the finalize function for our custom
5857         buffer sub-class.
5858         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5859         Fixes: #515706
5860
5861 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5862
5863         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5864         (gst_fenced_buffer_class_init):
5865         Properly chain up finalize method. Fixes bug #515979.
5866
5867 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5868
5869         * sys/ximage/gstximagesrc.c:
5870         Free allocated Damage memory before closing our connection to the
5871         X server. Partially fixes: #515706
5872
5873 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5874
5875         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5876         * tests/check/Makefile.am:
5877         * tests/check/gst-plugins-good.supp:
5878         Add a few libjpeg suppressions and initialize a variable to
5879         make smokeenc valgrind clean. Fixes bug #515701.
5880
5881 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5882
5883         * gst/avi/gstavidemux.c:
5884         Revert patch which sends timestamps only on keyframes, as it
5885         breaks playback with current gst-ffmpeg.
5886
5887         Fixes: #515562
5888
5889 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5890
5891         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5892         * tests/check/elements/multifile.c: (GST_START_TEST):
5893         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5894
5895 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5896
5897         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5898         Use and unset the GError when pipeline creation fails instead of
5899         simply leaking it. Fixes bug #515704.
5900
5901 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5902
5903         * gst/audiofx/audioamplify.c:
5904         * gst/audiofx/audiochebband.c:
5905         * gst/audiofx/audiocheblimit.c:
5906         * gst/audiofx/audiodynamic.c:
5907         * gst/audiofx/audioinvert.c:
5908         * gst/audiofx/audiopanorama.c:
5909         * gst/audiofx/audiowsincband.c:
5910         * gst/audiofx/audiowsinclimit.c:
5911         Fix long description of audiofx elements. Fixes bug #515457.
5912
5913 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5914
5915         * docs/plugins/Makefile.am:
5916         * gst/spectrum/gstspectrum.c:
5917         * tests/examples/spectrum/.cvsignore:
5918         * tests/examples/spectrum/Makefile.am:
5919         * tests/examples/spectrum/spectrum-example.c:
5920
5921         Add a simple example application for the spectrum element, include it
5922         in the docs, and fix some documentation ambiguities.
5923
5924         Fixes: #348085
5925
5926 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5927
5928         * gst/equalizer/Makefile.am:
5929         * gst/spectrum/Makefile.am:
5930         Fix includes order
5931
5932         * tests/check/Makefile.am:
5933         Exclude v4l2src from the states test - it takes too long to start.
5934
5935         * tests/check/elements/spectrum.c:
5936         Make the test run properly with CK_FORK=no
5937
5938 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5939
5940         * gst/audiofix/Makefile.am: add missing header files 
5941
5942 2008-02-08  Julien Moutte  <julien@fluendo.com>
5943
5944         * gst/matroska/matroska-demux.c:
5945         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5946         keyframe and delta units correctly when dealign with a BlockGroup.
5947         Fixes: #514397
5948
5949 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5950
5951         * tests/check/elements/.cvsignore:
5952         Spell the new tests correctly in .cvsignore
5953
5954 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5957           Need to use gsize here for the size, fixes compiler warning.
5958
5959         * tests/examples/equalizer/.cvsignore:
5960         * tests/examples/equalizer/Makefile.am:
5961         * tests/examples/spectrum/.cvsignore:
5962         * tests/examples/spectrum/Makefile.am:
5963           Add missing files to fix the build.
5964
5965 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5966
5967         * configure.ac:
5968         * docs/plugins/Makefile.am:
5969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5971         * docs/plugins/gst-plugins-good-plugins.args:
5972         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5973         * docs/plugins/inspect/plugin-multifile.xml:
5974         * tests/check/Makefile.am:
5975         * tests/check/elements/.cvsignore:
5976
5977         Move multifile plugin from -bad.
5978         Fixes: #490283
5979
5980 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5981
5982         * configure.ac:
5983         * docs/plugins/Makefile.am:
5984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5986         * docs/plugins/gst-plugins-good-plugins.args:
5987         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5988         * docs/plugins/inspect/plugin-spectrum.xml:
5989         * gst/spectrum/Makefile.am:
5990         * tests/check/Makefile.am:
5991         * tests/check/elements/.cvsignore:
5992         * tests/examples/Makefile.am:
5993
5994         Move spectrum plugin from -bad.
5995         Move examples into tests/examples/spectrum.
5996
5997 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5998
5999         * configure.ac:
6000         * docs/plugins/Makefile.am:
6001         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6002         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6003         * docs/plugins/gst-plugins-good-plugins.args:
6004         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6005         * docs/plugins/gst-plugins-good-plugins.interfaces:
6006         * docs/plugins/inspect/plugin-equalizer.xml:
6007         * gst/equalizer/Makefile.am:
6008         * tests/check/Makefile.am:
6009         * tests/examples/Makefile.am:
6010         Move the equalizer plugin across from -bad
6011
6012         * tests/check/elements/.cvsignore:
6013         Add equalizer, audiosincwband and audiosincwlimit
6014
6015         * tests/check/elements/equalizer.c:
6016         Fix compiler warnings
6017
6018         Fixes: #415627
6019
6020 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6021
6022         * configure.ac:
6023         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6024         are treated like releases and build without it.
6025
6026 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6027
6028         * docs/plugins/Makefile.am:
6029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6030         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6031         * docs/plugins/gst-plugins-good-plugins.args:
6032         * docs/plugins/inspect/plugin-audiofx.xml:
6033         * gst/audiofx/Makefile.am:
6034         * gst/audiofx/audiofx.c:
6035         * gst/audiofx/audiowsincband.c:
6036         * gst/audiofx/audiowsincband.h:
6037         * gst/audiofx/audiowsinclimit.c:
6038         * gst/audiofx/audiowsinclimit.h:
6039         * tests/check/Makefile.am:
6040         * tests/check/elements/audiowsincband.c:
6041         * tests/check/elements/audiowsinclimit.c:
6042
6043         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6044         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6045         respectively.
6046
6047         Fixes: #467666
6048
6049 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6050
6051         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6052         * tests/check/elements/icydemux.c:
6053           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6054           caps, and add a somewhat useful debug message. Plus test.
6055
6056 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6057
6058         * gst/rtsp/gstrtspsrc.c:
6059         Include unistd.h only if HAVE_UNISTD_H is defined
6060         * win32/common/config.h.in:
6061         * win32/common/config.h:
6062         Define socklen_t as it seems it's not defined in default 
6063         Visual Studio headers.
6064         * win32/vs6/libgstalpha.dsp:
6065         * win32/vs6/libgstapetag.dsp:
6066         * win32/vs6/libgstavi.dsp:
6067         * win32/vs6/libgstrtp.dsp:
6068         * win32/vs6/libgstrtsp.dsp:
6069         * win32/vs6/libgstvideomixer.dsp:
6070         Update project file dependencies and add new source files       
6071
6072 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6073
6074         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6075
6076         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6077         Don't leak buffers when we don't push them downstream.
6078         Fixes bug #514965.
6079
6080 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * configure.ac:
6083           Bump requirements to (good) released versions to avoid
6084           confusion and make implicit core requirement explicit.
6085
6086 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6087
6088         * docs/plugins/Makefile.am:
6089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6091         * docs/plugins/gst-plugins-good-plugins.args:
6092         * docs/plugins/inspect/plugin-audiofx.xml:
6093         * gst/audiofx/Makefile.am:
6094         * gst/audiofx/audiochebband.c:
6095         * gst/audiofx/audiochebband.h:
6096         * gst/audiofx/audiocheblimit.c:
6097         * gst/audiofx/audiocheblimit.h:
6098         * gst/audiofx/audiochebyshevfreqband.c:
6099         * gst/audiofx/audiochebyshevfreqband.h:
6100         * gst/audiofx/audiochebyshevfreqlimit.c:
6101         * gst/audiofx/audiochebyshevfreqlimit.h:
6102         * gst/audiofx/audiofx.c:
6103         * tests/check/Makefile.am:
6104         * tests/check/elements/.cvsignore:
6105         * tests/check/elements/audiochebband.c:
6106         * tests/check/elements/audiocheblimit.c:
6107         * tests/check/elements/audiochebyshevfreqband.c:
6108         * tests/check/elements/audiochebyshevfreqlimit.c:
6109
6110         Rename audiochebyshevfreqband -> audiochebband and
6111         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6112         surgery.
6113
6114         Closes: #491811
6115
6116 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6117
6118         Patch by: Orjan Friberg <orjanf at axis dot com>
6119
6120         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6121         Fix caps memory leak. Fixes #514573.
6122
6123 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6124
6125         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6126         If there's no entries in the subindex, don't try to do anything stupid,
6127         just return.
6128
6129 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         Patch by: John Millikin <jmillikin at gmail dot com>
6132
6133         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6134           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6135           Fix extraction of picture blocks with newer libflac versions again:
6136           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6137
6138 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * tests/check/Makefile.am:
6141           Add rtp-payloading test to VALGRIND_TO_FIX.
6142
6143         * tests/check/elements/rtp-payloading.c:
6144           Add semicolons after GST_TEST_END so gst-indent gets the
6145           formatting right; make test less verbose in general, but
6146           more verbose in the error case (which should probably
6147           make the test fail anyway).
6148
6149 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6150
6151         * docs/plugins/Makefile.am:
6152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6154         * gst/avi/gstavisubtitle.c:
6155         Add documentation for avisubtitle and change class to
6156         Codec/Parser/Subtitle
6157
6158 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6159
6160         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6161         Treat ENOTTY (driver does not implement ioctl) the same as
6162         EINVAL since it implies there are no available standards.
6163
6164         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6165         (gst_v4l2src_get_nearest_size):
6166         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6167         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6168         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6169         reason, and if we aren't yet actively capturing.
6170
6171         * sys/v4l2/v4l2src_calls.h:
6172         Remove replaced function declaration.
6173
6174 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6175
6176         * configure.ac:
6177         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6178         API.
6179
6180 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6181
6182         * configure.ac:
6183         Fix typo.
6184
6185 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6186
6187         * gst/alpha/Makefile.am:
6188         * gst/alpha/gstalpha.c:
6189
6190         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6191         some stuff, and making buffer-alloc and resizing work automatically.
6192         No longer crashes on odd frame widths and heights, although there
6193         seems to be a disagreement with ffmpegcolorspace about what size
6194         an AYUV frame with odd height should be.
6195
6196 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6197
6198         Patch by: Alessandro Decina <alessandro at nnva dot org>
6199
6200         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6201         * ext/libpng/gstpngenc.h:
6202         Preallocate the output buffer so that g_memdup() and
6203         gst_buffer_merge() aren't needed anymore. This greatly improves
6204         performances and fixes #512544.
6205
6206 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6207
6208         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6209         (gst_avi_demux_stream_data):
6210         GStreamer timestamps are PTS values while AVI only knows about DTS
6211         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6212         we are dealing with a key frame.
6213
6214 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6215
6216         * tests/check/Makefile.am:
6217         * tests/check/elements/.cvsignore:
6218         * tests/check/elements/rtp-payloading.c:
6219           Add add testsuite for the rtp-payloader that tries simulating
6220           dataflow. Needs more test data.
6221
6222 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6223
6224         * tests/check/elements/alphacolor.c:
6225           Remove two unused variables.
6226
6227 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6230           Use g_ascii_strtoll() instead of atoll, which is only
6231           available in C99.
6232
6233 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6234
6235         * gst/rtp/Makefile.am:
6236         * gst/rtp/gstrtp.c:
6237         * gst/rtp/gstrtpmpvpay.c:
6238         * gst/rtp/gstrtpmpvpay.h:
6239         Add MPEG2 video payloader
6240
6241 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6242
6243         * gst/level/gstlevel.c:
6244         Use #include <math.h> instead of #include "math.h".
6245
6246 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6247
6248         * tests/check/Makefile.am:
6249         Fix up some CFLAGS sets.
6250         Don't include gconfvideosrc in the states test.
6251
6252         * tests/check/elements/autodetect.c: (GST_START_TEST):
6253         Add some error strings to fail_unless arguments to fix some weird
6254         compiler errors on Solaris.
6255
6256 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6257
6258         * configure.ac:
6259         Detect video4linux headers on Solaris too.
6260         * sys/v4l2/gstv4l2colorbalance.h:
6261         * sys/v4l2/gstv4l2object.h:
6262         * sys/v4l2/v4l2_calls.c:
6263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6264         (gst_v4l2_buffer_new):
6265
6266         Make v4l2 build on Solaris.
6267         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6268         Fixes: #510505
6269
6270 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6271
6272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6273           Update list from (still local) scanning script.
6274
6275 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6276
6277         Based on a patch by:
6278             Victor STINNER <victor dot stinner at haypocalc dot com>
6279
6280         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6281         Set variable to NULL after freeing it to prevent double frees
6282         or make failures by another use of it afterwards more obvious
6283         and fix use of it after the freeing. Fixes bug #510592.
6284
6285 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6286
6287         * gst/udp/gstmultiudpsink.c:
6288         use GST_WARNING for logging
6289
6290 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6291
6292         * gst/udp/gstmultiudpsink.c:
6293         Don't try to leave a multicast group with an invalid socket
6294
6295 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * ext/flac/gstflacdec.c:
6298           Fix compilation against flac 1.1.2 (as on debian stable), where
6299           the picture metadata defines and structs don't exist yet.
6300           Fixes #509301.
6301
6302 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6303
6304         Patch by: Olivier Crete <tester at tester dot ca>
6305
6306         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6307         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6308         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6309         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6310         * gst/udp/gstmultiudpsink.h:
6311         Add property to automatically join a multicast group or not. This can be
6312         useful when sharing a socket between multiple elements.
6313         Fixes #509531.
6314
6315 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6316
6317         * gst/videomixer/Makefile.am:
6318           Add controller flags.
6319
6320 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * gst/videomixer/videomixer.c:
6323           Also commit the missing gst_object_sync_values().
6324
6325 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6326
6327         * docs/plugins/Makefile.am:
6328           Remove duplicate entry.
6329
6330 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6331
6332         * docs/plugins/Makefile.am:
6333         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6334         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6335         * docs/plugins/inspect/plugin-gamma.xml:
6336         * docs/plugins/inspect/plugin-monoscope.xml:
6337         * docs/plugins/inspect/plugin-video4linux2.xml:
6338           Add 3 more plugins to docs.
6339
6340 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6341
6342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6343         * sys/osxvideo/osxvideosink.h:
6344           Revert previous change caused by a file that got stuck on an old
6345           revision.
6346
6347 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6348
6349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6350         * gst/multipart/Makefile.am:
6351         * gst/multipart/multipartdemux.c:
6352         * gst/multipart/multipartdemux.h:
6353         * gst/multipart/multipartmux.c:
6354         * gst/multipart/multipartmux.h:
6355           Re-add multipartdemux to the docs. Last round of section cleanup.
6356
6357 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6358
6359         * docs/plugins/Makefile.am:
6360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6361         * sys/osxaudio/gstosxaudiosink.h:
6362         * sys/osxvideo/osxvideosink.h:
6363           Managed to resolve most unused declarations. Filed a bug for one left.          
6364
6365 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6366
6367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6368           Cleanup section file.
6369
6370 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6371
6372         * docs/plugins/Makefile.am:
6373         * docs/plugins/gst-plugins-good-plugins.args:
6374         * docs/plugins/gst-plugins-good-plugins.signals:
6375         * docs/plugins/inspect/plugin-alaw.xml:
6376         * docs/plugins/inspect/plugin-alpha.xml:
6377         * docs/plugins/inspect/plugin-alphacolor.xml:
6378         * docs/plugins/inspect/plugin-annodex.xml:
6379         * docs/plugins/inspect/plugin-apetag.xml:
6380         * docs/plugins/inspect/plugin-audiofx.xml:
6381         * docs/plugins/inspect/plugin-auparse.xml:
6382         * docs/plugins/inspect/plugin-autodetect.xml:
6383         * docs/plugins/inspect/plugin-avi.xml:
6384         * docs/plugins/inspect/plugin-cairo.xml:
6385         * docs/plugins/inspect/plugin-cdio.xml:
6386         * docs/plugins/inspect/plugin-cutter.xml:
6387         * docs/plugins/inspect/plugin-debug.xml:
6388         * docs/plugins/inspect/plugin-dv.xml:
6389         * docs/plugins/inspect/plugin-efence.xml:
6390         * docs/plugins/inspect/plugin-effectv.xml:
6391         * docs/plugins/inspect/plugin-flac.xml:
6392         * docs/plugins/inspect/plugin-flxdec.xml:
6393         * docs/plugins/inspect/plugin-gconfelements.xml:
6394         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6395         * docs/plugins/inspect/plugin-goom.xml:
6396         * docs/plugins/inspect/plugin-halelements.xml:
6397         * docs/plugins/inspect/plugin-icydemux.xml:
6398         * docs/plugins/inspect/plugin-id3demux.xml:
6399         * docs/plugins/inspect/plugin-jpeg.xml:
6400         * docs/plugins/inspect/plugin-ladspa.xml:
6401         * docs/plugins/inspect/plugin-level.xml:
6402         * docs/plugins/inspect/plugin-matroska.xml:
6403         * docs/plugins/inspect/plugin-mulaw.xml:
6404         * docs/plugins/inspect/plugin-multipart.xml:
6405         * docs/plugins/inspect/plugin-navigationtest.xml:
6406         * docs/plugins/inspect/plugin-png.xml:
6407         * docs/plugins/inspect/plugin-quicktime.xml:
6408         * docs/plugins/inspect/plugin-rtp.xml:
6409         * docs/plugins/inspect/plugin-rtsp.xml:
6410         * docs/plugins/inspect/plugin-shout2send.xml:
6411         * docs/plugins/inspect/plugin-smpte.xml:
6412         * docs/plugins/inspect/plugin-speex.xml:
6413         * docs/plugins/inspect/plugin-taglib.xml:
6414         * docs/plugins/inspect/plugin-udp.xml:
6415         * docs/plugins/inspect/plugin-videobalance.xml:
6416         * docs/plugins/inspect/plugin-videobox.xml:
6417         * docs/plugins/inspect/plugin-videocrop.xml:
6418         * docs/plugins/inspect/plugin-videoflip.xml:
6419         * docs/plugins/inspect/plugin-videomixer.xml:
6420         * docs/plugins/inspect/plugin-wavenc.xml:
6421         * docs/plugins/inspect/plugin-wavpack.xml:
6422         * docs/plugins/inspect/plugin-wavparse.xml:
6423           Update plugin docs.
6424
6425         * gst/videomixer/Makefile.am:
6426         * gst/videomixer/videomixer.c:
6427         * gst/videomixer/videomixer.h:
6428         * gst/videomixer/videomixerpad.h:
6429           Split out header to fix warnings from the doc-build.
6430
6431 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6432
6433         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6434
6435         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6436         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6437
6438 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6442           Initialise variables to work around (false) 'foo might be used
6443           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6444
6445 2008-01-11  David Schleef  <ds@schleef.org>
6446
6447         * docs/plugins/.cvsignore:
6448         * tests/check/pipelines/.cvsignore:
6449           Ignore more files for the buildbot.
6450
6451 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6452
6453         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6454         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6455         Generate the image-type values correctly. Leave them out of the caps
6456         when outputting a "preview image" tag, since it only makes sense
6457         to have one of those - the type is irrelevant.
6458
6459         * sys/sunaudio/gstsunaudiomixerctrl.c:
6460         (gst_sunaudiomixer_ctrl_open):
6461         If we can, mark the mixer multiple open when we use it, in case
6462         (for some reason) the process wants to open it again elsewhere.
6463
6464 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6465
6466         Patch by: Olivier Crete <tester at tester dot ca>
6467
6468         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6469         * gst/rtp/gstrtptheorapay.c:
6470         Fix the clock rate to 90000 as required by the RFC.
6471         Fixes #508644.
6472
6473 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6476           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6477
6478 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6479
6480         * autogen.sh:
6481           Add -Wno-portability to the automake parameters to stop warnings
6482           about GNU make extensions being used. We require GNU make in almost
6483           every Makefile anyway.
6484           
6485         * configure.ac:
6486           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6487           at the same time is required for per target flags.
6488
6489 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6490
6491         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6492         Fix error from my last commit.
6493
6494 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6497
6498         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6499           Make sure the ISO 639-X language code in ID3v2 COMM frames
6500           is actually valid UTF-8 (or rather: ASCII), so we don't end
6501           up with non-UTF8 strings in tags if there's garbage in the
6502           language field. Also make sure the language code is always
6503           lower case. Fixes: #508291.
6504
6505 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6506
6507         * ChangeLog:
6508           Fix ChangeLog typo.
6509
6510 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6511
6512         * Makefile.am:
6513           Include lcov.mak to allow building coverage reports. Guard
6514           check-torture target like in the other packages.
6515
6516 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6517
6518         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6519
6520         * gst/videomixer/videomixer.c:
6521         (gst_videomixer_set_master_geometry), (_do_init),
6522         (gst_videomixer_child_proxy_get_child_by_index),
6523         (gst_videomixer_child_proxy_get_children_count),
6524         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6525         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6526         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6527         Implement GstChildProxy interface.
6528         Send newsegment at the right moment
6529         Fixes #488879
6530
6531 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6532
6533         * gst/alpha/Makefile.am:
6534         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6535         (gst_alpha_sink_event), (gst_alpha_chain),
6536         (gst_alpha_change_state), (plugin_init):
6537         Make the various properties of 'alpha' controllable. This allows doing
6538         niceties like fade-in/fade-out.
6539
6540 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6541
6542         * gst/rtp/gstasteriskh263.c:
6543         * gst/rtp/gstrtpL16depay.c:
6544         * gst/rtp/gstrtpac3depay.c:
6545         * gst/rtp/gstrtpamrpay.c:
6546         * gst/rtp/gstrtpdepay.c:
6547         * gst/rtp/gstrtpgsmdepay.c:
6548         * gst/rtp/gstrtph263depay.c:
6549         * gst/rtp/gstrtph263pdepay.c:
6550         * gst/rtp/gstrtph263ppay.c:
6551         * gst/rtp/gstrtph264depay.c:
6552         * gst/rtp/gstrtph264pay.c:
6553         * gst/rtp/gstrtpmp2tdepay.c:
6554         * gst/rtp/gstrtpmp4adepay.c:
6555         * gst/rtp/gstrtpmp4gdepay.c:
6556         * gst/rtp/gstrtpmp4gpay.c:
6557         * gst/rtp/gstrtpmp4vdepay.c:
6558         * gst/rtp/gstrtpmpadepay.c:
6559         * gst/rtp/gstrtpmpvdepay.c:
6560         * gst/rtp/gstrtpsv3vdepay.c:
6561         * gst/rtp/gstrtptheoradepay.c:
6562         * gst/rtp/gstrtptheorapay.c:
6563         * gst/rtp/gstrtpvorbisdepay.c:
6564         * gst/rtp/gstrtpvorbispay.c:
6565           Remove copy/paste unused code (property setters and getter) found by
6566           the coverage suite (yay, saves ~20k on disk).
6567
6568 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6571           (videosink_templ):
6572           Also fix up pad templates to indicate that image/jpeg doesn't
6573           absolutely require the framerate property to be set (#504081).
6574
6575 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         Based on patch by: Wouter Cloetens  <wouter at mind be>
6578
6579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6580           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6581           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6582         * gst/matroska/matroska-mux.h:
6583           Keep track of first and last timestamps for each incoming stream,
6584           so we can calculate the total duration for live sources and other
6585           input where we can't query the duration from the start or where
6586           there's no constant framerate from which we can deduce the
6587           duration; also use calculated/observed duration if it is bigger
6588           than the previously queried duration. Furthermore, use
6589           gst_pad_query_peer_duration() and take into account that it may
6590           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6591           screws up comparisons when using unsigned integers. Fixes #504081.
6592
6593 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6594
6595         * configure.ac:
6596         * gst/audiofx/audioamplify.c:
6597         (gst_audio_amplify_clipping_method_get_type),
6598         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6599         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6600         (gst_audio_dynamic_transform_ip):
6601         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6602         (gst_audio_invert_transform_ip):
6603         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6604         (gst_audio_panorama_transform):
6605         * gst/level/gstlevel.c: (gst_level_init):
6606         Make elements GST_BUFFER_FLAG_GAP aware and call
6607         gst_base_transform_set_gap_aware for this.
6608         Bump core requirement to CVS.
6609         
6610         * gst/audiofx/audiochebyshevfreqband.c:
6611         (gst_audio_chebyshev_freq_band_transform_ip):
6612         * gst/audiofx/audiochebyshevfreqlimit.c:
6613         (gst_audio_chebyshev_freq_limit_transform_ip):
6614         Also sync GObject properties to the controller if operating
6615         in passthrough mode.
6616
6617 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * sys/directdraw/gstdirectdrawsink.c:
6620           (gst_directdraw_sink_window_thread):
6621           FALSE is not a gpointer.
6622
6623 2008-01-05  Julien Moutte  <julien@fluendo.com>
6624
6625         * sys/directdraw/gstdirectdrawsink.c:
6626         (gst_directdraw_sink_set_window_id),
6627         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6628         (gst_directdraw_sink_buffer_alloc),
6629         (gst_directdraw_sink_draw_borders),
6630         (gst_directdraw_sink_show_frame),
6631         (gst_directdraw_sink_setup_ddraw),
6632         (gst_directdraw_sink_window_thread),
6633         (gst_directdraw_sink_get_ddrawcaps),
6634         (gst_directdraw_sink_surface_create): Make sure we create our
6635         internal window only when we need it. That will give a chance to
6636         the application to get the prepare-xwindow-id bus message. Draw
6637         black borders when keeping aspect ratio. Handle the case where our
6638         rendering window disappears (closed or errors) like other sinks
6639         do. Various 80 columns fixes, improve state change order. That
6640         element could need some more love.
6641
6642 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6643
6644         * ext/taglib/gstapev2mux.h:
6645         * ext/taglib/gstid3v2mux.h:
6646         Remove useless typedefs without new type name. Fixes a warning with
6647         gcc 4.3.
6648
6649 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6650
6651         Patch by: John Millikin <jmillikin at gmail dot com>
6652
6653         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6654         (gst_flac_dec_setup_stream_decoder),
6655         (gst_flac_normalize_picture_mime_type),
6656         (gst_flac_extract_picture_buffer),
6657         (gst_flac_dec_metadata_callback):
6658         Emit metadata messages when a PICTURE block is encountered.
6659         Fixes #506715.
6660
6661 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6662
6663         * gst/avi/gstavi.c:
6664         increase rank because no known issues anymore ...
6665         * gst/avi/gstavisubtitle.c:
6666         send subtitle name to the srcpad
6667
6668 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6669
6670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6671         * gst/rtsp/gstrtspsrc.h:
6672         Implement redirect for the DESCRIBE reply. Fixes #506025.
6673
6674 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6675
6676         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6677         Fix 'xyz may be used uninitialized' compiler warnings caused
6678         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6679         abort() in any case but properly report the error.
6680
6681 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6684         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6685         * sys/ximage/gstximagesrc.c: (composite_pixel):
6686           Fix 'xyz may be used uninitialized' compiler warnings caused
6687           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6688           not really nice to abort in any case). Fixes #505745.
6689
6690 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6693           Small unit test fix (has no practical impact at the moment,
6694           since we're only feeding utf8 and hence just create a sub-
6695           buffer for the output).
6696
6697 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6698
6699         * gst/avi/gstavisubtitle.c:
6700         * tests/check/elements/avisubtitle.c:
6701         Add seeking support for avi subtitle
6702
6703 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6704
6705         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6706         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6707         (gst_flac_dec_write):
6708         * ext/flac/gstflacdec.h:
6709         Remove some unused vars.
6710         Do more cleanup of leftover events and tags.
6711         Output tags after the segment event. Fixes #504018.
6712
6713 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6716           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6717           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6718           Detect other UTF byte order markers and convert to UTF-8 as
6719           appropriate.
6720
6721 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         * gst/avi/gstavisubtitle.c: (src_template),
6724           (gst_avi_subtitle_extract_utf8_file),
6725           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6726           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6727           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6728         * gst/avi/gstavisubtitle.h:
6729           Refactor a bit; fix name extraction; don't assume all the data
6730           in the chunk is actually subtitle data, there may be padding at
6731           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6732           file so it's there to send again after a seek (for future use).
6733
6734 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6735
6736         * gst/avi/Makefile.am:
6737         * gst/avi/gstavi.c:
6738         * gst/avi/gstavisubtitle.c:
6739         * gst/avi/gstavisubtitle.h:
6740         * tests/check/Makefile.am:
6741         * tests/check/elements/avisubtitle.c:
6742         * win32/common/config.h:
6743                 Add avi subtitle element for bug #442034. Need seeking support
6744                 and more support for character conversion.
6745
6746 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * Makefile.am:
6749           Include common/win32.mak for CRLF check of win32 project
6750           files (see #393626).
6751
6752         * win32/vs6/libgstpng.dsp:
6753           Fix line endings and do cvs admin -kb.
6754
6755 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6756
6757         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6758         Actually drop the buffers which are outside the currently configured
6759         segment instead of just emitting a WARNING.
6760
6761 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6762
6763         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6764         (gst_flac_dec_write):
6765         * ext/flac/gstflacdec.h:
6766         Send segments from the streaming thread. Fixes #502187.
6767         Fix segment seeking and a bunch of other seeking cases.
6768
6769 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6770
6771         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6772           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6773           which is where it would end up if the same information was
6774           put in a vorbis comment (don't think it's worth adding a
6775           new URI tag for this). Fixes #488112.
6776
6777 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6778
6779         * configure.ac:
6780           We need core/base 0.10.15 or later.
6781
6782 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6783
6784         Patch by: Mark Nauwelaerts <manauw skynet be>
6785
6786         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6787         Fix regression in stream numbering. Fixes #502655.
6788
6789 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6790
6791         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6792
6793         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6794         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6795         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6796         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6797         (gst_rtp_h264_pay_handle_buffer):
6798         * gst/rtp/gstrtph264pay.h:
6799         Use higher performance start-code searching.
6800         Parse NALs and store SPS, PPS and profile in the caps so that they can
6801         be used in the SDP. Fixes #502814.
6802
6803 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6806         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6807           Init some structs to zero before we pass them to ioctl, which
6808           avoids valgrind warnings.  Also fix a small memory leak.
6809
6810 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6811
6812         Patch by: Wouter Cloetens <wouter at mind dot be>
6813
6814         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6815         Copy timestamp from input to output. Not very perfect yet but better
6816         than nothing. Fixes #503023.
6817
6818 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6819
6820         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6821           Also print a useful error message with the old Wavpack API
6822           if possible.
6823
6824 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * ext/wavpack/gstwavpackdec.c:
6827           More build fixes for old libwavpack versions: include config.h so
6828           that WAVPACK_OLD_API is actually defined as detected; only use
6829           WavpackGetErrorMessage if it is available. This fixes the build
6830           on debian stable for me.
6831
6832 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6833
6834         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6835         * ext/wavpack/gstwavpackparse.c:
6836           (gst_wavpack_parse_create_src_pad):
6837           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6838           versions below 4.40.0.
6839
6840 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6841
6842         * configure.ac:
6843           And now do it right for real...
6844
6845 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6846
6847         * configure.ac:
6848           Correctly reset $LIBS to not contain -lm.
6849
6850 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6851
6852         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6853
6854         * configure.ac:
6855         * ext/cairo/gsttimeoverlay.c:
6856           (gst_cairo_time_overlay_print_smpte_time):
6857           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6858           and checking for rint() and implementing it ourself if it doesn't
6859           exist. Fixes #497293.
6860
6861 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6862
6863         * configure.ac:
6864           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6865
6866 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6867
6868         * sys/oss/gstosshelper.c:
6869         Verify that the format returned after the ioctl is the one
6870         we requested. It is valid for the ioctl to succeed while
6871         substituting an alternate 'supported' sample format.
6872
6873 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * sys/oss/gstossaudio.c: (plugin_init):
6876         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6877         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6878           Post decent (and translated) error message when we can't
6879           open the audio device for some reason.
6880
6881 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6882
6883         * sys/oss/gstosssink.c:
6884         * sys/oss/gstosssrc.c:
6885         Allow the AUDIODEV environment variable to redirect us
6886         to a different default OSS device, like sunaudiosink does
6887         on Solaris (makes audio play automatically on SunRays).
6888
6889 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6890
6891         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6892         * gst/audiofx/audiochebyshevfreqband.c:
6893         (gst_audio_chebyshev_freq_band_transform_ip):
6894         * gst/audiofx/audiochebyshevfreqlimit.c:
6895         (gst_audio_chebyshev_freq_limit_transform_ip):
6896         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6897         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6898         The transform_ip() methods should do nothing if in passthrough mode.
6899         It might get non-writable buffers in that case but the buffer might
6900         as well be writable.
6901
6902         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6903         The transform() methods won't be called in passthrough mode and
6904         otherwise the buffer is always writable so don't check here.
6905
6906 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6909           Fix seeking in .wav files again (#501775).  Some people seem to think
6910           they don't need to test their changes when they're just 'reflowing'
6911           some code.
6912
6913 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst/autodetect/gstautovideosink.c:
6916         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6917         (gst_auto_video_sink_init),
6918         (gst_auto_video_sink_create_element_with_pretty_name),
6919         (gst_auto_video_sink_find_best),
6920         (gst_auto_video_sink_set_property),
6921         (gst_auto_video_sink_get_property):
6922         * gst/autodetect/gstautovideosink.h:
6923         Fix docs.
6924         Use same error reporting code as autoaudiosink.
6925         Add property to filter sinks based on caps. Only select raw video sinks
6926         by default for backwards compat.
6927         API: GstAutoVideoSink::filter-caps
6928
6929 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6930
6931         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6932
6933         * gst/autodetect/gstautoaudiosink.c:
6934         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6935         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6936         (gst_auto_audio_sink_set_property),
6937         (gst_auto_audio_sink_get_property):
6938         * gst/autodetect/gstautoaudiosink.h:
6939         Add property to filter sinks based on caps. Only select raw audio sinks
6940         by default for backwards compat.  Fixes #417420.
6941         API: GstAutoAudioSink::filter-caps
6942
6943 2007-11-29  Michael Smith <msmith@fluendo.com>
6944
6945         Patch by: Arek Korbik <arkadini@gmail.com>
6946
6947         * gst/videobox/gstvideobox.c: (plugin_init):
6948           Initialise liboil in plugin_init()
6949
6950 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6953         Post error before sending EOS. Fixes #499178.
6954
6955 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6956
6957         * win32/vs6/gst_plugins_good.dsw:
6958         * win32/vs6/libgstpng.dsp:
6959         Add a project file for libgstpng
6960
6961 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6962
6963         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6964         (gst_rtp_h263_depay_process):
6965         Code beautification.
6966         Added debug statements.
6967         Don't bit-shift everything, just do operations on last/first byte
6968         instead.
6969
6970 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6971
6972         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6973
6974         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6975         Fix wrong comparison in overrun check. Fixes #499239 some more.
6976
6977 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6978
6979         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6980         (gst_rtp_h263_depay_process):
6981         * gst/rtp/gstrtph263depay.h:
6982         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6983         stream.
6984
6985 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6986
6987         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6988
6989         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6990         (gst_rtp_mp4a_depay_process):
6991         * gst/rtp/gstrtpmp4adepay.h:
6992         Fix depayloading when multiple frames are inside one RTP packet.
6993         Fixes #499239.
6994
6995 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6996
6997         * gst/level/gstlevel.c:
6998           Add GAP-flag support.
6999
7000 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7001
7002         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7003         Read the I flag for Mode A h263 rtp stream and set the
7004         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7005         Fixes #499383
7006
7007 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * gst/level/gstlevel.c:
7010           Remove some dead code and do cleanups.
7011
7012 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7013
7014         * tests/check/pipelines/simple-launch-lines.c:
7015           Improve the tests by allowing to set a target state.
7016
7017 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7018
7019         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7020         Don't check the caps of the output buffer if they're equal some
7021         other caps. The caps can change in a backward compatible way
7022         and did at this point.
7023
7024 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7025
7026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7027         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7028         (gst_qtdemux_seek_to_previous_keyframe),
7029         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7030         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7031         reverse playback support.
7032
7033 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7034
7035         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7036         Also set the channel layout on the Wavpack caps if we're having
7037         a mono layout. Of course only do it for "audio/x-wavpack".
7038
7039 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7040
7041         * ext/wavpack/gstwavpackcommon.c:
7042         (gst_wavpack_get_default_channel_mask),
7043         (gst_wavpack_set_channel_layout),
7044         (gst_wavpack_get_default_channel_positions),
7045         (gst_wavpack_get_channel_mask_from_positions),
7046         (gst_wavpack_set_channel_mapping):
7047         * ext/wavpack/gstwavpackcommon.h:
7048         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7049         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7050         * ext/wavpack/gstwavpackdec.h:
7051         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7052         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7053         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7054         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7055         (gst_wavpack_enc_rewrite_first_block),
7056         (gst_wavpack_enc_sink_event):
7057         * ext/wavpack/gstwavpackenc.h:
7058         * ext/wavpack/gstwavpackparse.c:
7059         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7060         (gst_wavpack_parse_scan_to_find_sample),
7061         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7062         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7063         * ext/wavpack/gstwavpackparse.h:
7064         Add support for encoding, parsing and decoding multichannel
7065         files with up to 8 channels. This also improves the robustness
7066         of parsing quite a bit.
7067
7068         * ext/wavpack/gstwavpackstreamreader.c:
7069         (gst_wavpack_stream_reader_read_bytes),
7070         (gst_wavpack_stream_reader_get_pos),
7071         (gst_wavpack_stream_reader_set_pos_abs),
7072         (gst_wavpack_stream_reader_set_pos_rel),
7073         (gst_wavpack_stream_reader_push_back_byte),
7074         (gst_wavpack_stream_reader_get_length),
7075         (gst_wavpack_stream_reader_can_seek),
7076         (gst_wavpack_stream_reader_write_bytes):
7077         Improve debugging.
7078
7079 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7080
7081         * ext/libpng/gstpngdec.c:
7082         * ext/libpng/gstpngdec.h:
7083           Don't release the png-memory from within the callback.
7084
7085 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7086
7087         Patch by: René Stadler <mail at renestadler dot de>
7088
7089         * ext/libpng/gstpngenc.c:
7090           Don't leak buffer data memory. Fixes #498395.
7091
7092 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7093
7094         Patch by: René Stadler <mail at renestadler dot de>
7095
7096         * tests/check/pipelines/simple-launch-lines.c:
7097           Tests for #498395.
7098
7099 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7100
7101         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7102         (gst_tag_lib_mux_adjust_event_offsets):
7103         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7104         * sys/osxaudio/Makefile.am:
7105         * sys/osxvideo/cocoawindow.h:
7106         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7107
7108 2007-11-15  David Schleef  <ds@schleef.org>
7109
7110         * ext/cairo/gsttextoverlay.c:
7111           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7112
7113 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7114
7115         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7116
7117         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7118         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7119         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7120         * gst/rtp/gstrtpmp2tpay.h:
7121         Fill the MTU with as many packets as possible. Fixes #491323.
7122
7123 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7124
7125         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7126
7127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7128         Fix some more leaks. Fixes #497007.
7129
7130 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7131
7132         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7133
7134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7135         (gst_rtspsrc_stream_configure_tcp):
7136         Fix 3 pad leaks. Fixes #496983.
7137
7138 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7139
7140         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7141
7142         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7143         Fix small leak. Fixes #497017.
7144
7145 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7148         (gst_qtdemux_prepare_current_sample),
7149         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7150         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7151         * gst/qtdemux/qtdemux_fourcc.h:
7152         * gst/qtdemux/qtdemux_types.c:
7153         Add suppport for theora in quicktime according to XiphQT.
7154
7155 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7156
7157         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7158         (gst_v4l2src_init), (gst_v4l2src_set_property),
7159         (gst_v4l2src_get_property):
7160         * sys/v4l2/gstv4l2src.h:
7161         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7162           Always copy buffers by default (handle safer with bugged drivers)
7163           and added a property to make it possible to use mmap effectively (no
7164           copy if possible) when application wants to. Fixes: #480557.
7165
7166 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * gst/id3demux/id3tags.c:
7169         * gst/id3demux/id3tags.h:
7170         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7171           We don't want the same string multiple times in a tag list for the
7172           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7173           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7174
7175 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7176
7177         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7178           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7179           into ID3v2 TXXX frames (fixes #347848).
7180
7181 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7182
7183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7184           Don't leak sdp message contents (fixes #496773).
7185
7186         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7187           Don't leak URI string.
7188
7189 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         Patch by: Julien Puydt <julien dot puydt at laposte net>
7192
7193         * ext/raw1394/Makefile.am:
7194         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7195           (gst_1394_property_probe_get_properties),
7196           (gst_1394_property_probe_probe_property),
7197           (gst_1394_property_probe_needs_probe),
7198           (gst_1394_property_probe_get_values),
7199           (gst_1394_property_probe_interface_init),
7200           (gst_1394_type_add_property_probe_interface):
7201         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7202         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7203           (gst_dv1394src_init), (gst_dv1394src_dispose),
7204           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7205           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7206           (gst_dv1394src_update_device_name):
7207         * ext/raw1394/gstdv1394src.h:
7208           Implement GstPropertyProbe interface and add "device-name" property,
7209           so applications can use this to probe for available devices in the
7210           same way they can already with v4lsrc and v4l2src (however horrible
7211           this property probe interface may be). Fixes #358841.
7212
7213 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7216
7217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7218           (gst_rtspsrc_parse_range):
7219           Don't leak event, don't leak range (fixes #496752).
7220
7221 2007-11-14  Michael Smith <msmith@fluendo.com>
7222
7223         Patch by: Arek Korbik <arkadini@gmail.com>
7224
7225         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7226           Detect RGBA/BGRA correctly on little endian systems.
7227
7228 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7231           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7232           corresponding ioctl() call fails even though the driver claims to
7233           support this format, just fall back to the pre-2.6.19 kernel
7234           routine that creates caps with suitable height and width ranges
7235           (see #448278).
7236
7237 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         Patch by: Mark Nauwelaerts <manauw skynet be>
7240
7241         * gst/matroska/matroska-demux.c:
7242           (gst_matroska_demux_push_dvd_clut_change_event),
7243           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7244           (gst_matroska_demux_subtitle_caps):
7245         * gst/matroska/matroska-ids.h:
7246           Extract palette data for dvd subpicture streams and send it
7247           downstream as custom gstreamer dvd event (fixes #453417).
7248
7249 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7252           Implement minimal parsing of the passed pango font description
7253           string, so passing a font size works the same as with the
7254           pango textoverlay plugin; fixes #455086.
7255           (Maybe we could just use pangocairo here at some point).
7256
7257 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7258
7259         * gst/avi/gstavidemux.c:
7260         * gst/wavparse/gstwavparse.c:
7261           Return the result in _activate_pull(). Don't ref element there.
7262
7263 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7264
7265         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7266         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7267         (gst_wavparse_srcpad_event):
7268           Ref the element when we should, but not when we its not needed. Reflow
7269           the event_handling to not leak the event.       
7270
7271 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7272
7273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7274         (qtdemux_parse_samples):
7275         Properly free QTDemuxSamples array.
7276         Protect table write with a sensible check, some files apparently DO contain
7277         stts values starting with 0 :(
7278
7279 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7280
7281         * gst/avi/gstavidemux.c:
7282         * gst/qtdemux/qtdemux.c:
7283           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7284           previous commit messed up.
7285
7286 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7287
7288         * gst/avi/gstavidemux.c:
7289         * gst/qtdemux/qtdemux.c:
7290           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7291           element when we should, but not when we its not needed.
7292
7293 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7294
7295         * gst/wavparse/gstwavparse.c:
7296           Return FALSE if we can't handle a query instead of changing the
7297           format. Ignore fact when dealing with mpeg audio.
7298
7299 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7300
7301         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7302
7303         * configure.ac:
7304         * gst/udp/gstdynudpsink.c:
7305         * gst/udp/gstdynudpsink.h:
7306         * gst/udp/gstmultiudpsink.c:
7307         * gst/udp/gstmultiudpsink.h:
7308         * gst/udp/gstudpsink.c:
7309         * gst/udp/gstudpsink.h:
7310           Fix includes for MSVC and GLib-2.14.0 (#492388).
7311
7312         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7313           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7314
7315 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7316
7317         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7318         (gst_mulawdec_chain):
7319         * gst/law/mulaw-decode.h:
7320         Calculate outgoing buffer duration if incoming buffer didn't have a
7321         valid duration.
7322
7323 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7324
7325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7326         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7327         Smarter combine_flow code that also deals with downstream elements
7328         returning UNEXPECTED when they receive data out of the segment
7329         boundaries. Fixes #491305.
7330
7331 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * sys/v4l2/v4l2src_calls.c:
7334           Fix 'unused variable' compiler warning when compiling against
7335           older kernel headers.
7336
7337 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/taglib/gstid3v2mux.cc (add_funcs):
7340           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7341
7342 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7343
7344         * tests/check/pipelines/simple-launch-lines.c:
7345            Improve the tests a little more.
7346
7347 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7348
7349         patch by: Yun Zheng Hu
7350
7351         * sys/osxaudio/gstosxaudiosrc.c:
7352         Use default input device instead of default output device and
7353         only memcpy actual available bytes.
7354
7355 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7356
7357         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7358           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7359           early. It is temporary until we find something better.
7360
7361 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7362
7363         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7364
7365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7366         Fix race when pausing a RTSP stream in interleaved.
7367         Fixes #475784.
7368
7369 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7370
7371         Patch by: Peter Kjellerstedt <pkj at axis com>
7372
7373         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7374         Use correct unref function for buffers. #488844.
7375
7376 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * gst/avi/gstavimux.c:
7379         * tests/check/elements/avimux.c:
7380           Add some debug and sync tests with the fix.     
7381
7382 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7383
7384         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7385
7386         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7387         When the socket is used by the app for other purposes, don't generate an
7388         error if there is activaty on the socket that is not data related.
7389         Fixes #487488.
7390
7391 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7392
7393         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7394         (gst_v4l2src_grab_frame):
7395         Add some more debug info. Generate an error when we run out of buffers
7396         for some reason. See #480557.
7397
7398 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7399
7400         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7401
7402         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7403         Set marker bit correctly.
7404
7405 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7406
7407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7408         Use allowed name for the GstStructure.
7409
7410 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * ext/gconf/gstswitchsink.c:
7413         * gst/autodetect/gstautoaudiosink.c:
7414           Use new gst_bus_pop_filtered().
7415
7416 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * sys/v4l2/gstv4l2src.c:
7419         * sys/v4l2/v4l2src_calls.c:
7420           When probing the formats and sizes a camera supports, make
7421           sure the best ones (highest resolution, prefered format)
7422           end up at the beginning of the probed caps and the less
7423           desirable ones at the end.  This is important because the
7424           order within the caps matters for things like fixation and
7425           negotiation, ie. what format is chosen in the end.
7426           With recent kernels, the current probing code will end up
7427           querying the supported sizes from lowest resolution to
7428           highest resolution, adding them to the probed caps in that
7429           order, resulting to v4l2src fixating to the lowest possible
7430           resolution if downstream does not express a size preference.
7431           Also make up a somewhat random ranking of prefered output
7432           formats for the same reason. Fixes #485828.
7433         
7434 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7437
7438         * gst/id3demux/id3v2frames.c:
7439           Extract license/copyright URIs from ID3v2 WCOP frames
7440           (Fixes #447000).
7441
7442         * tests/check/elements/id3demux.c:
7443         * tests/files/Makefile.am:
7444         * tests/files/id3-447000-wcop.tag:
7445           Add simple unit test.
7446
7447 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * ext/taglib/gstid3v2mux.cc:
7450           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7451           Prerequisite for #447000.
7452
7453 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7454
7455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7456         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7457         a GstClockTime.
7458
7459 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7460
7461         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7462         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7463         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7464         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7465         (gst_rtspsrc_change_state):
7466         More seeking fixes, mostly passing around the new playback segment in
7467         order to configure it properly.
7468         Also reset base_time of udp sources when setting them back to PLAYING as
7469         a temporary hack until core supports seek in live sources properly.
7470
7471 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7472
7473         * gst/rtp/gstrtpmp4adepay.c:
7474         Fix caps as to not confuse autopluggers.
7475
7476 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * gst/id3demux/gstid3demux.c:
7479         * gst/id3demux/gstid3demux.h:
7480         * gst/id3demux/id3tags.c:
7481         * gst/id3demux/id3tags.h:
7482         * gst/id3demux/id3v2frames.c:
7483           Port ID3 tag demuxer over to the new GstTagDemux in -base
7484           (now would be a good time to test re-importing your music
7485           collection).
7486
7487 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * gst/apetag/Makefile.am:
7490         * gst/apetag/gstapedemux.c:
7491         * gst/apetag/gstapedemux.h:
7492         * gst/apetag/gsttagdemux.c:
7493         * gst/apetag/gsttagdemux.h:
7494           Port APE tag demuxer over to the new GstTagDemux in -base.
7495
7496 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7497
7498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7499         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7500         (gst_rtspsrc_handle_internal_src_query),
7501         (gst_rtspsrc_handle_src_query), (new_session_pad),
7502         (gst_rtspsrc_stream_configure_tcp),
7503         (gst_rtspsrc_stream_configure_transport),
7504         (gst_rtspsrc_loop_send_cmd):
7505         Improve flushing behaviour.
7506         Set state of the udp sources to PAUSE/PLAYING correctly.
7507         Handle events and queries for UDP and TCP transport now.
7508
7509 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7510
7511         * gst/rtp/gstrtpgsmdepay.c:
7512         * gst/rtp/gstrtpgsmpay.c:
7513           Add log category.
7514
7515 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7516
7517         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7518
7519         * tests/check/Makefile.am:
7520         * tests/check/pipelines/simple-launch-lines.c:
7521           Add unit tests for payloaders/depayloaders.
7522
7523 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7524
7525         * gst/avi/gstavimux.c:
7526         * gst/avi/gstavimux.h:
7527           Also save codec data for audio streams. Fixes #482495.
7528
7529 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7530
7531         * gst/avi/gstavimux.c:
7532           Fix "Index entry has invalid stream nr 1".
7533           Add support for muxing aac - work in progress (see #482495).
7534
7535 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7536
7537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7538         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7539         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7540         * gst/rtsp/gstrtspsrc.h:
7541         Parse bandwidth modifiers, they are not yet configured in the session
7542         manager because we don't have an API for that yet.
7543
7544 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7547         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7548         Use shiny new function in -base to get the default clock-rate.
7549         Update some docs.
7550
7551 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7552
7553         * win32/MANIFEST:
7554         Add files to win32 manifest.
7555         * win32/vs6/libgstaudiofx.dsp:
7556         * win32/vs6/libgstqtdemux.dsp:
7557         * win32/vs6/libgstrtp.dsp:
7558         * win32/vs6/libgstrtsp.dsp:
7559         Update project files.
7560
7561 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7562
7563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7564         (gst_rtspsrc_play):
7565         * gst/rtsp/gstrtspsrc.h:
7566         In TCP mode, only timestamp the first buffer. TCP is not real time and
7567         it does not make sense to try to skew compensate, also some servers send
7568         the first batch of data in a burst.
7569
7570 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         * gst/matroska/matroska-demux.c:
7573           Fix setting the discont flag on the first buffer
7574           pushed downstream for formats with private codec
7575           data that needs to be deserialised into buffers
7576           (such as vorbis and FLAC when in a matroska container).
7577
7578 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7581
7582         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7583         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7584         (gst_rtp_mp4v_pay_handle_buffer):
7585         * gst/rtp/gstrtpmp4vpay.h:
7586         Free the config string. Fixes #480707.
7587         Clean up the timestamp code a little.
7588
7589 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7590
7591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7592         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7593         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7594         * gst/rtsp/gstrtspsrc.h:
7595         Set timestamps on RTP buffers in interleaved mode.
7596         Mark first buffers with a DISCONT.
7597         Remove flush hack now that sync for live sources has been figured out.
7598
7599 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7602         Update documentation.
7603
7604 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7605
7606         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7607         (gst_rtp_xqt_depay_change_state):
7608         * gst/qtdemux/gstrtpxqtdepay.h:
7609         Fail if we don't know the quicktime format.
7610
7611 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7612
7613         * ext/flac/gstflacenc.c:
7614         * ext/flac/gstflacenc.h:
7615           Save the flow return from the last gst_pad_push() and
7616           make sure we pass the right flow return value upstream
7617           in the case of failure; minor clean-ups.
7618
7619 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * ext/taglib/gstapev2mux.cc:
7622         * ext/taglib/gstid3v2mux.cc:
7623         * gst/apetag/gstapedemux.c:
7624           Add support for the new GST_TAG_COMPOSER (#459809).
7625
7626 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * gst/law/alaw-decode.c:
7629         * gst/law/alaw-decode.h:
7630         * gst/law/alaw-encode.c:
7631         * gst/law/alaw-encode.h:
7632         * gst/law/alaw.c:
7633         * gst/law/mulaw-conversion.h:
7634           Compulsive clean-ups: use boilerplate macros, add debug
7635           categories, fix up things to conform to symbol nomenklatura,
7636           etc.
7637
7638 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7641
7642         * gst/law/alaw-decode.c:
7643         * gst/law/alaw-encode.c:
7644           Use static tables for A-Law decoding and encoding; this makes
7645           A-Law decoding and encoding less CPU-intensive, but increases
7646           the binary size a bit. Leaving old code around for now,
7647           selectable by a define in the code. Fixes #435435.
7648
7649 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7650
7651         * configure.ac:
7652         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7653         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7654         in configure.ac.
7655
7656 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7657
7658         Patch by: Jan Gerber <j at bootlab dot org>
7659
7660         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7661         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7662
7663 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7664
7665         * sys/oss/gstosshelper.c:
7666           Use GST_WARNING instead of a g_critical. This situation is not caused
7667           by the application.
7668
7669 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7670
7671         * po/LINGUAS:
7672         * po/nl.po:
7673           Updated translations.
7674
7675 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7676
7677         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7678
7679         * po/eu.po:
7680           Added Basque translation.
7681
7682 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7683
7684         translated by: Abel Cheung <abelcheung@gmail.com>
7685
7686         * po/zh_HK.po:
7687         * po/zh_TW.po:
7688           Added Chinese (traditional and Hong Kong) translation.
7689
7690 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7691
7692         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7693
7694         * po/pl.po:
7695           Added Polish translation.
7696
7697 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7698
7699         translated by: Ilkka Tuohela <hile@iki.fi>
7700
7701         * po/fi.po:
7702           Added Finnish translation.
7703
7704 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7705
7706         translated by: Jorge González González <aloriel@gmail.com>
7707
7708         * po/es.po:
7709           Added Spanish translation.
7710
7711 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7712
7713         translated by: Mogens Jaeger <mogens@jaeger.tf>
7714
7715         * po/da.po:
7716           Added Danish translation.
7717
7718 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7719
7720         translated by: Funda Wang <fundawang@linux.net.cn>
7721
7722         * po/zh_CN.po:
7723           Added Chinese (simplified) translation.
7724
7725 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7726
7727         translated by: Alexander Shopov <ash@contact.bg>
7728
7729         * po/bg.po:
7730           Added Bulgarian translation.
7731
7732 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7733
7734         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7735         Set outgoing packet duration because we can. Fixes #478244 some more.
7736
7737 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7738
7739         * ext/cairo/gsttextoverlay.c:
7740           Add info about static leak.
7741         
7742         * tests/check/Makefile.am:
7743         * tests/check/generic/states.c:
7744           Improved state change unit test.
7745
7746 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7747
7748         * docs/plugins/.cvsignore:
7749         * tests/check/.cvsignore:
7750           Ignore registries in any format.
7751
7752 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7753
7754         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7755         Removed some unused code.
7756
7757         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7758         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7759         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7760         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7761         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7762         (gst_rtp_theora_pay_flush_packet):
7763         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7764         Try to preserve the incomming buffer duration on the outgoing
7765         packets. Fixes #478244.
7766
7767 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7768
7769         * ext/taglib/gstapev2mux.cc:
7770         * ext/taglib/gstid3v2mux.cc:
7771           Work around compiler warnings with g++-4.2 when assigning a
7772           string constant to a gchar * (partially fixes #478092).
7773
7774 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7775
7776         * configure.ac:
7777           We require core CVS now for gst_base_src_set_do_timestamp().
7778
7779 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7780
7781         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7783         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7784         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7785         (gst_rtspsrc_handle_message):
7786         Fix compiler warnings shown with Forte.
7787
7788 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7789
7790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7791         (gst_rtspsrc_dup_printf):
7792         Give meaningfull error when all streams failed to configure for some
7793         reason.
7794
7795 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * gst/rtp/README:
7798         Update README with the design for synchronisation rules of RTP on
7799         sender and receiver.
7800
7801 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7802
7803         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7804         (gst_wavparse_chain):
7805         Don't push EOS from the chain function, the element
7806         driving the pipeline is responsible for this. The bug
7807         this was meant to fix seems to be queue not forwarding
7808         EOS in all cases (see #476514).
7809
7810 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7811
7812         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7813         (gst_level_transform_ip):
7814         * gst/level/gstlevel.h:
7815         Use basetransform segment so that it is correctly managed on flushes and
7816         start/stop.
7817         Report message timestamp as stream time, which is what an application
7818         can understand.
7819
7820 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7821
7822         * ext/taglib/gstapev2mux.cc:
7823         * ext/taglib/gstapev2mux.h:
7824         * ext/taglib/gsttaglibmux.c:
7825         * tests/check/elements/apev2mux.c:
7826         Update my mail address.
7827
7828 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7829
7830         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7831         (gst_wavparse_loop), (gst_wavparse_chain):
7832         Add EOS logic for the push-based mode too. Fixes #476514.
7833
7834 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7835
7836         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7837         * gst/law/alaw-encode.h:
7838         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7839         (gst_mulawenc_chain):
7840         * gst/law/mulaw-encode.h:
7841         Fix law encoder timestamps.
7842
7843 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7844
7845         * ext/gconf/gstgconfaudiosink.c:
7846           Fix warning when building without debug.
7847
7848         * sys/oss/gstossmixertrack.c:
7849           Use const like in alsamixertrack.c (fixes warnings).
7850
7851 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7852
7853         * sys/v4l2/v4l2src_calls.c:
7854         (gst_v4l2src_probe_caps_for_format_and_size):
7855         Fix framerate detection code some more.
7856         Handle the case where there is a weird step in the stepwise framerates.
7857         Don't overwrite the min interval with the framerate, use a temp variable
7858         instead.
7859         Use max in the Continuous framerate intervals instead of step, which is
7860         1 according to the docs. Fixes #475424.
7861
7862 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7863
7864         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7865         Make udpsrc timestamp outgoing buffers based on when they were received.
7866         Also make it output a segment in time.
7867
7868 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7869
7870         * gst/avi/gstavidemux.c:
7871           Plug a little leak. Little code cleanups.
7872
7873 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7874
7875         * configure.ac:
7876           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7877           flac versions, 's good for cross-compilation karma.
7878
7879 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7880
7881         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7882
7883         * gst/rtp/gstrtph263pay.c:
7884           Fix up header structure so that compilers don't add padding
7885           between the structure fields, since that would lead to us
7886           sending RTP packets with broken headers (as is currently the
7887           case when compiling with MSVC). Also see similar fixes in
7888           libgstrtp in gst-plugins-base. (#474616; #471194)
7889
7890 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7891
7892         * sys/v4l2/v4l2src_calls.c:
7893         (gst_v4l2src_probe_caps_for_format_and_size):
7894         Don't overwrite our GValue with 0 but instead use the previously
7895         computed value. Fixes #471823 some more.
7896
7897 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7898
7899         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7900           No tabs in this file please, or gtk-doc will end up documenting
7901           rather absurd class hierarchies.
7902
7903 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * ext/gconf/gstswitchsink.c:
7906           If the new kid element fails to change state for some reason
7907           (e.g. esdsink not being able to connect to the sound server),
7908           forward the error message it posted on the bus instead of just
7909           posting a generic 'Internal state change error: please file a
7910           bug' error message. Fixes #471364.
7911
7912 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * gst/qtdemux/Makefile.am:
7915         * gst/qtdemux/qtdemux.c:
7916           Don't assume tags are encoded as UTF-8 (#473670).
7917
7918 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7919
7920         * sys/v4l2/gstv4l2src.c:
7921         * sys/v4l2/gstv4l2src.h:
7922         * sys/v4l2/v4l2src_calls.c:
7923           Implement LATENCY queries in the crudest way possible so I don't
7924           have to use sync=false any longer when testing with videosinks.
7925
7926 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         * configure.ac:
7929           Fix build.
7930
7931 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7932
7933         * sys/v4l2/v4l2src_calls.c:
7934         (gst_v4l2src_probe_caps_for_format_and_size):
7935         Add some more debugging in the framerate function.
7936         Iterate stepwise framerate up to and _including_ the max and if nothing
7937         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7938         don't end up with an empty list. Fixes #471823
7939
7940 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7941
7942         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7943         (gst_multiudpsink_set_clients_string),
7944         (gst_multiudpsink_get_clients_string),
7945         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7946         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7947         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7948         (gst_multiudpsink_clear):
7949         Add property do configure destination address/port pairs
7950         API:GstMultiUDPSink::clients
7951
7952 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7953
7954         * tests/examples/Makefile.am:
7955         * tests/examples/rtp/Makefile.am:
7956         * tests/examples/rtp/client-H263p-AMR.sh:
7957         * tests/examples/rtp/client-H263p-PCMA.sdp:
7958         * tests/examples/rtp/client-H263p-PCMA.sh:
7959         * tests/examples/rtp/client-H264-PCMA.sdp:
7960         * tests/examples/rtp/client-H264-PCMA.sh:
7961         * tests/examples/rtp/client-PCMA.sh:
7962         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7963         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7964         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7965         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7966         Added some RTP example scripts for sending and receiving RTP streams.
7967
7968 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7969
7970         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7971         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7972         Restructure the setcaps function so that we can also compute the
7973         expected GStreamer output size of the video frames.
7974         Set frame_byte_size correctly so that read-based devices have a chance
7975         of working correctly.
7976         When grabbing a frame, discard frames that are not of the expected size.
7977         Some cameras don't output the right framesize for the first buffer.
7978         Try only a couple of times to get a valid frame, else error out.
7979
7980         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7981         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7982         Add some more debug info when scanning the device.
7983
7984         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7985         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7986         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7987         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7988         Add some more debug info when dequeing a frame.
7989
7990 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7991
7992         * gst/wavparse/gstwavparse.c:
7993           More code cleanups. Add some more comment and improve debugs logs.
7994
7995 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * gst/wavparse/gstwavparse.c:
7998         * gst/wavparse/gstwavparse.h:
7999           Implement seek-query. Refactor duration calculations. Appropriate use
8000           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8001           out of loops.
8002
8003 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8004
8005         * gst/avi/gstavidemux.c:
8006           Implement seek-query.
8007
8008 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8009
8010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8011         (gst_rtspsrc_dup_printf):
8012         Use new basesink async property to make sparse RTCP packet not wait for
8013         preroll.
8014
8015 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8016
8017         * gst/audiofx/Makefile.am:
8018         Dist the right file.
8019
8020 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8023         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8024         Make sure we generate and parse floating point values in the POSIX
8025         locale instead of the current locale. 
8026
8027 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8030         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8031         (gst_rtspsrc_play):
8032         * gst/rtsp/gstrtspsrc.h:
8033         Fix method detection again.
8034         Keep track of when we must send a Range header.
8035         Use segment values for Range, Speed and Scale headers.
8036         Parse Speed and Scale headers to update the segment values.
8037
8038 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8039
8040         patch by: Mark Nauwelaerts <manauw@skynet.be>
8041
8042         * sys/v4l2/v4l2src_calls.c:
8043           Handle optional v4l2 ioctls gracefully.
8044
8045 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8046
8047         * gst/rtp/Makefile.am:
8048         * gst/rtp/gstrtp.c: (plugin_init):
8049         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8050         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8051         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8052         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8053         (gst_rtp_h263_depay_get_property),
8054         (gst_rtp_h263_depay_change_state),
8055         (gst_rtp_h263_depay_plugin_init):
8056         * gst/rtp/gstrtph263depay.h:
8057         Added an H263 depayloader. Fixes #369392.
8058
8059         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8060         (gst_rtp_h263p_depay_process):
8061         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8062         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8063         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8064         payloads.
8065         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8066
8067 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8068
8069         * gst/audiofx/audiochebyshevfreqband.c:
8070         * gst/audiofx/audiochebyshevfreqlimit.c:
8071         Add small comparision with the windowed sinc filters in the docs.
8072
8073 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8074
8075         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8076         (audiochebyshevfreqband_suite):
8077         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8078         (audiochebyshevfreqlimit_suite):
8079         Also test 32 bit float mode and the type 2 variants of the filters.
8080
8081 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8082
8083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8084         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8085         (gst_rtspsrc_loop):
8086         Refactor the udp and interleaved loop function a bit.
8087
8088 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8089
8090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8091         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8092         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8093         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8094         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8095         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8096         * gst/rtsp/gstrtspsrc.h:
8097         Protect connection activity with a new lock, avoids deadlocks when going
8098         to PAUSED. Fixes #455808.
8099
8100 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8101
8102         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8103         Fix debug statement.
8104
8105 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8106
8107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8108         Fix stray %u in debug line as spotted by Saur on IRC.
8109
8110 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8111
8112         * gst/audiofx/audiochebyshevfreqband.c:
8113         (gst_audio_chebyshev_freq_band_class_init):
8114         * gst/audiofx/audiochebyshevfreqlimit.c:
8115         (gst_audio_chebyshev_freq_limit_class_init):
8116         Use generator macros for the process functions for the different
8117         sample types, add lower upper boundaries for the GObject properties
8118         so automatically generated UIs can use sliders and add a note about
8119         the number of poles as a too high number of poles combined with
8120         very low or very high frequencies will produce only noise.
8121         * docs/plugins/gst-plugins-good-plugins.args:
8122         Regenerated for the property changes.
8123
8124 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8125
8126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8127         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8128         (gst_rtspsrc_stream_configure_udp_sink),
8129         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8130         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8131         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8132         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8133         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8134         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8135         * gst/rtsp/gstrtspsrc.h:
8136         Improve timeout handling.
8137         Use the same socket for sending and receiving RTCP packets so that some
8138         servers can track clients better.
8139         Improve connection closed handling. Try to reconnect.
8140         Don't overwrite our content base with NULL.
8141         Improve debugging.
8142         Improve range parsing and handling.
8143         Remove flushing hack now that core does the right thing.
8144
8145 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8146
8147         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8148         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8149         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8150         (gst_multiudpsink_close), (gst_multiudpsink_add):
8151         * gst/udp/gstmultiudpsink.h:
8152         Add support for getting and setting the socket to use.
8153
8154         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8155         (gst_udpsrc_create), (gst_udpsrc_get_property):
8156         Add support for getting the currently used socket.
8157
8158 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8159
8160         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8161
8162         * gst/audiofx/Makefile.am:
8163         * gst/audiofx/audiochebyshevfreqband.c:
8164         (gst_audio_chebyshev_freq_band_mode_get_type),
8165         (gst_audio_chebyshev_freq_band_base_init),
8166         (gst_audio_chebyshev_freq_band_dispose),
8167         (gst_audio_chebyshev_freq_band_class_init),
8168         (gst_audio_chebyshev_freq_band_init),
8169         (generate_biquad_coefficients), (calculate_gain),
8170         (generate_coefficients),
8171         (gst_audio_chebyshev_freq_band_set_property),
8172         (gst_audio_chebyshev_freq_band_get_property),
8173         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8174         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8175         (gst_audio_chebyshev_freq_band_start):
8176         * gst/audiofx/audiochebyshevfreqband.h:
8177         * gst/audiofx/audiochebyshevfreqlimit.c:
8178         (gst_audio_chebyshev_freq_limit_mode_get_type),
8179         (gst_audio_chebyshev_freq_limit_base_init),
8180         (gst_audio_chebyshev_freq_limit_dispose),
8181         (gst_audio_chebyshev_freq_limit_class_init),
8182         (gst_audio_chebyshev_freq_limit_init),
8183         (generate_biquad_coefficients), (calculate_gain),
8184         (generate_coefficients),
8185         (gst_audio_chebyshev_freq_limit_set_property),
8186         (gst_audio_chebyshev_freq_limit_get_property),
8187         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8188         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8189         (gst_audio_chebyshev_freq_limit_start):
8190         * gst/audiofx/audiochebyshevfreqlimit.h:
8191         * gst/audiofx/audiofx.c: (plugin_init):
8192         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8193         Fixes #464800.
8194
8195         * tests/check/Makefile.am:
8196         * tests/check/elements/.cvsignore:
8197         * tests/check/elements/audiochebyshevfreqband.c:
8198         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8199         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8200         * tests/check/elements/audiochebyshevfreqlimit.c:
8201         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8202         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8203         Add unit tests for the chebyshev filters.
8204
8205         * docs/plugins/Makefile.am:
8206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8208         * docs/plugins/gst-plugins-good-plugins.args:
8209         * docs/plugins/inspect/plugin-1394.xml:
8210         * docs/plugins/inspect/plugin-audiofx.xml:
8211         * docs/plugins/inspect/plugin-dv.xml:
8212         * docs/plugins/inspect/plugin-flac.xml:
8213         * docs/plugins/inspect/plugin-jpeg.xml:
8214         * docs/plugins/inspect/plugin-png.xml:
8215         * docs/plugins/inspect/plugin-rtp.xml:
8216         * docs/plugins/inspect/plugin-shout2send.xml:
8217         * docs/plugins/inspect/plugin-wavpack.xml:
8218         And add docs for the chebyshev filters. While doing
8219         that also run make update in docs/plugins.
8220
8221 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8222
8223         * ext/annodex/gstcmmltag.c:
8224         * gst/rtp/gstrtpvorbispay.c:
8225           Make ro memory to share.
8226
8227 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8228
8229         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8230         Improve UDP performance by avoiding a select() when we have data
8231         available immediatly.
8232
8233 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8234
8235         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8236         (gst_rtp_dec_class_init):
8237         * gst/rtsp/gstrtpdec.h:
8238         Add (dummy) SSRC management signals.
8239
8240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8241         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8242         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8243         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8244         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8245         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8246         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8247         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8248         * gst/rtsp/gstrtspsrc.h:
8249         Add connection-speed property.
8250         Add find_stream helper functions.
8251         Handle stream EOS based on BYE messages or SSRC timeout.
8252         Returns SUCCESS from the state change function as we hide our async
8253         elements from the parent.
8254
8255 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8256
8257         * gst/debug/rndbuffersize.c:
8258           Fix da leak.
8259
8260 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8261
8262         * gst/debug/Makefile.am:
8263         * gst/debug/breakmydata.c:
8264         * gst/debug/gstdebug.c:
8265         * gst/debug/negotiation.c:
8266         * gst/debug/progressreport.c:
8267         * gst/debug/rndbuffersize.c:
8268         * gst/debug/testplugin.c:
8269           Add new test element and clean-up the others a little.
8270
8271 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8272
8273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8274         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8275
8276 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8277
8278         * gst/rtp/gstrtpilbcdepay.c:
8279           Include stdlib.
8280
8281 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8282
8283         * gst/rtp/gstrtpmpvdepay.c:
8284         Set the mpegversion in the caps so that autoplugging does not get
8285         confused.
8286
8287 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8288
8289         * po/hu.po:
8290         * po/uk.po:
8291         * po/vi.po:
8292           Updated translations.
8293
8294 2007-08-08  Michael Smith <msmith@fluendo.com>
8295
8296         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8297           Render right border in the correct location.
8298
8299 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8300
8301         Patch by: Olivier Crete <tester at tester dot ca>
8302
8303         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8304         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8305         Make mode property a string. Fixes #464475.
8306
8307 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8308
8309         * ext/flac/gstflacenc.c:
8310           Widen caps to match decoder a bit and add more FIXMEs.
8311
8312 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8313
8314         patch by: Mark Nauwelaerts <manauw@skynet.be>
8315
8316         * gst/avi/gstavimux.c:
8317           Fix ODML index tag numbering. Fixes #463624.
8318
8319 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8320
8321         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8322         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8323         (gst_rtspsrc_stream_configure_tcp),
8324         (gst_rtspsrc_stream_configure_udp_sink):
8325         Fix default clock-rate for realmedia.
8326         Fix parsing of transport.
8327         Don't try to link NULL pads.
8328
8329 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8330
8331         * po/POTFILES.skip:
8332           Add POTFILES.skip with list of source files that aren't disted at the
8333           moment but contain translatable strings. Should hopefully pacify
8334           broken tools and make it clearer that these files are left out
8335           intentionally (#461600).
8336
8337 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8338
8339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8340         If the buffer was entirely clipped ... don't try sending it :)
8341
8342 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8343
8344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8345         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8346         (gst_rtspsrc_create_transports_string),
8347         (gst_rtspsrc_prepare_transports):
8348         If we don't hav a session manager, set the caps on outgoing buffers
8349         ourselves.
8350         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8351         Append final bit of the transport string even when it does not contain a
8352         placeholder.
8353
8354 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8355
8356         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8357         (gst_rtsp_ext_list_connect):
8358         * gst/rtsp/gstrtspext.h:
8359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8360         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8361         Clean up the interface list.
8362         Allow connecting to interface signals for the extensions.
8363         Remove old extension code.
8364         Free list on cleanup.
8365         Allow extensions to send additional RTSP messages.
8366
8367 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8368
8369         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8370         Handle a NULL gconf key gracefully by rendering the default element.
8371
8372 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8373
8374         * gst/rtsp/gstrtspext.h:
8375         Fix include path for extension interface.
8376
8377 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8378
8379         * gst/audiofx/audioamplify.h:
8380         Also remove a now unecessary variable here.
8381
8382 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8383
8384         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8385         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8386         * gst/audiofx/audiodynamic.c:
8387         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8388         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8389         * gst/audiofx/audiodynamic.h:
8390         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8391         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8392         * gst/audiofx/audioinvert.h:
8393         Don't save format information ourselves, this is already saved in
8394         GstAudioFilter.
8395
8396 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8397
8398         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8399         (gst_rtsp_ext_list_stream_select):
8400         * gst/rtsp/gstrtspext.h:
8401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8402         Use rank to filter out extensions.
8403         Add url to stream_select interface call.
8404
8405 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8406
8407         * gst/rtsp/Makefile.am:
8408         * gst/rtsp/base64.c:
8409         * gst/rtsp/base64.h:
8410         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8411         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8412         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8413         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8414         (gst_rtsp_ext_list_setup_media),
8415         (gst_rtsp_ext_list_configure_stream),
8416         (gst_rtsp_ext_list_get_transports),
8417         (gst_rtsp_ext_list_stream_select):
8418         * gst/rtsp/gstrtspext.h:
8419         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8420         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8421         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8422         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8423         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8424         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8425         (gst_rtspsrc_stream_configure_tcp),
8426         (gst_rtspsrc_stream_configure_mcast),
8427         (gst_rtspsrc_stream_configure_udp),
8428         (gst_rtspsrc_stream_configure_udp_sink),
8429         (gst_rtspsrc_stream_configure_transport),
8430         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8431         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8432         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8433         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8434         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8435         (gst_rtspsrc_parse_methods),
8436         (gst_rtspsrc_create_transports_string),
8437         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8438         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8439         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8440         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8441         * gst/rtsp/gstrtspsrc.h:
8442         * gst/rtsp/rtsp.h:
8443         * gst/rtsp/rtspconnection.c:
8444         * gst/rtsp/rtspconnection.h:
8445         * gst/rtsp/rtspdefs.c:
8446         * gst/rtsp/rtspdefs.h:
8447         * gst/rtsp/rtspext.h:
8448         * gst/rtsp/rtspextwms.c:
8449         * gst/rtsp/rtspextwms.h:
8450         * gst/rtsp/rtspmessage.c:
8451         * gst/rtsp/rtspmessage.h:
8452         * gst/rtsp/rtsprange.c:
8453         * gst/rtsp/rtsprange.h:
8454         * gst/rtsp/rtsptransport.c:
8455         * gst/rtsp/rtsptransport.h:
8456         * gst/rtsp/rtspurl.c:
8457         * gst/rtsp/rtspurl.h:
8458         * gst/rtsp/sdp.h:
8459         * gst/rtsp/sdpmessage.c:
8460         * gst/rtsp/sdpmessage.h:
8461         * gst/rtsp/test.c:
8462         Use shiny new RTSP and SDP library.
8463         Implement RTSP extensions using the new interface.
8464         Remove a lot of old code.
8465
8466 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8467
8468         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8469         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8470
8471 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8472
8473         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8474         Don't unref the outgoing buffer twice when dropping it because it's
8475         outside of the segment.
8476
8477 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8478
8479         * configure.ac:
8480         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8481         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8482         Use the new buffer clipping function from gstaudio here and
8483         require gst-plugins-base CVS.
8484         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8485         For framed Wavpack buffers we require a valid timestamp.
8486
8487 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8488
8489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8490         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8491         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8492         Clip raw audio and video when we can, keep track of current output
8493         segment.
8494         Don't leak buffers and events when there is no output pad.
8495         Improve debugging here and there.
8496
8497 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8498
8499         * configure.ac:
8500           Sync liboil check with plugins-base.
8501
8502 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8503
8504         * ext/annodex/Makefile.am:
8505           Fix CFLAGS/LIBS.
8506
8507         * ext/cdio/gstcdiocddasrc.c:
8508         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8509           Include stdlib
8510
8511         * ext/cairo/Makefile.am:
8512         * gst/videofilter/Makefile.am:
8513         * tests/examples/level/Makefile.am:
8514           Use $(LIBM) instead of -lm
8515
8516 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8517
8518         * sys/v4l2/gstv4l2src.c:
8519           Add another example pipeline.
8520
8521 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8522
8523         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8524
8525         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8526           Use define here.
8527
8528         * sys/v4l2/gstv4l2tuner.c:
8529         (gst_v4l2_tuner_set_frequency_and_notify):
8530           Don't touch the property - its still disabled.
8531
8532         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8533         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8534         * sys/v4l2/v4l2src_calls.h:
8535           Improve fallback format negotionation. Fixes #451388
8536
8537 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8538
8539         * tests/check/elements/videocrop.c: (GST_START_TEST):
8540           Fix the test.
8541
8542 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8543
8544         * docs/plugins/Makefile.am:
8545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8547         * docs/plugins/inspect/plugin-jpeg.xml:
8548         * docs/plugins/inspect/plugin-png.xml:
8549         * ext/jpeg/gstjpegdec.c:
8550         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8551         (gst_pngdec_sink_setcaps):
8552           More docs. More logs in pngdec.
8553
8554 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8555
8556         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8557           Initialize num_buffers with minimum value.
8558
8559         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8560         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8561           Handle frame-size query failure gracefully.
8562
8563 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8564
8565         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8566         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8567         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8568         of qt/aac files.
8569
8570 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8571
8572         * ext/wavpack/gstwavpackdec.c:
8573         (gst_wavpack_dec_clip_outgoing_buffer):
8574         Fix buffer clipping to correctly clip to the segment stop.
8575
8576 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8577
8578         * configure.ac:
8579         * tests/Makefile.am:
8580         Remove bogus check for libcheck, since we check for
8581         gstreamer-check and it pulls in the required info from there,
8582         and we weren't actually _using_ the information for libcheck
8583         ourselves anyway.
8584
8585 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8586
8587         * configure.ac:
8588           Use pkg-config to locate check.
8589
8590 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8591
8592         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8593         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8594         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8595         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8596         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8597         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8598         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8599         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8600         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8601         * gst/effectv/gstrev.c: (gst_revtv_transform):
8602         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8603         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8604         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8605         * gst/matroska/matroska-demux.c:
8606         (gst_matroska_demux_add_wvpk_header),
8607         (gst_matroska_demux_check_subtitle_buffer),
8608         (gst_matroska_decode_buffer):
8609         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8610           Fix build against core CVS.
8611
8612 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8613
8614         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8615         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8616         don't have enough granularity to convert that boolean into a
8617         GstFlowReturn.
8618
8619 2007-07-06  Michael Smith <msmith@fluendo.com>
8620
8621         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8622         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8623         (gst_alawdec_change_state):
8624         * gst/law/alaw-decode.h:
8625         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8626         (gst_mulawdec_class_init), (gst_mulawdec_init),
8627         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8628         * gst/law/mulaw-decode.h:
8629           Fix capsnego bogosity in *law decoders. 
8630
8631 2007-07-06  Michael Smith <msmith@fluendo.com>
8632
8633         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8634         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8635         (gst_smokeenc_change_state):
8636         * ext/jpeg/gstsmokeenc.h:
8637           Remove stupidity in get/set caps functions.
8638           Fix some refcounting problems.
8639
8640 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8641
8642         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8643         Remove endianness-flipping hack that seems to have been required
8644         only because of a bug in ffmpegcolorspace.
8645         Partially Fixes: #451908
8646
8647 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8648
8649         * docs/plugins/Makefile.am:
8650           Simplify --extra-dir as gtkdoc scans recursively.
8651
8652 2007-07-03  Wim Taymans  <wim@fluendo.com>
8653
8654         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8655
8656         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8657         Set the encoding-name in the rtp caps to all uppercase, as required by
8658         the caps spec.
8659         Some small cleanups in the error paths. Fixes #453037.
8660
8661 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8662
8663         * ext/wavpack/gstwavpackparse.c:
8664         (gst_wavpack_parse_index_get_last_entry),
8665         (gst_wavpack_parse_index_get_entry_from_sample),
8666         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8667         (gst_wavpack_parse_scan_to_find_sample):
8668         * ext/wavpack/gstwavpackparse.h:
8669         Use a GSList for the GArray that is used like a list anyway.
8670
8671 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8674         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8675         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8676           Add state change function where we set 0/1 as default framerate in
8677           case our setcaps function isn't called, like it might not in a
8678           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8679           gdkpixbufdec trying to create caps with a 0/0 framerate.
8680           Also post an error message on the bus if gst_pad_push() fails when
8681           called from our sink event handler (+1 for flow returns for event
8682           functions in 0.11) instead of failing silently.
8683
8684 2007-06-27  Wim Taymans  <wim@fluendo.com>
8685
8686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8687         Cast stack args to the proper types. Fixes #451249.
8688
8689 2007-06-27  Wim Taymans  <wim@fluendo.com>
8690
8691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8692         (new_session_pad), (gst_rtspsrc_setup_streams):
8693         * gst/rtsp/gstrtspsrc.h:
8694         For container formats we only need to activate one of the streams so
8695         that we correctly signal no-more-pads. Fixes #451015.
8696
8697 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8698
8699         * docs/plugins/gst-plugins-good-plugins.args:
8700         * docs/plugins/inspect/plugin-aasink.xml:
8701         * docs/plugins/inspect/plugin-alaw.xml:
8702         * docs/plugins/inspect/plugin-alpha.xml:
8703         * docs/plugins/inspect/plugin-alphacolor.xml:
8704         * docs/plugins/inspect/plugin-annodex.xml:
8705         * docs/plugins/inspect/plugin-apetag.xml:
8706         * docs/plugins/inspect/plugin-audiofx.xml:
8707         * docs/plugins/inspect/plugin-auparse.xml:
8708         * docs/plugins/inspect/plugin-autodetect.xml:
8709         * docs/plugins/inspect/plugin-avi.xml:
8710         * docs/plugins/inspect/plugin-cacasink.xml:
8711         * docs/plugins/inspect/plugin-cairo.xml:
8712         * docs/plugins/inspect/plugin-cdio.xml:
8713         * docs/plugins/inspect/plugin-cutter.xml:
8714         * docs/plugins/inspect/plugin-debug.xml:
8715         * docs/plugins/inspect/plugin-efence.xml:
8716         * docs/plugins/inspect/plugin-effectv.xml:
8717         * docs/plugins/inspect/plugin-esdsink.xml:
8718         * docs/plugins/inspect/plugin-flac.xml:
8719         * docs/plugins/inspect/plugin-flxdec.xml:
8720         * docs/plugins/inspect/plugin-gconfelements.xml:
8721         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8722         * docs/plugins/inspect/plugin-goom.xml:
8723         * docs/plugins/inspect/plugin-halelements.xml:
8724         * docs/plugins/inspect/plugin-icydemux.xml:
8725         * docs/plugins/inspect/plugin-id3demux.xml:
8726         * docs/plugins/inspect/plugin-jpeg.xml:
8727         * docs/plugins/inspect/plugin-ladspa.xml:
8728         * docs/plugins/inspect/plugin-level.xml:
8729         * docs/plugins/inspect/plugin-matroska.xml:
8730         * docs/plugins/inspect/plugin-mulaw.xml:
8731         * docs/plugins/inspect/plugin-multipart.xml:
8732         * docs/plugins/inspect/plugin-navigationtest.xml:
8733         * docs/plugins/inspect/plugin-ossaudio.xml:
8734         * docs/plugins/inspect/plugin-png.xml:
8735         * docs/plugins/inspect/plugin-quicktime.xml:
8736         * docs/plugins/inspect/plugin-rtp.xml:
8737         * docs/plugins/inspect/plugin-rtsp.xml:
8738         * docs/plugins/inspect/plugin-smpte.xml:
8739         * docs/plugins/inspect/plugin-speex.xml:
8740         * docs/plugins/inspect/plugin-taglib.xml:
8741         * docs/plugins/inspect/plugin-udp.xml:
8742         * docs/plugins/inspect/plugin-videobalance.xml:
8743         * docs/plugins/inspect/plugin-videobox.xml:
8744         * docs/plugins/inspect/plugin-videocrop.xml:
8745         * docs/plugins/inspect/plugin-videoflip.xml:
8746         * docs/plugins/inspect/plugin-videomixer.xml:
8747         * docs/plugins/inspect/plugin-wavenc.xml:
8748         * docs/plugins/inspect/plugin-wavparse.xml:
8749         * docs/plugins/inspect/plugin-ximagesrc.xml:
8750           Update docs with caps info.
8751
8752 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         * po/POTFILES.in:
8755           Add more files with translatable strings (#450878).
8756
8757 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8758
8759         * MAINTAINERS:
8760         Updating all the maintainers files
8761
8762 2007-06-22  Edward Hervey  <edward@fluendo.com>
8763
8764         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8765         * gst/interleave/deinterleave.c: (deinterleave_init),
8766         (deinterleave_sink_link):
8767         * gst/interleave/interleave.c: (interleave_init):
8768         * gst/median/gstmedian.c: (gst_median_init):
8769         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8770         Fix memory leaks.
8771         * tests/check/elements/id3demux.c: (pad_added_cb):
8772         Remove unused variable.
8773
8774 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8775
8776         * ext/gconf/gconf.h:
8777         Make the prototype of gst_gconf_get_key_for_sink_profile
8778         match the implementation.
8779         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8780         Fixes: #449747
8781
8782 2007-06-20  Michael Smith <msmith@fluendo.com>
8783
8784         * gst/rtp/gstrtpdepay.c:
8785           Fix description - rtpdepay is not a payloader.
8786
8787 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8788
8789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8790         (qtdemux_video_caps):
8791         * gst/qtdemux/qtdemux_fourcc.h:
8792           Add MJPG to the variants of motion jpeg.
8793
8794 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         * tests/check/Makefile.am:
8797         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8798         * tests/check/elements/videocrop.c: (GST_START_TEST):
8799         * tests/check/elements/videofilter.c:
8800         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8801         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8802           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8803           error flags are included and it errors out on compiler warnings
8804           for CVS builds; remove unused variables in various unit tests.
8805
8806 2007-06-19  Wim Taymans  <wim@fluendo.com>
8807
8808         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8809         (rtsp_connection_close), (rtsp_connection_free):
8810         Use threadsafe inet_ntop to convert an ip number to a string. 
8811         Fixes #447961.
8812         Don't leak fd (and ip) when freeing a connection without first closing
8813         it.
8814
8815 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8816
8817         * configure.ac:
8818         Back to CVS
8819
8820         * gst-plugins-good.doap:
8821         Add 0.10.6 to the doap file.
8822
8823 === release 0.10.6 ===
8824
8825 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8826
8827         * configure.ac:
8828           releasing 0.10.6, "Wobble Board"
8829
8830 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8833         (rtsp_connection_free):
8834           Revert previous commit again, since we are frozen (sorry).
8835
8836 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8837
8838         Patch by: Peter Kjellerstedt <pkj at axis com>
8839
8840         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8841         (rtsp_connection_free):
8842           inet_ntoa() uses a static buffer internally, so we need to copy the
8843           returned string if we want to store it for later (#447961).
8844
8845 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8846
8847         * win32/vs6/autogen.dsp:
8848         * win32/vs6/gst_plugins_good.dsw:
8849         * win32/vs6/libgstalaw.dsp:
8850         * win32/vs6/libgstalpha.dsp:
8851         * win32/vs6/libgstalphacolor.dsp:
8852         * win32/vs6/libgstapetag.dsp:
8853         * win32/vs6/libgstaudiofx.dsp:
8854         * win32/vs6/libgstauparse.dsp:
8855         * win32/vs6/libgstautodetect.dsp:
8856         * win32/vs6/libgstavi.dsp:
8857         * win32/vs6/libgstcutter.dsp:
8858         * win32/vs6/libgstdirectdraw.dsp:
8859         * win32/vs6/libgstdirectsound.dsp:
8860         * win32/vs6/libgsteffectv.dsp:
8861         * win32/vs6/libgstflx.dsp:
8862         * win32/vs6/libgstgoom.dsp:
8863         * win32/vs6/libgsticydemux.dsp:
8864         * win32/vs6/libgstid3demux.dsp:
8865         * win32/vs6/libgstinterleave.dsp:
8866         * win32/vs6/libgstjpeg.dsp:
8867         * win32/vs6/libgstlevel.dsp:
8868         * win32/vs6/libgstmatroska.dsp:
8869         * win32/vs6/libgstmedian.dsp:
8870         * win32/vs6/libgstmonoscope.dsp:
8871         * win32/vs6/libgstmulaw.dsp:
8872         * win32/vs6/libgstmultipart.dsp:
8873         * win32/vs6/libgstqtdemux.dsp:
8874         * win32/vs6/libgstrtp.dsp:
8875         * win32/vs6/libgstrtsp.dsp:
8876         * win32/vs6/libgstsmpte.dsp:
8877         * win32/vs6/libgstspeex.dsp:
8878         * win32/vs6/libgstudp.dsp:
8879         * win32/vs6/libgstvideobalance.dsp:
8880         * win32/vs6/libgstvideobox.dsp:
8881         * win32/vs6/libgstvideocrop.dsp:
8882         * win32/vs6/libgstvideoflip.dsp:
8883         * win32/vs6/libgstvideomixer.dsp:
8884         * win32/vs6/libgstwaveform.dsp:
8885         * win32/vs6/libgstwavenc.dsp:
8886         * win32/vs6/libgstwavparse.dsp:
8887         Mark *.dsp & *.dsw as binary files and convert to DOS line
8888         endings, as they don't load into VS6 correctly otherwise.
8889
8890 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8891
8892         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8893         (rtsp_connection_connect):
8894         Fix the MingW build. 
8895         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8896         Fixes: #446981
8897
8898 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8899
8900         * tests/check/elements/.cvsignore:
8901         * tests/icles/.cvsignore:
8902         Hush the buildbots up
8903
8904 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8905
8906         * configure.ac:
8907         * sys/Makefile.am:
8908         * sys/directdraw/Makefile.am:
8909         * sys/directsound/Makefile.am:
8910         * sys/waveform/Makefile.am:
8911         Make sure to dist everything needed for win32 builds.
8912
8913 2007-06-14  Edward Hervey  <edward@fluendo.com>
8914
8915         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8916         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8917         caps.
8918         Fixes #447458
8919
8920 2007-06-13  Wim Taymans  <wim@fluendo.com>
8921
8922         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8923         Make sure we allocate enough memory for the codec_data.
8924         Fixes #447210.
8925
8926 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8927
8928         * win32/MANIFEST:
8929         Add videocrop project file to the win32 manifest.
8930         * win32/vs6/gst_plugins_good.dsw:
8931         Add qtdemux,videocrop and waveform projects to the workspace.
8932         * win32/vs6/libgstqtdemux.dsp:
8933         Add zlib to the link list of qtdemux.
8934         * win32/vs6/libgstvideocrop.dsp:
8935         Add a project file for videocrop.
8936
8937 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8938
8939         * po/POTFILES.in:
8940         Add qtdemux for translation
8941
8942 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8943
8944         * configure.ac:
8945         * docs/plugins/Makefile.am:
8946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8948         * docs/plugins/inspect/plugin-videocrop.xml:
8949         * gst-plugins-good.spec.in:
8950         * sys/Makefile.am:
8951         * tests/check/Makefile.am:
8952         * tests/icles/Makefile.am:
8953         * tests/icles/videocrop-test.c:
8954         Move videocrop and osxvideo from -bad.
8955
8956 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8957
8958         * configure.ac:
8959         * docs/plugins/Makefile.am:
8960         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8961         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8962         * docs/plugins/gst-plugins-good-plugins.args:
8963         * docs/plugins/inspect/plugin-qtdemux.xml:
8964         * docs/plugins/inspect/plugin-quicktime.xml:
8965         * win32/MANIFEST:
8966         Move qtdemux from -bad.
8967
8968         * gst-plugins-good.spec.in:
8969         Update spec file to reflect moving of qtdemux and wavpack
8970
8971 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8972         
8973         * win32/MANIFEST:
8974         * docs/plugins/Makefile.am:
8975         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8976         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8977         * docs/plugins/inspect/plugin-directdraw.xml:
8978         * docs/plugins/inspect/plugin-directsound.xml:
8979         * docs/plugins/inspect/plugin-waveform.xml:
8980         Move the waveform plugin from -bad too. Update the inspect xml
8981         files to mention Plugins Good instead of Plugins Bad.
8982
8983 2007-06-12  Andy Wingo  <wingo@pobox.com>
8984
8985         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8986         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8987         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8988         finalization and resuscitation. No longer public.
8989         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8990         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8991         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8992         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8993         miniobject semantics, and be threadsafe.
8994         (gst_v4l2src_queue_frame): Remove this function, as we just call
8995         the ioctls directly in the two places where we queue buffers.
8996         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8997         directly.
8998         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8999         to allocate the pool, which also preallocates the GstBuffers.
9000         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9001         queueing the frames directly.
9002         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9003         mmap buffers have been dequeued.
9004
9005         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9006         real MiniObject instead of rolling our own refcounting and
9007         finalizing. Give it a lock.
9008         (struct _GstV4l2Buffer): Remove one intermediary object, having
9009         the buffers hold the struct v4l2_buffer directly.
9010
9011         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9012         capture_init so that it can set them on the buffers that it will
9013         create.
9014         (gst_v4l2src_get_read): For better or for worse, include the
9015         timestamping and offsetting code here; really we should be using
9016         bufferalloc though.
9017         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9018         preallocated, mmap'd buffers.
9019
9020 2007-06-11  Wim Taymans  <wim@fluendo.com>
9021
9022         Patch by: daniel fischer <dan at f3c dot com>
9023
9024         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9025         (gst_ximage_src_get_caps):
9026         Actually use the display_name property so that we can dump any
9027         available X display. Fixes #445905.
9028
9029 2007-06-11  Wim Taymans  <wim@fluendo.com>
9030
9031         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9032
9033         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9034         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9035         Add missing rate fields to caps. Fixes #441118.
9036
9037 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9038
9039         * win32/vs6/gst_plugins_good.dsw:
9040         * win32/vs8/gst-plugins-good.sln:
9041         Add DirectSound and DirectDraw sinks project files to
9042         workspace and solution files.
9043
9044 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9045
9046         Patch by: Josh Coalson <xflac at yahoo dot com>,
9047         updated by Alexis Ballier <aballier at gentoo dot org>:
9048
9049         * configure.ac:
9050         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9051         (gst_flac_dec_setup_seekable_decoder),
9052         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9053         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9054         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9055         * ext/flac/gstflacdec.h:
9056         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9057         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9058         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9059         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9060         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9061         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9062         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9063         * ext/flac/gstflacenc.h:
9064         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9065         
9066 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9067
9068         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9069         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9070         not necessary anymore as we need at least that core version. 
9071
9072 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9073
9074         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9075         (gst_wavpack_dec_chain):
9076         * ext/wavpack/gstwavpackdec.h:
9077         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9078         (gst_wavpack_parse_push_buffer):
9079         * ext/wavpack/gstwavpackparse.h:
9080         Improve discont handling by checking if the next Wavpack block has
9081         the expected, following block index.
9082
9083 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9084
9085         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9086           Fix element description.
9087
9088 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9089
9090         * configure.ac:
9091         * docs/plugins/Makefile.am:
9092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9094         * docs/plugins/gst-plugins-good-plugins.args:
9095         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9096         * docs/plugins/gst-plugins-good-plugins.signals:
9097         * docs/plugins/inspect/plugin-autodetect.xml:
9098         * docs/plugins/inspect/plugin-gconfelements.xml:
9099         * docs/plugins/inspect/plugin-ladspa.xml:
9100         * docs/plugins/inspect/plugin-rtp.xml:
9101         * docs/plugins/inspect/plugin-wavpack.xml:
9102         * ext/Makefile.am:
9103         * tests/check/Makefile.am:
9104           move wavpack plugin.  See #352605.
9105
9106 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9107
9108         * configure.ac:
9109         * docs/plugins/Makefile.am:
9110         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9112         * docs/plugins/gst-plugins-good-plugins.args:
9113         * sys/Makefile.am:
9114         * win32/MANIFEST:
9115         Add DirectDraw & DirectSound plugins to the build and docs.
9116
9117 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9118
9119         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9120         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9121           When operating in pull mode, error out correct on not-linked.
9122
9123 2007-06-06  Andy Wingo  <wingo@pobox.com>
9124
9125         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9126         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9127         format and size if the ioctls are defined; should fix compilation
9128         on Linux < 2.16.19.
9129
9130 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9133           Printf fixes in debug statements; use LOG level for debug statements
9134           that are printed for each and every frame; convert c++ comments to
9135           C-style comments; not much point using g_try_malloc() if we then not
9136           even check the return value.
9137
9138 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * configure.ac:
9141           Bump requirements to released versions (core and base 0.10.13).
9142
9143         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9144           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9145           own implementation.
9146
9147 2007-06-05  Andy Wingo  <wingo@pobox.com>
9148
9149         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9150         some useless comments.
9151
9152         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9153         frames before calling STREAMON, that might leave them in a state
9154         where they can't be dequeued if we go back to NULL without calling
9155         STREAMON, according to the docs.
9156         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9157         before we call STREAMON.
9158         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9159         failures. (For me this code hung.) The pool refcounting is still
9160         crack; added a note to that effect.
9161
9162 2007-06-05  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9165         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9166         Add support for mapping gst structure names to the MIME type equivalent.
9167         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9168
9169 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9170
9171         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9172         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9173         (gst_wavenc_chain), (gst_wavenc_change_state):
9174         * gst/wavenc/gstwavenc.h:
9175         Properly write wav files with width!=depth by having the depth most
9176         significant bytes set and all others zero. Fixes #442535.
9177
9178 2007-06-01  Wim Taymans  <wim@fluendo.com>
9179
9180         * gst/rtsp/rtspconnection.c:
9181         Add include to make buildbot happy.
9182
9183 2007-06-01  Wim Taymans  <wim@fluendo.com>
9184
9185         Patch by: Peter Kjellerstedt  <pkj at axis com>
9186
9187         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9188         (rtsp_connection_connect), (add_date_header),
9189         (rtsp_connection_send), (parse_response_status),
9190         (parse_request_line), (parse_line), (rtsp_connection_receive):
9191         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9192         * gst/rtsp/rtspdefs.h:
9193         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9194         (rtsp_message_init_request), (rtsp_message_init_response),
9195         (rtsp_message_remove_header), (rtsp_message_append_headers),
9196         (rtsp_message_dump):
9197         * gst/rtsp/rtspmessage.h:
9198         Improves version checking, allowing an RTSP server to reply with "505
9199         RTSP Version not supported.
9200         Adds a Date header to all messages.
9201         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9202         want to be able to send a response even if something in the request was
9203         invalid. EINVAL is only used when passing wrong arguments to functions.
9204         Do not handle an invalid method in parse_request_line(). Defer this to
9205         the caller so it can respond with "405 Method Not Allowed".
9206         Improves parsing of the timeout parameter to the Session header,
9207         allowing whitespace after the semicolon. 
9208         Avoids a compiler warning due to variables shadowing a function argument.
9209
9210 2007-06-01  Wim Taymans  <wim@fluendo.com>
9211
9212         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9213
9214         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9215         (gst_rtp_amr_depay_process):
9216         * gst/rtp/gstrtpamrdepay.h:
9217         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9218         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9219         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9220         * gst/rtp/gstrtpamrpay.h:
9221         Add support for AMR-WB.
9222         Small cleanups such as using BOILERPLATE.
9223
9224 2007-05-31  Wim Taymans  <wim@fluendo.com>
9225
9226         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9227         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9228
9229 2007-05-30  Andy Wingo  <wingo@pobox.com>
9230
9231         * sys/v4l2/gstv4l2object.h: 
9232         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9233         unintended changes.
9234
9235         * sys/v4l2/v4l2src_calls.h: 
9236         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9237         the format list in the order that the driver gives it to us.
9238         (gst_v4l2src_probe_caps_for_format_and_size)
9239         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9240         based on the capabilities of the device.
9241         (gst_v4l2src_grab_frame): Update for object variable renaming.
9242         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9243         as in the set_caps below.
9244         (gst_v4l2src_capture_init): Update for object variable renaming,
9245         and reflow.
9246         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9247         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9248         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9249         (gst_v4l2src_get_fps): Remove; these functions don't have much
9250         meaning outside of an atomic set_caps method.
9251         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9252         known.
9253
9254         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9255         call to update_fps; not sure about this change.
9256         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9257         moment we don't have an update_fps_func.
9258
9259         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9260         structures in the object, just store what we need. Do store the
9261         probed caps of the device. Don't store the current frame rate.
9262
9263         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9264         update_fps_function, for now. Update for new object variable
9265         naming.
9266         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9267         new object variable naming.
9268         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9269         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9270         (gst_v4l2src_get_caps): Rework to probe the device for supported
9271         frame sizes and frame rates.
9272         (gst_v4l2src_set_caps): Rework to be strict in the given
9273         parameters: if someone asks us to have a certain size and rate,
9274         that is what we configure.
9275         (gst_v4l2src_get_read): Update for object variable naming. Don't
9276         leak buffers on short reads.
9277         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9278         comments.
9279         (gst_v4l2src_create): Update for object variable naming.
9280
9281 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9282
9283         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9284         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9285         * gst/avi/gstavidemux.h:
9286           Parse subtitle text streams instead of erroring out (#442034). Still
9287           needs a parser for the subtitles to actually show up.
9288
9289 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9292         (gst_avi_demux_loop):
9293           Make _push_event() return TRUE if the event could be pushed on at
9294           least one pad and not only if it could be pushed on all pads,
9295           otherwise we'll end up posting an error message on EOS if one or
9296           more source pads are not connected.
9297
9298 2007-05-28  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/rtsp/rtsptransport.c:
9301         Use renamed RTP bin.
9302
9303 2007-05-28  Wim Taymans  <wim@fluendo.com>
9304
9305         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9306
9307         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9308         (gst_video_box_set_property), (gst_video_box_transform_caps),
9309         (video_box_recalc_transform), (gst_video_box_set_caps),
9310         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9311         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9312         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9313         (gst_video_box_i420_i420), (gst_video_box_transform),
9314         (plugin_init):
9315         Add AYUV->AYUV and AYUV->I420 formats. 
9316         Fix negotiation and I420->AYUV conversion.
9317         Fixes #429329.
9318
9319 2007-05-26  Wim Taymans  <wim@fluendo.com>
9320
9321         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9322         Use different variables for nested for loops so that the outer loop
9323         functions properly and speex files with multiple frames per buffer work
9324         properly.
9325         Fixes #441408.
9326
9327 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9330           Don't leak newsegment events.
9331
9332 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/wavparse/Makefile.am:
9335           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9336           drags it in.
9337
9338 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9341         (notgst_value_array_append_buffer),
9342         (gst_flac_enc_process_stream_headers),
9343         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9344         (gst_flac_enc_change_state):
9345         * ext/flac/gstflacenc.h:
9346           Collect headers, add "streamheader" field to output caps and set
9347           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9348           produces output according to the official FLAC-to-Ogg mapping
9349           instead of completely broken files. Fixes #426044.
9350
9351 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9352
9353         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9354         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9355         (gst_id3demux_sink_event):
9356         * gst/id3demux/gstid3demux.h:
9357         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9358         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9359         (gst_tag_demux_send_new_segment):
9360         Handle and adjust new-segment events so that downstream really
9361         sees a stream with the tag pieces stripped off the front and back.
9362         Fixes strangeness in seeking when mp3 decoders use the new-segment
9363         byte position to estimate their current playback position timestamp
9364         and then the arriving buffers don't match up.
9365
9366 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9367
9368         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9369           Don't unnecessarily perform a READY->NULL->READY transition on the
9370           detected audio sink when starting up. Fixes: #440127
9371
9372 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9373
9374         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9375         (gst_flac_enc_chain):
9376           Don't crash in chain function if setcaps hasn't been called.
9377
9378 2007-05-24  Wim Taymans  <wim@fluendo.com>
9379
9380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9381         Init value to avoid infinte loops.
9382
9383 2007-05-24  Wim Taymans  <wim@fluendo.com>
9384
9385         Patch by: Peter Kjellerstedt  <pkj at axis com>
9386
9387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9388         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9389         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9390         (gst_rtspsrc_play):
9391         (rtsp_connection_send), (rtsp_connection_receive):
9392         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9393         Fix for new API.
9394
9395         * gst/rtsp/rtspconnection.c: (add_auth_header),
9396         Only add authorisation and session headers when sending messages.
9397
9398         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9399         (rtsp_message_init_request), (rtsp_message_init_response),
9400         (rtsp_message_unset), (rtsp_message_add_header),
9401         (rtsp_message_remove_header), (rtsp_message_get_header),
9402         (rtsp_message_append_headers), (dump_key_value),
9403         (rtsp_message_dump):
9404         * gst/rtsp/rtspmessage.h:
9405         Add support for multiple headers of the same type by storing the parsed
9406         headers in a GArray instaed of a hashtable.
9407
9408 2007-05-21  Wim Taymans  <wim@fluendo.com>
9409
9410         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9411         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9412         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9413         safer shutdown.
9414
9415 2007-05-21  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9418         * gst/rtsp/gstrtpdec.h:
9419         Added signal for backwards compat.
9420
9421 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9422         
9423         Patch by: René Stadler <mail at renestadler dot de>
9424
9425         * configure.ac:
9426         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9427         (gst_au_parse_parse_header), (gst_au_parse_chain):
9428         * gst/auparse/gstauparse.h:
9429         Use audioconvert for converting from non-native endianness floats
9430         in auparse instead of doing it ourself. Fixes #424527.
9431         This needs the audioconvert from plugins-base CVS.
9432         
9433 2007-05-21  Wim Taymans  <wim@fluendo.com>
9434
9435         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9436         (gst_rtp_h263p_pay_flush):
9437         Fix enum registration.
9438
9439 2007-05-21  Wim Taymans  <wim@fluendo.com>
9440
9441         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9442
9443         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9444         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9445         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9446         (gst_rtp_h263p_pay_flush):
9447         * gst/rtp/gstrtph263ppay.h:
9448         Add new fragmentation mode base on GOB headers. Fixes #438940.
9449
9450 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9453           Printf format fix.
9454
9455 2007-05-18  Wim Taymans  <wim@fluendo.com>
9456
9457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9458         Don't crash when an unsupported transport error was returned by the
9459         server, just try to configure the next stream. Fixes #439255.
9460
9461 2007-05-18  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9464         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9465         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9466         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9467         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9468         * gst/rtsp/gstrtspsrc.h:
9469         Add TCP timeout property and use it for all TCP connection.
9470
9471         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9472         (rtsp_connection_write), (rtsp_connection_next_timeout),
9473         (rtsp_connection_reset_timeout):
9474         Make connect and writes cancelable and make them use the timeout.
9475
9476 2007-05-18  Wim Taymans  <wim@fluendo.com>
9477
9478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9479         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9480         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9481         (gst_rtspsrc_setup_streams):
9482         Refactor timeout handling.
9483         Also send keep-alive when dealing with TCP transport.
9484
9485         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9486         (rtsp_connection_free), (rtsp_connection_next_timeout),
9487         (rtsp_connection_reset_timeout):
9488         * gst/rtsp/rtspconnection.h:
9489         Use a timer to handle the session timeouts, add some methods to deal
9490         with timeouts.
9491
9492 2007-05-17  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9495         (gst_rtspsrc_setup_streams):
9496         Ignore streams that fail the setup command, we will retry with a
9497         different transport later on.
9498
9499         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9500         (rtsp_ext_wms_configure_stream):
9501         Fix encoding name case.
9502
9503 2007-05-16  Edward Hervey  <edward@fluendo.com>
9504
9505         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9506         Fix build on macosx.
9507
9508 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9509
9510         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9511         Replace direct comparison of a string with the string literal "" with
9512         a comparison of the first character with '\0'. Fixes #438926.
9513
9514 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9515
9516         * gst/debug/breakmydata.c (gst_break_my_data_init):
9517           One more try. This should be the proper fix now.
9518
9519 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9520
9521         * gst/debug/breakmydata.c:
9522           Ooops, no // comments please.
9523
9524 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9525
9526         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9527         (gst_break_my_data_init):
9528           Fix gst_buffer_is_writable() assertion.
9529
9530 2007-05-14  David Schleef  <ds@schleef.org>
9531
9532         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9533           video/x-raw-bayer.  Fixes #314160.
9534
9535 2007-05-14  Wim Taymans  <wim@fluendo.com>
9536
9537         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9538         (gst_rtp_theora_depay_parse_configuration):
9539         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9540         (gst_rtp_theora_pay_finish_headers),
9541         (gst_rtp_theora_pay_handle_buffer):
9542         Update theora pay/depayloader in a similar to vorbis.
9543
9544         * gst/rtp/gstrtpvorbisdepay.c:
9545         (gst_rtp_vorbis_depay_parse_configuration):
9546         Update docs.
9547
9548 2007-05-14  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9551         When we try to execute a method that is not supported by the server,
9552         don't error out but remove the method from the accepted methods so that
9553         we never try to perform this method again.
9554
9555 2007-05-14  Wim Taymans  <wim@fluendo.com>
9556
9557         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9558         Remove annoying _dump_mem.
9559
9560 2007-05-14  Wim Taymans  <wim@fluendo.com>
9561
9562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9563         Parse range correctly.
9564
9565         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9566         The baseurl now always has a '/' at the start.
9567
9568 2007-05-14  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9571         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9572         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9573         Factor out caps configuration and configure more stuff such as the time
9574         ranges and speed/scale values.
9575
9576         * gst/rtsp/rtsptransport.c:
9577         Add Copyright after non-trival fixes.
9578
9579 2007-05-12  Wim Taymans  <wim@fluendo.com>
9580
9581         Patch by: Peter Kjellerstedt  <pkj at axis com>
9582
9583         * gst/rtsp/gstrtspsrc.h:
9584         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9585         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9586         (rtsp_message_get_header):
9587         * gst/rtsp/rtspmessage.h:
9588         Make channel guint8 where possible.
9589         Make rtsp_message_init_data() take the channel as a guint8.
9590
9591         * gst/rtsp/rtspdefs.c:
9592         Fixed a typo: Timout -> Timeout
9593
9594         * gst/rtsp/rtspdefs.h:
9595         Make RTSP_CHECK() behave as a statement.
9596
9597         * gst/rtsp/sdpmessage.c:
9598         Avoid a compiler warning in INIT_ARRAY().
9599         Fixes #437692.
9600
9601 2007-05-12  Wim Taymans  <wim@fluendo.com>
9602
9603         Patch by: Peter Kjellerstedt  <pkj at axis com>
9604
9605         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9606         (rtsp_url_get_request_uri):
9607         * gst/rtsp/rtspurl.h:
9608         Add support for query parameters to RTSP URLs.
9609
9610 2007-05-12  Wim Taymans  <wim@fluendo.com>
9611
9612         Patch by: Peter Kjellerstedt  <pkj at axis com>
9613
9614         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9615         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9616         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9617         (rtsp_transport_parse), (rtsp_transport_as_text):
9618         * gst/rtsp/rtsptransport.h:
9619         Add validation to rtsp_transport_parse().
9620         Add rtsp_transport_as_text() to generate an RTSP header from an
9621         RTSPTransport.
9622         Change ssrc to guint (was a string) since that is what it is, even
9623         though it is sent as a hex string.
9624         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9625         incorrect, which can be seen when looking at the examples in the RFC).
9626         Fixes #437670.
9627
9628 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9629
9630         Patch by: Eric Anholt
9631
9632         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9633           gst_ximage_src_ximage_get):
9634         Use union of all damage between frames to make it faster.
9635         Fixes bug #342463.
9636         Also fix crasher when cursor is at bottom right of window.
9637
9638 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9641           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9642           streaming mode regression for file from #343837 with 'bext' chunk
9643           before the 'fmt' chunk.
9644
9645 2007-05-11  Wim Taymans  <wim@fluendo.com>
9646
9647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9648         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9649         (gst_rtspsrc_handle_src_event),
9650         (gst_rtspsrc_stream_configure_manager),
9651         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9652         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9653         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9654         * gst/rtsp/gstrtspsrc.h:
9655         * gst/rtsp/rtspdefs.h:
9656         Preliminary seek support.
9657         Activate internal pads so that we can receive events on them.
9658         Don't try to parse a range string when it's NULL.
9659
9660 2007-05-11  Wim Taymans  <wim@fluendo.com>
9661
9662         * gst/rtp/README:
9663         Update README with new RTP variables that will be used for
9664         synchronisation.
9665
9666         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9667         (gst_rtp_vorbis_depay_parse_configuration),
9668         (gst_rtp_vorbis_depay_process):
9669         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9670         (gst_rtp_vorbis_pay_finish_headers),
9671         (gst_rtp_vorbis_pay_handle_buffer):
9672         Update vorbis pay and depayloader to draft-04.
9673
9674 2007-05-11  Wim Taymans  <wim@fluendo.com>
9675
9676         * gst/rtsp/rtsptransport.c:
9677         UDP MCAST is actually the default for RTP/AVP.
9678 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9679
9680         * gst/level/gstlevel.c: (gst_level_transform_ip):
9681         Use guint8 * instead of gpointer then vs6 can build 
9682         in_data += (filter->width / 8).
9683
9684 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9685
9686         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9687           gst_ximage_src_ximage_get):
9688         * sys/ximage/gstximagesrc.h (last_ximage):
9689         When using Damage actually keep the last frame, and not assume
9690         that the buffer we get already has the last frame on it.
9691         Copy the cursor over if we specify a non-zero start x and
9692         start y.
9693
9694 2007-05-11  Wim Taymans  <wim@fluendo.com>
9695
9696         * gst/rtsp/rtsptransport.c:
9697         Make UDP the default transport when not specified.
9698
9699 2007-05-09  David Schleef  <ds@schleef.org>
9700
9701         * gst/level/gstlevel.c:
9702           Revert last change.
9703
9704 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9705
9706         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9707         (gst_level_transform_ip):
9708         Use guint8 * instead of gpointer then vs6 know the size of data
9709         pointed when moving the pointer.
9710         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9711         Move instructions after variables declaration.
9712         * win32/vs6/autogen.dsp:
9713         * win32/vs6/libgstrtp.dsp:
9714         * win32/vs6/libgstrtsp.dsp:
9715         Update vs6 project files.
9716
9717 2007-05-09  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/rtsp/Makefile.am:
9720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9721         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9722         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9723         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9724         (rtsp_range_free):
9725         * gst/rtsp/rtsprange.h:
9726         Add code to parse time ranges.
9727         Report DURATION on the stream when possible.
9728
9729 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9732         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9733         (gst_videomixer_collected):
9734           Fix strides calculation for AYUV (it's just width*4) (#436910).
9735
9736 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9737
9738         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9739         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9740         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9741         Sync the GObject properties before each processing step to properly
9742         work with the controller.
9743
9744 2007-05-04  Wim Taymans  <wim@fluendo.com>
9745
9746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9747         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9748         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9749         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9750         (gst_rtspsrc_change_state):
9751         Let more error state trickle down so that we can catch more error
9752         cases.
9753         Handle keep-alive a little smarter by selecting a method the server
9754         actually supports.
9755         Fix a race in UDP streaming shutdown.
9756
9757 2007-05-04  Wim Taymans  <wim@fluendo.com>
9758
9759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9760         Ignore errors when trying to use the keep-alive messages.
9761
9762 2007-05-04  Wim Taymans  <wim@fluendo.com>
9763
9764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9765         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9766         (gst_rtspsrc_stream_configure_manager),
9767         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9768         (gst_rtspsrc_stream_configure_mcast),
9769         (gst_rtspsrc_stream_configure_udp),
9770         (gst_rtspsrc_stream_configure_udp_sink),
9771         (gst_rtspsrc_stream_configure_transport):
9772         Send RTCP messages back to the server over the TCP connection.
9773
9774         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9775         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9776         (rtsp_connection_receive):
9777         * gst/rtsp/rtspconnection.h:
9778         Factor out and expose lowlevel _write and _read methods.
9779         Implement sending data messages to the server.
9780
9781 2007-05-03  Wim Taymans  <wim@fluendo.com>
9782
9783         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9784         (gst_multipart_mux_collected):
9785         Fix timestamps on outgoing buffers.
9786
9787 2007-05-03  Wim Taymans  <wim@fluendo.com>
9788
9789         * gst/multipart/multipartmux.c:
9790         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9791         (gst_multipart_mux_change_state):
9792         Emit NEWSEGMENT events before pushing the first buffer.
9793
9794 2007-05-03  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9797         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9798         (gst_rtspsrc_handle_src_query),
9799         (gst_rtspsrc_stream_configure_manager),
9800         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9801         (gst_rtspsrc_stream_configure_mcast),
9802         (gst_rtspsrc_stream_configure_udp),
9803         (gst_rtspsrc_stream_configure_udp_sink),
9804         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9805         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9806         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9807         (gst_rtspsrc_pause):
9808         Refactor transport configuration code.
9809         Create internal pads for TCP transport so that we can implement events
9810         and queries.
9811         Handle events and queries.
9812         Parse range from the SDP.
9813         Fix race in pause handler where the connection could still be flushing.
9814
9815 2007-05-02  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9818         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9819         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9820         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9821         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9822         (gst_rtspsrc_change_state):
9823         * gst/rtsp/gstrtspsrc.h:
9824         Fix race when multiple udp sources post timeouts, just act on the first
9825         received timeout.
9826         Protect stream list with a recursive lock to fix some races.
9827         Flush connection when we need to do a reconnect or stop.
9828         Make state lock recursive.
9829
9830         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9831         (rtsp_connection_close):
9832         Some small cleanups.
9833
9834 2007-05-02  Wim Taymans  <wim@fluendo.com>
9835
9836         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9837         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9838         Only set DISCONT when there actually is a discont or when we just
9839         started.
9840
9841 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9842
9843         * ext/flac/gstflac.c: (plugin_init):
9844         Call bindtextdomain() to get localized strings.
9845
9846 2007-05-02  Wim Taymans  <wim@fluendo.com>
9847
9848         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9849         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9850         (gst_wavparse_stream_data):
9851         * gst/wavparse/gstwavparse.h:
9852         Be a bit more clever when dealing with VBR files with FACT tags, we
9853         don't want to timestamp buffers in that case but the estimated BPS can
9854         be used for seeking.
9855         Only send close segment in the streaming thread.
9856
9857 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9858
9859         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9860         Correctly post an error on the bus if something went wrong in the loop
9861         function. This fixes a few cases where the task was paused and nothing
9862         happened anymore.
9863
9864 2007-05-02  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst/rtsp/test.c: (main):
9867         Fix compilation of deprecated test just because I'm too lazy to delete
9868         it.
9869
9870 2007-05-02  Wim Taymans  <wim@fluendo.com>
9871
9872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9873         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9874         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9875         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9876         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9877         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9878         * gst/rtsp/gstrtspsrc.h:
9879         Fix sending RTCP to the right place.
9880         Fix bug in reffing the wrong UDP element.
9881         Use new pad names for the session manager.
9882         Implement handling server requests in interleaved and UDP modes.
9883         Handle session keep-alive in UDP modes.
9884         Remove GCond for handling UDP timeouts.
9885
9886         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9887         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9888         (rtsp_connection_receive), (rtsp_connection_close):
9889         * gst/rtsp/rtspconnection.h:
9890         Store connection IP address for later.
9891         Add timeout args to all operations that might block forever.
9892         Parse session timeout.
9893         Only close sockets when not already closed.
9894
9895         * gst/rtsp/rtspdefs.c:
9896         * gst/rtsp/rtspdefs.h:
9897         Add timeout return value and error string.
9898
9899         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9900         Add small comment.
9901
9902 2007-05-01  Wim Taymans  <wim@fluendo.com>
9903
9904         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9905
9906         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9907         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9908         * gst/rtp/gstrtpmp4vpay.h:
9909         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9910
9911 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9912
9913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9914           Remove v4l2src from docs, since it breaks the docs build, and the
9915           plugin is only built if --enable-experimental is used anyway.
9916
9917         * docs/plugins/Makefile.am:
9918           Spaces => tab.
9919
9920 2007-04-29  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9923         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9924         Add code to drop membership of a multicast group.
9925
9926         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9927         (gst_udpsink_set_uri):
9928         Implement URI handler.
9929
9930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9931         (gst_rtspsrc_parse_rtpinfo):
9932         Use URI handler to make udpsink instace.
9933         Improve code to configure port and destination.
9934
9935 2007-04-29  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9938         Fix multicast detection.
9939         Don't try to join a multicast group if the address is not multicast.
9940
9941         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9942         Small debug improvement.
9943
9944 2007-04-27  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9947         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9948         (gst_rtspsrc_handle_message):
9949         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9950         parent.
9951
9952 2007-04-27  Wim Taymans  <wim@fluendo.com>
9953
9954         * gst/rtp/gstrtpilbcdepay.h:
9955         Fix mode property when specified as an arg.
9956
9957 2007-04-26  Edward Hervey  <edward@fluendo.com>
9958
9959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9961         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9962         * docs/plugins/inspect/plugin-osxaudio.xml:
9963         Add documentation for osxaudio plugin.
9964
9965 2007-04-26  Wim Taymans  <wim@fluendo.com>
9966
9967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9968         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9969         (gst_rtspsrc_open), (gst_rtspsrc_close),
9970         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9971         (gst_rtspsrc_pause):
9972         * gst/rtsp/gstrtspsrc.h:
9973         Protect state changes with a lock.
9974
9975         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9976         (parse_line):
9977         * gst/rtsp/rtspconnection.h:
9978         Remove some unused stuff.
9979
9980 2007-04-26  Wim Taymans  <wim@fluendo.com>
9981
9982         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9983         Handle the case where there are exactly 0 bytes to read and the ioctl
9984         did not report an error. Fixes #433530.
9985
9986 2007-04-26  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9989         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9990         * gst/wavparse/gstwavparse.h:
9991         Apply DISCONT to buffers.
9992         Only apply timestamp to the first sample after a DISCONT, too many VBR
9993         files cause random jitter in the timestamps. Fixes #433119.
9994
9995 2007-04-25  Wim Taymans  <wim@fluendo.com>
9996
9997         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9998         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9999         (gst_rtp_dec_get_property):
10000         * gst/rtsp/gstrtpdec.h:
10001         Add dummy latency property to be backwards compat with rtpbin.
10002
10003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10004         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10005         (gst_rtspsrc_stream_configure_transport),
10006         (gst_rtspsrc_parse_rtpinfo):
10007         * gst/rtsp/gstrtspsrc.h:
10008         Add latency property and configure in the session manager.
10009         Don't set invalid clock-base and seqnum-base on caps, some servers
10010         sometimes don't send them.
10011
10012 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10015         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10016           Double-check that RGB input caps are really RGBA caps (apparently
10017           the core doesn't always catch it if those caps aren't a subset of
10018           our template caps, also see #421543). Fixes #429319 in a way.
10019           Also, don't leak the pad template in the transform_caps function.
10020
10021         * tests/check/Makefile.am:
10022         * tests/check/elements/.cvsignore:
10023         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10024         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10025         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10026         (GST_START_TEST), (alphacolor_suite):
10027           Add some basic unit tests for alphacolor.
10028
10029 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10032           If we get a fatal flow return in the loop function, first post the
10033           error message and only then send the EOS event downstream, otherwise
10034           applications might get an eos message before the error message and
10035           think everything was ok (related to #429319).
10036
10037 2007-04-25  Wim Taymans  <wim@fluendo.com>
10038
10039         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10040         Read the channel byte as an unsigned byte.
10041
10042 2007-04-25  Wim Taymans  <wim@fluendo.com>
10043
10044         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10045         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10046         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10047         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10048         (gst_rtp_gsm_depay_setcaps):
10049         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10050         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10051         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10052         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10053         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10054         (gst_ilbc_depay_get_property):
10055         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10056         * gst/rtp/gstrtpmp4adepay.c:
10057         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10058         (gst_rtp_pcma_depay_setcaps):
10059         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10060         (gst_rtp_pcmu_depay_setcaps):
10061         Make sure we configure the clock_rate in the baseclass in the setcaps
10062         function. Fixes #431282.
10063
10064 2007-04-25  Wim Taymans  <wim@fluendo.com>
10065
10066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10067         (gst_rtspsrc_stream_free), (request_pt_map),
10068         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10069         * gst/rtsp/gstrtspsrc.h:
10070         Parse server address from SDP.
10071         Hook up a udpsink to send RTCP back to the server.
10072
10073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10074         * gst/rtsp/rtsptransport.h:
10075         Add some docs.
10076
10077 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10078
10079         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10080           Make header field check conditional. Fixes #433135
10081
10082 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10083
10084         * docs/plugins/Makefile.am:
10085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10087         * docs/plugins/inspect/plugin-alphacolor.xml:
10088         * gst/alpha/Makefile.am:
10089         * gst/alpha/gstalphacolor.c:
10090         * gst/alpha/gstalphacolor.h:
10091           Add minimal docs blurb to alphacolor; split out headers into
10092           separate header file for gtk-doc.
10093
10094 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * gst/debug/progressreport.c: (gst_progress_report_report):
10097           Don't try to post NULL message (in case we can't query upstream
10098           position or duration).
10099
10100 2007-04-18  Michael Smith  <msmith@fluendo.com>
10101
10102         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10103         (gst_cutter_get_caps):
10104         * gst/cutter/gstcutter.h:
10105           Fix some of the most obvious bugs in cutter. Now doesn't leak
10106           everything if input is silent.
10107
10108 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10109
10110         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10111         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10112         * gst/wavenc/gstwavenc.h:
10113         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10114         else results in a invalid block align and invalid files.
10115
10116 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         Patch by: Snaik <snaik32 gmail com>
10119
10120         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10121           Add missing break statement for BOX_HORIZONTAL case.
10122
10123 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10124
10125         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10126
10127         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10128         Use correct format strings for integer types.
10129
10130 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10131
10132         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10133         (gst_wavparse_create_sourcepad):
10134         Use gst_riff_create_audio_template_caps () instead of the local caps.
10135         This makes updates of the local caps unecessary whenever libgstriff
10136         gets support for new formats.
10137
10138 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10141
10142         * sys/sunaudio/gstsunaudio.c:
10143         * sys/sunaudio/gstsunaudiomixer.c:
10144         * sys/sunaudio/gstsunaudiomixer.h:
10145         * sys/sunaudio/gstsunaudiomixerctrl.c:
10146         * sys/sunaudio/gstsunaudiomixerctrl.h:
10147         * sys/sunaudio/gstsunaudiomixertrack.h:
10148         * sys/sunaudio/gstsunaudiosink.c:
10149         * sys/sunaudio/gstsunaudiosink.h:
10150         * sys/sunaudio/gstsunaudiosrc.c:
10151         * sys/sunaudio/gstsunaudiosrc.h:
10152           Fix and/or update copyright attributions (#430228).
10153
10154 2007-04-13  Wim Taymans  <wim@fluendo.com>
10155
10156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10157         Fix docs.
10158
10159         * gst/rtsp/URLS:
10160         Add some more example urls.
10161
10162         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10163         (gst_rtp_dec_chain_rtp):
10164         Better debugging.
10165
10166         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10167         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10168         (gst_rtspsrc_parse_rtpinfo):
10169         Remove unused code.
10170
10171 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10172
10173         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10174         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10175         (gst_wavparse_stream_data):
10176           Relax the audio/mpeg caps again and add FIXME: comment.
10177
10178 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10179
10180         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10181         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10182         (gst_wavparse_stream_data):
10183         * gst/wavparse/gstwavparse.h:
10184           More sanity check for the header fields. Fix type for 'rate' header
10185           field.
10186
10187 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10190         (gst_icydemux_unicodify):
10191           If the metadata strings we get in the stream are not UTF-8, try to
10192           interpret them according to the character encodings specified in the
10193           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10194           only fall back to locale/ISO-8859-1 if those aren't set or don't
10195           work. Should fix #428901.
10196
10197 2007-04-12  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/rtp/gstrtph264depay.c:
10200         Use the proper sync word for SPS and PPS.
10201
10202 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10203
10204         * gst/rtp/Makefile.am:
10205         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10206           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10207         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10208           Add a simple hashing implementation that we can use to generate
10209           a 24-bit ident value based on the codebooks for vorbis and theora.
10210         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10211           gst_rtp_theora_pay_handle_buffer):
10212         * gst/rtp/gstrtpvorbisdepay.c
10213           (gst_rtp_vorbis_depay_parse_configuration,
10214           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10215         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10216           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10217           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10218           Use the hashing function, ensuring that the same codebooks result
10219           in the same ident and thus the same SDP description.
10220           Various log fixes/changes.
10221
10222 2007-04-12  Wim Taymans  <wim@fluendo.com>
10223
10224         Patch by: jerry tan <jerry dot tan at sun dot com>
10225
10226         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10227         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10228         application's responsibility to make sure it open the device once.
10229         Remove a careless error if AUDIODEV is set. Fixes #392620.
10230
10231 2007-04-12  Wim Taymans  <wim@fluendo.com>
10232
10233         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10234         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10235         * gst/rtsp/gstrtpdec.h:
10236         Make backward compat with rtpbin by adding the request-pt-map signals.
10237
10238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10239         (new_session_pad), (request_pt_map),
10240         (gst_rtspsrc_stream_configure_transport),
10241         (gst_rtspsrc_stream_configure_caps),
10242         (gst_rtspsrc_activate_streams):
10243         * gst/rtsp/gstrtspsrc.h:
10244         Implement request-pt-map signals instead of setting caps on the buffers
10245         for the session manager.
10246
10247 2007-04-11  Wim Taymans  <wim@fluendo.com>
10248
10249         * gst/udp/gstudp.c: (plugin_init):
10250         Register GstNetBuffer in plugin_init so that the type can be used from
10251         multiple threads without races.
10252
10253 2007-04-10  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10256         (gst_rtp_amr_depay_process):
10257         Fix depayloader clock_rate and some cleanups.
10258
10259         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10260         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10261         * gst/rtp/gstrtph264depay.h:
10262         Don't push codec_data in the adapter because it might get flushed when
10263         we get a discont.
10264
10265         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10266         Handle multiple AU per packet.
10267
10268         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10269         (gst_rtp_sv3v_depay_plugin_init):
10270         Disable rank, this one does not work.
10271         Remove timestamping, base class does that.
10272
10273 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10274
10275         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10276           limit caps to the formats we announce in the template
10277
10278         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10279         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10280         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10281           fix some crashers/asserts when dealing with broken files
10282
10283 2007-04-10  Wim Taymans  <wim@fluendo.com>
10284
10285         Patch by: Peter Kjellerstedt  <pkj at axis com>
10286
10287         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10288         * gst/rtp/gstrtpL16depay.c:
10289         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10290         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10291         (gst_rtp_speex_depay_setcaps):
10292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10293         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10294         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10295         Fix some compiler warnings. Fixes #428182.
10296
10297 2007-04-06  Wim Taymans  <wim@fluendo.com>
10298
10299         * gst/rtsp/Makefile.am:
10300         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10301         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10302         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10303         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10304         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10305         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10306         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10307         (create_rtcp), (gst_rtp_dec_request_new_pad),
10308         (gst_rtp_dec_release_pad):
10309         * gst/rtsp/gstrtpdec.h:
10310         * gst/rtsp/gstrtsp.c: (plugin_init):
10311         Morph RTPDec into something compatible with RTPBin as a fallback.
10312         Various other style fixes.
10313
10314         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10315         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10316         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10317         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10318         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10319         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10320         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10321         * gst/rtsp/gstrtspsrc.h:
10322         Implement RTPBin session manager handling.
10323         Don't try to add empty properties to caps.
10324         Implement fallback session manager, handling.
10325         Don't combine errors from RTCP streams, just ignore them.
10326
10327         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10328         * gst/rtsp/rtsptransport.h:
10329         Implement fallback session manager.
10330         Make RTPBin the default one when available.
10331
10332 2007-04-05  Wim Taymans  <wim@fluendo.com>
10333
10334         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10335         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10336         This element is ready to be autoplugged.
10337
10338 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10339
10340         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10341         Don't leave the offsets defined by upstream element on the
10342         compressed data buffer we are pushing downstream. Make them
10343         GST_BUFFER_OFFSET_NONE.
10344
10345 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10346
10347         * gst/avi/README:
10348         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10349         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10350         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10351         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10352         (gst_avi_demux_calculate_durations_from_index),
10353         (gst_avi_demux_stream_header_push),
10354         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10355         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10356           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10357
10358 2007-04-03  Wim Taymans  <wim@fluendo.com>
10359
10360         * gst/smpte/barboxwipes.c:
10361         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10362
10363 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10364
10365         * gst/wavparse/gstwavparse.c:
10366         Support audio/x-raw-float in wav files. This only works with
10367         plugins-base CVS, using an older version doesn't have any
10368         disadvantages though.
10369
10370 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10371
10372         * configure.ac:
10373         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10374         (gst_au_parse_parse_header), (gst_au_parse_chain):
10375         * gst/auparse/gstauparse.h:
10376         Revert last change as we don't want plugins-good to depend on
10377         plugins-base CVS now.
10378
10379 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10380
10381         * configure.ac:
10382         Require gst-plugins-base CVS for audioconvert with non-native
10383         float support and width/depth fix in libgstriff.
10384
10385         Patch by: René Stadler <mail at renestadler dot de>
10386
10387         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10388         (gst_au_parse_parse_header), (gst_au_parse_chain):
10389         * gst/auparse/gstauparse.h:
10390         Don't swap the floats ourself if they're not in native endianness.
10391         Instead let audioconvert handle this. Fixes #339838.
10392
10393 2007-03-29  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/rtp/gstasteriskh263.h:
10396         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10397         (gst_rtp_h263p_depay_change_state):
10398         * gst/rtp/gstrtph263pdepay.h:
10399         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10400         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10401         (gst_rtp_h264_depay_change_state):
10402         * gst/rtp/gstrtph264depay.h:
10403         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10404         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10405         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10406         Flush adapter on disconts.
10407
10408 2007-03-29  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10411         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10412         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10413         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10414         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10415         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10416         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10417         (gst_rtp_mp4v_depay_process):
10418         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10419         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10420         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10421         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10422         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10423         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10424         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10425         Use more efficient adapter and rtpbuffer methods when possible.
10426
10427 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10428
10429         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10430         (gst_wavenc_sink_setcaps):
10431         Correctly handle width!=depth input.
10432         * gst/wavparse/gstwavparse.c:
10433         Already export in the caps that width==8 uses unsigned samples and
10434         everything else uses signed samples.
10435
10436 2007-03-29  Wim Taymans  <wim@fluendo.com>
10437
10438         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10439
10440         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10441         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10442         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10443         (gst_dynudpsink_close):
10444         * gst/udp/gstdynudpsink.h:
10445         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10446         (gst_udpsrc_create), (gst_udpsrc_set_property),
10447         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10448         * gst/udp/gstudpsrc.h:
10449         Rework the socket allocation a bit based on the sockfd argument so that
10450         it becomes usable.
10451         Add a closefd property to instruct the udp elements to close the custom
10452         file descriptors when going to READY. Fixes #423304.
10453         API:GstUDPSrc::closefd property
10454         API:GstDynUDPSink::closefd property
10455
10456 2007-03-29  Wim Taymans  <wim@fluendo.com>
10457
10458         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10459
10460         * gst/rtp/Makefile.am:
10461         * gst/rtp/gstrtp.c: (plugin_init):
10462         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10463         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10464         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10465         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10466         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10467         (gst_rtp_h264_pay_plugin_init):
10468         * gst/rtp/gstrtph264pay.h:
10469         Added H264 payloader. Fixes #423782.
10470
10471         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10472         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10473         Small fixes.
10474
10475 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10476
10477         * gst/wavparse/gstwavparse.c:
10478         Actually support depths from 1 to 32, not only 8 to 32.
10479
10480 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10481
10482         * gst/wavparse/gstwavparse.c:
10483         Add support for wav files containing audio/x-raw-int with random
10484         depths between 1 and 32 bits.
10485
10486 2007-03-28  Wim Taymans  <wim@fluendo.com>
10487
10488         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10489
10490         * gst/rtp/Makefile.am:
10491         * gst/rtp/gstrtp.c: (plugin_init):
10492         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10493         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10494         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10495         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10496         (gst_rtp_mp4a_depay_get_property),
10497         (gst_rtp_mp4a_depay_change_state),
10498         (gst_rtp_mp4a_depay_plugin_init):
10499         * gst/rtp/gstrtpmp4adepay.h:
10500         Added MP4A-LATM depayloader. Fixes #417792.
10501
10502         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10503         (gst_rtp_mp4v_depay_process):
10504         Fixup depayloader, setting codec_data, using more efficient adaptor and
10505         rtpbuffer handling.
10506
10507         * gst/rtsp/URLS:
10508         Add url to test above.
10509
10510 2007-03-25  Wim Taymans  <wim@fluendo.com>
10511
10512         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10513         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10514         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10515         (gst_rtspsrc_media_to_caps),
10516         (gst_rtspsrc_stream_configure_transport),
10517         (gst_rtspsrc_stream_configure_caps),
10518         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10519         * gst/rtsp/gstrtspsrc.h:
10520         Handle default clock-rates for static payload types, rearrange stuff so
10521         that the rtpmap field in the sdp can override the defaults.
10522         Parse RTP-Info field to get the seqnum and timebase fields that should
10523         go in the caps.
10524         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10525         the server. 
10526
10527 2007-03-22  Wim Taymans  <wim@fluendo.com>
10528
10529         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10530
10531         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10532         Accept complex pipeline descriptions as an audio profile instead of just
10533         a single element. Fixes #420658.
10534
10535 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10538           Rename registered type in preparation of GstTagDemux moving to
10539           -base at some point in the future.
10540
10541 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10544           Streaming mode fixes: don't unref buffer we don't own any longer;
10545           remove bogus adapter flush. Fixes #419338.
10546
10547 2007-03-17  David Schleef  <ds@schleef.org>
10548
10549         * REQUIREMENTS: Change the format to key/value, add a bunch of
10550           information, remove a bunch of requirements that are for
10551           other GStreamer packages.
10552
10553 2007-03-17  David Schleef  <ds@schleef.org>
10554
10555         * REQUIREMENTS: Fix a few things.  This file really needs a
10556         good once-over.
10557
10558 2007-03-15  Edward Hervey  <edward@fluendo.com>
10559
10560         * sys/Makefile.am:
10561         Don't forget to distribute the sys/osxaudio/ directory.
10562
10563 2007-03-15  Edward Hervey  <edward@fluendo.com>
10564
10565         * configure.ac:
10566         * sys/Makefile.am:
10567         * sys/osxaudio/Makefile.am:
10568         * sys/osxaudio/gstosxaudio.c:
10569         * sys/osxaudio/gstosxaudiosink.c:
10570         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10571         (gst_osx_audio_sink_getcaps),
10572         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10573         * sys/osxaudio/gstosxaudiosrc.c:
10574         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10575         (gst_osx_audio_src_create_ringbuffer):
10576         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10577         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10578         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10579         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10580         * sys/osxaudio/gstosxringbuffer.h:
10581         Activate osxaudio in gst-plugins-good with proper build setup.
10582         Add inlined documentation.
10583         Fix debug statements
10584         Fix ringbuffer when pausing.
10585         Fixes #323471
10586
10587 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10588         * gst/rtp/gstrtppcmapay.c:
10589         * gst/rtp/gstrtppcmapay.h:
10590         * gst/rtp/gstrtppcmupay.c:
10591         * gst/rtp/gstrtppcmupay.h:
10592         Ported mulaw and alaw payloaders to use new base class
10593
10594 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10595
10596         * po/af.po:
10597         * po/az.po:
10598         * po/cs.po:
10599         * po/en_GB.po:
10600         * po/it.po:
10601         * po/nl.po:
10602         * po/or.po:
10603         * po/sq.po:
10604         * po/sr.po:
10605         * po/sv.po:
10606         * po/uk.po:
10607         * po/vi.po:
10608           Update translations.
10609
10610 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         * configure.ac:
10613           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10614
10615 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10616
10617         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10618           Fix handling of -1 values for start and stop values when seeking,
10619           and SEEK_CUR+SEEK_END here as well.
10620
10621 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10622
10623         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10624           Fix handling of -1 values for start and stop values when seeking, 
10625           and SEEK_CUR+SEEK_END.
10626
10627 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10630           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10631           the image format a variable-length NUL-terminated string; in
10632           versions before that the image format is a fixed-length string of
10633           3 characters (see #348644 for a sample tag).
10634           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10635
10636 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10637
10638         * win32/MANIFEST:
10639         Add new project files to MANIFEST.
10640         * win32/vs6/libgstaudiofx.dsp:
10641         * win32/vs6/libgstrtp.dsp:
10642         * win32/vs6/libgstrtsp.dsp:
10643         Update project files.
10644         
10645 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10648         (gst_avi_demux_parse_index):
10649         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10650         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10651           Printf format fixes; also add some missing quotes in translated
10652           strings. Fixes #416728 and #416727.
10653
10654 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10655
10656         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10657           Tim and I can't think of any reason the child audio sink needs to 
10658           be set back to NULL after successfully determining that it can 
10659           reach READY - it gets immediately set back to READY by the caller
10660           anyway, causing an unnecessary close/open of any audio devices
10661           involved.
10662
10663 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * po/LINGUAS:
10666         * po/ja.po:
10667           Add ja.po file from #377306.
10668
10669 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10672         * sys/sunaudio/gstsunaudiomixertrack.c:
10673         (gst_sunaudiomixer_track_new):
10674           Actually translate sunaudio mixer track labels instead of just
10675           marking the strings as translatable (#377306); clean up weird
10676           label string mapping code that serves no apparent purpose. Also
10677           set the 'untranslated-label' property when creating mixer tracks
10678           if the GstMixerTrack base class supports this.
10679
10680         * tests/check/Makefile.am:
10681         * tests/check/elements/.cvsignore:
10682         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10683         (sunaudio_suite):
10684           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10685           actually tested on a system where sunaudiomixer is available).
10686
10687 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10688
10689         * tests/check/Makefile.am:
10690         Re-enable the states test and see if it works on the buildbots.
10691
10692 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10693
10694         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10695         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10696         (gst_dvdec_change_state):
10697         * ext/dv/gstdvdec.h:
10698         Infer pixel-aspect-ratio from the video frame format if it isn't
10699         provided by the container, as happens when playing DV from AVI
10700         or Quicktime containers.
10701
10702         Patch by: Wim Taymans <wim@fluendo.com>
10703         Fixes #380944
10704
10705 2007-03-09  Wim Taymans  <wim@fluendo.com>
10706
10707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10708         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10709         will later be handled by the jitterbuffer.
10710
10711 2007-03-09  Wim Taymans  <wim@fluendo.com>
10712
10713         * ext/taglib/gstid3v2mux.cc:
10714         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10715         Fixes #414496.
10716         
10717         Patch by: Alex Lancaster <alexl at users sourceforge net>
10718
10719 2007-03-09  Wim Taymans  <wim@fluendo.com>
10720
10721         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10722         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10723         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10724         (gst_avi_demux_chain):
10725         Fix stream position reporting after a seek. Fixes #416445.
10726
10727 2007-03-08  Wim Taymans  <wim@fluendo.com>
10728
10729         Patch by: René Stadler <mail at renestadler dot de>
10730
10731         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10732         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10733         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10734         Make avidemux accept optional header chunks in any order.
10735         Fixes #415446.
10736
10737 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10738
10739         * tests/check/Makefile.am:
10740         Disable the states check until the remaining Valgrind errors
10741         are fixed or suppressed.
10742
10743 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10744
10745         * tests/check/elements/.cvsignore:
10746           Add audiodynamic check to .cvsignore
10747
10748 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10749
10750         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10751
10752         * gst/audiofx/Makefile.am:
10753         * gst/audiofx/audiodynamic.c:
10754         (gst_audio_dynamic_characteristics_get_type),
10755         (gst_audio_dynamic_mode_get_type),
10756         (gst_audio_dynamic_set_process_function),
10757         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10758         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10759         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10760         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10761         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10762         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10763         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10764         (gst_audio_dynamic_transform_hard_knee_expander_int),
10765         (gst_audio_dynamic_transform_hard_knee_expander_float),
10766         (gst_audio_dynamic_transform_soft_knee_expander_int),
10767         (gst_audio_dynamic_transform_soft_knee_expander_float),
10768         (gst_audio_dynamic_transform_ip):
10769         * gst/audiofx/audiodynamic.h:
10770         * gst/audiofx/audiofx.c: (plugin_init):
10771         Add new audiodynamic element which can act as a compressor or
10772         expander. Supported are hard-knee and soft-knee operation modes with
10773         user-specified ratio and threshold.
10774         Attack and release parameters are not yet implemented but will follow.
10775         * docs/plugins/Makefile.am:
10776         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10778         * docs/plugins/gst-plugins-good-plugins.args:
10779         * docs/plugins/inspect/plugin-audiofx.xml:
10780         Integrate audiodynamic into the docs.
10781         * tests/check/Makefile.am:
10782         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10783         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10784         Add unit test for audiodynamic.
10785
10786 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10787
10788         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10789         Free handles that we allocated when exiting via the error paths.
10790
10791 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10792
10793         * gst/level/gstlevel.c: (gst_level_class_init),
10794         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10795         (gst_level_transform_ip):
10796         * gst/level/gstlevel.h:
10797           Resolve message timestamps against the playback segment.
10798
10799 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10802         (gst_id3demux_sink_activate):
10803           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10804           caps passed to it (previously one code path assumed it took ownership
10805           while another one assumed it didn't, while in fact it sometimes did and
10806           sometimes didn't ...).
10807
10808         * configure.ac:
10809         * tests/files/Makefile.am:
10810         * tests/files/id3-407349-1.tag:
10811         * tests/files/id3-407349-2.tag:
10812           Add directory where data for unit tests can be stored.
10813
10814         * tests/Makefile.am:
10815         * tests/check/Makefile.am:
10816         * tests/check/elements/.cvsignore:
10817         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10818         (read_tags_from_file), (run_check_for_file),
10819         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10820           Add unit test for id3demux, and in particular for bug #407349. Only
10821           testing pull-mode for now; push mode doesn't work yet because the test
10822           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10823
10824 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * tests/check/Makefile.am:
10827           Add missing backslash at end of line.
10828
10829 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10830
10831         Trigger rebuild.
10832
10833 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10836         * gst/id3demux/id3tags.h:
10837         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10838         (parse_obsolete_tdat_frame):
10839           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10840           the four-digit number will be interpreted as a year, whereas it is
10841           month and day in DDMM format. Instead, parse TDAT frames and fix up
10842           the date in the GST_TAG_DATE tag later if we also extracted a year.
10843           Fixes #407349.
10844
10845 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10846
10847         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10848         (gst_switch_commit_new_kid):
10849         Fix up the dispose logic so it doesn't leak, and fix setting of 
10850         the child state so that we don't set a child to our current state 
10851         just as we are changing it to something else.
10852
10853 2007-03-06  Wim Taymans  <wim@fluendo.com>
10854
10855         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10856         (gst_goom_chain):
10857         * gst/goom/gstgoom.h:
10858         Document, fix and improve goom adapter behaviour.
10859         Fixes #407006.
10860
10861 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10862
10863         * ext/esd/esdsink.c: (gst_esdsink_open):
10864         Unref static pad template after using it.
10865
10866 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10867
10868         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10869         (gst_switch_commit_new_kid):
10870         Fix up the reference counting of the child elements.
10871
10872 2007-03-05  Wim Taymans  <wim@fluendo.com>
10873
10874         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10875         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10876         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10877         Fix encoding-name case.
10878
10879 2007-03-05  Wim Taymans  <wim@fluendo.com>
10880
10881         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10882         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10883         (gst_rtp_speex_depay_process):
10884         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10885         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10886         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10887         (gst_rtp_speex_pay_change_state):
10888         * gst/rtp/gstrtpspeexpay.h:
10889         Fix speex (de)payloader. Fixes #358040.
10890
10891 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10892
10893         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10894         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10895         Install fakesink in NULL by fixing some broken logic. This obviates
10896         the need to manually set _IS_SINK.
10897         Add some comments and remove a little cruft while I'm at it.
10898
10899 2007-03-05  Wim Taymans  <wim@fluendo.com>
10900
10901         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10902         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10903
10904 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * po/POTFILES.in:
10907           Update.
10908
10909 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10910
10911         * tests/check/Makefile.am:
10912         Gah! Also disable gconfvideosink from the tests, otherwise
10913         it will instantiate autovideosink, and dfbvideosink and
10914         leak on the buildbots.
10915
10916 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10919         (gst_cdio_cdda_src_finalize):
10920         Make sure we always destroy our libcdio handle.
10921
10922 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10923
10924         * tests/check/Makefile.am:
10925         Disable autovideosink so the buildbots don't barf over memory
10926         leaked in the directfb sink.
10927
10928 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10929
10930         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10931         Chain up in dispose
10932
10933 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10934
10935         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10936         (gst_multipart_find_pad_by_mime):
10937         Use gst_pad_new_from_static_template instead of
10938         static_pad_template_get+pad_new.
10939
10940 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10941
10942         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10943         Catch the case where no clock has been set.
10944
10945 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10946
10947         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10948         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10949         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10950         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10951         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10952         (gst_gconf_audio_src_finalize), (do_toggle_element):
10953         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10954         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10955         (do_toggle_element):
10956         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10957         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10958         (gst_gconf_video_src_finalize), (do_toggle_element):
10959         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10960         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10961         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10962         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10963         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10964         (gst_shout2send_init), (gst_shout2send_finalize):
10965         * gst/debug/testplugin.c: (gst_test_class_init),
10966         (gst_test_finalize):
10967         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10968         (gst_flxdec_dispose):
10969         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10970         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10972         (gst_rtspsrc_finalize):
10973         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10974         * gst/rtsp/rtspextwms.h:
10975         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10976         (gst_smpte_finalize):
10977         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10978         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10979         (gst_udpsink_finalize):
10980         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10981         (gst_wavparse_sink_activate):
10982         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10983         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10984         (gst_oss_src_finalize):
10985         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10986         * sys/v4l2/gstv4l2object.h:
10987         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10988         (gst_v4l2src_finalize):
10989         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10990
10991         Fix a bunch of leaks shown by the newly-added states test.
10992
10993 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10994
10995         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10996         Use gst_pad_new_from_static_template instead of 
10997         static_pad_template_get+pad_new.
10998
10999 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11002
11003         * ext/libcaca/Makefile.am:
11004         * gst/debug/Makefile.am:
11005           Don't mix tabs and spaces (#414168).
11006
11007 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11008
11009         * tests/check/generic/.cvsignore:
11010           Ignore files to please buildbot.
11011
11012 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11013
11014         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11015         (gst_wavparse_stream_data):
11016           Unbreak my previous commit (swapped nominator & denominator). Tim,
11017           thanks for spotting.
11018
11019 2007-03-02  Wim Taymans  <wim@fluendo.com>
11020
11021         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11022         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11023         (gst_cdio_cdda_src_finalize):
11024         Small code cleanups.
11025         Don't use pad_alloc as the base class cannot deal with the error codes.
11026
11027 2007-03-02  Wim Taymans  <wim@fluendo.com>
11028
11029         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11030         (gst_udpsrc_create):
11031         Fix doc.
11032
11033 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11034
11035         Patch by: René Stadler <mail@renestadler.de>
11036
11037         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11038         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11039         (gst_wavparse_stream_data):
11040           Handle rounding better to not drop last sample frame. Fixes #356692
11041
11042 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11043
11044         * tests/check/Makefile.am:
11045         Disable cacasink from the states check too - it also calls exit(1)
11046         on us when it can't find a terminal to talk to.
11047
11048 2007-03-02  Wim Taymans  <wim@fluendo.com>
11049
11050         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11051
11052         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11053         (gst_udpsrc_create), (gst_udpsrc_set_property),
11054         (gst_udpsrc_get_property):
11055         * gst/udp/gstudpsrc.h:
11056         Add support to strip proprietary headers. Fixes #350296.
11057
11058 2007-03-02  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11061         Fix compilation.
11062
11063 2007-03-02  Wim Taymans  <wim@fluendo.com>
11064
11065         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11066
11067         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11068         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11069         (gst_rtp_mp2t_depay_set_property),
11070         (gst_rtp_mp2t_depay_get_property):
11071         * gst/rtp/gstrtpmp2tdepay.h:
11072         Add support to strip off proprietary headers. Fixes #350278.
11073
11074 2007-03-02  Wim Taymans  <wim@fluendo.com>
11075
11076         * ext/hal/hal.c:
11077         Fix compilation.
11078
11079 2007-03-02  Wim Taymans  <wim@fluendo.com>
11080
11081         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11082         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11083         (gst_sunaudiosrc_open):
11084         * sys/sunaudio/gstsunaudiosrc.h:
11085         Remove device-name from GstSunAudioSrc. Fixes #412597.
11086
11087 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11088
11089         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11090         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11091         Having NULL as UDI previously selected the default sink/src. Change
11092         this back but mention it in the debug output.
11093         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11094         (gst_hal_get_oss_element), (gst_hal_get_string),
11095         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11096         (gst_hal_get_audio_src):
11097         * ext/hal/hal.h:
11098         Refactor a bit, check all error conditions, greatly improve debugging
11099         and fix some possible memory leaks. Also implement OSS support
11100         and allow specifying an UDI that points to a real device. For this the
11101         child device which supports ALSA (preferred) or OSS is used.
11102         As a side effect this makes it impossible now to get a alsasink in
11103         halaudiosrc and a alsasrc in halaudiosink.
11104
11105 2007-03-01  Wim Taymans  <wim@fluendo.com>
11106
11107         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11108         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11109         Errors from the udp sources are not fatal unless all of them are in
11110         error.
11111
11112 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11113
11114         * tests/check/Makefile.am:
11115         Disable aasink in the states test. I suspect this is the element that
11116         is calling exit(1) when it can't proceed.
11117
11118 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11119
11120         * tests/check/Makefile.am:
11121         Draw plugins in from the build tree sys/ dir, rather than picking
11122         up the already installed versions.
11123
11124 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11125
11126         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11127         Error out correctly when getting xcontext fails.
11128
11129 2007-03-01  Wim Taymans  <wim@fluendo.com>
11130
11131         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11132         Make state change to PAUSED NO_PREROLL because that's what it will be in
11133         the future and rtspsrc relies on it.
11134
11135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11136         (gst_rtspsrc_change_state):
11137         Don't error out when we don't get an error from the state change
11138         function.
11139
11140 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11141
11142         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11143         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11144           Check if the device UDI is set before trying to query HAL
11145           about it and give a useful error message if it wasn't set.
11146         * ext/hal/hal.c: (gst_hal_get_string):
11147           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11148           gives an assertion failure in D-Bus when running with
11149           DBUS_FATAL_WARNINGS=1.
11150
11151 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * configure.ac:
11154           Convert to new AG_GST style.
11155
11156 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11157
11158         * tests/check/Makefile.am:
11159         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11160           add test for states
11161
11162 2007-02-28  Wim Taymans  <wim@fluendo.com>
11163
11164         * tests/check/elements/.cvsignore:
11165         Add new videofilter check to .cvsignore.
11166
11167 2007-02-28  Wim Taymans  <wim@fluendo.com>
11168
11169         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11170         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11171         (gst_avi_demux_loop), (gst_avi_demux_chain):
11172         Fix combined flow return. Fixes #412608.
11173
11174 2007-02-28  Wim Taymans  <wim@fluendo.com>
11175
11176         * gst/videofilter/Makefile.am:
11177         Dist header..
11178
11179 2007-02-28  Wim Taymans  <wim@fluendo.com>
11180
11181         * gst/videofilter/gstgamma.h:
11182         Add header too.
11183
11184 2007-02-28  Wim Taymans  <wim@fluendo.com>
11185
11186         Patch by: Mark Nauwelaerts <manauw at skynet be>
11187
11188         * gst/videofilter/Makefile.am:
11189         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11190         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11191         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11192         (oil_tablelookup_u8), (gst_gamma_set_caps),
11193         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11194         Port gamma filter to 0.10. Fixes #412704.
11195
11196         * tests/check/Makefile.am:
11197         * tests/check/elements/videofilter.c: (setup_filter),
11198         (cleanup_filter), (check_filter), (GST_START_TEST),
11199         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11200         Add unit tests for videofilters.
11201
11202 2007-02-28  Wim Taymans  <wim@fluendo.com>
11203
11204         * gst/rtsp/URLS:
11205         Add another interesting test url.
11206
11207         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11208         Don't allow getting header fields from data packets.
11209
11210 2007-02-28  Michael Smith  <msmith@fluendo.com>
11211
11212         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11213         (gst_shout2send_init), (gst_shout2send_start),
11214         (gst_shout2send_set_property), (gst_shout2send_get_property):
11215         * ext/shout2/gstshout2.h:
11216           Add a property for username.
11217
11218 2007-02-27  Christian Schallerr <christian@fluendo.com>
11219
11220         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11221
11222 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11223
11224         * gst/rtsp/Makefile.am:
11225         Fix make check too.
11226
11227 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11228
11229         * gst/rtsp/base64.c: (util_base64_encode):
11230         * gst/rtsp/base64.h:
11231         Commit missing files for base64 encoding.
11232
11233 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11234
11235         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11236
11237         * configure.ac:
11238         * ext/annodex/Makefile.am:
11239         * ext/jpeg/Makefile.am:
11240         * ext/speex/Makefile.am:
11241         * gst/alpha/Makefile.am:
11242         * gst/cutter/Makefile.am:
11243         * gst/debug/Makefile.am:
11244         * gst/effectv/Makefile.am:
11245         * gst/goom/Makefile.am:
11246         * gst/level/Makefile.am:
11247         * gst/smpte/Makefile.am:
11248         * gst/videofilter/Makefile.am:
11249           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11250
11251 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11252
11253         * gst/rtsp/Makefile.am:
11254         * gst/rtsp/rtspconnection.c: (append_auth_header),
11255         (rtsp_connection_send), (rtsp_connection_set_auth):
11256         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11257         from icecast to replace it. Relicensed from GPL courtesy of Mike
11258         Smith.
11259
11260 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11261
11262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11263         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11264         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11265         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11266         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11267         (gst_rtspsrc_uri_set_uri):
11268         * gst/rtsp/gstrtspsrc.h:
11269         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11270         (append_auth_header), (rtsp_connection_send),
11271         (rtsp_connection_free), (rtsp_connection_set_auth):
11272         * gst/rtsp/rtspconnection.h:
11273         * gst/rtsp/rtspdefs.h:
11274         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11275         * gst/rtsp/rtspurl.h:
11276
11277         Implement simple Basic Authentication support so that urls like
11278         rtsp://user:pass@hostname/rtspstream work on hosts that require
11279         authentication.
11280
11281 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11282
11283         * sys/v4l2/gstv4l2object.c:
11284         * sys/v4l2/gstv4l2tuner.c:
11285         * sys/v4l2/v4l2_calls.c:
11286         Fix segfault when oppening a radio device.
11287         
11288 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11289
11290         * gst/level/gstlevel.c: (gst_level_set_caps),
11291         (gst_level_transform_ip):
11292         * sys/v4l2/README:
11293         * tests/check/elements/level.c: (GST_START_TEST):
11294           Fix level for multi-channel case.
11295
11296 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11297
11298         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11299         (gst_level_transform_ip):
11300         * gst/level/gstlevel.h:
11301           Use function pointer for process function and add process functions
11302           for float audio.
11303
11304 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11305
11306         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11307         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11308         (gst_v4l2src_capture_init):
11309           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11310           fixes #407369
11311
11312 2007-02-18  Wim Taymans  <wim@fluendo.com>
11313
11314         * gst/rtp/Makefile.am:
11315         * gst/rtp/gstrtp.c: (plugin_init):
11316         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11317         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11318         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11319         (gst_rtp_mp2t_pay_plugin_init):
11320         * gst/rtp/gstrtpmp2tpay.h:
11321         Added simple mpeg transport stream payloader.
11322
11323 2007-02-16  Wim Taymans  <wim@fluendo.com>
11324
11325         * gst/rtsp/URLS:
11326         Add example H264 rtsp url.
11327
11328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11329         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11330         Don't convert values to lowercase or we might mess up base64 encoded
11331         properties.
11332
11333 2007-02-16  Wim Taymans  <wim@fluendo.com>
11334
11335         * gst/rtp/README:
11336         Fix case of string params.
11337
11338         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11339         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11340         Fix depayloader, support more packet types.
11341         Add sync codes to make sure the packetizer can do its job.
11342
11343         * gst/rtp/gstrtpmp4gdepay.c:
11344         * gst/rtp/gstrtpmp4gpay.c:
11345         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11346         Fix caps case again.
11347
11348 2007-02-15  Wim Taymans  <wim@fluendo.com>
11349
11350         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11351         Set right caps on output buffers.
11352
11353 2007-02-14  Wim Taymans  <wim@fluendo.com>
11354
11355         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11356         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11357         Clear stack allocated SDPMedia struct before calling _init() on it.
11358         Clarify this in the docs as well.
11359
11360 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11361
11362         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11363         (do_change_child):
11364         Don't reset the profile when going switching states, as it makes
11365         the element non-reusable.
11366
11367 2007-02-14  Wim Taymans  <wim@fluendo.com>
11368
11369         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11370         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11371         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11372         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11373         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11374         (sdp_parse_line):
11375         * gst/rtsp/sdpmessage.h:
11376         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11377         Fix memory management of SDP messages. Fixes #407793.
11378
11379 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11380
11381         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11382
11383         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11384         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11385
11386 2007-02-14  Wim Taymans  <wim@fluendo.com>
11387
11388         Patch by: jp.liu <jp_liu at astrocom dot cn>
11389
11390         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11391         Fix parsing of password field in url. Fixes #407797.
11392
11393 2007-02-14  Wim Taymans  <wim@fluendo.com>
11394
11395         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11396         (gst_wavparse_reset), (gst_wavparse_init),
11397         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11398         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11399         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11400         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11401         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11402         (gst_wavparse_loop), (gst_wavparse_chain),
11403         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11404         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11405         (plugin_init):
11406         * gst/wavparse/gstwavparse.h:
11407         Update docs.
11408         Use boilerplate.
11409         Various code cleanups.
11410         When the bitrate is not known (bps == 0 or compressed formats) let
11411         downstream element guestimate the duration and position and don't
11412         generate timestamps or durations. Fixes #405213.
11413         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11414         error flowreturn upstream.
11415
11416 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11417
11418         * ext/gconf/Makefile.am:
11419         * ext/gconf/gconf.c: (gst_gconf_get_string),
11420         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11421         (gst_gconf_render_bin_with_default):
11422         * ext/gconf/gconf.h:
11423         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11424         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11425         (gst_gconf_audio_sink_dispose), (do_change_child),
11426         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11427         (cb_change_child), (gst_gconf_audio_sink_change_state):
11428         * ext/gconf/gstgconfaudiosink.h:
11429         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11430         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11431         (gst_switch_sink_init), (gst_switch_sink_dispose),
11432         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11433         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11434         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11435         * ext/gconf/gstswitchsink.h:
11436         * gst/autodetect/gstautoaudiosink.c:
11437         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11438         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11439         (gst_auto_audio_sink_detect):
11440         * gst/autodetect/gstautovideosink.c:
11441         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11442         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11443         (gst_auto_video_sink_detect):
11444         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11445         and a child that implements the GConf key monitoring. The end goal of
11446         this is an audio sink that can be changed on the fly, but at the 
11447         moment it still only changes on the next READY transition.
11448
11449 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11450
11451         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11452         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11453         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11454         (gst_avi_demux_calculate_durations_from_index),
11455         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11456         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11457         (gst_avi_demux_loop):
11458           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11459
11460 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11461
11462         * configure.ac:
11463         * docs/plugins/Makefile.am:
11464           Add crossreferences to glib/gobject/gstream docs.
11465
11466 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/monoscope/Makefile.am:
11469         * gst/monoscope/gstmonoscope.c:
11470           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11471           (but no LIBS, since we only use defines from the headers).
11472
11473 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11476
11477         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11478         (gst_wavparse_stream_data):
11479           Fix massive memory leak when operating in streaming mode due to
11480           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11481           Fixes #407057.
11482
11483 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11484
11485         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11486         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11487         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11488         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11489         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11490         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11491         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11492         (gst_avi_demux_calculate_durations_from_index),
11493         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11494         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11495         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11496         * gst/avi/gstavidemux.h:
11497           Save some memory (8%) by repacking the index entry structure (more to
11498           come). Add more FIXMEs to questionable parts.
11499
11500 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11501
11502         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11503         (gst_v4l2src_get_caps):
11504         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11505         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11506         (gst_v4l2src_capture_init):
11507           More FIXME comments and messaging changes.
11508
11509 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11510
11511         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11512         (gst_goom_change_state):
11513         * gst/goom/gstgoom.h:
11514           Improved docs and use GST_DEBUG_FUNCPTR.
11515
11516         * gst/level/gstlevel.c: (gst_level_class_init):
11517           Use GST_DEBUG_FUNCPTR.
11518
11519         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11520         (gst_monoscope_chain), (gst_monoscope_change_state):
11521           Improved docs source cleanups.
11522
11523 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11524
11525         * gst/debug/Makefile.am:
11526         * gst/debug/gstdebug.c: (plugin_init):
11527         * gst/debug/gstpushfilesrc.c:
11528         * gst/debug/gstpushfilesrc.h:
11529           Add code for a pushfilesrc element that implements a pushfile:// URI
11530           handler, to make debugging push-mode operation of demuxer/decoders
11531           that support both easier in connection with seek/playbin/etc.
11532           The element isn't registered at the moment.
11533
11534 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11535
11536         * gst/avi/gstavimux.c:
11537           Comment a #if 0 in caps template definition as VS6 seems to 
11538         do not support it.
11539         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11540           Use gst_guint64_to_gdouble for conversion.
11541         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11542           Move variables declaration before the first instruction.
11543         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11544           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11545           And don't include netdb.h for G_OS_WIN32
11546         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11547           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11548           by VS6 then use an other way to initialize SDPMedia structure.
11549         * gst/udp/gstdynudpsink.h:
11550         * gst/udp/gstdynudpnetutils.h:
11551           Do not include <sys/time.h> for G_OS_WIN32
11552         * gst/udp/gstudpsrc.c:
11553           Define socklen_t as int for G_OS_WIN32
11554         * win/common/config.h.in:
11555           Undef HAVE_NETINET_IN_H
11556         * win32/vs6/gst_plugins_good.dsw:
11557         * win32/vs6/libgstrtp.dsp:
11558         * win32/vs6/libgstrtsp.dsp:
11559         * win32/vs6/libgstautogen.dsp:
11560         * win32/vs6/libgstaudiofx.dsp:
11561         * win32/vs6/libgstudp.dsp:
11562           Add and update project files.
11563         * win32/common/gstudp-enumtypes.c:
11564         * win32/common/gstudp-enumtypes.h:
11565           Add a copy of udp enumtypes to win32/common as in core 
11566           and base.
11567         
11568 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11569
11570         * configure.ac:
11571           Activate monoscope when building with --enable-experimental. Fix
11572           --enable-external configure switch description.
11573
11574         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11575         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11576           Help gst-indent.
11577
11578 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11581           Explicitly cast result of pointer arithmetic to integer in order to
11582           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11583
11584 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * gst/debug/progressreport.c:
11587           Some more docs.
11588
11589 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         * docs/plugins/inspect/plugin-rtp.xml:
11592           Update for new elements.
11593
11594         * gst/debug/progressreport.h:
11595           Commit newly-created header file as well.
11596
11597 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * docs/plugins/Makefile.am:
11600         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11601         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11602         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11603         * gst/debug/Makefile.am:
11604         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11605         (gst_progress_report_do_query), (gst_progress_report_report):
11606           Make progressreport element post messages with the current progress
11607           on the bus. Also add some basic docs for it.
11608
11609 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11610
11611         * ext/hal/hal.c: (gst_hal_get_string):
11612         * ext/hal/hal.h:
11613           Some small cleanups; deal with errors when parsing the HAL ALSA
11614           capabilities a bit better.
11615
11616 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11617
11618         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11619           Let's try this again and use the right cast this time.
11620
11621 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11624           Add cast to avoid compiler warnings with older GLib versions
11625           where the nick/name members in GEnumValue are not declared as
11626           constant strings.
11627
11628 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11631         (gst_gconf_render_bin_from_key),
11632         (gst_gconf_get_default_audio_sink):
11633         * ext/gconf/gconf.h:
11634         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11635         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11636         (gst_gconf_audio_sink_get_property):
11637           In gconfaudiosink, get the right key as the old key in do_toggle
11638           (ie. one dependent on the profile selected). Log some more stuff so
11639           we can see what's actually going on.
11640
11641 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11642
11643         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11644         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11645         (gst_audio_amplify_set_process_function),
11646         (gst_audio_amplify_setup):
11647         * gst/audiofx/audioamplify.h:
11648         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11649         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11650         * gst/audiofx/audioinvert.h:
11651         Some small cleanups and port both elements to the new GstAudioFilter
11652         base class to save a few lines of common code.
11653         * gst/audiofx/Makefile.am:
11654         Link against libgstaudio for the above changes
11655
11656 2007-01-29  Wim Taymans  <wim@fluendo.com>
11657
11658         * tests/check/elements/.cvsignore:
11659         Some more ignores.
11660
11661 2007-01-26  Wim Taymans  <wim@fluendo.com>
11662
11663         Patch by: charles <charlesg3 at gmail dot com>
11664
11665         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11666         (set_shout_metadata), (gst_shout2send_event):
11667         * ext/shout2/gstshout2.h:
11668         Properly handle tags in shout2send. Fixes #399825.
11669
11670 2007-01-25  Wim Taymans  <wim@fluendo.com>
11671
11672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11673         (gst_rtspsrc_activate_streams):
11674         Convert SDP fields to upper/lowercase following the rules in the SDP to
11675         caps document. 
11676
11677 2007-01-25  Wim Taymans  <wim@fluendo.com>
11678
11679         * gst/rtp/README:
11680         * gst/rtp/gstrtpilbcdepay.c:
11681         * gst/rtp/gstrtpilbcpay.c:
11682         * gst/rtp/gstrtpmp4gdepay.c:
11683         * gst/rtp/gstrtpmp4gpay.c:
11684         * gst/rtp/gstrtpspeexdepay.c:
11685         * gst/rtp/gstrtpspeexpay.c:
11686         * gst/rtp/gstrtpsv3vdepay.c:
11687         * gst/rtp/gstrtptheoradepay.c:
11688         * gst/rtp/gstrtptheorapay.c:
11689         * gst/rtp/gstrtpvorbisdepay.c:
11690         * gst/rtp/gstrtpvorbispay.c:
11691         Fix case of encoding-name and key/value pairs to match the document.
11692         This is to make interoperation with SDP case-insensitive as required by
11693         the relevant RFCs.
11694
11695 2007-01-25  Wim Taymans  <wim@fluendo.com>
11696
11697         * configure.ac:
11698         Bump required -core/-base to CVS
11699
11700 2007-01-25  Wim Taymans  <wim@fluendo.com>
11701
11702         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11703         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11704         * gst/rtp/gstrtpL16pay.h:
11705         Fill up to MTU using adapter.
11706         Timestamp rtp packets.
11707
11708 2007-01-25  Edward Hervey  <edward@fluendo.com>
11709
11710         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11711         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11712         Use G_GSIZE_FORMAT in print statements for portability.
11713         Fixes build on macosx.
11714
11715 2007-01-24  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/rtp/Makefile.am:
11718         * gst/rtp/gstrtp.c: (plugin_init):
11719         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11720         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11721         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11722         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11723         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11724         (gst_rtp_L16_depay_plugin_init):
11725         * gst/rtp/gstrtpL16depay.h:
11726         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11727         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11728         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11729         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11730         (gst_rtp_L16_pay_plugin_init):
11731         * gst/rtp/gstrtpL16pay.h:
11732         Port and enable raw audio payloader/depayloader. Needs a bit more work
11733         on the payloader side.
11734
11735 2007-01-24  Wim Taymans  <wim@fluendo.com>
11736
11737         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11738         (gst_rtspsrc_stream_configure_transport),
11739         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11740         * gst/rtsp/gstrtspsrc.h:
11741         Only unblock the udp pads when we linked and activated them all.
11742         Fixes #395688.
11743
11744 2007-01-24  Wim Taymans  <wim@fluendo.com>
11745
11746         * gst/rtp/Makefile.am:
11747         * gst/rtp/gstrtp.c: (plugin_init):
11748         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11749         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11750         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11751         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11752         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11753         * gst/rtp/gstrtpac3depay.h:
11754         Added simple AC3 depayloader (RFC 4184).
11755
11756         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11757         Fix a leak.
11758
11759 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11760
11761         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11762
11763         * gst/audiofx/Makefile.am:
11764         * gst/audiofx/audioamplify.c:
11765         (gst_audio_amplify_clipping_method_get_type),
11766         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11767         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11768         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11769         (gst_audio_amplify_set_caps),
11770         (gst_audio_amplify_transform_int_clip),
11771         (gst_audio_amplify_transform_int_wrap_negative),
11772         (gst_audio_amplify_transform_int_wrap_positive),
11773         (gst_audio_amplify_transform_float_clip),
11774         (gst_audio_amplify_transform_float_wrap_negative),
11775         (gst_audio_amplify_transform_float_wrap_positive),
11776         (gst_audio_amplify_transform_ip):
11777         * gst/audiofx/audioamplify.h:
11778         * gst/audiofx/audiofx.c: (plugin_init):
11779         Add new element "audioamplify". This allows scaling of raw audio
11780         samples, similar to the "volume" element, but provides different modes
11781         for clipping and allows unlimited amplification. It's mainly targeted
11782         for creative sound design and not as a replacement of the "volume"
11783         element. Fixes #397162
11784         * docs/plugins/Makefile.am:
11785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11787         * docs/plugins/gst-plugins-good-plugins.args:
11788         * docs/plugins/inspect/plugin-audiofx.xml:
11789         Add docs for audioamplify and integrate them into the build system
11790         * tests/check/Makefile.am:
11791         * tests/check/elements/audioamplify.c: (setup_amplify),
11792         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11793         Add fairly extensive unit test suite for audioamplify
11794
11795 2007-01-24  Wim Taymans  <wim@fluendo.com>
11796
11797         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11798         Unblock pads after adding the pads to the element so that autopluggers
11799         get a change to link something. Possibly fixes #395688.
11800
11801 2007-01-24  Wim Taymans  <wim@fluendo.com>
11802
11803         * gst/rtp/gstrtpamrdepay.c:
11804         * gst/rtp/gstrtpgsmdepay.c:
11805         * gst/rtp/gstrtph263pdepay.c:
11806         * gst/rtp/gstrtph263ppay.c:
11807         * gst/rtp/gstrtph264depay.c:
11808         * gst/rtp/gstrtpilbcdepay.c:
11809         * gst/rtp/gstrtpmp2tdepay.c:
11810         * gst/rtp/gstrtpmp4gdepay.c:
11811         * gst/rtp/gstrtpmp4gpay.c:
11812         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11813         * gst/rtp/gstrtpmp4vpay.c:
11814         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11815         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11816         (gst_rtp_mpa_depay_process):
11817         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11818         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11819         * gst/rtp/gstrtppcmadepay.c:
11820         * gst/rtp/gstrtppcmudepay.c:
11821         * gst/rtp/gstrtpspeexdepay.c:
11822         * gst/rtp/gstrtpspeexpay.c:
11823         * gst/rtp/gstrtpsv3vdepay.c:
11824         * gst/rtp/gstrtptheoradepay.c:
11825         * gst/rtp/gstrtptheorapay.c:
11826         * gst/rtp/gstrtpvorbisdepay.c:
11827         * gst/rtp/gstrtpvorbispay.c:
11828         Fix caps with payload numbers.
11829         Add some fixed payload numbers to caps when possible.
11830
11831 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11832
11833         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11834
11835         * gst/audiofx/Makefile.am:
11836         * gst/audiofx/audiofx.c: (plugin_init):
11837         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11838         (gst_audio_invert_class_init), (gst_audio_invert_init),
11839         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11840         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11841         (gst_audio_invert_transform_float),
11842         (gst_audio_invert_transform_ip):
11843         * gst/audiofx/audioinvert.h:
11844         Add new audiofx element "audioinvert". This element swaps the upper
11845         and lower half of samples and can be used for example for a
11846         wide-stereo effect. Fixes #396057
11847         * docs/plugins/Makefile.am:
11848         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11849         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11850         * docs/plugins/gst-plugins-good-plugins.args:
11851         * docs/plugins/inspect/plugin-audiofx.xml:
11852         Add docs for the audioinvert element and add them to the build system.
11853         * tests/check/Makefile.am:
11854         * tests/check/elements/audioinvert.c: (setup_invert),
11855         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11856         Add unit test suite for the audioinvert element.
11857
11858 2007-01-23  Wim Taymans  <wim@fluendo.com>
11859
11860         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11861         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11862         Parse config params as string and int.
11863         Parse and use AU header length
11864
11865 2007-01-23  Wim Taymans  <wim@fluendo.com>
11866
11867         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11868         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11869         * gst/smpte/gstmask.c: (_gst_mask_register):
11870         * gst/smpte/gstmask.h:
11871         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11872         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11873         (gst_smpte_paint_triangle_clock):
11874         constify some static structs.
11875         Don't update the mask if nothing changed to the params.
11876         Make sure we never draw outside of the picture. Fixes #398325.
11877
11878 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11879
11880         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11881           Error out properly when pull_range fails while we're reading the
11882           headers, instead of just pausing the task silently. Fixes #399338.
11883
11884 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11887           Some more sanity checks to make sure the input formats match and the
11888           input pads are actually negotiated, in case someone tries to feed
11889           buffers from fakesrc or filesrc. Fixes #398299.
11890           Also const-ify an array, just because we can.
11891
11892 2007-01-19  Edward Hervey  <edward@fluendo.com>
11893
11894         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11895         Ignore previous commit, that was only valid for widths and heights
11896         that are multiples of 4.
11897         Copy over size/stride macros from jpegdec. This allows the element
11898         to work with any width,height...
11899         ... but puts in evidence that the actual transformations only work
11900         with width/height that are multiples of 4.
11901
11902 2007-01-19  Edward Hervey  <edward@fluendo.com>
11903
11904         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11905         Allocate buffers of the right size.
11906         The proper size of a I420 buffer in bytes is:
11907         
11908             width * height * 3
11909             ------------------
11910                     2
11911
11912 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11913
11914         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11915           Proxy getcaps on sink pads too, so that we either end up with the
11916           same dimensions on all pads or error out if that's not possible
11917           (seems to work even!). Fixes #398086, I think.
11918
11919 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11922         * docs/plugins/gst-plugins-good-plugins.args:
11923         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11924           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11925           fix integer properties with -1 as minimum value.
11926
11927         * docs/plugins/inspect/plugin-1394.xml:
11928         * docs/plugins/inspect/plugin-aasink.xml:
11929         * docs/plugins/inspect/plugin-alaw.xml:
11930         * docs/plugins/inspect/plugin-alpha.xml:
11931         * docs/plugins/inspect/plugin-alphacolor.xml:
11932         * docs/plugins/inspect/plugin-annodex.xml:
11933         * docs/plugins/inspect/plugin-apetag.xml:
11934         * docs/plugins/inspect/plugin-audiofx.xml:
11935         * docs/plugins/inspect/plugin-auparse.xml:
11936         * docs/plugins/inspect/plugin-autodetect.xml:
11937         * docs/plugins/inspect/plugin-avi.xml:
11938         * docs/plugins/inspect/plugin-cacasink.xml:
11939         * docs/plugins/inspect/plugin-cairo.xml:
11940         * docs/plugins/inspect/plugin-cdio.xml:
11941         * docs/plugins/inspect/plugin-cutter.xml:
11942         * docs/plugins/inspect/plugin-debug.xml:
11943         * docs/plugins/inspect/plugin-dv.xml:
11944         * docs/plugins/inspect/plugin-efence.xml:
11945         * docs/plugins/inspect/plugin-effectv.xml:
11946         * docs/plugins/inspect/plugin-esdsink.xml:
11947         * docs/plugins/inspect/plugin-flac.xml:
11948         * docs/plugins/inspect/plugin-flxdec.xml:
11949         * docs/plugins/inspect/plugin-gconfelements.xml:
11950         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11951         * docs/plugins/inspect/plugin-goom.xml:
11952         * docs/plugins/inspect/plugin-halelements.xml:
11953         * docs/plugins/inspect/plugin-icydemux.xml:
11954         * docs/plugins/inspect/plugin-id3demux.xml:
11955         * docs/plugins/inspect/plugin-jpeg.xml:
11956         * docs/plugins/inspect/plugin-level.xml:
11957         * docs/plugins/inspect/plugin-matroska.xml:
11958         * docs/plugins/inspect/plugin-mulaw.xml:
11959         * docs/plugins/inspect/plugin-multipart.xml:
11960         * docs/plugins/inspect/plugin-navigationtest.xml:
11961         * docs/plugins/inspect/plugin-ossaudio.xml:
11962         * docs/plugins/inspect/plugin-png.xml:
11963         * docs/plugins/inspect/plugin-rtp.xml:
11964         * docs/plugins/inspect/plugin-rtsp.xml:
11965         * docs/plugins/inspect/plugin-shout2send.xml:
11966         * docs/plugins/inspect/plugin-smpte.xml:
11967         * docs/plugins/inspect/plugin-speex.xml:
11968         * docs/plugins/inspect/plugin-taglib.xml:
11969         * docs/plugins/inspect/plugin-udp.xml:
11970         * docs/plugins/inspect/plugin-videobalance.xml:
11971         * docs/plugins/inspect/plugin-videobox.xml:
11972         * docs/plugins/inspect/plugin-videoflip.xml:
11973         * docs/plugins/inspect/plugin-videomixer.xml:
11974         * docs/plugins/inspect/plugin-wavenc.xml:
11975         * docs/plugins/inspect/plugin-wavparse.xml:
11976         * docs/plugins/inspect/plugin-ximagesrc.xml:
11977           Update to CVS.
11978
11979 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11980
11981         Patch by: Sebastian Dröge <slomo circular-chaos org>
11982
11983         * gst/audiofx/audiopanorama.c:
11984           Fix doc section name (Fixes #397946)
11985
11986 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11987
11988         * sys/v4l2/gstv4l2object.c:
11989         (gst_v4l2_object_install_properties_helper),
11990         (gst_v4l2_object_set_property_helper),
11991         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11992         * sys/v4l2/gstv4l2object.h:
11993         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11994         (gst_v4l2src_init), (gst_v4l2src_set_property),
11995         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11996         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11997         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11998         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11999         (gst_v4l2src_capture_deinit):
12000           Fix EIO handing when capturing. Add new property to specify the number of
12001           buffers to enque (and remove the borked num-buffers usage).
12002
12003 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12004
12005         Patch by: Sebastian Dröge <slomo circular-chaos org>
12006
12007         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12008         (gst_audio_panorama_set_process_function):
12009           Use a function array for process methods, add more docs and define the
12010           startindex of enums.
12011
12012 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12013
12014         Patch by: Mark Nauwelaerts <manauw at skynet be>
12015
12016         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12017         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12018         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12019         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12020         (gst_avi_mux_riff_get_avi_header),
12021         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12022         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12023         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12024         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12025         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12026         (gst_avi_mux_change_state):
12027         * gst/avi/gstavimux.h:
12028         * tests/check/elements/avimux.c: (teardown_src_pad):
12029           Add support for more than one audio stream; write better AVIX
12030           header; refactor code a bit; don't announce vorbis caps on our audio
12031           sink pads since we don't support it anyway. Closes #379298.
12032
12033 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         Patch by: Sebastian Dröge <slomo circular-chaos org>
12036
12037         * gst/audiofx/audiopanorama.c:
12038         (gst_audio_panorama_method_get_type),
12039         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12040         (gst_audio_panorama_set_process_function),
12041         (gst_audio_panorama_set_property),
12042         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12043         (gst_audio_panorama_transform_m2s_int_simple),
12044         (gst_audio_panorama_transform_s2s_int_simple),
12045         (gst_audio_panorama_transform_m2s_float_simple),
12046         (gst_audio_panorama_transform_s2s_float_simple):
12047         * gst/audiofx/audiopanorama.h:
12048           Add 'method' property and provide a simple (non-psychoacustic)
12049           processing method (#394859).
12050
12051         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12052         (panorama_suite):
12053           Tests for new method.
12054
12055 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12056
12057         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12058         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12059           Set correct caps on outgoing pulled buffers, or things blow up
12060           after recent core changes.
12061
12062 2007-01-11  Wim Taymans  <wim@fluendo.com>
12063
12064         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12065
12066         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12067         (gst_multipart_mux_request_new_pad),
12068         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12069         (gst_multipart_mux_change_state):
12070         Return FLOW errors ASAP. Fixes #394977.
12071         Misc cleanups.
12072
12073 2007-01-11  Wim Taymans  <wim@fluendo.com>
12074
12075         Patch by: Lutz Mueller <lutz at topfrose dot de>
12076
12077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12078         Check for stream pad before activating. 
12079
12080 2007-01-10  Wim Taymans  <wim@fluendo.com>
12081
12082         Patch by: Peter Kjellerstedt  <pkj at axis com>
12083
12084         * gst/rtsp/COPYING.MIT:
12085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12086         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12087         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12088         (gst_rtspsrc_stream_configure_transport),
12089         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12090         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12091         (gst_rtspsrc_parse_methods),
12092         (gst_rtspsrc_create_transports_string),
12093         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12094         (gst_rtspsrc_open), (gst_rtspsrc_close):
12095         * gst/rtsp/gstrtspsrc.h:
12096         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12097         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12098         (parse_request_line), (parse_line), (rtsp_connection_read),
12099         (rtsp_connection_close):
12100         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12101         (rtsp_method_as_text), (rtsp_header_as_text),
12102         (rtsp_status_as_text), (rtsp_find_header_field),
12103         (rtsp_find_method):
12104         * gst/rtsp/rtspdefs.h:
12105         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12106         (rtsp_ext_wms_configure_stream):
12107         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12108         (rtsp_message_new_request), (rtsp_message_init_request),
12109         (rtsp_message_new_response), (rtsp_message_init_response),
12110         (rtsp_message_init_data), (rtsp_message_unset),
12111         (rtsp_message_free), (rtsp_message_add_header),
12112         (rtsp_message_get_header), (rtsp_message_set_body),
12113         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12114         * gst/rtsp/rtspmessage.h:
12115         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12116         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12117         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12118         (sdp_message_dump):
12119         Allow url to be NULL to be able to use it for server connections.
12120         Can now send responses as well as requests.
12121         No longer hangs in an endless loop if EOF is received.
12122         Can now convert a status code to a text string.
12123         Return RTSP_HDR_INVALID for unknown headers.
12124         Return RTSP_INVALID for unknown methods.
12125         Copy CSeq and Session headers from the request.
12126         Only free memory corresponding to the currently set message type.
12127         Added const to function arguments as appropriate.
12128         Avoid a compiler warning when initializing nmedia.
12129         Use guint rather than gint to avoid compiler warnings.
12130         Fix crasher in wms extension.
12131         Factor out stream setup from open_connection.
12132         Delay activation of streams when actual data is received from the
12133         server, this prepares us to do proper protocol switching.
12134         Added new license.
12135         Fixes #380895.
12136
12137
12138 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12139
12140         Patch by: Sebastian Dröge <slomo ubuntu com>
12141
12142         * docs/plugins/Makefile.am:
12143         * gst/audiofx/audiopanorama.c:
12144           Some small docs fixes (#394851).
12145
12146 2007-01-09  Wim Taymans  <wim@fluendo.com>
12147
12148         * gst/avi/gstavidemux.c:
12149         Fix docs.
12150
12151 2007-01-09  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/rtp/Makefile.am:
12154         * gst/rtp/gstrtp.c: (plugin_init):
12155         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12156         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12157         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12158         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12159         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12160         * gst/rtp/gstrtpmpvdepay.h:
12161           Added RFC 2250 MPEG Video Depayloader.
12162
12163         * gst/rtp/gstrtpL16depay.h:
12164         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12165         (gst_rtp_h263p_depay_process):
12166         Fix Header file. Small cleanups.
12167
12168         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12169         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12170         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12171         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12172         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12173         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12174         (gst_rtp_mp4v_depay_change_state):
12175         Remove usused code. Remove Adapter from state Change. Added debug.
12176
12177         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12178         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12179         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12180         * gst/rtp/gstrtpmpadepay.h:
12181         Subclass base depayloader.
12182         Added debug.
12183         Support static payload type assignment as well.
12184
12185         * gst/rtp/gstrtpmpapay.c:
12186         Fix caps.
12187
12188 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12191
12192         * ext/jpeg/gstjpegdec.c:
12193         * ext/jpeg/gstjpegenc.c:
12194         * ext/jpeg/smokecodec.c:
12195           These libjpeg callbacks should return a 'boolean' (unsigned char
12196           apparently) and not a 'gboolean' (which maps to gint). Fixes
12197           warnings when compiling with MingW (#393427).
12198
12199         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12200           Use ioctlsocket on win32.
12201
12202         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12203           Some printf format fixes for win32.
12204
12205 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12206
12207         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12208           Use gst_guint64_to_gdouble for conversion.
12209         * win32/vs6/libgstmatroska.dsp:
12210           Add zlib to the link.
12211         * win32/vs6/libgstvideobox.dsp:
12212           Update liboil library name (project is linked to 
12213           liboil-0.3-0.lib now).
12214           
12215 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst/matroska/Makefile.am:
12218           If zlib is available and used, we must link it explicitly for
12219           things to work on MingW (fixes #392855).
12220
12221 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         * ext/esd/esdsink.c: (gst_esdsink_delay):
12224           Don't return bogus values when esd_get_delay() fails for some
12225           reason (#392189).
12226
12227 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         * sys/ximage/gstximagesrc.c: (composite_pixel):
12230           Fix presumably copy'n'pasto for 16bpp depth.
12231
12232 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * gst/matroska/matroska-mux.c:
12235         (gst_matroska_mux_audio_pad_setcaps):
12236           The "signed" field in audio caps is of boolean type, trying to use
12237           gst_structure_get_int() to extract it will fail. Fixing this makes
12238           matroskamux accept raw audio input (#387121) (use at your own risk
12239           though, due to the matroska spec being not entirely useful in this
12240           respect).
12241           Also fix up raw audio structures in template caps so that they
12242           represent what our setcaps function will actually accept, so that
12243           converters know what to convert to.
12244           Finally, don't fail if there isn't an "endianness" field in 8-bit
12245           PCM caps.
12246
12247 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12248
12249         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12250         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12251         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12252         (teardown_cmmldec):
12253         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12254         (teardown_cmmlenc):
12255         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12256           reapply consistent pad (de)activation
12257
12258 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12259
12260         * configure.ac:
12261         Back to CVS
12262
12263         * gst-plugins-good.doap:
12264         Add 0.10.5 doap entry
12265
12266 === release 0.10.5 ===
12267
12268 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12269
12270         * configure.ac:
12271           releasing 0.10.5, "The Path of Thorns"
12272
12273 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12274
12275         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12276         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12277         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12278         (teardown_cmmldec):
12279         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12280         (teardown_cmmlenc):
12281         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12282           revert my freeze breakage
12283
12284 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12285
12286         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12287         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12288         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12289         (teardown_cmmldec):
12290         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12291         (teardown_cmmlenc):
12292         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12293           consistent pad (de)activation
12294
12295 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12296
12297         * configure.ac:
12298         * ext/Makefile.am:
12299         Disable LADPSA, as it has moved to the -bad module for the duration.
12300
12301 2006-12-18  Wim Taymans  <wim@fluendo.com>
12302
12303         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12304         (gst_signal_processor_event):
12305         Reset flow_state back to _OK after a flush stop so that we exit our
12306         error state after the flush. Fixes #374213
12307
12308 2006-12-16  David Schleef  <ds@schleef.org>
12309
12310         * sys/osxvideo/osxvideosink.h:
12311         * sys/osxvideo/osxvideosink.m:
12312           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12313
12314 2006-12-16  David Schleef  <ds@schleef.org>
12315
12316         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12317
12318         * sys/osxvideo/Makefile.am:
12319         * sys/osxvideo/osxvideosink.h:
12320         * sys/osxvideo/osxvideosink.m:
12321           Preliminary patch for porting osxvideosink
12322
12323 2006-12-16  Wim Taymans  <wim@fluendo.com>
12324
12325         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12326
12327         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12328         (gst_videomixer_set_master_geometry),
12329         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12330         (gst_videomixer_reset), (gst_videomixer_init),
12331         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12332         (gst_videomixer_release_pad), (gst_videomixer_collected),
12333         (gst_videomixer_change_state):
12334         Introduce some locking around the videomixer state so that it does not
12335         crash when adding/removing pads. Fixes #383043.
12336
12337 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * configure.ac:
12340           Make sure libcaca can actually be used instead of just checking for
12341           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12342           cross-compiling (fixes #384587).
12343
12344 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12345
12346         * Makefile.am:
12347         * gst-plugins-good.doap:
12348         * gst-plugins-good.spec.in:
12349           adding doap file
12350
12351 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12352
12353         * configure.ac:
12354           libflac-1.1.3 changed API again, but we can't build against it yet,
12355           so make sure our check doesn't use libflac-1.1.3 and add a comment
12356           to this effect.
12357
12358 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12359
12360         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12361         (gst_quarktv_planetable_clear):
12362           Add some NULL pointer checks (possibly related to #385623).
12363
12364 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12367         (gst_tag_demux_chain):
12368         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12369           In streaming mode, if the first buffer we get doesn't have an
12370           offset, fix it up to be 0, otherwise trimming won't work later on
12371           and we'll be typefinding application/x-id3, which may result in
12372           decodebin plugging an endless number of id3demux elements as a
12373           consequence. Fixes #385031.
12374           
12375 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12376
12377         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12378           Ignore the buffer_time the sound device reports. Turns out it is 
12379           sometimes completely bogus and we're better off without it.
12380
12381 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12384         (gst_matroska_demux_video_caps):
12385         * gst/matroska/matroska-ids.c:
12386         (gst_matroska_track_init_video_context):
12387         * gst/matroska/matroska-ids.h:
12388           Try harder to extract the framerate for video tracks correctly and
12389           save it directly instead of converting it back and forth a few
12390           times. Mostly makes a difference for very small framerates (<1).
12391           Fixes #380199.
12392
12393 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12394
12395         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12396         (gst_gconf_audio_src_dispose), (do_toggle_element):
12397         * ext/gconf/gstgconfaudiosrc.h:
12398           Remove gconf notify hook when the gconfaudiosrc element is
12399           destroyed, otherwise the callback may be called on an
12400           already-destroyed instance and bad things happen. Should fix
12401           #378184.
12402           Also ignore gconf key changes when the source is already running.
12403
12404 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12405
12406         Patch by: Sebastian Dröge  <mail at slomosnail de>
12407
12408         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12409           We need to be able to read and parse any possible floating point string
12410           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12411           will parse the former only in certain locales though, so we really need
12412           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12413           make sure we can parse either version at all times.
12414           Fixes #382982 for real.
12415
12416 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12417
12418         * sys/sunaudio/gstsunaudiomixerctrl.c:
12419         * sys/sunaudio/gstsunaudiosrc.c:
12420
12421         Use the sunaudio debug category.
12422
12423         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12424         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12425         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12426         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12427         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12428         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12429         (gst_sunaudiosink_reset):
12430         * sys/sunaudio/gstsunaudiosink.h:
12431
12432         Uses the sunaudio debug category for all debug output
12433         Implements the _delay() callback to synchronise video playback better
12434         Change the segtotal and segsize values back to the parent class 
12435           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12436           respectively)
12437         Measure the samples written to the device vs. played.
12438         Keep track of segments in the device by writing empty eof frames, and
12439         sleep using a GCond when we get too far ahead and risk overrunning the
12440         sink's ringbuffer.
12441
12442         Fixes: #360673
12443
12444 2006-12-08  Wim Taymans  <wim@fluendo.com>
12445
12446         Patch by: Sebastian Dröge  <mail at slomosnail de >
12447
12448         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12449         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12450         * gst/audiofx/audiopanorama.h:
12451         Fix audiopanorame with float samples. Fixes #383726.
12452
12453 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12454
12455         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12456         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12457         (gst_sunaudiosrc_reset):
12458
12459         Implement reset functions to unblock the src/sink more quickly on 
12460         state change requests.
12461         Patch by: Brian Cameron <brian dot cameron at sun com>
12462
12463 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12464
12465         * sys/sunaudio/gstsunaudiomixer.c:
12466         (gst_sunaudiomixer_change_state):
12467         Construct the correct mixer device name when the AUDIODEV env var
12468         is set.
12469
12470         Patch by: Jerry Tan <jerry.tan at sun dot com>
12471         Fixes: #383596
12472
12473 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12474
12475         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12476         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12477         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12478         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12479         Patch by: Jerry Tan <jerry.tan at sun dot com>
12480         Fixes: #349015
12481
12482 2006-12-07  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst/smpte/gstmask.h:
12485         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12486         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12487         (gst_smpte_collected), (gst_smpte_set_property),
12488         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12489         * gst/smpte/gstsmpte.h:
12490         Port to 0.10 some more. 
12491         Added duration property to specify the duration of the transition.
12492         Make framerate a fraction.
12493         Deprecate fps property, we only use negotiated fps.
12494         Added docs.
12495         Fix collectpad usage.
12496         Reset state in READY.
12497         Send NEWSEGMENT event.
12498         Fix racy updates of object properties.
12499         Added debug category.
12500         Fixes #383323.
12501
12502 2006-12-06  Wim Taymans  <wim@fluendo.com>
12503
12504         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12505
12506         * gst/videomixer/videomixer.c:
12507         (gst_videomixer_set_master_geometry),
12508         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12509         Don't reset xpos and ypos in the setcaps function because causes
12510         unexpected behaviour.
12511         Fixes #382179.
12512
12513 2006-12-06  Wim Taymans  <wim@fluendo.com>
12514
12515         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12516         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12517         Keep track of the buffer timestamp in the collectdata member instead
12518         of modifying the buffer without making the metadata writable first.
12519         Fixes #382277.
12520
12521 2006-12-06  Wim Taymans  <wim@fluendo.com>
12522
12523         Patch by: Rob Taylor <robtaylor at floopily dot org>
12524
12525         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12526         If using multicast in udpsrc, bind to the multicast address rather than
12527         IN_ADDR_ANY.
12528         This allows the simultanous use of multiple udpsrcs listening on
12529         different multicat addresses. Without this all udpsrcs will receive all
12530         packets from all subscribed multicast addresses.
12531         Fixes #383001.
12532
12533 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12534
12535         * ext/taglib/gstid3v2mux.cc:
12536         Don't attempt to write a NULL frame into the ID3 tag set when the 
12537         createFrame method returned NULL.
12538         Fixes: #381857
12539         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12540
12541 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12542
12543         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12544         Use g_strtod() instead of sscanf to parse doubles, so that it will
12545         try parsing in the C locale if the current locale fails.
12546         Fixes: #382982
12547         Patch by: Sebastian Dröge  <mail at slomosnail de >
12548
12549 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12550
12551         * win32/MANIFEST:
12552         Fix compilation on win32 under VS8
12553         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12554         Partially fixes #381175
12555
12556 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12557
12558         * gst/avi/gstavimux.c:
12559           accept all mpegversions,fixes #380825
12560           spotted by: Jerome Alet  
12561
12562 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12563
12564         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12565         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12566         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12567         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12568           cleanup the error message a bit more
12569
12570 2006-11-28  Wim Taymans  <wim@fluendo.com>
12571
12572         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12573         Fix width and height properties.
12574
12575         * ext/libcaca/gstcacasink.h:
12576         Fix compilation on newer libcaca that require us to include a new
12577         header. Fixes #379918.
12578
12579 2006-11-28  Wim Taymans  <wim@fluendo.com>
12580
12581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12582         * gst/rtsp/gstrtspsrc.h:
12583         * gst/rtsp/rtspext.h:
12584         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12585         (rtsp_ext_wms_get_context):
12586         Add method so that extensions can choose to disable the setup of
12587         a stream.
12588         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12589
12590 2006-11-27  Wim Taymans  <wim@fluendo.com>
12591
12592         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12593
12594         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12595         Push header in a separate buffer instead of memcpy:ing all data.
12596         Change LF => CRLF in headers.
12597         Move trailing LF to header. Fixes #379792.
12598
12599 2006-11-27  Wim Taymans  <wim@fluendo.com>
12600
12601         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12602         Small buffer overflow fix and improve debugging.
12603
12604 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12605
12606         * ext/esd/esdmon.h:
12607         * ext/esd/esdsink.h:
12608           remove obsolete _factory_init protos
12609
12610 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12611
12612         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12613         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12614         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12615         (gst_avi_demux_read_subindexes_push),
12616         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12617         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12618         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12619         (gst_avi_demux_massage_index),
12620         (gst_avi_demux_calculate_durations_from_index),
12621         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12622         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12623         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12624           remove dead code, tweak debugs statements, add comments, use
12625           _uint64_scale instead _uint64_scale_int when using guint64 values,
12626           small optimizations, reflow some error handling
12627
12628 2006-11-22  Edward Hervey  <edward@fluendo.com>
12629
12630         * po/.cvsignore:
12631         We never put .pot files in cvs. Let's ignore them all.
12632
12633 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         * po/POTFILES.in:
12636           ... but better exclude files that aren't disted.
12637
12638 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         * po/POTFILES.in:
12641           Add v4l2 source files to list of files with translations, so the
12642           strings are actually extracted (however bad they still may be).
12643
12644 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12645
12646         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12647           Minor clean-ups: const-ify static array, remove trailing comma from
12648           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12649
12650 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12651
12652         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12653         Make sure that g_free always gets called on the same pointer that was 
12654         returned by g_malloc.  Fixes #376594.
12655         Do not leak memory if decompressed size is wrong.
12656         Remove unneeded check of return value of g_malloc.
12657         Patch by: René Stadler <mail@renestadler.de>
12658
12659 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12662           Add missing curly brackets.
12663
12664 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12665
12666         * sys/v4l2/v4l2src_calls.c:
12667         Fix capture_deinit.
12668
12669 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12670
12671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12672         (gst_matroska_mux_request_new_pad):
12673           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12674
12675         * tests/check/elements/matroskamux.c: (setup_src_pad),
12676         (setup_sink_pad), (GST_START_TEST):
12677         Activate pads before using them.
12678
12679 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12682           Initialise variable to get rid of bogus compiler warning.
12683
12684 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12685
12686         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12687
12688         * gst/rtp/gstrtph263pay.c:
12689         * gst/rtp/gstrtph263pdepay.c:
12690         * gst/rtp/gstrtph263ppay.c:
12691           Specify H.263 variant and version in the caps (fixes #361637)
12692
12693 2006-11-15  Wim Taymans  <wim@fluendo.com>
12694
12695         * gst/rtsp/rtspconnection.c: (read_body):
12696         Don't set a data pointer to NULL and a size > 0 when we deal
12697         with empty packets.
12698
12699         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12700         (rtsp_message_init_response), (rtsp_message_init_data),
12701         (rtsp_message_unset), (rtsp_message_free),
12702         (rtsp_message_take_body):
12703         Check that we can't create invalid empty packets. 
12704
12705 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12706
12707         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12708
12709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12710         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12711         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12712         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12713         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12714         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12715         * gst/matroska/matroska-mux.h:
12716           Add basic tag writing support; implement releasing pads (#374658).
12717
12718 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12721         (gst_matroska_demux_audio_caps):
12722           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12723
12724 2006-11-14  David Schleef  <ds@schleef.org>
12725
12726         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12727
12728 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12731
12732         * win32/vs8/gst-plugins-good.sln:
12733         * win32/vs8/libgst1394.vcproj:
12734         * win32/vs8/libgstaasink.vcproj:
12735         * win32/vs8/libgstalaw.vcproj:
12736         * win32/vs8/libgstalpha.vcproj:
12737         * win32/vs8/libgstalphacolor.vcproj:
12738         * win32/vs8/libgstannodex.vcproj:
12739         * win32/vs8/libgstapetag.vcproj:
12740         * win32/vs8/libgstaudiofx.vcproj:
12741         * win32/vs8/libgstauparse.vcproj:
12742         * win32/vs8/libgstautodetect.vcproj:
12743         * win32/vs8/libgstavi.vcproj:
12744         * win32/vs8/libgstcacasink.vcproj:
12745         * win32/vs8/libgstcdio.vcproj:
12746         * win32/vs8/libgstcutter.vcproj:
12747         * win32/vs8/libgstdv.vcproj:
12748         * win32/vs8/libgsteffectv.vcproj:
12749         * win32/vs8/libgstflac.vcproj:
12750         * win32/vs8/libgstflxdec.vcproj:
12751         * win32/vs8/libgstgoom.vcproj:
12752         * win32/vs8/libgsticydemux.vcproj:
12753         * win32/vs8/libgstid3demux.vcproj:
12754         * win32/vs8/libgstjpeg.vcproj:
12755         * win32/vs8/libgstladspa.vcproj:
12756         * win32/vs8/libgstlevel.vcproj:
12757         * win32/vs8/libgstmatroska.vcproj:
12758         * win32/vs8/libgstmikmod.vcproj:
12759         * win32/vs8/libgstmng.vcproj:
12760         * win32/vs8/libgstmonoscope.vcproj:
12761         * win32/vs8/libgstmulaw.vcproj:
12762         * win32/vs8/libgstmultipart.vcproj:
12763         * win32/vs8/libgstpng.vcproj:
12764         * win32/vs8/libgstrtp.vcproj:
12765         * win32/vs8/libgstrtsp.vcproj:
12766         * win32/vs8/libgstshout2.vcproj:
12767         * win32/vs8/libgstsmpte.vcproj:
12768         * win32/vs8/libgstspeex.vcproj:
12769         * win32/vs8/libgsttaglib.vcproj:
12770         * win32/vs8/libgstudp.vcproj:
12771         * win32/vs8/libgstvideobalance.vcproj:
12772         * win32/vs8/libgstvideobox.vcproj:
12773         * win32/vs8/libgstvideoflip.vcproj:
12774         * win32/vs8/libgstvideomixer.vcproj:
12775         * win32/vs8/libgstwavenc.vcproj:
12776         * win32/vs8/libgstwavparse.vcproj:
12777           Make end-of-line returns unixy, so that when the files are checked
12778           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12779           Hopefully fixes #366492.
12780
12781 2006-11-14  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12784         Disable init_frames delay timestamp adjustment, it does not
12785         seem to be needed at all. Fixes #369621.
12786
12787 2006-11-13  Wim Taymans  <wim@fluendo.com>
12788
12789         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12790
12791         * gst/videomixer/videomixer.c:
12792         (gst_videomixer_set_master_geometry),
12793         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12794         (gst_videomixer_collect_free), (gst_videomixer_reset),
12795         (gst_videomixer_init), (gst_videomixer_finalize),
12796         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12797         (gst_videomixer_collected), (gst_videomixer_change_state):
12798         Fix memleak by unref'ing collectpads instance (when finalizing)
12799         Implement releasing a request pad. Fixes #374479.
12800
12801 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12802
12803         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12804
12805         * win32/vs8/gst-plugins-good.sln:
12806         * win32/vs8/libgst1394.vcproj:
12807         * win32/vs8/libgstaasink.vcproj:
12808         * win32/vs8/libgstalaw.vcproj:
12809         * win32/vs8/libgstalpha.vcproj:
12810         * win32/vs8/libgstalphacolor.vcproj:
12811         * win32/vs8/libgstannodex.vcproj:
12812         * win32/vs8/libgstapetag.vcproj:
12813         * win32/vs8/libgstaudiofx.vcproj:
12814         * win32/vs8/libgstauparse.vcproj:
12815         * win32/vs8/libgstautodetect.vcproj:
12816         * win32/vs8/libgstavi.vcproj:
12817         * win32/vs8/libgstcacasink.vcproj:
12818         * win32/vs8/libgstcdio.vcproj:
12819         * win32/vs8/libgstcutter.vcproj:
12820         * win32/vs8/libgstdv.vcproj:
12821         * win32/vs8/libgsteffectv.vcproj:
12822         * win32/vs8/libgstflac.vcproj:
12823         * win32/vs8/libgstflxdec.vcproj:
12824         * win32/vs8/libgstgoom.vcproj:
12825         * win32/vs8/libgsticydemux.vcproj:
12826         * win32/vs8/libgstid3demux.vcproj:
12827         * win32/vs8/libgstjpeg.vcproj:
12828         * win32/vs8/libgstladspa.vcproj:
12829         * win32/vs8/libgstlevel.vcproj:
12830         * win32/vs8/libgstmatroska.vcproj:
12831         * win32/vs8/libgstmikmod.vcproj:
12832         * win32/vs8/libgstmng.vcproj:
12833         * win32/vs8/libgstmonoscope.vcproj:
12834         * win32/vs8/libgstmulaw.vcproj:
12835         * win32/vs8/libgstmultipart.vcproj:
12836         * win32/vs8/libgstpng.vcproj:
12837         * win32/vs8/libgstrtp.vcproj:
12838         * win32/vs8/libgstrtsp.vcproj:
12839         * win32/vs8/libgstshout2.vcproj:
12840         * win32/vs8/libgstsmpte.vcproj:
12841         * win32/vs8/libgstspeex.vcproj:
12842         * win32/vs8/libgsttaglib.vcproj:
12843         * win32/vs8/libgstudp.vcproj:
12844         * win32/vs8/libgstvideobalance.vcproj:
12845         * win32/vs8/libgstvideobox.vcproj:
12846         * win32/vs8/libgstvideoflip.vcproj:
12847         * win32/vs8/libgstvideomixer.vcproj:
12848         * win32/vs8/libgstwavenc.vcproj:
12849         * win32/vs8/libgstwavparse.vcproj:
12850           Add VS8 project files (note that many of the plugins in ext are
12851           disabled by default). Fixes #366492.
12852
12853 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12854
12855         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12856           we do not translate debug messages
12857
12858 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12859
12860         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12861           fix categorisation, make short desc more explicit, remove unused code
12862           Fixes #372021
12863
12864 2006-11-08  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/rtp/gstrtpL16depay.c:
12867         * gst/rtp/gstrtpamrdepay.c:
12868         * gst/rtp/gstrtpamrpay.c:
12869         * gst/rtp/gstrtpgsmdepay.c:
12870         * gst/rtp/gstrtph263pay.c:
12871         * gst/rtp/gstrtph263pdepay.c:
12872         * gst/rtp/gstrtph263ppay.c:
12873         * gst/rtp/gstrtph264depay.c:
12874         * gst/rtp/gstrtpmp2tdepay.c:
12875         * gst/rtp/gstrtpmp4gdepay.c:
12876         * gst/rtp/gstrtpmp4gpay.c:
12877         * gst/rtp/gstrtpmp4vdepay.c:
12878         * gst/rtp/gstrtpmp4vpay.c:
12879         * gst/rtp/gstrtpmpadepay.c:
12880         * gst/rtp/gstrtpmpapay.c:
12881         * gst/rtp/gstrtppcmadepay.c:
12882         * gst/rtp/gstrtppcmapay.c:
12883         * gst/rtp/gstrtppcmudepay.c:
12884         * gst/rtp/gstrtppcmupay.c:
12885         * gst/rtp/gstrtpspeexdepay.c:
12886         * gst/rtp/gstrtpspeexpay.c:
12887         * gst/rtp/gstrtpsv3vdepay.c:
12888         Fix element descriptions.
12889
12890 2006-11-08  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/rtp/gstrtpvorbisdepay.c:
12893         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12894         Fix description.
12895         Small cleanup in the payloader.
12896
12897 2006-11-08  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/rtp/Makefile.am:
12900         * gst/rtp/gstrtp.c: (plugin_init):
12901         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12902         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12903         (gst_rtp_theora_depay_finalize),
12904         (gst_rtp_theora_depay_parse_configuration),
12905         (gst_rtp_theora_depay_setcaps),
12906         (gst_rtp_theora_depay_switch_codebook),
12907         (gst_rtp_theora_depay_process),
12908         (gst_rtp_theora_depay_set_property),
12909         (gst_rtp_theora_depay_get_property),
12910         (gst_rtp_theora_depay_change_state),
12911         (gst_rtp_theora_depay_plugin_init):
12912         * gst/rtp/gstrtptheoradepay.h:
12913         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12914         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12915         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12916         (gst_rtp_theora_pay_init_packet),
12917         (gst_rtp_theora_pay_flush_packet),
12918         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12919         (gst_rtp_theora_pay_handle_buffer),
12920         (gst_rtp_theora_pay_plugin_init):
12921         * gst/rtp/gstrtptheorapay.h:
12922         Add theora pay/depayloaders.
12923
12924 2006-11-06  Wim Taymans  <wim@fluendo.com>
12925
12926         * gst/rtp/Makefile.am:
12927         We depend on gsttag to generate the vorbis comments.
12928
12929         * gst/rtp/gstrtpvorbisdepay.c:
12930         (gst_rtp_vorbis_depay_parse_configuration),
12931         (gst_rtp_vorbis_depay_setcaps),
12932         (gst_rtp_vorbis_depay_switch_codebook),
12933         (gst_rtp_vorbis_depay_process):
12934         * gst/rtp/gstrtpvorbisdepay.h:
12935         Parse configuration string in the depayloader.
12936         Implement selecting and switching to a new codebook.
12937         Receiving vorbis over RTP now works.
12938
12939         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12940         (gst_rtp_vorbis_pay_init_packet),
12941         (gst_rtp_vorbis_pay_finish_headers),
12942         (gst_rtp_vorbis_pay_handle_buffer):
12943         * gst/rtp/gstrtpvorbispay.h:
12944         Set timestamps on outgoing buffers and RTP packets.
12945         Fix configuration string, prepend number of Packet headers.
12946         Fix encoding of ident string.
12947         Add delivery-method to caps.
12948         Streaming vorbis over RTP now works.
12949
12950 2006-11-06  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12953         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12954         (gst_rtp_vorbis_pay_handle_buffer):
12955         * gst/rtp/gstrtpvorbispay.h:
12956         Generate a valid configuration string in the caps based on the
12957         vorbis headers.
12958
12959 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12962         * ext/cdio/gstcdio.h:
12963         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12964           Move CD-TEXT utility function into common file so it can also be
12965           used by a future cdioparanoiasrc.
12966
12967 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12968         
12969         * sys/v4l2/Makefile.am:
12970         * sys/v4l2/gstv4l2object.c:
12971         * sys/v4l2/gstv4l2src.c:
12972         * sys/v4l2/gstv4l2xoverlay.c:
12973         * sys/v4l2/v4l2_calls.c:
12974         * sys/v4l2/v4l2src_calls.c:
12975         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12976         xoverlay code that is still not implemented.
12977
12978 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12979
12980         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12981           We require a -base more recent than 0.10.9, so it's safe to use
12982           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12983
12984         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12985         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12986           Use _newsegment_full() now that we depend on a recent enough core.
12987
12988         * gst/wavparse/gstwavparse.c:
12989           Remove cruft that we don't need any longer now that we depend on
12990           a recent enough -base.
12991
12992 2006-10-31  Wim Taymans  <wim@fluendo.com>
12993
12994         * gst/rtp/Makefile.am:
12995         * gst/rtp/gstrtp.c: (plugin_init):
12996         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12997         (gst_rtpilbcpay_setcaps):
12998         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12999
13000 2006-10-31  Wim Taymans  <wim@fluendo.com>
13001
13002         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13003         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13004         Some small cleanups, use _scale.
13005
13006 2006-10-31  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13009         Use higher precision scale function.
13010
13011 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         Patch by: Michal Benes  <michal dot benes at itonis tv>
13014
13015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13016         (gst_matroska_demux_read_track_encodings),
13017         (gst_matroska_decode_buffer):
13018           Fix several issues with encoded/compressed/encrypted/signed tracks;
13019           also, remove superfluous newline characters from some debug
13020           statements. (#366155)
13021
13022 2006-10-30  Wim Taymans  <wim@fluendo.com>
13023
13024         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13025         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13026         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13027         (gst_smokedec_change_state):
13028         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13029         (gst_smokeenc_init), (gst_smokeenc_finalize),
13030         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13031         (gst_smokeenc_resync), (gst_smokeenc_chain),
13032         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13033         (gst_smokeenc_change_state):
13034         Various cleanups, capsnego and leak fixes.
13035
13036 2006-10-30  Wim Taymans  <wim@fluendo.com>
13037
13038         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13039
13040         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13041         Fix videomixer so that it can handle any combination of framerates.
13042         Fixes #367221.
13043
13044 2006-10-28  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13047         (gst_avi_demux_parse_file_header),
13048         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13049         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13050         (gst_avi_demux_chain):
13051         Fix position query for audio. also fixes timestamps in streaming
13052         mode and bug #364958.
13053         Small cleanups.
13054
13055 2006-10-27  Wim Taymans  <wim@fluendo.com>
13056
13057         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13058         * ext/libpng/gstpngenc.h:
13059         Fix strides. Fixes #364856.
13060         Cleanup capsnego.
13061         Set caps on outgoing buffers.
13062
13063 2006-10-18  Wim Taymans  <wim@fluendo.com>
13064
13065         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13066
13067         * gst/rtp/gstrtpgsmpay.c:
13068         * gst/rtp/gstrtph263pay.c:
13069         * gst/rtp/gstrtpmpapay.c:
13070         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13071         (gst_rtp_pcma_pay_handle_buffer):
13072         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13073         Add static payload numbers in addition to the dynamic ones.
13074         Fixes #361639.
13075
13076 2006-10-18  Wim Taymans  <wim@fluendo.com>
13077
13078         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13079         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13080         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13081         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13082         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13083         * gst/rtsp/rtspdefs.h:
13084         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13085         * gst/rtsp/rtspurl.h:
13086         Reuse already existing enum for lower transport.
13087         Add rtspt and rtspu protocols.
13088         Send redirect to rtspt when udp times out.
13089
13090 2006-10-18  Wim Taymans  <wim@fluendo.com>
13091
13092         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13093         (gst_wavparse_stream_data):
13094         Fix seeking some more, mostly for speed changes.
13095
13096 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         Patch by: Fredrik Persson  <frepe at bredband net>
13099
13100         * sys/v4l2/gstv4l2tuner.c:
13101         * sys/v4l2/gstv4l2tuner.h:
13102           Fix _set_channel(): remove useless g_object_notify() for "channel"
13103           property that doesn't exist any longer and therefore now also
13104           useless redirect (#338818).
13105
13106 2006-10-17  Wim Taymans  <wim@fluendo.com>
13107
13108         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13109         Some drivers do not support unsetting the non-blocking flag once the
13110         device is opened. In those cases, close/open the device in
13111         non-blocking mode. Fixes #362673.
13112
13113 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13114
13115         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13116         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13117         (gst_v4l2src_get_fps):
13118           dear stefan, framespersecond is not frameperiod, reverting but adding
13119           comment
13120
13121 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13122
13123         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13124         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13125         (gst_v4l2src_get_fps):
13126           Numerator is numerator and denominator is denominator. Say that aloud
13127           5 times and retry after next beer.
13128
13129 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         Patch by: Josep Torra Valles  <josep at fluendo com>
13132
13133         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13134         * ext/esd/esdsink.c: (gst_esdsink_write):
13135         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13136         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13137         (gst_flac_dec_send_newsegment):
13138         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13139         (gst_flac_enc_tell_callback):
13140         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13141         (smokecodec_parse_header), (smokecodec_decode):
13142         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13143         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13144         * gst/goom/Makefile.am:
13145         * gst/goom/gstgoom.c:
13146         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13147         * gst/rtsp/gstrtspsrc.c:
13148         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13149         * gst/udp/gstudpsink.c:
13150         * gst/udp/gstudpsrc.c:
13151         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13152         * sys/sunaudio/gstsunaudiomixertrack.h:
13153           Fix a bunch of problems discovered by the Forte compiler, mostly type
13154           mixups and pointer arithmetics with void pointers. Fixes #362603.
13155
13156 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         * ext/speex/gstspeex.c: (plugin_init):
13159         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13160         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13161         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13162         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13163         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13164         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13165         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13166         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13167         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13168         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13169         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13170         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13171         * ext/speex/gstspeexenc.h:
13172           Miscellaneous clean-ups, among other things: speexenc => enc to
13173           enhance code readability; change speexenc => speex_enc; in chain
13174           function unref input buffer in case of error; take reference in
13175           event function; use boilerplate macro; use gst_pad_query_peer_*
13176           convenience functions.
13177
13178 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13181         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13182         (gst_speexenc_set_header_on_caps):
13183           Fix some mem leaks.
13184
13185 2006-10-11  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/rtsp/URLS:
13188         Added some other URL.
13189
13190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13191         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13192         (gst_rtspsrc_open), (gst_rtspsrc_play),
13193         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13194         * gst/rtsp/gstrtspsrc.h:
13195         Work on fallback to TCP connection when the UDP socket times out.
13196         Handler server requests, just reply with OK for now.
13197
13198         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13199         * gst/rtsp/rtspdefs.h:
13200         Added some more Real extension headers.
13201
13202         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13203         Fix parsing of urls with a ':' that is not part of the hostname:port
13204         part of the url.
13205
13206 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13209         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13210         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13211           Activate pad before adding it to the already-running element.
13212
13213         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13214           Activate newly-created pad too.
13215
13216 2006-10-11  Wim Taymans  <wim@fluendo.com>
13217
13218         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13219
13220         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13221         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13222         (gst_udpsrc_start):
13223         Fix some leaks in caps and uris. Fixes #361252.
13224
13225 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * gst/wavparse/Makefile.am:
13228           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13229
13230 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13231
13232         * sys/v4l2/gstv4l2xoverlay.c:
13233         * sys/v4l2/gstv4l2xoverlay.h:
13234         Fix build as per the patch in #338818 comment 36.
13235
13236 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13237
13238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13239           Activate pads before adding them to the source.
13240
13241 2006-10-06  Wim Taymans  <wim@fluendo.com>
13242
13243         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13244         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13245         Activate pads before adding.
13246
13247 2006-10-06  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13250         (gst_multipart_find_pad_by_mime):
13251         Activate pads before adding.
13252
13253         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13254         BOILERPLATE sets parent_class for us.
13255
13256 2006-10-06  Wim Taymans  <wim@fluendo.com>
13257
13258         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13259         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13260         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13261         (gst_rtspsrc_alloc_udp_ports),
13262         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13263         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13264         (gst_rtspsrc_create_transports_string),
13265         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13266         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13267         * gst/rtsp/gstrtspsrc.h:
13268         Rework how the transport string is constructed, try to share channels
13269         and udp ports.
13270         Make most of the stuff less dependant on RTP as we are also going to use
13271         it for RDT.
13272         Add support for transport specific session managers.
13273
13274         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13275         Implement _flush().
13276
13277         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13278         * gst/rtsp/rtspdefs.h:
13279         Add generic error return code.
13280
13281         * gst/rtsp/rtspext.h:
13282         Add support for pluggable tranport strings.
13283
13284         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13285         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13286         (rtsp_ext_wms_get_context):
13287         Detect WMServer and activate the extension.
13288
13289         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13290         (rtsp_transport_get_manager), (rtsp_transport_parse):
13291         * gst/rtsp/rtsptransport.h:
13292         Added methods to get mime/manager for certain transports.
13293
13294 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         * ext/cairo/gsttimeoverlay.c:
13297         (gst_cairo_time_overlay_update_font_height):
13298         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13299         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13300         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13301         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13302         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13303         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13304         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13305         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13306         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13307         (gst_avi_demux_stream_data):
13308         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13309         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13310         (gst_fenced_buffer_copy):
13311         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13312         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13315         (gst_rtspsrc_handle_message):
13316         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13317         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13318           Printf format fixes.
13319
13320 2006-10-04  Wim Taymans  <wim@fluendo.com>
13321
13322         * gst/rtsp/Makefile.am:
13323         Dist new .h file too.
13324
13325 2006-10-04  Wim Taymans  <wim@fluendo.com>
13326
13327         * gst/rtsp/Makefile.am:
13328         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13329         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13331         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13332         (gst_rtspsrc_parse_rtpmap),
13333         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13334         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13335         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13336         * gst/rtsp/gstrtspsrc.h:
13337         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13338         * gst/rtsp/rtspdefs.h:
13339         * gst/rtsp/rtspext.h:
13340         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13341         (rtsp_ext_wms_get_context):
13342         * gst/rtsp/rtspextwms.h:
13343         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13344         (rtsp_transport_parse):
13345         * gst/rtsp/rtsptransport.h:
13346         Factor out extension in separate module.
13347         Fix getcaps to filter against the padtemplate.
13348         Use Content-Base if the server gives one.
13349         Rework the transport parsing a bit for future extensions.
13350         Added some Real Header field definitions.
13351
13352 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13353
13354         * docs/plugins/Makefile.am:
13355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13357           added v4l2 stubs
13358         * gst-plugins-good.spec.in:
13359           add v4l2
13360
13361 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13364           Extract disc/album/medium number and count and try harder
13365           to extract track number/count.
13366
13367 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13368
13369         * configure.ac:
13370         * sys/Makefile.am:
13371           add build stuff for v4l2, needs --enable-experimental until
13372           the last bits are resolved
13373
13374 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13375
13376         * tests/check/Makefile.am:
13377           Disable autodetect test temporarily, so that the build bots
13378           update -bad and the ranks of unreliable video sinks in there.
13379
13380         * tests/check/elements/autodetect.c: (GST_START_TEST):
13381           Skip test if no usable videosink is found.
13382
13383 2006-09-29  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst/rtsp/URLS:
13386         Add some more URLs.
13387
13388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13389         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13390         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13391         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13392         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13393         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13394         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13395         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13396         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13397         * gst/rtsp/gstrtspsrc.h:
13398         Add timeout property to control UDP timeouts.
13399         Fix error messages.
13400         Also start a loop function when operating in UDP mode so that we can
13401         do some more stuff async.
13402         Handle element messages from udpsrc to detect timeouts. If a timeout
13403         happens we currently generate an error.
13404         API: rtspsrc::timeout property.
13405
13406         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13407         (gst_udpsrc_create):
13408         Really implement the timeout in microseconds and not milliseconds.
13409
13410 2006-09-29  Wim Taymans  <wim@fluendo.com>
13411
13412         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13413         (gst_udpsrc_create), (gst_udpsrc_set_property),
13414         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13415         * gst/udp/gstudpsrc.h:
13416         Added property to post a message on timeout.
13417         Updated docs.
13418         When restarting the select, initialize the fdsets again.
13419         Init control sockets so we don't accidentally close a random socket.
13420         API: GstUDPSrc::timeout property
13421
13422 2006-09-29  Wim Taymans  <wim@fluendo.com>
13423
13424         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13425         Fix flag registration.
13426
13427         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13428         Reading 0 also means 'no more commands'
13429
13430 2006-09-29  Wim Taymans  <wim@fluendo.com>
13431
13432         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13433
13434         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13435         Fix possible infinite loop when shutting down, a read can also return
13436         0 to indicate no more messages are available. Fixes #358156.
13437
13438 2006-09-25  Wim Taymans  <wim@fluendo.com>
13439
13440         * gst/autodetect/gstautoaudiosink.c:
13441         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13442         (gst_auto_audio_sink_find_best):
13443         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13444         Small cleanups.
13445         don't try to set "sync" property when it is not available.
13446
13447 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13448
13449         Patch by: Peter Kjellerstedt  <pkj at axis com>
13450
13451         * gst/alpha/gstalpha.c:
13452         * gst/rtp/gstrtpamrdepay.c:
13453         * gst/rtsp/gstrtspsrc.c:
13454         * gst/udp/gstudpsrc.c:
13455         * gst/videomixer/videomixer.c:
13456           Include stdlib.h in some more places, makes things compile
13457           with uClibc and -Werror (#357592).
13458
13459 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13460
13461         * ext/jpeg/gstjpegdec.c:
13462           Set minimum height to 8 (from 16), our code should handle
13463           that fine. Some of the buttons on the apple trailer site
13464           are apparently only 15 pixels high (see #357470).
13465
13466 2006-09-23  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13469         (gst_rtspsrc_open):
13470         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13471         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13472         (rtsp_connection_receive):
13473         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13474         * gst/rtsp/rtspdefs.h:
13475         Improve error reporting.
13476
13477 2006-09-23  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13480         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13481         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13482         * gst/rtp/gstrtpdepay.c:
13483         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13484         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13485         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13486         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13487         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13488         (gst_rtp_mp2t_depay_plugin_init):
13489         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13490         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13491         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13492         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13493         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13494         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13495         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13496         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13497         Fix klass typos.
13498         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13499
13500 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13501
13502         * configure.ac:
13503           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13504
13505 2006-09-22  Wim Taymans  <wim@fluendo.com>
13506
13507         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13508         Don't check for a tag that is never there and check if we read the
13509         correct tag. Fixes seeking again.
13510         We must post an error when all pads are unlinked.
13511
13512 2006-09-22  Wim Taymans  <wim@fluendo.com>
13513
13514         * gst/rtp/Makefile.am:
13515         * gst/rtp/gstrtp.c: (plugin_init):
13516         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13517         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13518         (gst_rtp_vorbis_pay_reset_packet),
13519         (gst_rtp_vorbis_pay_init_packet),
13520         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13521         (gst_rtp_vorbis_pay_handle_buffer):
13522         More fixage, set endoder-params correctly in the payloader.
13523
13524 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13525
13526         * gst/autodetect/gstautoaudiosink.c:
13527         (gst_auto_audio_sink_base_init):
13528         * gst/autodetect/gstautovideosink.c:
13529         (gst_auto_video_sink_base_init):
13530           Make static pad templates static to appease valgrind's leak
13531           detector.
13532
13533         * tests/check/Makefile.am:
13534         * tests/check/elements/.cvsignore:
13535         * tests/check/elements/autodetect.c: (GST_START_TEST),
13536         (autodetect_suite):
13537           Add simple test for the ghostpad lockup on shutdown fixed in core
13538           CVS (audio bit disabled because it would need dozens of alsa
13539           suppressions and I'm too lazy to add those now).
13540
13541 2006-09-22  Wim Taymans  <wim@fluendo.com>
13542
13543         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13544         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13545         Small cleanups.
13546
13547         * gst/rtp/Makefile.am:
13548         * gst/rtp/gstrtp.c: (plugin_init):
13549         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13550         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13551         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13552         (gst_rtp_vorbis_depay_process),
13553         (gst_rtp_vorbis_depay_set_property),
13554         (gst_rtp_vorbis_depay_get_property),
13555         (gst_rtp_vorbis_depay_change_state),
13556         (gst_rtp_vorbis_depay_plugin_init):
13557         * gst/rtp/gstrtpvorbisdepay.h:
13558         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13559         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13560         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13561         (gst_rtp_vorbis_pay_flush_packet),
13562         (gst_rtp_vorbis_pay_append_buffer),
13563         (gst_rtp_vorbis_pay_handle_buffer),
13564         (gst_rtp_vorbis_pay_plugin_init):
13565         * gst/rtp/gstrtpvorbispay.h:
13566         Add experimental vorbis pay and depayloaders.
13567
13568 2006-09-21  Wim Taymans  <wim@fluendo.com>
13569
13570         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13571         Fix profile-level-id parsing and setup.
13572
13573 2006-09-21  Wim Taymans  <wim@fluendo.com>
13574
13575         * gst/udp/README:
13576         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13577         Update README, simple cleanup.
13578
13579 2006-09-21  Wim Taymans  <wim@fluendo.com>
13580
13581         * gst/rtp/README:
13582         Update README with some examples.
13583
13584         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13585         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13586         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13587         (gst_rtp_mp4g_pay_setcaps):
13588         * gst/rtp/gstrtpmp4gpay.h:
13589         Make optional RTP parameters of type STRING, as required by the
13590         application/x-rtp caps specification.
13591
13592 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13593
13594         * gst/rtp/gstrtph263pdepay.c:
13595         * gst/rtp/gstrtph263ppay.c:
13596         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13597         RTP header.
13598
13599 2006-09-20  Wim Taymans  <wim@fluendo.com>
13600
13601         * gst/rtp/Makefile.am:
13602         And makefile too.
13603
13604 2006-09-20  Wim Taymans  <wim@fluendo.com>
13605
13606         * gst/rtp/gstrtp.c: (plugin_init):
13607         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13608         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13609         (decode_base64), (gst_rtp_asf_depay_setcaps),
13610         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13611         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13612         (gst_rtp_asf_depay_plugin_init):
13613         * gst/rtp/gstrtpasfdepay.h:
13614         Added preliminary ASF depayloader.
13615
13616         * gst/rtp/gstrtph264depay.c: (decode_base64):
13617         Fix base64 decoding.
13618
13619 2006-09-20  Wim Taymans  <wim@fluendo.com>
13620
13621         * gst/rtsp/URLS:
13622         Added some test URLS.
13623
13624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13625         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13626         * gst/rtsp/gstrtspsrc.h:
13627         When creating streams, give access to the complete SDP.
13628         Fix some leaks.
13629         Collect and merge global stream properties in stream caps.
13630         Preliminary support for WMServer.
13631
13632         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13633         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13634         (rtsp_connection_receive):
13635         * gst/rtsp/rtspconnection.h:
13636         Make connection interruptable.
13637         Refactor to make it reconnectable.
13638         Don't fail on short reads when reading data packets.
13639
13640         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13641         (rtsp_url_get_port):
13642         * gst/rtsp/rtspurl.h:
13643         Add methods for getting/setting the port.
13644
13645         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13646         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13647         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13648         (sdp_media_get_format), (sdp_parse_line),
13649         (sdp_message_parse_buffer):
13650         Fix headers. 
13651         Add methods for getting multiple attributes with the same name.
13652         Increase buffer size when parsing.
13653         Fix parsing of a=foo fields.
13654
13655         * gst/rtsp/test.c: (main):
13656         Update to new connection API.
13657
13658         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13659         (rtsp_message_init_response), (rtsp_message_init_data),
13660         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13661         * gst/rtsp/rtspmessage.h:
13662         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13663         * gst/rtsp/rtsptransport.h:
13664         * gst/rtsp/sdp.h:
13665         * gst/rtsp/sdpmessage.h:
13666         * gst/rtsp/gstrtsp.c:
13667         * gst/rtsp/gstrtsp.h:
13668         * gst/rtsp/gstrtpdec.c:
13669         * gst/rtsp/gstrtpdec.h:
13670         * gst/rtsp/rtsp.h:
13671         * gst/rtsp/rtspdefs.c:
13672         * gst/rtsp/rtspdefs.h:
13673         Dual licensed under MIT and LGPL now.
13674
13675 2006-09-19  Wim Taymans  <wim@fluendo.com>
13676
13677         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13678         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13679         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13680         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13681         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13682         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13683         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13684         * gst/rtsp/gstrtspsrc.h:
13685         Reorganize stream parsing and creation.
13686         Detect container formats in interleaved mode.
13687         Keep more state about the streams.
13688         Assume a server also supports PLAY if it does not say.
13689         Add unicast and interleaved properties to TCP transport requests to make
13690         some servers happy (WMServer).
13691
13692         * gst/rtsp/sdpmessage.h:
13693         Add some defines for the standard Bandwidth types.
13694
13695 2006-09-19  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst/rtsp/test.c: (main):
13698         Fix build.
13699
13700 2006-09-19  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/wavparse/gstwavparse.c:
13703         Add ms-gsm to the src template.
13704
13705 2006-09-18  Wim Taymans  <wim@fluendo.com>
13706
13707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13708         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13709         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13710         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13711         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13712         * gst/rtsp/gstrtspsrc.h:
13713         Small cleanups, added documentation.
13714         Try to clean up the requests and responses.
13715         Refactor parsing the supported methods.
13716
13717         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13718         (rtsp_connection_create), (rtsp_connection_send),
13719         (parse_response_status), (parse_request_line),
13720         (rtsp_connection_receive), (rtsp_connection_close),
13721         (rtsp_connection_free):
13722         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13723         (rtsp_transport_init), (rtsp_transport_parse),
13724         (rtsp_transport_free):
13725         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13726         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13727         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13728         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13729         Use g_return_val some more.
13730
13731         * gst/rtsp/rtspdefs.h:
13732         Add more enum values to track initial states.
13733
13734         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13735         (rtsp_message_init_request), (rtsp_message_new_response),
13736         (rtsp_message_init_response), (rtsp_message_init_data),
13737         (rtsp_message_unset), (rtsp_message_free),
13738         (rtsp_message_add_header), (rtsp_message_remove_header),
13739         (rtsp_message_get_header), (rtsp_message_set_body),
13740         (rtsp_message_take_body), (rtsp_message_get_body),
13741         (rtsp_message_steal_body), (rtsp_message_dump):
13742         * gst/rtsp/rtspmessage.h:
13743         Reorder arguments, object goes as the first one.
13744         Use g_return_val some more.
13745
13746 2006-09-18  Wim Taymans  <wim@fluendo.com>
13747
13748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13749         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13750         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13751         * gst/rtsp/gstrtspsrc.h:
13752         Export sometimes source pad with correct caps on the template, create
13753         the ghostpad from the template.
13754         Remove RTCP template as we never expose RTCP.
13755         Protect against invalid body size.
13756         Avoid memcpy when creating the output buffer.
13757         Properly post an error and send EOS when the loop function is shut down.
13758
13759 2006-09-18  Wim Taymans  <wim@fluendo.com>
13760
13761         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13762
13763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13764         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13765         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13766         * gst/rtsp/gstrtspsrc.h:
13767         Make sure we can never set an invalid location.
13768
13769         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13770         * gst/rtsp/rtspmessage.h:
13771         Added _steal_body method for future use.
13772
13773         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13774         Make freeing of NULL url return immediatly.
13775
13776 2006-09-18  Wim Taymans  <wim@fluendo.com>
13777
13778         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13779
13780         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13781         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13782         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13783         (gst_rtspsrc_change_state):
13784         * gst/rtsp/gstrtspsrc.h:
13785         Use boilerplate.
13786         Make rtspsrc subclass GstBin to make state changes easier.
13787         Add Range header field on the PLAY request.
13788
13789 2006-09-18  Wim Taymans  <wim@fluendo.com>
13790
13791         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13792
13793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13794         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13795         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13796         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13797         * gst/rtsp/rtspconnection.c: (inet_aton):
13798         Small cleanups.
13799         when multicast is selected as the transport, create UDP sources and
13800         connect to the multicast group.
13801         Move parsing and setting of caps to a common place.
13802         Fixes #349894.
13803
13804 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13805
13806         * ext/flac/gstflactag.c:
13807         * gst/alpha/gstalpha.c:
13808         * gst/debug/breakmydata.c:
13809         * gst/debug/negotiation.c:
13810         * gst/debug/testplugin.c:
13811         * gst/effectv/gstaging.c:
13812         * gst/effectv/gstdice.c:
13813         * gst/effectv/gstedge.c:
13814         * gst/effectv/gstquark.c:
13815         * gst/effectv/gstrev.c:
13816         * gst/effectv/gstshagadelic.c:
13817         * gst/effectv/gstvertigo.c:
13818         * gst/effectv/gstwarp.c:
13819         * gst/multipart/multipartdemux.c:
13820         * gst/multipart/multipartmux.c:
13821         * gst/videobox/gstvideobox.c:
13822         * gst/videofilter/gstgamma.c:
13823         * gst/videofilter/gstvideotemplate.c:
13824         * gst/videomixer/videomixer.c:
13825         * sys/sunaudio/gstsunaudiosrc.h:
13826         More G_OBJECT macro fixing.
13827
13828 2006-09-16  Wim Taymans  <wim@fluendo.com>
13829
13830         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13831
13832         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13833         Correctly set the dwLength in strh.
13834         With this patch, the file duration is now displayed correctly in window
13835         media player and the AVI plays completely. Fixes #356147
13836
13837 2006-09-15  Wim Taymans  <wim@fluendo.com>
13838
13839         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13840
13841         * sys/sunaudio/gstsunaudiomixerctrl.c:
13842         (gst_sunaudiomixer_ctrl_build_list):
13843         Set the output track as the MASTER so that the gnome-settings-daemon
13844         keybindings for changing the volume using the keyboard works.
13845         Fixes #356142.
13846
13847 2006-09-15  Wim Taymans  <wim@fluendo.com>
13848
13849         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13850         Fix documentation, it is not possible to control the framerate of jpegdec
13851         using filtered caps yet. Fixes #355210.
13852         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13853         stop when there is an error.
13854
13855 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13858         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13859           Don't interpret a first buffer with an offset of NONE as
13860           'from the middle of the stream', but only a first buffer
13861           that has a valid buffer offset that's non-zero (see #345449).
13862
13863 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13864
13865         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13866         (gst_icydemux_typefind_or_forward):
13867         * gst/icydemux/gsticydemux.h:
13868           When we merge/collect multiple incoming buffers for typefinding
13869           purposes, keep an initial 0 offset on the first outgoing buffer
13870           as well (otherwise id3demux won't work right). Fixes #345449.
13871           Also Make buffer metadata writable before setting buffer caps.
13872
13873         * tests/check/elements/icydemux.c: (typefind_succeed),
13874         (cleanup_icydemux), (push_data), (GST_START_TEST),
13875         (icydemux_suite):
13876           Small test case for the above.
13877
13878 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13879
13880         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13881         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13882         (gst_avi_demux_stream_header_push),
13883         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13884         (gst_avi_demux_loop):
13885           More code reuse and better logging in _peek_chunk(). Reintroduce check
13886           for chunk sizes before reading them (avoid oom). Better handling for 
13887           invalid chunksizes when streaming.
13888
13889 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13890
13891         * gst/level/gstlevel.c: (gst_level_set_property):
13892         * gst/level/gstlevel.h:
13893           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13894           René Stadler
13895
13896 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13897
13898         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13899         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13900         (gst_avi_demux_stream_data):
13901           Revert one change to fix streaming avi (adapter size != data size).
13902
13903 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13906
13907         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13908         (gst_matroska_demux_reset),
13909         (gst_matroska_demux_read_track_encodings),
13910         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13911         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13912         (gst_matroska_demux_subtitle_caps):
13913         * gst/matroska/matroska-ids.h:
13914           Add support for VOBSUB subtitle tracks and zlib-compressed
13915           tracks. Make sure we start on a keyframe after a seek. (#343348)
13916
13917 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13918
13919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13920         (gst_matroska_demux_push_flac_codec_priv_data),
13921         (gst_matroska_demux_push_xiph_codec_priv_data),
13922         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13923         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13924         * gst/matroska/matroska-ids.h:
13925           Add basic FLAC support (#311586), not perfect yet though, needs some
13926           tweaking in flacdec; also, seeking could be better.
13927           Do better bounds checking when deserialising vorbis stream headers
13928           to make sure we don't read beyond the end of the buffer on bad input.
13929
13930 2006-09-04  Wim Taymans  <wim@fluendo.com>
13931
13932         Patch by: Alessandro Decina <alessandro at nnva dot org>
13933
13934         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13935         Seeking back in a file containing a CMML stream errors out if the seek
13936         goes back up to the CMML headers. This is because after the seek the xml
13937         processing instruction <?xml ...?> is submitted to the xml parser again, 
13938         which results in an error. The attached patch fixes the problem. 
13939         Fixes #353908.
13940
13941         * ext/annodex/gstcmmlenc.h:
13942         Fix authors name.
13943
13944
13945 2006-08-28  Andy Wingo  <wingo@pobox.com>
13946
13947         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13948         New helper function to lessen the ifdefs.
13949         (GST_INFO_OBJECT): 
13950         (gst_dv1394src_iso_receive): Use it.
13951         (gst_dv1394src_create): Also use the control sockets in iec61883
13952         mode.
13953         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13954         handle for AVC operations; fixes #348233.
13955
13956 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13957
13958         * configure.ac:
13959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13960         * docs/plugins/inspect/plugin-audiofx.xml:
13961         * docs/plugins/inspect/plugin-audiofxgood.xml:
13962         * gst/audiofx/Makefile.am:
13963         * gst/audiofx/audiofx.c:
13964         * gst/audiofxgood/.cvsignore:
13965         * gst/audiofxgood/Makefile.am:
13966         * gst/audiofxgood/audiofx.c:
13967         * gst/audiofxgood/audiopanorama.c:
13968         * gst/audiofxgood/audiopanorama.h:
13969           Rename again (audiofxgood -> audiofx).
13970
13971 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13972
13973         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13974         (gst_avi_demux_stream_scan):
13975           Initialze variables.
13976
13977 2006-08-25  Wim Taymans  <wim@fluendo.com>
13978
13979         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13980         (gst_avi_demux_init), (gst_avi_demux_finalize),
13981         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13982         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13983         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13984         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13985         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13986         (gst_avi_demux_massage_index),
13987         (gst_avi_demux_calculate_durations_from_index),
13988         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13989         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13990         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13991         (gst_avi_demux_change_state):
13992         * gst/avi/gstavidemux.h:
13993         More attempts to turn this into readable code.
13994         Don't leak adapters.
13995         Calculate duration according to index more efficiently.
13996         Don't try to act like we drive the pipeline in chain mode.
13997
13998 2006-08-25  Wim Taymans  <wim@fluendo.com>
13999
14000         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14001         Fix build.
14002
14003 2006-08-25  Wim Taymans  <wim@fluendo.com>
14004
14005         Patch by: Alessandro Decina <alessandro at nnva dot org>
14006
14007         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14008         Do some extra sanity checks.
14009         Fixes #350340.
14010
14011         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14012         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14013         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14014         Check if clip->start_time is valid before adding the clip to the
14015         track list.
14016         Reset enc->preamble going from PAUSED to READY.
14017         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14018         only used for EOS.
14019         Only post an error message if we were the one that created the fatal
14020         GstFlowReturn value.
14021
14022         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14023         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14024         Parse the seconds field of the npt-sec time format using %llu rather than
14025         %d and check that the value scaled by GST_SECOND doesn't overflow.
14026         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14027         Lookup a clip's track with clip->track rather than clip->id which
14028         makes no sense.
14029         Identify a clip by its track and start time and not its xml id.
14030         do some more input checking and make sure we don't do undefined shifts.
14031
14032         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14033         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14034         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14035         (push_clip), (push_empty_clip), (check_output_clip),
14036         (GST_START_TEST), (cmmldec_suite):
14037         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14038         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14039         (check_headers), (push_clip), (check_clip_times), (check_clip),
14040         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14041         Added some more checks.
14042
14043 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14044
14045         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14046         (gst_audio_panorama_set_property),
14047         (gst_audio_panorama_get_property),
14048         (gst_audio_panorama_transform_m2s_int),
14049         (gst_audio_panorama_transform_s2s_int),
14050         (gst_audio_panorama_transform_m2s_float),
14051         (gst_audio_panorama_transform_s2s_float):
14052         * gst/audiofxgood/audiopanorama.h:
14053         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14054           Make also the pan-property float (saves scaling and yields better
14055           resolution)
14056
14057 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14058
14059         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14060         (gst_audio_panorama_transform_m2s_float),
14061         (gst_audio_panorama_transform_s2s_float):
14062           ChangeLog surgery to add cymax's real name
14063
14064
14065 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14066
14067         Patch by: René Stadler <mail@renestadler.de>
14068
14069         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14070         (gst_audio_panorama_transform_m2s_int),
14071         (gst_audio_panorama_transform_s2s_int),
14072         (gst_audio_panorama_transform_m2s_float),
14073         (gst_audio_panorama_transform_s2s_float),
14074         (gst_audio_panorama_transform):
14075         * gst/audiofxgood/audiopanorama.h:
14076           Added float support
14077
14078 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14079
14080         * gst/audiofxgood/audiopanorama.c:
14081         (gst_audio_panorama_transform_m2s):
14082           Fix docs & debug category. Add Fixme for volume pan levels.
14083
14084 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14085
14086         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14087         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14088         (gst_avi_demux_stream_header_pull),
14089         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14090         (gst_avi_demux_chain):
14091           unbreak AVI index handling, some more debug, remove an obsolete
14092           adapter_flush that caused streaming to wander off in the wild
14093
14094 2006-08-24  Wim Taymans  <wim@fluendo.com>
14095
14096         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14097         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14098         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14099         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14100         (gst_avi_demux_calculate_durations_from_index),
14101         (gst_avi_demux_stream_header_push),
14102         (gst_avi_demux_stream_header_pull):
14103         * gst/avi/gstavidemux.h:
14104         Some more cleanups. 
14105         Fix totalFrames parsing in ODML.
14106         Disable use of index for length calculation in case of ODML as this is
14107         broken now.
14108
14109 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14112           Use libgsttag helper function here too.
14113
14114 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14115
14116         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14117         (gst_avi_demux_init), (gst_avi_demux_dispose),
14118         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14119         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14120         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14121         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14122         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14123         (gst_avi_demux_parse_subindex),
14124         (gst_avi_demux_read_subindexes_push),
14125         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14126         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14127         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14128         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14129         (gst_avi_demux_stream_header_pull),
14130         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14131         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14132         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14133         (gst_avi_demux_change_state):
14134         * gst/avi/gstavidemux.h:
14135           Initial streaming support for avidemux (fixes #336465)
14136
14137 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14138
14139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14140           There is no taglibmux element ...
14141
14142         * gst/rtsp/gstrtspsrc.c:
14143           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14144           was complaining about unknown entity here.
14145
14146 2006-08-22  Wim Taymans  <wim@fluendo.com>
14147
14148         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14149         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14150         (gst_avi_demux_process_next_entry):
14151         * gst/avi/gstavidemux.h:
14152         Mark DISCONT.
14153         Remove old unused fields and reorder the struct a bit.
14154
14155 2006-08-22  Wim Taymans  <wim@fluendo.com>
14156
14157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14158         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14159         (gst_rtspsrc_pause):
14160         * gst/rtsp/gstrtspsrc.h:
14161         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14162         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14163         Small documentation updates.
14164
14165 2006-08-22  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14168         (gst_avi_demux_index_entry_for_time),
14169         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14170         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14171         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14172         (gst_avi_demux_next_data_buffer),
14173         (gst_avi_demux_calculate_durations_from_index),
14174         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14175         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14176         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14177         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14178         * gst/avi/gstavidemux.h:
14179         Precalc most of the duration query for each stream.
14180         Make seeking more correct.
14181         Use GstSegment to track position and duration.
14182         Code cleanups and leak fixes.
14183         Calculate correct total duration based on index length.
14184
14185 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14186
14187         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14188         (parse_insert_string_field):
14189           If strings in text fields are marked ISO8859-1, but contain
14190           valid UTF-8 already, then handle them as UTF-8 and ignore
14191           the encoding. (#351794)
14192
14193 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14194
14195         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14196         (gst_flac_dec_write), (gst_flac_dec_loop),
14197         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14198         (gst_flac_dec_src_query):
14199         * ext/flac/gstflacdec.h:
14200           Make flac-in-ogg work (#352100).
14201
14202 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14203
14204         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14205           Don't unref buffers of which we've already given away
14206           ownership to the adapter.
14207
14208 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14209
14210         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14211           Make metadata extraction actually work.
14212
14213         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14214         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14215         (gst_speexenc_chain):
14216           Fix metadata writing: replace old code which wrote completely
14217           broken tags with libgsttag-based code. Plus miscellaneous
14218           code cleanups (use static pad templates etc.) and a bunch
14219           of leak fixes.
14220
14221 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14222
14223         * gst/audiopanorama/.cvsignore:
14224         * gst/audiopanorama/Makefile.am:
14225         * gst/audiopanorama/audiofx.c:
14226         * gst/audiopanorama/audiopanorama.c:
14227         * gst/audiopanorama/audiopanorama.h:
14228           die! die! die! you should never have been there
14229
14230 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14231
14232         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14233         Fix invalid memory access in audiopanorama test suite.
14234
14235 2006-08-21  Edward Hervey  <edward@fluendo.com>
14236
14237         * tests/check/elements/.cvsignore:
14238         ignore built file
14239
14240 2006-08-21  Wim Taymans  <wim@fluendo.com>
14241
14242         * gst/rtp/Makefile.am:
14243         Fix the build again.
14244
14245 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14246
14247         * gst/audiofxgood/.cvsignore:
14248         * gst/audiofxgood/Makefile.am:
14249         * gst/audiofxgood/audiofx.c: (plugin_init):
14250         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14251         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14252         (gst_audio_panorama_set_property),
14253         (gst_audio_panorama_get_property),
14254         (gst_audio_panorama_get_unit_size),
14255         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14256         (gst_audio_panorama_transform_m2s),
14257         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14258         * gst/audiofxgood/audiopanorama.h:
14259           resubmit with the desired name *again*
14260
14261 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14262
14263         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14264         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14265           use g_assert in _get_unit_size
14266
14267 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14268
14269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14271         * docs/plugins/inspect/plugin-audiofxgood.xml:
14272           cleanup -unused.txt to make it useful, add previously missing docs
14273
14274         * ext/Makefile.am:
14275           Quietly (accidentally) enable LADSPA for building by default, 
14276           despite the fact that it doesn't meet the plugin checklist.
14277             -- Added by Jan Schmidt 18 Dec 2006
14278
14279         * ext/esd/esdmon.c:
14280         * ext/esd/esdsink.c:
14281         * ext/esd/gstesd.c: (plugin_init):
14282           reflow to get rid of two external symbols
14283
14284         * gst/audiofxgood/audiofx.c: (plugin_init):
14285           re-add
14286
14287 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14288
14289         * configure.ac:
14290         * gst/audiofxgood/.cvsignore:
14291         * gst/audiofxgood/Makefile.am:
14292         * gst/audiofxgood/audiofx.c
14293         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14294         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14295         (gst_audio_panorama_set_property),
14296         (gst_audio_panorama_get_property),
14297         (gst_audio_panorama_get_unit_size),
14298         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14299         (gst_audio_panorama_transform_m2s),
14300         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14301         * gst/audiofxgood/audiopanorama.h:
14302         * tests/check/Makefile.am:
14303         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14304         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14305         (panorama_suite), (main):
14306         Add audiofxgood plugin with audiopanorama element
14307
14308 2006-08-18  Wim Taymans  <wim@fluendo.com>
14309
14310         * docs/plugins/Makefile.am:
14311         More Oss docs fixage. 
14312
14313 2006-08-18  Wim Taymans  <wim@fluendo.com>
14314
14315         * gst/rtp/Makefile.am:
14316         * gst/rtp/gstrtp.c: (plugin_init):
14317         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14318         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14319         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14320         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14321         (gst_rtp_sv3v_depay_get_property),
14322         (gst_rtp_sv3v_depay_change_state),
14323         (gst_rtp_sv3v_depay_plugin_init):
14324         * gst/rtp/gstrtpsv3vdepay.h:
14325         Added experimental SVQ3 depayloader.
14326
14327 2006-08-18  Edward Hervey  <edward@fluendo.com>
14328
14329         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14330         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14331         * ext/dv/gstdvdemux.h:
14332         When handling seek requests, don't send the newsegment event from the
14333         calling thread. Instead save it so it can be sent from the streaming
14334         thread.
14335
14336 2006-08-17  Wim Taymans  <wim@fluendo.com>
14337
14338         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14339
14340         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14341         Accept leading whitespace before the boundary
14342         This patch makes the demuxer allow some whitespace before the actual
14343         boundary. This makes the demuxer work with the ``old'' gstreamer
14344         multipartmuxer again (which placed an extra \n before the start
14345         of the stream) Fixes #349068.
14346
14347 2006-08-17  Wim Taymans  <wim@fluendo.com>
14348
14349         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14350         Error out on non-implemented stuff.
14351
14352 2006-08-16  Wim Taymans  <wim@fluendo.com>
14353
14354         Patch by: Andy Wingo <wingo at pobox dot com>
14355
14356         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14357         (gst_signal_processor_start), (gst_signal_processor_stop),
14358         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14359         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14360         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14361         (gst_signal_processor_change_state):
14362         Make ladspa elements reusable. Fixes #350006.
14363
14364 2006-08-16  Wim Taymans  <wim@fluendo.com>
14365
14366         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14367         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14368         names as possible. Fixes #349901.
14369
14370 2006-08-16  Wim Taymans  <wim@fluendo.com>
14371
14372         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14373         (gst_signal_processor_do_pushes):
14374         A push() gives away our refcount so we should not use the buffer on the
14375         pen anymore.
14376
14377 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14380         (gst_oss_mixer_element_finalize):
14381           Don't leak device string.
14382
14383 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * configure.ac:
14386           Require CVS of GStreamer core and -base (for
14387           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14388
14389         * ext/taglib/gstid3v2mux.cc:
14390           Write extended comment tags properly (#348762).
14391
14392         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14393         (parse_comment_frame):
14394           Extract COMM frames into extended comments, which makes it
14395           easier to properly retain the description bit of the tag
14396           and maintain this information when re-tagging (#348762).
14397
14398 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * tests/check/Makefile.am:
14401           Don't try to run annodex unit tests if the annodex
14402           plugin has not been built (Fixes #351116).
14403
14404 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14405
14406         * gst/autodetect/gstautoaudiosink.c:
14407         (gst_auto_audio_sink_find_best):
14408           When we can't find a usable audiosink, don't error out,
14409           but use a fake sink instead and post a warning message
14410           on the bus (#341278).
14411
14412 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14415         * sys/oss/gstosssink.c:
14416         * sys/oss/gstosssrc.c:
14417           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14418           ossmixer's new device property.
14419
14420         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14421         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14422           Add docs for OSS elements.
14423
14424         * docs/plugins/inspect/plugin-aasink.xml:
14425         * docs/plugins/inspect/plugin-alaw.xml:
14426         * docs/plugins/inspect/plugin-alpha.xml:
14427         * docs/plugins/inspect/plugin-alphacolor.xml:
14428         * docs/plugins/inspect/plugin-annodex.xml:
14429         * docs/plugins/inspect/plugin-apetag.xml:
14430         * docs/plugins/inspect/plugin-auparse.xml:
14431         * docs/plugins/inspect/plugin-autodetect.xml:
14432         * docs/plugins/inspect/plugin-avi.xml:
14433         * docs/plugins/inspect/plugin-cacasink.xml:
14434         * docs/plugins/inspect/plugin-cairo.xml:
14435         * docs/plugins/inspect/plugin-cdio.xml:
14436         * docs/plugins/inspect/plugin-cutter.xml:
14437         * docs/plugins/inspect/plugin-debug.xml:
14438         * docs/plugins/inspect/plugin-dv.xml:
14439         * docs/plugins/inspect/plugin-efence.xml:
14440         * docs/plugins/inspect/plugin-effectv.xml:
14441         * docs/plugins/inspect/plugin-esdsink.xml:
14442         * docs/plugins/inspect/plugin-flac.xml:
14443         * docs/plugins/inspect/plugin-flxdec.xml:
14444         * docs/plugins/inspect/plugin-gconfelements.xml:
14445         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14446         * docs/plugins/inspect/plugin-goom.xml:
14447         * docs/plugins/inspect/plugin-halelements.xml:
14448         * docs/plugins/inspect/plugin-icydemux.xml:
14449         * docs/plugins/inspect/plugin-id3demux.xml:
14450         * docs/plugins/inspect/plugin-jpeg.xml:
14451         * docs/plugins/inspect/plugin-level.xml:
14452         * docs/plugins/inspect/plugin-matroska.xml:
14453         * docs/plugins/inspect/plugin-mulaw.xml:
14454         * docs/plugins/inspect/plugin-multipart.xml:
14455         * docs/plugins/inspect/plugin-navigationtest.xml:
14456         * docs/plugins/inspect/plugin-ossaudio.xml:
14457         * docs/plugins/inspect/plugin-png.xml:
14458         * docs/plugins/inspect/plugin-rtp.xml:
14459         * docs/plugins/inspect/plugin-rtsp.xml:
14460         * docs/plugins/inspect/plugin-shout2send.xml:
14461         * docs/plugins/inspect/plugin-smpte.xml:
14462         * docs/plugins/inspect/plugin-speex.xml:
14463         * docs/plugins/inspect/plugin-taglib.xml:
14464         * docs/plugins/inspect/plugin-udp.xml:
14465         * docs/plugins/inspect/plugin-videobalance.xml:
14466         * docs/plugins/inspect/plugin-videobox.xml:
14467         * docs/plugins/inspect/plugin-videoflip.xml:
14468         * docs/plugins/inspect/plugin-videomixer.xml:
14469         * docs/plugins/inspect/plugin-wavenc.xml:
14470         * docs/plugins/inspect/plugin-wavparse.xml:
14471         * docs/plugins/inspect/plugin-ximagesrc.xml:
14472           Update to CVS version.
14473           
14474 2006-08-16  Wim Taymans  <wim@fluendo.com>
14475
14476         * gst/rtp/gstrtpamrdepay.c:
14477         * gst/rtp/gstrtpmp4gdepay.c:
14478         Caps extra properties must be defined as strings for
14479         depayloaders because they are generated from an SDP.
14480
14481         * gst/rtp/Makefile.am:
14482         * gst/rtp/gstrtp.c: (plugin_init):
14483         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14484         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14485         (gst_rtp_h264_depay_finalize), (decode_base64),
14486         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14487         (gst_rtp_h264_depay_set_property),
14488         (gst_rtp_h264_depay_get_property),
14489         (gst_rtp_h264_depay_change_state),
14490         (gst_rtp_h264_depay_plugin_init):
14491         * gst/rtp/gstrtph264depay.h:
14492         Added basic, not completely functional RFC 3984 H264 depayloader.
14493
14494 2006-08-16  Wim Taymans  <wim@fluendo.com>
14495
14496         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14497         Add pads after setting them up.
14498
14499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14500         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14501         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14502         (gst_rtspsrc_stream_setup_rtp),
14503         (gst_rtspsrc_stream_configure_transport),
14504         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14505         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14506         (gst_rtspsrc_pause):
14507         * gst/rtsp/gstrtspsrc.h:
14508         Fix interleaved mode.
14509          - Protect streaming with lock.
14510          - Combine flows
14511          - set caps on outgoing buffers.
14512          - strip trailing \0 from data packets.
14513          - Configure RTP/RTCP in stream.
14514         Use DEBUG_OBJECT more.
14515
14516 2006-08-16  Wim Taymans  <wim@fluendo.com>
14517
14518         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14519         Turn a g_print into a DEBUG line.
14520
14521 2006-08-13  Wim Taymans  <wim@fluendo.com>
14522
14523         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14524         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14525         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14526         (gst_oss_mixer_element_get_property),
14527         (gst_oss_mixer_element_change_state):
14528         * sys/oss/gstossmixerelement.h:
14529         Small cleanups. Better error reporting.
14530         Add device property for the mixer instead of the hardcoded
14531         /dev/mixer. Fixes #350785.
14532         API: GstOssMixerElement::device property
14533
14534 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14535
14536         Patch by: Jens Granseuer <jensgr at gmx net>
14537
14538         * gconf/Makefile.am:
14539           Make --disable-schemas work right (they still need
14540           to be copied to the installation directory, just not
14541           applied). Fixes #351347 (also #344100).
14542           
14543 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14544
14545         * configure.ac: back to HEAD
14546
14547 === release 0.10.4 ===
14548
14549 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14550
14551         * configure.ac:
14552           releasing 0.10.4, "Dear Leader"
14553
14554 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         Patch by: Edward Hervey <edward@fluendo.com>
14557
14558         * configure.ac:
14559         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14560         (gst_wavparse_stream_data):
14561         Send the newsegment event in the streaming thread.
14562         Fixes #347529
14563
14564 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14567         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14568         (gst_smokeenc_resync), (gst_smokeenc_chain):
14569           Refuse sink caps in the encoder if width or height is not a
14570           multiple of 16, the encoder does not support that yet (#349939);
14571           along the same lines, check the return value of the encoder
14572           setup function; also remove some debug log clutter.
14573
14574 2006-08-04  Andy Wingo  <wingo@pobox.com>
14575
14576         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14577         whether a processor can work in place or not, and for keeping
14578         track of its state. Change the FlowReturn instance variable from
14579         "state" to "flow_state", all callers changed.
14580
14581         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14582         (gst_signal_processor_start, gst_signal_processor_stop)
14583         (gst_signal_processor_cleanup): New functions to manage the
14584         processor's state.
14585         (gst_signal_processor_setcaps): start() as well as setup() here.
14586         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14587         (gst_signal_processor_change_state): Stop and cleanup the
14588         processor as we go to NULL.
14589
14590         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14591         INPLACE_BROKEN is not set.
14592
14593         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14594         Do the alloc_buffer in bytes, not frames.
14595         
14596 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14597
14598         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14599         Fix rgb masks when recording in < 24bpp.
14600
14601 2006-08-04  Andy Wingo  <wingo@pobox.com>
14602
14603         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14604         (gst_signal_processor_prepare)
14605         (gst_signal_processor_update_inputs)
14606         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14607         (gst_signal_processor_flush)
14608         (gst_signal_processor_sink_activate_push)
14609         (gst_signal_processor_src_activate_pull)
14610         (gst_signal_processor_change_state): Remove the last of the code
14611         that assumes that we process whole buffers at a time. Fix some
14612         debugging. Seems to work now in some cases.
14613         (gst_signal_processor_src_activate_pull): BPB
14614
14615 2006-08-01  Andy Wingo  <wingo@pobox.com>
14616
14617         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14618         Fix nframes-choosing.
14619         (gst_signal_processor_init): Init pending_in and pending_out.
14620
14621         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14622         more default sample rate, although we never check that the sample
14623         rate actually gets set. Something for the future.
14624         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14625         (gst_signal_processor_event): Refcount fixen.
14626         (gst_signal_processor_process): Pull the number of frames to
14627         process from the sizes of the buffers in the input pens.
14628         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14629         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14630         it instead of buffer_frames.
14631         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14632         to do_pulls.
14633         (gst_signal_processor_chain)
14634         (gst_signal_processor_sink_activate_push)
14635         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14636
14637         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14638
14639 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14640
14641         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14642         (gst_signal_processor_process):
14643           don't query buffer-frames from caps, add lots of debug-log,
14644           try fix for assert (#349189)
14645
14646 2006-07-31  Wim Taymans  <wim@fluendo.com>
14647
14648         * gst/udp/gstudpsrc.c:
14649         Fix docs.
14650
14651 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14652
14653         * ext/ladspa/gstsignalprocessor.c:
14654         (gst_signal_processor_add_pad_from_template),
14655         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14656         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14657         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14658         (gst_signal_processor_sink_activate_push),
14659         (gst_signal_processor_src_activate_pull),
14660         (gst_signal_processor_change_state):
14661          Add debugs logs here and there, add more error handling, add some
14662          FIXME comments, filed #349189
14663
14664 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14665
14666         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14667         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14668         Set caps on buffer correctly.  Fixes bug #349155.
14669
14670 2006-07-28  Wim Taymans  <wim@fluendo.com>
14671
14672         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14673
14674         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14675         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14676         (gst_multipart_demux_finalize), (get_line_end),
14677         (multipart_parse_header), (multipart_find_boundary),
14678         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14679         (gst_multipart_set_property), (gst_multipart_get_property):
14680         Uses GstAdapter instead of own buffering.
14681         Actually parses the mime-type correctly (In tests the mime-type was
14682         always "" with the old version).
14683         Uses the Content-length header if available to speed up things.
14684         Reliably autoscans the boundary name by default.
14685         Fixes #349068.
14686
14687         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14688         Don't start the stream with a \n.
14689
14690 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14691
14692         Patch by: Brian Cameron <brian dot cameron at sun com>
14693
14694         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14695           Open source with O_NONBLOCK (#349015).
14696
14697 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14698
14699         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14700         (gst_avi_demux_massage_index):
14701         * gst/avi/gstavidemux.h:
14702           Whitespace fixes and more debug
14703
14704 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14705
14706         * gst/autodetect/gstautoaudiosink.c:
14707         (gst_auto_audio_sink_create_element_with_pretty_name),
14708         (gst_auto_audio_sink_find_best),
14709         (gst_auto_audio_sink_change_state):
14710           Get rid of old and unused magic sound-server properties stuff.
14711           Add suffix to child sink's name that makes it easy to see from
14712           the name alone which type it actually is (alsa, oss, esd, etc.).
14713
14714 2006-07-27  Wim Taymans  <wim@fluendo.com>
14715
14716         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14717         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14718         (gst_udpsrc_start):
14719         * gst/udp/gstudpsrc.h:
14720         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14721         not some sort of feature we enable.
14722
14723 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14726           Use CLOSE_SOCKET() here instead of close() to maintain
14727           win32 workiness.
14728
14729 2006-07-27  Wim Taymans  <wim@fluendo.com>
14730
14731         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14732
14733         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14734         (gst_udpsrc_create), (gst_udpsrc_set_property),
14735         (gst_udpsrc_get_property), (gst_udpsrc_start):
14736         * gst/udp/gstudpsrc.h:
14737         Added "buffer-size" property to control the kernel receive buffer size.
14738         Update documentation.
14739         Small cleanups. Fixes #348752.
14740         API: buffer-size property
14741
14742 2006-07-26  Wim Taymans  <wim@fluendo.com>
14743
14744         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14745
14746         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14747         (gst_rtp_pcma_pay_handle_buffer):
14748         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14749         (gst_rtp_pcmu_pay_handle_buffer):
14750         Fix timestamp calculation on outgoing RTP packets.
14751         Fixes #348675.
14752
14753 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         * ext/taglib/gstid3v2mux.cc:
14756           Fix writing of comment frames (should be COMM not TCOM),
14757           is still sub-optimal though, since we don't retain or
14758           extract the comment descriptions properly (#334375,
14759           also see #334375).
14760
14761 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst/wavparse/gstwavparse.c:
14764           #define 'fact' RIFF chunk if we are not compiling against
14765           -base CVS (we don't want to depend on -base CVS for this
14766           one define only, and also not for release order reasons).
14767
14768 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * ext/taglib/gstid3v2mux.cc:
14771           Handle multiple tags of the same type properly. Re-inject
14772           unparsed ID3v2 frames that we get as binary blobs from
14773           id3demux into the tag again so we don't lose information
14774           when retagging (#334375).
14775
14776 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14777
14778         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14779           Document newly-added properties properly, so that there is a
14780           'Since: 0.10.4' in the plugin docs. Convert some property
14781           names into canonical GObject style (GObject will do that
14782           internally anyway).
14783
14784 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * gst/id3demux/id3tags.c:
14787         (id3demux_add_id3v2_frame_blob_to_taglist):
14788           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14789           well, and add the version to the blob's buffer caps, since that
14790           information will be needed for deserialisation later on (#348644).
14791
14792 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14793
14794         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14795         (gst_avi_demux_parse_stream):
14796          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14797          indentation and spacing.
14798
14799 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * docs/plugins/Makefile.am:
14802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14803         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14804         * docs/plugins/gst-plugins-good-plugins.args:
14805         * docs/plugins/inspect/plugin-1394.xml:
14806         * docs/plugins/inspect/plugin-aasink.xml:
14807         * docs/plugins/inspect/plugin-alaw.xml:
14808         * docs/plugins/inspect/plugin-alpha.xml:
14809         * docs/plugins/inspect/plugin-alphacolor.xml:
14810         * docs/plugins/inspect/plugin-annodex.xml:
14811         * docs/plugins/inspect/plugin-apetag.xml:
14812         * docs/plugins/inspect/plugin-auparse.xml:
14813         * docs/plugins/inspect/plugin-autodetect.xml:
14814         * docs/plugins/inspect/plugin-avi.xml:
14815         * docs/plugins/inspect/plugin-cacasink.xml:
14816         * docs/plugins/inspect/plugin-cairo.xml:
14817         * docs/plugins/inspect/plugin-cdio.xml:
14818         * docs/plugins/inspect/plugin-cutter.xml:
14819         * docs/plugins/inspect/plugin-debug.xml:
14820         * docs/plugins/inspect/plugin-dv.xml:
14821         * docs/plugins/inspect/plugin-efence.xml:
14822         * docs/plugins/inspect/plugin-effectv.xml:
14823         * docs/plugins/inspect/plugin-esdsink.xml:
14824         * docs/plugins/inspect/plugin-flac.xml:
14825         * docs/plugins/inspect/plugin-flxdec.xml:
14826         * docs/plugins/inspect/plugin-gconfelements.xml:
14827         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14828         * docs/plugins/inspect/plugin-goom.xml:
14829         * docs/plugins/inspect/plugin-halelements.xml:
14830         * docs/plugins/inspect/plugin-icydemux.xml:
14831         * docs/plugins/inspect/plugin-id3demux.xml:
14832         * docs/plugins/inspect/plugin-jpeg.xml:
14833         * docs/plugins/inspect/plugin-level.xml:
14834         * docs/plugins/inspect/plugin-matroska.xml:
14835         * docs/plugins/inspect/plugin-mulaw.xml:
14836         * docs/plugins/inspect/plugin-multipart.xml:
14837         * docs/plugins/inspect/plugin-navigationtest.xml:
14838         * docs/plugins/inspect/plugin-ossaudio.xml:
14839         * docs/plugins/inspect/plugin-png.xml:
14840         * docs/plugins/inspect/plugin-rtp.xml:
14841         * docs/plugins/inspect/plugin-rtsp.xml:
14842         * docs/plugins/inspect/plugin-shout2send.xml:
14843         * docs/plugins/inspect/plugin-smpte.xml:
14844         * docs/plugins/inspect/plugin-speex.xml:
14845         * docs/plugins/inspect/plugin-udp.xml:
14846         * docs/plugins/inspect/plugin-videobalance.xml:
14847         * docs/plugins/inspect/plugin-videobox.xml:
14848         * docs/plugins/inspect/plugin-videoflip.xml:
14849         * docs/plugins/inspect/plugin-videomixer.xml:
14850         * docs/plugins/inspect/plugin-wavenc.xml:
14851         * docs/plugins/inspect/plugin-wavparse.xml:
14852         * docs/plugins/inspect/plugin-ximagesrc.xml:
14853           Update files to CVS/Prerelease version, add esdsink docs.
14854
14855         * ext/esd/esdsink.c:
14856           Add gtk-doc blurb.
14857
14858         * gst/rtp/gstrtpmp4vpay.c:
14859           Fix typo in element description.
14860
14861 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14862
14863         * ext/esd/esdsink.c: (gst_esdsink_open),
14864         (gst_esdsink_factory_init):
14865           Prevent libesd from auto-spawning a sound daemon if it
14866           is not already running. Now that we don't do evil stuff
14867           like that any longer we can give esdsink a rank so that
14868           autoaudiosink will try it as well if all other audio
14869           sinks fail (#343051).
14870
14871 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         * ext/esd/Makefile.am:
14874           Oops, need to remove README from EXTRA_DIST as well.
14875
14876 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         * ext/esd/README:
14879           Remove, it contains nothing useful anyway.
14880
14881         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14882         (gst_esdsink_delay):
14883           Some small clean-ups; use GST_BOILERPLATE etc.
14884
14885 2006-07-24  Wim Taymans  <wim@fluendo.com>
14886
14887         * gst/law/alaw-decode.c: (alawdec_getcaps):
14888         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14889         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14890         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14891         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14892
14893 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14894
14895         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14896         (gst_wavparse_other), (gst_wavparse_perform_seek),
14897         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14898         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14899         (gst_wavparse_pad_query):
14900         * gst/wavparse/gstwavparse.h:
14901           Use information from 'fact' chunk for length calculation of compressed
14902           samples. Calculate bps if bogus value is found in wav header (embeded
14903           mp2/mp3).
14904           
14905
14906 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14907
14908         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14909
14910         * configure.ac:
14911         * gst/udp/Makefile.am:
14912         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14913         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14914         * gst/udp/gstdynudpsink.h:
14915         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14916         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14917         * gst/udp/gstmultiudpsink.h:
14918         * gst/udp/gstudp.c: (plugin_init):
14919         * gst/udp/gstudpsink.h:
14920         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14921         (gst_udpsrc_start), (gst_udpsrc_stop):
14922         * gst/udp/gstudpsrc.h:
14923         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14924         (gst_udp_net_utils_win32_wsa_startup):
14925         * gst/udp/gstudpnetutils.h:
14926           Port udp plugin to win32 (#345288).
14927
14928 2006-07-24  Wim Taymans  <wim@fluendo.com>
14929
14930         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14931         Remove unwanted DEBUG line.
14932
14933 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         * gst/id3demux/gstid3demux.c: (plugin_init):
14936         * gst/id3demux/id3tags.c:
14937         (id3demux_add_id3v2_frame_blob_to_taglist):
14938         * gst/id3demux/id3tags.h:
14939           On second thought, it might be wiser and more efficient
14940           not to do tag registration from a streaming thread.
14941
14942 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * gst/id3demux/id3tags.c:
14945         (id3demux_add_id3v2_frame_blob_to_taglist),
14946         (id3demux_id3v2_frames_to_tag_list):
14947           Put ID3v2 frames we can't parse as binary blobs into private
14948           tags, so that they are not lost when retagging, at least once
14949           id3v2mux has been taught to re-inject those frames again.
14950           See bug #334375.
14951
14952 2006-07-21  Wim Taymans  <wim@fluendo.com>
14953
14954         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14955         (gst_avi_demux_process_next_entry):
14956         Fix some leaks.
14957
14958         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14959         Don't use \n in debug lines.
14960
14961 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14962
14963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14964         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14965           Add annodex and icydemux, cleanup the sections a bit
14966
14967 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14968
14969         Patch by: Alex Lancaster <alexl at users sourceforge net>
14970
14971         * ext/taglib/gstid3v2mux.cc:
14972           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14973           ID3v2 TSSE frames (#347898).
14974
14975 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14976
14977         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14978           Respect mpegversion for "video/mpeg" and give message in case of
14979           unhandled versions.
14980
14981 2006-07-17  Wim Taymans  <wim@fluendo.com>
14982
14983         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14984         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14985         (gst_pngdec_chain), (gst_pngdec_sink_event),
14986         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14987         (gst_pngdec_sink_activate_push):
14988         * ext/libpng/gstpngdec.h:
14989         Use statically allocated segment instead of leaking.
14990         Various cleanups.
14991         Fix flush and seek handling.
14992
14993 2006-07-16  Wim Taymans  <wim@fluendo.com>
14994
14995         * gst/rtp/Makefile.am:
14996         * gst/rtp/gstrtp.c: (plugin_init):
14997         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14998         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14999         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15000         (gst_rtp_mp4g_depay_set_property),
15001         (gst_rtp_mp4g_depay_get_property),
15002         (gst_rtp_mp4g_depay_change_state),
15003         (gst_rtp_mp4g_depay_plugin_init):
15004         * gst/rtp/gstrtpmp4gdepay.h:
15005         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15006         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15007         (gst_rtp_mp4g_pay_flush):
15008         Added simple generic mpeg4 depayloader.
15009         Fix generic mpeg4 payloader.
15010
15011 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15014           Don't try doing state changes on a NULL pointer.
15015
15016 2006-07-14  Wim Taymans  <wim@fluendo.com>
15017
15018         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15019
15020         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15021         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15022         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15023         * gst/rtp/gstrtpamrdepay.h:
15024         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15025         Fixes #321191
15026
15027 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15028
15029         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15030         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15031         Fix segfault when moving mouse pointer to the bottom right corner.
15032
15033 2006-07-12  Wim Taymans  <wim@fluendo.com>
15034
15035         * gst/rtp/Makefile.am:
15036         * gst/rtp/gstrtp.c: (plugin_init):
15037         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15038         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15039         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15040         (gst_rtp_mp2t_depay_set_property),
15041         (gst_rtp_mp2t_depay_get_property),
15042         (gst_rtp_mp2t_depay_change_state),
15043         (gst_rtp_mp2t_depay_plugin_init):
15044         * gst/rtp/gstrtpmp2tdepay.h:
15045         Added mpeg2 TS depayloader. Closing #347234.
15046
15047 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15048
15049         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15050           Remove g_assert that shouldn't be there and was triggered
15051           after trying to open a device that doesn't exist or can't
15052           be opened for some other reason (#347972).
15053
15054 2006-07-10  Edward Hervey  <edward@fluendo.com>
15055
15056         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15057         (gst_avi_demux_stream_header), (push_tag_lists):
15058         * gst/avi/gstavidemux.h:
15059         Don't push tag events found by gst_riff_parse_info() before outputting
15060         GST_EVENT_NEWSEGMENT.
15061
15062 2006-07-10  Wim Taymans  <wim@fluendo.com>
15063
15064         * gst/rtsp/Makefile.am:
15065         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15066         (rtsp_connection_close):
15067         * gst/rtsp/rtspdefs.h:
15068         replaced closesocket and close in code with one CLOSE_SOCKET. 
15069         Some more cleanups. Fixes #345301.
15070
15071 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * gst/autodetect/gstautoaudiosink.c:
15074           Fix example pipeline in docs.
15075
15076 2006-07-10  Wim Taymans  <wim@fluendo.com>
15077
15078         Patch by: Rob Taylor <robtaylor at floopily dot org>
15079
15080         * gst/udp/gstmultiudpsink.c: (join_multicast),
15081         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15082         If a destination is added before the stream is set to PAUSED, the
15083         multicast group is not joined as the socket is not created yet. 
15084         Also TTL and LOOP should also be set. Fixes #346921.
15085
15086 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15087
15088         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15089         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15090         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15091         (gst_ximage_src_init):
15092         * sys/ximage/gstximagesrc.h:
15093         Fix use-damage property to actually work :)
15094         Add startx, starty, endx, endy properties so screencasts other than full
15095         screen ones can work.
15096
15097 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15098
15099         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15100         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15101         (gst_ximage_src_class_init), (gst_ximage_src_init):
15102         * sys/ximage/gstximagesrc.h:
15103         Add use_damage property to offer ability to choose whether to use
15104         XDamage or not.
15105
15106 2006-07-07  Wim Taymans  <wim@fluendo.com>
15107
15108         * gst/goom/filters.c: (zoomFilterSetResolution):
15109         Avoid goom coredumping by clearing memory. 
15110         Fixes 345679.
15111
15112 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15113
15114         * win32/vs6/libgstid3demux.dsp:
15115         Add a link to libgsttag-0.10.lib.
15116
15117 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15120         (gst_tag_demux_read_range):
15121         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15122         (gst_id3demux_read_range):
15123           Don't return FLOW_UNEXPECTED when a buffer is before
15124           the start of the stream (which might happen with
15125           large ID3v2 tags if the tag reading was done pullrange
15126           based and we then switched to push mode later on).
15127           Fixes regression introduced by commit from June 29th.
15128
15129 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         * ext/taglib/gstid3v2mux.cc:
15132           Make UTF-8 the default encoding when writing string
15133           tags (before, our UTF-8 strings would automatically
15134           be converted to ISO-8859-1 by taglib and written as
15135           ISO-8859-1 fields if that was possible).
15136
15137         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15138         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15139         (test_taglib_id3mux_with_tags):
15140           Add test case that makes sure our UTF-8 strings have
15141           actually been written into the tag as UTF-8.
15142
15143 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * configure.ac:
15146           Let's try that again.
15147
15148 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * configure.ac:
15151           Disable monoscope plugin for now until it fulfills
15152           all the requirements.
15153
15154 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15155
15156         * configure.ac:
15157         * gst/monoscope/Makefile.am:
15158         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15159         (gst_monoscope_class_init), (gst_monoscope_init),
15160         (gst_monoscope_finalize), (gst_monoscope_reset),
15161         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15162         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15163         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15164         (gst_monoscope_change_state), (plugin_init):
15165         * gst/monoscope/gstmonoscope.h:
15166           Port monoscope visualisation to 0.10.
15167
15168 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15171         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15172           Return FLOW_UNEXPECTED when at the end of the file, not
15173           FLOW_ERROR. Fixes 'internal stream error' errors that
15174           would sometimes occur in totem when scrubbing to the
15175           end of an ID3v1 tagged mp3 file.
15176
15177 2006-07-03  Edward Hervey  <edward@fluendo.com>
15178
15179         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15180         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15181         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15182         * ext/libpng/gstpngdec.h:
15183         Implement buffer clipping/dropping using GstSegment.
15184         This provides accurate seeking.
15185
15186 2006-07-03  Edward Hervey  <edward@fluendo.com>
15187
15188         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15189         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15190         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15191         (gst_avi_demux_process_next_entry), (push_tag_lists),
15192         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15193         * gst/avi/gstavidemux.h:
15194         Proper aggregation of each stream's GstFlowReturn in order to figure out
15195         whether the task should stop or not.
15196         Don't send inline events before pushing out a NEW_SEGMENT, more
15197         specifically for GST_TAG_EVENT.
15198         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15199         sub-indexes.
15200
15201 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15204
15205         * sys/sunaudio/gstsunaudiomixerctrl.c:
15206         (gst_sunaudiomixer_ctrl_build_list):
15207           Move "Monitor" slider to input tab so it works more like
15208           sdtaudiocontrol, which is what people on Solaris are used
15209           to using for their mixer program (#346259).
15210
15211 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15212
15213         * tests/check/elements/level.c: (GST_START_TEST):
15214           fix a leak, clean up at the end
15215
15216 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15219         (gst_matroska_demux_send_event),
15220         (gst_matroska_demux_loop_stream_parse_id):
15221         * gst/matroska/matroska-ids.h:
15222           Send tag event after newsegment event.
15223
15224 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15225
15226         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15227         (gst_id3demux_read_range):
15228           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15229           certain cases where a read beyond the end of the file is
15230           requested. Fixes #345930.
15231
15232         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15233         (gst_tag_demux_read_range):
15234           Fix same issue here as well.
15235
15236 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15237
15238         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15239         
15240         Fix hypothetical crash.
15241
15242 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15243
15244         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15245
15246         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15247           Do not modify the ports value. If the user has turned off the
15248           built-in speakers, then we should not reset it in the prepare
15249           function, since this causes the built-in speakers to turn
15250           back on anytime the user changes a track in totem, rhythmbox,
15251           etc. (#346066).
15252
15253 2006-06-23  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15256         Fix double caps unref when negotiation fails.
15257
15258 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15259
15260         * ext/annodex/gstcmmldec.c:
15261         * ext/annodex/gstcmmlenc.c:
15262         * ext/annodex/gstcmmlparser.c:
15263         * ext/dv/gstdvdec.c:
15264         * ext/dv/gstdvdemux.c:
15265         * ext/gdk_pixbuf/pixbufscale.c:
15266         * ext/jpeg/gstjpegenc.c:
15267         * ext/jpeg/gstsmokedec.c:
15268         * ext/jpeg/gstsmokeenc.c:
15269         * ext/libpng/gstpngdec.c:
15270         * ext/libpng/gstpngenc.c:
15271         * ext/speex/gstspeexenc.c:
15272         * gst/alpha/gstalphacolor.c:
15273         * gst/cutter/gstcutter.c:
15274         * gst/debug/gstnavigationtest.c:
15275         * gst/icydemux/gsticydemux.c:
15276         * gst/level/gstlevel.c:
15277         * gst/multipart/multipart.c:
15278         * gst/rtp/gstrtpamrpay.c:
15279         * gst/rtp/gstrtpdepay.c:
15280         * gst/rtp/gstrtpilbcpay.c:
15281         * gst/rtp/gstrtpmp4gpay.c:
15282         * gst/rtp/gstrtpmp4vpay.c:
15283         * gst/rtsp/gstrtpdec.c:
15284         * gst/rtsp/gstrtspsrc.c:
15285         * gst/udp/gstdynudpsink.c:
15286         * gst/udp/gstmultiudpsink.c:
15287         * gst/udp/gstudpsrc.c:
15288         * gst/videobox/gstvideobox.c:
15289         * gst/videofilter/gstvideoflip.c:
15290           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15291           plus two minor macro fixes.
15292
15293 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15294
15295         * gst/matroska/matroska-demux.c:
15296         (gst_matroska_demux_check_subtitle_buffer),
15297         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15298         (gst_matroska_demux_subtitle_caps):
15299         * gst/matroska/matroska-ids.c:
15300         (gst_matroska_track_init_subtitle_context):
15301         * gst/matroska/matroska-ids.h:
15302           Try to fix up broken matroska files containing subtitle
15303           streams with non-UTF8 character encodings (courtesy of
15304           mkvmerge) using either the encoding specified in the
15305           GST_SUBTITLE_ENCODING environment variable or the
15306           current locale's character set if it is non-UTF8.
15307           Fixes #337076.
15308
15309 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15312           Set image type from APIC frame as "image-type" field
15313           of GST_TAG_IMAGE buffer caps (#344605).
15314
15315 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * ext/flac/Makefile.am:
15318         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15319         (gst_flac_dec_reset_decoders),
15320         (gst_flac_dec_setup_seekable_decoder),
15321         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15322         (gst_flac_dec_metadata_callback),
15323         (gst_flac_dec_metadata_callback_seekable),
15324         (gst_flac_dec_metadata_callback_stream),
15325         (gst_flac_dec_error_callback),
15326         (gst_flac_dec_error_callback_seekable),
15327         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15328         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15329         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15330         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15331         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15332         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15333         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15334         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15335         (gst_flac_dec_sink_activate_push),
15336         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15337         * ext/flac/gstflacdec.h:
15338           Support chain-based operation, should make flac-over-DAAP
15339           work (#340492).
15340
15341 2006-06-20  Wim Taymans  <wim@fluendo.com>
15342
15343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15344         Doc updates, merge some unused symbols.
15345
15346 2006-06-20  Wim Taymans  <wim@fluendo.com>
15347
15348         * docs/plugins/Makefile.am:
15349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15351         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15352         * gst/rtsp/gstrtspsrc.c:
15353         * gst/rtsp/gstrtspsrc.h:
15354         Added documentation for the rtsp plugin. Fixes #345393.
15355
15356 2006-06-20  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15359         (rtsp_connection_close), (rtsp_connection_free):
15360         Use better G_OS_* macros. Fixes #345301 some more.
15361
15362 2006-06-20  Wim Taymans  <wim@fluendo.com>
15363
15364         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15365
15366         * sys/sunaudio/Makefile.am:
15367         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15368         * sys/sunaudio/gstsunaudiomixerctrl.c:
15369         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15370         (gst_sunaudiomixer_ctrl_list_tracks),
15371         (gst_sunaudiomixer_ctrl_get_volume),
15372         (gst_sunaudiomixer_ctrl_set_volume),
15373         (gst_sunaudiomixer_ctrl_set_mute),
15374         (gst_sunaudiomixer_ctrl_set_record):
15375         * sys/sunaudio/gstsunaudiomixerctrl.h:
15376         * sys/sunaudio/gstsunaudiomixertrack.c:
15377         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15378         * sys/sunaudio/gstsunaudiomixertrack.h:
15379         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15380         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15381         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15382         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15383         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15384         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15385         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15386         (gst_sunaudiosrc_reset):
15387         * sys/sunaudio/gstsunaudiosrc.h:
15388         Add a SunAudio source plugin.
15389         Support stereo and right/left channel gain in the mixer plugin.
15390         Support the RECORD flag so that you can switch between line-input and
15391         microphone in gnome-volume-control.
15392         Code cleanups like using an enumerator for track number instead of an 
15393         integer. Fixes #344923.
15394
15395 2006-06-20  Wim Taymans  <wim@fluendo.com>
15396
15397         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15398
15399         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15400         (rtsp_connection_close):
15401         Make RTSP plugin compile on windows. Fixes #345301.
15402         Some changes to original patch to catch errors better.
15403         use ifdef WIN32 instead of ifndef.
15404
15405 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15406
15407         * configure.ac:
15408         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15409
15410 2006-06-18  Edward Hervey  <edward@fluendo.com>
15411
15412         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15413         After a failed buffer alloc, we need to abort the jpeg decoding (it
15414         started when parsing headers to figure out how many bytes we need
15415         to request downstream).
15416
15417 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15418
15419         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15420
15421         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15422           Make sure we don't read beyond the end of the file (#345232).
15423
15424 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         * configure.ac:
15427           Fix --disable-external (can't set conditionals conditionally,
15428           #343602).
15429
15430 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * autogen.sh:
15433         * configure.ac:
15434         * docs/Makefile.am:
15435           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15436
15437         * docs/plugins/Makefile.am:
15438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15439         * docs/plugins/inspect/plugin-taglib.xml:
15440           Add/fix apev2mux docs.
15441
15442 2006-06-14  Wim Taymans  <wim@fluendo.com>
15443
15444         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15445         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15446         (gst_dvdec_change_state):
15447         Reset segment info on flush.
15448         Alloc segment in _init, free in _finalize.
15449
15450         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15451         Don't send segments twice.
15452
15453 2006-06-14  Wim Taymans  <wim@fluendo.com>
15454
15455         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15456         Respect segment.stop. Fixes #342592.
15457
15458 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15459
15460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15461           No language specified means the implied language is English
15462           according to the matroska spec (partially fixes #344708);
15463           add some more debug output.
15464
15465 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15468         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15469         (gst_wavparse_chain):
15470           When operating chain-based, don't make any assumptions about the
15471           chunking of the incoming data and make streaming work on days other
15472           than the second Thursday after a full moon. Also fix up debug
15473           messages here and there and make use of the most excellent new
15474           gst_pad_query_peer_duration() utility function.
15475           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15476
15477         * gst/wavparse/gstwavparse.h:
15478           Remove trailing comma after last enum value, some compilers don't
15479           like that.
15480
15481 2006-06-13  Wim Taymans  <wim@fluendo.com>
15482
15483         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15484         Handle premature EOS gracefully.
15485
15486 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15487
15488         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15489           Prevent out of bounds array access when scrubbing towards
15490           the end of the file between the last index entry and the
15491           end. Fixes occasional 'start <= stop' newsegment event
15492           assertions when scrubbing in MJPEG files.
15493
15494 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15495
15496         * tests/check/elements/.cvsignore:
15497           And another one.
15498
15499 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15502         (scan_encoded_string), (parse_picture_frame):
15503           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15504
15505         * configure.ac:
15506           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15507           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15508
15509 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15510
15511         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15512           gratuitous comment changes
15513         * tests/check/elements/level.c: (GST_START_TEST):
15514           fix level test leaks
15515
15516 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15519         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15520           Use gst_pad_query_peer_duration() utility function here.
15521
15522 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15523
15524         * autogen.sh:
15525           require am17
15526         * configure.ac:
15527         * ext/annodex/Makefile.am:
15528         * ext/cdio/Makefile.am:
15529         * ext/dv/Makefile.am:
15530         * ext/esd/Makefile.am:
15531         * ext/flac/Makefile.am:
15532         * ext/gdk_pixbuf/Makefile.am:
15533         * ext/ladspa/Makefile.am:
15534         * ext/libcaca/Makefile.am:
15535         * ext/speex/Makefile.am:
15536         * ext/taglib/Makefile.am:
15537         * sys/oss/Makefile.am:
15538         * sys/sunaudio/Makefile.am:
15539         * sys/ximage/Makefile.am:
15540           clean up build further
15541
15542 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * gconf/Makefile.am:
15545           Honour --disable-schemas-install configure option. Fixes #344100.
15546
15547 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         * tests/examples/level/Makefile.am:
15550           Add -lm to LIBS for pow() function, don't assume one of our
15551           dependencies (such as libxml-2.0) drags it in automatically
15552           (#343603).
15553
15554 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15557
15558         * configure.ac:
15559           We should use $SED and not $(SED) in configure.ac (#343678).
15560
15561 2006-06-09  Wim Taymans  <wim@fluendo.com>
15562
15563         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15564
15565         * sys/sunaudio/gstsunaudiomixerctrl.c:
15566         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15567         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15568         (gst_sunaudiomixer_ctrl_set_mute):
15569         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15570         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15571         (gst_sunaudiosink_write):
15572         Attached find a patch that fixes a number of bugs with the SunAudio
15573         mixer plugin and fixes #344101:
15574         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15575            tracks onto the tracklist causing gnome-volume-control's preferences
15576            dialog to be messed up and would core dump if you checked/unchecked
15577            any item.
15578         2. We weren't previously setting the MUTE flag properly.  Fixing this
15579            makes gnome-volume-control work better.
15580         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15581            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15582            gnome-volume-control look better.
15583         Also some minor cleanup in gstsunaudiosink.c.
15584
15585 2006-06-09  Wim Taymans  <wim@fluendo.com>
15586
15587         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15588         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15589         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15590         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15591         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15592         * ext/jpeg/gstjpegdec.h:
15593         API: Added IDCT method property
15594         Small cleanups.
15595         Avoid dynamic allocation of trivial fixed structure.
15596         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15597
15598 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15599
15600         * configure.ac:
15601         We now require libraw1394 >= 1.1.0 and that version onwards all
15602         have .pc files.
15603
15604 2006-06-02  Edward Hervey  <edward@fluendo.com>
15605
15606         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15607         Trying to get items from an ANY or EMPTY caps is ... stupid.
15608
15609 2006-06-02  Edward Hervey  <edward@fluendo.com>
15610
15611         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15612         (gst_dvdec_chain), (gst_dvdec_change_state):
15613         * ext/dv/gstdvdec.h:
15614         Added GstSegment handling, now implements dropping/clipping.
15615
15616 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15617
15618         * ext/aalib/gstaasink.h:
15619         * ext/annodex/gstcmmldec.h:
15620         * ext/cairo/gsttimeoverlay.h:
15621         * ext/dv/gstdvdec.h:
15622         * ext/dv/gstdvdemux.h:
15623         * ext/esd/esdmon.h:
15624         * ext/esd/esdsink.h:
15625         * ext/flac/gstflacenc.h:
15626         * ext/gconf/gstgconfaudiosink.h:
15627         * ext/gconf/gstgconfaudiosrc.h:
15628         * ext/gconf/gstgconfvideosink.h:
15629         * ext/gconf/gstgconfvideosrc.h:
15630         * ext/gdk_pixbuf/gstgdkanimation.h:
15631         * ext/gdk_pixbuf/pixbufscale.h:
15632         * ext/hal/gsthalaudiosink.h:
15633         * ext/hal/gsthalaudiosrc.h:
15634         * ext/jpeg/gstjpegenc.h:
15635         * ext/jpeg/gstsmokedec.h:
15636         * ext/jpeg/gstsmokeenc.h:
15637         * ext/libcaca/gstcacasink.h:
15638         * ext/libmng/gstmngdec.h:
15639         * ext/libmng/gstmngenc.h:
15640         * ext/libpng/gstpngdec.h:
15641         * ext/libpng/gstpngenc.h:
15642         * ext/raw1394/gstdv1394src.h:
15643         * ext/speex/gstspeexenc.h:
15644         * gst/autodetect/gstautoaudiosink.h:
15645         * gst/autodetect/gstautovideosink.h:
15646         * gst/avi/gstavidemux.h:
15647         * gst/cutter/gstcutter.h:
15648         * gst/debug/efence.h:
15649         * gst/debug/gstnavigationtest.h:
15650         * gst/debug/gstnavseek.h:
15651         * gst/flx/gstflxdec.h:
15652         * gst/goom/gstgoom.h:
15653         * gst/icydemux/gsticydemux.h:
15654         * gst/id3demux/gstid3demux.h:
15655         * gst/law/alaw-decode.h:
15656         * gst/law/alaw-encode.h:
15657         * gst/law/mulaw-decode.h:
15658         * gst/law/mulaw-encode.h:
15659         * gst/matroska/matroska-mux.h:
15660         * gst/median/gstmedian.h:
15661         * gst/oldcore/gstaggregator.h:
15662         * gst/oldcore/gstfdsink.h:
15663         * gst/oldcore/gstmd5sink.h:
15664         * gst/oldcore/gstmultifilesrc.h:
15665         * gst/oldcore/gstpipefilter.h:
15666         * gst/oldcore/gstshaper.h:
15667         * gst/oldcore/gststatistics.h:
15668         * gst/rtp/gstasteriskh263.h:
15669         * gst/rtp/gstrtpL16depay.h:
15670         * gst/rtp/gstrtpL16pay.h:
15671         * gst/rtp/gstrtpamrdepay.h:
15672         * gst/rtp/gstrtpamrpay.h:
15673         * gst/rtp/gstrtpdepay.h:
15674         * gst/rtp/gstrtpgsmdepay.h:
15675         * gst/rtp/gstrtpgsmpay.h:
15676         * gst/rtp/gstrtph263pay.h:
15677         * gst/rtp/gstrtph263pdepay.h:
15678         * gst/rtp/gstrtph263ppay.h:
15679         * gst/rtp/gstrtpmp4gpay.h:
15680         * gst/rtp/gstrtpmp4vdepay.h:
15681         * gst/rtp/gstrtpmp4vpay.h:
15682         * gst/rtp/gstrtpmpadepay.h:
15683         * gst/rtp/gstrtpmpapay.h:
15684         * gst/rtp/gstrtppcmadepay.h:
15685         * gst/rtp/gstrtppcmapay.h:
15686         * gst/rtp/gstrtppcmudepay.h:
15687         * gst/rtp/gstrtppcmupay.h:
15688         * gst/rtp/gstrtpspeexdepay.h:
15689         * gst/rtp/gstrtpspeexpay.h:
15690         * gst/rtsp/gstrtpdec.h:
15691         * gst/rtsp/gstrtspsrc.h:
15692         * gst/smpte/gstsmpte.h:
15693         * gst/udp/gstdynudpsink.h:
15694         * gst/udp/gstmultiudpsink.h:
15695         * gst/udp/gstudpsink.h:
15696         * gst/udp/gstudpsrc.h:
15697         * gst/videofilter/gstvideobalance.h:
15698         * gst/videofilter/gstvideoflip.h:
15699         * sys/oss/gstossdmabuffer.h:
15700         * sys/oss/gstossmixerelement.h:
15701         * sys/oss/gstosssink.h:
15702         * sys/oss/gstosssrc.h:
15703         * sys/osxvideo/osxvideosink.h:
15704         * sys/sunaudio/gstsunaudiomixer.h:
15705         * sys/sunaudio/gstsunaudiosink.h:
15706         * sys/ximage/gstximagesrc.h:
15707         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15708
15709 2006-05-31  Wim Taymans  <wim@fluendo.com>
15710
15711         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15712         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15713         (gst_goom_src_setcaps), (gst_goom_src_event),
15714         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15715         (gst_goom_change_state):
15716         * gst/goom/gstgoom.h:
15717         Handle QoS.
15718         Handle flushing, discont and events.
15719         Fix timestamps and various other cleanups.
15720
15721 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15722
15723         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15724         Fix bus reset when using libiec61883
15725
15726 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15727
15728         * configure.ac:
15729         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15730         * ext/raw1394/Makefile.am:
15731         Add CFLAGS.
15732         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15733         New method, to receive using libiec61883.
15734         (gst_dv1394src_iso_receive),
15735         #ifdef'd out if libiec61883 is present.
15736         (gst_dv1394src_bus_reset),
15737         Get userdata correctly if using libiec61883. 
15738         (gst_dv1394src_create),
15739         When using libiec61883, only poll one fd and no need to read.
15740         (gst_dv1394src_discover_avc_node),
15741         Replace g_warnings.
15742         (gst_dv1394src_start),
15743         Create new handle when we know which dv port.  More reliable
15744         than setting port on an existing handle.  Initialise libiec61883.
15745         (gst_dv1394src_stop):
15746         If using libiec61883, then cleanup its handle properly.
15747         * ext/raw1394/gstdv1394src.h:
15748         Add libiec61883 handle.
15749
15750 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15751
15752         * gst/avi/gstavidemux.c:
15753           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15754         * win32/MANIFEST:
15755           sort file listing
15756         * win32/vs6/libgstavi.dsp:
15757           add gstavimux.c to the project
15758         * win32/vs6/libgstid3demux.dsp:
15759           add link to zlib library
15760         * win32/vs6/libgstmatroska.dsp:
15761           add matroska-ids.c to the project
15762
15763 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         Patch by: Sebastian Dröge  <mail at slomosnail de >
15766
15767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15769         * ext/taglib/Makefile.am:
15770         * ext/taglib/gstapev2mux.cc:
15771         * ext/taglib/gstapev2mux.h:
15772         * ext/taglib/gstid3v2mux.cc:
15773         * ext/taglib/gsttaglibmux.c: (plugin_init):
15774         * ext/taglib/gsttaglibmux.h:
15775           Add apev2mux element (#343122).
15776         
15777         * tests/check/Makefile.am:
15778         * tests/check/elements/apev2mux.c:
15779         (test_taglib_apev2mux_create_tags),
15780         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15781         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15782         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15783         (apev2mux_suite), (main):
15784           Add unit test for apev2mux element.
15785
15786 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15787
15788         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15789         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15790         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15791           GST_PTR_FORMAT should be used to print caps in debug statements.
15792
15793 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15796
15797         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15798         (ape_demux_parse_tags):
15799           Some clean-ups and additions: map APE 'file' tag to
15800           GST_TAG_LOCATION (#343123); add support for extracting
15801           the track count and clean up parsing a bit (#343127).
15802
15803 2006-05-28  Edward Hervey  <edward@fluendo.com>
15804
15805         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15806         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15807
15808 2006-05-28  Edward Hervey  <edward@fluendo.com>
15809
15810         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15811         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15812         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15813         * ext/jpeg/gstjpegdec.h:
15814         Clip outgoing buffers according to currently configured segment.
15815
15816 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15817
15818         * ext/taglib/gstid3v2mux.cc:
15819           Handle  writing of track-count or album-volume-count without
15820           track-number or albume-volume-number (in this case the number
15821           will just be set to 0).
15822
15823         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15824           It would be nice if we actually checked the values received for
15825           track/album-volume number/count in  _check_tags(), rather than
15826           setting them again ...
15827
15828 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15831           A track/volume number or count of 0 does not make sense,
15832           just ignore it along with negative numbers (a tag might
15833           only contain a track count without a track number).
15834
15835 2006-05-27  Edward Hervey  <edward@fluendo.com>
15836
15837         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15838         (gst_jpeg_dec_sink_event):
15839         Abort decompression when receiving FLUSH_STOP. This should avoid
15840         issues when interrupting decoding with flushes.
15841
15842 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * ext/flac/gstflac.c:
15845           Don't #include file we don't dist any longer.
15846
15847 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15848
15849         * README:
15850           Replace current README (containing the release notes from
15851           some 0.9.x version) with a proper README taken from the core.
15852
15853 2006-05-24  Wim Taymans  <wim@fluendo.com>
15854
15855         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15856         Implement EOS correctly by either posting
15857         SEGMENT_DONE or pushing an EOS message depending
15858         on the seek type. Fixes #342592
15859
15860 2006-05-24  Wim Taymans  <wim@fluendo.com>
15861
15862         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15863         * gst/law/alaw-decode.h:
15864         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15865         * gst/law/alaw-encode.h:
15866         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15867         * gst/law/mulaw-decode.h:
15868         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15869         * gst/law/mulaw-encode.h:
15870         Some cleanups in the chain functions.
15871         Remove some GStreamer 0.0.2 bits.
15872
15873 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15874
15875         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15876
15877         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15878           gst_collect_pads_stop() needs to be called before chaining up
15879           to the parent class (#342734).
15880
15881 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * ext/flac/Makefile.am:
15884         * ext/flac/flac_compat.h:
15885         * ext/flac/gstflac.c:
15886         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15887         * ext/flac/gstflacenc.c:
15888           Remove backwards compatibility cruft for dealing with FLAC API
15889           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15890
15891 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15892
15893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15894         (gst_matroska_demux_push_xiph_codec_priv_data),
15895         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15896         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15897         * gst/matroska/matroska-ids.h:
15898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15899         (gst_matroska_mux_video_pad_setcaps),
15900         (xiph3_streamheader_to_codecdata),
15901         (vorbis_streamheader_to_codecdata),
15902         (theora_streamheader_to_codecdata),
15903         (gst_matroska_mux_audio_pad_setcaps),
15904         (gst_matroska_mux_write_data):
15905           Add support for muxing/demuxing theora video (#342448; too bad
15906           none of the usual linux players can actually play this). Playback
15907           in GStreamer will require additional changes to theoradec in -base.
15908           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15909           cleanups.
15910
15911 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15914         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15915           Fix crashes when the horizontal subsampling is 1.
15916           Fixes #342097.
15917
15918 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15921
15922         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15923         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15924         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15925         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15926         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15927         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15928         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15929         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15930         (gst_avi_mux_change_state):
15931         * gst/avi/gstavimux.h:
15932           Some enhancements for avimux (#342526):
15933            - add odml (large file) index support
15934            - store codec init data (e.g. huffyuv)
15935            - miscellaneous other fixes/cleanups
15936
15937 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15938
15939         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15940         Don't output any tag when we encounter a negative track number - the
15941         tag type is uint, so we end up outputting huge positive numbers
15942         instead. (Fixes: #342029)
15943
15944 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15945
15946         * configure.ac:
15947           update for new GSTPB_PLUGINS_DIR
15948
15949 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15950
15951         * rtp/gst/gstrtph263pay.c:
15952         Properly set static caps for H263 at 34.
15953
15954 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15955
15956         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15957
15958         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15959           Merge event tags and tag setter tags correctly (#339918). Also,
15960           don't leak taglist in case of an error.
15961           
15962 2006-05-17  Edward Hervey  <edward@fluendo.com>
15963
15964         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15965         We can only do caps intersection if the othercaps are non-empty and not
15966         ANY. Else we return the pad template (base_caps).
15967
15968 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15971           Fix crash when outputting debugging information for certain
15972           pictures (always good to use the right struct member for
15973           the number of records in an array).
15974
15975 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15976
15977         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15978
15979         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15980         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15981         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15982         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15983         (gst_ebml_read_float), (gst_ebml_read_ascii),
15984         (gst_ebml_read_binary):
15985           Don't create unnecessary sub-buffers all the time. Dramatically
15986           improves performance with multiple concurrently running
15987           matroskademux instances (#341818) (and avoids doing
15988           unnecessarily inefficient things in the general case).
15989
15990 2006-05-16  Edward Hervey  <edward@fluendo.com>
15991
15992         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15993         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15994         return value of gst_pad_push_event().
15995
15996 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15997
15998         * gst/autodetect/gstautoaudiosink.c:
15999         (gst_auto_audio_sink_find_best):
16000         * gst/autodetect/gstautovideosink.c:
16001         (gst_auto_video_sink_find_best):
16002         Make the name of the child element be based on the name of the
16003         parent, so that debug output is more useful.
16004         
16005         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16006         (parse_insert_string_field), (parse_split_strings):
16007         Rework string parsing to always walk over BOM markers in UTF16
16008         strings, using the endianness indicated by the innermost one,
16009         then trying the opposite endianness if that fails to convert
16010         to valid UTF-8. Fixes #341774
16011
16012 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16013
16014         Patch from: Matthieu <matthieu at fluendo dot com>
16015
16016         * ext/libpng/Makefile.am:
16017         Add LIBPNG_CFLAGS.
16018
16019 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16020
16021         * ext/taglib/gstid3v2mux.cc:
16022           Add support for writing images (APIC frames) into ID3v2
16023           tags (picture type always set to 'other' for now though).
16024
16025 2006-05-14  Michael Smith  <msmith@fluendo.com>
16026
16027         * gst/wavparse/gstwavparse.c:
16028           Update docs; wavparse implements push and pull modes.
16029
16030 2006-05-12  Wim Taymans  <wim@fluendo.com>
16031
16032         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16033         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16034         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16035         Ooops, bitten by the copy-and-paste design paradigm, fixes
16036         seek again.
16037
16038 2006-05-12  Wim Taymans  <wim@fluendo.com>
16039
16040         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16041         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16042         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16043         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16044         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16045         (gst_avi_demux_massage_index),
16046         (gst_avi_demux_calculate_durations_from_index),
16047         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16048         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16049         (gst_avi_demux_loop):
16050         * gst/avi/gstavidemux.h:
16051         Some cleanups, prepare to use GstSegment.
16052         Fix error in entry walking code.
16053         Fix VBR detection.
16054         Smarter timestamp calculation code.
16055         Uniform error/eos handling.
16056
16057 2006-05-12  Michael Smith  <msmith@fluendo.com>
16058
16059         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16060         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16061           Fix use of uninitialised values if we're NOT seeking in ready.
16062           Fix typos.
16063
16064 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16065
16066         * gst/wavparse/Makefile.am:
16067           Add CFLAGS and LIBS for libgstbase, fixes build on
16068           Cygwin (#341489).
16069
16070 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16071
16072         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16073           Some more debug info. No need to check whether the string
16074           returned by g_convert() is really UTF-8 - either it is or
16075           we get NULL returned.
16076
16077 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16078
16079         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16080           Fix parsing of numeric genre strings some more, by ensuring that
16081           we only try and parse strings that a) Start with '(' and b) Consist
16082           only of digits.
16083           Also, when finding an escaping '((' sequence, bust it back to '(' by
16084           swallowing the first parenthesis
16085
16086 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16087
16088         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16089         (gst_esdsink_open), (gst_esdsink_close):
16090         * ext/esd/esdsink.h:
16091           Move the esd_get_server_info() into gst_esdsink_open() and fail
16092           with a decent error message on errors.
16093
16094 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16097         (gst_esdmon_channels_get_type):
16098         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16099         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16100         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16101         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16102         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16103         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16104         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16105         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16106         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16107         * gst/videomixer/videomixer.c:
16108         (gst_video_mixer_background_get_type):
16109           Const-ify GEnumValue arrays.
16110
16111 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16114
16115         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16116         (gst_avi_mux_do_video_buffer):
16117           Work around gst_buffer_make_metadata_writable() bug that
16118           results in avimux marking all frames in the index as
16119           keyframes (#340859).
16120           
16121 2006-05-08  Wim Taymans  <wim@fluendo.com>
16122
16123         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16124         Make parsing of urls suck slightly less.
16125
16126 2006-05-08  Edward Hervey  <edward@fluendo.com>
16127
16128         * autogen.sh: (CONFIGURE_DEF_OPT): 
16129         libtoolize on Darwin/MacOSX is called glibtoolize.
16130
16131 2006-05-08  Wim Taymans  <wim@fluendo.com>
16132
16133         Patch by: Jens Granseuer <jensgr at gmx dot net>
16134
16135         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16136         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16137         C89 compliance fixes. Fixes #340980
16138
16139 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16140
16141         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16142         * ext/flac/gstflacdec.h:
16143           Handle segment seeks that include the end of the file as stop point
16144           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16145           message instead of an EOS event in case we're in segment seek
16146           mode (fixes #340699).
16147           
16148 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16149
16150         * ext/cairo/gsttextoverlay.c:
16151         * ext/flac/gstflacdec.c:
16152         * ext/gdk_pixbuf/pixbufscale.c:
16153         * gst/apetag/gstapedemux.c:
16154         * gst/debug/breakmydata.c:
16155         * gst/debug/testplugin.c:
16156         * gst/matroska/ebml-write.c:
16157         * gst/multipart/multipartdemux.c:
16158         * sys/osxaudio/gstosxaudiosink.c:
16159         * sys/osxaudio/gstosxaudiosrc.c:
16160         Add semicolons after GST_BOILERPLATE[_FULL] so that
16161         indent doesn't mess up following lines.
16162
16163 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16164
16165         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16166
16167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16168           Don't leak caps when freeing the stream context (#340623).
16169
16170 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16171
16172         * configure.ac:
16173           Back to CVS
16174
16175 === release 0.10.3 ===
16176
16177 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16178
16179         * configure.ac:
16180           releasing 0.10.3, "Desplazado"
16181
16182 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16183
16184         * gst/matroska/matroska-mux.c:
16185         (gst_matroska_mux_stream_is_vorbis_header),
16186         (gst_matroska_mux_write_data):
16187           Don't strcmp() NULL strings.
16188           Only start new clusters on video keyframes, not on any
16189           random audio buffer that doesn't have the DELTA_UNIT
16190           flag set (fixes 'make check' again).
16191
16192 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16193
16194         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16195
16196         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16197         (gst_matroska_mux_stream_is_vorbis_header),
16198         (gst_matroska_mux_write_data):
16199           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16200           value and then dead-lock when muxing vorbis audio streams
16201           (the three vorbis header buffers carry no timestamp, and it
16202           would try to mux these after all video buffers). Fixes #340346.
16203
16204           Improve clustering: start a new cluster also whenever we get
16205           a keyframe.     
16206
16207 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16208
16209         * win32/common/config.h:
16210         * win32/MANIFEST
16211           add the generated file as well
16212
16213 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16214
16215         * Makefile.am:
16216         * configure.ac:
16217         * win32/common/config.h.in:
16218           add win32 stuff
16219
16220 2006-05-03  Michael Smith  <msmith@fluendo.com>
16221
16222         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16223           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16224           SUCKS.
16225
16226 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16227
16228         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16229         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16230         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16231           don't leak caps-string
16232
16233 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16234
16235         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16236         (gst_id3demux_sink_activate):
16237           Let core insert default error message for TYPE_NOT_FOUND
16238           errors, it's just as good as our own and has the added
16239           bonus of being translated.
16240
16241 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16244         (gst_tag_demux_sink_event):
16245         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16246         (gst_id3demux_sink_event):
16247           Post an error message when we get an EOS event and were not
16248           able to find out the type of stream.
16249
16250         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16251         (test_taglib_id3mux_with_tags):
16252           Decrease num-buffers to 16 per iteration again, otherwise the
16253           many memcpy()s and reallocations in the test will hammer slow
16254           CPUs completely and make the test timeout.
16255
16256 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16257
16258         * configure.ac:
16259           figure out where plugins-base plugins are
16260         * tests/check/Makefile.am:
16261           use plugins-base plugins, so we have typefind functions
16262         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16263           increase num-buffers, this makes sure the test errors out instead
16264           of timing out when no typefind functions are present
16265
16266 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16267
16268         * docs/plugins/Makefile.am:
16269           also check .cc files for gtk-doc markup
16270         * configure.ac:
16271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16273         * tests/check/Makefile.am:
16274         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16275         * ext/Makefile.am:
16276         * ext/taglib/Makefile.am:
16277         * ext/taglib/gstid3v2mux.h:
16278         * ext/taglib/gsttaglibmux.c:
16279         * ext/taglib/gsttaglibmux.h:
16280           move taglib-based id3v2muxer to -good.  Fixes #336110.
16281
16282 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16283
16284         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16285           ... and fix multichannel/WAVFORMATEX support again.
16286
16287 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16288
16289         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16290         (gst_wavparse_class_init), (gst_wavparse_dispose),
16291         (gst_wavparse_reset), (gst_wavparse_init),
16292         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16293         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16294         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16295         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16296         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16297         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16298         (gst_wavparse_stream_data), (gst_wavparse_loop),
16299         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16300         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16301         (gst_wavparse_change_state), (plugin_init):
16302         * gst/wavparse/gstwavparse.h:
16303           Add push (streaming) mode to wavparse (fixes #337625)
16304
16305 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16306
16307         * configure.ac:
16308         * tests/Makefile.am:
16309           add ximagesrc icles test
16310
16311 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16312
16313         * configure.ac:
16314         * docs/plugins/Makefile.am:
16315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16317         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16318         (gst_cmml_enc_push_clip):
16319         * sys/Makefile.am:
16320         * sys/ximage/Makefile.am:
16321         * sys/ximage/gstximagesrc.c:
16322           Move ximagesrc plug-in to good after review.  Fixes #336756.
16323
16324 2006-04-28  Michael Smith  <msmith@fluendo.com>
16325
16326         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16327         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16328         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16329         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16330         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16331         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16332         * gst/icydemux/gsticydemux.h:
16333           Fix event handling: cache events when typefinding and forward later.
16334
16335 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16336
16337         * sys/osxaudio/gstosxaudiosink.c:
16338         (plugin_init):
16339          Register osxaudiosrc to the plugin.
16340         * sys/osxaudio/gstosxaudiosrc.c:
16341         (gst_osx_audio_src_osxelement_do_init),
16342         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16343         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16344         (gst_osx_audio_src_get_property),
16345         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16346         (gst_osx_audio_src_osxelement_init):
16347         * sys/osxaudio/gstosxaudiosrc.h:
16348           Port of osxaudiosrc to 0.10.
16349         * sys/osxaudio/Makefile.am:
16350           Add osxaudiosrc
16351
16352 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16353
16354         * sys/osxaudio/gstosxringbuffer.c:
16355         * sys/osxaudio/gstosxringbuffer.h:
16356           Forgot to commit earlier, part of the OSX audio plugin port
16357
16358 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16361         (parse_split_strings):
16362           Recognise and skip any byte order marker (BOM) in
16363           UTF-16 strings.
16364
16365 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * docs/plugins/Makefile.am:
16368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16370         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16371         * docs/plugins/inspect/plugin-avi.xml:
16372         * gst/avi/gstavidemux.c:
16373         * gst/avi/gstavimux.c:
16374           Add docs for both avidemux and avimux.
16375
16376 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16379
16380         * gst/avi/Makefile.am:
16381         * gst/avi/gstavi.c: (plugin_init):
16382         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16383         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16384         (gst_avi_mux_class_init), (gst_avi_mux_init),
16385         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16386         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16387         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16388         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16389         (gst_avi_mux_riff_get_avix_header),
16390         (gst_avi_mux_riff_get_video_header),
16391         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16392         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16393         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16394         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16395         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16396         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16397         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16398         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16399         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16400         (gst_avi_mux_change_state):
16401         * gst/avi/gstavimux.h:
16402           Port AVI muxer to GStreamer-0.10 (#332031).
16403
16404         * tests/check/Makefile.am:
16405         * tests/check/elements/avimux.c:
16406         * tests/check/elements/.cvsignore:
16407           Add unit test for AVI muxer.
16408
16409 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16410
16411         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16412         (gst_wavparse_class_init), (gst_wavparse_reset),
16413         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16414         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16415         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16416         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16417         (gst_wavparse_stream_data), (gst_wavparse_loop),
16418         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16419         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16420         (plugin_init):
16421         * gst/wavparse/gstwavparse.h:
16422           reverted patch #337625 for the price of 1 hour sleep
16423
16424 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16425
16426         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16427         (gst_wavparse_class_init), (gst_wavparse_reset),
16428         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16429         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16430         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16431         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16432         (gst_wavparse_stream_data), (gst_wavparse_loop),
16433         (gst_wavparse_chain), (plugin_init):
16434         * gst/wavparse/gstwavparse.h:
16435           correct partial implementation of push mode
16436           (from my last commit)
16437
16438 2006-04-26  Wim Taymans  <wim@fluendo.com>
16439
16440         * ext/esd/esdsink.c:
16441         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16442         it is not in esd.h
16443
16444 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16445
16446         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16447         (gst_au_parse_class_init), (gst_au_parse_init),
16448         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16449         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16450         (gst_au_parse_chain), (gst_au_parse_src_convert),
16451         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16452         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16453         (gst_au_parse_change_state):
16454         * gst/auparse/gstauparse.h:
16455           Rewrite auparse to suck a little bit less: make source pad
16456           dynamic, so decodebin/playbin work with non-raw formats
16457           like alaw/mulaw; add query function for duration/position
16458           queries; check whether we have enough data before attempting
16459           to parse the header (instead of crashing when that is not the
16460           case); work around audioconvert sucking by swapping endianness
16461           to the native endianness ourselves for float formats; send
16462           initial newsegment event. Fixes #161712.
16463
16464 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16465
16466         * sys/osxaudio/Makefile.am:
16467         * sys/osxaudio/gstosxaudioelement.c:
16468         (gst_osx_audio_element_get_type),
16469         (gst_osx_audio_element_class_init):
16470         * sys/osxaudio/gstosxaudioelement.h:
16471         * sys/osxaudio/gstosxaudiosink.c:
16472         (gst_osx_audio_sink_osxelement_do_init),
16473         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16474         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16475         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16476         (gst_osx_audio_sink_create_ringbuffer),
16477         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16478         (plugin_init):
16479         * sys/osxaudio/gstosxaudiosink.h:
16480         Port of osxaudiosink to 0.10
16481
16482 2006-04-26  Wim Taymans  <wim@fluendo.com>
16483
16484         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16485         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16486         the size of the ringbuffer. This should fix hangs with older 
16487         esd sound servers.
16488
16489 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16490
16491         * ext/aalib/gstaasink.c:
16492         * ext/annodex/gstcmmldec.c:
16493         * ext/annodex/gstcmmlenc.c:
16494         * ext/cairo/gsttextoverlay.c:
16495         * ext/cairo/gsttimeoverlay.c:
16496         * ext/cdio/gstcdiocddasrc.c:
16497         * ext/dv/gstdvdec.c:
16498         * ext/dv/gstdvdemux.c:
16499         * ext/esd/esdmon.c:
16500         * ext/esd/esdsink.c:
16501         * ext/flac/gstflacenc.c:
16502         * ext/flac/gstflactag.c:
16503         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16504         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16505         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16506         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16507         * ext/gdk_pixbuf/pixbufscale.c:
16508         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16509         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16510         * ext/jpeg/gstjpegdec.c:
16511         * ext/jpeg/gstjpegenc.c:
16512         * ext/jpeg/gstsmokedec.c:
16513         * ext/jpeg/gstsmokeenc.c:
16514         * ext/libcaca/gstcacasink.c:
16515         * ext/libmng/gstmngdec.c:
16516         * ext/libmng/gstmngenc.c:
16517         * ext/libpng/gstpngdec.c:
16518         * ext/libpng/gstpngenc.c:
16519         * ext/mikmod/gstmikmod.c:
16520         * ext/raw1394/gstdv1394src.c:
16521         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16522         * ext/shout2/gstshout2.h:
16523         * ext/speex/gstspeexdec.c:
16524         * ext/speex/gstspeexenc.c:
16525         * gst/alpha/gstalpha.c:
16526         * gst/alpha/gstalphacolor.c:
16527         * gst/apetag/gstapedemux.c:
16528         * gst/auparse/gstauparse.c:
16529         * gst/autodetect/gstautoaudiosink.c:
16530         (gst_auto_audio_sink_base_init):
16531         * gst/autodetect/gstautovideosink.c:
16532         (gst_auto_video_sink_base_init):
16533         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16534         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16535         * gst/cutter/gstcutter.c:
16536         * gst/debug/breakmydata.c:
16537         * gst/debug/efence.c:
16538         * gst/debug/gstnavigationtest.c:
16539         * gst/debug/gstnavseek.c:
16540         * gst/debug/negotiation.c:
16541         * gst/debug/progressreport.c:
16542         * gst/debug/testplugin.c:
16543         * gst/effectv/gstaging.c:
16544         * gst/effectv/gstdice.c:
16545         * gst/effectv/gstedge.c:
16546         * gst/effectv/gstquark.c:
16547         * gst/effectv/gstrev.c:
16548         * gst/effectv/gstshagadelic.c:
16549         * gst/effectv/gstvertigo.c:
16550         * gst/effectv/gstwarp.c:
16551         * gst/flx/gstflxdec.c:
16552         * gst/goom/gstgoom.c:
16553         * gst/icydemux/gsticydemux.c:
16554         * gst/id3demux/gstid3demux.c:
16555         * gst/interleave/deinterleave.c:
16556         * gst/interleave/interleave.c:
16557         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16558         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16559         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16560         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16561         * gst/level/gstlevel.c:
16562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16564         * gst/median/gstmedian.c:
16565         * gst/monoscope/gstmonoscope.c:
16566         * gst/multipart/multipartdemux.c:
16567         * gst/multipart/multipartmux.c:
16568         * gst/oldcore/gstaggregator.c:
16569         * gst/oldcore/gstfdsink.c:
16570         * gst/oldcore/gstmd5sink.c:
16571         * gst/oldcore/gstmultifilesrc.c:
16572         * gst/oldcore/gstpipefilter.c:
16573         * gst/oldcore/gstshaper.c:
16574         * gst/oldcore/gststatistics.c:
16575         * gst/rtp/gstasteriskh263.c:
16576         * gst/rtp/gstrtpL16depay.c:
16577         * gst/rtp/gstrtpL16pay.c:
16578         * gst/rtp/gstrtpamrdepay.c:
16579         * gst/rtp/gstrtpamrpay.c:
16580         * gst/rtp/gstrtpdepay.c:
16581         * gst/rtp/gstrtpgsmpay.c:
16582         * gst/rtp/gstrtph263pay.c:
16583         * gst/rtp/gstrtph263pdepay.c:
16584         * gst/rtp/gstrtph263ppay.c:
16585         * gst/rtp/gstrtpilbcdepay.c:
16586         * gst/rtp/gstrtpmp4gpay.c:
16587         * gst/rtp/gstrtpmp4vdepay.c:
16588         * gst/rtp/gstrtpmp4vpay.c:
16589         * gst/rtp/gstrtpmpadepay.c:
16590         * gst/rtp/gstrtpmpapay.c:
16591         * gst/rtp/gstrtppcmadepay.c:
16592         * gst/rtp/gstrtppcmapay.c:
16593         * gst/rtp/gstrtppcmudepay.c:
16594         * gst/rtp/gstrtppcmupay.c:
16595         * gst/rtp/gstrtpspeexdepay.c:
16596         * gst/rtp/gstrtpspeexpay.c:
16597         * gst/rtsp/gstrtpdec.c:
16598         * gst/rtsp/gstrtspsrc.c:
16599         * gst/smpte/gstsmpte.c:
16600         * gst/udp/gstdynudpsink.c:
16601         * gst/udp/gstmultiudpsink.c:
16602         * gst/udp/gstudpsink.c:
16603         * gst/udp/gstudpsrc.c:
16604         * gst/videobox/gstvideobox.c:
16605         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16606         * gst/videofilter/gstvideobalance.c:
16607         * gst/videofilter/gstvideoflip.c:
16608         * gst/videofilter/gstvideotemplate.c:
16609         (gst_videotemplate_base_init):
16610         * gst/videomixer/videomixer.c:
16611         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16612         (gst_wavparse_class_init), (gst_wavparse_dispose),
16613         (gst_wavparse_reset), (gst_wavparse_init),
16614         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16615         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16616         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16617         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16618         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16619         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16620         (gst_wavparse_change_state):
16621         * gst/wavparse/gstwavparse.h:
16622         * sys/oss/gstossmixerelement.c:
16623         * sys/oss/gstosssink.c:
16624         * sys/oss/gstosssrc.c:
16625         * sys/osxaudio/gstosxaudioelement.c:
16626         * sys/osxaudio/gstosxaudiosink.c:
16627         * sys/osxaudio/gstosxaudiosrc.c:
16628         * sys/sunaudio/gstsunaudiomixer.c:
16629         * sys/sunaudio/gstsunaudiosink.c:
16630           Define GstElementDetails as const and also static (when defined as
16631           global)
16632
16633 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16634
16635         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16636           Source pad has fixed caps. If we don't set this, bad
16637           things happen when the window is resized.
16638
16639 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         * gst/matroska/Makefile.am:
16642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16643         (gst_matroska_demux_handle_src_event):
16644         * gst/matroska/matroska-ids.c:
16645         (gst_matroska_track_init_video_context),
16646         (gst_matroska_track_init_audio_context),
16647         (gst_matroska_track_init_subtitle_context),
16648         (gst_matroska_track_init_complex_context):
16649         * gst/matroska/matroska-ids.h:
16650           Handle case where the TrackType ebml chunk does not come before the
16651           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16652           events.
16653
16654 2006-04-25  Wim Taymans  <wim@fluendo.com>
16655
16656         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16657         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16658         It's codec_data, not codec_info.
16659
16660 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16661
16662         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16663
16664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16665           Handle codec_data for VfW compatibility codec IDs (#339451)
16666
16667         * gst/matroska/matroska-mux.c:
16668         (gst_matroska_mux_video_pad_setcaps):
16669           Same here, handle codec_data and add additional caps we can handle
16670           now to the pad template (huffyuv, dv and h263 video) (#339451)
16671
16672 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16673
16674         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16675
16676         * gst/matroska/matroska-mux.c:
16677         (gst_matroska_mux_create_buffer_header),
16678         (gst_matroska_mux_write_data):
16679           Fix timestamping of B-frames, use signed integers, do
16680           some rounding (#339678).
16681
16682 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16683
16684         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16685         just make it compile with --disable-gst-debug.
16686
16687 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16688
16689         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16690         Fix a bad conversion using gst_guint64_to_gdouble.
16691         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16692         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16693         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16694     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16695         mistake.
16696
16697 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16698
16699         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16700         Use gst_guint64_to_gdouble for conversions
16701         * win32/vs6/gst_plugins_good.dsw:
16702         * win32/vs6/libgsticydemux.dsp:
16703         Add a project file for icydemux
16704
16705 2006-04-21  Wim Taymans  <wim@fluendo.com>
16706
16707         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16708
16709         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16710         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16711         When splitting audio chunks, the block alignment is not taken in
16712         consideration, so the smaller chunks could be of size which is 
16713         not a multiple of the block alignment. Fixes #336904
16714
16715 2006-04-21  Wim Taymans  <wim@fluendo.com>
16716
16717         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16718         Use scale functions
16719
16720 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16721
16722         * ext/dv/gstdv.c: (plugin_init):
16723           Fix build.
16724
16725 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16726
16727         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16728         (gst_progress_report_class_init), (gst_progress_report_init),
16729         (gst_progress_report_do_query), (gst_progress_report_report),
16730         (gst_progress_report_set_property),
16731         (gst_progress_report_get_property):
16732           Add 'format' property to force querying to a particular format.
16733
16734 2006-04-21  Andy Wingo  <wingo@pobox.com>
16735
16736         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16737         best, on big endian systems. Drop its rank in that case. OTOH on
16738         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16739
16740 2006-04-21  Michael Smith  <msmith@fluendo.com>
16741
16742         * configure.ac:
16743         * gst/icydemux/Makefile.am:
16744         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16745         (gst_icydemux_base_init), (gst_icydemux_class_init),
16746         (gst_icydemux_reset), (gst_icydemux_init),
16747         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16748         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16749         (unicodify), (gst_icydemux_unicodify),
16750         (gst_icydemux_parse_and_send_tags),
16751         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16752         (gst_icydemux_chain), (gst_icydemux_change_state),
16753         (gst_icydemux_send_tag_event), (plugin_init):
16754         * gst/icydemux/gsticydemux.h:
16755         * tests/check/Makefile.am:
16756         * tests/check/elements/icydemux.c: (typefind_succeed),
16757         (plugin_init), (icydemux_found_pad), (create_icydemux),
16758         (cleanup_icydemux), (push_data), (GST_START_TEST),
16759         (icydemux_suite), (main):
16760           Add icydemux, and tests.
16761
16762 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16765           Post SEGMENT_DONE message in TIME format.
16766
16767 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16768
16769         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16770
16771         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16772         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16773           Fix index creation when we have to scan the file to create
16774           an index. There may be other types of RIFF 'LIST' chunks than
16775           'movi' and we need to skip them properly as well or we'll end up
16776           reading garbage (#336889). Some other cosmetic changes.
16777           
16778 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16779
16780         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16781         (gst_flac_dec_handle_seek_event):
16782           Add support for segment seeks (fixes #338290). Also demote
16783           some recurring debug message from DEBUG to LOG level.
16784
16785 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16788         (gst_matroskademux_do_index_seek),
16789         (gst_matroska_demux_handle_seek_event),
16790         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16791         * gst/matroska/matroska-ids.h:
16792           Set DISCONT flag on first buffer after a discontinuity.
16793           Fix newsegment events sent when seeking and honour KEY_UNIT
16794           seek flag. Create pad with bogus caps if we don't recognise
16795           the stream codec id.
16796
16797         * gst/matroska/matroska-demux.h:
16798           Fix GObject macros.
16799
16800 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16803
16804         * gst/matroska/matroska-demux.c:
16805         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16806           Handle end of segment properly when set; don't dead-lock when
16807           posting start of segment message when doing a segment seek.
16808           Fixes #338810.
16809
16810 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16813         (gst_matroska_demux_plugin_init):
16814           Make mpeg2 aac audio work: create artificial private codec data
16815           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16816           Also call gst_riff_init(). Partially fixes #338767.
16817
16818 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16821         (gst_wavenc_class_init), (gst_wavenc_init),
16822         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16823         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16824         (gst_wavenc_chain), (gst_wavenc_change_state):
16825         * gst/wavenc/gstwavenc.h:
16826           Set caps on first outgoing buffer, so that it doesn't error out
16827           immediately with a non-negotiated error (#338716). Rewrite and
16828           clean up a bit; fix setcaps function to parse things properly;
16829           fix sink caps (8bit audio is unsigned and doesn't have depth);
16830           use boilerplate macros; remove unused properties stuff.
16831
16832 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16833
16834         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16835           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16836           handle MJPEG streams and might be autoplugged for those if the
16837           user doesn't have jpegdec installed (resulting in a cryptic error
16838           message about huffman tables). Better to disable JPEG decoding here
16839           and let the user figure out that she needs to install jpegdec.
16840
16841 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16844         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16845         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16846         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16847           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16848           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16849           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16850           debug messages. Fix boilerplate macros.
16851
16852 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16855         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16856           No need to special-case for Gdk-2.0 any longer, we require
16857           Gdk 2.2 or newer; minor clean-ups.
16858
16859 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16860
16861         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16862         (gst_shout2send_class_init), (gst_shout2send_init),
16863         (set_shout_metadata), (gst_shout2send_set_metadata),
16864         (gst_shout2send_event), (gst_shout2send_start),
16865         (gst_shout2send_connect), (gst_shout2send_stop),
16866         (gst_shout2send_render), (gst_shout2send_set_property),
16867         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16868         (plugin_init):
16869         * ext/shout2/gstshout2.h:
16870         * po/POTFILES.in:
16871           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16872           change function; use GST_ELEMENT_ERROR for error reporting, not
16873           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16874           will cause crashes or assertion failures; remove (unused) "sync"
16875           property, basesink already has such a property; misc. other
16876           minor fixes and cleanups.
16877
16878 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16879
16880         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16881         * ext/esd/gstesd.c: (plugin_init):
16882         * po/POTFILES.in:
16883           Add translatable error message for when we cannot
16884           connect to the sound server, as "Cannot open resource
16885           for writing" isn't really an acceptable message to show
16886           to the user in this case.
16887
16888 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16889
16890         * sys/oss/gst-i18n-plugin.h:
16891           Remove bogus file that doesn't belong here.
16892
16893 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16894
16895         Patch by: Philippe Valembois
16896
16897         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16898         (gst_shout2send_set_metadata), (gst_shout2send_event),
16899         (gst_shout2send_render), (gst_shout2send_change_state):
16900         * ext/shout2/gstshout2.h:
16901           Handle tags being received before the connection to
16902           the server is established properly (see #338636).
16903
16904 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16905
16906         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16907           Don't crash in case the connection to the server fails:
16908           don't set pointer to NULL by assigning FALSE; error out
16909           properly by using GST_ELEMENT_ERROR and returning
16910           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16911           before resetting the pointer.
16912
16913 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16914
16915         * gst/id3demux/id3tags.c:
16916         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16917         (Fixes #338713)
16918
16919 2006-04-12  Wim Taymans  <wim@fluendo.com>
16920
16921         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16922         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16923         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16924         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16925         (gst_gdk_pixbuf_chain):
16926         Some cleanups.
16927         Added RGBA as a possible output format.
16928         Correctly free the supported mimetypes.
16929         deprecate silent arg, it's not used.
16930         Return result from _alloc_buffer to peer.
16931
16932 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16933
16934         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16935           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16936           overwriting GST_BUFFER_MALLOCDATA.
16937
16938 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16939
16940         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16941         (user_endrow_callback), (user_end_callback),
16942         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16943         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16944         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16945         * ext/libpng/gstpngdec.h:
16946           Handle more than one frame if the content is framed,
16947           like with png-in-quicktime (#331917).
16948
16949 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16950
16951         * sys/oss/Makefile.am:
16952         * sys/oss/common.h:
16953         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16954         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16955         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16956         (gst_oss_src_unprepare):
16957           - the user-visible error strings were in the wrong category
16958           - and the messages were not marked for translation
16959           - which is actually a good thing, because they were exactly
16960             the kind of message you would never want anyone to see
16961           - the macros were using variables that didn't exist in the macro
16962             arguments
16963           - and they were obviously copied from each other and then modified
16964           - so a common header makes sense
16965
16966 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16967
16968         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16969           Don't try to modify read-only data.
16970
16971         * gst/matroska/matroska-demux.c:
16972         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16973           Fix comment (won't crash any longer now).
16974
16975 2006-04-10  Michael Smith  <msmith@fluendo.com>
16976
16977         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16978           Use copies of header buffers for caps to avoid circular refcounting
16979           problems (as in theoradec, vorbisdec).
16980
16981         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16982           Fix a typo in test that meant it was testing the wrong thing.
16983
16984         * tests/check/elements/cmmlenc.c: (check_headers):
16985           Fix refcount checks now that we use buffer-copies for caps.
16986
16987 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16988
16989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16990         (gst_matroska_demux_handle_seek_event),
16991         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16992         (gst_matroska_demux_subtitle_caps),
16993         (gst_matroska_demux_plugin_init):
16994           Use static pad templates with ANY caps for audio and video
16995           source pads and get rid of a lot of unnecessary (and partially
16996           broken) code for the template caps. Clean up caps finding
16997           functions. Fixes playback of audio files/streams that do not
16998           contain the sample rate and/or number of channels in the audio
16999           context (happens a lot with vorbis/mp3 .mka files it seems).
17000           Fixes #337183.
17001           Also add myself to copyright holders.
17002
17003 2006-04-10  Michael Smith  <msmith@fluendo.com>
17004
17005         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17006           Use g_list_delete_link () instead of g_list_remove_link () so that
17007           we free the link as well as the contained data.
17008
17009 2006-04-10  Wim Taymans  <wim@fluendo.com>
17010
17011         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17012
17013         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17014         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17015         (gst_avi_demux_stream_header):
17016         Fix some crashers with empty chunks. (Fixes #337749)
17017
17018 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17019
17020         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17021           use G_GINT64_CONSTANT for INT64 constants
17022         * gst/videofilter/gstvideobalance.c:
17023           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17024         * win32/vs6/libgstavi.dsp:
17025          add missing libraries for the link and remove avimux.c from
17026          the project as it isn't ported to 0.10 yet
17027         
17028 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17031           Even better would be if we actually did the right thing
17032           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17033
17034 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17037           Can't just replace 1LL with 1L here just because MSVC doesn't
17038           support it, as it might lead to incorrect results when doing the
17039           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17040           force a 64-bit constant in a way that all compilers are happy with.
17041
17042 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17043
17044         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17045         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17046         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17047         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17048         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17049         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17050         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17051         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17052         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17053         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17054         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17055         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17056         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17057         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17058         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17059         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17060         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17061         * gst/debug/efence.c: (gst_efence_class_init):
17062         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17063         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17064         * gst/goom/gstgoom.c: (gst_goom_class_init):
17065         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17066         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17067         * gst/interleave/interleave.c: (interleave_class_init):
17068         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17069         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17070         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17071         * gst/median/gstmedian.c: (gst_median_class_init):
17072         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17073         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17074         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17075         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17076         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17077         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17078         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17079         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17080         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17081         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17082         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17083         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17084         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17085         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17086         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17087         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17088         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17089         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17090         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17091         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17092         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17093         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17094         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17095         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17096         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17098         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17099         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17100         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17101         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17102         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17103         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17104         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17105         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17106         * sys/osxaudio/gstosxaudioelement.c:
17107         (gst_osxaudioelement_class_init):
17108         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17109         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17110         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17111         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17112
17113 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17114
17115         * ext/mikmod/gstmikmod.h:
17116         * gst/level/gstlevel.h:
17117         Fix more broken GObject macros
17118
17119 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17120
17121         * ext/annodex/gstcmmldec.h:
17122         * ext/annodex/gstcmmlenc.h:
17123         * ext/annodex/gstcmmltag.h:
17124         * ext/cairo/gsttextoverlay.h:
17125         * ext/ladspa/gstsignalprocessor.h:
17126         * gst/matroska/ebml-read.h:
17127         * gst/matroska/ebml-write.h:
17128         * sys/osxaudio/gstosxaudioelement.h:
17129         Fix broken GObject macros
17130
17131 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17132
17133         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17134           Don't try to seek beyond the end of the file (would
17135           occasionally display error dialogs in totem when seeking
17136           to the end) (#335869). Will still throw an error though
17137           if the file is truncated and the total_samples value in
17138           the stream header is wrong.
17139
17140 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17141
17142         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17143         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17144         (gst_flac_dec_metadata_callback):
17145         * ext/flac/gstflacdec.h:
17146           If the stream header doesn't contain the total number of samples,
17147           search for the last flac frame at the end of the file and calculate
17148           the total duration from that frame's offset (fixes #337609).
17149
17150 2006-04-07  Edward Hervey  <edward@fluendo.com>
17151
17152         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17153         Don't unref the GstPadTemplate returned by
17154         gst_element_class_get_pad_template().
17155
17156 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17159
17160         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17161         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17162         * sys/sunaudio/gstsunaudiosink.h:
17163           Use spec->segsize and spec->segtotal in the prepare function
17164           to initialise the ring buffer instead of using the buffer-time
17165           property (#337421).
17166
17167 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * configure.ac:
17170           Bump core requirements to CVS for gst_pad_query_peer_duration()
17171           which is used by speexdec.
17172
17173 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * ext/speex/gstspeex.c: (plugin_init):
17176         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17177         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17178         (speex_get_sink_query_types), (speex_dec_sink_query),
17179         (speex_get_src_query_types), (speex_dec_src_query),
17180         (speex_dec_src_event), (speex_dec_sink_event),
17181         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17182         (speex_dec_chain_parse_data), (speex_dec_chain),
17183         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17184         (speex_dec_change_state):
17185         * ext/speex/gstspeexdec.h:
17186           Fix seeking and duration queries (#337033); clean up and
17187           refactor a bit.
17188
17189 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17190
17191         * ext/raw1394/gstdv1394src.c:
17192           distinguish between device not found and could not open for
17193           reading
17194
17195 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17196
17197         * Makefile.am:
17198         * configure.ac:
17199         * pkgconfig/.cvsignore:
17200         * pkgconfig/Makefile.am:
17201         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17202           add a .pc file so other modules can use good plugins in tests
17203
17204 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17205
17206         * configure.ac:
17207           clean up, use AS_VERSION and AS_NANO
17208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17209           use PACKAGE_VERSION define
17210         * po/af.po:
17211         * po/az.po:
17212         * po/cs.po:
17213         * po/en_GB.po:
17214         * po/hu.po:
17215         * po/it.po:
17216         * po/nb.po:
17217         * po/nl.po:
17218         * po/or.po:
17219         * po/sq.po:
17220         * po/sr.po:
17221         * po/sv.po:
17222         * po/uk.po:
17223         * po/vi.po:
17224           updated
17225
17226 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17227
17228         * ext\jpeg\smokecodec.c:
17229           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17230         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17231           move first instruction after all variables declarations
17232         * gst\alpha\gstalpha.c:
17233         * gst\effectv\gstshagadelic.c:
17234         * gst\smpte\paint.c:
17235         * gst\videofilter\gstvideobalance.c:
17236           define M_PI if it's not defined (it's not defined on WIN32)
17237         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17238         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17239         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17240         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17241         (gst_matroska_demux_video_caps):
17242         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17243         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17244           use gst_guint64_to_gdouble for conversions
17245         * gst\goom\filters.c: (setPixelRGB_):
17246           fix a debug which was using undefined variable
17247         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17248         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17249           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17250         * win32/vs6:
17251           add vs6 projects files for most of plugins-good
17252         
17253 2006-03-30  j^  <j@bootlab.org>
17254
17255         * ext/aalib/gstaasink.c:
17256         * ext/annodex/gstcmmldec.c:
17257         * ext/annodex/gstcmmlenc.c:
17258         * ext/cairo/gsttextoverlay.c:
17259         * ext/cairo/gsttimeoverlay.c:
17260         * ext/cdio/gstcdiocddasrc.c:
17261         * ext/dv/gstdvdec.c:
17262         * ext/esd/esdmon.c:
17263         * ext/esd/esdsink.c:
17264         * ext/flac/gstflacdec.c:
17265         * ext/flac/gstflacenc.c:
17266         * ext/flac/gstflactag.c:
17267         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17268         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17269         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17270         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17271         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17272         * ext/gdk_pixbuf/pixbufscale.c:
17273         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17274         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17275         * ext/jpeg/gstjpegdec.c:
17276         * ext/jpeg/gstjpegenc.c:
17277         * ext/jpeg/gstsmokedec.c:
17278         * ext/jpeg/gstsmokeenc.c:
17279         * ext/libcaca/gstcacasink.c:
17280         * ext/libmng/gstmngdec.c:
17281         * ext/libmng/gstmngenc.c:
17282         * ext/libpng/gstpngdec.c:
17283         * ext/libpng/gstpngenc.c:
17284         * ext/mikmod/gstmikmod.c:
17285         * ext/raw1394/gstdv1394src.c:
17286         * ext/shout2/gstshout2.c:
17287         * ext/speex/gstspeexdec.c:
17288         * ext/speex/gstspeexenc.c:
17289         * gst/alpha/gstalpha.c:
17290         * gst/alpha/gstalphacolor.c:
17291         * gst/auparse/gstauparse.c:
17292         * gst/autodetect/gstautoaudiosink.c:
17293         (gst_auto_audio_sink_base_init):
17294         * gst/autodetect/gstautovideosink.c:
17295         (gst_auto_video_sink_base_init):
17296         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17297         * gst/cutter/gstcutter.c:
17298         * gst/debug/breakmydata.c:
17299         * gst/debug/efence.c:
17300         * gst/debug/gstnavigationtest.c:
17301         * gst/debug/negotiation.c:
17302         * gst/debug/progressreport.c:
17303         * gst/debug/testplugin.c:
17304         * gst/effectv/gstaging.c:
17305         * gst/effectv/gstdice.c:
17306         * gst/effectv/gstedge.c:
17307         * gst/effectv/gstquark.c:
17308         * gst/effectv/gstrev.c:
17309         * gst/effectv/gstvertigo.c:
17310         * gst/effectv/gstwarp.c:
17311         * gst/flx/gstflxdec.c:
17312         * gst/goom/gstgoom.c:
17313         * gst/interleave/deinterleave.c:
17314         * gst/interleave/interleave.c:
17315         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17316         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17317         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17318         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17319         * gst/level/gstlevel.c:
17320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17322         * gst/median/gstmedian.c:
17323         * gst/monoscope/gstmonoscope.c:
17324         * gst/multipart/multipartdemux.c:
17325         * gst/multipart/multipartmux.c:
17326         * gst/oldcore/gstmd5sink.c:
17327         * gst/oldcore/gstmultifilesrc.c:
17328         * gst/oldcore/gstpipefilter.c:
17329         * gst/oldcore/gstshaper.c:
17330         * gst/oldcore/gststatistics.c:
17331         * gst/rtp/gstasteriskh263.c:
17332         * gst/rtp/gstrtpL16depay.c:
17333         * gst/rtp/gstrtpL16pay.c:
17334         * gst/rtp/gstrtpamrdepay.c:
17335         * gst/rtp/gstrtpamrpay.c:
17336         * gst/rtp/gstrtpdepay.c:
17337         * gst/rtp/gstrtpgsmpay.c:
17338         * gst/rtp/gstrtph263pay.c:
17339         * gst/rtp/gstrtph263pdepay.c:
17340         * gst/rtp/gstrtph263ppay.c:
17341         * gst/rtp/gstrtpmp4gpay.c:
17342         * gst/rtp/gstrtpmp4vdepay.c:
17343         * gst/rtp/gstrtpmp4vpay.c:
17344         * gst/rtp/gstrtpmpadepay.c:
17345         * gst/rtp/gstrtpmpapay.c:
17346         * gst/rtp/gstrtppcmadepay.c:
17347         * gst/rtp/gstrtppcmapay.c:
17348         * gst/rtp/gstrtppcmudepay.c:
17349         * gst/rtp/gstrtppcmupay.c:
17350         * gst/rtp/gstrtpspeexdepay.c:
17351         * gst/rtp/gstrtpspeexpay.c:
17352         * gst/rtsp/gstrtpdec.c:
17353         * gst/smpte/gstsmpte.c:
17354         * gst/videobox/gstvideobox.c:
17355         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17356         * gst/videofilter/gstvideobalance.c:
17357         * gst/videofilter/gstvideoflip.c:
17358         * gst/videofilter/gstvideotemplate.c:
17359         (gst_videotemplate_base_init):
17360         * gst/videomixer/videomixer.c:
17361         * gst/wavenc/gstwavenc.c:
17362         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17363          better/unified long descriptions
17364          Fixed #336602
17365          Some cleanups to auparse, don't send multiple newsegments.
17366
17367 2006-03-29  Wim Taymans  <wim@fluendo.com>
17368
17369         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17370
17371         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17372         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17373         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17374         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17375         * ext/dv/gstdvdemux.h:
17376         Seek in READY patch. Only works for pull based mode.
17377         Fixes #323880
17378
17379 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17382         (gst_gdk_pixbuf_event):
17383           Fix two crashers: don't unref the same caps twice, and
17384           set pixbuf loader to NULL after freeing it.
17385
17386 2006-03-27  Wim Taymans  <wim@fluendo.com>
17387
17388         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17389         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17390         (gst_speexenc_chain):
17391         * ext/speex/gstspeexenc.h:
17392         Don't leak adapter.
17393         A push *always* takes ownership of the buffer, even on
17394         errors.
17395         Small cleanups.
17396
17397 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17400           Create source pad without leaking.
17401
17402 2006-03-24  Wim Taymans  <wim@fluendo.com>
17403
17404         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17405         * ext/flac/gstflacdec.h:
17406         * ext/flac/gstflacenc.h:
17407         Spifify a bit.
17408         Fix deadly lock order error in seeking code, STREAM_LOCK
17409         cannot be taken within LOCK and the streaming variables are
17410         protected with the STREAM_LOCK anyway.
17411
17412 2006-03-24  Wim Taymans  <wim@fluendo.com>
17413
17414         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17415         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17416         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17417         this patch combines the global init_frames with the stream
17418         init_frames. Rationale being that the global delay should 
17419         be subtracted from any stream delay.
17420         Fixes #335858.
17421
17422 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17423
17424         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17425         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17426         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17427         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17428         use DEBUG_FUNCPTR for collectpads
17429
17430 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17433           Don't crash when encoding images where the number of rows isn't
17434           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17435
17436 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17437
17438         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17439         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17440         * gst/interleave/interleave.c: (interleave_change_state):
17441         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17442           More state change function fixes.
17443
17444 2006-03-23  Wim Taymans  <wim@fluendo.com>
17445
17446         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17447         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17448         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17449         (gst_esdsink_delay), (gst_esdsink_reset):
17450         * ext/esd/esdsink.h:
17451         Fix esd choppy playback by configuring audiosink
17452         correctly. Fixes #325191
17453
17454 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17455
17456         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17457           Make state change function thread-safe.
17458
17459 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17460
17461         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17462         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17463           Don't try to read beyond the end of the file just because
17464           the header claims a bigger size (like with truncated files).
17465
17466 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17467
17468         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17469         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17470         (gst_wavparse_stream_data), (gst_wavparse_loop):
17471         * gst/wavparse/gstwavparse.h:
17472           Delay source pad creation until we have the first chunk of
17473           media data, so the we can examine the data and adjust the
17474           caps accordingly if required. This makes playback of .wav
17475           files with DTS-declared-as-PCM content work (#313266).
17476
17477 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17478
17479         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17480         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17481         Don't attempt typefinding on too-short buffers that have been
17482         completely trimmed away. (Fixes #330239)
17483
17484         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17485         Improve the debug output
17486
17487 2006-03-21  Wim Taymans  <wim@fluendo.com>
17488
17489         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17490         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17491         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17492         (gst_esdsink_set_property), (gst_esdsink_get_property):
17493         Some cleanups.
17494         Reset fd to -1 when we close them.
17495
17496 2006-03-21  Wim Taymans  <wim@fluendo.com>
17497
17498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17499         the OPTIONS request result is optional so don't
17500         fail on it.
17501
17502 2006-03-21  Edward Hervey  <edward@fluendo.com>
17503
17504         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17505         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17506         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17507         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17508         (gst_wavparse_change_state):
17509         gcc 4.1 unreferenced pointer fixes.
17510
17511 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17514
17515         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17516           Fix block alignment calculation. Alignment should be done before
17517           adding the byte offset where the data starts (#335231).
17518
17519 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17520
17521         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17522           Ensure that we set correct caps on buffers that are transferred
17523           direct from the input.
17524
17525 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17526
17527         * gst/goom/filters.c: (zoomFilterDestroy):
17528         * gst/goom/goom_core.c: (goom_close):
17529           Free filter data when cleaning up. (Fixes: #334995)
17530
17531 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17532
17533         * configure.ac:
17534           Don't compile udp and rtsp plugins on win32 (mingw) or other
17535           systems that don't have <sys/socket.h> for some reason (#316203).
17536
17537 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17538
17539         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17540         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17541         * ext/raw1394/gstdv1394src.h:
17542           Change bus reset handler so it reports useful information such as
17543           whether the device being used connected or disconnected
17544
17545 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17546
17547         * gst/id3demux/id3v2frames.c:
17548         (parse_relative_volume_adjustment_two):
17549           We only care about gain and peak data for the master volume.
17550
17551 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17554         (parse_id_string), (parse_unique_file_identifier),
17555         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17556           Read replay gain tags (#323721).
17557
17558 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * configure.ac:
17561           Bump requirements to gst-plugins-base CVS because
17562           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17563
17564 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17565
17566         * rtp/gst/gstrtppcmadepay.c:
17567         Fixed one of the caps in the code from mulaw to alaw.
17568
17569 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17570
17571         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17572           Ensure that we set caps on the buffers we pass.
17573
17574         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17575         (gst_id3demux_sink_activate):
17576           Ensure that we set caps on the buffers we pass.
17577
17578           Use STREAM, TYPE_NOT_FOUND as the error class when
17579           typefinding fails.
17580
17581 2006-03-15  Edward Hervey  <edward@fluendo.com>
17582
17583         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17584         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17585         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17586         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17587         (gst_jpeg_dec_setcaps):
17588         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17589         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17590         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17591         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17592         (gst_mngdec_src_getcaps):
17593         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17594         (gst_pngdec_caps_create_and_set):
17595         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17596         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17597         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17598         * gst/alpha/gstalpha.c: (gst_alpha_init):
17599         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17600         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17601         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17602         * gst/cutter/gstcutter.c: (gst_cutter_init):
17603         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17604         (gst_efence_checkgetrange):
17605         * gst/debug/negotiation.c: (gst_negotiation_init):
17606         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17607         * gst/goom/gstgoom.c: (gst_goom_init):
17608         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17609         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17610         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17611         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17612         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17613         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17614         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17615         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17616         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17617         (gst_wavparse_create_sourcepad):
17618         Fix memleak with gst_static_pad_template_get().
17619         This uses gst_pad_new_from_static_template() instead.
17620         Fixes #333512
17621
17622 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17623
17624         * configure.ac:
17625           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17626           used by id3demux.
17627
17628         * gst/id3demux/gstid3demux.c: (plugin_init):
17629         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17630         (parse_user_text_identification_frame),
17631         (parse_unique_file_identifier):
17632           Add support for UFID and TXXX frames and extract musicbrainz tags.
17633
17634 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17637           Catch short reads, like they might happen with truncated
17638           files (see #305279); remove unnecessary indentation.
17639
17640 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17641
17642         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17643           Fix DIB image inversion for pictures with a
17644           depth != 8 (#305279).
17645
17646 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17649         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17650         * ext/jpeg/gstjpegdec.h:
17651           Fix durations on outgoing buffers after seeking
17652           in MJPEG files (#334083); some minor clean-ups.
17653
17654 2006-03-13  Wim Taymans  <wim@fluendo.com>
17655
17656         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17657         (gst_wavparse_change_state):
17658         Implement seek in READY (re-fixes #327658)
17659
17660 2006-03-13  Wim Taymans  <wim@fluendo.com>
17661
17662         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17663         * ext/esd/esdmon.c: (gst_esdmon_get):
17664         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17665         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17666         (gst_gdk_pixbuf_sink_getcaps):
17667         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17668         (gst_jpegenc_setcaps):
17669         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17670         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17671         (gst_smokeenc_setcaps):
17672         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17673         (gst_mngdec_src_getcaps):
17674         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17675         (gst_mngenc_chain):
17676         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17677         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17678         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17679         (speex_dec_src_event), (speex_dec_chain):
17680         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17681         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17682         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17683         (gst_negotiation_pad_link), (gst_negotiation_chain):
17684         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17685         (gst_flxdec_chain):
17686         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17687         (deinterleave_chain):
17688         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17689         * gst/median/gstmedian.c: (gst_median_link):
17690         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17691         (gst_monoscope_chain):
17692         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17693         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17694         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17695         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17696         close #333784 unref the result of gst_pad_get_parent()
17697         by: Christophe Fergeau.
17698
17699 2006-03-09  Wim Taymans  <wim@fluendo.com>
17700
17701         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17702         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17703         Handle events in push mode better, can now do non-flushing
17704         seeks in push mode as well.
17705
17706 2006-03-07  Wim Taymans  <wim@fluendo.com>
17707
17708         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17709         Applied patch from Kai Vehmanen, fixes #333624.
17710
17711 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17712
17713         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17714         Implement paletted and grayscale png files handling.
17715         (#150363).
17716
17717 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17718
17719         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17720         (gst_speexenc_chain):
17721           fix a tag list assert
17722           follow gst-plugins-base/ext/ogg/README; set OFFSET
17723           and OFFSET_END.  Muxes correctly with gst-plugins-base
17724           > 0.9.3
17725
17726 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17727
17728         * gst/id3demux/Makefile.am:
17729         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17730         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17731           Use new typefind helper functions here as well, and
17732           do typefinding in pull-mode if upstream supports that.
17733
17734 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17735
17736         * sys/sunaudio/gstsunaudiomixerctrl.c:
17737         (gst_sunaudiomixer_ctrl_get_volume),
17738         (gst_sunaudiomixer_ctrl_set_volume):
17739         * sys/sunaudio/gstsunaudiomixertrack.c:
17740         (gst_sunaudiomixer_track_new):
17741           Remove unused variables, breaks build from CVS
17742           with -Werror (#333392, patch by: Benjamin Pineau)
17743
17744 2006-03-03  Wim Taymans  <wim@fluendo.com>
17745
17746         * docs/plugins/Makefile.am:
17747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17748         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17749         Added wavparse docs.
17750
17751         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17752         (gst_wavparse_reset), (gst_wavparse_init),
17753         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17754         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17755         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17756         (gst_wavparse_stream_data), (gst_wavparse_loop),
17757         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17758         (gst_wavparse_change_state):
17759         * gst/wavparse/gstwavparse.h:
17760         Implement seek in READY (fixes #327658)
17761         Added docs and did some cleanups.
17762
17763 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17764
17765         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17766         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17767         (gst_avi_demux_calculate_durations_from_index),
17768         (gst_avi_demux_stream_header):
17769         * gst/avi/gstavidemux.h:
17770           If we have an index, use a duration based on the index instead
17771           of blindly trusting the information in the stream headers
17772           (fixes #331817).
17773
17774 2006-03-03  Wim Taymans  <wim@fluendo.com>
17775
17776         * docs/plugins/Makefile.am:
17777         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17779         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17780         Added smoke and jpeg to the docs.
17781
17782         * ext/jpeg/Makefile.am:
17783         * ext/jpeg/gstjpeg.c: (plugin_init):
17784         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17785         * ext/jpeg/gstjpegenc.h:
17786         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17787         (gst_smokedec_chain):
17788         * ext/jpeg/gstsmokedec.h:
17789         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17790         * ext/jpeg/gstsmokeenc.h:
17791         * ext/jpeg/smokecodec.h:
17792         Port smokedec (fixes #331905).
17793         Added some docs.
17794         Some cleanups.
17795
17796 2006-03-03  Wim Taymans  <wim@fluendo.com>
17797
17798         * docs/plugins/Makefile.am:
17799         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17801         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17802         Added videobalance and videoflip to the docs.
17803
17804         * gst/videofilter/Makefile.am:
17805         * gst/videofilter/gstvideobalance.c:
17806         (gst_video_balance_update_tables_planar411),
17807         (gst_video_balance_is_passthrough),
17808         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17809         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17810         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17811         (gst_video_balance_finalize), (gst_video_balance_class_init),
17812         (gst_video_balance_init), (gst_video_balance_interface_supported),
17813         (gst_video_balance_interface_init),
17814         (gst_video_balance_colorbalance_list_channels),
17815         (gst_video_balance_colorbalance_set_value),
17816         (gst_video_balance_colorbalance_get_value),
17817         (gst_video_balance_colorbalance_init),
17818         (gst_video_balance_set_property), (gst_video_balance_get_property),
17819         (gst_video_balance_get_type), (plugin_init):
17820         * gst/videofilter/gstvideobalance.h:
17821         Ported to 0.10. (Fixes #326160)
17822         Added docs.
17823
17824         * gst/videofilter/gstvideoflip.c:
17825         * gst/videofilter/gstvideoflip.h:
17826         Added docs.
17827
17828 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17829
17830         * configure.ac:
17831           Bump requirements to current core and -base CVS
17832           (core for new typefind helper API, and -base for the
17833           WAVFORMATEX support that was added to libgstriff and
17834           is needed by wavparse).
17835         
17836         * gst/apetag/Makefile.am:
17837         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17838         (gst_tag_demux_sink_activate):
17839           Use new typefind helpers for typefinding instead of our
17840           home-grown stuff; also, do typefinding in pull-mode if
17841           upstream supports that.
17842
17843 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17844
17845         Reviewed by: Christian Schaller <christian@fluendo.com>
17846
17847         This patch fixes bug: 329107
17848
17849         This Changelog entry is for a commit done on February 17
17850
17851         * ext/gconf/gconf.c
17852         * ext/gconf/gconf.h
17853         * ext/gconf/gstgconfaudiosink.c
17854         * ext/gconf/gstgconfaudiosink.h
17855         * gconf/gstreamer.schemas.in
17856
17857 2006-02-28  Wim Taymans  <wim@fluendo.com>
17858
17859         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17860         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17861         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17862         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17863         Use DEBUG_OBJECT more.
17864
17865 2006-02-28  Wim Taymans  <wim@fluendo.com>
17866
17867         * docs/plugins/Makefile.am:
17868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17870         Added dvdec and dvdemux to docs.
17871
17872         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17873         Added docs.
17874         Check frame sizes so we don't crash when don't have enough
17875         data.
17876         Send nice error messages on error.
17877
17878         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17879         (gst_dvdemux_class_init), (gst_dvdemux_init),
17880         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17881         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17882         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17883         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17884         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17885         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17886         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17887         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17888         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17889         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17890         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17891         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17892         * ext/dv/gstdvdemux.h:
17893         Added docs.
17894         Implement pull mode.
17895         Fix memleaks.
17896         Reduce memcpy for the video demuxing.
17897
17898 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17899
17900         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17901         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17902         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17903         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17904           Add a little extra debug. Make the decoder not return NOT_LINKED,
17905           as we want to continue decoding all CMML and emitting tags.
17906
17907 2006-02-27  Michael Smith  <msmith@fluendo.com>
17908
17909         * ext/annodex/gstskeltag.c:
17910         * ext/annodex/gstskeltag.h:
17911           Deleted; these files aren't used any more either.
17912
17913 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17914
17915         * ext/Makefile.am: Fix dist-check.
17916
17917 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17918
17919         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17920         memleak.
17921
17922 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17923
17924         * ext/annodex/Makefile.am:
17925         * ext/annodex/gstannodex.c:
17926         * ext/annodex/gstcmmldec.c:
17927         * ext/annodex/gstcmmlenc.c:
17928         * ext/annodex/gstcmmlparser.c:
17929         * ext/annodex/gstcmmlparser.h:
17930         * ext/annodex/gstcmmlutils.c:
17931         * tests/check/elements/cmmldec.c:
17932         * tests/check/elements/cmmlenc.c:
17933           Fix a memleak in gst_cmml_track_list_add_clip.
17934           Handle overflows in clip's start and end times.
17935           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17936           Do not parse junk at the end of a CMML preamble buffer.
17937           Register a libxml error handler to not print stuff on stderr.
17938           Check for bad clip start and end times in the testsuites.
17939
17940 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17941
17942         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17943         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17944         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17945         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17946         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17947         possible memleaks.
17948
17949 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17950
17951         * tests/check/Makefile.am:
17952         * tests/check/elements/cmmldec.c:
17953         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17954         the plugins-base tags.
17955
17956 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17957
17958         * ext/Makefile.am: Re-enable module.
17959
17960 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17961
17962         * tests/check/Makefile.am: Forgot to remove that test.
17963
17964 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17965
17966         * ext/annodex/Makefile.am:
17967         * ext/annodex/gstannodex.c: (plugin_init):
17968         * ext/annodex/gstcmmldec.c:
17969         * ext/annodex/gstskeldec.c:
17970         * ext/annodex/gstskeldec.h:
17971         * tests/check/Makefile.am:
17972         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17973
17974 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17975
17976         * tests/check/Makefile.am: Disable those checks as well.
17977
17978 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17979
17980         * ext/Makefile.am: Disable annodex for now until we figure out
17981         how to make it build.
17982         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17983         Add a rule to your checklist : "please try to at least build 
17984         what you are going to commit into -good, or if you are too lazy
17985         to do that, please check that the buildbots are not crying because
17986         of your commit."
17987
17988 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17989
17990         * configure.ac:
17991         * ext/Makefile.am:
17992         * ext/gdk_pixbuf/Makefile.am:
17993         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17994         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17995         * ext/gdk_pixbuf/pixbufscale.c:
17996         * ext/gdk_pixbuf/pixbufscale.h:
17997           Gdkpixbuf ported from 0.8 to 0.10 by
17998           Renato Filho <renato.filho@indt.org.br>.
17999           gst_loader and gdkpixbufanimation still need port.
18000
18001 2006-02-24  Michael Smith  <msmith@fluendo.com>
18002
18003         * configure.ac:
18004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18005         * ext/Makefile.am:
18006         * ext/annodex/Makefile.am:
18007         * ext/annodex/gstannodex.c:
18008         * ext/annodex/gstannodex.h:
18009         * ext/annodex/gstcmmldec.c:
18010         * ext/annodex/gstcmmldec.h:
18011         * ext/annodex/gstcmmlenc.c:
18012         * ext/annodex/gstcmmlenc.h:
18013         * ext/annodex/gstcmmlparser.c:
18014         * ext/annodex/gstcmmlparser.h:
18015         * ext/annodex/gstcmmltag.c:
18016         * ext/annodex/gstcmmltag.h:
18017         * ext/annodex/gstcmmlutils.c:
18018         * ext/annodex/gstcmmlutils.h:
18019         * ext/annodex/gstskeldec.c:
18020         * ext/annodex/gstskeldec.h:
18021         * ext/annodex/gstskeltag.c:
18022         * ext/annodex/gstskeltag.h:
18023         * tests/check/Makefile.am:
18024         * tests/check/elements/cmmldec.c:
18025         * tests/check/elements/cmmlenc.c:
18026         * tests/check/elements/skeldec.c:
18027           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18028           Includes tests & docs, oh my! Passes Thomas's -good checklist
18029           entirely. Wow.
18030
18031 2006-02-24  Michael Smith  <msmith@fluendo.com>
18032
18033         * autogen.sh:
18034           Check for automake 1.9 as well.
18035
18036 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18037
18038         * ext/flac/gstflacenc.c:
18039           Change min. sample rate to 8kHz to match flacdec's.
18040           
18041 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * ext/cdio/Makefile.am:
18044           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18045           required for Cygwin, see #317048)
18046
18047         * gst/rtp/gstasteriskh263.c:
18048           Cygwin has includes for both the unix network socket API
18049           and the windows API, but only one can be included, so fix
18050           includes to only use one or the other, prefering the unxi
18051           one (#317048).
18052
18053 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18054
18055         * rtp/gst/gstrtppcmadepay.c:
18056         * rtp/gst/gstrtppcmadepay.h:
18057         * rtp/gst/gstgstrtppcmapay.c:
18058         * rtp/gst/gstgstrtppcmapay.h:
18059         * rtp/gst/gstrtppcmudepay.c:
18060         * rtp/gst/gstrtppcmudepay.h:
18061         * rtp/gst/gstrtppcmupay.c:
18062         * rtp/gst/gstrtppcmupay.h:
18063         * rtp/gst/Makefile.am:
18064         * rtp/gst/gstrtp.c:
18065         * rtp/gst/README:
18066         Separated the G711 payloaders/depayloaders into separate elements for
18067         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18068
18069 2006-02-22  Wim Taymans  <wim@fluendo.com>
18070
18071         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18072         (gst_dvdec_change_state):
18073         * ext/dv/gstdvdec.h:
18074         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18075         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18076         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18077         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18078         (gst_dvdemux_flush), (gst_dvdemux_chain),
18079         (gst_dvdemux_change_state):
18080         * ext/dv/gstdvdemux.h:
18081         Ueber spiffify some more, added debug category.
18082         Use _scale.
18083         Use segments, respect playback rate from newsegment.
18084         Fix refcount issue.
18085
18086 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18087
18088         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18089         (gst_signal_processor_process):
18090         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18091         enabled for the build, but it helps me win the feature-count
18092         competitions ooh yeah.
18093
18094 2006-02-19  Wim Taymans  <wim@fluendo.com>
18095
18096         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18097         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18098         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18099         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18100         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18101         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18102         Use scaling code for added precission and more correct stop
18103         position in case scale==0.
18104
18105 2006-02-19  Wim Taymans  <wim@fluendo.com>
18106
18107         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18108         (gst_flxdec_chain):
18109         * gst/flx/gstflxdec.h:
18110         Implement DURATION query.
18111
18112 2006-02-19  Wim Taymans  <wim@fluendo.com>
18113
18114         * gst/flx/flx_color.h:
18115         * gst/flx/flx_fmt.h:
18116         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18117         (gst_flxdec_src_query_handler), (flx_decode_color),
18118         (gst_flxdec_chain):
18119         * gst/flx/gstflxdec.h:
18120         Set MALLOCDATA for the temp buffers so we don't leak.
18121         Some debug cleanups.
18122         Consume all data in the adapter before leaving the chain
18123         function. Fixes #330678.
18124
18125 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18126
18127         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18128         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18129          Handle 0 data size in otherwise valid frames.
18130          Handle numeric strings in 2.4.0 even when not in parentheses 
18131
18132 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18133
18134         * gst/matroska/matroska-demux.c:
18135         (gst_matroska_demux_subtitle_caps),
18136         (gst_matroska_demux_plugin_init):
18137         * gst/matroska/matroska-ids.h:
18138           Recognise SSA/ASS and USF subtitle formats and
18139           set proper caps when they are found.
18140
18141 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18144         (gst_jpeg_dec_chain):
18145           Fix invalid memory access for some odd-sized images
18146           (see image contained in quicktime stream in #327083);
18147           use g_malloc() instead of g_alloca().
18148
18149 2006-02-17  Wim Taymans  <wim@fluendo.com>
18150
18151         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18152         Patch from Sebastien Cote, fixes #319884
18153
18154 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18155
18156         * ext/cdio/gstcdio.c: (plugin_init):
18157           Init debug category (#331253).
18158
18159 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18162           Pass extra_data to gst_riff_create_audio_caps(), so that
18163           WAVEFORMATEX stuff works. Post audio codec name and post
18164           it as taglist on the bus. Allow up to 8 channesl for raw
18165           PCM in the source pad template caps.
18166
18167 2006-02-16  Wim Taymans  <wim@fluendo.com>
18168
18169         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18170         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18171         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18172         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18173         (gst_multipart_set_property), (gst_multipart_get_property):
18174         Applied #318663. Gives quite a few false positives in
18175         autoscan mode, but it's better than nothing. Not closing yet.
18176
18177 2006-02-16  Wim Taymans  <wim@fluendo.com>
18178
18179         * docs/plugins/Makefile.am:
18180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18182         * docs/plugins/gst-plugins-good-plugins.args:
18183         * docs/plugins/inspect/plugin-udp.xml:
18184         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18185         (gst_udpsrc_start):
18186         Update documentation.
18187         Fix args.
18188
18189 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18190
18191         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18192         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18193         frame size. (Fixes #331368)
18194
18195 2006-02-16  Wim Taymans  <wim@fluendo.com>
18196
18197         * gst/rtsp/README:
18198         Updated README.
18199
18200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18201         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18202         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18203         * gst/rtsp/gstrtspsrc.h:
18204         Make sure the RTP port is an even port an try to allocate 
18205         another if not.
18206         Added retry property to control max retries for port allocation.
18207         Make sure RTCP port is RTP port+1.
18208         Cleanup when port allocation fails.
18209         Fixes #319183.
18210         
18211 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18212
18213         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18214           Don't ignore return value of the parent class's state
18215           change function (#331385, patch by: Wouter Paesen).
18216
18217 2006-02-15  Wim Taymans  <wim@fluendo.com>
18218
18219         * configure.ac:
18220         * docs/plugins/Makefile.am:
18221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18223         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18224         * ext/Makefile.am:
18225         * ext/hal/Makefile.am:
18226         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18227         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18228         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18229         (do_toggle_element), (gst_hal_audio_sink_set_property),
18230         (gst_hal_audio_sink_get_property),
18231         (gst_hal_audio_sink_change_state):
18232         * ext/hal/gsthalaudiosink.h:
18233         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18234         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18235         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18236         (do_toggle_element), (gst_hal_audio_src_set_property),
18237         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18238         * ext/hal/gsthalaudiosrc.h:
18239         * ext/hal/gsthalelements.c: (plugin_init):
18240         * ext/hal/gsthalelements.h:
18241         * ext/hal/hal.c: (gst_hal_get_string),
18242         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18243         (gst_hal_get_audio_src):
18244         * ext/hal/hal.h:
18245         Add HAL sound device wrapper plugins. Closes #329106
18246
18247 2006-02-15  Wim Taymans  <wim@fluendo.com>
18248
18249         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18250         Add comment in a fultile attempt to stop the copy-and-paste 
18251         paradigm leading to duplication of bad code.
18252
18253         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18254         Mime parameters have to be checked case insensitive
18255
18256 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18259           Advance stream time for lagging subtitle streams by sending
18260           newsegment events with the update flag set.
18261
18262 2006-02-14  Edward Hervey  <edward@fluendo.com>
18263
18264         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18265         There can be bogus data before the hdrl LIST tag in the RIFF header.
18266         It's hard to say if it's not respecting the AVI specifications or not,
18267         but since Google Video is producing AVIs like that and the other player
18268         don't seem to complain, I guess we should do the same.
18269
18270 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18271
18272         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18273         (parse_split_strings):
18274         Add more validation to ensure that a char encoding conversion
18275         produced a valid UTF-8 string.
18276
18277 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18278
18279         Reviewed by: Edward Hervey  <edward@fluendo.com>
18280
18281         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18282         Properly handle end of segment. Closes #330885.
18283
18284 2006-02-13  Wim Taymans  <wim@fluendo.com>
18285
18286         * gst/rtp/gstrtpmp4gpay.h:
18287         For got to commit this one.
18288
18289 2006-02-12  Wim Taymans  <wim@fluendo.com>
18290
18291         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18292         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18293         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18294         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18295         * gst/rtp/gstrtpmp4gpay.h:
18296         Make more things work.
18297         Handle ACC config strings.
18298
18299 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18300
18301         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18302           set timestamps if no incoming timestamps set
18303
18304 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18305
18306         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18307         (gst_tag_demux_do_typefind):
18308           ... and fix the very same leaks in GstTagDemux.
18309
18310 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18311
18312         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18313         (gst_id3demux_do_typefind):
18314         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18315         <jonathan at kaolin dot wh9 dot net>)
18316
18317 2006-02-10  Wim Taymans  <wim@fluendo.com>
18318
18319         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18320         First set options, then set caps or else the baseclass
18321         will not know about the options, duh.
18322
18323 2006-02-10  Wim Taymans  <wim@fluendo.com>
18324
18325         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18326         (gst_rtp_mp4v_pay_setcaps):
18327         Don't waste time looking for a config string if we have codec_info
18328         on the incomming caps.
18329
18330 2006-02-10  Wim Taymans  <wim@fluendo.com>
18331
18332         * gst/rtp/README:
18333         Say something about case-sensitivity of caps vs mime-attributes.
18334
18335         * gst/rtp/Makefile.am:
18336         * gst/rtp/gstrtp.c: (plugin_init):
18337         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18338         (gst_rtp_amr_pay_handle_buffer):
18339         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18340         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18341         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18342         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18343         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18344         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18345         (gst_rtp_mp4g_pay_plugin_init):
18346         * gst/rtp/gstrtpmp4gpay.h:
18347         Added beginnings of mpeg4-generic payloader (RFC 3640)
18348
18349 2006-02-09  Wim Taymans  <wim@fluendo.com>
18350
18351         * gst/rtsp/Makefile.am:
18352         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18353         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18354         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18355         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18356         (gst_rtpdec_change_state):
18357         * gst/rtsp/gstrtpdec.h:
18358         * gst/rtsp/gstrtsp.c: (plugin_init):
18359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18360         * gst/rtsp/rtspconnection.c: (read_body),
18361         (rtsp_connection_receive):
18362         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18363         Resurected rtpdec to make rtspsrc happy again.
18364         Skip attributes from the session id.
18365         Don't crash when dumping a message with an empty body.
18366
18367
18368 2006-02-09  Wim Taymans  <wim@fluendo.com>
18369
18370         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18371         Added more meaningfull warnings when something goes wrong.
18372         Clear F bit on outgoing AMR packets.
18373
18374         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18375         (gst_rtp_amr_pay_handle_buffer):
18376         Added debugging category
18377         Support payloading of multiple AMR frames.
18378
18379         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18380         Added some debugging.
18381
18382 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18383
18384         * configure.ac:
18385           Back to CVS
18386
18387 === release 0.10.2 ===
18388
18389 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18390
18391         * configure.ac:
18392           releasing 0.10.2, "Papa was a rolling stone"
18393
18394 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18395
18396         * configure.ac:
18397           Bump core and plugins-base requirement to 0.10.2.2
18398           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18399
18400 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18401
18402         * ext/flac/gstflac.c: (plugin_init):
18403         * ext/speex/gstspeex.c: (plugin_init):
18404           Register musicbrainz tags.
18405
18406 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18407
18408         * ext/gconf/gconf.h:
18409           Remove declaration of function that no longer exists.
18410
18411 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18412
18413         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18414         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18415         Make shout2 work for non ogg streams
18416
18417 2006-02-06  Wim Taymans  <wim@fluendo.com>
18418
18419         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18420         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18421         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18422         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18423         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18424         * gst/udp/gstmultiudpsink.h:
18425         Updated docs.
18426         Added properties bytes-served, bytes_to_serve.
18427         Post proper error messages,
18428         Emit client added signal too.
18429
18430 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18431
18432         * docs/plugins/Makefile.am:
18433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18436         (gst_multiudpsink_get_stats):
18437           adding docs for multiudpsink
18438
18439 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18440
18441         * gst/level/gstlevel.c: (gst_level_transform_ip):
18442           peak below decay is not necessarily an error, so don't ERROR log
18443
18444 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18445
18446         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18447         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18448         (gst_ebml_write_seek):
18449         * gst/matroska/ebml-write.h:
18450           Make sure we send a newsegment event in BYTES format
18451           before sending buffers (#328531).
18452
18453 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18454
18455         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18456         (gst_dvdemux_sink_query):
18457         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18458         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18459         (speex_dec_src_query):
18460         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18461         (gst_speexenc_sink_query):
18462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18463         * gst/matroska/matroska-demux.c:
18464         (gst_matroska_demux_get_src_query_types),
18465         (gst_matroska_demux_handle_src_query):
18466         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18467         (gst_wavparse_pad_query):
18468           Pass unhandled queries upstream instead of just dropping
18469           them (#326446). Update query type arrays here and there.
18470
18471 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * tests/check/elements/matroskamux.c: (setup_src_pad):
18474           Collectpads in core got changed and now also holds a
18475           reference to any pad that is part of it. Fix refcount
18476           checks in test case accordingly.
18477
18478 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18479
18480         * gst/apetag/gstapedemux.h:
18481           Fix include, for now GstTagDemux is in the apetag dir.
18482
18483 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18484
18485         * docs/plugins/Makefile.am:
18486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18488         * docs/plugins/inspect/plugin-cdio.xml:
18489           Add cdio plugin to docs.
18490
18491         * ext/cdio/gstcdiocddasrc.c:
18492           Add gtk-doc blurb.
18493
18494         * ext/cdio/gstcdio.c:
18495           The plugin is called 'cdio' not 'cddio'.
18496
18497 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499         * configure.ac:
18500         * docs/plugins/Makefile.am:
18501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18504         * docs/plugins/inspect/plugin-apetag.xml:
18505         * gst/apetag/Makefile.am:
18506         * gst/apetag/gstapedemux.c:
18507         * gst/apetag/gstapedemux.h:
18508         * gst/apetag/gsttagdemux.c:
18509         * gst/apetag/gsttagdemux.h:
18510           Add APE tag demuxer (#325649).
18511
18512 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18513
18514         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18515         (gst_gconf_get_default_video_sink),
18516         (gst_gconf_get_default_audio_src),
18517         (gst_gconf_get_default_video_src):
18518         * ext/gconf/gconf.h:
18519         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18520         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18521         (do_toggle_element):
18522         * ext/gconf/gstgconfaudiosink.h:
18523         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18524         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18525         (do_toggle_element):
18526         * ext/gconf/gstgconfaudiosrc.h:
18527         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18528         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18529         (do_toggle_element):
18530         * ext/gconf/gstgconfvideosink.h:
18531         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18532         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18533         (do_toggle_element):
18534         * ext/gconf/gstgconfvideosrc.h:
18535           Ignore changing the GConf key to "". Ignore GConf key updates
18536           that don't actually change the string.
18537           For now, ignore the GConf key when the state is > READY, as
18538           it breaks streaming. Sometime it will be nice to bring the
18539           new sink online even mid-stream, by sending NEWSEGMENT info
18540           and possibly prerolling.
18541           (Fixes #326736)
18542
18543 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18544
18545         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18546         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18547         (zoomFilterSetResolution), (zoomFilterDestroy),
18548         (zoomFilterFastRGB), (pointFilter):
18549         * gst/goom/filters.h:
18550         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18551         (goom_update), (goom_close):
18552         * gst/goom/goom_core.h:
18553         * gst/goom/goom_tools.h:
18554         * gst/goom/graphic.c:
18555         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18556         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18557         * gst/goom/gstgoom.h:
18558         * gst/goom/lines.c: (goom_lines):
18559         * gst/goom/lines.h:
18560           Make goom reentrant by moving all important static variables
18561           into instance structures.
18562           (Fixes #329181)
18563
18564 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18565
18566         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18567         (gst_avi_demux_all_source_pads_unlinked),
18568         (gst_avi_demux_process_next_entry):
18569         * gst/avi/gstavidemux.h:
18570           Third attempt, use gst_pad_is_linked() this time.
18571
18572 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18573
18574         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18575         (parse_split_strings):
18576         Adjust for data length indicators when parsing (Fixes #329810)
18577         Fix stupid bug parsing UTF-8 tag text.
18578         Output tag strings with multiple fields as multiple tags, so the
18579         app gets all the data.
18580
18581 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18582
18583         * ext/flac/gstflacenc.c:
18584         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18585         show me.
18586         
18587 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18588
18589         * ext/flac/gstflacenc.c:
18590         * gst/matroska/ebml-read.c:
18591         Just make it compile with --disable-gst-debug.
18592
18593 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18594
18595         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18596         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18597         (id3v2_genre_fields_to_taglist):
18598           Never output a tag with a null contents string.
18599
18600 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18601
18602         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18603           Only pause if all pads are unlinked AND we've tried to send data
18604           on all of them at least once.
18605
18606 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18607
18608         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18609         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18610           Make loop function/task pause itself when all source pads are
18611           unlinked.
18612
18613 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18614
18615         * configure.ac:
18616         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18617           Use new functions from core to render a bin from a
18618           string. Fixes build. Up requirements to core CVS.
18619
18620 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18623           Don't push buffers into the adapter that we are going to
18624           push downstream again without framing anyway. Also, the
18625           adaptor takes ownership of buffers put into it (fixes
18626           auparse pushing invalid buffers for .au files with
18627           ADPCM contents). Finally, set caps on all outgoing buffers.
18628
18629 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18630
18631         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18632         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18633         (gst_id3demux_send_tag_event):
18634         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18635         Someone should kick my butt. Remove ID3v1 tags from the end of the
18636         file.
18637
18638         Improve error messages. Send the TAG message as soon as we complete
18639         typefinding, instead of waiting until we send the first buffer.
18640         Downstream tag event is still sent before the first buffer.
18641
18642 2006-01-27  Jan Gerber  <j@bootlab.org>
18643
18644         Reviewed by: Andy Wingo <wingo@pobox.com>
18645
18646         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18647         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18648         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18649         to not have warings flooding stderr. this is the suggested way
18650         also used in dvgrab and kino. (#328336)
18651
18652 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18653
18654         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18655         (gst_oss_sink_init), (gst_oss_sink_finalise):
18656           Free the device name string when finalised.
18657
18658 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18659
18660         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18661           Don't put function calls in g_return_if_fail() statements,
18662           or they'll be replaced with NOOPs if someone compiles with
18663           G_DISABLE_CHECKS defined.
18664           
18665 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18666
18667         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18668         Never trust ANY information encoded in a media file, especially
18669         when it's giving you sizes. (Fixes #328452)
18670
18671 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18672
18673         * gst/rtp/gstrtpg711pay.c:
18674         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18675         bug #325148.
18676
18677 2006-01-23  Edward Hervey  <edward@fluendo.com>
18678
18679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18680         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18681         * gst/matroska/matroska-ids.h:
18682         Added recognition of Real Audio and Video streams in matroska demuxer.
18683
18684 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18685
18686         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18687           Remove errant break statement, and fix compilation with
18688           older GCC.
18689
18690 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18691
18692         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18693
18694         * sys/sunaudio/gstsunaudiomixerctrl.c:
18695         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18696           Export functions that are needed in other parts of the code,
18697           makes the mixer actually work; adjust magic minimum buffer-time
18698           value from 3ms to 5ms to work around stuttering during mp3
18699           playback (#327765).
18700
18701 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18702
18703         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18704
18705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18706         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18707           Fix possible deadlock in matroska muxer (#327825).
18708
18709 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18710
18711         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18712         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18713         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18714         * gst/rtsp/sdpmessage.h:
18715         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18716         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18717           C89 fixes: declare variables at the beginning of a block and
18718           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18719           <jensgr at gmx dot net>).
18720
18721 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18722
18723         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18724         * gst/id3demux/id3tags.h:
18725         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18726         (parse_comment_frame), (parse_text_identification_frame),
18727         (id3v2_tag_to_taglist), (id3v2_are_digits),
18728         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18729         (parse_split_strings), (free_tag_strings):
18730           Rewrite parsing of text tags to handle multiple NULL terminated
18731           strings. Parse numeric genre strings and ID3v2 type
18732           "(3)(6)Alternative" style genre strings.
18733           Parse dates that are only YYYY or YYYY-mm format.
18734           (Fixes #328241 and #322154)
18735
18736 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18737
18738         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18739           Don't forget to initialize liboil, otherwise our oil functions
18740           will crash (fixes #327871; patch by: Christoph Burghardt
18741           <hawkes at web dot de>).
18742
18743 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * configure.ac:
18746           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18747           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18748           patch by: Brian Cameron <brian dot cameron at sun dot com>
18749
18750 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18751
18752         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18753         * ext/cdio/gstcdio.h:
18754         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18755           Fix build for libcdio versions >= 76; give slightly lower rank
18756           than cdparanoia.
18757
18758 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18759
18760         * configure.ac:
18761         * ext/Makefile.am:
18762         * ext/cdio/Makefile.am:
18763         * ext/cdio/gstcdio.c:
18764         * ext/cdio/gstcdio.h:
18765         * ext/cdio/gstcdiocddasrc.c:
18766         * ext/cdio/gstcdiocddasrc.h:
18767           Port libcdio cdda source, formerly known as cddasrc, now known as
18768           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18769           but that's not tested (fixes #317658).
18770
18771 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18772
18773         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18774           Fix conversion from TIME to BYTES format (fixes #326864;
18775           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18776
18777 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18778
18779         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18780           Fix compilation of id3demux when zlib is not present.
18781           (Fixes #326602; patch by: Sergey Scobich)
18782
18783 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * ext/esd/Makefile.am:
18786           Add $(ESD_CFLAGS), otherwise build will fail for folks
18787           with libesd in a non-standard prefix (#327009).
18788
18789 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18790
18791         * configure.ac:
18792           back to HEAD
18793
18794 === release 0.10.1 ===
18795
18796 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18797
18798         * configure.ac:
18799           releasing 0.10.1, "Li"
18800
18801 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18802
18803           patch by: Wim Taymans
18804
18805         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18806           fix memleak.  Fixes #326618
18807
18808 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18809
18810           patch by: Mike Smith
18811
18812         * gst/level/gstlevel.c: (gst_level_message_new),
18813         (gst_level_message_append_channel):
18814           Fix memleak.  Fixes #326612
18815
18816 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18817
18818         * configure.ac:
18819           prereleasing
18820         * po/af.po:
18821         * po/az.po:
18822         * po/cs.po:
18823         * po/en_GB.po:
18824         * po/hu.po:
18825         * po/it.po:
18826         * po/nb.po:
18827         * po/nl.po:
18828         * po/or.po:
18829         * po/sq.po:
18830         * po/sr.po:
18831         * po/sv.po:
18832         * po/uk.po:
18833         * po/vi.po:
18834           update translations
18835
18836 2006-01-10  Michael Smith  <msmith@fluendo.com>
18837
18838         * gst/level/gstlevel.c: (gst_level_class_init),
18839         (gst_level_dispose):
18840           Don't leak filter arrays.
18841
18842 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18843
18844         reviewed by: Christian Schaller <uraeus@gnome.org>
18845         
18846         * configure.ac:
18847         * gst-plugins-good.spec.in:
18848         * sys/Makefile.am:
18849         * sys/sunaudio/Makefile.am:
18850         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18851         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18852         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18853         (gst_sunaudiomixer_change_state):
18854         * sys/sunaudio/gstsunaudiomixer.h:
18855         * sys/sunaudio/gstsunaudiomixerctrl.c:
18856         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18857         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18858         (gst_sunaudiomixer_ctrl_list_tracks),
18859         (gst_sunaudiomixer_ctrl_get_volume),
18860         (gst_sunaudiomixer_ctrl_set_volume),
18861         (gst_sunaudiomixer_ctrl_set_mute),
18862         (gst_sunaudiomixer_ctrl_set_record):
18863         * sys/sunaudio/gstsunaudiomixerctrl.h:
18864         * sys/sunaudio/gstsunaudiomixertrack.c:
18865         (gst_sunaudiomixer_track_class_init),
18866         (gst_sunaudiomixer_track_init), (fill_labels),
18867         (gst_sunaudiomixer_track_new):
18868         * sys/sunaudio/gstsunaudiomixertrack.h:
18869         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18870         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18871         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18872         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18873         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18874         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18875         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18876         * sys/sunaudio/gstsunaudiosink.h:
18877
18878         Add SunAudio plugin - tested to make sure it doesn't break
18879         the build under GNU/Linux.      
18880
18881 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18882
18883         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18884         * gst-plugins-good/gst/udp/gstudpsrc.c:
18885         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18886         overrides the port or multicast parameters. Fixes bugs #323021.
18887         API addition: adds GstUDPSrc::sockfd property   
18888
18889 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18890
18891         * ext/gconf/Makefile.am:
18892         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18893         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18894         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18895         (do_toggle_element), (cb_toggle_element),
18896         (gst_gconf_audio_src_change_state):
18897         * ext/gconf/gstgconfaudiosrc.h:
18898         * ext/gconf/gstgconfelements.c: (plugin_init):
18899         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18900         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18901         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18902         (do_toggle_element), (cb_toggle_element),
18903         (gst_gconf_video_src_change_state):
18904         * ext/gconf/gstgconfvideosrc.h:
18905           Add new gconfaudiosrc and gconfvideosrc elements
18906           (needed for gnome-sound-recorder).
18907
18908 2006-01-06  Edward Hervey  <edward@fluendo.com>
18909
18910         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18911         Add gst_element_no_more_pads() for proper decodebin behaviour.
18912         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18913         (parse_text_identification_frame), (parse_split_strings):
18914         Failure to decode some tags is not a GST_ERROR() but a
18915         GST_WARNING()
18916         When iterating over a chunk of text, check that we haven't gone too
18917         far.
18918
18919 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18920
18921         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18922         (plugin_init):
18923           call oil_init() when using liboil
18924
18925 2006-01-04  Wim Taymans  <wim@fluendo.com>
18926
18927         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18928         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18929         Fix leaks.
18930
18931 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18932
18933         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18934
18935         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18936         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18937         (gst_flac_dec_change_state):
18938           Don't g_assert() where we should just return FALSE; remove
18939           unnecessary g_assert(); initialize some fields properly in
18940           state change function (fixes #325504). Also, use
18941           GST_DEBUG_OBJECT in two more places.
18942
18943 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18944
18945         * configure.ac:
18946           also remove smoothwave's Makefile.am
18947         * docs/plugins/Makefile.am:
18948           fix plugin docs
18949
18950 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18951
18952         * tests/examples/Makefile.am:
18953           added missing Makefile.am
18954
18955 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18956
18957         * configure.ac:
18958         * gst/level/Makefile.am:
18959         * gst/level/level-example.c:
18960         * tests/Makefile.am:
18961         * tests/examples/level/Makefile.am:
18962         * tests/examples/level/level-example.c: (message_handler), (main):
18963           moved level-example to tests/examples/level-example
18964         * tests/old/examples/level/demo.c: (main):
18965         * tests/old/examples/level/plot.c: (main):
18966           some initial fixes
18967
18968 2005-12-29  Michael Smith  <msmith@fluendo.com>
18969
18970         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18971         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18972         * gst/udp/gstmultiudpsink.h:
18973           Track packets sent per client in addition to bytes sent; provide
18974           this info through get-stats signal
18975
18976 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18979           Can't use gst_object_unref() on a GstAdapter (#325191).
18980
18981 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18982
18983         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18984         If a broken tag has 0 bytes payload, at least still skip
18985         the 10 byte header
18986
18987 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18988
18989         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18990         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18991         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18992         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18993           Making these depayloaders (H263+ and mpeg4 video) inherit from
18994           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18995
18996 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18997
18998         * docs/plugins/gst-plugins-good-plugins.args:
18999         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19000         Regenerate the plugin hiearchy.
19001
19002 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19003
19004         * docs/plugins/Makefile.am:
19005         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19006         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19007         * docs/plugins/gst-plugins-good-plugins.args:
19008         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19009         (gst_id3demux_base_init), (gst_id3demux_class_init),
19010         (gst_id3demux_chain):
19011         * gst/id3demux/gstid3demux.h:
19012           Add documentation for id3demux.
19013           Don't fail if the first buffer is not at offset 0, just
19014           attempt to typefind and do pass through
19015           Rename the gst_type function from gst_gst_id3demux..
19016
19017 2005-12-20  Michael Smith  <msmith@fluendo.com>
19018
19019         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19020         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19021         (gst_multiudpsink_get_stats):
19022         * gst/udp/gstmultiudpsink.h:
19023           Collect statistics; return them from get_stats.
19024
19025 2005-12-19  Edward Hervey  <edward@fluendo.com>
19026
19027         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19028         Stupid signedness issue...
19029
19030 2005-12-19  Edward Hervey  <edward@fluendo.com>
19031
19032         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19033         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19034         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19035         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19036         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19037         Construct index for indexless files.
19038         Make sure pad/buffers are correctly reset to NULL once we don't need
19039         them anymore, else we get lovely segfaults/assertions.
19040         * gst/wavparse/gstwavparse.c:
19041         Yes, you can have 96KHz audio and wma in wav :(
19042
19043 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19044
19045         * configure.ac:
19046           Check for optional dependency on zlib for id3demux
19047
19048         * gst/id3demux/Makefile.am:
19049         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19050         (gst_id3demux_base_init), (gst_id3demux_class_init),
19051         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19052         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19053         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19054         (gst_id3demux_set_property), (gst_id3demux_get_property),
19055         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19056         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19057         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19058         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19059         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19060         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19061         (simple_find_peek), (simple_find_suggest),
19062         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19063         (plugin_init):
19064         * gst/id3demux/gstid3demux.h:
19065         * gst/id3demux/id3tags.c: (read_synch_uint),
19066         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19067         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19068         (id3demux_id3v2_frames_to_tag_list):
19069         * gst/id3demux/id3tags.h:
19070         * gst/id3demux/id3v2.4.0-frames.txt:
19071         * gst/id3demux/id3v2.4.0-structure.txt:
19072         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19073         (parse_comment_frame), (parse_text_identification_frame),
19074         (id3v2_tag_to_taglist), (parse_split_strings):
19075           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19076           otherwise it discards them. Works on my test files. 
19077
19078         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19079           Don't send EOS to a non-existing srcpad
19080           The debug category can be static
19081
19082 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19083
19084         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19085         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19086         * gst/multipart/multipartdemux.c:
19087           change some char* into char[]
19088
19089 2005-12-16  Wim Taymans  <wim@fluendo.com>
19090
19091         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19092         (gst_wavparse_other), (gst_wavparse_perform_seek),
19093         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19094         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19095         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19096         * gst/wavparse/gstwavparse.h:
19097         Use GstSegment to implement more seeking features.
19098
19099 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19100
19101         * gst/rtsp/rtspconnection.c:
19102           Add <netinet/in.h> include and move <arpa/inet.h> include
19103           to make things work on OpenBSD as well (fixes #323717;
19104           patch by: Benjamin Pineau)
19105
19106 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19107
19108         * gst/rtp/gstrtpspeexdepay.c:
19109         * gst/rtp/gstrtpspeexpay.c:
19110         Set clock rate to be fixed in 8000. It fixes bug #324012.
19111
19112 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19113
19114         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19115         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19116         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19117         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19118         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19119         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19120         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19121         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19122         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19123         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19124         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19125         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19126         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19127         * gst-plugins-good/gst/rtp/README:
19128         Fixed payload range in payloder caps. Removed payload range completely
19129         from depayloaders as they don't require payload type in their caps.
19130         In effect, there isn't any specific payload type for any given codec,
19131         only suggestions.
19132         Fixes bug #324011.
19133
19134 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19135
19136         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19137         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19138         (gst_videomixer_collected): Code cleanup and re-enabling 
19139         queued time validity check for correct EOS handling.
19140
19141 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19142
19143         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19144         (gst_oss_mixer_element_get_property),
19145         (gst_oss_mixer_element_change_state):
19146         Add 'device-name' property and fix state change function.
19147
19148 2005-12-13  Edward Hervey  <edward@fluendo.com>
19149
19150         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19151         If the speed of the file is null in the header, set the frame_time to
19152         the default setting of GST_SECOND / 70. Which is the default
19153         frame_delay for .fli files as stated in this document :
19154         http://www.compuphase.com/flic.htm
19155         Would be nice to have the time conversion done properly too (duration =
19156         flxh->frames * flxdec->frame_time)
19157
19158 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19159
19160         * docs/plugins/Makefile.am:
19161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19163         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19164         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19165         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19166         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19167         documentation for videomixer on my way with a funny sample
19168         pipeline.
19169
19170 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19171
19172         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19173         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19174         (gst_videomixer_update_queues), (gst_videomixer_collected):
19175         Fix caps negotiation. (#323896)
19176
19177 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19178
19179         * gst/matroska/matroska-demux.c:
19180         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19181           Set correct timestamps on audio laces, fixes playback of mp3 from
19182                 matroska.
19183
19184 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19185
19186         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19187         (gst_au_parse_class_init), (gst_au_parse_init),
19188         (gst_au_parse_dispose), (gst_au_parse_chain),
19189         (gst_au_parse_change_state), (plugin_init):
19190         * gst/auparse/gstauparse.h:
19191           Use gst_object_unref() for GstObjects instead of
19192           g_object_unref() and fix a mem leak in a debug
19193           statement; while we're at it, also borgify, use
19194           boilerplate macros and clean up a little bit.
19195
19196 2005-12-11  Edward Hervey  <edward@fluendo.com>
19197
19198         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19199         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19200         Added pull mode.
19201
19202 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19203
19204         * gst/goom/gstgoom.c:
19205         * gst/level/level-example.c: (main):
19206         * gst/smoothwave/demo-osssrc.c: (main):
19207           Use audiotestsrc instead of sinesrc (#323798).
19208
19209 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19210
19211         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19212           more debug-func-ptr usage
19213
19214 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19215
19216         * gst/flx/flx_color.c: (flx_colorspace_convert):
19217         * gst/flx/flx_color.h:
19218         * gst/flx/flx_fmt.h:
19219         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19220         * gst/flx/gstflxdec.h:
19221           Now flxdec works on big-endian machines as well.
19222
19223 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19224
19225         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19226         (gst_fenced_buffer_copy):
19227           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19228           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19229           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19230           and use GST_DEBUG_FUNCPTR for pad functions.
19231
19232 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19233
19234         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19235         (gst_flac_dec_class_init), (gst_flac_dec_init),
19236         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19237         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19238         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19239         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19240         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19241         (gst_flac_dec_change_state):
19242         * ext/flac/gstflacdec.h:
19243           Rewrite flacdec a bit, so that even seeking might work now. Most
19244           importantly, don't act upon any flow return values we get, just tell
19245           the decoder everything's dandy and act on the flow return values
19246           later on in the loop function. We don't want to mess up the internal
19247           decoder state for non-fatal things like flushing pads etc. Other
19248           than that, use GstSegment (segment seeks don't work yet though, but
19249           should be easy to add), use boilerplate macros, drop the superfluous
19250           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19251           lots of other things.
19252
19253 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19254
19255         * configure.ac:
19256           Update comment in OSS includes check.
19257
19258         * sys/oss/gstossdmabuffer.c:
19259         * sys/oss/gstosshelper.c:
19260         * sys/oss/gstossmixer.c:
19261         * sys/oss/gstossmixertrack.c:
19262         * sys/oss/gstosssink.c:
19263         * sys/oss/gstosssrc.c:
19264         * sys/oss/oss_probe.c:
19265           Don't assume the OSS soundcard.h include is always in
19266           the sys/ directory. Instead, use the existing defines
19267           from config.h to include the right file. Fixes
19268           compilation on OpenBSD 3.8 (#323718).
19269
19270 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19271
19272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19273         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19274         * docs/plugins/inspect/plugin-1394.xml:
19275         * docs/plugins/inspect/plugin-aasink.xml:
19276         * docs/plugins/inspect/plugin-alaw.xml:
19277         * docs/plugins/inspect/plugin-alpha.xml:
19278         * docs/plugins/inspect/plugin-alphacolor.xml:
19279         * docs/plugins/inspect/plugin-auparse.xml:
19280         * docs/plugins/inspect/plugin-autodetect.xml:
19281         * docs/plugins/inspect/plugin-avi.xml:
19282         * docs/plugins/inspect/plugin-cacasink.xml:
19283         * docs/plugins/inspect/plugin-cairo.xml:
19284         * docs/plugins/inspect/plugin-cutter.xml:
19285         * docs/plugins/inspect/plugin-debug.xml:
19286         * docs/plugins/inspect/plugin-dv.xml:
19287         * docs/plugins/inspect/plugin-efence.xml:
19288         * docs/plugins/inspect/plugin-effectv.xml:
19289         * docs/plugins/inspect/plugin-esdsink.xml:
19290         * docs/plugins/inspect/plugin-flac.xml:
19291         * docs/plugins/inspect/plugin-flxdec.xml:
19292         * docs/plugins/inspect/plugin-gconfelements.xml:
19293         * docs/plugins/inspect/plugin-goom.xml:
19294         * docs/plugins/inspect/plugin-jpeg.xml:
19295         * docs/plugins/inspect/plugin-level.xml:
19296         * docs/plugins/inspect/plugin-matroska.xml:
19297         * docs/plugins/inspect/plugin-mulaw.xml:
19298         * docs/plugins/inspect/plugin-multipart.xml:
19299         * docs/plugins/inspect/plugin-navigationtest.xml:
19300         * docs/plugins/inspect/plugin-ossaudio.xml:
19301         * docs/plugins/inspect/plugin-png.xml:
19302         * docs/plugins/inspect/plugin-rtp.xml:
19303         * docs/plugins/inspect/plugin-rtsp.xml:
19304         * docs/plugins/inspect/plugin-shout2send.xml:
19305         * docs/plugins/inspect/plugin-smpte.xml:
19306         * docs/plugins/inspect/plugin-speex.xml:
19307         * docs/plugins/inspect/plugin-udp.xml:
19308         * docs/plugins/inspect/plugin-videobox.xml:
19309         * docs/plugins/inspect/plugin-videoflip.xml:
19310         * docs/plugins/inspect/plugin-videomixer.xml:
19311         * docs/plugins/inspect/plugin-wavenc.xml:
19312         * docs/plugins/inspect/plugin-wavparse.xml:
19313         * ext/flac/gstflac.c: (plugin_init):
19314         * ext/flac/gstflacdec.c: (flacdec_get_type),
19315         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19316         (gst_flac_dec_init), (gst_flac_dec_finalize),
19317         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19318         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19319         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19320         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19321         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19322         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19323         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19324         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19325         * ext/flac/gstflacdec.h:
19326         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19327         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19328         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19329         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19330         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19331         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19332         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19333         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19334         (gst_flac_enc_change_state):
19335         * ext/flac/gstflacenc.h:
19336           borgify and fix up documentation
19337
19338 2005-12-09  Michael Smith  <msmith@fluendo.com>
19339
19340         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19341           Accept a wider range of flac files, more closely matching flac spec.
19342
19343 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19344
19345         * docs/plugins/Makefile.am: Add multipart elements.
19346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19347         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19348         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19349         * gst/multipart/multipartdemux.c:
19350         * gst/multipart/multipartmux.c: Add docs.
19351
19352 2005-12-07  Edward Hervey  <edward@fluendo.com>
19353
19354         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19355         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19356         (gst_avi_demux_invert):
19357         Memleak and crasher fixes.
19358         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19359         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19360         Memleak fixes
19361
19362 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19363
19364         * ext/aalib/gstaasink.h:
19365         * ext/cairo/gsttextoverlay.h:
19366         * ext/dv/gstdvdec.h:
19367         * ext/dv/gstdvdemux.c:
19368         * ext/dv/gstdvdemux.h:
19369         * ext/esd/esdsink.h:
19370         * ext/flac/flac_compat.h:
19371         * ext/flac/gstflacdec.h:
19372         * ext/flac/gstflacenc.h:
19373         * ext/gconf/gconf.h:
19374         * ext/gconf/gstgconfaudiosink.h:
19375         * ext/gconf/gstgconfvideosink.h:
19376         * ext/gdk_pixbuf/gstgdkanimation.h:
19377         * ext/jpeg/gstjpegdec.h:
19378         * ext/jpeg/smokecodec.h:
19379         * ext/jpeg/smokeformat.h:
19380         * ext/ladspa/gstsignalprocessor.h:
19381         * ext/ladspa/search.c: (LADSPAPluginSearch):
19382         * ext/ladspa/utils.h:
19383         * ext/libmng/gstmng.c:
19384         * ext/libmng/gstmngdec.h:
19385         * ext/libmng/gstmngenc.c:
19386         * ext/libmng/gstmngenc.h:
19387         * ext/libpng/gstpng.c:
19388         * ext/libpng/gstpngenc.c:
19389         * ext/libpng/gstpngenc.h:
19390         * ext/shout2/gstshout2.h:
19391         * ext/speex/gstspeexdec.h:
19392         * ext/speex/gstspeexenc.c:
19393         * ext/speex/gstspeexenc.h:
19394         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19395         * gst/autodetect/gstautoaudiosink.h:
19396         * gst/autodetect/gstautovideosink.h:
19397         * gst/avi/gstavidemux.h:
19398         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19399         (gst_cutter_set_property), (gst_cutter_get_caps):
19400         * gst/cutter/gstcutter.h:
19401         * gst/debug/tests.c: (md5_process_block):
19402         * gst/debug/tests.h:
19403         * gst/effectv/gstwarp.c:
19404         * gst/flx/flx_fmt.h:
19405         * gst/flx/gstflxdec.h:
19406         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19407         (zoomFilterFastRGB):
19408         * gst/goom/filters.h:
19409         * gst/goom/goom_tools.h:
19410         * gst/law/alaw-encode.c:
19411         * gst/level/gstlevel.c:
19412         * gst/level/gstlevel.h:
19413         * gst/matroska/ebml-write.h:
19414         * gst/matroska/matroska-demux.h:
19415         * gst/matroska/matroska-ids.h:
19416         * gst/matroska/matroska-mux.h:
19417         * gst/monoscope/convolve.c: (convolve_match):
19418         * gst/monoscope/convolve.h:
19419         * gst/multipart/multipartmux.c:
19420         * gst/oldcore/gstaggregator.c:
19421         * gst/oldcore/gstaggregator.h:
19422         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19423         * gst/oldcore/gstmd5sink.h:
19424         * gst/oldcore/gstmultifilesrc.c:
19425         * gst/oldcore/gstmultifilesrc.h:
19426         * gst/oldcore/gstpipefilter.h:
19427         * gst/oldcore/gstshaper.h:
19428         * gst/rtp/gstrtpL16depay.h:
19429         * gst/rtp/gstrtpL16pay.h:
19430         * gst/rtp/gstrtpdepay.h:
19431         * gst/rtp/gstrtpmp4vpay.c:
19432         * gst/rtp/gstrtpmp4vpay.h:
19433         * gst/rtsp/gstrtspsrc.c:
19434         * gst/rtsp/gstrtspsrc.h:
19435         * gst/rtsp/rtspconnection.h:
19436         * gst/rtsp/rtspdefs.h:
19437         * gst/rtsp/rtspmessage.h:
19438         * gst/rtsp/rtsptransport.h:
19439         * gst/rtsp/rtspurl.c:
19440         * gst/rtsp/rtspurl.h:
19441         * gst/rtsp/sdpmessage.c:
19442         * gst/rtsp/sdpmessage.h:
19443         * gst/smpte/barboxwipes.c:
19444         * gst/smpte/gstmask.h:
19445         * gst/smpte/gstsmpte.h:
19446         * gst/smpte/paint.c:
19447         * gst/smpte/paint.h:
19448         * gst/udp/gstdynudpsink.h:
19449         * gst/udp/gstmultiudpsink.h:
19450         * gst/udp/gstudpsink.c:
19451         * gst/udp/gstudpsink.h:
19452         * gst/udp/gstudpsrc.c:
19453         * gst/videomixer/videomixer.c:
19454         * gst/wavenc/riff.h:
19455         * gst/wavparse/gstwavparse.h:
19456         * sys/oss/gstossdmabuffer.h:
19457         * sys/oss/gstossmixer.h:
19458         * sys/oss/gstossmixerelement.h:
19459         * sys/oss/gstossmixertrack.h:
19460         * sys/oss/gstosssink.c:
19461         * sys/oss/gstosssink.h:
19462         * sys/oss/gstosssrc.c:
19463         * sys/oss/gstosssrc.h:
19464         * sys/osxaudio/gstosxaudioelement.h:
19465         * sys/osxaudio/gstosxaudiosink.h:
19466         * sys/osxaudio/gstosxaudiosrc.h:
19467           expand tabs
19468
19469 === release 0.10.0 ===
19470
19471 2005-12-05   <thomas (at) apestaart (dot) org>
19472
19473         * configure.ac:
19474           releasing 0.10.0, "Abondance"
19475
19476 2005-12-05  Andy Wingo  <wingo@pobox.com>
19477
19478         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19479         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19480         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19481         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19482         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19483         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19484         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19485         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19486         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19487         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19488         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19489         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19490         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19491         * gst/goom/gstgoom.c: (gst_goom_chain):
19492         * gst/matroska/matroska-demux.c:
19493         (gst_matroska_demux_push_vorbis_codec_priv_data),
19494         (gst_matroska_demux_add_wvpk_header):
19495         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19496         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19497         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19498         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19499         alloc_buffer changes.
19500
19501 2005-12-05  Michael Smith  <msmith@fluendo.com>
19502
19503         * docs/plugins/gst-plugins-good-plugins.args:
19504           Remove args for plugins that aren't in -good.
19505
19506 === release 0.9.7 ===
19507
19508 2005-12-01   <thomas (at) apestaart (dot) org>
19509
19510         * configure.ac:
19511           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19512
19513 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19514
19515         * docs/plugins/.cvsignore:
19516         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19517         * docs/plugins/inspect/plugin-multipart.xml:
19518         * docs/plugins/inspect/plugin-rtp.xml:
19519           add multipart plugin to docs
19520
19521 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19522
19523         * configure.ac:
19524         * ext/Makefile.am:
19525         * ext/pango/Makefile.am:
19526         * ext/pango/gstclockoverlay.c:
19527         * ext/pango/gstclockoverlay.h:
19528         * ext/pango/gsttextoverlay.c:
19529         * ext/pango/gsttextoverlay.h:
19530         * ext/pango/gsttextrender.c:
19531         * ext/pango/gsttextrender.h:
19532         * ext/pango/gsttimeoverlay.c:
19533         * ext/pango/gsttimeoverlay.h:
19534           move pango to base
19535
19536 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19537
19538         * gst/rtp/Makefile.am:
19539         * gst/rtp/gstrtpL16depay.c:
19540         * gst/rtp/gstrtpL16depay.h:
19541         * gst/rtp/gstrtpL16parse.c:
19542         * gst/rtp/gstrtpL16parse.h:
19543         * gst/rtp/gstrtpgsmdepay.c:
19544         * gst/rtp/gstrtpgsmdepay.h:
19545         * gst/rtp/gstrtpgsmparse.c:
19546         * gst/rtp/gstrtpgsmparse.h:
19547           parsers are depayers
19548
19549 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19550
19551         * gst/rtp/Makefile.am:
19552         * gst/rtp/gstasteriskh263.c:
19553         * gst/rtp/gstrtp.c:
19554         * gst/rtp/gstrtpL16enc.c:
19555         * gst/rtp/gstrtpL16enc.h:
19556         * gst/rtp/gstrtpL16parse.c:
19557         * gst/rtp/gstrtpL16parse.h:
19558         * gst/rtp/gstrtpL16pay.c:
19559         * gst/rtp/gstrtpL16pay.h:
19560         * gst/rtp/gstrtpamrdec.c:
19561         * gst/rtp/gstrtpamrdec.h:
19562         * gst/rtp/gstrtpamrdepay.c:
19563         * gst/rtp/gstrtpamrdepay.h:
19564         * gst/rtp/gstrtpamrenc.c:
19565         * gst/rtp/gstrtpamrenc.h:
19566         * gst/rtp/gstrtpamrpay.c:
19567         * gst/rtp/gstrtpamrpay.h:
19568         * gst/rtp/gstrtpdec.c:
19569         * gst/rtp/gstrtpdec.h:
19570         * gst/rtp/gstrtpdepay.c:
19571         * gst/rtp/gstrtpdepay.h:
19572         * gst/rtp/gstrtpg711dec.c:
19573         * gst/rtp/gstrtpg711dec.h:
19574         * gst/rtp/gstrtpg711depay.c:
19575         * gst/rtp/gstrtpg711depay.h:
19576         * gst/rtp/gstrtpg711enc.c:
19577         * gst/rtp/gstrtpg711enc.h:
19578         * gst/rtp/gstrtpg711pay.c:
19579         * gst/rtp/gstrtpg711pay.h:
19580         * gst/rtp/gstrtpgsmenc.c:
19581         * gst/rtp/gstrtpgsmenc.h:
19582         * gst/rtp/gstrtpgsmparse.c:
19583         * gst/rtp/gstrtpgsmparse.h:
19584         * gst/rtp/gstrtpgsmpay.c:
19585         * gst/rtp/gstrtpgsmpay.h:
19586         * gst/rtp/gstrtph263enc.c:
19587         * gst/rtp/gstrtph263enc.h:
19588         * gst/rtp/gstrtph263pay.c:
19589         * gst/rtp/gstrtph263pay.h:
19590         * gst/rtp/gstrtph263pdec.c:
19591         * gst/rtp/gstrtph263pdec.h:
19592         * gst/rtp/gstrtph263pdepay.c:
19593         * gst/rtp/gstrtph263pdepay.h:
19594         * gst/rtp/gstrtph263penc.c:
19595         * gst/rtp/gstrtph263penc.h:
19596         * gst/rtp/gstrtph263ppay.c:
19597         * gst/rtp/gstrtph263ppay.h:
19598         * gst/rtp/gstrtpmp4vdec.c:
19599         * gst/rtp/gstrtpmp4vdec.h:
19600         * gst/rtp/gstrtpmp4vdepay.c:
19601         * gst/rtp/gstrtpmp4vdepay.h:
19602         * gst/rtp/gstrtpmp4venc.c:
19603         * gst/rtp/gstrtpmp4venc.h:
19604         * gst/rtp/gstrtpmp4vpay.c:
19605         * gst/rtp/gstrtpmp4vpay.h:
19606         * gst/rtp/gstrtpmpadec.c:
19607         * gst/rtp/gstrtpmpadec.h:
19608         * gst/rtp/gstrtpmpadepay.c:
19609         * gst/rtp/gstrtpmpadepay.h:
19610         * gst/rtp/gstrtpmpaenc.c:
19611         * gst/rtp/gstrtpmpaenc.h:
19612         * gst/rtp/gstrtpmpapay.c:
19613         * gst/rtp/gstrtpmpapay.h:
19614         * gst/rtp/gstrtpspeexdec.c:
19615         * gst/rtp/gstrtpspeexdec.h:
19616         * gst/rtp/gstrtpspeexdepay.c:
19617         * gst/rtp/gstrtpspeexdepay.h:
19618         * gst/rtp/gstrtpspeexenc.c:
19619         * gst/rtp/gstrtpspeexenc.h:
19620         * gst/rtp/gstrtpspeexpay.c:
19621         * gst/rtp/gstrtpspeexpay.h:
19622           Do burger's rename for rtp payloaders and depayloaders
19623
19624 2005-11-30  Wim Taymans  <wim@fluendo.com>
19625
19626         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19627         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19628         * ext/dv/gstdvdemux.h:
19629         Fix seeking in dvdemux again, add some more debug info.
19630
19631 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19632
19633         * configure.ac:
19634           fix tests
19635
19636 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19637
19638         * PORTED_09:
19639         * docs/random/PORTED_09:
19640           move
19641         * tests/Makefile.am:
19642           add
19643         * win32/gst.sln:
19644           remove
19645
19646 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19647
19648         * Makefile.am:
19649         * check/.cvsignore:
19650         * check/Makefile.am:
19651         * check/elements/.cvsignore:
19652         * check/elements/level.c:
19653         * check/elements/matroskamux.c:
19654         * configure.ac:
19655         * examples/Makefile.am:
19656         * examples/capsfilter/Makefile.am:
19657         * examples/capsfilter/capsfilter1.c:
19658         * examples/gob/Makefile.am:
19659         * examples/gob/gst-identity2.gob:
19660         * examples/gstplay/.cvsignore:
19661         * examples/gstplay/Makefile.am:
19662         * examples/gstplay/player.c:
19663         * examples/indexing/.cvsignore:
19664         * examples/indexing/Makefile.am:
19665         * examples/indexing/indexmpeg.c:
19666         * examples/level/Makefile.am:
19667         * examples/level/README:
19668         * examples/level/demo.c:
19669         * examples/level/plot.c:
19670         * examples/stats/Makefile.am:
19671         * examples/stats/mp2ogg.c:
19672         * examples/switch/.cvsignore:
19673         * examples/switch/Makefile.am:
19674         * examples/switch/switcher.c:
19675           move under tests/
19676
19677 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19678
19679         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19680         (gst_text_render_class_init), (resize_bitmap),
19681         (gst_text_render_render_text), (gst_text_render_setcaps),
19682         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19683         (gst_text_render_chain), (gst_text_render_finalize),
19684         (gst_text_render_init), (gst_text_render_set_property):
19685         * ext/pango/gsttextrender.h:
19686           Add missing files.
19687
19688 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19689
19690         * configure.ac:
19691         * ext/Makefile.am:
19692         * ext/pango/Makefile.am:
19693         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19694         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19695         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19696         * ext/pango/gstclockoverlay.h:
19697         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19698         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19699         (gst_text_overlay_finalize), (gst_text_overlay_init),
19700         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19701         (gst_text_overlay_text_pad_linked),
19702         (gst_text_overlay_text_pad_unlinked),
19703         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19704         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19705         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19706         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19707         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19708         (gst_text_overlay_change_state), (plugin_init):
19709         * ext/pango/gsttextoverlay.h:
19710         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19711         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19712         (gst_time_overlay_class_init), (gst_time_overlay_init):
19713         * ext/pango/gsttimeoverlay.h:
19714           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19715           and add background shading and text wrapping modes. Make 
19716           timoverlay derive from textoverlay. Also add new clockoverlay
19717           element.
19718
19719 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19720
19721         * gst/udp/Makefile.am: Moved to netbuffer.
19722
19723 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19724
19725         * configure.ac:
19726         * PORTED_O9:
19727         * gst/multipart/Makefile.am:
19728         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19729         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19730         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19731         (gst_multipart_demux_change_state),
19732         (gst_multipart_demux_plugin_init):
19733         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19734         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19735         (gst_multipart_mux_sinkconnect),
19736         (gst_multipart_mux_request_new_pad),
19737         (gst_multipart_mux_handle_src_event),
19738         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19739         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19740         0.9.
19741
19742 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19743
19744         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19745         * gst/debug/gstnavigationtest.h:
19746         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19747         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19748         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19749         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19750         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19751         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19752         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19753         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19754         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19755         (gst_video_flip_get_type):
19756         * gst/videofilter/gstvideoflip.h:
19757           update for symbols change
19758
19759 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19760
19761         * gst/udp/gstdynudpsink.c:
19762         * gst/udp/gstudpsrc.c:
19763           the old gstnet lib was renamed gstnetbuffer (#322257)
19764
19765 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19766
19767         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19768         (gst_text_overlay_collected):
19769           Actually render the text from the text pad.
19770
19771 2005-11-29  Edward Hervey  <edward@fluendo.com>
19772
19773         * gst/debug/gstnavseek.c: (gst_navseek_event):
19774         * gst/debug/progressreport.c: (gst_progress_report_event):
19775         Update for GstBaseTransform event virtual method
19776
19777 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19778
19779         * ext/cairo/Makefile.am:
19780           no need to link to videofilter
19781
19782 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19783
19784         * gst/debug/Makefile.am:
19785         * gst/debug/gstnavigationtest.h:
19786         * gst/effectv/Makefile.am:
19787         * gst/effectv/gstaging.c:
19788         * gst/effectv/gstdice.c:
19789         * gst/effectv/gstedge.c:
19790         * gst/effectv/gstquark.c:
19791         * gst/effectv/gstrev.c:
19792         * gst/effectv/gstshagadelic.c:
19793         * gst/effectv/gstvertigo.c:
19794         * gst/effectv/gstwarp.c:
19795         * gst/videofilter/Makefile.am:
19796         * gst/videofilter/gstvideofilter.c:
19797         * gst/videofilter/gstvideofilter.h:
19798         * gst/videofilter/gstvideoflip.h:
19799           remove the videofilter library and link to the one in base
19800
19801 2005-11-28  Edward Hervey  <edward@fluendo.com>
19802
19803         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19804         Useless check now we're setting the current entry correctly.
19805
19806 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19807
19808         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19809         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19810         (gst_jpegenc_change_state):
19811           Don't leak input buffer in chain function (fixes #322667); make 
19812           state change function thread-safe; don't repeat the current function
19813           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19814           gst_pad_alloc_buffer(); misc. minor cleanups.
19815
19816 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19817
19818         * gst/matroska/matroska-mux.c:
19819         (gst_matroska_mux_video_pad_setcaps):
19820         Look for pixel-aspect-ratio in caps, not pixel_width and
19821         pixel_height (Fixes: #322645)
19822
19823 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19824
19825         * gst/matroska/matroska-mux.c:
19826         (gst_matroska_mux_video_pad_setcaps):
19827         From Michal Benes:
19828         frame duration should be GST_SECOND / framerate, not
19829         GST_SECOND * framerate. (Fixes: #322643)
19830
19831 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19832
19833         * configure.ac:
19834           fix up GST_PLUGIN_LDFLAGS
19835         * gst/rtsp/rtspconnection.c:
19836           fix includes (see #317043)
19837         * gst/videofilter/Makefile.am:
19838           stop installing this library
19839
19840 2005-11-26  Edward Hervey  <edward@fluendo.com>
19841
19842         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19843         Handle the case where the incoming Video dv stream doesn't have
19844         a pixel aspect ratio set.
19845
19846 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19847
19848         * docs/plugins/Makefile.am:
19849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19851         * ext/flac/gstflacdec.c:
19852           document flacdec
19853
19854 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19855
19856         * docs/plugins/Makefile.am:
19857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19859         * docs/plugins/inspect/plugin-autodetect.xml:
19860         * ext/cairo/gstcairo.c: (plugin_init):
19861         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19862         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19863         (gst_text_overlay_init), (gst_text_overlay_font_init),
19864         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19865         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19866         (gst_text_overlay_text_pad_linked),
19867         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19868         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19869         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19870         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19871         (gst_text_overlay_change_state):
19872         * ext/cairo/gsttextoverlay.h:
19873         * ext/cairo/gsttimeoverlay.c:
19874         (gst_cairo_time_overlay_update_font_height),
19875         (gst_cairo_time_overlay_set_caps),
19876         (gst_cairo_time_overlay_get_unit_size),
19877         (gst_cairo_time_overlay_print_smpte_time),
19878         (gst_cairo_time_overlay_transform),
19879         (gst_cairo_time_overlay_base_init),
19880         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19881         (gst_cairo_time_overlay_get_type):
19882         * ext/cairo/gsttimeoverlay.h:
19883           do some name borgifying
19884           document
19885
19886 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19887
19888         * docs/plugins/Makefile.am:
19889         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19891         * gst/autodetect/gstautoaudiosink.c:
19892         (gst_auto_audio_sink_base_init):
19893         * gst/autodetect/gstautovideosink.c:
19894         (gst_auto_video_sink_base_init),
19895         (gst_auto_video_sink_factory_filter):
19896           documenting auto*sink
19897           using strstr for the video sink lookup, class field is not ordered
19898         * docs/plugins/inspect/plugin-1394.xml:
19899         * docs/plugins/inspect/plugin-aasink.xml:
19900         * docs/plugins/inspect/plugin-alaw.xml:
19901         * docs/plugins/inspect/plugin-alpha.xml:
19902         * docs/plugins/inspect/plugin-alphacolor.xml:
19903         * docs/plugins/inspect/plugin-auparse.xml:
19904         * docs/plugins/inspect/plugin-autodetect.xml:
19905         * docs/plugins/inspect/plugin-avi.xml:
19906         * docs/plugins/inspect/plugin-cacasink.xml:
19907         * docs/plugins/inspect/plugin-cairo.xml:
19908         * docs/plugins/inspect/plugin-cutter.xml:
19909         * docs/plugins/inspect/plugin-debug.xml:
19910         * docs/plugins/inspect/plugin-dv.xml:
19911         * docs/plugins/inspect/plugin-efence.xml:
19912         * docs/plugins/inspect/plugin-effectv.xml:
19913         * docs/plugins/inspect/plugin-esdsink.xml:
19914         * docs/plugins/inspect/plugin-flac.xml:
19915         * docs/plugins/inspect/plugin-flxdec.xml:
19916         * docs/plugins/inspect/plugin-gconfelements.xml:
19917         * docs/plugins/inspect/plugin-goom.xml:
19918         * docs/plugins/inspect/plugin-jpeg.xml:
19919         * docs/plugins/inspect/plugin-level.xml:
19920         * docs/plugins/inspect/plugin-matroska.xml:
19921         * docs/plugins/inspect/plugin-mulaw.xml:
19922         * docs/plugins/inspect/plugin-navigationtest.xml:
19923         * docs/plugins/inspect/plugin-ossaudio.xml:
19924         * docs/plugins/inspect/plugin-png.xml:
19925         * docs/plugins/inspect/plugin-rtp.xml:
19926         * docs/plugins/inspect/plugin-rtsp.xml:
19927         * docs/plugins/inspect/plugin-shout2send.xml:
19928         * docs/plugins/inspect/plugin-smpte.xml:
19929         * docs/plugins/inspect/plugin-speex.xml:
19930         * docs/plugins/inspect/plugin-udp.xml:
19931         * docs/plugins/inspect/plugin-videobox.xml:
19932         * docs/plugins/inspect/plugin-videoflip.xml:
19933         * docs/plugins/inspect/plugin-videomixer.xml:
19934         * docs/plugins/inspect/plugin-wavenc.xml:
19935         * docs/plugins/inspect/plugin-wavparse.xml:
19936           update for HEAD version
19937
19938 2005-11-25  Michael Smith  <msmith@fluendo.com>
19939
19940         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19941           Patch from Sebastien Cote to close control sockets in udpsrc.
19942
19943 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19944
19945         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19946         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19947         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19948         (gst_quarktv_base_init), (gst_quarktv_class_init),
19949         (gst_quarktv_init): Flush the planes list on reverse caps
19950         negotiation. This was crashing because of differently sized
19951         buffers.
19952
19953 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19954
19955         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19956         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19957         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19958         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19959         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19960         (gst_videoflip_set_property), (gst_videoflip_base_init),
19961         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19962         correctly, fix identity flipping, convert navigation event 
19963         correctly again.
19964
19965 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19966
19967         * configure.ac: back to HEAD
19968
19969 === release 0.9.6 ===
19970
19971 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19972
19973         * configure.ac:
19974           releasing 0.9.6, "Everything's Not Lost"
19975
19976 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19977
19978         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19979         Oops, initialise the framerate GValue
19980
19981 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19982
19983         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19984         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19985         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19986         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19987         (gst_timeoverlay_get_type):
19988         * ext/cairo/gsttimeoverlay.h:
19989         * gst/debug/Makefile.am:
19990         * gst/debug/gstnavigationtest.c:
19991         (gst_navigationtest_handle_src_event),
19992         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19993         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19994         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19995         (gst_navigationtest_init), (gst_navigationtest_get_type),
19996         (plugin_init):
19997         * gst/debug/gstnavigationtest.h:
19998         * gst/effectv/Makefile.am:
19999         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20000         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20001         (gst_agingtv_base_init), (gst_agingtv_class_init),
20002         (gst_agingtv_init), (gst_agingtv_get_type):
20003         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20004         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20005         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20006         (gst_dicetv_get_type):
20007         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20008         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20009         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20010         (gst_edgetv_get_type):
20011         * gst/effectv/gsteffectv.c:
20012         * gst/effectv/gsteffectv.h:
20013         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20014         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20015         (gst_quarktv_change_state), (gst_quarktv_base_init),
20016         (gst_quarktv_class_init), (gst_quarktv_init),
20017         (gst_quarktv_get_type):
20018         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20019         (gst_revtv_get_unit_size), (gst_revtv_transform),
20020         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20021         (gst_revtv_get_type):
20022         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20023         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20024         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20025         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20026         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20027         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20028         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20029         (gst_vertigotv_init), (gst_vertigotv_get_type):
20030         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20031         (gst_warptv_get_unit_size), (gst_warptv_transform),
20032         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20033         (gst_warptv_get_type):
20034         * gst/videofilter/Makefile.am:
20035         * gst/videofilter/gstvideobalance.c:
20036         * gst/videofilter/gstvideobalance.h:
20037         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20038         (gst_videofilter_class_init), (gst_videofilter_init):
20039         * gst/videofilter/gstvideofilter.h:
20040         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20041         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20042         (gst_videoflip_flip), (gst_videoflip_transform),
20043         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20044         (gst_videoflip_base_init), (gst_videoflip_class_init),
20045         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20046         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20047         BaseTransform, it's just a place holder for now and every video
20048         effect plugin has been ported to use BaseTransform features 
20049         directly. QuarkTV was fixed too (was broken), navigationtest works
20050         and best for the end, videoflip converts navigation events depending
20051         on flip method ! Fixes #320953
20052
20053 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20054
20055         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20056         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20057         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20058         (gst_goom_src_negotiate), (gst_goom_chain):
20059         * gst/matroska/matroska-mux.c:
20060         (gst_matroska_mux_video_pad_setcaps):
20061         * sys/osxvideo/osxvideosink.m:
20062           Fixes for API changes
20063
20064 2005-11-23  Michael Smith <msmith@fluendo.com>
20065
20066         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20067         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20068         * ext/jpeg/gstjpegdec.h:
20069         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20070         * ext/jpeg/gstjpegenc.h:
20071         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20072         (gst_smokeenc_resync):
20073         * ext/jpeg/gstsmokeenc.h:
20074           JPEG fractiony goodness.
20075
20076 2005-11-22  Michael Smith <msmith@fluendo.com>
20077
20078         * gst/goom/filters.c:
20079         * gst/goom/graphic.h:
20080           Fix compilation by making some functions static inline instead of
20081           extern inline, matching the way they're used.
20082
20083 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20084
20085         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20086         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20087         * ext/cairo/gsttextoverlay.h:
20088         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20089         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20090         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20091         (gst_pngdec_caps_create_and_set):
20092         * ext/libpng/gstpngdec.h:
20093         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20094         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20095         * gst/avi/gstavimux.c: (gst_avimux_init),
20096         (gst_avimux_vidsinkconnect):
20097         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20098         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20099         (gst_goom_src_negotiate), (gst_goom_chain):
20100         * gst/goom/gstgoom.h:
20101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20102         * gst/matroska/matroska-mux.c:
20103         (gst_matroska_mux_video_pad_setcaps):
20104         * sys/osxvideo/osxvideosink.h:
20105         * sys/osxvideo/osxvideosink.m:
20106           More fractional framerate conversions 
20107
20108 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20109
20110         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20111         * gst/debug/gstnavigationtest.c:
20112         (gst_navigationtest_handle_src_event):
20113         * gst/videofilter/gstvideofilter.c:
20114         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20115         (gst_videofilter_init):
20116         * gst/videofilter/gstvideofilter.h:
20117           Convert to fractional framerates.
20118
20119 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20120
20121         * ext/aalib/gstaasink.c:
20122         * ext/dv/gstdvdec.c:
20123         * ext/esd/esdmon.c:
20124         * ext/flac/gstflacenc.c:
20125         * ext/gdk_pixbuf/pixbufscale.c:
20126         * ext/libcaca/gstcacasink.c:
20127         * ext/shout2/gstshout2.c:
20128         * gst/alpha/gstalpha.c:
20129         * gst/oldcore/gstaggregator.c:
20130         * gst/oldcore/gstshaper.c:
20131         * gst/smpte/barboxwipes.c:
20132         * gst/smpte/gstsmpte.c:
20133         * gst/videobox/gstvideobox.c:
20134         * gst/videofilter/gstvideoflip.c:
20135         * gst/videomixer/videomixer.c:
20136           fix up more enums
20137
20138 2005-11-22  Michael Smith <msmith@fluendo.com>
20139
20140         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20141         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20142         (gst_videomixer_update_queues):
20143           Fractional framerates, videomixer.
20144
20145 2005-11-22  Michael Smith <msmith@fluendo.com>
20146
20147         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20148         * ext/dv/gstdvdec.h:
20149         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20150         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20151         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20152         (gst_dvdemux_flush):
20153         * ext/dv/gstdvdemux.h:
20154           Fractional framerates for DV. 
20155
20156 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20157
20158         * gst/autodetect/gstautoaudiosink.c:
20159         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20160         * gst/autodetect/gstautovideosink.c:
20161         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20162           Use gst_plugin_feature_list_free() to free feature list and
20163           in the case of autovideosink free the list at all. Also
20164           miscellaneous cosmetic fixes.
20165
20166 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20167
20168         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20169         (gst_cutter_set_property), (gst_cutter_get_caps):
20170           copy calculation code from level; remove use of some audio
20171           functions
20172
20173 2005-11-22  Andy Wingo  <wingo@pobox.com>
20174
20175         * Update for gst_tag_setter API changes.
20176
20177 2005-11-22  Andy Wingo  <wingo@pobox.com>
20178
20179         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20180         (gst_dvdemux_demux_frame)
20181         * ext/flac/gstflacdec.c (gst_flacdec_write)
20182         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20183         (gst_flacenc_sink_event)
20184         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20185         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20186         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20187         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20188         * gst/auparse/gstauparse.c (gst_auparse_chain)
20189         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20190         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20191         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20192         (gst_avi_demux_handle_seek)
20193         * gst/goom/gstgoom.c (gst_goom_event)
20194         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20195         * gst/matroska/matroska-demux.c
20196         (gst_matroska_demux_handle_seek_event)
20197         (gst_matroska_demux_loop_stream_parse_id)
20198         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20199         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20200         (gst_wavparse_stream_headers): Run update-funcnames.
20201
20202 2005-11-22  Edward Hervey  <edward@fluendo.com>
20203
20204         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20205         (gst_dv1394src_init), (gst_dv1394src_dispose),
20206         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20207         (gst_dv1394src_uri_set_uri):
20208         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20209         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20210         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20211         URIHandler interface and element properties are now properly
20212         synchronized for DV1394src and UDPSrc
20213
20214 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20215
20216         * ext/flac/Makefile.am:
20217         * ext/speex/Makefile.am:
20218           libgsttagedit has been renamed to libgsttag.
20219
20220 2005-11-21  Wim Taymans  <wim@fluendo.com>
20221
20222         * gst/rtsp/rtspconnection.c: (read_body):
20223         Apply patch from Sebastien Cote to fix #319184.
20224
20225 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20226
20227         * configure.ac:
20228         * gst/cutter/Makefile.am:
20229         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20230         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20231         (gst_cutter_set_property), (gst_cutter_get_property),
20232         (plugin_init), (gst_cutter_get_caps):
20233           port cutter
20234         * gst/level/gstlevel.c:
20235           fix up plugin details
20236
20237 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20238
20239         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20240         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20241         (gst_flacdec_src_event):
20242         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20243         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20244         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20245         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20246         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20247         (gst_flxdec_sink_event_handler):
20248         * gst/matroska/matroska-demux.c:
20249         (gst_matroska_demux_handle_seek_event):
20250         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20251           Update for stream lock API changes: don't take stream log
20252           in sink event handlers any longer and change GST_STREAM_LOCK
20253           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20254           functions.
20255
20256 2005-11-21  Michael Smith <msmith@fluendo.com>
20257
20258         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20259           gst_object_unref, not g_object_unref
20260
20261 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20262
20263         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20264         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20265           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20266
20267 2005-11-21  Michael Smith <msmith@fluendo.com>
20268
20269         * gst/auparse/Makefile.am:
20270         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20271         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20272         (gst_auparse_change_state):
20273         * gst/auparse/gstauparse.h:
20274           Partially fix #161712. playbin still doesn't work on these files,
20275           (on the bug report, Andy says we aren't typefinding it for some
20276           reason?) but at least auparse isn't totally busted like it was before.
20277
20278 2005-11-21  Andy Wingo  <wingo@pobox.com>
20279
20280         * *.h:
20281         * *.c: Ran scripts/update-macros. Oh yes.
20282
20283 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20284
20285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20286           Filler events are gone for now, comment out section generating
20287           them.
20288
20289 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20290
20291         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20292         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20293         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20294         * sys/osxvideo/osxvideosink.m:
20295           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20296           (#322027)
20297
20298 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20299
20300         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20301         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20302         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20303         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20304         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20305         (gst_avi_demux_stream_data):
20306         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20307         * gst/wavenc/gstwavenc.c: (write_metadata):
20308         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20309         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20310         Fixes for GST_FOURCC_FORMAT API change.
20311
20312 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20313
20314         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20315         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20316         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20317         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20318         (gst_text_overlay_change_state):
20319         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20320         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20321         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20322         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20323         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20324         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20325         (gst_videomixer_change_state):
20326           Fix for collect pads API change. Also fix textoverlay state
20327           change function.
20328
20329 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20330
20331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20332         GST_PAD_IS_USABLE by something approaching it.
20333
20334 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20335
20336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20337         API changes.
20338         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20339         but also fix the code that was not checking return values from
20340         pad_push neither using pad_alloc_buffer.
20341
20342 2005-11-18  Edward Hervey  <edward@fluendo.com>
20343
20344         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20345         (gst_pngenc_chain):
20346         Added debug category
20347         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20348         goes to EOS.
20349
20350 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20351
20352         * gst/rtp/Makefile.am
20353         * gst/rtp/gstrtp.c
20354         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20355         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20356         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20357         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20358         * gst/rtp/gstrtpg711enc.h:
20359         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20360         * gst/rtp/gstrtpspeexenc.c:
20361         * gst/rtp/gstrtpspeexenc.h:
20362         * gst/rtp/gstrtpspeexdec.c:
20363         * gst/rtp/gstrtpspeexdec.h:
20364         Created Speex payloader and depayloader; Optimize G711 payloader to
20365         use adapter and send packets until MTU size.
20366
20367 2005-11-16  Wim Taymans  <wim@fluendo.com>
20368
20369         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20370         Fix leak in check.
20371
20372 2005-11-16  Wim Taymans  <wim@fluendo.com>
20373
20374         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20375         Fix state change.
20376
20377 2005-11-16  Andy Wingo  <wingo@pobox.com>
20378
20379         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20380         (gst_udpsrc_create): Move comment.
20381
20382 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20383
20384         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20385
20386         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20387           When seeking, seek to closest index entry at or before the requested
20388           seek position, not just the closest one (#321001).
20389
20390 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20391
20392         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20393         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20394           Invert DIB images again (see #132341).
20395
20396 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20397
20398         * configure.ac:
20399           rework configure.ac file
20400         * ext/aalib/gstaasink.c:
20401         * ext/cairo/gstcairo.c:
20402         * ext/dv/gstdv.c:
20403         * ext/esd/gstesd.c:
20404         * ext/flac/gstflac.c:
20405         * ext/gconf/gstgconfelements.c:
20406         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20407         * ext/jpeg/gstjpeg.c:
20408         * ext/ladspa/gstladspa.c:
20409         * ext/libcaca/gstcacasink.c:
20410         * ext/libmng/gstmng.c:
20411         * ext/libpng/gstpng.c:
20412         * ext/mikmod/gstmikmod.c:
20413         * ext/pango/gsttextoverlay.c:
20414         * ext/pango/gsttimeoverlay.c:
20415         * ext/raw1394/gst1394.c:
20416         * ext/speex/gstspeex.c:
20417         * gst/alpha/Makefile.am:
20418         * gst/alpha/gstalpha.c:
20419         * gst/alpha/gstalphacolor.c:
20420         * gst/auparse/gstauparse.c:
20421         * gst/autodetect/gstautoaudiosink.c:
20422         (gst_auto_audio_sink_factory_filter),
20423         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20424         * gst/autodetect/gstautodetect.c:
20425         * gst/avi/gstavi.c:
20426         * gst/cutter/gstcutter.c:
20427         * gst/debug/efence.c:
20428         * gst/debug/gstdebug.c:
20429         * gst/debug/gstnavigationtest.c:
20430         * gst/effectv/gsteffectv.c:
20431         * gst/flx/gstflxdec.c:
20432         * gst/goom/gstgoom.c:
20433         * gst/interleave/plugin.c:
20434         * gst/law/alaw.c:
20435         * gst/law/mulaw.c:
20436         * gst/level/gstlevel.c:
20437         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20438         * gst/matroska/matroska.c:
20439         * gst/median/gstmedian.c:
20440         * gst/monoscope/gstmonoscope.c:
20441         * gst/multipart/multipart.c:
20442         * gst/oldcore/gstelements.c:
20443         * gst/rtp/gstrtp.c:
20444         * gst/rtsp/gstrtsp.c:
20445         * gst/smoothwave/gstsmoothwave.c:
20446         * gst/smpte/gstsmpte.c:
20447         * gst/udp/gstudp.c:
20448         * gst/videobox/gstvideobox.c:
20449         * gst/videofilter/gstgamma.c:
20450         * gst/videofilter/gstvideobalance.c:
20451         * gst/videofilter/gstvideoflip.c:
20452         * gst/videofilter/gstvideotemplate.c:
20453         * gst/videomixer/videomixer.c:
20454         * gst/wavenc/gstwavenc.c:
20455         * gst/wavparse/gstwavparse.c:
20456         * sys/oss/gstossaudio.c:
20457         * sys/osxaudio/gstosxaudio.c:
20458           update GST_PLUGIN_DEFINE
20459         * gst/rtp/Makefile.am:
20460         * gst/rtp/gstasteriskh263.c:
20461           check for htons/htonl headers and possibly link to winsock2 lib
20462
20463 2005-11-12  Edward Hervey  <edward@fluendo.com>
20464
20465         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20466         Only GST_DEBUG() information on the valid components.
20467
20468 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20469
20470         * configure.ac: back to HEAD
20471
20472 === release 0.9.5 ===
20473
20474 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20475
20476         * configure.ac:
20477           releasing 0.9.5, "Phone Alarm"
20478
20479 2005-11-11  Edward Hervey  <edward@fluendo.com>
20480
20481         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20482         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20483         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20484         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20485         (gst_avi_demux_loop):
20486         * gst/avi/gstavidemux.h:
20487         Yeah, implement proper seeking. Exact seeking and segment seeking.
20488         Still need to do some checks for segment_stop.
20489
20490 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20491
20492         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20493
20494         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20495           Don't try to ready buffer duration from buffer that we don't
20496           own any  longer and that might already have been unreffed.
20497           (#321136)
20498
20499 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20500
20501         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20502         (flx_decode_delta_flc), (gst_flxdec_chain):
20503         Attempting to optimize the code for embedded systems.
20504
20505 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20506
20507         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20508
20509         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20510           Don't re-use already closed file descriptor. (#320920)
20511
20512 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20513
20514         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20515         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20516         (gst_oss_sink_prepare):
20517         * sys/oss/gstosssink.h:
20518           Cache probed caps; fix debug output for SET_PARAM macros.
20519
20520 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20521
20522         * ext/cairo/Makefile.am:
20523         * ext/cairo/gstcairo.c: (plugin_init):
20524         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20525         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20526         (gst_text_overlay_init), (gst_text_overlay_font_init),
20527         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20528         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20529         (gst_text_overlay_text_pad_linked),
20530         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20531         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20532         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20533         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20534         (gst_text_overlay_change_state):
20535         * ext/cairo/gsttextoverlay.h:
20536           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20537           property and redo positioning. Doesn't handle upstream renegotiation
20538           yet though.
20539
20540 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20541
20542         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20543         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20544         (gst_avi_demux_loop):
20545           No need to take the STREAM_LOCK in the loop function. Improve
20546           some debug messages. Don't leak pad names in debug messages.
20547
20548 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20549
20550         * gst/matroska/matroska-demux.c:
20551         (gst_matroska_demux_push_vorbis_codec_priv_data),
20552         (gst_matroska_demux_add_wvpk_header):
20553           Don't error out when the source pad isn't linked.
20554
20555 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20556
20557         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20558         (gst_gconf_audio_sink_change_state):
20559         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20560         (gst_gconf_video_sink_change_state):
20561           Fix state change functions here as well and set kid
20562           to NULL state before removing it.
20563
20564 2005-11-01  Edward Hervey  <edward@fluendo.com>
20565
20566         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20567         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20568         Added proper event handlind, 
20569         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20570         ignored),
20571         and don't set a duration of 0 for buffers otherwise they are discarded
20572         by GstBaseSink.
20573
20574         GstWavEnc needs some serious loving, after going through the code I'm
20575         really wondering how this can stay in -good ...
20576
20577 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20578
20579         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20580         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20582         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20583         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20584         (gst_matroska_mux_collected):
20585           Fix leaks and invalid memory access as reported by valgrind
20586
20587 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         Patch by: Michal Benes <michal.benes@xeris.cz>
20590
20591         * check/Makefile.am:
20592         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20594         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20595           add a unit test for matroskamux
20596           fix the bugs that the unit test exposed
20597
20598 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20599
20600         * gst/autodetect/gstautoaudiosink.c:
20601         (gst_auto_audio_sink_class_init),
20602         (gst_auto_audio_sink_change_state):
20603         * gst/autodetect/gstautovideosink.c:
20604         (gst_auto_video_sink_class_init),
20605         (gst_auto_video_sink_change_state):
20606           Fix state change function and use GST_DEBUG_FUNCPTR in
20607           class_init.
20608
20609 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20610
20611         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20612
20613         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20614         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20615         * gst/matroska/ebml-write.h:
20616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20617           Set timestamps on outgoing ebml headers as well, so that the
20618           element after matroskamux can get the timestamp already when
20619           reading the first ebml element and doesn't have to wait for
20620           the actual data buffer for that (#320308).
20621           
20622 2005-10-31  Andy Wingo  <wingo@pobox.com>
20623
20624         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20625         (gst_videomixer_pad_link): Kill some memleaks.
20626         (gst_videomixer_pad_get_property): Style fix.
20627         (gst_videomixer_pad_set_property): Style fix.
20628         (gst_videomixer_pad_init): Style fix.
20629         (gst_videomixer_update_queues): Kill memleak.
20630         (gst_videomixer_loop): Kill memleak.
20631         (gst_videomixer_collected): Kill memleak.
20632
20633 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20634
20635         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20636         gst_auparse_change_state:
20637         Just some cleanup.
20638
20639 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20640
20641         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20642         Add checks to GST_FLOW_NOT_LINKED for values returned
20643         from gst_pad_push.
20644         
20645 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20646
20647         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20648         (gst_rtpg711dec_process):
20649         * gst/rtp/gstrtpgsmenc.c:
20650         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20651         are never set. This is important for the g711 to work with burger's rtpbin
20652         element.
20653
20654 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20655
20656         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20657         (gst_speexenc_push_buffer):
20658         Add checks for return values from gst_pad_push and
20659         gst_pad_alloc_buffer.
20660
20661 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20662
20663         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20664
20665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20666         (gst_matroska_demux_parse_info),
20667         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20668         (gst_matroska_demux_parse_cluster):
20669         * gst/matroska/matroska-ids.h:
20670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20671         (gst_matroska_mux_init), (gst_matroska_mux_start),
20672         (gst_matroska_mux_create_buffer_header),
20673         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20674         (gst_matroska_mux_get_property):
20675         * gst/matroska/matroska-mux.h:
20676           Add SimpleBlock support to matroska demuxer and muxer (part of
20677           Matroska v2). (#319731)
20678
20679 2005-10-28  Wim Taymans  <wim@fluendo.com>
20680
20681         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20682         (gst_jpeg_dec_change_state):
20683         * ext/jpeg/gstjpegdec.h:
20684         Cleanups. Don't create caps for every chain.
20685
20686 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20687
20688         * gst/law/alaw-encode.c: (gst_alawenc_init),
20689         (alawenc_setcaps), (gst_alawenc_chain)
20690         * gst/law/alaw-encode.h:
20691         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20692         (mulawenc_setcaps), (gst_mulawenc_chain)
20693         * gst/law/mulaw-encode.h:
20694         Set timestamp on buffer and it allows RTP G711 elements
20695         work properly.
20696
20697 2005-10-27  Wim Taymans  <wim@fluendo.com>
20698
20699         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20700         Set correct format on oss instead of a silly value. 
20701
20702 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20703
20704         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20705         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20706         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20707         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20708         I420 rendering as well, doesn't bring much for my platform.
20709         Might help on some other platforms.
20710
20711 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20712
20713         * gst/rtp/gstrtpgsmenc.c:
20714         * gst/rtp/gstrtpgsmparse.c:
20715         Declaring the padtemplate correctly.
20716
20717 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20718
20719         * gst/rtp/gstrtpg711dec.c:
20720         * gst/rtp/gstrtpg711enc.c:
20721         * gst/rtp/gstrtpgsmenc.c:
20722         * gst/rtp/gstrtpgsmparse.c:
20723         Setting the proper copyright notice.
20724
20725 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20726
20727         * gst/videobox/Makefile.am: Use liboil.
20728         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20729         (gst_video_box_set_property), (gst_video_box_transform_caps),
20730         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20731         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20732         using liboil. Will dot the same to I420 border generation
20733         tomorrow.
20734
20735 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20736
20737         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20738         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20739         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20740         * gst/rtp/gstrtpg711dec.h:
20741         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20742         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20743         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20744         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20745         (gst_rtpgsmenc_handle_buffer):
20746         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20747         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20748         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20749         * gst/rtp/gstrtpgsmparse.h:
20750         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20751         inherits from the basertpdepayloader.
20752
20753 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20754
20755         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20756         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20757         (gst_video_box_ayuv): Removing this forgotten debug.
20758
20759 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20760
20761         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20762         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20763         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20764
20765 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * sys/oss/gstossaudio.c:
20768         * sys/oss/gstossdmabuffer.c:
20769         * sys/oss/gstosshelper.c:
20770         * sys/oss/gstossmixer.c:
20771         * sys/oss/gstossmixerelement.c:
20772         * sys/oss/gstossmixertrack.c:
20773         * sys/oss/gstosssink.c:
20774         * sys/oss/gstosssrc.c:
20775           Actually use the 'oss' debug category we register.
20776
20777 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20778
20779         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20780         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20781         Use gst_pad_get_parent and drop the ref that was added through
20782         that call.
20783
20784 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20785
20786         * gst/rtp/gstrtpgsmenc.c:
20787           Fix compilation
20788
20789 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20790
20791         * gst/rtp/gstrtpg711dec.c
20792         Just removed a couple of lines of weird code used during
20793         development/test time.
20794
20795 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20796
20797         * gst/rtp/Makefile.am
20798         * gst/rtp/gstrtp.c
20799         * gst/rtp/gstrtpg711enc.c
20800         * gst/rtp/gstrtpg711enc.h
20801         * gst/rtp/gstrtpg711dec.c
20802         * gst/rtp/gstrtpg711dec.h
20803         Created G711 payloader and depayloader (it supports mulaw and alaw
20804         (dec)encoders)
20805
20806 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20807
20808         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20809         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20810         Doh ! I introduced wingo's bug again ! Sorry...
20811
20812 2005-10-25  Christian Schaller <christian@fluendo.com> 
20813
20814         * gst/rtp/Makefile.am: add missing header files for disting
20815
20816 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20817
20818         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20819         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20820         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20821         (gst_rtpgsmenc_handle_buffer):
20822         * gst/rtp/gstrtpgsmenc.h:
20823         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20824         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20825         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20826         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20827         * gst/rtp/gstrtpgsmparse.h:
20828         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20829
20830 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20831
20832         * ext/libpng/gstpngdec.c: (user_info_callback),
20833         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20834         a newsegment event, move some redundant code in a single place.
20835
20836 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20837
20838         * ext/libpng/gstpngdec.c: (user_info_callback),
20839         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20840         hack to get correct colors order when we have a png image with
20841         alpha channel.
20842
20843 2005-10-24  Edward Hervey  <edward@fluendo.com>
20844
20845         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20846         Call gst_element_no_more_pads when there will be no more pads.
20847
20848 2005-10-24  Wim Taymans  <wim@fluendo.com>
20849
20850         * gst/rtp/Makefile.am:
20851         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20852         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20853         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20854         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20855         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20856         (gst_asteriskh263_plugin_init):
20857         * gst/rtp/gstasteriskh263.h:
20858         * gst/rtp/gstrtp.c: (plugin_init):
20859         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20860         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20861         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20862         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20863         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20864         (gst_rtph263enc_plugin_init):
20865         * gst/rtp/gstrtph263enc.h:
20866         Added two new payloaders, an RFC 2190 payloader for h263 and
20867         a payload convertor for an asterisk server.
20868
20869 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20870
20871         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20872           Set bytes_per_sample correctly (is not always 4, but 
20873           depends on width and number of channels).
20874
20875 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20876
20877         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20878         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20879         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20880         (gst_flacenc_sink_event), (gst_flacenc_chain),
20881         (gst_flacenc_set_property), (gst_flacenc_get_property),
20882         (gst_flacenc_change_state):
20883         * ext/flac/gstflacenc.h:
20884           Fix seeking, so that flacenc can rewrite the header with the
20885           correct duration and amount of samples and all that at EOS;
20886           also set timestamps and granulepos on outgoing buffers; add
20887           debug category; fix state change function.
20888           
20889 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20890
20891         * gst/videomixer/videomixer.c: Don't restrict video geometry
20892         from 16 to 4096.
20893
20894 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20895
20896         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20897         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20898         Fix caps negotiation correctly, add debugging category.
20899
20900 2005-10-24  Christian Schaller  <christian@fluendo.com>
20901
20902         * configure.ac: Port over Thomas's change from base listing all plugins
20903
20904 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20905
20906         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20907         a sink pad.
20908
20909 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20910
20911         * configure.ac:
20912         * docs/upload.mak:
20913           back to HEAD
20914
20915 === release 0.9.4 ===
20916
20917 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20918
20919         * configure.ac:
20920           Releasing 0.9.4, "Dromiceiomimus"
20921
20922 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20923
20924         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20925         (gst_speexenc_src_query):
20926           Add position and duration query, fix query type function.
20927           
20928         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20929         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20930           Let's not set non-fixed caps on source pads.
20931
20932 2005-10-21  Wim Taymans  <wim@fluendo.com>
20933
20934         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20935         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20936         (gst_avi_demux_handle_seek):
20937         Set correct stream_time in newsegment event.
20938         avi can also handle a duration query now.
20939
20940 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20941
20942         * gst/matroska/matroska-demux.c:
20943         (gst_matroska_demux_handle_src_query),
20944         (gst_matroska_demux_handle_seek_event),
20945         (gst_matroska_demux_loop_stream_parse_id):
20946           Fix duration query; fix basetime in newsegment event after
20947           seek; fix duration in initial newsegment event.
20948
20949         * gst/matroska/matroska-mux.c:
20950         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20951           Extract number of channels and samplerate from vorbis headers;
20952           add some debug messages when querying the durations of the
20953           input streams.
20954
20955 2005-10-20  Wim Taymans  <wim@fluendo.com>
20956
20957         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20958         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20959         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20960         Set stream time correctly in newsegment.
20961
20962 2005-10-20  Wim Taymans  <wim@fluendo.com>
20963
20964         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20965         Correctly fill in the stream time.
20966
20967 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20968
20969         * check/elements/level.c: (GST_START_TEST):
20970         * gst/level/gstlevel.c: (gst_level_message_new):
20971         * gst/level/level-example.c: (message_handler):
20972           use ELEMENT messages instead
20973
20974 2005-10-19  Wim Taymans  <wim@fluendo.com>
20975
20976         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20977         (gst_dvdemux_src_query):
20978         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20979         (gst_flacdec_src_query):
20980         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20981         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20982         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20983         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20984         * gst/debug/progressreport.c: (gst_progress_report_report):
20985         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20986         * gst/matroska/matroska-demux.c:
20987         (gst_matroska_demux_handle_src_query):
20988         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20989         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20990         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20991         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20992         (gst_wavparse_srcpad_event):
20993         API change fix.
20994
20995 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20996
20997         * gst/goom/filters.c:
20998         * gst/goom/graphic.h:
20999         * gst/goom/lines.c:
21000           Make inline functions either 'static inline' or 'extern inline',
21001           otherwise the Forte compiler apparently won't inline them (#317300).
21002
21003 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21004
21005         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21006         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21007         (user_info_callback), (user_endrow_callback), (user_end_callback),
21008         (user_read_data), (gst_pngdec_caps_create_and_set),
21009         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21010         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21011         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21012         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21013         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21014         very nice and handle push/pull based model. if you have filesrc
21015         connected to it, it will do random access to load the png file.
21016         If you have a network source that can't do _getrange, it does 
21017         progressive loading through the chain function.
21018         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21019         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21020         thanks to Master Wim Taymans ;-)
21021
21022 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21023
21024         * gst/matroska/Makefile.am:
21025         * gst/matroska/ebml-read.c:
21026         * gst/matroska/ebml-read.h:
21027         * gst/matroska/matroska-demux.c:
21028         * gst/matroska/matroska-demux.h:
21029         * gst/matroska/matroska.c: (plugin_init):
21030           Ported matroska demuxer to 0.9.
21031
21032 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21033
21034         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21035
21036         * gst/matroska/matroska-mux.c:
21037         (gst_matroska_mux_video_pad_setcaps),
21038         (gst_matroska_mux_audio_pad_setcaps):
21039           Fix mpeg4 input handling (#318847); also, while we're at it,
21040           fix media type for Motion-JPEG: should be image/jpeg.
21041
21042 2005-10-18  Wim Taymans  <wim@fluendo.com>
21043
21044         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21045         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21046         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21047         Fix for segment-start/stop API change.
21048
21049 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21050
21051         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21052         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21053         way.
21054
21055 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21056
21057         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21058         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21059         output declared in transform_caps.
21060
21061 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21062
21063         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21064
21065 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21066
21067         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21068         (gst_video_box_get_unit_size): Fix wrong size calculations and
21069         implement get_unit_size correctly.
21070
21071 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21072
21073         * configure.ac:
21074           Enable flx plugin.
21075
21076         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21077           Fix gcc4 signedness issue.
21078
21079 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21080
21081         * configure.ac: Adding videomixer.
21082         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21083         (user_read_data), (gst_pngdec_chain): More debugging.
21084         * gst/alpha/Makefile.am: Adding alphacolor
21085         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21086         (gst_alpha_color_class_init), (gst_alpha_color_init),
21087         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21088         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21089         (plugin_init): Ported to 0.9 using in place base tranform.
21090         * gst/videomixer/Makefile.am:
21091         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21092         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21093         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21094         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21095         (gst_videomixer_init), (gst_videomixer_getcaps),
21096         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21097         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21098         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21099         to 0.9 using collectpads.
21100
21101 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21102
21103         * configure.ac:
21104         * gst/flx/Makefile.am:
21105         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21106         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21107         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21108         * gst/flx/gstflxdec.h:
21109         flx plugin ported to 0.9
21110
21111 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21112
21113         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21114           use new gst_version_string()
21115
21116 2005-10-16  Andy Wingo  <wingo@pobox.com>
21117
21118         * configure.ac: GLIB_CHECK.
21119
21120 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21121
21122         * ext/libpng/Makefile.am:
21123         * ext/libpng/gstpng.c: (plugin_init):
21124         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21125         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21126         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21127
21128 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21129
21130         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21131
21132         * configure.ac:
21133         * gst/matroska/Makefile.am:
21134         * gst/matroska/ebml-ids.h:
21135         * gst/matroska/ebml-write.c:
21136         * gst/matroska/ebml-write.h:
21137         * gst/matroska/matroska-ids.h:
21138         * gst/matroska/matroska-mux.c:
21139         * gst/matroska/matroska-mux.h:
21140         * gst/matroska/matroska.c: (plugin_init):
21141           Port matroska muxer to 0.9 (#318847).
21142
21143 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21144
21145         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21146         (comment_init), (comment_add):
21147           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21148           use GST_READ_UINT32_LE() and friends rather than the private
21149           implementation of those same macros.
21150
21151 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21152
21153         * examples/stats/mp2ogg.c:
21154           more typo fixes
21155
21156 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21157
21158         * examples/indexing/indexmpeg.c: (main):
21159         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21160         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21161         * ext/esd/esdmon.h:
21162         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21163         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21164         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21165         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21166         * gst/avi/gstavimux.c: (gst_avimux_init):
21167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21168         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21169         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21170         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21171         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21172         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21173         * gst/oldcore/gstmultifilesrc.h:
21174         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21175         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21176         (gst_pipefilter_change_state):
21177         * gst/oldcore/gstpipefilter.h:
21178         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21179         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21180         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21181         * sys/osxaudio/gstosxaudiosink.h:
21182         * sys/osxaudio/gstosxaudiosrc.h:
21183           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21184           moved bitshift from macro to enum definition
21185
21186 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21187
21188         * ext/Makefile.am:
21189         * ext/cairo/Makefile.am:
21190         * ext/cairo/gstcairo.c: (plugin_init):
21191         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21192         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21193         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21194         * ext/cairo/gsttimeoverlay.h:
21195           update of cairo-based timeoverlay to 1.0 Cairo API
21196           doesn't work yet for resizing of output sink
21197
21198 2005-10-11  Wim Taymans  <wim@fluendo.com>
21199
21200         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21201         newsegment API fix.
21202
21203 2005-10-11  Wim Taymans  <wim@fluendo.com>
21204
21205         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21206         (gst_dvdemux_demux_frame):
21207         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21208         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21209         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21210         (gst_avi_demux_handle_seek):
21211         * gst/goom/gstgoom.c: (gst_goom_event):
21212         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21213         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21214         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21215         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21216         (gst_wavparse_srcpad_event):
21217         newsegment API update.
21218
21219 2005-10-11  Andy Wingo  <wingo@pobox.com>
21220
21221         * ext/speex/gstspeexenc.c: Signedness cleanups.
21222
21223 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21224
21225         * PORTED_09:
21226         * ext/speex/Makefile.am:
21227         * ext/speex/gstspeex.c:
21228         * ext/speex/gstspeexenc.c:
21229         Speexenc ported to 0.9
21230
21231 2005-10-10  Wim Taymans  <wim@fluendo.com>
21232
21233         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21234         (gst_oss_sink_init), (gst_oss_sink_set_property),
21235         (gst_oss_sink_get_property), (gst_oss_sink_open),
21236         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21237         * sys/oss/gstosssink.h:
21238         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21239         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21240         (gst_oss_src_prepare):
21241         Cleanups, make device configurable in the sink, handle and report
21242         errors.
21243
21244 2005-10-10  Wim Taymans  <wim@fluendo.com>
21245
21246         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21247         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21248         Make sure element is NULL before removing from the bin.
21249
21250 2005-10-07  Andy Wingo  <wingo@pobox.com>
21251
21252         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21253         block forever in a read().
21254         (gst_dv1394src_bus_reset): Post a message when the cable is
21255         unplugged.
21256         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21257         (gst_dv1394src_bus_reset): Don't unref the message.
21258
21259         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21260         hacking. The only change should be that the state change stuff was
21261         put into basesrc's start() and stop() routines, which coalesces
21262         some steps.
21263
21264 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21265
21266         * configure.ac:
21267           Add check for mmap
21268           
21269         * gst/debug/Makefile.am:
21270           Only compile efence plugin on systems that have mmap.
21271
21272 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21273
21274         * gst/debug/Makefile.am:
21275         * gst/debug/breakmydata.c:
21276         * gst/debug/gstdebug.c:
21277         * gst/debug/gstnavigationtest.c:
21278         * gst/debug/gstnavseek.c: 
21279         * gst/debug/gstnavseek.h:
21280         * gst/debug/progressreport.c: 
21281         * gst/debug/testplugin.c:
21282           Port progressreport, navseek, navigationtest, testsink and
21283           breakmydata.
21284
21285 2005-10-05  Edward Hervey  <edward@fluendo.com>
21286
21287         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21288         (gst_dvdemux_src_query):
21289         Fixes for better conversion
21290
21291 2005-10-04  Michael Smith <msmith@fluendo.com>
21292
21293         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21294         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21295         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21296         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21297           Set state of elements to NULL before removing from bins.
21298           Set state of test element to NULL if we failed to move it to READY
21299
21300 2005-10-04  Edward Hervey  <edward@fluendo.com>
21301
21302         * ext/dv/Makefile.am:
21303         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21304         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21305         Corrected the query function for position so it doesn't forget what
21306         format was asked, and calls the conversion functions on the correct pad.
21307
21308 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21309
21310         * configure.ac:
21311           back to development
21312
21313 === release 0.9.3 ===
21314
21315 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21316
21317         * configure.ac:
21318           Releasing 0.9.3, "Aramis"
21319
21320 2005-10-03  Andy Wingo  <wingo@pobox.com>
21321
21322         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21323         error returns.
21324
21325 2005-10-02  Andy Wingo  <wingo@pobox.com>
21326
21327         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21328
21329         * ext/flac/gstflacenc.c: Ported to 0.9.
21330
21331         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21332
21333         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21334         and link to gsttagedit. Enable flacenc.
21335
21336         * ext/flac/gstflacdec.c: Re-enable tag reading.
21337
21338 2005-09-30  Wim Taymans  <wim@fluendo.com>
21339
21340         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21341         * gst/rtp/gstrtpgsmparse.c:
21342         * gst/rtp/gstrtph263penc.c:
21343         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21344         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21345         (gst_rtpmp4venc_set_property):
21346         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21347         Various class and caps fixes from Andre Magalhaes (andrunko)
21348
21349 2005-09-29  Wim Taymans  <wim@fluendo.com>
21350
21351         * gst/level/level-example.c: (main):
21352         Update for new bus API.
21353
21354 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21355
21356         * configure.ac:
21357           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21358           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21359
21360 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21361
21362         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21363           Fix playback of mono streams (bytes_per_sample should be set
21364           from the sample width and the number of channels negotiated,
21365           and not just be set to 4) (#317338)
21366
21367 2005-09-26  Wim Taymans  <wim@fluendo.com>
21368
21369         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21370         (gst_rtpmpaenc_handle_buffer):
21371         Set buffer duration correctly.
21372
21373 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21374
21375         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21376         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21377         (gst_avi_demux_change_state):
21378           Don't crash when encountering a stream with an unknown fourcc or
21379           codec id. Instead, create a pad of type video/x-avi-unknown or
21380           audio/x-avi-unknown, which as a side-effect also results in less
21381           confusing error messages in players ('no decoder' vs. 'no streams');
21382           minor fixes to state change function and class_init function.
21383
21384 2005-09-24  Wim Taymans  <wim@fluendo.com>
21385
21386         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21387         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21388         These are sinks.
21389
21390 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21391
21392         * check/elements/level.c: (GST_START_TEST):
21393           fix test for new GstClockTime use
21394         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21395         (gst_level_transform_ip):
21396         * gst/level/gstlevel.h:
21397           fix up the decay peak, ensuring the decay peak is never lower
21398           than the peak for that interval
21399
21400 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21401
21402         * docs/plugins/gst-plugins-good-plugins.args:
21403         * docs/plugins/inspect/plugin-alpha.xml:
21404         * docs/plugins/inspect/plugin-rtp.xml:
21405         * gst/level/gstlevel.c: (gst_level_set_caps),
21406         (gst_level_transform_ip):
21407           updating docs
21408
21409 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21410
21411         * Makefile.am:
21412         * check/elements/level.c: (GST_START_TEST):
21413         * gst/level/Makefile.am:
21414         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21415         (gst_level_set_property), (gst_level_get_property),
21416         (gst_level_set_caps), (gst_level_message_new),
21417         (gst_level_transform_ip):
21418         * gst/level/gstlevel.h:
21419         * gst/level/level-example.c: (message_handler), (main):
21420           convert to using GstClockTime for all time values, finally.
21421
21422 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21423
21424         * gst/auparse/Makefile.am:
21425         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21426           fix up build
21427         * configure.ac:
21428         * ext/cairo/Makefile.am:
21429         * ext/dv/Makefile.am:
21430         * ext/esd/Makefile.am:
21431         * ext/flac/Makefile.am:
21432         * ext/gconf/Makefile.am:
21433         * ext/gdk_pixbuf/Makefile.am:
21434         * ext/jpeg/Makefile.am:
21435         * ext/ladspa/Makefile.am:
21436         * ext/libcaca/Makefile.am:
21437         * ext/libmng/Makefile.am:
21438         * ext/libpng/Makefile.am:
21439         * ext/mikmod/Makefile.am:
21440         * ext/pango/Makefile.am:
21441         * ext/raw1394/Makefile.am:
21442         * ext/shout2/Makefile.am:
21443         * ext/speex/Makefile.am:
21444         * gst/alpha/Makefile.am:
21445         * gst/autodetect/Makefile.am:
21446         * gst/avi/Makefile.am:
21447         * gst/cutter/Makefile.am:
21448         * gst/debug/Makefile.am:
21449         * gst/effectv/Makefile.am:
21450         * gst/flx/Makefile.am:
21451         * gst/goom/Makefile.am:
21452         * gst/interleave/Makefile.am:
21453         * gst/law/Makefile.am:
21454         * gst/matroska/Makefile.am:
21455         * gst/median/Makefile.am:
21456         * gst/monoscope/Makefile.am:
21457         * gst/multipart/Makefile.am:
21458         * gst/oldcore/Makefile.am:
21459         * gst/rtp/Makefile.am:
21460         * gst/rtsp/Makefile.am:
21461         * gst/smoothwave/Makefile.am:
21462         * gst/smpte/Makefile.am:
21463         * gst/videobox/Makefile.am:
21464         * gst/videofilter/Makefile.am:
21465         * gst/videomixer/Makefile.am:
21466         * gst/wavenc/Makefile.am:
21467         * gst/wavparse/Makefile.am:
21468         * sys/oss/Makefile.am:
21469         * sys/osxaudio/Makefile.am:
21470         * sys/osxvideo/Makefile.am:
21471           fix up GST_LIBS use
21472
21473 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21474
21475         * gst/auparse/Makefile.am:
21476         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21477           fix build of auparse
21478
21479 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21480
21481         * configure.ac:
21482         * PORTED_09:
21483         * gst/auparse/gstauparse.c:
21484         * gst/auparse/gstauparse.h:
21485         Auparse ported to 0.9.
21486
21487 2005-09-22  Wim Taymans  <wim@fluendo.com>
21488
21489         * gst/rtp/TODO:
21490         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21491         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21492         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21493         (gst_rtpmp4venc_set_property):
21494         * gst/rtp/gstrtpmp4venc.h:
21495         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21496         * gst/rtp/gstrtpmpaenc.h:
21497         Use is_filled to both check MTU and max-ptime of base class.
21498
21499 2005-09-22  Wim Taymans  <wim@fluendo.com>
21500
21501         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21502         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21503         (gst_rtpmp4venc_set_property):
21504         Don't fragment packets with multiple frames.
21505
21506 2005-09-22  Wim Taymans  <wim@fluendo.com>
21507
21508         * gst/rtp/TODO:
21509         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21510         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21511         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21512         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21513         (gst_rtpmp4venc_get_property):
21514         * gst/rtp/gstrtpmp4venc.h:
21515         Remove g_print.
21516         Update TODO
21517         Make payload encoder a bit smarter and more correct with
21518         timestamps.
21519         Added option in payloader to include config string in-band.
21520
21521 2005-09-21  Wim Taymans  <wim@fluendo.com>
21522
21523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21524         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21525         (gst_rtspsrc_send):
21526         Strip spaces for key/value pairs.
21527
21528 2005-09-21  Wim Taymans  <wim@fluendo.com>
21529
21530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21531         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21532         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21533         (gst_rtspsrc_change_state):
21534         More SDP parsing and caps setting.
21535         Do NO_PREROLL differently.
21536         add pads only after negotiated.
21537
21538         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21539         (gst_udpsrc_getcaps):
21540         Implement the getcaps function.
21541
21542 2005-09-21  Wim Taymans  <wim@fluendo.com>
21543
21544         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21545         (gst_rtpamrdec_chain):
21546         Handle multiple AMr packets per payload. Handle CRC and
21547         parse ILL/ILP.
21548
21549         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21550         Make caps params strings for easy SDP mapping.
21551         
21552         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21553         Handle capsnego better.
21554
21555         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21556         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21557         Generate and parse config string in the caps.
21558
21559 2005-09-21  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst/rtp/README:
21562         Update README
21563
21564         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21565         Make extra params as strings.
21566
21567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21568         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21569         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21570         Make state change return NO_PREROLL as this is a live
21571         source.
21572
21573         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21574         Don't unref old caps when NULL.
21575
21576 2005-09-20  Wim Taymans  <wim@fluendo.com>
21577
21578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21579         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21580         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21581         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21582         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21583         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21584         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21585         * gst/rtsp/sdpmessage.h:
21586         Add URI handler.
21587         Parse SDP and create caps.
21588
21589 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21590
21591         * gst/alpha/gstalpha.c:
21592           fix element description
21593
21594 2005-09-19  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21597         Don't check payload for now.
21598
21599 2005-09-19  Wim Taymans  <wim@fluendo.com>
21600
21601         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21602         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21603         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21604         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21605         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21606         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21607         (gst_wavparse_change_state):
21608         * gst/wavparse/gstwavparse.h:
21609         Fix wavparse some more.
21610
21611 2005-09-19  Wim Taymans  <wim@fluendo.com>
21612
21613         * check/elements/level.c: (GST_START_TEST):
21614         Fix for bus API change.
21615
21616 2005-09-19  Wim Taymans  <wim@fluendo.com>
21617
21618         * gst/level/level-example.c: (main):
21619         Fix for new bus API.
21620
21621         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21622         Set caps on pads.
21623
21624 2005-09-15  Wim Taymans  <wim@fluendo.com>
21625
21626         * gst/rtp/Makefile.am:
21627         * gst/rtp/README:
21628         * gst/rtp/gstrtp.c: (plugin_init):
21629         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21630         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21631         (gst_rtpamrdec_change_state):
21632         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21633         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21634         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21635         * gst/rtp/gstrtpamrenc.h:
21636         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21637         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21638         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21639         * gst/rtp/gstrtpgsmenc.h:
21640         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21641         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21642         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21643         (gst_rtpgsmparse_change_state):
21644         * gst/rtp/gstrtpgsmparse.h:
21645         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21646         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21647         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21648         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21649         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21650         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21651         * gst/rtp/gstrtph263penc.h:
21652         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21653         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21654         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21655         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21656         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21657         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21658         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21659         * gst/rtp/gstrtpmp4venc.h:
21660         * gst/rtp/gstrtpmpadec.c:
21661         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21662         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21663         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21664         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21665         * gst/rtp/gstrtpmpaenc.h:
21666         Updates to payloader/depayloaders, make payloaders use
21667         the base classes.
21668         Updated README with suggested RTP caps and how to convert
21669         to/from SDP.
21670         Added config descriptor in mp4v payloader.
21671
21672 2005-09-15  Andy Wingo  <wingo@pobox.com>
21673
21674         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21675         * gst/autodetect/gstautovideosink.c
21676         (gst_auto_video_sink_find_best): Update for new registry API.
21677
21678 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21679
21680         * common/c-to-xml.py:
21681         * common/gtk-doc-plugins.mak:
21682           a simple py script to generate valid xml from a C example
21683           probably also need to strip an MIT license when we decide
21684         * docs/plugins/Makefile.am:
21685         * gst/level/Makefile.am:
21686         * gst/level/gstlevel.c: (gst_level_init):
21687         * gst/level/level-example.c: (message_handler), (main):
21688           add an example to level that will show up in the docs
21689         * gst/rtp/TODO:
21690           add a note for the future
21691
21692 2005-09-14  Michael Smith <msmith@fluendo.com>
21693
21694         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21695           Actually define the debug object being used in wavenc. Fixes #316205
21696
21697 2005-09-14  Michael Smith <msmith@fluendo.com>
21698
21699         * gst/smpte/Makefile.am:
21700           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21701           needed to build on windows (bug 316204)
21702
21703 2005-09-12  Andy Wingo  <wingo@pobox.com>
21704
21705         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21706
21707 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21708
21709         * configure.ac:
21710         * gst/fdsrc/Makefile.am:
21711         * gst/fdsrc/gstfdsrc.c:
21712         * gst/fdsrc/gstfdsrc.h:
21713           Move fdsrc back into gstreamer core elements.
21714
21715         * gst/level/gstlevel.c: (gst_level_class_init),
21716         (gst_level_transform_ip):
21717         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21718           Basetransform changes.
21719
21720 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21721
21722         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21723         * ext/jpeg/smokecodec.c: (find_best_size):
21724           fix compiler warnings
21725
21726 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21727
21728         * gst-plugins-good.spec.in:
21729           spec file fixes
21730         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21731         (gst_multiudpsink_render), (gst_multiudpsink_add),
21732         (gst_multiudpsink_clear):
21733           it actually helps to actually stream if we hook up the
21734           "add" signal to an actual implementation
21735         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21736           some debugging
21737
21738 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21739
21740         * ext/jpeg/Makefile.am:
21741         * ext/jpeg/gstjpeg.c
21742         * ext/jpeg/gstjpegenc.c:
21743         * ext/jpeg/gstsmokeenc.c:
21744
21745 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21746
21747         * ext/flac/gstflacdec.c:
21748         * ext/flac/gstflacenc.c:
21749         * ext/flac/gstflactag.c:
21750         * ext/speex/gstspeexenc.c:
21751           gsttaginterface.h -> gsttagsetter.h
21752
21753 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21754
21755         * configure.ac:
21756         * gst/debug/Makefile.am:
21757         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21758         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21759         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21760         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21761         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21762           Port to 0.9 and re-enable efence plugin.
21763
21764 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21765
21766         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21767         (gst_flacdec_write), (gst_flacdec_convert_src):
21768         * ext/flac/gstflacdec.h:
21769           Add support for flac files with 24/32 bits per sample; and misc.
21770           minor clean-ups. Seeking is still partly broken (for me at least).
21771
21772 2005-09-06  Wim Taymans  <wim@fluendo.com>
21773
21774         * gst/rtp/Makefile.am:
21775         * gst/rtp/gstrtp.c: (plugin_init):
21776         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21777         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21778         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21779         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21780         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21781         (gst_rtpmp4vdec_plugin_init):
21782         * gst/rtp/gstrtpmp4vdec.h:
21783         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21784         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21785         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21786         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21787         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21788         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21789         * gst/rtp/gstrtpmp4venc.h:
21790         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21791         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21792         Added mpeg4 video payload encoder/decoder.
21793         Added some docs in mpa payloader.
21794
21795 === release 0.9.1 ===
21796
21797 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * NEWS:
21800         * README:
21801         * RELEASE:
21802         * autogen.sh:
21803         * configure.ac:
21804           releasing 0.9.1, "Blondie"
21805
21806 2005-09-05  Andy Wingo  <wingo@pobox.com>
21807
21808         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21809         here from the state change handler, so we fire signals without
21810         holding the state lock.
21811
21812 2005-09-02  Andy Wingo  <wingo@pobox.com>
21813
21814         * All plugins updated for element state changes.
21815
21816 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         * Makefile.am:
21819         * check/.cvsignore:
21820         * check/Makefile.am:
21821         * check/elements/.cvsignore:
21822         * check/elements/level.c: (setup_level), (cleanup_level),
21823         (GST_START_TEST), (level_suite), (main):
21824           add a test for level
21825         * common/release.mak:
21826           move the enum checking to release.mak
21827         * configure.ac:
21828           add valgrind and check checking
21829         * gst/level/gstlevel.c: (gst_level_transform):
21830         * gst/level/gstlevel.h:
21831           fix Andy's cast bug
21832           convert a field to int
21833           fix the arithmetic to int when checking for emit so that a
21834           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21835
21836 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         * Makefile.am:
21839         * configure.ac:
21840           add docs to build
21841         * common/plugins.xsl:
21842           wrap Description into a refsect2
21843         * docs/Makefile.am:
21844         * docs/plugins/Makefile.am:
21845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21846         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21847         * gst/goom/Makefile.am:
21848         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21849         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21850         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21851         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21852         (gst_goom_change_state):
21853         * gst/goom/gstgoom.h:
21854           GstGOOM -> GstGoom
21855           add an example launch line
21856         * gst/level/gstlevel.h:
21857         * gst/monoscope/gstmonoscope.c:
21858           cleanups
21859
21860 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21861
21862         * configure.ac:
21863         * docs/plugins/Makefile.am:
21864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21866         * docs/plugins/gst-plugins-good-plugins.types:
21867           document elements and plugins.  Shazam !
21868
21869 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21870
21871         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21872           be found under doc/random/ChangeLog-0.8