Add documentation for matroskamux and matroskademux and update the inspection xml...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6         * docs/plugins/gst-plugins-good-plugins.args:
7         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8         * docs/plugins/gst-plugins-good-plugins.interfaces:
9         * docs/plugins/inspect/plugin-1394.xml:
10         * docs/plugins/inspect/plugin-aasink.xml:
11         * docs/plugins/inspect/plugin-alaw.xml:
12         * docs/plugins/inspect/plugin-alpha.xml:
13         * docs/plugins/inspect/plugin-alphacolor.xml:
14         * docs/plugins/inspect/plugin-annodex.xml:
15         * docs/plugins/inspect/plugin-apetag.xml:
16         * docs/plugins/inspect/plugin-audiofx.xml:
17         * docs/plugins/inspect/plugin-auparse.xml:
18         * docs/plugins/inspect/plugin-autodetect.xml:
19         * docs/plugins/inspect/plugin-avi.xml:
20         * docs/plugins/inspect/plugin-cacasink.xml:
21         * docs/plugins/inspect/plugin-cairo.xml:
22         * docs/plugins/inspect/plugin-cutter.xml:
23         * docs/plugins/inspect/plugin-debug.xml:
24         * docs/plugins/inspect/plugin-dv.xml:
25         * docs/plugins/inspect/plugin-efence.xml:
26         * docs/plugins/inspect/plugin-effectv.xml:
27         * docs/plugins/inspect/plugin-equalizer.xml:
28         * docs/plugins/inspect/plugin-esdsink.xml:
29         * docs/plugins/inspect/plugin-flac.xml:
30         * docs/plugins/inspect/plugin-flxdec.xml:
31         * docs/plugins/inspect/plugin-gamma.xml:
32         * docs/plugins/inspect/plugin-gconfelements.xml:
33         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
34         * docs/plugins/inspect/plugin-goom.xml:
35         * docs/plugins/inspect/plugin-goom2k1.xml:
36         * docs/plugins/inspect/plugin-halelements.xml:
37         * docs/plugins/inspect/plugin-icydemux.xml:
38         * docs/plugins/inspect/plugin-id3demux.xml:
39         * docs/plugins/inspect/plugin-interleave.xml:
40         * docs/plugins/inspect/plugin-jpeg.xml:
41         * docs/plugins/inspect/plugin-level.xml:
42         * docs/plugins/inspect/plugin-matroska.xml:
43         * docs/plugins/inspect/plugin-monoscope.xml:
44         * docs/plugins/inspect/plugin-mulaw.xml:
45         * docs/plugins/inspect/plugin-multifile.xml:
46         * docs/plugins/inspect/plugin-multipart.xml:
47         * docs/plugins/inspect/plugin-navigationtest.xml:
48         * docs/plugins/inspect/plugin-ossaudio.xml:
49         * docs/plugins/inspect/plugin-png.xml:
50         * docs/plugins/inspect/plugin-pulseaudio.xml:
51         * docs/plugins/inspect/plugin-quicktime.xml:
52         * docs/plugins/inspect/plugin-replaygain.xml:
53         * docs/plugins/inspect/plugin-rtp.xml:
54         * docs/plugins/inspect/plugin-rtsp.xml:
55         * docs/plugins/inspect/plugin-shout2send.xml:
56         * docs/plugins/inspect/plugin-smpte.xml:
57         * docs/plugins/inspect/plugin-soup.xml:
58         * docs/plugins/inspect/plugin-spectrum.xml:
59         * docs/plugins/inspect/plugin-speex.xml:
60         * docs/plugins/inspect/plugin-taglib.xml:
61         * docs/plugins/inspect/plugin-udp.xml:
62         * docs/plugins/inspect/plugin-video4linux2.xml:
63         * docs/plugins/inspect/plugin-videobalance.xml:
64         * docs/plugins/inspect/plugin-videobox.xml:
65         * docs/plugins/inspect/plugin-videocrop.xml:
66         * docs/plugins/inspect/plugin-videoflip.xml:
67         * docs/plugins/inspect/plugin-videomixer.xml:
68         * docs/plugins/inspect/plugin-wavenc.xml:
69         * docs/plugins/inspect/plugin-wavpack.xml:
70         * docs/plugins/inspect/plugin-wavparse.xml:
71         * docs/plugins/inspect/plugin-ximagesrc.xml:
72         * gst/matroska/matroska-demux.c:
73         * gst/matroska/matroska-demux.h:
74         * gst/matroska/matroska-mux.c:
75         * gst/matroska/matroska-mux.h:
76         Add documentation for matroskamux and matroskademux and
77         update the inspection xml files.
78
79 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
80
81         * configure.ac:
82         Apparently AC_CONFIG_MACRO_DIR breaks when using more
83         than one macro directory, reverting last change.
84
85 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
86
87         * configure.ac:
88         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
89         our M4 macros.
90
91 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
92
93         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
94         Provide the parameters that are required for the format string
95         to fix a compiler warning.
96
97 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
98
99         * gst/autodetect/gstautoaudiosrc.c:
100           Fix classification.
101
102 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
103
104         Patch by: Cygwin Ports maintainer
105                   <yselkowitz at users dot sourceforge dot net>
106
107         * autogen.sh:
108         * configure.ac:
109         Require gettext 0.17 because older versions don't mix with libtool
110         2.2. At build time an older gettext version will still work.
111         Fixes bug #556091.
112
113 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         Patch by: Peter Kjellerstedt <pkj at axis com>
116
117         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
118         Make gst_multiudpsink_render() ignore errors from sendto() instead of
119         breaking streaming. Emit a warning instead. Fixes #562572.
120
121 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
122
123         Patch by: Ron McOuat <rmcouat at smartt dot com>
124
125         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
126         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
127         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
128         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
129         * ext/soup/gstsouphttpsrc.h:
130         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
131         (digest_auth_cb), (run_test), (GST_START_TEST),
132         (souphttpsrc_suite), (run_server):
133         Add support for basic and digest authentication in souphttpsrc.
134         Fixes bug #561775.
135
136 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
137
138         Patch by: Pepijn Van Eeckhoudt
139                       <pepijn dot vaneeckhoudt at luciad dot com>
140
141         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
142         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
143         * gst/wavenc/gstwavenc.h:
144         * gst/wavenc/riff.h:
145         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
146
147 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         Patch by: 이문형 <iwings at gmail dot com>
150
151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
152         Prevent further read/write actions taken to the connect-failed socket by
153         erroring out quickly. See #562258.
154
155 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
156
157         * tests/examples/level/level-example.c:
158           Set fakesink to sync. Otherwise people might question the message
159           interval. Nevertheless the timestamp in the message is what matters.
160
161 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
162
163         * tests/icles/.cvsignore:
164         cvsignore newly generated file.
165
166 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst/rtp/gstasteriskh263.c:
169         * gst/rtp/gstasteriskh263.h:
170         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
171         * gst/rtp/gstrtpL16depay.h:
172         * gst/rtp/gstrtpL16pay.c:
173         * gst/rtp/gstrtpL16pay.h:
174         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
175         * gst/rtp/gstrtpac3depay.h:
176         * gst/rtp/gstrtpamrdepay.c:
177         * gst/rtp/gstrtpamrdepay.h:
178         * gst/rtp/gstrtpamrpay.c:
179         * gst/rtp/gstrtpamrpay.h:
180         * gst/rtp/gstrtpdepay.c:
181         * gst/rtp/gstrtpdepay.h:
182         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
183         * gst/rtp/gstrtpg726depay.c:
184         * gst/rtp/gstrtpg726pay.c:
185         * gst/rtp/gstrtpg729depay.c:
186         * gst/rtp/gstrtpg729pay.c:
187         * gst/rtp/gstrtpgsmdepay.c:
188         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
189         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
190         * gst/rtp/gstrtph263depay.h:
191         * gst/rtp/gstrtph263pay.c:
192         * gst/rtp/gstrtph263pay.h:
193         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
194         * gst/rtp/gstrtph263pdepay.h:
195         * gst/rtp/gstrtph263ppay.c:
196         * gst/rtp/gstrtph263ppay.h:
197         * gst/rtp/gstrtph264depay.c:
198         * gst/rtp/gstrtph264depay.h:
199         * gst/rtp/gstrtph264pay.c:
200         * gst/rtp/gstrtph264pay.h:
201         * gst/rtp/gstrtpilbcdepay.c:
202         * gst/rtp/gstrtpilbcpay.c:
203         * gst/rtp/gstrtpjpegdepay.h:
204         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
205         * gst/rtp/gstrtpmp1sdepay.h:
206         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
207         * gst/rtp/gstrtpmp2tdepay.h:
208         * gst/rtp/gstrtpmp2tpay.c:
209         * gst/rtp/gstrtpmp2tpay.h:
210         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
211         * gst/rtp/gstrtpmp4apay.c:
212         * gst/rtp/gstrtpmp4apay.h:
213         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
214         * gst/rtp/gstrtpmp4gdepay.h:
215         * gst/rtp/gstrtpmp4gpay.c:
216         * gst/rtp/gstrtpmp4gpay.h:
217         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
218         * gst/rtp/gstrtpmp4vdepay.h:
219         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
220         * gst/rtp/gstrtpmp4vpay.h:
221         * gst/rtp/gstrtpmpadepay.c:
222         * gst/rtp/gstrtpmpadepay.h:
223         * gst/rtp/gstrtpmpapay.c:
224         * gst/rtp/gstrtpmpapay.h:
225         * gst/rtp/gstrtpmpvdepay.c:
226         * gst/rtp/gstrtpmpvdepay.h:
227         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
228         * gst/rtp/gstrtppcmapay.c:
229         * gst/rtp/gstrtppcmudepay.c:
230         * gst/rtp/gstrtppcmupay.c:
231         * gst/rtp/gstrtpspeexdepay.c:
232         * gst/rtp/gstrtpspeexpay.c:
233         * gst/rtp/gstrtpsv3vdepay.c:
234         * gst/rtp/gstrtpsv3vdepay.h:
235         * gst/rtp/gstrtptheoradepay.c:
236         * gst/rtp/gstrtptheoradepay.h:
237         * gst/rtp/gstrtptheorapay.c:
238         * gst/rtp/gstrtptheorapay.h:
239         * gst/rtp/gstrtpvorbisdepay.c:
240         * gst/rtp/gstrtpvorbisdepay.h:
241         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
242         * gst/rtp/gstrtpvorbispay.h:
243         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
244         * gst/rtp/gstrtpvrawpay.c:
245         Fix the descriptions and fix some email addresses.
246
247 2008-11-25  Julien Moutte  <julien@fluendo.com>
248
249         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
250         to supported qtdemux video codecs as I found some video clips using 
251         those.
252
253 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
254
255         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
256         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
257         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
258         (gst_auto_video_sink_detect):
259         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
260         Post an error when we can't set the internal ghostpad target.
261
262 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
265         (gst_video_crop_transform), (gst_video_crop_transform_caps),
266         (gst_video_crop_set_caps), (gst_video_crop_set_property):
267         * gst/videocrop/gstvideocrop.h:
268         Fix renegotiation when changing properties using the new basetransform
269         features. Fixes #561502.
270
271         * tests/icles/Makefile.am:
272         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
273         Add crazy interactive test unit for dynamically changing properties.
274
275 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
276
277         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
278         (gst_rtspsrc_parse_range):
279         Add some more debugging.
280         Use the reanges received from the server unconditionally.
281         Fixes #561625.
282
283 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
284
285         * ext/pulse/pulsesink.c:
286           Change #if 0 to something more expresive and add pointer to related
287           bug ticket.
288
289 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
290
291         Patch by: Tal Shalif <tshalif at nargila dot org>
292
293         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
294         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
295         the latter don't exist on some systems (mingw). Fixes bug #561990.
296
297 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
298
299         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
300
301         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
302         Add transferMode.dnla.org header to HTTP requests as this is
303         required by the DLNA specs and doesn't hurt in other situations.
304         Fixes bug #561802.
305
306 2008-11-20  Michael Smith <msmith@songbirdnest.com>
307
308         * sys/osxvideo/osxvideosink.h:
309         * sys/osxvideo/osxvideosink.m:
310           Handle video window resizing more correctly, avoiding crashes when
311           embedding the window and resizing it.
312
313 2008-11-20  Michael Smith <msmith@songbirdnest.com>
314
315         * gst/udp/gstmultiudpsink.c:
316         * gst/udp/gstudpnetutils.c:
317         * gst/udp/gstudpnetutils.h:
318         * gst/udp/gstudpsrc.c:
319           Fix multiudpsink on OSX by passing the specific length of the socket,
320           refactor that into a function shared with the same thing in udpsrc.
321
322 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
323
324         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
325         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
326         (gst_wavparse_stream_headers):
327         Fix the scaling code.
328         Fix parsing of the INFO chunks, we were reading the wrong number of
329         bytes.  Fixes #561580.
330
331 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
332
333         * gst/matroska/matroska-mux.c:
334         Fix NULL pointer dereference of an unset codec_id in the recently 
335         added Dirac paths
336
337 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
338
339         * tests/check/Makefile.am:
340         Just keep disabling elements that hang the states test until it
341         works.
342
343 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
344
345         * ext/libpng/gstpngenc.c:
346         Don't flush downstream after every buffer - that's not what
347         this libpng callback is for at all!
348
349 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
350
351         * sys/v4l2/v4l2src_calls.c:
352           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
353           (gst_v4l2src_probe_caps_for_format):
354           Turns out we don't always get the frame sizes in a predefined
355           order from lowest to highest resolution, so let's just sort the
356           list by frame size once we've queried the possible resolutions
357           rather than assume any particular order. Fixes probed caps for
358           the camera in my HP2133 mini notebook and makes v4l2src default
359           to a decent size.
360
361 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
362
363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
364         * gst/matroska/matroska-ids.h:
365         Make mkvdemux aware of E-AC3.
366
367 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
368
369         * gst/rtp/Makefile.am:
370         * gst/rtp/gstrtp.c: (plugin_init):
371         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
372         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
373         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
374         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
375         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
376         (gst_rtp_jpeg_depay_change_state),
377         (gst_rtp_jpeg_depay_plugin_init):
378         * gst/rtp/gstrtpjpegdepay.h:
379         Add a jpeg depayloader.
380
381         * gst/rtp/gstrtpjpegpay.c:
382         Set the default properties on the payloader to better defaults.
383
384 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
385
386         * sys/v4l2/gstv4l2.c:
387           Give it a primary rank for autovideosrc.
388
389 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
390
391         Patch by: Bjorn Ostby <bjornos at axis dot com>
392
393         * gst/rtp/Makefile.am:
394         * gst/rtp/gstrtp.c: (plugin_init):
395         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
396         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
397         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
398         (gst_rtp_jpeg_pay_read_quant_table),
399         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
400         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
401         (gst_rtp_jpeg_pay_plugin_init):
402         * gst/rtp/gstrtpjpegpay.h:
403         Add JPEG payloader. Fixes #560756.
404
405 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
406
407         Patch by: Fabricio Godoy <skarllot at gmail dot com>
408
409         * sys/oss/gstosssink.c: (gst_oss_sink_open):
410         * sys/oss/gstosssrc.c: (gst_oss_src_open):
411         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
412         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
413         Fix some spelling mistakes. Fixes #556802.
414
415 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
416
417         * gst/equalizer/GstIirEqualizer10Bands.prs:
418         * gst/equalizer/GstIirEqualizer3Bands.prs:
419         * gst/equalizer/Makefile.am:
420         * gst/equalizer/gstiirequalizer10bands.c:
421         * gst/equalizer/gstiirequalizer3bands.c:
422           Add presets for equalizer. Fixes #522183.
423
424 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
425
426         * gst/rtsp/Makefile.am:
427         * gst/rtsp/gstrtsp.c: (plugin_init):
428         * gst/rtsp/gstrtspgoogle.c:
429         * gst/rtsp/gstrtspgoogle.h:
430         Remove google extension again, it's not needed anymore because we never
431         send multiple transports anymore.
432
433 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
436
437         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
438         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
439         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
440         (gst_rtspsrc_stream_free),
441         (gst_rtspsrc_stream_configure_udp_sinks),
442         (gst_rtspsrc_stream_configure_transport),
443         (gst_rtspsrc_send_dummy_packets),
444         (gst_rtspsrc_create_transports_string),
445         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
446         * gst/rtsp/gstrtspsrc.h:
447         Add property to configure NAT traversal method.
448         Ignore EOS from the internal sinks.
449         Implement sending dummy packets as a (simple) method to open up
450         some firewalls.
451         Send PLAY request to the server after we started the udp sources.
452         Fixes #559545.
453
454 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
455
456         Patch by: Yotam <sh dot yotam at gmail dot com>
457
458         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
459         Flush the remaining frames on EOS. Fixes #560641.
460
461 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
462
463         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
464         Fix compiler warning about printf formatting.
465
466 2008-11-12  Andy Wingo  <wingo@pobox.com>
467
468         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
469         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
470         segment events instead of sending them from the seeking thread.
471         Fixes #559288.
472         (gst_qtdemux_push_pending_newsegment): New helper, sends out
473         queued newsegment events.
474         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
475         call it here, as we only seek when looping, and only push in the
476         movie state.
477
478 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
479
480         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
481         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
482         * gst/qtdemux/qtdemux_fourcc.h:
483         * gst/qtdemux/qtdemux_types.c:
484         Add cover and alternative copyright tag, and enhance some existing
485         ones by marking them as container atoms.
486
487 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
488
489         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
490         Don't ignore the return value of setcaps.
491
492 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
493
494         Patch by: Olivier Crete <tester at tester dot ca>
495
496         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
497         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
498         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
499         * gst/rtp/gstrtpg729pay.h:
500         Replace G729 payloader with an improved version. Fixes #532409.
501
502 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
505         (gst_rtspsrc_change_state):
506         Only send one transport at a time for improved compatibility with some
507         broken servers. See #537832.
508
509 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
512         (gst_rtspsrc_perform_seek):
513         Only pause/play in the seek handler when the source was playing.
514         Fixes #529379.
515
516 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
517
518         * gst/matroska/matroska-mux.c:
519         (gst_matroska_mux_handle_dirac_packet):
520         Fix muxing of Dirac streams if the input already has the format
521         we need, i.e. is the output of matroskademux.
522
523 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
524
525         * gst/avi/gstavimux.c:
526           Don't segfault on string typed tags being NULL. Fixes #560155.
527
528 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
529
530         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
531         (gst_matroska_mux_audio_pad_setcaps):
532         Fix mapping AAC profile to Matroska codec id.
533
534 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
535
536         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
537         (qtdemux_video_caps), (qtdemux_audio_caps):
538         Refactor some raw audio caps building, and handle >16-bit cases.
539         Fix/replace building caps from a string description.
540
541 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
542
543         * gst/audiofx/audiowsincband.c:
544         * gst/audiofx/audiowsinclimit.c:
545         * gst/cutter/gstcutter.c:
546           Make author name consistent with others.
547
548 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
551
552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
553         (gst_rtspsrc_stream_configure_udp_sink):
554         Pause the RTSP stream before doing a new play request.
555         Make sure that adding the udpsinks does not cause the rtspsrc to become
556         a sink. Fixes #559547.
557
558 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
559
560         * gst/matroska/matroska-ids.h:
561         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
562         (gst_matroska_mux_handle_dirac_packet),
563         (gst_matroska_mux_write_data):
564         Implement Dirac muxing into Matroska comforming to the spec, i.e.
565         put all Dirac packages up to a picture into a Matroska block.
566
567         TODO: Implement writing of the ReferenceBlock Matroska elements,
568         currently the Dirac muxing is only 100% correct if Matroska version 2
569         is selected for muxing.
570
571 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
572
573         Patch by: Bastien Nocera <hadess at hadess dot net>,
574                   Hans de Goede <jwrdegoede at fedoraproject dot org>
575
576         * configure.ac:
577         * sys/v4l2/Makefile.am:
578         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
579         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
580         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
581         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
582         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
583         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
584         (gst_v4l2_get_input), (gst_v4l2_set_input):
585         * sys/v4l2/v4l2_calls.h:
586         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
587         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
588         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
589         (gst_v4l2src_fill_format_list),
590         (gst_v4l2src_probe_caps_for_format_and_size),
591         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
592         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
593         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
594         (gst_v4l2src_get_nearest_size):
595         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
596
597 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
598
599         * ext/aalib/Makefile.am:
600         * ext/annodex/Makefile.am:
601         * ext/cairo/Makefile.am:
602         * ext/dv/Makefile.am:
603         * ext/esd/Makefile.am:
604         * ext/flac/Makefile.am:
605         * ext/gconf/Makefile.am:
606         * ext/gdk_pixbuf/Makefile.am:
607         * ext/hal/Makefile.am:
608         * ext/jpeg/Makefile.am:
609         * ext/ladspa/Makefile.am:
610         * ext/libcaca/Makefile.am:
611         * ext/libmng/Makefile.am:
612         * ext/libpng/Makefile.am:
613         * ext/mikmod/Makefile.am:
614         * ext/pulse/Makefile.am:
615         * ext/raw1394/Makefile.am:
616         * ext/shout2/Makefile.am:
617         * ext/soup/Makefile.am:
618         * ext/speex/Makefile.am:
619         * ext/taglib/Makefile.am:
620         * ext/wavpack/Makefile.am:
621         * gst/alpha/Makefile.am:
622         * gst/apetag/Makefile.am:
623         * gst/audiofx/Makefile.am:
624         * gst/auparse/Makefile.am:
625         * gst/autodetect/Makefile.am:
626         * gst/avi/Makefile.am:
627         * gst/cutter/Makefile.am:
628         * gst/debug/Makefile.am:
629         * gst/effectv/Makefile.am:
630         * gst/equalizer/Makefile.am:
631         * gst/flx/Makefile.am:
632         * gst/goom/Makefile.am:
633         * gst/goom2k1/Makefile.am:
634         * gst/icydemux/Makefile.am:
635         * gst/id3demux/Makefile.am:
636         * gst/interleave/Makefile.am:
637         * gst/law/Makefile.am:
638         * gst/level/Makefile.am:
639         * gst/matroska/Makefile.am:
640         * gst/median/Makefile.am:
641         * gst/monoscope/Makefile.am:
642         * gst/multifile/Makefile.am:
643         * gst/multipart/Makefile.am:
644         * gst/oldcore/Makefile.am:
645         * gst/qtdemux/Makefile.am:
646         * gst/replaygain/Makefile.am:
647         * gst/rtp/Makefile.am:
648         * gst/rtsp/Makefile.am:
649         * gst/smpte/Makefile.am:
650         * gst/spectrum/Makefile.am:
651         * gst/udp/Makefile.am:
652         * gst/videobox/Makefile.am:
653         * gst/videocrop/Makefile.am:
654         * gst/videofilter/Makefile.am:
655         * gst/videomixer/Makefile.am:
656         * gst/wavenc/Makefile.am:
657         * gst/wavparse/Makefile.am:
658         * sys/directdraw/Makefile.am:
659         * sys/directsound/Makefile.am:
660         * sys/oss/Makefile.am:
661         * sys/osxaudio/Makefile.am:
662         * sys/osxvideo/Makefile.am:
663         * sys/sunaudio/Makefile.am:
664         * sys/v4l2/Makefile.am:
665         * sys/waveform/Makefile.am:
666         * sys/ximage/Makefile.am:
667           Don't install static libs for plugins. Fixes #550851 for -good.
668
669 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
670
671         * ext/flac/Makefile.am:
672         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
673         This fixes compilation if FLAC is installed in an uncommon location
674         that is not already handled by other CFLAGS. Fixes bug #558711.
675
676 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
677
678         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
679         Guard more uncommon formats with ifdefs so that we can compile on older
680         versions.
681
682 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
683
684         Patch by: Nick Haddad <nick at haddads dot net>
685
686         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
687         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
688         (gst_avi_demux_stream_data):
689         Invert other uncompressed RGB formats. Fixes #558554.
690
691 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
692
693         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
694         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
695         * gst/wavenc/gstwavenc.h:
696         Add support for float/double as input and remove the (nowadays)
697         useless parsing of the depth as we require width==depth.
698
699 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
700
701         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
702         * gst/rtp/gstrtpmpapay.c:
703         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
704         mpeg version 1. Fixes #558427.
705
706 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
707
708         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
709         (gst_rtp_L16_pay_getcaps):
710         Only put an integral amount of samples in the RTP packet.
711         Fixes #556641.
712
713 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
716         * gst/rtp/gstrtpchannels.h:
717         Add method to get possible channel positions.
718
719 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
720
721         * gst/rtp/Makefile.am:
722         Also commit updated makefile
723
724 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
725
726         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
727         Don't allow width=32,depth=24 as input. WAV requires that the width
728         is the next integer multiply of 8 from the depth.
729
730 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
733         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
734         (gst_rtp_L16_pay_getcaps):
735         * gst/rtp/gstrtpchannels.c: (check_channels),
736         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
737         (gst_rtp_channels_create_default):
738         * gst/rtp/gstrtpchannels.h:
739         Add mappings for multichannel support. Does not completely just work
740         because the getcaps function does not yet return the allowed channel
741         mappings. See #556641.
742
743 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
744
745         * gst/goom/Makefile.am:
746         * gst/goom/README:
747         * gst/goom/config_param.c:
748         * gst/goom/convolve_fx.c:
749         * gst/goom/drawmethods.c:
750         * gst/goom/drawmethods.h:
751         * gst/goom/filters.c:
752         * gst/goom/filters_mmx.s:
753         * gst/goom/flying_stars_fx.c:
754         * gst/goom/goom.h:
755         * gst/goom/goom_config.h:
756         * gst/goom/goom_config_param.h:
757         * gst/goom/goom_core.c:
758         * gst/goom/goom_filters.h:
759         * gst/goom/goom_fx.h:
760         * gst/goom/goom_graphic.h:
761         * gst/goom/goom_plugin_info.h:
762         * gst/goom/goom_tools.c:
763         * gst/goom/goom_tools.h:
764         * gst/goom/goom_typedefs.h:
765         * gst/goom/goom_visual_fx.h:
766         * gst/goom/graphic.c:
767         * gst/goom/ifs.c:
768         * gst/goom/ifs.h:
769         * gst/goom/lines.c:
770         * gst/goom/lines.h:
771         * gst/goom/mathtools.c:
772         * gst/goom/mathtools.h:
773         * gst/goom/mmx.c:
774         * gst/goom/motif_goom1.h:
775         * gst/goom/motif_goom2.h:
776         * gst/goom/plugin_info.c:
777         * gst/goom/ppc_drawings.h:
778         * gst/goom/ppc_zoom_ultimate.h:
779         * gst/goom/sound_tester.c:
780         * gst/goom/sound_tester.h:
781         * gst/goom/surf3d.c:
782         * gst/goom/surf3d.h:
783         * gst/goom/tentacle3d.c:
784         * gst/goom/tentacle3d.h:
785         * gst/goom/v3d.c:
786         * gst/goom/v3d.h:
787         * gst/goom/xmmx.c:
788           Add license headers in all source files. Remove filter.c from
789           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
790           which are not used right now. Fixes #557709.
791
792 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
793
794         Patch by: Olivier Crete <tester at tester dot ca>
795
796         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
797         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
798         Implement getcaps in rtpL16pay. Fixes #556484.
799
800 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
801
802         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
803         (gst_rtp_L16_depay_process):
804         Check if clock-rate and channels are valid.
805         Don't ignore the return value of setcaps.
806         No need to validate the buffer, the base class does that for us.
807         Use the marker bit to set the DISCONT flag on outgoing buffers.
808
809         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
810         Don't ignore the return value of set_outcaps.
811
812         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
813         (gst_rtp_ac3_depay_process):
814         Don't ignore the return value of set_caps.
815         No need to validate the buffer, the base class does that for us.
816
817         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
818         (gst_rtp_amr_depay_process):
819         * gst/rtp/gstrtpamrdepay.h:
820         Don't ignore the return value of setcaps.
821         No need to validate the buffer, the base class does that for us.
822         No need to set output caps on the buffers, the base class does that for
823         us.
824         The subclass will make sure we are negotiated.
825         
826         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
827         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
828         * gst/rtp/gstrtpdvdepay.h:
829         Clean up caps negotiation.
830         The subclass will make sure we are negotiated.
831
832         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
833         (gst_rtp_g726_depay_process):
834         Clean up caps negotiation.
835         Use the marker bit to set the DISCONT flag on outgoing buffers.
836
837         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
838         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
839         * gst/rtp/gstrtpg729depay.h:
840         The subclass will make sure we are negotiated.
841         Use the marker bit to set the DISCONT flag on outgoing buffers.
842
843         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
844         (gst_rtp_gsm_depay_process):
845         Clean up caps negotiation.
846         Use the marker bit to set the DISCONT flag on outgoing buffers.
847
848         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
849         Clean up caps negotiation.
850         Don't ignore the return value of set_outcaps.
851
852         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
853         (gst_rtp_h263_depay_process):
854         Clean up caps negotiation.
855         No need to validate the buffer, the base class does that for us.
856
857         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
858         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
859         * gst/rtp/gstrtph263pay.h:
860         Don't ignore the return value of set_outcaps.
861         Do some more timestamps.
862
863         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
864         (gst_rtp_h263p_depay_process):
865         Clean up caps negotiation.
866         Don't ignore the return value of setcaps.
867         No need to validate the buffer, the base class does that for us.
868
869         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
870         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
871         (gst_rtp_h263p_pay_handle_buffer):
872         * gst/rtp/gstrtph263ppay.h:
873         Don't ignore the return value of set_outcaps.
874         Do some more timestamps.
875
876         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
877         (gst_rtp_h264_depay_process):
878         Clean up caps negotiation.
879         Don't ignore the return value of setcaps.
880         Fix possible caps leak.
881         No need to validate the buffer, the base class does that for us.
882
883         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
884         Add some more debug info.
885
886         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
887         (gst_rtp_ilbc_depay_process):
888         Clean up caps negotiation.
889         Use the marker bit to set the DISCONT flag on outgoing buffers.
890
891         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
892         Clean up caps negotiation.
893
894         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
895         (gst_rtp_mp1s_depay_process):
896         Clean up caps negotiation.
897         Don't ignore the return value of setcaps.
898         No need to validate the buffer, the base class does that for us.
899         No need to set caps on buffers, subclass does that for us.
900
901         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
902         (gst_rtp_mp2t_depay_process):
903         Clean up caps negotiation.
904         Don't ignore the return value of setcaps.
905         No need to validate the buffer, the base class does that for us.
906         No need to set caps on buffers, subclass does that for us.
907
908         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
909         (gst_rtp_mp4a_depay_process):
910         Clean up caps negotiation.
911         Don't ignore the return value of setcaps.
912         No need to validate the buffer, the base class does that for us.
913
914         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
915         (gst_rtp_mp4a_pay_setcaps):
916         Don't ignore the return value of set_outcaps.
917
918         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
919         (gst_rtp_mp4g_depay_process):
920         Clean up caps negotiation.
921         Don't ignore the return value of setcaps.
922         No need to validate the buffer, the base class does that for us.
923         No need to set caps on buffers, subclass does that for us.
924
925         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
926         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
927         Don't ignore the return value of set_outcaps.
928
929         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
930         (gst_rtp_mp4v_depay_process):
931         Clean up caps negotiation.
932         Don't ignore the return value of setcaps.
933         No need to validate the buffer, the base class does that for us.
934         No need to set caps on buffers, subclass does that for us.
935
936         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
937         (gst_rtp_mp4v_pay_setcaps):
938         Don't ignore the return value of set_outcaps.
939
940         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
941         (gst_rtp_mpa_depay_process):
942         Clean up caps negotiation.
943         Don't ignore the return value of setcaps.
944         No need to validate the buffer, the base class does that for us.
945         Use the marker bit to set the DISCONT flag on outgoing buffers.
946
947         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
948         Don't ignore the return value of set_outcaps.
949
950         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
951         (gst_rtp_mpv_depay_process):
952         Clean up caps negotiation.
953         Actually set output caps.
954         No need to validate the buffer, the base class does that for us.
955
956         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
957         Don't ignore the return value of set_outcaps.
958
959         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
960         (gst_rtp_pcma_depay_process):
961         Clean up caps negotiation.
962         Set output buffer duration because we can.
963         Use the marker bit to set the DISCONT flag on outgoing buffers.
964
965         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
966         Don't ignore the return value of set_outcaps.
967
968         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
969         (gst_rtp_pcmu_depay_process):
970         Clean up caps negotiation.
971         Use the marker bit to set the DISCONT flag on outgoing buffers.
972
973         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
974         Don't ignore the return value of set_outcaps.
975
976         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
977         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
978         Clean up caps negotiation.
979         Set output caps on the pad and header buffers.
980         Set duration on output buffers because we can.
981
982         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
983         Don't ignore the return value of set_outcaps.
984
985         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
986         (gst_rtp_sv3v_depay_process):
987         Clean up caps negotiation.
988         No need to validate the buffer, the base class does that for us.
989         No need to set caps out output buffers, subclass does that.
990
991         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
992         (gst_rtp_theora_depay_process):
993         Don't ignore the return value of setcaps.
994         No need to validate the buffer, the base class does that for us.
995
996         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
997         (gst_rtp_theora_pay_flush_packet), (encode_base64),
998         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
999         (gst_rtp_theora_pay_handle_buffer):
1000         Don't ignore the return value of set_outcaps.
1001
1002         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1003         (gst_rtp_vorbis_depay_process):
1004         Don't ignore the return value of setcaps.
1005         No need to validate the buffer, the base class does that for us.
1006
1007         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1008         Don't ignore the return value of set_outcaps.
1009
1010         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1011         Clean up caps negotiation, don't ignore setcaps return.
1012
1013         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1014         Don't ignore the return value of set_outcaps.
1015
1016 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1017
1018         * gst/matroska/matroska-demux.c:
1019         (gst_matroska_demux_handle_src_event):
1020         Forward unknown events upstream.
1021
1022 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1023
1024         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1025         Add some refcount check
1026
1027         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1028         Don't ignore the result of write(), fixes a  compiler warning for me.
1029
1030         * tests/icles/videobox-test.c: (main):
1031         Make the output a little more pretty.
1032
1033 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1034
1035         * ext/esd/esdmon.c:
1036           Add doc blob.
1037
1038 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1039
1040         * docs/plugins/Makefile.am:
1041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1043         * docs/plugins/gst-plugins-good-plugins.args:
1044         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1045         * docs/plugins/gst-plugins-good-plugins.interfaces:
1046         * docs/plugins/inspect/plugin-autodetect.xml:
1047           Add the docs of the new elements.
1048
1049 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1050
1051         * gst/autodetect/gstautoaudiosrc.c:
1052         (gst_auto_audio_src_class_init):
1053         * gst/autodetect/gstautovideosrc.c:
1054         (gst_auto_video_src_class_init):
1055         Fix "Since" tags in the documentation.
1056
1057 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1058
1059         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1060
1061         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1062         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1063         Add support for souphttpsrc to act as a live source. This makes it
1064         possible to get timestamped buffers in combination with the
1065         "do-timestamp" property. Fixes bug #556019.
1066
1067 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * gst/autodetect/Makefile.am:
1070         * gst/autodetect/gstautoaudiosink.c:
1071         * gst/autodetect/gstautoaudiosrc.c:
1072         * gst/autodetect/gstautoaudiosrc.h:
1073         * gst/autodetect/gstautodetect.c:
1074         * gst/autodetect/gstautovideosink.c:
1075         * gst/autodetect/gstautovideosrc.c:
1076         * gst/autodetect/gstautovideosrc.h:
1077           Implement src plugins. Little code/string cleanup in the sinks.
1078           Fixes #523813.
1079
1080 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         Patch by: Peter Kjellerstedt <pkj at axis com>
1083
1084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1085         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1086         Fix a memory leak when pads are requested but the pipeline never
1087         goes into PLAYING.
1088
1089         Correctly remove request pads, no matter if they have collected
1090         data or not.
1091
1092         Fixes bug #557710.
1093
1094 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1095
1096         Patch by: <lrn1986 at gmail dot com>
1097
1098         * gst/udp/gstudpnetutils.h:
1099         Define the correct WINVER so getaddinfo() can be used when using
1100         mingw32. Fixes bug #557294.
1101
1102 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1103
1104         Patch by: <lrn1986 at gmail dot com>
1105
1106         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1107         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1108         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1109         Fix "argument type mismatch" compiler warnings on Windows.
1110         Fixes bug #557293.
1111
1112 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1113
1114         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1115         Don't calculate the filter coefficients for every single buffer
1116         but only when it's needed. Fixes bug #557260.
1117
1118 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1119
1120         * configure.ac:
1121         Back to development -> 0.10.11.1
1122
1123 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1124
1125         * gst-plugins-good.doap:
1126         Fix version number of 0.10.11 release in doap file
1127
1128 === release 0.10.11 ===
1129
1130 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1131
1132         * configure.ac:
1133           releasing 0.10.11, "Secondary Consideration"
1134
1135 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1136
1137         * configure.ac:
1138         Commit 0.10.10.4 pre-release
1139
1140 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1141
1142         * gst/avi/gstavimux.c:
1143         Fix VPRP chunk setup in avimux.
1144         Fixes: #556010
1145         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1146
1147 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1148
1149         * gst/videobox/gstvideobox.c:
1150         support dynamically changing properties in videobox
1151         Fixed: #557085
1152         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1153
1154 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1155
1156         * configure.ac:
1157         0.10.10.3 pre-release
1158
1159 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1160
1161         * tests/check/Makefile.am:
1162         Don't run the states test on pulsesrc and pulsesink
1163
1164 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1165
1166         * configure.ac:
1167         Commit 0.10.10.2 pre-release bump that actually went
1168         out on 2008-10-11
1169
1170 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1171
1172         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1173         Skip entries for streams that don't have a output pad yet, thereby
1174         avoiding calling pad functions with a NULL pad.
1175         Fixes #556424
1176
1177 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1178
1179         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1180         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1181         Remove problematic and useless refcount check.
1182         Fixes #556381
1183
1184 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1185
1186         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1187         Remove problematic and useless refcount check.
1188         Fixes #556381
1189
1190 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1191
1192         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1193         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1194         Cast some size_t arguments to guint to avoid compiler
1195         warnings on 64-bit systems.
1196
1197 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1198
1199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1200         Return TRUE instead of FALSE from the event handler when we swallowed the
1201         event.
1202
1203 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1204
1205         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1206         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1207         Reset header state. Fixes #555321.
1208
1209 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1210
1211         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1212         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1213         * gst/avi/gstavidemux.h:
1214         For timestamping audio packets we need to take into account the
1215         amount of blocks in one entry using the blockalign. Fixes some sync
1216         issues with zero-padded audio blocks in the beginning of avi files.
1217
1218 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1219
1220         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1221         (gst_multi_file_src_query):
1222         Implement DEFAULT and BUFFER position queries. See #555260.
1223
1224 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1225
1226         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1227         Fix build for systems that don't have XDamage.
1228
1229 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1230
1231         * tests/examples/rtp/client-H263p.sdp:
1232         * tests/examples/rtp/client-H263p.sh:
1233         * tests/examples/rtp/server-VTS-H263p.sh:
1234         Add some more H263p server and client examples.
1235
1236 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1237
1238         * configure.ac::
1239           Depend on released versions of core and base.
1240
1241 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1242
1243         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1244         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1245         Return -1 instead of 0 in error cases. Fixes #554771.
1246
1247 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1248
1249         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1250         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1251         Stop leaking the cursor image.
1252         Unref the last_ximage and the cached cursor image on shutdown.
1253         Fixes #551570.
1254
1255 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1256
1257         * sys/v4l2/gstv4l2object.h:
1258         Getting the Class from an instance is not just a matter of casting it to
1259         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1260         instance. Fixes #549784.
1261
1262 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1263
1264         * configure.ac:
1265           Fix libs for linking directsound.
1266         * sys/directsound/gstdirectsoundsink.c:
1267           Fix buffer sizing to prevent racing the ringbuffer at startup.
1268           Add volume property.
1269
1270 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1271
1272         * ext/pulse/pulsesink.c:
1273         Fix problems with pulsesink randomly erroring with code 'OK' after a
1274         format change on the stream by waiting when disconnecting the stream.
1275
1276 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1277
1278         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1279         (gst_rtp_amr_depay_process):
1280         Mark DISCONT on output buffers when the marker bit signals a new talk
1281         spurt.
1282
1283         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1284         Set the marker bit for buffers with a DISCONT flag to signal a talk
1285         spurt.
1286
1287 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1288
1289         * gst/rtp/Makefile.am:
1290         * gst/rtp/gstrtp.c: (plugin_init):
1291         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1292         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1293         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1294         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1295         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1296         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1297         * gst/rtp/gstrtpmp4apay.h:
1298         Added MP4A-LATM payloader to match the depayloader.
1299
1300 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1301
1302         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1303         (gst_videomixer_sink_event):
1304         Handle segments a little better. Fixes #537361.
1305
1306 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1307
1308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1309         Don't assume the server supports PAUSE by default. Fixes #551048.
1310
1311 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1312
1313         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1314         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1315         Switch on the socket family to get the addrlen size right.
1316
1317 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1318
1319         Patch by: Daniel Franke <df at dfranke dot us>
1320
1321         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1322         OS X's bind() implementation is picky about its addrlen parameter and
1323         fails with EINVAL if it is larger than expected for the socket's address
1324         family. Set the length to the expected length instead. Fixes #553191.
1325
1326 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1327
1328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1329         Handle the case where we cannot do desribe or when the describe result
1330         does not contain a valid SDP message.
1331
1332 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1333
1334         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1335         Fix setting the qos.
1336
1337 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1338
1339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1340         (gst_qtdemux_chain):
1341         Some 'broken' files out there have atom lengths of zero...
1342         which basically results in qtdemux consuming that atom again and again
1343         until the *end of night* !
1344         Detect that and emits an adequate element error message.
1345
1346 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1347
1348         * gst/interleave/Makefile.am:
1349         * gst/matroska/Makefile.am:
1350         Fix build flags order.
1351
1352         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1353         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1354         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1355         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1356         Format fixes.
1357
1358         * tests/check/elements/multifile.c:
1359         Pull in unistd.h
1360
1361 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1362
1363         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1364         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1365         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1366         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1367         (gst_rtp_mp4g_depay_change_state):
1368         * gst/rtp/gstrtpmp4gdepay.h:
1369         Handle interleaved streams by reordering AU in a queue.
1370
1371 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1372
1373         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1374         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1375         Change some of the ranges in the caps, mostly for the amount of bits we
1376         can use.
1377         Added a little bitstream parse and use it to parse the AU header fields.
1378         Check for malformed and wrongly sized packets better.
1379         Implement more header field parsing.
1380         Handle the size of fragmented packets correctly.
1381
1382 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1383
1384         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1385         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1386         Add mapping for 'tiff' => image/tiff
1387         Fixes #552213
1388
1389 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1390
1391
1392         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1393         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1394           Pretend to care about the result of write() which works around
1395           compiler warnings.
1396
1397 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1398
1399         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1400           Make sure the desired default values are actually set, not only
1401           registered as defaults (actual problem is that the stereo-specific
1402           values are only updated if channels==2, which is not the case yet
1403           when the object is created, so the default values for the
1404           mid-side-stereo and loose-mid-side-stereo settings are never
1405           set in _update_quality()). Makes flacenc create smaller files by
1406           default (for stereo input), and fixes #550791.
1407
1408 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1409
1410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1411         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1412         (qtdemux_parse_trak), (qtdemux_video_caps):
1413         * gst/qtdemux/qtdemux.h:
1414         * gst/qtdemux/qtdemux_fourcc.h:
1415         * gst/qtdemux/qtdemux_types.c:
1416         Add support for video/mj2 mime-type and its additional atoms/boxes.
1417         Fixes #550646.
1418
1419 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1420
1421         * gst/debug/gsttaginject.c:
1422           Add warning when tags parameter is unparsable and give example for
1423           quoting in the docs.
1424
1425 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1426
1427         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1428         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1429         Add some alternative byteswapped mappings that seem to pop up sometimes.
1430         Fixes #550288.
1431
1432 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1433
1434         * po/LINGUAS:
1435         * po/POTFILES.in:
1436         * po/POTFILES.skip:
1437           Add 'ca' to LINGUAS; add some more files with translations and some
1438           files which should be ignored by translation tools.
1439
1440 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1443         * ext/speex/gstspeexdec.h:
1444         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1445         * ext/speex/gstspeexenc.h:
1446         Use integer encoding and decoding functions instead of converting
1447         the integer input to float in the element. The libspeex integer
1448         functions are doing this for us already or, if libspeex was compiled
1449         in integer mode, they're doing everything using integer arithmetics.
1450         Also saves some copying around.
1451
1452 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1453
1454         * configure.ac:
1455           Fix --disable-external
1456
1457 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1458
1459         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1460         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1461         * ext/wavpack/gstwavpackenc.h:
1462         Handle non-zero start timestamps and stream discontinuities
1463         correctly. This only has an effect if we're muxing into
1464         a container format as the raw WavPack stream must contain
1465         continous sample numbers.
1466
1467 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1468
1469         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1470         Correct the timestamp and granulepos calculation by one Speex
1471         frame.
1472
1473 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1474
1475         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1476         Correctly take the granulepos from upstream if possible and
1477         correctly handle the granulepos in various calculations: the
1478         granulepos is the sample number of the _last_ sample in a frame, not
1479         the first.
1480
1481         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1482         (gst_speex_enc_encode), (gst_speex_enc_chain),
1483         (gst_speex_enc_change_state):
1484         * ext/speex/gstspeexenc.h:
1485         Handle non-zero start timestamps in the encoder and detect/handle
1486         stream discontinuities. Fixes bug #547075.
1487
1488 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1489
1490         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1491
1492         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1493         Fix compiler warnings caused by passing a string as format string
1494         instead of "%s" and then the string. This is only exposed by -Wformat=2
1495         as used by default on Ubuntu. Fixes bug #550015.
1496
1497 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1498
1499         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1500         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1501         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1502         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1503         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1504           (gst_ebml_read_element_length):
1505         * gst/matroska/matroska-demux.c:
1506           (gst_matroska_demux_check_subtitle_buffer):
1507           Make stuff compile with GST_DISABLE_GST_DEBUG.
1508
1509 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1510
1511         * gst/law/alaw.c:
1512         * gst/law/mulaw.c:
1513           Ref caps before passing to gst_pad_template_new(), since that takes
1514           ownership.
1515
1516 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1517
1518         Patch by: Mersad Jelacic <mersad at axis dot com>
1519
1520         * gst/multipart/multipartdemux.c:
1521         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1522         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1523         demuxer. Fixes #549551.
1524
1525 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1526
1527         * sys/osxaudio/gstosxaudiosink.c:
1528         (gst_osx_audio_sink_select_device):
1529         * sys/osxaudio/gstosxaudiosrc.c:
1530         (gst_osx_audio_src_create_ringbuffer),
1531         (gst_osx_audio_src_select_device):
1532         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1533         Fix the build on macosx.
1534
1535 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1536
1537         * gst/icydemux/gsticydemux.c:
1538           Small docs fix: in the example pipeline, we need to pass
1539           iradio-mode=true to the source, so the server actually sends
1540           an ICY stream.
1541
1542 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1543
1544         * sys/osxaudio/gstosxaudio.c:
1545           Oops. Revert more completely.
1546
1547 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1548
1549         * sys/osxaudio/gstosxaudio.c:
1550           Revert accidental element rename from testing.
1551
1552 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1553
1554         * gst-plugins-good.doap:
1555         Pull in 0.10.10 doap entry from release branch
1556
1557 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1558
1559         * configure.ac:
1560         Update version number to reflect 0.10.10 release from
1561         branch.
1562
1563 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1564
1565         * sys/osxaudio/Makefile.am:
1566         * sys/osxaudio/gstosxaudio.c:
1567         * sys/osxaudio/gstosxaudiosink.c:
1568         * sys/osxaudio/gstosxaudiosink.h:
1569         * sys/osxaudio/gstosxaudiosrc.c:
1570         * sys/osxaudio/gstosxaudiosrc.h:
1571         * sys/osxaudio/gstosxringbuffer.c:
1572         * sys/osxaudio/gstosxringbuffer.h:
1573           Rewrite caps setting and ring buffer initialisation.
1574           Previously we never told CoreAudio what format we were going to send it,
1575           so it only worked due to luck, and not at all on some hardware.
1576           Now we explicitly advertise what formats the hardware supports, and then
1577           configure the selected one correctly.
1578
1579 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1580
1581         * sys/v4l2/gstv4l2object.c:
1582         * sys/v4l2/gstv4l2src.c:
1583         * sys/v4l2/gstv4l2src.h:
1584         * sys/v4l2/v4l2_calls.c:
1585         * sys/v4l2/v4l2src_calls.c:
1586           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1587           need to memset instance structures. Some more FIXME's and comments.
1588
1589 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1590
1591         * tests/icles/.cvsignore:
1592           Ignore more.
1593
1594 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1595
1596         * gst/goom/.cvsignore:
1597         * gst/goom2k1/.cvsignore:
1598           Ignore files.
1599
1600 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1601
1602         * ext/cairo/gsttextoverlay.c:
1603           Fix compiler warning.
1604
1605 2008-08-25  David Schleef  <ds@schleef.org>
1606
1607         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1608
1609 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1610
1611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1612         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1613         * gst/matroska/matroska-mux.c:
1614         (gst_matroska_mux_video_pad_setcaps),
1615         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1616         Add Real[Audio|Video] support to Matroska containers.
1617         It works fine for:
1618         * decoding real audio/video streams contained in mkv
1619         * 'transmuxing' real (.rm) files into .mkv files
1620         It will not work though for encoding real[audio/video] streams that
1621         don't contain the 'mdpr_data' extra data on the caps.
1622         The reason why this will not work is because I never intended to
1623         duplicate virtually all the 'mdpr' block creation into mkvmux.
1624         Fixes #536067
1625
1626 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1627
1628         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1629         * gst/law/mulaw-conversion.c:
1630         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1631         (gst_mulawenc_chain):
1632         The encoder can't really renegotiate at the time they perform a
1633         pad-alloc so make the srcpads use fixed caps.
1634         Check the buffer size after a pad-alloc because the returned size might
1635         not be right when the downstream element does not know the size of the
1636         new buffer (capsfilter). Fixes #549073.
1637
1638 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1639
1640         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1641
1642         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1643         v4l2src doesn't have a property named "norm" so don't try to notify
1644         about changes to that property. The "norm" property and related
1645         code are commented out currently. Fixes bug #549090.
1646
1647 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1648
1649         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1650
1651         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1652         Reprobe devices again instead of taking a cached list as new
1653         devices could've been plugged in. Fixes bug #549062.
1654
1655 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         * gst/autodetect/Makefile.am:
1658         Don't link the autodetect plugin with GConf as it doesn't
1659         use GConf. Fixes bug #545463.
1660
1661 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1664         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1665         (gst_ebml_read_sint), (gst_ebml_read_float),
1666         (gst_ebml_read_header):
1667         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1668         possible to ignore errors and not post any ERROR messages on
1669         the bus.
1670
1671         * gst/matroska/matroska-demux.c:
1672         (gst_matroska_demux_parse_contents):
1673         Ignore any errors and not just EOS when parsing the contents of
1674         a SeekHead. Errors here are usually caused by truncated files
1675         and playback of the file works fine. Fixes playback of the
1676         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1677         archive.
1678
1679 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1680
1681         * gst/multipart/multipartdemux.c:
1682         * gst/multipart/multipartmux.c:
1683         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1684
1685 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1686
1687         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1688           gst_directdraw_sink_bufferpool_clear):
1689           Fix two more buffer ref leaks.
1690
1691 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1692
1693         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1694
1695         * sys/directdraw/gstdirectdrawsink.c:
1696           (gst_directdraw_sink_show_frame):
1697           Fix buffer ref leak.
1698
1699 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1700
1701         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1702         Revert the last commit. wavenc still supports width!=depth for 32 bit
1703         width. Thanks Tim.
1704
1705 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1706
1707         * gst/matroska/matroska-demux.c:
1708         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1709         If the duration of a block is unknown only use the timestamp for the
1710         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1711         laces. Otherwise every lace has the same timestamp which leads to
1712         various problems. Really fixes bug #548831.
1713
1714 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1715
1716         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1717         If we're not allowing width!=depth in wavenc we should also disable
1718         the code that was added to support width!=depth.
1719
1720 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1721
1722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1723         Don't calculate the default duration of a frame from the audio sampling
1724         rate. This only works for raw audio if every frame contains a single
1725         sample and results in broken buffer durations for other formats
1726         if no specified default duration is given or the blocks have no
1727         duration. Fixes bug #548831.
1728
1729 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1730
1731         * gst/matroska/matroska-demux.c:
1732         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1733         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1734         are used for text/plain subtitles as a gap-filler in some files.
1735
1736 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1737
1738         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1739         (gst_v4l2_get_caps_info):
1740         Add S910 and PWC formats with a low priority.
1741
1742         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1743         (gst_v4l2src_probe_caps_for_format):
1744         Add more debugging.
1745
1746 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1747
1748         * ext/flac/gstflacenc.c:
1749           Fix compilation against older libflac versions.
1750
1751 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1752
1753         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1754         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1755         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1756         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1757         (gst_pulsemixer_ctrl_set_volume):
1758         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1759         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1760         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1761         (gst_pulsesink_init), (gst_pulsesink_open),
1762         (gst_pulsesink_prepare), (gst_pulsesink_write),
1763         (gst_pulsesink_delay), (gst_pulsesink_reset):
1764         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1765         (gst_pulsesrc_init):
1766         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1767         Fix a locking issue in pulsesink's prepare function.
1768
1769         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1770         Check if the created channel layout is valid for GStreamer.
1771
1772 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1773
1774         * gst/rtsp/gstrtspgoogle.c:
1775         Things that can happen when your brain is in google mode trying to
1776         deal with their google rtsp server extensions and trying to type your
1777         google mail account.
1778
1779 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1780
1781         * gst/rtsp/Makefile.am:
1782         * gst/rtsp/gstrtsp.c: (plugin_init):
1783         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1784         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1785         (_do_init), (gst_rtsp_google_base_init),
1786         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1787         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1788         (gst_rtsp_google_extension_init):
1789         * gst/rtsp/gstrtspgoogle.h:
1790         Add google RTSP extension, it can only handle udp and responds with
1791         unsupported if we do anything else. Fixes #546465.
1792
1793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1794         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1795         (gst_rtspsrc_create_transports_string),
1796         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1797         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1798         Make transport setup code a bit better using GString.
1799         Add some more debug.
1800         Check for closed connections before doing anything on them.
1801
1802 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1803
1804         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1805         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1806         (gst_pulsesrc_prepare):
1807         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1808         (gst_pulse_channel_map_to_gst):
1809         * ext/pulse/pulseutil.h:
1810         If downstream provides no channel layout and >2 channels should be
1811         used use the default layout that pulseaudio chooses and also
1812         add this layout to the caps. Fixes bug #547258.
1813
1814 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1815
1816         Patch by: Peter Kjellerstedt <pkj at axis com>
1817
1818         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1819         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1820         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1821         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1822         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1823         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1824         (gst_udpsrc_set_property):
1825         Avoid leaking internally allocated file descriptors when setting
1826         custom file descriptors. Fixes #543101.
1827
1828 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1829
1830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1831         Don't try to configure RTCP back to the server when the server did not
1832         give us a valid port number.
1833
1834 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1835
1836         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1837         Use new basetransform method to renegotiate. Fixes #544956.
1838
1839         * tests/icles/Makefile.am:
1840         * tests/icles/videobox-test.c: (make_pipeline), (main):
1841         Add videobox renegotiation example.
1842
1843 2008-08-19  David Schleef  <ds@schleef.org>
1844
1845         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1846         with sane values.  Fixes #548530.
1847
1848 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1849
1850         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1851         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1852         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1853         are already filled with the correct values by
1854         gst_ring_buffer_parse_caps() so there's no need to set them again
1855         with wrong values.
1856
1857 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1858
1859         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1860         (gst_avi_demux_read_subindexes_push):
1861         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1862         and instead of using the 'ix##' nomenclature, use '##ix'.
1863         They're still valid though, this fixes the duration and indexes for
1864         virtually all the ODML files I have.
1865
1866 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1867
1868         Patch by: Olivier Crete <tester at tester dot ca>
1869
1870         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1871         (gst_rtp_vorbis_depay_process):
1872         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1873         Update the vorbis RTP pay/depay to RFC 5215.
1874         Fixes #547842.
1875
1876 2008-08-14  David Schleef  <ds@schleef.org>
1877
1878         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1879           with 3:2 pulldown, i.e., 24p.
1880
1881 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1882
1883         * tests/check/elements/level.c: (GST_START_TEST):
1884         Fix compilation some more.
1885
1886 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1887
1888         * configure.ac::
1889           Require -base CVS for wavparse acid chunk parsing.
1890
1891 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1892
1893         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1894         (gst_pulsesink_init), (gst_pulsesink_finalize),
1895         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1896         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1897         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1898         * ext/pulse/pulsesink.h:
1899         Add "device-name" property to pulsesink too and currently commented
1900         out and not working support for a "volume" property.
1901
1902 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1903
1904         * configure.ac:
1905         Remove more cdio stuff (moved to ugly)
1906
1907 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1908
1909         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1910
1911         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1912         (gst_pulsesrc_get_property):
1913         Add "device-name" property, which provides a human readable string
1914         for the audio device, to make it more consisten with other audio
1915         sources. Fixes bug #547519.
1916
1917 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1918
1919         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1920         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1921         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1922         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1923         * ext/pulse/pulsemixerctrl.h:
1924         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1925         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1926         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1927         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1928         * ext/pulse/pulseprobe.h:
1929         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1930         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1931         (gst_pulsesrc_change_state):
1932         Improve debugging a bit by including the parent object in pulsemixerctrl
1933         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1934         GST_WARNING.
1935
1936         Use the parent GObject subclass instead of a random struct as GObject
1937         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1938         when probing for another property than "device".
1939
1940 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1941
1942         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1943
1944         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1945         Fix property probing after the device property is set by calling
1946         set_server when the server property changes. Fixes bug #547518.
1947
1948 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1949
1950         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1951
1952         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1953         (gst_pulsesink_implements_interface_init),
1954         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1955         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1956         (gst_pulsesink_get_type):
1957         * ext/pulse/pulsesink.h:
1958         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1959         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1960         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1961         * ext/pulse/pulsesrc.h:
1962         Implement GstPropertyProbe interface on pulsesink for detecting
1963         sink devices and on pulsesrc for detecting source devices.
1964         Fixes bugs #547227 and #547217.
1965
1966 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1967
1968         * gst/spectrum/gstspectrum.c:
1969           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1970
1971 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1972
1973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1974         Properly set the maximum latency value, in the same way it is done in
1975         v4lsrc.
1976         * sys/v4l2/v4l2src_calls.c:
1977         Simplify fraction equality check, no need to use GValues for this.
1978
1979 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1980
1981         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1982         Add warning messages stating exactly why the latency query failed.
1983         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1984         In some cases, the negotiated framerate might be the default one which
1985         is already set internally. But we still need to mark it down in fps_n
1986         and fps_d so that the latency query can happen properly.
1987
1988 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1989
1990         * docs/plugins/inspect/plugin-1394.xml:
1991         Whoops, forgot one doc file for people who can't/don't build the
1992         raw1394 plugin.
1993
1994 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1995
1996         * docs/plugins/Makefile.am:
1997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1998         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1999         * docs/plugins/inspect/plugin-cdio.xml:
2000         * ext/Makefile.am:
2001         * ext/cdio/Makefile.am:
2002         * ext/cdio/gstcdio.c:
2003         * ext/cdio/gstcdio.h:
2004         * ext/cdio/gstcdiocddasrc.c:
2005         * ext/cdio/gstcdiocddasrc.h:
2006
2007         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2008         CDDA source to -ugly.
2009
2010         * po/LINGUAS:
2011         * po/POTFILES.in:
2012         * po/id.po:
2013         Pull in new translation from 0.10.9.2 release branch.
2014
2015 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2016
2017         * docs/plugins/Makefile.am:
2018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2020         * docs/plugins/gst-plugins-good-plugins.args:
2021         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2022         * docs/plugins/gst-plugins-good-plugins.interfaces:
2023         Integrate documentation for new hdv1394src element.
2024
2025 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2026
2027         * ext/raw1394/Makefile.am:
2028         * ext/raw1394/gst1394.c: (plugin_init):
2029         * ext/raw1394/gsthdv1394src.c: (_do_init),
2030         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2031         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2032         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2033         (gst_hdv1394src_from_raw1394handle),
2034         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2035         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2036         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2037         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2038         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2039         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2040         (gst_hdv1394src_uri_handler_init):
2041         * ext/raw1394/gsthdv1394src.h:
2042         mpeg2-ts (HDV) variant of firewire capture element.
2043         Fixes #350830
2044
2045 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2046
2047         * gst/level/gstlevel.c: (gst_level_message_new):
2048          Fix compilation (also known as the classic 'fix code that someone
2049          committed without compiling it first').
2050
2051 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2052
2053         * tests/check/elements/level.c:
2054           Add a test for level in stereo mode.
2055
2056 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2057
2058         * tests/examples/spectrum/demo-audiotest.c:
2059         * tests/examples/spectrum/demo-osssrc.c:
2060           Demo how to draw analyzer results synced to the clock.
2061
2062 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2063
2064         * gst/level/gstlevel.c:
2065           Little renaming (l -> level).
2066
2067         * gst/spectrum/gstspectrum.c:
2068         * gst/spectrum/gstspectrum.h:
2069           Also send full timestamp/duration details here.
2070
2071 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2072
2073         * gst/level/gstlevel.c:
2074         * gst/level/gstlevel.h:
2075           Send same timestamp/duration details as videoanalysis. This gives
2076           applications better chance to sync analysis results with playback.
2077
2078 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2079
2080         * gst/matroska/matroska-mux.c:
2081         (gst_matroska_mux_handle_sink_event),
2082         (flac_streamheader_to_codecdata):
2083         We need to drop one additional buffer for FLAC as the fLaC
2084         marker and STREAMINFO block are merged into one buffer in the caps.
2085
2086         Also don't pretend to support NEWSEGMENT events, otherwise we
2087         will most probably write some invalid data.
2088
2089 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2090
2091         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2092         (gst_matroska_mux_audio_pad_setcaps):
2093         Add support for muxing FLAC into Matroska containers.
2094         Fixes bug #311586.
2095
2096 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2097
2098         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2099         Actually provide the variables required for the format string.
2100
2101 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2102
2103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2104         (gst_matroska_demux_element_send_event),
2105         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2106         * gst/matroska/matroska-demux.h:
2107         Close the current segment if we're doing a non-flushing seek and send
2108         the close-segment and the new segment of the seek from the streaming
2109         thread.
2110
2111 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2114         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2115         (gst_flac_enc_change_state):
2116         * ext/flac/gstflacenc.h:
2117         Handle non-zero start timestamps correctly, mark header packets as
2118         IN_CAPS and print a warning and suggest using audiorate if stream
2119         discontinuities are detected. When FLAC supports flushing the encoder
2120         somehow this should be done for discontinuities instead.
2121
2122         Remove some unused variables from the instance struct.
2123
2124 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2125
2126         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2127         If seeking failed return the appropiate return value to FLAC.
2128         Otherwise it thinks seeking was successfull and tries to rewrite
2129         parts of the headers which then get appended to the output.
2130
2131 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2132
2133         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2134
2135         * ext/esd/gstesd.c: (plugin_init):
2136         * ext/flac/gstflac.c: (plugin_init):
2137         * ext/shout2/gstshout2.c: (plugin_init):
2138         * ext/wavpack/gstwavpack.c: (plugin_init):
2139         * sys/oss/gstossaudio.c: (plugin_init):
2140         * sys/v4l2/gstv4l2.c: (plugin_init):
2141         Make sure gettext returns translations in UTF-8 encoding rather
2142         than in the current locale encoding (#546822).
2143
2144 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2145
2146         * ext/flac/gstflacdec.c:
2147         Add FIXME for 0.11 to simply output everything with width=32 as given
2148         by FLAC and let audioconvert handle the conversions instead of doing
2149         them in flacdec.
2150
2151 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2152
2153         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2154         When outputting a pad template range for the size, include a framerate
2155         range too, to avoid 'not a real subset of template caps' errors.
2156
2157 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2158
2159         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2160
2161         * ext/flac/Makefile.am:
2162         * ext/flac/gstflac.c: (plugin_init):
2163         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2164         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2165         (gst_flac_tag_dispose), (gst_flac_tag_init),
2166         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2167         (gst_flac_tag_change_state):
2168         * ext/flac/gstflactag.h:
2169         Port flactag to 0.10, add documentation for it and clean it up a bit.
2170         Fixes bug #413841.
2171
2172         * docs/plugins/Makefile.am:
2173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2175         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2176         * docs/plugins/gst-plugins-good-plugins.interfaces:
2177         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2178         * docs/plugins/inspect/plugin-flac.xml:
2179         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2180         * ext/flac/gstflacdec.h:
2181         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2182         * ext/flac/gstflacenc.h:
2183         Add flactag and flacenc to the documentation and mark
2184         the private parts of the flacdec instance structure as private.
2185
2186         Also use gst_element_class_set_details_simple() in flacdec and
2187         flacenc.
2188
2189 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * gst/qtdemux/qtdemux.c:
2192           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2193           for it but ffmpeg does not.
2194
2195 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2196
2197         * gst/wavparse/gstwavparse.c:
2198           Handle the list chunk and use gst_riff_parse_info() to parse the info
2199           sub-chunk.
2200
2201 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2202
2203         * gst/wavparse/gstwavparse.c:
2204           Handle the acid chunk and send tempo as part of tags. Other fields are
2205           interesting too, but need more tag-definitions. Fixes #545433.
2206
2207 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2208
2209         * gst/wavparse/gstwavparse.c:
2210           Refactor wavparse. Call _reset() from dispose() and move old code from
2211           dispose into reset. This way we don't leak taglists when we abort
2212           parsing. Fix some comments. Move code for skipping a chunk into extra
2213           function. Replace chunk sizes with a const to ease readability.         
2214
2215 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2216
2217         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2218
2219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2220         Improve udp port setup. Fixes #545710.
2221
2222 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2223
2224         * gst/rtp/Makefile.am:
2225         * gst/rtp/gstrtp.c: (plugin_init):
2226         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2227         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2228         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2229         (gst_rtp_mp1s_depay_set_property),
2230         (gst_rtp_mp1s_depay_get_property),
2231         (gst_rtp_mp1s_depay_change_state),
2232         (gst_rtp_mp1s_depay_plugin_init):
2233         * gst/rtp/gstrtpmp1sdepay.h:
2234         Add MP1S depayloader.
2235
2236         * gst/rtsp/URLS:
2237         Some more sample rtsp streams.
2238
2239 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2240
2241         * gst/rtsp/URLS:
2242         Add another URL.
2243
2244         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2245         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2246         Add some more debug info.
2247
2248 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2249
2250         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2251         Provide cbSize field for audio extra_data size, and take care to
2252         pad extra_data.
2253
2254 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2255
2256         * gst/qtdemux/qtdemux.c:
2257           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2258           TRUE.
2259
2260 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2261
2262         * gst/qtdemux/qtdemux.c:
2263         * gst/qtdemux/qtdemux_fourcc.h:
2264           Add keyword tag support. Fixes #520694 for qtdemux.
2265
2266 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2267
2268         * gst/qtdemux/qtdemux.c:
2269           Add support for tmpo tag (BPM).
2270
2271 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2272
2273         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2274         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2275         Set an estimate for the total number of samples that will be encoded
2276         if possible to help decoders if the streaminfo can't be rewritten
2277         later (like when muxing into Ogg containers).
2278
2279         Add a warning if we get header packets after data packets as those
2280         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2281         work.
2282
2283 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2284
2285         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2286         (gst_flac_dec_write):
2287         Support decoding of all depths between 4 and 32 bits and read the
2288         depth from the streaminfo header if needed. Also support all sampling
2289         rates between 1 and 655350 Hz.
2290
2291         * ext/flac/gstflacenc.c:
2292         (gst_flac_enc_caps_append_structure_with_widths),
2293         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2294         (gst_flac_enc_chain):
2295         * ext/flac/gstflacenc.h:
2296         Support encoding in all bit depths supported by the streamable
2297         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2298         between 1 Hz and 655350 Hz.
2299
2300 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2301
2302         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2303         (gst_flac_enc_sink_getcaps):
2304         Support encoding of up to 8 channels.
2305
2306 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2307
2308         * ext/soup/gstsouphttpsrc.c:
2309         * ext/soup/gstsouphttpsrc.h:
2310         Fix seeking race condition in #540300
2311         Patch By: Wouter Cloetens  <wouter at mind be>
2312
2313 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2314
2315         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2316         (gst_matroska_demux_element_send_event),
2317         (gst_matroska_demux_handle_seek_event),
2318         (gst_matroska_demux_handle_src_event):
2319         When receiving a SEEK event on a specific pad first search for a seek
2320         table entry for the stream of the pad and then fall back to an entry
2321         for a different stream.
2322
2323 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2324
2325         * configure.ac:
2326         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2327         * gst/matroska/matroska-ids.h:
2328         Build depend on core CVS for the attachment tag.
2329
2330 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2331
2332         * configure.ac:
2333         * gst/matroska/Makefile.am:
2334         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2335         (copy_backptr), (lzo1x_decode), (main):
2336         * gst/matroska/lzo.h:
2337         * gst/matroska/matroska-demux.c:
2338         (gst_matroska_demux_read_track_encoding),
2339         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2340         (gst_matroska_decode_buffer),
2341         (gst_matroska_decode_content_encodings),
2342         (gst_matroska_demux_read_track_encodings),
2343         (gst_matroska_demux_add_stream),
2344         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2345         * gst/matroska/matroska-ids.h:
2346         Decode the codec private data and following ContentEncoding if
2347         necessary.
2348
2349         Support bzip2, lzo and header stripped compression. For lzo use the
2350         ffmpeg lzo implementation as liblzo is GPL licensed.
2351         
2352         Fix zlib decompression.
2353
2354 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2355
2356         * gst/matroska/matroska-mux.c:
2357         (gst_matroska_mux_audio_pad_setcaps):
2358         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2359         duration of a frame with the new mpegaudioversion caps field.
2360
2361 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2362
2363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2364         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2365         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2366         (gst_matroska_demux_stream_from_num),
2367         (gst_matroska_demux_tracknumber_unique),
2368         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2369         (gst_matroska_demux_handle_seek_event),
2370         (gst_matroska_demux_sync_streams),
2371         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2372         (gst_matroska_demux_loop):
2373         * gst/matroska/matroska-demux.h:
2374         Allow an infinite number of stream inside Matroska containers and use
2375         a GPtrArray for storing them instead of allowing "only" 127 streams.
2376
2377 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2380         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2381         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2382         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2383         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2384         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2385         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2386         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2387         (gst_ebml_read_master), (gst_ebml_read_binary),
2388         (gst_ebml_read_header):
2389         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2390         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2391         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2392         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2393         (gst_ebml_replace_uint):
2394         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2395         (gst_matroska_demux_read_track_encoding),
2396         (gst_matroska_demux_read_track_encodings),
2397         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2398         (gst_matroska_demux_send_event),
2399         (gst_matroska_demux_element_send_event),
2400         (gst_matroska_demux_handle_seek_event),
2401         (gst_matroska_demux_handle_src_event),
2402         (gst_matroska_demux_init_stream),
2403         (gst_matroska_demux_parse_tracks),
2404         (gst_matroska_demux_parse_index_cuetrack),
2405         (gst_matroska_demux_parse_index_pointentry),
2406         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2407         (gst_matroska_demux_parse_metadata_id_simple_tag),
2408         (gst_matroska_demux_parse_metadata_id_tag),
2409         (gst_matroska_demux_parse_metadata),
2410         (gst_matroska_demux_parse_attached_file),
2411         (gst_matroska_demux_parse_attachments),
2412         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2413         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2414         (gst_matroska_demux_push_flac_codec_priv_data),
2415         (gst_matroska_demux_push_xiph_codec_priv_data),
2416         (gst_matroska_demux_push_dvd_clut_change_event),
2417         (gst_matroska_demux_add_mpeg_seq_header),
2418         (gst_matroska_demux_add_wvpk_header),
2419         (gst_matroska_demux_check_subtitle_buffer),
2420         (gst_matroska_decode_buffer),
2421         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2422         (gst_matroska_demux_parse_cluster),
2423         (gst_matroska_demux_parse_contents_seekentry),
2424         (gst_matroska_demux_parse_contents),
2425         (gst_matroska_demux_loop_stream_parse_id),
2426         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2427         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2428         (gst_matroska_demux_subtitle_caps),
2429         (gst_matroska_demux_change_state):
2430         * gst/matroska/matroska-ids.c:
2431         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2432         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2433         (gst_matroska_mux_video_pad_setcaps),
2434         (xiph3_streamheader_to_codecdata),
2435         (vorbis_streamheader_to_codecdata),
2436         (theora_streamheader_to_codecdata),
2437         (gst_matroska_mux_audio_pad_setcaps),
2438         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2439         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2440         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2441         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2442         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2443         Fix indention everywhere. A broken indent version has added newlines
2444         after every single declaration some time ago.
2445
2446 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2447
2448         * gst/matroska/matroska-demux.c:
2449         (gst_matroska_demux_loop_stream_parse_id):
2450         If no Tracks are found error out instead of trying it again until the
2451         end of time.
2452
2453 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2454
2455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2456         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2457         bit and signed otherwise, not the other way around.
2458
2459 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2460
2461         * gst/matroska/matroska-mux.c:
2462         Add more raw YUV formats to the list of supported formats.
2463
2464 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2465
2466         * gst/matroska/matroska-mux.c:
2467         (gst_matroska_mux_audio_pad_setcaps):
2468         Add support for muxing raw float audio now that the spec defines the
2469         endianness and add support for muxing raw integer audio with 24 and
2470         32 bits.
2471
2472         Allow muxing of more than 8 audio channels.
2473
2474 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2475
2476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2477         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2478         Add locking to the global array of used track UIDs to prevent random
2479         crashes if more than a single matrosmux instance is used.
2480
2481         Use 64 bit values for the track UIDs.
2482
2483         Use the global GRandom of GLib instead of creating our own one
2484         for the few random numbers we need every single time.
2485
2486 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2487
2488         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2489         (gst_flac_dec_setup_stream_decoder),
2490         (gst_flac_dec_update_metadata):
2491         Always post the audio-codec tag, not only if other tags are present.
2492
2493 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2494
2495         * configure.ac:
2496         Back to development -> 0.10.9.1
2497
2498 === release 0.10.9 ===
2499
2500 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2501
2502         * configure.ac:
2503           releasing 0.10.9, "Steam Train Rolling"
2504
2505 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2506
2507         * ext/soup/gstsouphttpsrc.c:
2508         Don't throw an error when soup completes a msg with status
2509         'cancelled', as that indicates we cancelled a request while
2510         shutting down or seeking, and it's not an error.
2511         Fixes: #540300 again.
2512
2513 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2514
2515         * configure.ac:
2516         0.10.8.4 pre-release
2517
2518 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2519
2520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2521         Fix segment-stop regression.
2522         Add documentation regarding segments in quicktime files by Wim Taymans.
2523         Fixes #544509
2524
2525 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2526
2527         * configure.ac:
2528         0.10.8.3 pre-release
2529
2530         * po/LINGUAS:
2531         * po/pt_BR.po:
2532         Add pt_BR translation
2533
2534 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2535
2536         * gst/goom/convolve_fx.c:
2537         * gst/goom/filters.c:
2538         * gst/goom/goom_config.h:
2539         * gst/goom/goom_core.c:
2540         * gst/goom/goom_tools.h:
2541           Fix build with MSVC: include glib.h to define inline appropriately,
2542           use header guards where needed.
2543         * gst/udp/gstudpnetutils.c:
2544         * gst/udp/gstudpsrc.c:
2545           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2546           g_snprintf rather than snprintf.
2547           Fixes #544433.
2548
2549 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2550
2551         * gst/debug/gsttaginject.c:
2552         * gst/debug/gsttaginject.h:
2553           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2554           partially.
2555
2556 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2557
2558         * configure.ac:
2559         0.10.8.2 pre-release
2560
2561 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2562
2563         * ext/Makefile.am:
2564         Finish hooking up pulseaudio plugin to the build.
2565
2566         * ext/pulse/pulsemixerctrl.c:
2567         Fix compilation error.
2568
2569 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2570
2571         * po/LINGUAS:
2572         * po/lt.po:
2573         Add new lithunian translation, and add french to the LINGUAS
2574         file.
2575
2576 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2577
2578         * ext/soup/gstsouphttpsrc.c:
2579         Fix Soup HTTP source seeking.
2580         Patch By: Wouter Cloetens  <wouter at mind be>
2581         Fixes: #540300
2582
2583         * tests/check/elements/.cvsignore:
2584         Ignore new check programs.
2585
2586 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2587
2588         * configure.ac:
2589         * docs/plugins/Makefile.am:
2590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2592         * docs/plugins/gst-plugins-good-plugins.args:
2593         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2594         * docs/plugins/gst-plugins-good-plugins.interfaces:
2595         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2596         * docs/plugins/inspect/plugin-interleave.xml:
2597         * docs/plugins/inspect/plugin-replaygain.xml:
2598         * tests/check/Makefile.am:
2599
2600         Move replaygain and interleave plugins from -bad.
2601         Fixes: #543406
2602         Fixes: #536228
2603
2604 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2605
2606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2607         (qtdemux_parse_trak):
2608         Revert ISO base media spec based pixel-aspect-ratio calculation.
2609         Fixes #543300.
2610
2611 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2612
2613         * sys/osxvideo/osxvideosink.m:
2614         Fix minor build issues on macosx.
2615         Fixes #543054
2616
2617 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2618
2619         * configure.ac::
2620         * ext/taglib/Makefile.am::
2621           Only use -Wno-attributes (which is there to work around a
2622           bug in the taglib 1.5 headers) if the c++ compiler actually
2623           supports it (#543255).
2624
2625 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2626
2627         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2628
2629         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2630           Avoid compiler warning by initialising variable to NULL (#543259).
2631
2632 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2633
2634         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2635         Don't pass NULL taglists to gst_tag_list_is_empty().
2636
2637 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2638
2639         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2640         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2641         (rtp_pipeline_run):
2642         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2643         Don't use declarations after statements.
2644
2645 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2646
2647         * ext/jpeg/gstjpegdec.c:
2648         Align documentation with reality.
2649
2650 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2651
2652         * gst/udp/gstudpnetutils.c:
2653         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2654         old value (1) if it's not defined which should not cause any problems
2655         as we're using it internal only anyway.
2656
2657 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2658
2659         Patch by: Alessandro Decina <alessandro at nnva dot org>
2660
2661         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2662         Fix build of avidemux on big endian architectures.
2663
2664 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2665
2666         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2667
2668         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2669         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2670
2671 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2672
2673         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2674         (qtdemux_parse_trak):
2675         Set pixel-aspect-ratio in caps using display width and height
2676         provided in track.
2677
2678 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2679
2680         * configure.ac:
2681         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2682         flags that are invalid for C++. Fixes bug #516509.
2683
2684 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2685
2686         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2687         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2688         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2689         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2690         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2691         * tests/examples/equalizer/demo.c: (message_handler):
2692         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2693         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2694         Don't use declarations after statements and variable length arrays.
2695
2696 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2697
2698         Patch by: Daniel Drake <dsd at gentoo dot org>
2699
2700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2701         (gst_v4l2src_get_nearest_size):
2702         Try progressive video if interlaced fails. Fixes bug #541956
2703         and the usage of v4l2src on OLPC.
2704
2705 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2706
2707         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2708         (gst_rtp_speex_depay_process):
2709         * gst/rtp/gstrtpspeexdepay.h:
2710         Revert last change: Only the jitterbuffer is able to convert RTP to
2711         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2712         Reopens bug #541787.
2713
2714 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2715
2716         * gst/rtp/gstrtpvrawdepay.c:
2717           Include stdlib.h for atoi().
2718
2719         * gst/rtsp/gstrtspsrc.c:
2720           Use floating point math for latencies < 0 sec in log output.
2721
2722 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2723
2724         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2725
2726         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2727         (gst_rtp_speex_depay_process):
2728         * gst/rtp/gstrtpspeexdepay.h:
2729         Take timestamp from the RTP packet as a first step to fix problems
2730         with transmission over RTP when the network is not reliable.
2731         Fixes bug #541787.
2732
2733 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2734
2735         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2736
2737         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2738         Fix parsing of udp:// URIs containing IPv6 addresses.
2739         Fixes bug #541650.
2740
2741 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2742
2743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2744         Do not leak incoming buffers.
2745
2746 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2747
2748         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2749
2750         * configure.ac:
2751         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2752         for htons() and htonl(). Fixes bug #541412.
2753
2754 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2755
2756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2757         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2758         (gst_matroska_demux_element_query),
2759         (gst_matroska_demux_handle_src_query),
2760         (gst_matroska_demux_handle_seek_event):
2761         Handle position and duration query in DEFAULT format if the
2762         pad's track has a default frame duration set.
2763
2764         Fix seeking now that the segment's duration doesn't contain the
2765         (possibly wrong or inaccurate) duration of the Matroska file.
2766
2767 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2768
2769         * gst/matroska/ebml-read.c: (_ext2dbl):
2770         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2771         in math.h except on MSVC where it is defined in xmath.h.
2772         Fixes compilation with MSVC.
2773
2774 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2775
2776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2777         (gst_matroska_demux_handle_src_query),
2778         (gst_matroska_demux_parse_info),
2779         (gst_matroska_demux_loop_stream_parse_id):
2780         * gst/matroska/matroska-demux.h:
2781         Don't set the segment duration to the duration from the Matroska
2782         header as this value could be wrong and is just informational.
2783
2784 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2785
2786         * gst/matroska/matroska-demux.c:
2787         (gst_matroska_demux_loop_stream_parse_id):
2788         If no Tracks element is found until the first Cluster is found
2789         search it and error out if none is found in the complete file.
2790
2791 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2792
2793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2794         Resync non-subtitle tracks too if a too large gap compared to other
2795         tracks is detected.
2796
2797 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * gst/rtp/Makefile.am:
2800         * gst/rtp/gstrtp.c: (plugin_init):
2801         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2802         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2803         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2804         (gst_rtp_vraw_depay_change_state),
2805         (gst_rtp_vraw_depay_plugin_init):
2806         * gst/rtp/gstrtpvrawdepay.h:
2807         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2808         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2809         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2810         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2811         (gst_rtp_vraw_pay_plugin_init):
2812         * gst/rtp/gstrtpvrawpay.h:
2813         Add raw video pay and depayloaders, see RFC4175.
2814
2815 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2816
2817         * ext/libpng/gstpngdec.c:
2818         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2819         whatever it returned.
2820
2821 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2822
2823         * gst/avi/avi-ids.h:
2824         Add vprp chunk related structures.
2825         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2826         (gst_avi_demux_parse_stream):
2827         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2828         to caps.  Fixes #539482.
2829         * gst/avi/gstavimux.h:
2830         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2831         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2832         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2833
2834 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2835
2836         * tests/check/elements/avimux.c: (check_avimux_pad):
2837         Adjust avimux unit test according to increased streamheader size.
2838
2839 2008-06-27  David Schleef  <ds@schleef.org>
2840
2841         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2842
2843 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2844
2845         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2846         * gst/avi/gstavimux.h:
2847         Add 8 bytes to current streamheader to make for a complete one
2848         and to make more players happy.  Fixes #519460.
2849
2850 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2851
2852         * sys/v4l2/v4l2_calls.c::
2853           Don't include unused gstv4l2xoverlay.h. Fixes build
2854           in case where X11 headers are not installed.
2855
2856 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2857
2858         * ext/dv/gstdv.c: (plugin_init):
2859         Fix compilation.
2860
2861 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2862
2863         * ext/dv/gstdv.c: (plugin_init):
2864         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2865         DV decoder available.
2866         Fixes #532393
2867
2868 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2869
2870         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2871         Call getsockname() after the call to bind() to get updated values
2872         for the port, etc. This fixes the usage of udpsrc on anonymous
2873         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2874         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2875
2876 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2877
2878         * tests/check/pipelines/wavpack.c: (bus_handler):
2879         Remove workaround for a bug in identity that is fixed in 0.10.20.
2880
2881 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2882
2883         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2884
2885         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2886         Fix HTTP auth support with user/password passed via the URI.
2887         Fixes bug #540067.
2888
2889 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2890
2891         * configure.ac:
2892           Depend on released versions of core and -base.
2893
2894 2008-06-23  Julien Moutte  <julien@fluendo.com>
2895
2896         * gst/matroska/matroska-demux.c:
2897         (gst_matroska_demux_read_track_encoding),
2898         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2899         format strings in macros. (makes it build on OS X again...)
2900
2901 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2902
2903         * gst/rtp/gstrtptheorapay.c:
2904         * gst/udp/gstmultiudpsink.c:
2905           Added debug.
2906
2907 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2908
2909         * configure.ac: switch v4l2src over to the normal build instead of
2910         being 'experimental'. Fixes bug #536831.
2911
2912 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2913
2914         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2915         Remove unused variable so that we can compile again.
2916
2917 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2918
2919         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2920         No need to check for audio/G723 and audio/32KADPCM here as they are
2921         no longer supported.
2922
2923 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2924
2925         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2926         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2927         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2928         known length.
2929
2930 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2931
2932         * gst/matroska/matroska-demux.c:
2933         (gst_matroska_demux_add_wvpk_header),
2934         (gst_matroska_demux_audio_caps):
2935         * gst/matroska/matroska-ids.h:
2936         Fix demuxing of WavPack files. Muxing is still broken.
2937
2938 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2939
2940         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2941         (gst_matroska_demux_add_mpeg_seq_header),
2942         (gst_matroska_demux_add_wvpk_header),
2943         (gst_matroska_demux_check_subtitle_buffer),
2944         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2945         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2946         (gst_matroska_demux_subtitle_caps):
2947         * gst/matroska/matroska-ids.h:
2948         Add a "vfunc" to the track context for postprocessing frames and
2949         convert the wavpack and subtitle postprocessing to this vfunc.
2950         Copy buffer flags in those functions to the new buffers too.
2951
2952         Parse CodecState elements of Blocks.
2953
2954         Add a postprocessing function for MPEG video that adds the sequence
2955         header from the codec private data or codec state to the frames if
2956         it's not already there.
2957
2958 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2959
2960         * gst/matroska/matroska-demux.c:
2961         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2962         If a gap of more than 1/2 second is found in one stream send a
2963         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2964         This also fixes Matroska files where the first buffer doesn't start
2965         at timestamp 0. Fixes bug #429322.
2966
2967         The duration of a block is the default duration multiplied with the
2968         number of laces. Every lace is one frame and the default duration
2969         is the duration of one frame. This fixes playback of files that use
2970         lacing for some tracks.
2971
2972 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2973
2974         * gst/matroska/matroska-demux.c:
2975         (gst_matroska_demux_parse_contents_seekentry):
2976         Update FIXME/TODOs and only ignore EOS at the central, important place
2977         instead of several places.
2978
2979 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2980
2981         * gst/rtp/gstrtpg726pay.c:
2982         Fix caps, See #538891.
2983
2984 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2985
2986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2987         (gst_matroska_demux_stream_from_num),
2988         (gst_matroska_demux_encoding_cmp),
2989         (gst_matroska_demux_encoding_order_unique),
2990         (gst_matroska_demux_read_track_encoding),
2991         (gst_matroska_demux_read_track_encodings),
2992         (gst_matroska_demux_tracknumber_unique),
2993         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2994         (gst_matroska_demux_parse_tracks),
2995         (gst_matroska_demux_parse_index_cuetrack),
2996         (gst_matroska_demux_parse_index_pointentry),
2997         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2998         (gst_matroska_demux_parse_metadata_id_simple_tag),
2999         (gst_matroska_demux_parse_metadata_id_tag),
3000         (gst_matroska_demux_parse_metadata),
3001         (gst_matroska_demux_parse_attached_file),
3002         (gst_matroska_demux_parse_attachments),
3003         (gst_matroska_demux_parse_chapters),
3004         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3005         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3006         (gst_matroska_demux_parse_cluster),
3007         (gst_matroska_demux_parse_contents_seekentry),
3008         (gst_matroska_demux_parse_contents),
3009         (gst_matroska_demux_loop_stream_parse_id),
3010         (gst_matroska_demux_loop):
3011         Improve debug output everywhere and fix the EOS logic.
3012
3013         Check the values of the ContentEncoding elements more strictly and
3014         don't use tracks for which it's invalid.
3015
3016         Check that the track number is unique for this stream.
3017
3018         Check that seek positions are below G_MAXINT64 as our seeks are
3019         int64-based and overflows will fail badly.
3020
3021         After seeks also don't push SimpleBlocks until the first one
3022         containing a keyframe is found. Before this was done only for normal
3023         Blocks.
3024
3025         Update some FIXME/TODOs.
3026         
3027         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3028         (gst_ebml_read_utf8), (gst_ebml_read_header):
3029         Improve debug output.
3030
3031         * gst/matroska/matroska-ids.c:
3032         (gst_matroska_track_init_video_context):
3033         * gst/matroska/matroska-ids.h:
3034         * gst/matroska/matroska-mux.c:
3035         (gst_matroska_mux_video_pad_setcaps):
3036         Remove eye mode and don't parse it anymore. We can't use that
3037         information in GStreamer yet so it's useless.
3038
3039
3040 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3041
3042         Patch by: Mersad Jelacic <mersad at axis dot com>
3043
3044         * gst/rtp/Makefile.am:
3045         * gst/rtp/gstrtp.c: (plugin_init):
3046         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3047         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3048         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3049         (gst_rtp_g726_depay_plugin_init):
3050         * gst/rtp/gstrtpg726depay.h:
3051         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3052         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3053         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3054         * gst/rtp/gstrtpg726pay.h:
3055         Added G726 pay/depayloaders. Fixes #538891.
3056
3057 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3058
3059         * gst/rtsp/URLS:
3060         Some more urls.
3061
3062         * gst/smpte/barboxwipes.c:
3063         Add a comment
3064
3065         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3066         Fix typo, add audioresample to the pipeline.
3067
3068 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3069
3070         * ext/libmng/Makefile.am:
3071         * ext/libmng/gstmng.c: (plugin_init):
3072         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3073         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3074         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3075         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3076         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3077         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3078         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3079         (gst_mng_dec_change_state):
3080         * ext/libmng/gstmngdec.h:
3081         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3082         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3083         (gst_mng_enc_init), (gst_mng_enc_chain),
3084         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3085         * ext/libmng/gstmngenc.h:
3086         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3087         bits ifdeffed out still.
3088
3089 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3090
3091         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3092         When comparing index elements with the same time compare their
3093         block number.
3094
3095 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3096
3097         * gst/matroska/matroska-demux.c:
3098           (gst_matroska_demux_parse_attached_file)
3099           Init variable to NULL to avoid compiler warning.
3100
3101 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3102
3103         * gst/matroska/Makefile.am:
3104         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3105         (gst_matroska_demux_parse_attached_file),
3106         (gst_matroska_demux_parse_attachments),
3107         (gst_matroska_demux_parse_contents_seekentry),
3108         (gst_matroska_demux_loop_stream_parse_id):
3109         * gst/matroska/matroska-demux.h:
3110         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3111         * gst/matroska/matroska-ids.h:
3112         * gst/matroska/matroska.c: (plugin_init):
3113         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3114         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3115         and description of the attachments in the caps. Fixes bug #537622.
3116
3117 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3120         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3121         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3122         (gst_speex_enc_src_query), (gst_speex_enc_init),
3123         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3124         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3125         (gst_speex_enc_set_property):
3126         Add mode property.
3127         Some cleanups, add more debug info.
3128         Add latency query.
3129
3130 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3131
3132         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3133         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3134         If we get less bytes than requested we can't do anything except doing
3135         our EOS logic.
3136
3137 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3138
3139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3140         (gst_matroskademux_do_index_seek),
3141         (gst_matroska_demux_parse_index_cuetrack),
3142         (gst_matroska_demux_parse_index_pointentry),
3143         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3144         (gst_matroska_demux_parse_metadata):
3145         * gst/matroska/matroska-demux.h:
3146         * gst/matroska/matroska-ids.h:
3147         Use a GArray for storing the Cue (i.e. seek) information, store
3148         the CueTrackPositions for every track, store the block number
3149         and optimize searching in the array by sorting it after the last
3150         element was added.
3151
3152         Fix a small memory leak when trying to parse a tags element that was
3153         already parsed.
3154
3155 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3156
3157         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3158         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3159         (gst_matroska_mux_write_data):
3160         * gst/matroska/matroska-mux.h:
3161         Don't write another SeekHead which indexes all Clusters to the end of
3162         the file. This isn't useful for anything and just increases filesize.
3163
3164 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3165
3166         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3167         Prevent unaligned memory access when reading floats.
3168
3169 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3170
3171         * gst/matroska/ebml-read.c:
3172         * gst/matroska/ebml-read.h:
3173         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3174         (gst_matroska_demux_parse_metadata):
3175         * gst/matroska/matroska-demux.h:
3176         Make sure that every Tags element is only parsed once and it's
3177         containing tags are only posted once.
3178
3179 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3182         (gst_ebml_read_header):
3183         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3184         (gst_matroska_demux_parse_tracks),
3185         (gst_matroska_demux_parse_index_cuetrack),
3186         (gst_matroska_demux_parse_index_pointentry),
3187         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3188         (gst_matroska_demux_parse_metadata_id_simple_tag),
3189         (gst_matroska_demux_parse_metadata_id_tag),
3190         (gst_matroska_demux_parse_metadata),
3191         (gst_matroska_demux_parse_attachments),
3192         (gst_matroska_demux_parse_chapters),
3193         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3194         (gst_matroska_demux_parse_cluster),
3195         (gst_matroska_demux_parse_contents_seekentry),
3196         (gst_matroska_demux_parse_contents),
3197         (gst_matroska_demux_loop_stream_parse_id):
3198         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3199         already. They're not useful in the matroska parser and only cause
3200         additional code.
3201
3202 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3203
3204         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3205         (gst_ebml_finalize), (gst_ebml_read_change_state),
3206         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3207         * gst/matroska/matroska-demux.c:
3208         (gst_matroska_demux_parse_contents_seekentry):
3209         Reverse the level list as we usually are only interested in the
3210         first element or want to add a new first element. Having the
3211         first element stored at the end and calling g_list_last() and
3212         g_list_append() is more expensive.
3213
3214         Also use GSlice for allocating the GstEbmlLevel structs.
3215
3216 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3217
3218         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3219           (gst_tag_inject_class_init), (gst_tag_inject_init):
3220           Don't unref NULL taglist in finalize. Don't use c++ style
3221           comments.
3222
3223 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3224
3225         * gst/matroska/matroska-demux.c:
3226         (gst_matroska_demux_parse_metadata_id_simple_tag):
3227         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3228         (gst_matroska_mux_write_data):
3229         Use gst_value_serialize() and gst_value_deserialize() for transforming
3230         tags from some GType to a string and the other way around. The default
3231         transformations in GLib don't include transformations from string to
3232         number types.
3233
3234 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3235
3236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3237         (gst_matroska_demux_parse_tracks),
3238         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3239         (gst_matroska_demux_parse_attachments),
3240         (gst_matroska_demux_parse_chapters),
3241         (gst_matroska_demux_parse_contents_seekentry),
3242         (gst_matroska_demux_loop_stream_parse_id):
3243         * gst/matroska/matroska-demux.h:
3244         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3245         Tags multiple times. The first ones can appear more than once but must
3246         contain the same content as the first for backup purposes so we ignore
3247         all but the first one. Tags can appear multiple times with different
3248         content.
3249
3250         Jump to all elements except Clusters that are available from a
3251         SeekHead to make it more likely to have all required informations
3252         before getting to the first Clusters.
3253
3254         Add dummy functions for parsing Attachments and Chapters.
3255
3256 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3257
3258         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3259         (gst_udpsrc_create), (gst_udpsrc_set_property),
3260         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3261         * gst/udp/gstudpsrc.h:
3262         Add property to control automatic join/leave of multicast groups.
3263         Add G_LIKELY.
3264         Remove setting caps on buffers explicitly, basesrc does that for us now.
3265         Improve debug info.
3266         Convert some non-fatal error into warnings.
3267         Use g_ntohs for better portability.
3268         Leave multicast groups when stopping.
3269         When using external sockets, use getsockname() on them to fill up the
3270         addr structure before calling methods that use the structure.
3271         Should all fix #536903.
3272         API: GstUDPSrc::auto-multicast property
3273
3274 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3275
3276         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3277         Use g_ntohl for better portability.
3278
3279 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3280
3281         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3282         (gst_multiudpsink_remove):
3283         Fix a typo and do some small cleanups.
3284
3285 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3286
3287         Patch by: Olivier Crete <tester at tester dot ca>
3288
3289         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3290         Make the delivery-method mandatory on the caps and only accept inline
3291         for now.
3292         Reverse strcmp checks for delivery-method.
3293
3294         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3295         Make delivery method optional when parsing caps and note this in the
3296         caps.
3297         Reverse strcmp checks for delivery-method.
3298
3299         * gst/rtp/gstrtpvorbispay.c:
3300         Update a comment to note that the delivery-method is optional, 
3301         Fixes #537675.
3302
3303 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3304
3305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3306         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3307         leaving them in READY. Fixes #537832.
3308
3309 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3310
3311         * gst/avi/gstavimux.c:
3312           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3313           for a random constant in tagmuxing code.
3314
3315 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3316
3317         * gst/debug/gsttaginject.c:
3318         * gst/debug/gsttaginject.h:
3319           Now actually adding the new element.
3320
3321 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3322
3323         * docs/plugins/Makefile.am:
3324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3326         * docs/plugins/gst-plugins-good-plugins.args:
3327         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3328         * docs/plugins/gst-plugins-good-plugins.interfaces:
3329         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3330         * docs/plugins/inspect/plugin-aasink.xml:
3331         * docs/plugins/inspect/plugin-alaw.xml:
3332         * docs/plugins/inspect/plugin-alpha.xml:
3333         * docs/plugins/inspect/plugin-alphacolor.xml:
3334         * docs/plugins/inspect/plugin-annodex.xml:
3335         * docs/plugins/inspect/plugin-apetag.xml:
3336         * docs/plugins/inspect/plugin-audiofx.xml:
3337         * docs/plugins/inspect/plugin-auparse.xml:
3338         * docs/plugins/inspect/plugin-autodetect.xml:
3339         * docs/plugins/inspect/plugin-avi.xml:
3340         * docs/plugins/inspect/plugin-cacasink.xml:
3341         * docs/plugins/inspect/plugin-cairo.xml:
3342         * docs/plugins/inspect/plugin-cdio.xml:
3343         * docs/plugins/inspect/plugin-cutter.xml:
3344         * docs/plugins/inspect/plugin-debug.xml:
3345         * docs/plugins/inspect/plugin-dv.xml:
3346         * docs/plugins/inspect/plugin-efence.xml:
3347         * docs/plugins/inspect/plugin-effectv.xml:
3348         * docs/plugins/inspect/plugin-equalizer.xml:
3349         * docs/plugins/inspect/plugin-esdsink.xml:
3350         * docs/plugins/inspect/plugin-flac.xml:
3351         * docs/plugins/inspect/plugin-flxdec.xml:
3352         * docs/plugins/inspect/plugin-gamma.xml:
3353         * docs/plugins/inspect/plugin-gconfelements.xml:
3354         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3355         * docs/plugins/inspect/plugin-goom.xml:
3356         * docs/plugins/inspect/plugin-goom2k1.xml:
3357         * docs/plugins/inspect/plugin-halelements.xml:
3358         * docs/plugins/inspect/plugin-icydemux.xml:
3359         * docs/plugins/inspect/plugin-id3demux.xml:
3360         * docs/plugins/inspect/plugin-jpeg.xml:
3361         * docs/plugins/inspect/plugin-level.xml:
3362         * docs/plugins/inspect/plugin-matroska.xml:
3363         * docs/plugins/inspect/plugin-monoscope.xml:
3364         * docs/plugins/inspect/plugin-mulaw.xml:
3365         * docs/plugins/inspect/plugin-multifile.xml:
3366         * docs/plugins/inspect/plugin-multipart.xml:
3367         * docs/plugins/inspect/plugin-navigationtest.xml:
3368         * docs/plugins/inspect/plugin-ossaudio.xml:
3369         * docs/plugins/inspect/plugin-png.xml:
3370         * docs/plugins/inspect/plugin-quicktime.xml:
3371         * docs/plugins/inspect/plugin-rtp.xml:
3372         * docs/plugins/inspect/plugin-rtsp.xml:
3373         * docs/plugins/inspect/plugin-smpte.xml:
3374         * docs/plugins/inspect/plugin-soup.xml:
3375         * docs/plugins/inspect/plugin-spectrum.xml:
3376         * docs/plugins/inspect/plugin-speex.xml:
3377         * docs/plugins/inspect/plugin-taglib.xml:
3378         * docs/plugins/inspect/plugin-udp.xml:
3379         * docs/plugins/inspect/plugin-video4linux2.xml:
3380         * docs/plugins/inspect/plugin-videobalance.xml:
3381         * docs/plugins/inspect/plugin-videobox.xml:
3382         * docs/plugins/inspect/plugin-videocrop.xml:
3383         * docs/plugins/inspect/plugin-videoflip.xml:
3384         * docs/plugins/inspect/plugin-videomixer.xml:
3385         * docs/plugins/inspect/plugin-wavenc.xml:
3386         * docs/plugins/inspect/plugin-wavpack.xml:
3387         * docs/plugins/inspect/plugin-wavparse.xml:
3388         * docs/plugins/inspect/plugin-ximagesrc.xml:
3389         * gst/debug/Makefile.am:
3390         * gst/debug/breakmydata.c:
3391         * gst/debug/efence.c:
3392         * gst/debug/gstdebug.c:
3393         * gst/debug/gstnavseek.c:
3394         * gst/debug/gstpushfilesrc.c:
3395         * gst/debug/gstpushfilesrc.h:
3396         * gst/debug/negotiation.c:
3397         * gst/debug/progressreport.c:
3398         * gst/debug/progressreport.h:
3399         * gst/debug/rndbuffersize.c:
3400         * gst/debug/testplugin.c:
3401           Remove dummy plugin_init. Remove some undefined entries from doc-
3402           section file. Add taginject element and rebuild docs for it.
3403
3404 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3405
3406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3407         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3408         Update the counter for the number of streams when pads are added or
3409         removed. This will make sure that a seek table is generated for
3410         files with just one audio stream.
3411
3412 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3413
3414         * gst/matroska/matroska-demux.c:
3415         (gst_matroska_demux_parse_metadata_id_simple_tag):
3416         * gst/matroska/matroska-ids.h:
3417         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3418         Add some more tags, improve debugging a bit and make sure that
3419         GValue transformation has succeeded before using the result
3420         as a tag.
3421
3422 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3423
3424         Patch by: Olivier Crete <tester at tester dot ca>
3425
3426         * gst/rtp/gstrtptheorapay.c:
3427         The Theora RTP payloader only supports the "inline" delievery method
3428         so let's declare this on the caps of the static pad template.
3429         Fixes bug #537675.
3430
3431 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3432
3433         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3434         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3435         Remove bogus check.
3436
3437 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3438
3439         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3440         (gst_videomixer_blend_buffers):
3441         Use stream_time to synchronize the object properties.
3442         Use running_time of the master pad to timestamp outgoing buffers.
3443         Fix the initial segment event to extend an unknown amount of time.
3444         Fixes #537361.
3445
3446 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3447
3448         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3449         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3450         (gst_avi_demux_calculate_durations_from_index),
3451         (gst_avi_demux_stream_header_push),
3452         (gst_avi_demux_stream_header_pull):
3453         Try to ignore unparsable/unknown streams and give a warning instead of
3454         erroring out. Fixes #537377.
3455
3456 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3457
3458         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3459         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3460
3461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3462         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3463         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3464         (gst_matroska_demux_read_track_encodings),
3465         (gst_matroska_demux_add_stream),
3466         (gst_matroska_demux_handle_src_query),
3467         (gst_matroska_demux_init_stream),
3468         (gst_matroska_demux_parse_index_cuetrack),
3469         (gst_matroska_demux_parse_index_pointentry),
3470         (gst_matroska_demux_parse_info),
3471         (gst_matroska_demux_parse_metadata_id_simple_tag),
3472         (gst_matroska_demux_parse_metadata),
3473         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3474         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3475         (gst_matroska_demux_parse_cluster),
3476         (gst_matroska_demux_parse_contents_seekentry),
3477         (gst_matroska_demux_loop_stream_parse_id),
3478         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3479         (gst_matroska_demux_audio_caps),
3480         (gst_matroska_demux_subtitle_caps):
3481         * gst/matroska/matroska-demux.h:
3482         * gst/matroska/matroska-ids.c:
3483         (gst_matroska_track_init_subtitle_context):
3484         * gst/matroska/matroska-ids.h:
3485         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3486         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3487         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3488         (gst_matroska_mux_video_pad_setcaps),
3489         (gst_matroska_mux_audio_pad_setcaps),
3490         (gst_matroska_mux_subtitle_pad_setcaps),
3491         (gst_matroska_mux_request_new_pad),
3492         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3493         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3494         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3495         (gst_matroska_mux_set_property):
3496         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3497         elements, do some checks for valid values in the demuxer, handle
3498         tracktimecodescale in the demuxer, set correct default values for all
3499         settings in the demuxer, review and add all missing matroska
3500         IDs and some more raw YUV formats, and some trivial cleanup.
3501
3502 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3503
3504         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3505         (gst_pulsemixer_class_init):
3506         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3507         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3508         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3509         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3510         (gst_pulsesrc_prepare):
3511         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3512         gst_element_class_set_details_simple() and fix coding style a bit
3513         more.
3514
3515 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         * docs/plugins/Makefile.am:
3518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3520         * docs/plugins/gst-plugins-good-plugins.args:
3521         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3522         * docs/plugins/gst-plugins-good-plugins.interfaces:
3523         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3524         * docs/plugins/inspect/plugin-aasink.xml:
3525         * docs/plugins/inspect/plugin-alaw.xml:
3526         * docs/plugins/inspect/plugin-alpha.xml:
3527         * docs/plugins/inspect/plugin-alphacolor.xml:
3528         * docs/plugins/inspect/plugin-annodex.xml:
3529         * docs/plugins/inspect/plugin-apetag.xml:
3530         * docs/plugins/inspect/plugin-audiofx.xml:
3531         * docs/plugins/inspect/plugin-auparse.xml:
3532         * docs/plugins/inspect/plugin-autodetect.xml:
3533         * docs/plugins/inspect/plugin-avi.xml:
3534         * docs/plugins/inspect/plugin-cacasink.xml:
3535         * docs/plugins/inspect/plugin-cairo.xml:
3536         * docs/plugins/inspect/plugin-cdio.xml:
3537         * docs/plugins/inspect/plugin-cutter.xml:
3538         * docs/plugins/inspect/plugin-debug.xml:
3539         * docs/plugins/inspect/plugin-dv.xml:
3540         * docs/plugins/inspect/plugin-efence.xml:
3541         * docs/plugins/inspect/plugin-effectv.xml:
3542         * docs/plugins/inspect/plugin-equalizer.xml:
3543         * docs/plugins/inspect/plugin-esdsink.xml:
3544         * docs/plugins/inspect/plugin-flac.xml:
3545         * docs/plugins/inspect/plugin-flxdec.xml:
3546         * docs/plugins/inspect/plugin-gamma.xml:
3547         * docs/plugins/inspect/plugin-gconfelements.xml:
3548         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3549         * docs/plugins/inspect/plugin-goom.xml:
3550         * docs/plugins/inspect/plugin-goom2k1.xml:
3551         * docs/plugins/inspect/plugin-halelements.xml:
3552         * docs/plugins/inspect/plugin-icydemux.xml:
3553         * docs/plugins/inspect/plugin-id3demux.xml:
3554         * docs/plugins/inspect/plugin-jpeg.xml:
3555         * docs/plugins/inspect/plugin-level.xml:
3556         * docs/plugins/inspect/plugin-matroska.xml:
3557         * docs/plugins/inspect/plugin-monoscope.xml:
3558         * docs/plugins/inspect/plugin-mulaw.xml:
3559         * docs/plugins/inspect/plugin-multifile.xml:
3560         * docs/plugins/inspect/plugin-multipart.xml:
3561         * docs/plugins/inspect/plugin-navigationtest.xml:
3562         * docs/plugins/inspect/plugin-ossaudio.xml:
3563         * docs/plugins/inspect/plugin-png.xml:
3564         * docs/plugins/inspect/plugin-pulseaudio.xml:
3565         * docs/plugins/inspect/plugin-quicktime.xml:
3566         * docs/plugins/inspect/plugin-rtp.xml:
3567         * docs/plugins/inspect/plugin-rtsp.xml:
3568         * docs/plugins/inspect/plugin-smpte.xml:
3569         * docs/plugins/inspect/plugin-soup.xml:
3570         * docs/plugins/inspect/plugin-spectrum.xml:
3571         * docs/plugins/inspect/plugin-speex.xml:
3572         * docs/plugins/inspect/plugin-taglib.xml:
3573         * docs/plugins/inspect/plugin-udp.xml:
3574         * docs/plugins/inspect/plugin-video4linux2.xml:
3575         * docs/plugins/inspect/plugin-videobalance.xml:
3576         * docs/plugins/inspect/plugin-videobox.xml:
3577         * docs/plugins/inspect/plugin-videocrop.xml:
3578         * docs/plugins/inspect/plugin-videoflip.xml:
3579         * docs/plugins/inspect/plugin-videomixer.xml:
3580         * docs/plugins/inspect/plugin-wavenc.xml:
3581         * docs/plugins/inspect/plugin-wavpack.xml:
3582         * docs/plugins/inspect/plugin-wavparse.xml:
3583         * docs/plugins/inspect/plugin-ximagesrc.xml:
3584         * ext/pulse/plugin.c:
3585         * ext/pulse/pulsemixer.c:
3586         * ext/pulse/pulsesink.c:
3587         * ext/pulse/pulsesrc.c:
3588         Add documentation to the pulseaudio plugin and run make update
3589         in docs/plugins.
3590
3591 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3592
3593         Patch by: Brian Cameron <brian.cameron at sun dot com>
3594
3595         * sys/sunaudio/gstsunaudiomixerctrl.c:
3596         (gst_sunaudiomixer_ctrl_get_volume),
3597         (gst_sunaudiomixer_ctrl_set_volume):
3598         Improvements for the SunAudio mixer by handling mute as no gain
3599         for tracks that have a gain property but no mute property.
3600         Fixes bug #536067.
3601
3602 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3603
3604         * configure.ac:
3605         * ext/pulse/Makefile.am:
3606         * ext/pulse/plugin.c: (plugin_init):
3607         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3608         (gst_pulsemixer_implements_interface_init),
3609         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3610         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3611         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3612         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3613         * ext/pulse/pulsemixer.h:
3614         * ext/pulse/pulsemixerctrl.c:
3615         (gst_pulsemixer_ctrl_context_state_cb),
3616         (gst_pulsemixer_ctrl_sink_info_cb),
3617         (gst_pulsemixer_ctrl_source_info_cb),
3618         (gst_pulsemixer_ctrl_subscribe_cb),
3619         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3620         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3621         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3622         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3623         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3624         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3625         * ext/pulse/pulsemixerctrl.h:
3626         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3627         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3628         * ext/pulse/pulsemixertrack.h:
3629         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3630         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3631         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3632         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3633         (gst_pulseprobe_new), (gst_pulseprobe_free),
3634         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3635         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3636         (gst_pulseprobe_set_server):
3637         * ext/pulse/pulseprobe.h:
3638         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3639         (gst_pulsesink_class_init), (gst_pulsesink_init),
3640         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3641         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3642         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3643         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3644         (gst_pulsesink_stream_request_cb),
3645         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3646         (gst_pulsesink_close), (gst_pulsesink_prepare),
3647         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3648         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3649         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3650         (gst_pulsesink_event), (gst_pulsesink_get_type):
3651         * ext/pulse/pulsesink.h:
3652         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3653         (gst_pulsesrc_implements_interface_init),
3654         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3655         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3656         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3657         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3658         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3659         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3660         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3661         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3662         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3663         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3664         (gst_pulsesrc_get_type):
3665         * ext/pulse/pulsesrc.h:
3666         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3667         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3668         * ext/pulse/pulseutil.h:
3669         Add pulseaudio GStreamer element from gst-pulse. Development will
3670         continue here instead of pulseaudio SVN. Fixes bug #400679.
3671         Only changes over gst-pulse SVN are added copyright to the top of
3672         files and coding style changes.
3673
3674 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3675
3676         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3677
3678         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3679           (gst_cdio_add_cdtext_album_tags):
3680         * ext/cdio/gstcdio.h:
3681         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3682           Also extract album title and album genre from CD-TEXT if
3683           available (#537021).
3684
3685 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3686
3687         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3688
3689         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3690         Improve negotiation a bit more by picking the smallest possible
3691         resolution that is larger than the resolution specified in the
3692         first caps entry of the peer caps. Fixes bug #536994.
3693
3694 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3695
3696         Patch by: Bastien Nocera <hadess at hadess dot net>
3697
3698         * sys/v4l2/gstv4l2vidorient.c:
3699         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3700         Fix compilation with newer GIT kernels that deprecated
3701         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3702
3703 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3704
3705         * configure.ac:
3706         * ext/cdio/gstcdio.c:
3707         * ext/cdio/gstcdio.h:
3708         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3709           Require libcdio >= 0.76.
3710
3711 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3712
3713         * gst/avi/gstavidemux.c:
3714         Catch UNEXPECTED when downstream has reached end of
3715         segment in reverse mode.
3716
3717 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3718
3719         * gst/avi/gstavidemux.c:
3720         Fix typo in comment
3721
3722 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3723
3724         * gst/avi/gstavidemux.c:
3725         Because we don't know the frame order we need to push till
3726         the next keyframe
3727
3728 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3731
3732         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3733         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3734         Provide a custom negotiation function to make sure to pick the highest
3735         possible framerate and resolution. Fixes bug #536646.
3736
3737 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3738
3739         * gst/avi/gstavidemux.c:
3740         Set EOS when going out of the segment in reverse playback
3741
3742 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3743
3744         * ext/taglib/Makefile.am::
3745           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3746           taglib headers (with gcc 4.3.1).
3747
3748 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3749
3750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3751         Use the new gst_rtsp_connection_get_ip() to access the IP address
3752         of a GstRTSPConnection since it is a private member.
3753
3754 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3755
3756         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3757         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3758           Use new utility functions in libgsttag to process coverart (#512333).
3759
3760 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3763         We actually support left/side, right/side and mid/side files. The
3764         conversion to normal, interleaved stereo is done by libflac.
3765
3766 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3769         (gst_ebml_write_set_cache):
3770         Unref the write cache in finalize if it was set and add add "FIXME"
3771         to a comment that needs it.
3772
3773 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3774
3775         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3776
3777         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3778         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3779         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3780         (gst_avi_demux_process_next_entry):
3781         * gst/avi/gstavidemux.h:
3782         Implement reverse playback. Fixes #535300.
3783         Small cleanups.
3784
3785 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3786
3787         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3788         (gst_videomixer_query_latency):
3789         When using gst_element_iterate_pads() one has to unref every pad
3790         after usage.
3791
3792 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3793
3794         Patch by: Bastien Nocera <hadess at hadess dot net>
3795         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3796         (qtdemux_parse_udta):
3797         * gst/qtdemux/qtdemux_fourcc.h:
3798         Improve meta-data handling, add 'comment', 'description' and
3799         'copyright' tag handling.
3800         Fixes #535935
3801
3802 2008-05-31  Julien Moutte  <julien@fluendo.com>
3803
3804         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3805         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3806         (gst_qtdemux_seek_to_previous_keyframe),
3807         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3808         we don't clip the segment's stop using the main segment duration as
3809         that could crop quite some video frames. Make reverse playback support
3810         more robust and support edit lists. Support seeking to the last frame,
3811         and fix reverse looping playback. Add some debugging.
3812         * win32/common/config.h: Updated.
3813
3814 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3815
3816         * gst/equalizer/gstiirequalizer.c:
3817         (gst_iir_equalizer_transform_ip):
3818         Don't clip float/double samples, correctly unset passthrough mode
3819         and use better rounding for integer samples.
3820
3821 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3822
3823         * gst/equalizer/gstiirequalizer.c:
3824         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3825         (setup_filter), (set_passthrough), (update_coefficients),
3826         (gst_iir_equalizer_compute_frequencies),
3827         (gst_iir_equalizer_transform_ip):
3828         * gst/equalizer/gstiirequalizer.h:
3829         Update the filter coefficients only when needed in the transform_ip
3830         function and correctly set the element into passthrough mode if the
3831         gain of all bands is 0.
3832
3833 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3834
3835         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3836
3837         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3838         (gst_alpha_set_property), (gst_alpha_get_property),
3839         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3840         Try to skip pixels or areas that are too dark or too bright for us to do
3841         meaningfull color detection.
3842         Added properties to control the sensitivity to light and darkness.
3843         Added some small cleanups. Fixes #512345.
3844
3845 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3846
3847         * docs/plugins/.cvsignore:
3848         * tests/check/elements/.cvsignore:
3849         Ignore some more generated things
3850
3851         * tests/check/Makefile.am:
3852         Ignore OSS elements in the state changes test too.
3853
3854 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3855
3856         * docs/plugins/Makefile.am:
3857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3859         Add SMPTE effect elements to docs.
3860
3861 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3862
3863         * docs/plugins/Makefile.am:
3864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3866         * ext/raw1394/gstdv1394src.c:
3867           Document whats first shown on the fdo plugin docs page :)
3868
3869 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3870
3871         * docs/plugins/Makefile.am:
3872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3874         * docs/plugins/gst-plugins-good-plugins.args:
3875         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3876         * docs/plugins/inspect/plugin-audiofx.xml:
3877         * gst/audiofx/Makefile.am:
3878         * gst/audiofx/audiofx.c:
3879         * gst/audiofx/audiokaraoke.c:
3880         * gst/audiofx/audiokaraoke.h:
3881         * gst/audiofx/audiovoice.c:
3882         * gst/audiofx/audiovoice.h:
3883           Rename audiovoice to audiokaraoke and add it to the docs.
3884
3885 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * REQUIREMENTS:
3888         * docs/plugins/Makefile.am:
3889         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3891         * docs/plugins/gst-plugins-good-plugins.args:
3892         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3893         * docs/plugins/gst-plugins-good-plugins.interfaces:
3894         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3895         * docs/plugins/inspect/plugin-aasink.xml:
3896         * docs/plugins/inspect/plugin-alaw.xml:
3897         * docs/plugins/inspect/plugin-alpha.xml:
3898         * docs/plugins/inspect/plugin-alphacolor.xml:
3899         * docs/plugins/inspect/plugin-annodex.xml:
3900         * docs/plugins/inspect/plugin-apetag.xml:
3901         * docs/plugins/inspect/plugin-audiofx.xml:
3902         * docs/plugins/inspect/plugin-auparse.xml:
3903         * docs/plugins/inspect/plugin-autodetect.xml:
3904         * docs/plugins/inspect/plugin-avi.xml:
3905         * docs/plugins/inspect/plugin-cacasink.xml:
3906         * docs/plugins/inspect/plugin-cairo.xml:
3907         * docs/plugins/inspect/plugin-cdio.xml:
3908         * docs/plugins/inspect/plugin-cutter.xml:
3909         * docs/plugins/inspect/plugin-debug.xml:
3910         * docs/plugins/inspect/plugin-dv.xml:
3911         * docs/plugins/inspect/plugin-efence.xml:
3912         * docs/plugins/inspect/plugin-effectv.xml:
3913         * docs/plugins/inspect/plugin-equalizer.xml:
3914         * docs/plugins/inspect/plugin-esdsink.xml:
3915         * docs/plugins/inspect/plugin-flac.xml:
3916         * docs/plugins/inspect/plugin-flxdec.xml:
3917         * docs/plugins/inspect/plugin-gamma.xml:
3918         * docs/plugins/inspect/plugin-gconfelements.xml:
3919         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3920         * docs/plugins/inspect/plugin-goom.xml:
3921         * docs/plugins/inspect/plugin-goom2k1.xml:
3922         * docs/plugins/inspect/plugin-halelements.xml:
3923         * docs/plugins/inspect/plugin-icydemux.xml:
3924         * docs/plugins/inspect/plugin-id3demux.xml:
3925         * docs/plugins/inspect/plugin-jpeg.xml:
3926         * docs/plugins/inspect/plugin-level.xml:
3927         * docs/plugins/inspect/plugin-matroska.xml:
3928         * docs/plugins/inspect/plugin-monoscope.xml:
3929         * docs/plugins/inspect/plugin-mulaw.xml:
3930         * docs/plugins/inspect/plugin-multifile.xml:
3931         * docs/plugins/inspect/plugin-multipart.xml:
3932         * docs/plugins/inspect/plugin-navigationtest.xml:
3933         * docs/plugins/inspect/plugin-ossaudio.xml:
3934         * docs/plugins/inspect/plugin-png.xml:
3935         * docs/plugins/inspect/plugin-quicktime.xml:
3936         * docs/plugins/inspect/plugin-rtp.xml:
3937         * docs/plugins/inspect/plugin-rtsp.xml:
3938         * docs/plugins/inspect/plugin-smpte.xml:
3939         * docs/plugins/inspect/plugin-soup.xml:
3940         * docs/plugins/inspect/plugin-spectrum.xml:
3941         * docs/plugins/inspect/plugin-speex.xml:
3942         * docs/plugins/inspect/plugin-taglib.xml:
3943         * docs/plugins/inspect/plugin-udp.xml:
3944         * docs/plugins/inspect/plugin-video4linux2.xml:
3945         * docs/plugins/inspect/plugin-videobalance.xml:
3946         * docs/plugins/inspect/plugin-videobox.xml:
3947         * docs/plugins/inspect/plugin-videocrop.xml:
3948         * docs/plugins/inspect/plugin-videoflip.xml:
3949         * docs/plugins/inspect/plugin-videomixer.xml:
3950         * docs/plugins/inspect/plugin-wavenc.xml:
3951         * docs/plugins/inspect/plugin-wavpack.xml:
3952         * docs/plugins/inspect/plugin-wavparse.xml:
3953         * docs/plugins/inspect/plugin-ximagesrc.xml:
3954         * ext/aalib/gstaasink.c:
3955         * ext/libcaca/gstcacasink.c:
3956           Document aasink and cacasink.
3957
3958 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3959
3960         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3961         (gst_videomixer_init), (gst_videomixer_query_duration),
3962         (gst_videomixer_query_latency), (gst_videomixer_query),
3963         (gst_videomixer_blend_buffers):
3964         * gst/videomixer/videomixer.h:
3965         Implement position (in time), duration and latency queries.
3966
3967 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3968
3969         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3970         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3971         (gst_videomixer_fill_queues), (forward_event_func),
3972         (forward_event), (gst_videomixer_src_event),
3973         (gst_videomixer_sink_event):
3974         * gst/videomixer/videomixer.h:
3975         Implement proper seek/newsegment handling.
3976         Based on adder's implementation.
3977         Fixes #535121
3978
3979 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3980
3981         Patch by: Jan Gerber <j at oil21 dot org>
3982
3983         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3984         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3985
3986 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         * gst/audiofx/Makefile.am:
3989         * gst/audiofx/audiofx.c: (plugin_init):
3990         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3991         (gst_audio_voice_class_init), (gst_audio_voice_init),
3992         (update_filter), (gst_audio_voice_set_property),
3993         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3994         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3995         (gst_audio_voice_transform_ip):
3996         * gst/audiofx/audiovoice.h:
3997         Add simple voice removal element. Yay karaoke.
3998
3999 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4000
4001         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4002
4003         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4004         Fix potential caps leak.
4005         If we can't get the framerate with an ioctl, try to get it with the
4006         current norm. Fixes #520092.
4007
4008 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4009
4010         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4011
4012         * sys/v4l2/v4l2src_calls.c:
4013         (gst_v4l2src_probe_caps_for_format_and_size):
4014         If we fail to get the frame intervals, simply don't touch the framerates
4015         on the template caps instead of discarding the format. See #520092.
4016
4017 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4018
4019         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4020
4021         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4022         (gst_v4l2_get_caps_info):
4023         Add NV12, NV21 and bayer support. See #520092.
4024
4025 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4026
4027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4028         (gst_qtdemux_activate_segment):
4029         Unbreak segment activation again. Fixes #531672.
4030
4031 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4032
4033         * ext/flac/Makefile.am:
4034         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4035         Set the channel layout when decoding FLAC files with more than 2
4036         channels as defined by the FLAC spec. Fixes bug #534570.
4037
4038         Also don't try to decode left/side, right/side and mid/side files
4039         as we don't support this at all.
4040
4041 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4042
4043         * configure.ac:
4044           We need -base CVS (rtsp).
4045
4046 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4047
4048         * gst/udp/Makefile.am:
4049           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4050           when including netdb.h when building against glibc >= 2.8.
4051
4052 2008-05-22  Julien Moutte  <julien@fluendo.com>
4053
4054         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4055         debug statement arguments.
4056         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4057         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4058         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4059         on more platforms.
4060
4061 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4062
4063         * tests/check/elements/avimux.c: (setup_src_pad),
4064         (teardown_src_pad):
4065         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4066         (GST_START_TEST):
4067         * tests/check/elements/matroskamux.c: (setup_src_pad),
4068         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4069         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4070         (GST_START_TEST):
4071         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4072         (setup_wavpackparse), (cleanup_wavpackparse):
4073         Don't use gst_element_get_pad(), it's a bad, bad method.
4074
4075 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4076
4077         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4078         (do_toggle_element):
4079         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4080         (do_toggle_element):
4081         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4082         (do_toggle_element):
4083         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4084         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4085         (do_toggle_element):
4086         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4087         (do_toggle_element):
4088         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4089         (gst_auto_audio_sink_detect):
4090         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4091         (gst_auto_video_sink_detect):
4092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4093         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4094         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4095         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4096         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4097         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4098         * tests/icles/videocrop-test.c: (test_with_caps),
4099         (video_crop_get_test_caps):
4100         Don't use gst_element_get_pad(), it's a bad method.
4101
4102 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4103
4104         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4105         (gst_multiudpsink_add_internal):
4106         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4107         (gst_udp_join_group):
4108         * gst/udp/gstudpnetutils.h:
4109         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4110         Joining a multicast group and setting the loop/ttl properties are
4111         totally unrelated tasks are must be separated.
4112
4113 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4114
4115         * gst/avi/gstavimux.c:
4116           Also support alaw/mulaw.
4117
4118 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4121         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4122         * gst/udp/gstmultiudpsink.h:
4123         Add a fixme for the auto-multicast property.
4124         Fix some confusing debug messages.
4125         Disable setting a qos value by default.
4126
4127 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4128
4129         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4130
4131         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4132         Ignore EPERM errors from sendto. Fixes #533619.
4133
4134 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4135
4136         Patch by: Henrik Eriksson <henriken at axis dot com>
4137
4138         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4139         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4140         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4141         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4142         * gst/udp/gstmultiudpsink.h:
4143         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4144
4145 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4146
4147         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4148         Improve debugging of the ident.
4149
4150 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         Patch by: Bruno Santos <brunof at ua dot pt>
4153
4154         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4155         (gst_udp_join_group), (gst_udp_leave_group),
4156         (gst_udp_is_multicast):
4157         * gst/udp/gstudpnetutils.h:
4158         Provide a bunch of helper methods to deal with IPv4 and IPv6
4159         transparently.
4160
4161         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4162         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4163         (gst_multiudpsink_get_property), (join_multicast),
4164         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4165         (gst_multiudpsink_remove):
4166         * gst/udp/gstmultiudpsink.h:
4167         Add multicast TTL and loopback properties.
4168         Use the helper methods to implement ip4 and ip6.
4169
4170         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4171         * gst/udp/gstudpsrc.h:
4172         Use the helper methods to implement ip4 and ip6.
4173         Fixes #515962.
4174
4175 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4176
4177         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4178
4179         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4180         (gst_multipart_demux_get_gstname),
4181         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4182         * gst/multipart/multipartdemux.h:
4183         Don't blindly copy the mime-type as the caps name because they not
4184         always map directly. Instead use a hashtable with common mappings.
4185         Fixes #533287.
4186
4187 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4188
4189         * ext/esd/esdsink.c: (gst_esdsink_write):
4190         When we post an error, we must return -1 to let the parent know that we
4191         cannot write the segment else it will loop and continue to call us again
4192         forever. Patch by Michael Meeks.
4193
4194 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4195
4196         * gst/videomixer/videomixer.c:
4197           Add missing incudes.
4198
4199 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4200
4201         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4202         (gst_rtp_h264_pay_handle_buffer):
4203         * gst/rtp/gstrtph264pay.h:
4204         Correct a typo (sinle -> single).
4205
4206 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4207
4208         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4209         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4210         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4211         (gst_rtp_h264_depay_process):
4212         * gst/rtp/gstrtph264depay.h:
4213         Add experimental support for outputting quicktime-like AVC output in
4214         addition to the existing bytestream output.
4215
4216         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4217         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4218         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4219         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4220         (gst_rtp_h264_pay_get_property):
4221         * gst/rtp/gstrtph264pay.h:
4222         Make the parsing mode configurable, for some inputs we don't need to
4223         scan every byte for start codes.
4224         Only set the marker bit on ACCESS units.
4225
4226 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4227
4228         * gst/equalizer/gstiirequalizer.c:
4229         Use a bigger type in integer mode for the intermediate results to
4230         prevent overflows. This fixes the crippled sound when using the
4231         equalizer in integer mode. Fixes bug #510865.
4232
4233 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4234
4235         * gst/videomixer/videomixer.c:
4236         * gst/videomixer/videomixer.h:
4237         Instead of a random number for the request pad id's,
4238         use a counter.
4239
4240         Register the videomixerpad class from the element's class_init
4241         where it's safer, and allows the docs generator to scan it.
4242
4243 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4244
4245         * gst/smpte/Makefile.am:
4246         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4247         * gst/smpte/gstsmpte.h:
4248         * gst/smpte/gstsmptealpha.c:
4249         (gst_smpte_alpha_transition_type_get_type),
4250         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4251         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4252         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4253         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4254         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4255         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4256         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4257         * gst/smpte/gstsmptealpha.h:
4258         * gst/smpte/plugin.c: (plugin_init):
4259         Add new plugin that adds the SMPTE transition in the alpha channel of
4260         I420 and AYUV frames so that they can be blended with videomixer later
4261         on. Uses all niceties such as using base transform for efficient alloc
4262         and negotiation. It currently requires GstController to control the
4263         position in the transition effect.
4264
4265 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4266
4267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4268         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4269         * docs/plugins/gst-plugins-good-plugins.args:
4270         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4271         * docs/plugins/gst-plugins-good-plugins.interfaces:
4272         * docs/plugins/gst-plugins-good-plugins.types:
4273         * gst/videomixer/videomixer.c:
4274           Try using thaytans new mechanism to get extra classes into plugin
4275           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4276           missing still.
4277
4278 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4279
4280         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4281         Set proper rate in avi stream header for PCM audio, and also do some
4282         more sanity checks on caps in this case.  Fixes #511489.
4283
4284 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         * sys/v4l2/gstv4l2src.c:
4287         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4288         isn't implemented at all yet and this requires X headers to be
4289         installed. Fixes bug #533264.
4290
4291 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4292
4293         reviewed by: <delete if not using a buddy>
4294
4295         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4296         (gst_ebml_write_set_cache):
4297         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4298         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4299         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4300         (gst_matroska_demux_read_track_encodings),
4301         (gst_matroska_demux_add_stream),
4302         (gst_matroska_demux_handle_src_query),
4303         (gst_matroska_demux_init_stream),
4304         (gst_matroska_demux_parse_index_cuetrack),
4305         (gst_matroska_demux_parse_index_pointentry),
4306         (gst_matroska_demux_parse_info),
4307         (gst_matroska_demux_parse_metadata_id_simple_tag),
4308         (gst_matroska_demux_parse_metadata),
4309         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4310         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4311         (gst_matroska_demux_parse_cluster),
4312         (gst_matroska_demux_parse_contents_seekentry),
4313         (gst_matroska_demux_loop_stream_parse_id),
4314         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4315         (gst_matroska_demux_audio_caps),
4316         (gst_matroska_demux_subtitle_caps):
4317         * gst/matroska/matroska-demux.h:
4318         * gst/matroska/matroska-ids.c:
4319         (gst_matroska_track_init_subtitle_context):
4320         * gst/matroska/matroska-ids.h:
4321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4322         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4323         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4324         * sys/v4l2/gstv4l2src.c:
4325         * tests/check/pipelines/wavpack.c: (bus_handler):
4326         * win32/common/config.h:
4327
4328 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4329
4330         * ext/wavpack/gstwavpackstreamreader.c:
4331         * tests/examples/spectrum/demo-audiotest.c:
4332         * tests/examples/spectrum/demo-osssrc.c:
4333         Fix some compiler warnings.
4334
4335 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4336
4337         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4338         Small comment added.
4339
4340         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4341         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4342         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4343         Debug string cleanups (remove trailing \n)
4344         Refactor and clean up the payloader a bit and make sure that we only
4345         put one NAL unit in an RTP packet even if the input buffer contains
4346         multiple NAL units.
4347         Add suport for AVC format input.
4348
4349 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4350
4351         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4352         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4353         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4354         * gst/rtp/gstrtph264pay.h:
4355         Make it possible to specify profile-level-id and sprop-parameter-sets
4356         using properties in case they are not available in-stream.
4357
4358 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4359
4360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4361         * docs/plugins/gst-plugins-good-plugins.args:
4362         * docs/plugins/inspect/plugin-ladspa.xml:
4363           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4364
4365 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4366
4367         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4368         Send an initial BYTE segment to inform downstream of later seeking,
4369         and to forego sync attempts.
4370
4371 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4372
4373         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4374         Fix wrong caps string.
4375
4376 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4377
4378         Based on patch by: Olivier Crete <tester at tester dot ca>
4379
4380         * gst/rtp/Makefile.am:
4381         * gst/rtp/gstrtp.c: (plugin_init):
4382         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4383         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4384         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4385         (gst_rtp_g729_depay_plugin_init):
4386         * gst/rtp/gstrtpg729depay.h:
4387         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4388         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4389         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4390         * gst/rtp/gstrtpg729pay.h:
4391         Added G729 pay and depayloaders. Fixes #532409.
4392
4393 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4394
4395         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4396         Fix the calculation of the duration of the concealment packets.
4397
4398 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4399
4400         Based on patch by: Olivier Crete <tester at tester dot ca>
4401
4402         * gst/rtp/Makefile.am:
4403         * gst/rtp/gstrtp.c: (plugin_init):
4404         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4405         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4406         (parse_encode), (gst_rtp_dv_depay_setcaps),
4407         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4408         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4409         (gst_rtp_dv_depay_plugin_init):
4410         * gst/rtp/gstrtpdvdepay.h:
4411         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4412         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4413         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4414         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4415         (gst_dv_pay_negotiate), (include_dif),
4416         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4417         * gst/rtp/gstrtpdvpay.h:
4418         Add DV pay and depayloaders. Fixes #532423.
4419
4420 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4421
4422         * gst/matroska/matroska-demux.c:
4423         (gst_matroska_demux_push_dvd_clut_change_event):
4424         Convert subtitle palette info in VobSub private data from VobSub's
4425         (buggy) RGB to YUV.
4426
4427 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4428
4429         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4430         Do not leave fourcc stream header field empty upon reset.
4431         Fixes #519301.
4432
4433 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4434
4435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4437         * docs/plugins/inspect/plugin-goom.xml:
4438         * docs/plugins/inspect/plugin-goom2k1.xml:
4439         * gst/goom/gstgoom.c:
4440         * gst/goom2k1/gstgoom.c:
4441         Add goom2k1 into the docs.
4442
4443 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4444
4445         Based on patch by: Wouter Cloetens  <wouter at mind be>
4446
4447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4448         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4449         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4450         (gst_rtsp_decode_quoted_string),
4451         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4452         (gst_rtspsrc_setup_auth):
4453         Support Digest authentication. Fixes #532065.
4454
4455 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4456
4457         * gst/level/gstlevel.c:
4458           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4459           about whats needed for liboil acceleration. Simplify docs a bit.
4460
4461 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4462
4463         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4464
4465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4466         Update the track duration if the old one was invalid.
4467         Fixes bug #532117.
4468
4469 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4470
4471         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4472           Use GST_STR_NULL when trying to print sps and pps strings that could
4473           be NULL, as this might crash on some platforms.
4474
4475 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4476
4477         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4478
4479         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4480           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4481           set after creating the clipper.
4482
4483 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4484
4485         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4486
4487         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4488           Added checking of surface lost case after an unsuccessful
4489           IDirectDrawSurface7_Lock() call.
4490           If surface is lost, return GST_FLOW_OK.
4491
4492 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4493
4494         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4495
4496         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4497           WndProc, gst_directdraw_sink_window_thread):
4498           Improved Windows message loop and fixed window destruction issue.
4499           When the window which DirectDraw is rendering to is destroyed, the
4500           render/show_frame function will return GST_FLOW_ERROR.
4501           Partially fixes #520885.
4502
4503 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4504
4505         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4506
4507         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4508           Fixed mid stream resolution change bug, the offscreen surface is now
4509           released when set_caps is called.
4510           Partially fixes #520885.
4511
4512 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4513
4514         * sys/directdraw/gstdirectdrawsink.c
4515           (gst_directdraw_sink_buffer_alloc):
4516           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4517           width/height.
4518
4519           Especially when looking through the pool of buffers, make sure that
4520           the width/height of caps is used instead of the already negotiated
4521           dimensions.
4522           For example if a buffer with different caps is requested, i.e.
4523           higher resolution, the caller would get a buffer with the old
4524           dimensions and thus corrupt the heap.
4525
4526 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4527
4528         * sys/directdraw/gstdirectdrawsink.c
4529           (gst_directdraw_sink_buffer_alloc):
4530           Clear the flags on recycled buffers from buffer_alloc.
4531           Partially fixes #520885.
4532
4533 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4534
4535         * gst/rtp/gstrtpilbcpay.c:
4536           Added missing stdlib.h include for strtol(), and made include ordering and
4537           style consistent with the corresponding depayloader.
4538
4539 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4540
4541         * configure.ac:
4542           Error out if we don't have the required core/base versions.
4543
4544 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4545
4546         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4547
4548         * sys/osxvideo/cocoawindow.m:
4549         Fix compiler warnings on PPC64. Fixes bug #499318.
4550
4551 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4552
4553         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4554
4555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4556         Don't leak file descriptors on error. Fixes #531532.
4557
4558 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4559
4560         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4561         (gst_gconf_audio_src_change_state):
4562         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4563         (gst_gconf_video_sink_change_state):
4564         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4565         (gst_gconf_video_src_change_state):
4566         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4567         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4568         When we can't create a fakesink/fakesrc complain instead of unreffing
4569         NULL pointers and crashing later. See bug #530535.
4570
4571 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4572
4573         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4574         Add some more debug info and guard against small payloads.
4575
4576         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4577         Set duration on outgoing buffers because we can.
4578
4579 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4580
4581         Patch by: Olivier Crete <tester at tester dot ca>
4582
4583         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4584         (gst_speex_enc_init), (gst_speex_enc_chain):
4585         Add negotiation for the speex channels and rate. Fixes #465146.
4586
4587 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         Patch by: Olivier Crete <tester at tester dot ca>
4590
4591         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4592         (gst_rtp_speex_pay_getcaps):
4593         Add negotiation for the speex channels and rate. See #465146.
4594
4595 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4596
4597         Patch by: Olivier Crete <tester at tester dot ca>
4598
4599         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4600         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4601         Add negotiation for the ILBC mode. See #465146.
4602
4603 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4604
4605         * ext/soup/gstsouphttpsrc.c:
4606           Include stdlib to fix the build. Use g_free instead of free, libsoup
4607           uses glib.
4608
4609 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4610
4611         Patch by: j^ <j@bootlab.org>
4612
4613         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4614         Add more mpeg2 variants. Fixes #530886.
4615
4616 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4617
4618         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4619
4620         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4621           Don't error out if we get an ICMP destination-unreachable
4622           message when trying to read packets on win32 (#529454).
4623
4624 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4625
4626         * configure.ac:
4627         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4628           Use new error code for encrypted streams (which requires core CVS).
4629
4630 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4631
4632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4633           (gst_qtdemux_audiosrc_template):
4634           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4635
4636 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4637
4638         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4639         (speex_dec_chain_parse_data):
4640         Produce concealment data when time progresses in a segment update.
4641
4642 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4643
4644         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4645         (speex_dec_chain):
4646         Try to preserve input timestamps when we can.
4647         Do beginnings of error concealment.
4648
4649 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4650
4651         * gst/debug/gstnavigationtest.c:
4652           MSVC doesn't provide rint(), define an adequate replacement locally as
4653           elsewhere.
4654
4655 2008-04-28  Julien Moutte  <julien@fluendo.com>
4656
4657         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4658         format to pacify Mac OSX's gcc.
4659
4660 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4663           (DEFAULT_MAX), (src_template), (sink_template),
4664           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4665           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4666           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4667           Bring rndbuffersize element into a state that doesn't require us
4668           to move it to -bad immediately. For one, fix up default min/max
4669           values so that the element actuall works using the default values.
4670           Also, don't ignore flow return values and do some kind of minimal
4671           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4672           other gratuitious clean-ups.
4673
4674 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4675
4676         * docs/plugins/Makefile.am:
4677         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4679         * docs/plugins/gst-plugins-good-plugins.args:
4680         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4681         * docs/plugins/gst-plugins-good-plugins.interfaces:
4682         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4683         * docs/plugins/inspect/plugin-1394.xml:
4684         * docs/plugins/inspect/plugin-aasink.xml:
4685         * docs/plugins/inspect/plugin-alaw.xml:
4686         * docs/plugins/inspect/plugin-alpha.xml:
4687         * docs/plugins/inspect/plugin-alphacolor.xml:
4688         * docs/plugins/inspect/plugin-annodex.xml:
4689         * docs/plugins/inspect/plugin-apetag.xml:
4690         * docs/plugins/inspect/plugin-audiofx.xml:
4691         * docs/plugins/inspect/plugin-auparse.xml:
4692         * docs/plugins/inspect/plugin-autodetect.xml:
4693         * docs/plugins/inspect/plugin-avi.xml:
4694         * docs/plugins/inspect/plugin-cacasink.xml:
4695         * docs/plugins/inspect/plugin-cairo.xml:
4696         * docs/plugins/inspect/plugin-cdio.xml:
4697         * docs/plugins/inspect/plugin-cutter.xml:
4698         * docs/plugins/inspect/plugin-debug.xml:
4699         * docs/plugins/inspect/plugin-dv.xml:
4700         * docs/plugins/inspect/plugin-efence.xml:
4701         * docs/plugins/inspect/plugin-effectv.xml:
4702         * docs/plugins/inspect/plugin-equalizer.xml:
4703         * docs/plugins/inspect/plugin-esdsink.xml:
4704         * docs/plugins/inspect/plugin-flac.xml:
4705         * docs/plugins/inspect/plugin-flxdec.xml:
4706         * docs/plugins/inspect/plugin-gamma.xml:
4707         * docs/plugins/inspect/plugin-gconfelements.xml:
4708         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4709         * docs/plugins/inspect/plugin-goom.xml:
4710         * docs/plugins/inspect/plugin-halelements.xml:
4711         * docs/plugins/inspect/plugin-icydemux.xml:
4712         * docs/plugins/inspect/plugin-id3demux.xml:
4713         * docs/plugins/inspect/plugin-jpeg.xml:
4714         * docs/plugins/inspect/plugin-level.xml:
4715         * docs/plugins/inspect/plugin-matroska.xml:
4716         * docs/plugins/inspect/plugin-monoscope.xml:
4717         * docs/plugins/inspect/plugin-mulaw.xml:
4718         * docs/plugins/inspect/plugin-multifile.xml:
4719         * docs/plugins/inspect/plugin-multipart.xml:
4720         * docs/plugins/inspect/plugin-navigationtest.xml:
4721         * docs/plugins/inspect/plugin-ossaudio.xml:
4722         * docs/plugins/inspect/plugin-png.xml:
4723         * docs/plugins/inspect/plugin-quicktime.xml:
4724         * docs/plugins/inspect/plugin-rtp.xml:
4725         * docs/plugins/inspect/plugin-rtsp.xml:
4726         * docs/plugins/inspect/plugin-shout2send.xml:
4727         * docs/plugins/inspect/plugin-smpte.xml:
4728         * docs/plugins/inspect/plugin-spectrum.xml:
4729         * docs/plugins/inspect/plugin-speex.xml:
4730         * docs/plugins/inspect/plugin-taglib.xml:
4731         * docs/plugins/inspect/plugin-udp.xml:
4732         * docs/plugins/inspect/plugin-video4linux2.xml:
4733         * docs/plugins/inspect/plugin-videobalance.xml:
4734         * docs/plugins/inspect/plugin-videobox.xml:
4735         * docs/plugins/inspect/plugin-videocrop.xml:
4736         * docs/plugins/inspect/plugin-videoflip.xml:
4737         * docs/plugins/inspect/plugin-videomixer.xml:
4738         * docs/plugins/inspect/plugin-wavenc.xml:
4739         * docs/plugins/inspect/plugin-wavpack.xml:
4740         * docs/plugins/inspect/plugin-wavparse.xml:
4741         * docs/plugins/inspect/plugin-ximagesrc.xml:
4742           Add docs for gdkpixbufsink; update docs to CVS version.
4743
4744 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4745
4746         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4747         Remove test sync-offset by default.
4748
4749 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4752         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4753         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4754           Use GLib versions of htonl, htons, ntohl and ntohs in order
4755           to avoid problems on win32 (#529707).
4756
4757 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         Patch by: Jesús Corrius <jesus at softcatala org>
4760
4761         * gst/goom/filters.c: (zoomVector):
4762         * gst/goom/goom_core.c: (init_buffers):
4763           Fix build with mingw32: use rand() instead of random() and
4764           replace bzero() with memset(). Fixes #529692.
4765
4766 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4767
4768         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4769         Fix typo in comments.
4770
4771         * tests/examples/rtp/client-H263p-PCMA.sdp:
4772         * tests/examples/rtp/client-H263p-PCMA.sh:
4773         * tests/examples/rtp/client-H264-PCMA.sdp:
4774         * tests/examples/rtp/client-H264-PCMA.sh:
4775         * tests/examples/rtp/client-H264.sdp:
4776         * tests/examples/rtp/client-H264.sh:
4777         * tests/examples/rtp/client-PCMA.sdp:
4778         * tests/examples/rtp/client-PCMA.sh:
4779         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4780         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4781         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4782         Add some more docs and fix examples.
4783
4784 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         * tests/check/elements/multifile.c:
4787         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4788         declared in the former, some have it declared in the latter.
4789
4790 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4791
4792         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4793         * gst/debug/tests.c: (md5_get_value):
4794         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4795         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4796         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4797         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4798         Stop using deprecated GLib functions.
4799
4800 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4801
4802         * configure.ac:
4803         Back to development -> 0.10.8.1
4804
4805 === release 0.10.8 ===
4806
4807 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4808
4809         * configure.ac:
4810           releasing 0.10.8, "One For The Money"
4811
4812 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4813
4814         * configure.ac:
4815         0.10.7.4 pre-release
4816
4817 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4818
4819         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4820         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4821         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4822         * gst/goom/flying_stars_fx.c: (fs_free):
4823         * gst/goom/goom_config_param.h:
4824         * gst/goom/goom_core.c: (goom_init), (goom_close):
4825         * gst/goom/goom_plugin_info.h:
4826         * gst/goom/gstgoom.c: (gst_goom_finalize):
4827         * gst/goom/lines.c: (goom_lines_free):
4828         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4829         * gst/goom/surf3d.c: (grid3d_free):
4830         * gst/goom/surf3d.h:
4831         * gst/goom/tentacle3d.c: (tentacle_free):
4832         Free a bunch of stuff, and initialise things to fix leaks
4833         and valgrind warnings in the testsuite.
4834
4835         Fixes: #529268
4836
4837 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4838
4839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4840         (gst_rtspsrc_configure_caps):
4841         Ref caps as the return value for the request_pt_map signal.
4842         Remove some caps weirdness when configuring a stream. See #528245.
4843
4844 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4845
4846         * tests/icles/gdkpixbufsink-test.c:
4847           Add cast to placate gcc 4.1.2.
4848
4849 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4850
4851         * configure.ac:
4852         0.10.7.3 pre-release
4853
4854 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4855
4856         * tests/check/Makefile.am:
4857         Disable some more elements in the state test.
4858         Add a define so the soup test can find the test files
4859         it needs at runtime.
4860
4861         * tests/check/elements/souphttpsrc.c: (run_server):
4862
4863         Add a define so the soup test can find the test files
4864         it needs at runtime.
4865
4866 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4867
4868         * gst/goom/convolve_fx.c: (convolve_apply):
4869         Don't ever draw the GOOM logo.
4870         Fixes: #528615
4871
4872 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4873
4874         * ext/cdio/gstcdiocddasrc.c:
4875         * ext/dv/gstdvdemux.c: 
4876         gst_atomic_int_set ==> g_atomic_int_set
4877
4878 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4879
4880         * configure.ac:
4881         * gst/goom/Makefile.am:
4882         * gst/goom/convolve_fx.c:
4883         * gst/goom/default_scripts.h:
4884         * gst/goom/goom.h:
4885         * gst/goom/goom_core.c: (choose_a_goom_line):
4886         * gst/goom/goom_plugin_info.h:
4887         * gst/goom/goomsl.c:
4888         * gst/goom/goomsl.h:
4889         * gst/goom/goomsl_hash.c:
4890         * gst/goom/goomsl_hash.h:
4891         * gst/goom/goomsl_heap.c:
4892         * gst/goom/goomsl_heap.h:
4893         * gst/goom/goomsl_private.h:
4894         * gst/goom/plugin_info.c:
4895           Strip out the config/script parsing stuff, we don't need it.
4896           Fixes #527999.
4897
4898 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * gst/goom/plugin_info.c: (setOptimizedMethods):
4901           Disable altivec optimisations for 32-bit PPC as well to make
4902           things build properly on all PPC systems. Fixes #528143
4903
4904 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         * gst-plugins-good.spec.in:
4907           Update for souphttpsrc plugin which has moved to -good.
4908
4909 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4910
4911         * gst/matroska/matroska-demux.c:
4912         (gst_matroska_demux_handle_seek_event):
4913         Fix open-ended seeks in matroskademux
4914         Patch by: Mark Nauwelaerts <manauw skynet be>
4915         Fixes: #526557
4916
4917 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4918
4919         * tests/check/Makefile.am:
4920         Add soup test certificates to the dist.
4921
4922 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4923
4924         * ext/Makefile.am:
4925         Remove LADSPA reference I missed.
4926
4927 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4928
4929         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4930         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4931         over gnome-vfs and everything else. Fixes bug #527848.
4932
4933 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4934
4935         * configure.ac:
4936         * ext/Makefile.am:
4937         Remove LADSPA plugin. Fixes: #515978
4938
4939 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4940
4941         * configure.ac:
4942         * docs/plugins/Makefile.am:
4943         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4944         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4945         * docs/plugins/gst-plugins-good-plugins.args:
4946         * docs/plugins/inspect/plugin-soup.xml:
4947         * ext/Makefile.am:
4948         * tests/check/Makefile.am:
4949         Move soup plugin from -bad (Fixes: #523124)
4950
4951 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4952
4953         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4954         Fix bounds checking of mode in Speex header, which may
4955         produce negative numbers in speex <= 1.1.12
4956
4957 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         * gst/goom/Makefile.am:
4960         * gst/goom/gfontlib.c:
4961         * gst/goom/gfontlib.h:
4962         * gst/goom/gfontrle.c:
4963         * gst/goom/gfontrle.h:
4964         * gst/goom/goom.h:
4965         * gst/goom/goom_core.c: (goom_update):
4966         * gst/goom/goom_plugin_info.h:
4967         * gst/goom/gstgoom.c: (gst_goom_chain):
4968         * gst/goom/plugin_info.c:
4969           Remove a bunch of font/text related code that we don't need.
4970
4971 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * gst/goom/ppc_drawings.s:
4974         * gst/goom/ppc_zoom_ultimate.s:
4975           Change license of these files to LGPL, as permitted by the
4976           author, Guillaume Borios. See #515073.
4977
4978 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4979
4980         * gst/goom/convolve_fx.c:
4981         * gst/goom/motif_goom1.h:
4982         * gst/goom/motif_goom2.h:
4983           As hinted in Bug #518213, revert one change and fix warnings properly.
4984           This fixes both #518213 and #520073 for me.     
4985
4986 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4987
4988         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4989         * gst/matroska/matroska-demux.c:
4990         (gst_matroska_demux_handle_seek_event),
4991         (gst_matroska_demux_parse_contents_seekentry),
4992         (gst_matroska_demux_loop):
4993         Fix the Forte build by making function declaration signatures
4994         match the implementations.
4995
4996 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4997
4998         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4999         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5000         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5001           More logging when probing (see #518474), some comments in _reset().
5002
5003 2008-04-07  Julien Moutte  <julien@fluendo.com>
5004
5005         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5006         because of a bad argument number.
5007
5008 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * tests/icles/.cvsignore:
5011         * tests/icles/Makefile.am:
5012         * tests/icles/gdkpixbufsink-test.c:
5013           Interactive test app for gdkpixbufsink.
5014
5015 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5016
5017         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5018
5019         * configure.ac:
5020         Actually build dlls when cross-compiling with mingw32.
5021         Fixes bug #526247.
5022
5023 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5026           Don't munge device string to 'default:x' for capture devices.
5027           Fixes #525833.
5028
5029 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5030
5031         * ext/wavpack/gstwavpackparse.c:
5032         (gst_wavpack_parse_index_entry_free):
5033         Always use GSlice as we actually depend on GLib 2.12 already.
5034
5035 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * configure.ac:
5038           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5039           Also bump the GLib requirement to the current de-facto requirement
5040           (ie. 2.12).
5041
5042 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5043
5044         * gst/rtp/gstrtph264pay.c: (encode_base64),
5045         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5046         * gst/rtp/gstrtph264pay.h:
5047         Parse codec_data for future AVC compatibility.
5048         Fail when we encounter AVC data for now.
5049
5050 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5053           (gst_spectrum_init), (gst_spectrum_set_property),
5054           (gst_spectrum_get_property), (gst_spectrum_message_new):
5055           Rename property enums and default defines for the properties to match
5056           the property names and rephrase property descriptions to make them a
5057           bit clearer (hopefully). See #518188.
5058
5059 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * tests/check/Makefile.am:
5062         * tests/check/elements/.cvsignore:
5063         * tests/check/elements/gdkpixbufsink.c:
5064           Add unit test for gdkpixbufsink element.
5065
5066 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * ext/gdk_pixbuf/Makefile.am:
5069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5070         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5071           (gst_gdk_pixbuf_sink_base_init),
5072           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5073           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5074           (gst_gdk_pixbuf_sink_set_caps),
5075           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5076           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5077           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5078           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5079           (gst_gdk_pixbuf_sink_get_property):
5080         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5081           Add gdkpixbufsink element for easy snapshotting (#525946).
5082
5083 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5086         Bump timeout from 3 to 60 seconds.
5087
5088 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5089
5090         * tests/check/pipelines/.cvignore:
5091         Remove useless file.
5092
5093         * tests/check/pipelines/.cvsignore:
5094         Add new test to .cvsignore.
5095
5096 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5097
5098         * tests/check/Makefile.am:
5099         * tests/check/pipelines/wavpack.c: (bus_handler),
5100         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5101         (wavpack_suite), (main):
5102         Add unit test that encodes and decodes some data, checks that it
5103         is still the same and that all timestamps/offsets are perfect.
5104
5105 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5106
5107         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5108         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5109         * ext/wavpack/gstwavpackparse.c:
5110         (gst_wavpack_parse_index_entry_new),
5111         (gst_wavpack_parse_index_entry_free),
5112         (gst_wavpack_parse_base_init),
5113         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5114         Use GSlice for allocating index entries and use
5115         gst_element_class_set_details_simple().
5116
5117 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         Patch by: Brian Cameron <brian.cameron at sun dot com>
5120
5121         * sys/sunaudio/gstsunaudio.c:
5122         * sys/sunaudio/gstsunaudiomixer.c:
5123         * sys/sunaudio/gstsunaudiomixer.h:
5124         * sys/sunaudio/gstsunaudiomixerctrl.c:
5125         * sys/sunaudio/gstsunaudiomixerctrl.h:
5126         * sys/sunaudio/gstsunaudiomixertrack.c:
5127         * sys/sunaudio/gstsunaudiomixertrack.h:
5128         * sys/sunaudio/gstsunaudiosink.c:
5129         * sys/sunaudio/gstsunaudiosink.h:
5130         * sys/sunaudio/gstsunaudiosrc.c:
5131         * sys/sunaudio/gstsunaudiosrc.h:
5132           Fix up copyrights (#525860).
5133
5134 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5135
5136         * gst/goom/goomsl.c: (gsl_read_file):
5137           Check return value of fread() to avoid compiler warnings.
5138
5139 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5140
5141         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5142
5143         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5144         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5145         * gst/law/alaw-decode.h:
5146         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5147         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5148         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5149         * gst/law/mulaw-decode.h:
5150         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5151         Make negotiation a bit modern.
5152         Use pad_alloc. Fixes #525359.
5153
5154 2008-03-31  David Schleef  <ds@schleef.org>
5155
5156         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5157           compiles consistently.  Fixes #522278.
5158
5159 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         Patch by: Brian Cameron <brian.cameron at sun dot com>
5162
5163         * sys/sunaudio/gstsunaudiomixerctrl.c:
5164           (gst_sunaudiomixer_ctrl_get_volume),
5165           (gst_sunaudiomixer_ctrl_set_volume):
5166         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5167           Fix up the mixer tracks to use a volume range of 0-255, which is what
5168           the sun audio API uses. This simplifies the code and avoids rounding
5169           errors. Fixes #524593.
5170
5171 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5172
5173         * sys/v4l2/gstv4l2object.c:
5174         * sys/v4l2/gstv4l2object.h:
5175         Add device-fd property to make it possible to apps to call ioctl's.
5176
5177 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5178
5179         * gst/qtdemux/qtdemux.c: (next_entry_size):
5180         Unbreak streaming mode again.
5181
5182 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5185           Remove superfluous DEBUG macro.
5186
5187 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5188
5189         Based on patch by: William M. Brack <wbrack at mmm com hk>
5190
5191         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5192           (gst_v4l2src_set_capture):
5193           Check whether the device supports setting the framerate before
5194           trying to set it and then posting a warning or error if it doesn't
5195           work (#516649, #520092). Also compare fractions more correctly.
5196
5197 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/goom/Makefile.am:
5200           Remove ppc assembler optimisations from the build until they
5201           actually build (they also seem to have GPL headers).
5202
5203 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * m4/Makefile.am:
5206           Better not dist files that don't exist any longer (lrint*m4).
5207
5208 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5209
5210         * configure.ac:
5211         * m4/lrint.m4:
5212         * m4/lrintf.m4:
5213         Remove lrint/lrintf checks. We don't use it anywhere.
5214
5215 2008-03-18  Andy Wingo  <wingo@pobox.com>
5216
5217         * sys/osxvideo/osxvideosink.m
5218         (gst_osx_video_sink_osxwindow_destroy)
5219         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5220         task, whoopdee.
5221         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5222         2 ms.
5223
5224 2008-03-18  Andy Wingo  <wingo@pobox.com>
5225
5226         * sys/osxvideo/osxvideosink.m
5227         (gst_osx_video_sink_osxwindow_destroy)
5228         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5229         task, whoopdee.
5230         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5231         2 ms.
5232         
5233 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5234
5235         Patch by: William M. Brack <wbrack at mmm com hk>
5236
5237         * sys/v4l2/v4l2src_calls.c:
5238           (gst_v4l2src_probe_caps_for_format_and_size),
5239           (gst_v4l2src_probe_caps_for_format):
5240           Make sure the probed frame sizes are reversed in the resulting
5241           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5242           highest resolution first); also remove unused variable.
5243           (Partly fixes #520092)
5244
5245 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5246
5247         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5248
5249         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5250         (gst_rtspsrc_finalize):
5251         Call WSAStartup() and WSACleanup before using the Winsock API.
5252         See #520808.
5253
5254 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5255
5256         * gst/avi/gstavidemux.c:
5257           Erm, the buffer-size is just guint, no need for the special format
5258           specifier.
5259
5260 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5261
5262         * gst/goom/plugin_info.c:
5263         * gst/goom/ppc_zoom_ultimate.h:
5264           Small fixes to build more on PPC: ifdef out code that uses unknown
5265           define; add newline at end of header file to avoid compiler warning.
5266           Assembler code still doesn't build though.
5267
5268 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5269
5270         * gst/avi/gstavidemux.c:
5271           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5272           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5273
5274 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5275
5276         * gst/avi/gstavidemux.c:
5277           Chunksize is uint32. Fix format specifier.
5278
5279 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5280
5281         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5282         mistake. Return file to pure MIT text.
5283
5284 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5285
5286         * gst/audiofx/audiofx.c:
5287         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5288         of hardcoding values.
5289
5290 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         Patch by: Mark Nauwelaerts <manauw skynet be>
5293
5294         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5295           (gst_oss_src_close):
5296         * sys/oss/gstosssrc.h:
5297           Cache probed caps, so _get_caps() during recording doesn't cause
5298           ioctl calls which may disrupt the recording (fixes #521875).
5299
5300 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5301
5302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5303         (gst_qtdemux_activate_segment),
5304         (gst_qtdemux_prepare_current_sample),
5305         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5306         Make sure we always send a DISCONT after a seek by setting the sample
5307         index to an undefined value after a seek.
5308
5309 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5312           (GST_IS_AVI_SUBTITLE_CLASS):
5313           Fix up IS_FOO macros, which makes gtk-doc much happier.
5314
5315 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * tests/icles/Makefile.am:
5318           Move the -lgstfoo where it belongs.
5319
5320 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5321
5322         * gst/matroska/ebml-ids.h:
5323         Add ID for EBML CRC32 elements.
5324
5325         * gst/matroska/Makefile.am:
5326         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5327         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5328         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5329         (gst_ebml_read_header):
5330         Support reading 80bit floats, add finalize method to clean up
5331         in any case, support reading length/id elements with any length
5332         as long as it's smaller than our supported maximum, don't leak
5333         buffers if reading as much data as we wanted failed and some
5334         smaller cleanup.
5335
5336 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         Patch by: Olivier Crete <tester at tester dot ca>
5339
5340         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5341         Check that a buffer is large enough before reading from it.
5342         Fixes bug #521102.
5343         
5344 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5345
5346         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5347         Fix compilation after removing the GstPollMode from the
5348         constructor.
5349
5350 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5351
5352         * configure.ac:
5353         * gst/audiofx/Makefile.am:
5354         * gst/audiofx/audiochebband.c:
5355         * gst/audiofx/audiocheblimit.c:
5356         * gst/audiofx/math_compat.h:
5357         Check for sinh(), cosh() and asinh() and define our own
5358         implementations if they're not available. Fixes bug #520880.
5359
5360 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5361
5362         Patch by: Olivier Crete <tester at tester dot ca>
5363
5364         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5365         Unref the buffers only once when handling not-negotiated errors.
5366         Fixes bug #520764.
5367
5368 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5369
5370         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5371
5372         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5373         (gst_udpsrc_stop):
5374         Properly balance WSA_Cleanup with WSA_Startup.
5375         Also make the poll controllable on windows. Fixes #520888.
5376
5377 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5378
5379         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5380         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5381         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5382         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5383         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5384         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5385         (gst_ebml_read_date), (gst_ebml_read_master),
5386         (gst_ebml_read_binary), (gst_ebml_read_header):
5387         * gst/matroska/ebml-read.h:
5388         * gst/matroska/matroska-demux.c:
5389         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5390         (gst_matroska_demux_read_track_encodings),
5391         (gst_matroska_demux_add_stream),
5392         (gst_matroska_demux_handle_src_query),
5393         (gst_matroska_demux_handle_seek_event),
5394         (gst_matroska_demux_init_stream),
5395         (gst_matroska_demux_parse_tracks),
5396         (gst_matroska_demux_parse_index_cuetrack),
5397         (gst_matroska_demux_parse_index_pointentry),
5398         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5399         (gst_matroska_demux_parse_metadata_id_simple_tag),
5400         (gst_matroska_demux_parse_metadata_id_tag),
5401         (gst_matroska_demux_parse_metadata),
5402         (gst_matroska_demux_sync_streams),
5403         (gst_matroska_demux_push_hdr_buf),
5404         (gst_matroska_demux_push_flac_codec_priv_data),
5405         (gst_matroska_demux_push_xiph_codec_priv_data),
5406         (gst_matroska_demux_add_wvpk_header),
5407         (gst_matroska_demux_check_subtitle_buffer),
5408         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5409         (gst_matroska_demux_parse_cluster),
5410         (gst_matroska_demux_parse_contents_seekentry),
5411         (gst_matroska_demux_parse_contents),
5412         (gst_matroska_demux_loop_stream_parse_id),
5413         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5414         * gst/matroska/matroska-demux.h:
5415         * gst/matroska/matroska-ids.h:
5416         Handle return values from pull_range in a more granular way to properly
5417         shut down on seeks.
5418         Combine return values from push.
5419         Implement proper error handling.
5420         Prepare for handling seeking correctly.
5421
5422 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5423
5424         * gst/matroska/ebml-read.c:
5425         Use GINT64 formatting constants from GLIB.
5426
5427         * gst/matroska/matroska-demux.c:
5428         Add some guards to avoid a possible division by 0 and crashing
5429         with NULL events on some systems.
5430         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5431         conversion. 
5432
5433         * gst/matroska/matroska-mux.c:
5434         Check for invalid timestamps in a bunch of places to avoid
5435         writing bogus durations into the output file.
5436         Fix some double<->gint64 conversions that weren't using
5437         gst_guint64_to_gdouble
5438
5439 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5440
5441         * configure.ac:
5442         Move the checks for bison, flex and as to the program section and the
5443         check for gcc inline asm to the compiler characteristics section.
5444
5445 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5446
5447         * configure.ac:
5448         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5449         plug-ins are included/excluded. (#498222)
5450
5451 2008-02-29  Michael Smith <msmith@fluendo.com>
5452
5453         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5454           Don't call gst_object_sync_values() unless we have a valid timestamp.
5455
5456 2008-02-28  David Schleef  <ds@schleef.org>
5457
5458         * gst/matroska/matroska-demux.c:
5459         * gst/matroska/matroska-ids.h:
5460         * gst/matroska/matroska-mux.c:
5461           Fix Dirac mapping.  I had previously added a VfW-type
5462           mapping, but it looks like Dirac will get a native Matroska
5463           mapping, and this is the most likely method.
5464
5465 2008-02-28  David Schleef  <ds@schleef.org>
5466
5467         * gst/avi/gstavimux.c: Add Dirac encoding
5468
5469 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5470
5471         Patch by: Peter Kjellerstedt <pkj at axis com>
5472
5473         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5474         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5475         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5476         * gst/udp/gstudpsrc.h:
5477         Port to GstPoll. See #505417.
5478
5479 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5480
5481         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5482         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5483         yet on the srcpad. We need rate and channels before we
5484         can do any processing. Fixes bug #519088.
5485
5486 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5487
5488         * configure.ac:
5489         Detect and indicate if GCC inline assembly syntax is
5490         available.
5491
5492         * gst/goom/Makefile.am:
5493         * gst/goom/convolve_fx.c:
5494         * gst/goom/flying_stars_fx.c:
5495         * gst/goom/goom_config.h:
5496         * gst/goom/goom_core.c:
5497         * gst/goom/goomsl.c:
5498         * gst/goom/ifs.c:
5499         * gst/goom/mmx.c:
5500         * gst/goom/plugin_info.c:
5501         * gst/goom/xmmx.c:
5502         Fix various GCC-isms, and only build the inline assembly
5503         with compilers that support GCC inline assembly.
5504
5505         Fix a couple of other warnings shown with Forte.
5506
5507 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5508
5509         * gst/goom/xmmx.c:
5510           Use 'emms' instead of 'femms' to not crash on cpus that do not
5511           implement this 3dnow specific instruction.
5512
5513 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         * gst/goom/plugin_info.c: (setOptimizedMethods):
5516         Use extended MMX for draw_line() too if available, not only
5517         normal MMX.
5518
5519 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5520
5521         * ext/jpeg/gstjpeg.c: (plugin_init):
5522         Remove (commented out) smoke typefinder. This is in base now.
5523
5524 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5525
5526         * gst/goom2k1/Makefile.am:
5527         * gst/goom2k1/gstgoom.c:
5528
5529         Rename the installed library, and don't register the same 
5530         GType name as the new goom.
5531
5532 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5533
5534         * configure.ac:
5535         * ext/taglib/Makefile.am:
5536           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5537           when building C++ code (#516509).
5538
5539 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5540
5541         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5542         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5543           (setOptimizedMethods):
5544           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5545           anything useful. Export goom debug category so we can get
5546           rid of the VERBOSE define and the printfs.
5547
5548 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         * gst/goom/goomsl_heap.c: (align_it):
5551         * gst/goom/plugin_info.c: (setOptimizedMethods):
5552           Compile fixes for x86-64.
5553
5554 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5555
5556         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5557         with warnings, but add other CFLAGS
5558
5559         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5560         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5561         (calculate_labels), (gsl_read_file):
5562         * gst/goom/goomsl_lex.l:
5563         * gst/goom/goomsl_yacc.y:
5564         * gst/goom/plugin_info.c: Remove a few live printf, and
5565         fprintf, replace exit() calls with g_assert_not_reached()
5566         if it not optimal for a library
5567
5568 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5569
5570         * gst/goom/Makefile.am: Remove the warnings being disabled,
5571         fix linkage on x86, spotted by Sebastian Dröge
5572         <slomo@circular-chaos.org>
5573
5574         * gst/goom/convolve_fx.c (convolve_init),
5575         (create_output_with_brightness), (convolve_apply):
5576         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5577         * gst/goom/goomsl.c:
5578         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5579         * gst/goom/plugin_info.c:
5580         * gst/goom/tentacle3d.c (tentacle_fx_create):
5581         Fix warnings, and disable the motifs in the convolve_fx
5582         plugin (they were causing warnings, and they were just
5583         "Goom" in funny letterring)
5584
5585 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5586
5587         * configure.ac: Add checks for Flex/Yacc/Bison and other
5588         furry animals, for the new goom 2k4 based plugin
5589
5590         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5591         CPU optimisations (not working yet), move the old plugin to...
5592
5593         * gst/goom2k1/*: ... here, in case somebody is sick enough
5594
5595         Fixes #515073
5596
5597 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5598
5599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5600         Post the server response code in an error message instead of a generic
5601         'error' message. Fixes #517237.
5602
5603 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5604
5605         * tests/check/Makefile.am:
5606         Ignore gconfaudiosrc for the states unit test too. It will fallback
5607         to alsasrc if the gconf settings can't be read and not everybody has
5608         alsa.
5609
5610 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5611
5612         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5613         (gst_wavpack_parse_create_src_pad):
5614         * ext/wavpack/gstwavpackparse.h:
5615         Always report the duration if we know it in push mode and don't
5616         return 0 just to make totem believe we can't seek in push mode.
5617         Newer totem version use the SEEKING query which properly reports
5618         if we can seek or not.
5619
5620 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5621
5622         Patch by: Jens Granseuer <jensgr at gmx dot net>
5623
5624         * tests/examples/equalizer/demo.c: (main):
5625         C89 fix, moving variable declarations to the beginning of
5626         the block. Fixes bug #517933.
5627
5628 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5629
5630         * configure.ac:
5631         Back to development...
5632
5633 === release 0.10.7 ===
5634
5635 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5636
5637         * configure.ac:
5638           releasing 0.10.7, "Red Door Black"
5639
5640 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5641
5642         * gst/alpha/Makefile.am:
5643         Link alpha plugin with libgstbase. Fixes bug #517386.
5644
5645 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5646
5647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5648         Init values to -1 instead of the default 0 value.
5649         Fixes #516524.
5650
5651 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5652
5653         * tests/examples/spectrum/spectrum-example.c:
5654         Add missing include to fix compilation when libxml usage is disabled.
5655         Fixes: #516371
5656
5657 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5658
5659         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5660         fixes: #514889
5661
5662         * gst/rtp/gstrtph264pay.c:
5663         * gst/rtp/gstrtpmp4gdepay.c:
5664         * gst/rtp/gstrtpmp4gpay.c:
5665         * gst/rtp/gstrtpmp4gpay.h:
5666         * gst/rtp/gstrtptheorapay.c:
5667         * gst/rtp/gstrtpvorbispay.c:
5668
5669         Fix various leaks shown up in valgrind
5670         - free sprops and buffer in error cases in H264 payloader
5671         - fix leak in mp4g depayloader when construction the caps
5672         - don't leak config string in the mp4g payloader
5673         - don't leak buffers and headers in theora and vorbis payloaders
5674
5675         * tests/check/elements/rtp-payloading.c:
5676
5677         Fix the RTP data test
5678         - Actually send valid amr data to the payloader instead of 20
5679         zero-bytes
5680         - The mp4g payloader expects codec_data on the caps
5681
5682 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5683
5684         * win32/MANIFEST:
5685         Add libgstpng.dsp to MANIFEST.
5686         * win32/vs6/libgstaudiofx.dsp:
5687         Add new source files to VS project file.
5688
5689 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5690
5691         * sys/ximage/gstximagesrc.c:
5692         Initialise variables when opening the X display rather
5693         than in _start(), as the display can be opened before that.
5694
5695         Fixes: #515985
5696
5697 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5698
5699         * sys/directdraw/gstdirectdrawsink.c:
5700         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5701         (gst_directdraw_sink_finalize):
5702         Properly chain up finalize functions. Fixes bug #515980.
5703
5704 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5705
5706         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5707         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5708         (gst_v4l2_buffer_pool_class_init):
5709         Chain up the finalize functions. Fixes bug #515984.
5710
5711 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5712
5713         * sys/ximage/ximageutil.c:
5714         Chain up in the finalize function for our custom
5715         buffer sub-class.
5716         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5717         Fixes: #515706
5718
5719 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5720
5721         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5722         (gst_fenced_buffer_class_init):
5723         Properly chain up finalize method. Fixes bug #515979.
5724
5725 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5726
5727         * sys/ximage/gstximagesrc.c:
5728         Free allocated Damage memory before closing our connection to the
5729         X server. Partially fixes: #515706
5730
5731 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5732
5733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5734         * tests/check/Makefile.am:
5735         * tests/check/gst-plugins-good.supp:
5736         Add a few libjpeg suppressions and initialize a variable to
5737         make smokeenc valgrind clean. Fixes bug #515701.
5738
5739 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5740
5741         * gst/avi/gstavidemux.c:
5742         Revert patch which sends timestamps only on keyframes, as it
5743         breaks playback with current gst-ffmpeg.
5744
5745         Fixes: #515562
5746
5747 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5748
5749         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5750         * tests/check/elements/multifile.c: (GST_START_TEST):
5751         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5752
5753 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5754
5755         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5756         Use and unset the GError when pipeline creation fails instead of
5757         simply leaking it. Fixes bug #515704.
5758
5759 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5760
5761         * gst/audiofx/audioamplify.c:
5762         * gst/audiofx/audiochebband.c:
5763         * gst/audiofx/audiocheblimit.c:
5764         * gst/audiofx/audiodynamic.c:
5765         * gst/audiofx/audioinvert.c:
5766         * gst/audiofx/audiopanorama.c:
5767         * gst/audiofx/audiowsincband.c:
5768         * gst/audiofx/audiowsinclimit.c:
5769         Fix long description of audiofx elements. Fixes bug #515457.
5770
5771 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5772
5773         * docs/plugins/Makefile.am:
5774         * gst/spectrum/gstspectrum.c:
5775         * tests/examples/spectrum/.cvsignore:
5776         * tests/examples/spectrum/Makefile.am:
5777         * tests/examples/spectrum/spectrum-example.c:
5778
5779         Add a simple example application for the spectrum element, include it
5780         in the docs, and fix some documentation ambiguities.
5781
5782         Fixes: #348085
5783
5784 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5785
5786         * gst/equalizer/Makefile.am:
5787         * gst/spectrum/Makefile.am:
5788         Fix includes order
5789
5790         * tests/check/Makefile.am:
5791         Exclude v4l2src from the states test - it takes too long to start.
5792
5793         * tests/check/elements/spectrum.c:
5794         Make the test run properly with CK_FORK=no
5795
5796 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5797
5798         * gst/audiofix/Makefile.am: add missing header files 
5799
5800 2008-02-08  Julien Moutte  <julien@fluendo.com>
5801
5802         * gst/matroska/matroska-demux.c:
5803         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5804         keyframe and delta units correctly when dealign with a BlockGroup.
5805         Fixes: #514397
5806
5807 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5808
5809         * tests/check/elements/.cvsignore:
5810         Spell the new tests correctly in .cvsignore
5811
5812 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5815           Need to use gsize here for the size, fixes compiler warning.
5816
5817         * tests/examples/equalizer/.cvsignore:
5818         * tests/examples/equalizer/Makefile.am:
5819         * tests/examples/spectrum/.cvsignore:
5820         * tests/examples/spectrum/Makefile.am:
5821           Add missing files to fix the build.
5822
5823 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5824
5825         * configure.ac:
5826         * docs/plugins/Makefile.am:
5827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5828         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5829         * docs/plugins/gst-plugins-good-plugins.args:
5830         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5831         * docs/plugins/inspect/plugin-multifile.xml:
5832         * tests/check/Makefile.am:
5833         * tests/check/elements/.cvsignore:
5834
5835         Move multifile plugin from -bad.
5836         Fixes: #490283
5837
5838 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5839
5840         * configure.ac:
5841         * docs/plugins/Makefile.am:
5842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5843         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5844         * docs/plugins/gst-plugins-good-plugins.args:
5845         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5846         * docs/plugins/inspect/plugin-spectrum.xml:
5847         * gst/spectrum/Makefile.am:
5848         * tests/check/Makefile.am:
5849         * tests/check/elements/.cvsignore:
5850         * tests/examples/Makefile.am:
5851
5852         Move spectrum plugin from -bad.
5853         Move examples into tests/examples/spectrum.
5854
5855 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5856
5857         * configure.ac:
5858         * docs/plugins/Makefile.am:
5859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5860         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5861         * docs/plugins/gst-plugins-good-plugins.args:
5862         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5863         * docs/plugins/gst-plugins-good-plugins.interfaces:
5864         * docs/plugins/inspect/plugin-equalizer.xml:
5865         * gst/equalizer/Makefile.am:
5866         * tests/check/Makefile.am:
5867         * tests/examples/Makefile.am:
5868         Move the equalizer plugin across from -bad
5869
5870         * tests/check/elements/.cvsignore:
5871         Add equalizer, audiosincwband and audiosincwlimit
5872
5873         * tests/check/elements/equalizer.c:
5874         Fix compiler warnings
5875
5876         Fixes: #415627
5877
5878 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5879
5880         * configure.ac:
5881         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5882         are treated like releases and build without it.
5883
5884 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5885
5886         * docs/plugins/Makefile.am:
5887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5889         * docs/plugins/gst-plugins-good-plugins.args:
5890         * docs/plugins/inspect/plugin-audiofx.xml:
5891         * gst/audiofx/Makefile.am:
5892         * gst/audiofx/audiofx.c:
5893         * gst/audiofx/audiowsincband.c:
5894         * gst/audiofx/audiowsincband.h:
5895         * gst/audiofx/audiowsinclimit.c:
5896         * gst/audiofx/audiowsinclimit.h:
5897         * tests/check/Makefile.am:
5898         * tests/check/elements/audiowsincband.c:
5899         * tests/check/elements/audiowsinclimit.c:
5900
5901         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5902         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5903         respectively.
5904
5905         Fixes: #467666
5906
5907 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5908
5909         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5910         * tests/check/elements/icydemux.c:
5911           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5912           caps, and add a somewhat useful debug message. Plus test.
5913
5914 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5915
5916         * gst/rtsp/gstrtspsrc.c:
5917         Include unistd.h only if HAVE_UNISTD_H is defined
5918         * win32/common/config.h.in:
5919         * win32/common/config.h:
5920         Define socklen_t as it seems it's not defined in default 
5921         Visual Studio headers.
5922         * win32/vs6/libgstalpha.dsp:
5923         * win32/vs6/libgstapetag.dsp:
5924         * win32/vs6/libgstavi.dsp:
5925         * win32/vs6/libgstrtp.dsp:
5926         * win32/vs6/libgstrtsp.dsp:
5927         * win32/vs6/libgstvideomixer.dsp:
5928         Update project file dependencies and add new source files       
5929
5930 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5931
5932         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5933
5934         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5935         Don't leak buffers when we don't push them downstream.
5936         Fixes bug #514965.
5937
5938 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         * configure.ac:
5941           Bump requirements to (good) released versions to avoid
5942           confusion and make implicit core requirement explicit.
5943
5944 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5945
5946         * docs/plugins/Makefile.am:
5947         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5949         * docs/plugins/gst-plugins-good-plugins.args:
5950         * docs/plugins/inspect/plugin-audiofx.xml:
5951         * gst/audiofx/Makefile.am:
5952         * gst/audiofx/audiochebband.c:
5953         * gst/audiofx/audiochebband.h:
5954         * gst/audiofx/audiocheblimit.c:
5955         * gst/audiofx/audiocheblimit.h:
5956         * gst/audiofx/audiochebyshevfreqband.c:
5957         * gst/audiofx/audiochebyshevfreqband.h:
5958         * gst/audiofx/audiochebyshevfreqlimit.c:
5959         * gst/audiofx/audiochebyshevfreqlimit.h:
5960         * gst/audiofx/audiofx.c:
5961         * tests/check/Makefile.am:
5962         * tests/check/elements/.cvsignore:
5963         * tests/check/elements/audiochebband.c:
5964         * tests/check/elements/audiocheblimit.c:
5965         * tests/check/elements/audiochebyshevfreqband.c:
5966         * tests/check/elements/audiochebyshevfreqlimit.c:
5967
5968         Rename audiochebyshevfreqband -> audiochebband and
5969         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5970         surgery.
5971
5972         Closes: #491811
5973
5974 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5975
5976         Patch by: Orjan Friberg <orjanf at axis dot com>
5977
5978         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5979         Fix caps memory leak. Fixes #514573.
5980
5981 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5982
5983         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5984         If there's no entries in the subindex, don't try to do anything stupid,
5985         just return.
5986
5987 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         Patch by: John Millikin <jmillikin at gmail dot com>
5990
5991         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5992           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5993           Fix extraction of picture blocks with newer libflac versions again:
5994           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5995
5996 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         * tests/check/Makefile.am:
5999           Add rtp-payloading test to VALGRIND_TO_FIX.
6000
6001         * tests/check/elements/rtp-payloading.c:
6002           Add semicolons after GST_TEST_END so gst-indent gets the
6003           formatting right; make test less verbose in general, but
6004           more verbose in the error case (which should probably
6005           make the test fail anyway).
6006
6007 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6008
6009         * docs/plugins/Makefile.am:
6010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6012         * gst/avi/gstavisubtitle.c:
6013         Add documentation for avisubtitle and change class to
6014         Codec/Parser/Subtitle
6015
6016 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6017
6018         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6019         Treat ENOTTY (driver does not implement ioctl) the same as
6020         EINVAL since it implies there are no available standards.
6021
6022         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6023         (gst_v4l2src_get_nearest_size):
6024         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6025         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6026         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6027         reason, and if we aren't yet actively capturing.
6028
6029         * sys/v4l2/v4l2src_calls.h:
6030         Remove replaced function declaration.
6031
6032 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6033
6034         * configure.ac:
6035         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6036         API.
6037
6038 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6039
6040         * configure.ac:
6041         Fix typo.
6042
6043 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6044
6045         * gst/alpha/Makefile.am:
6046         * gst/alpha/gstalpha.c:
6047
6048         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6049         some stuff, and making buffer-alloc and resizing work automatically.
6050         No longer crashes on odd frame widths and heights, although there
6051         seems to be a disagreement with ffmpegcolorspace about what size
6052         an AYUV frame with odd height should be.
6053
6054 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6055
6056         Patch by: Alessandro Decina <alessandro at nnva dot org>
6057
6058         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6059         * ext/libpng/gstpngenc.h:
6060         Preallocate the output buffer so that g_memdup() and
6061         gst_buffer_merge() aren't needed anymore. This greatly improves
6062         performances and fixes #512544.
6063
6064 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6065
6066         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6067         (gst_avi_demux_stream_data):
6068         GStreamer timestamps are PTS values while AVI only knows about DTS
6069         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6070         we are dealing with a key frame.
6071
6072 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6073
6074         * tests/check/Makefile.am:
6075         * tests/check/elements/.cvsignore:
6076         * tests/check/elements/rtp-payloading.c:
6077           Add add testsuite for the rtp-payloader that tries simulating
6078           dataflow. Needs more test data.
6079
6080 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6081
6082         * tests/check/elements/alphacolor.c:
6083           Remove two unused variables.
6084
6085 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6088           Use g_ascii_strtoll() instead of atoll, which is only
6089           available in C99.
6090
6091 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6092
6093         * gst/rtp/Makefile.am:
6094         * gst/rtp/gstrtp.c:
6095         * gst/rtp/gstrtpmpvpay.c:
6096         * gst/rtp/gstrtpmpvpay.h:
6097         Add MPEG2 video payloader
6098
6099 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6100
6101         * gst/level/gstlevel.c:
6102         Use #include <math.h> instead of #include "math.h".
6103
6104 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6105
6106         * tests/check/Makefile.am:
6107         Fix up some CFLAGS sets.
6108         Don't include gconfvideosrc in the states test.
6109
6110         * tests/check/elements/autodetect.c: (GST_START_TEST):
6111         Add some error strings to fail_unless arguments to fix some weird
6112         compiler errors on Solaris.
6113
6114 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6115
6116         * configure.ac:
6117         Detect video4linux headers on Solaris too.
6118         * sys/v4l2/gstv4l2colorbalance.h:
6119         * sys/v4l2/gstv4l2object.h:
6120         * sys/v4l2/v4l2_calls.c:
6121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6122         (gst_v4l2_buffer_new):
6123
6124         Make v4l2 build on Solaris.
6125         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6126         Fixes: #510505
6127
6128 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6129
6130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6131           Update list from (still local) scanning script.
6132
6133 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6134
6135         Based on a patch by:
6136             Victor STINNER <victor dot stinner at haypocalc dot com>
6137
6138         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6139         Set variable to NULL after freeing it to prevent double frees
6140         or make failures by another use of it afterwards more obvious
6141         and fix use of it after the freeing. Fixes bug #510592.
6142
6143 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6144
6145         * gst/udp/gstmultiudpsink.c:
6146         use GST_WARNING for logging
6147
6148 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6149
6150         * gst/udp/gstmultiudpsink.c:
6151         Don't try to leave a multicast group with an invalid socket
6152
6153 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6154
6155         * ext/flac/gstflacdec.c:
6156           Fix compilation against flac 1.1.2 (as on debian stable), where
6157           the picture metadata defines and structs don't exist yet.
6158           Fixes #509301.
6159
6160 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6161
6162         Patch by: Olivier Crete <tester at tester dot ca>
6163
6164         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6165         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6166         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6167         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6168         * gst/udp/gstmultiudpsink.h:
6169         Add property to automatically join a multicast group or not. This can be
6170         useful when sharing a socket between multiple elements.
6171         Fixes #509531.
6172
6173 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6174
6175         * gst/videomixer/Makefile.am:
6176           Add controller flags.
6177
6178 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6179
6180         * gst/videomixer/videomixer.c:
6181           Also commit the missing gst_object_sync_values().
6182
6183 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6184
6185         * docs/plugins/Makefile.am:
6186           Remove duplicate entry.
6187
6188 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * docs/plugins/Makefile.am:
6191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6193         * docs/plugins/inspect/plugin-gamma.xml:
6194         * docs/plugins/inspect/plugin-monoscope.xml:
6195         * docs/plugins/inspect/plugin-video4linux2.xml:
6196           Add 3 more plugins to docs.
6197
6198 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6199
6200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6201         * sys/osxvideo/osxvideosink.h:
6202           Revert previous change caused by a file that got stuck on an old
6203           revision.
6204
6205 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6208         * gst/multipart/Makefile.am:
6209         * gst/multipart/multipartdemux.c:
6210         * gst/multipart/multipartdemux.h:
6211         * gst/multipart/multipartmux.c:
6212         * gst/multipart/multipartmux.h:
6213           Re-add multipartdemux to the docs. Last round of section cleanup.
6214
6215 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6216
6217         * docs/plugins/Makefile.am:
6218         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6219         * sys/osxaudio/gstosxaudiosink.h:
6220         * sys/osxvideo/osxvideosink.h:
6221           Managed to resolve most unused declarations. Filed a bug for one left.          
6222
6223 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6224
6225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6226           Cleanup section file.
6227
6228 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6229
6230         * docs/plugins/Makefile.am:
6231         * docs/plugins/gst-plugins-good-plugins.args:
6232         * docs/plugins/gst-plugins-good-plugins.signals:
6233         * docs/plugins/inspect/plugin-alaw.xml:
6234         * docs/plugins/inspect/plugin-alpha.xml:
6235         * docs/plugins/inspect/plugin-alphacolor.xml:
6236         * docs/plugins/inspect/plugin-annodex.xml:
6237         * docs/plugins/inspect/plugin-apetag.xml:
6238         * docs/plugins/inspect/plugin-audiofx.xml:
6239         * docs/plugins/inspect/plugin-auparse.xml:
6240         * docs/plugins/inspect/plugin-autodetect.xml:
6241         * docs/plugins/inspect/plugin-avi.xml:
6242         * docs/plugins/inspect/plugin-cairo.xml:
6243         * docs/plugins/inspect/plugin-cdio.xml:
6244         * docs/plugins/inspect/plugin-cutter.xml:
6245         * docs/plugins/inspect/plugin-debug.xml:
6246         * docs/plugins/inspect/plugin-dv.xml:
6247         * docs/plugins/inspect/plugin-efence.xml:
6248         * docs/plugins/inspect/plugin-effectv.xml:
6249         * docs/plugins/inspect/plugin-flac.xml:
6250         * docs/plugins/inspect/plugin-flxdec.xml:
6251         * docs/plugins/inspect/plugin-gconfelements.xml:
6252         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6253         * docs/plugins/inspect/plugin-goom.xml:
6254         * docs/plugins/inspect/plugin-halelements.xml:
6255         * docs/plugins/inspect/plugin-icydemux.xml:
6256         * docs/plugins/inspect/plugin-id3demux.xml:
6257         * docs/plugins/inspect/plugin-jpeg.xml:
6258         * docs/plugins/inspect/plugin-ladspa.xml:
6259         * docs/plugins/inspect/plugin-level.xml:
6260         * docs/plugins/inspect/plugin-matroska.xml:
6261         * docs/plugins/inspect/plugin-mulaw.xml:
6262         * docs/plugins/inspect/plugin-multipart.xml:
6263         * docs/plugins/inspect/plugin-navigationtest.xml:
6264         * docs/plugins/inspect/plugin-png.xml:
6265         * docs/plugins/inspect/plugin-quicktime.xml:
6266         * docs/plugins/inspect/plugin-rtp.xml:
6267         * docs/plugins/inspect/plugin-rtsp.xml:
6268         * docs/plugins/inspect/plugin-shout2send.xml:
6269         * docs/plugins/inspect/plugin-smpte.xml:
6270         * docs/plugins/inspect/plugin-speex.xml:
6271         * docs/plugins/inspect/plugin-taglib.xml:
6272         * docs/plugins/inspect/plugin-udp.xml:
6273         * docs/plugins/inspect/plugin-videobalance.xml:
6274         * docs/plugins/inspect/plugin-videobox.xml:
6275         * docs/plugins/inspect/plugin-videocrop.xml:
6276         * docs/plugins/inspect/plugin-videoflip.xml:
6277         * docs/plugins/inspect/plugin-videomixer.xml:
6278         * docs/plugins/inspect/plugin-wavenc.xml:
6279         * docs/plugins/inspect/plugin-wavpack.xml:
6280         * docs/plugins/inspect/plugin-wavparse.xml:
6281           Update plugin docs.
6282
6283         * gst/videomixer/Makefile.am:
6284         * gst/videomixer/videomixer.c:
6285         * gst/videomixer/videomixer.h:
6286         * gst/videomixer/videomixerpad.h:
6287           Split out header to fix warnings from the doc-build.
6288
6289 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6290
6291         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6292
6293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6294         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6295
6296 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6300           Initialise variables to work around (false) 'foo might be used
6301           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6302
6303 2008-01-11  David Schleef  <ds@schleef.org>
6304
6305         * docs/plugins/.cvsignore:
6306         * tests/check/pipelines/.cvsignore:
6307           Ignore more files for the buildbot.
6308
6309 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6310
6311         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6312         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6313         Generate the image-type values correctly. Leave them out of the caps
6314         when outputting a "preview image" tag, since it only makes sense
6315         to have one of those - the type is irrelevant.
6316
6317         * sys/sunaudio/gstsunaudiomixerctrl.c:
6318         (gst_sunaudiomixer_ctrl_open):
6319         If we can, mark the mixer multiple open when we use it, in case
6320         (for some reason) the process wants to open it again elsewhere.
6321
6322 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6323
6324         Patch by: Olivier Crete <tester at tester dot ca>
6325
6326         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6327         * gst/rtp/gstrtptheorapay.c:
6328         Fix the clock rate to 90000 as required by the RFC.
6329         Fixes #508644.
6330
6331 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6332
6333         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6334           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6335
6336 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6337
6338         * autogen.sh:
6339           Add -Wno-portability to the automake parameters to stop warnings
6340           about GNU make extensions being used. We require GNU make in almost
6341           every Makefile anyway.
6342           
6343         * configure.ac:
6344           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6345           at the same time is required for per target flags.
6346
6347 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6348
6349         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6350         Fix error from my last commit.
6351
6352 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6355
6356         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6357           Make sure the ISO 639-X language code in ID3v2 COMM frames
6358           is actually valid UTF-8 (or rather: ASCII), so we don't end
6359           up with non-UTF8 strings in tags if there's garbage in the
6360           language field. Also make sure the language code is always
6361           lower case. Fixes: #508291.
6362
6363 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * ChangeLog:
6366           Fix ChangeLog typo.
6367
6368 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * Makefile.am:
6371           Include lcov.mak to allow building coverage reports. Guard
6372           check-torture target like in the other packages.
6373
6374 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6375
6376         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6377
6378         * gst/videomixer/videomixer.c:
6379         (gst_videomixer_set_master_geometry), (_do_init),
6380         (gst_videomixer_child_proxy_get_child_by_index),
6381         (gst_videomixer_child_proxy_get_children_count),
6382         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6383         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6384         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6385         Implement GstChildProxy interface.
6386         Send newsegment at the right moment
6387         Fixes #488879
6388
6389 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6390
6391         * gst/alpha/Makefile.am:
6392         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6393         (gst_alpha_sink_event), (gst_alpha_chain),
6394         (gst_alpha_change_state), (plugin_init):
6395         Make the various properties of 'alpha' controllable. This allows doing
6396         niceties like fade-in/fade-out.
6397
6398 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6399
6400         * gst/rtp/gstasteriskh263.c:
6401         * gst/rtp/gstrtpL16depay.c:
6402         * gst/rtp/gstrtpac3depay.c:
6403         * gst/rtp/gstrtpamrpay.c:
6404         * gst/rtp/gstrtpdepay.c:
6405         * gst/rtp/gstrtpgsmdepay.c:
6406         * gst/rtp/gstrtph263depay.c:
6407         * gst/rtp/gstrtph263pdepay.c:
6408         * gst/rtp/gstrtph263ppay.c:
6409         * gst/rtp/gstrtph264depay.c:
6410         * gst/rtp/gstrtph264pay.c:
6411         * gst/rtp/gstrtpmp2tdepay.c:
6412         * gst/rtp/gstrtpmp4adepay.c:
6413         * gst/rtp/gstrtpmp4gdepay.c:
6414         * gst/rtp/gstrtpmp4gpay.c:
6415         * gst/rtp/gstrtpmp4vdepay.c:
6416         * gst/rtp/gstrtpmpadepay.c:
6417         * gst/rtp/gstrtpmpvdepay.c:
6418         * gst/rtp/gstrtpsv3vdepay.c:
6419         * gst/rtp/gstrtptheoradepay.c:
6420         * gst/rtp/gstrtptheorapay.c:
6421         * gst/rtp/gstrtpvorbisdepay.c:
6422         * gst/rtp/gstrtpvorbispay.c:
6423           Remove copy/paste unused code (property setters and getter) found by
6424           the coverage suite (yay, saves ~20k on disk).
6425
6426 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6429           (videosink_templ):
6430           Also fix up pad templates to indicate that image/jpeg doesn't
6431           absolutely require the framerate property to be set (#504081).
6432
6433 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6434
6435         Based on patch by: Wouter Cloetens  <wouter at mind be>
6436
6437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6438           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6439           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6440         * gst/matroska/matroska-mux.h:
6441           Keep track of first and last timestamps for each incoming stream,
6442           so we can calculate the total duration for live sources and other
6443           input where we can't query the duration from the start or where
6444           there's no constant framerate from which we can deduce the
6445           duration; also use calculated/observed duration if it is bigger
6446           than the previously queried duration. Furthermore, use
6447           gst_pad_query_peer_duration() and take into account that it may
6448           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6449           screws up comparisons when using unsigned integers. Fixes #504081.
6450
6451 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6452
6453         * configure.ac:
6454         * gst/audiofx/audioamplify.c:
6455         (gst_audio_amplify_clipping_method_get_type),
6456         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6457         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6458         (gst_audio_dynamic_transform_ip):
6459         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6460         (gst_audio_invert_transform_ip):
6461         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6462         (gst_audio_panorama_transform):
6463         * gst/level/gstlevel.c: (gst_level_init):
6464         Make elements GST_BUFFER_FLAG_GAP aware and call
6465         gst_base_transform_set_gap_aware for this.
6466         Bump core requirement to CVS.
6467         
6468         * gst/audiofx/audiochebyshevfreqband.c:
6469         (gst_audio_chebyshev_freq_band_transform_ip):
6470         * gst/audiofx/audiochebyshevfreqlimit.c:
6471         (gst_audio_chebyshev_freq_limit_transform_ip):
6472         Also sync GObject properties to the controller if operating
6473         in passthrough mode.
6474
6475 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * sys/directdraw/gstdirectdrawsink.c:
6478           (gst_directdraw_sink_window_thread):
6479           FALSE is not a gpointer.
6480
6481 2008-01-05  Julien Moutte  <julien@fluendo.com>
6482
6483         * sys/directdraw/gstdirectdrawsink.c:
6484         (gst_directdraw_sink_set_window_id),
6485         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6486         (gst_directdraw_sink_buffer_alloc),
6487         (gst_directdraw_sink_draw_borders),
6488         (gst_directdraw_sink_show_frame),
6489         (gst_directdraw_sink_setup_ddraw),
6490         (gst_directdraw_sink_window_thread),
6491         (gst_directdraw_sink_get_ddrawcaps),
6492         (gst_directdraw_sink_surface_create): Make sure we create our
6493         internal window only when we need it. That will give a chance to
6494         the application to get the prepare-xwindow-id bus message. Draw
6495         black borders when keeping aspect ratio. Handle the case where our
6496         rendering window disappears (closed or errors) like other sinks
6497         do. Various 80 columns fixes, improve state change order. That
6498         element could need some more love.
6499
6500 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6501
6502         * ext/taglib/gstapev2mux.h:
6503         * ext/taglib/gstid3v2mux.h:
6504         Remove useless typedefs without new type name. Fixes a warning with
6505         gcc 4.3.
6506
6507 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6508
6509         Patch by: John Millikin <jmillikin at gmail dot com>
6510
6511         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6512         (gst_flac_dec_setup_stream_decoder),
6513         (gst_flac_normalize_picture_mime_type),
6514         (gst_flac_extract_picture_buffer),
6515         (gst_flac_dec_metadata_callback):
6516         Emit metadata messages when a PICTURE block is encountered.
6517         Fixes #506715.
6518
6519 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6520
6521         * gst/avi/gstavi.c:
6522         increase rank because no known issues anymore ...
6523         * gst/avi/gstavisubtitle.c:
6524         send subtitle name to the srcpad
6525
6526 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6527
6528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6529         * gst/rtsp/gstrtspsrc.h:
6530         Implement redirect for the DESCRIBE reply. Fixes #506025.
6531
6532 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6533
6534         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6535         Fix 'xyz may be used uninitialized' compiler warnings caused
6536         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6537         abort() in any case but properly report the error.
6538
6539 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6542         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6543         * sys/ximage/gstximagesrc.c: (composite_pixel):
6544           Fix 'xyz may be used uninitialized' compiler warnings caused
6545           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6546           not really nice to abort in any case). Fixes #505745.
6547
6548 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6551           Small unit test fix (has no practical impact at the moment,
6552           since we're only feeding utf8 and hence just create a sub-
6553           buffer for the output).
6554
6555 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6556
6557         * gst/avi/gstavisubtitle.c:
6558         * tests/check/elements/avisubtitle.c:
6559         Add seeking support for avi subtitle
6560
6561 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6562
6563         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6564         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6565         (gst_flac_dec_write):
6566         * ext/flac/gstflacdec.h:
6567         Remove some unused vars.
6568         Do more cleanup of leftover events and tags.
6569         Output tags after the segment event. Fixes #504018.
6570
6571 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6574           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6575           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6576           Detect other UTF byte order markers and convert to UTF-8 as
6577           appropriate.
6578
6579 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6580
6581         * gst/avi/gstavisubtitle.c: (src_template),
6582           (gst_avi_subtitle_extract_utf8_file),
6583           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6584           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6585           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6586         * gst/avi/gstavisubtitle.h:
6587           Refactor a bit; fix name extraction; don't assume all the data
6588           in the chunk is actually subtitle data, there may be padding at
6589           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6590           file so it's there to send again after a seek (for future use).
6591
6592 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6593
6594         * gst/avi/Makefile.am:
6595         * gst/avi/gstavi.c:
6596         * gst/avi/gstavisubtitle.c:
6597         * gst/avi/gstavisubtitle.h:
6598         * tests/check/Makefile.am:
6599         * tests/check/elements/avisubtitle.c:
6600         * win32/common/config.h:
6601                 Add avi subtitle element for bug #442034. Need seeking support
6602                 and more support for character conversion.
6603
6604 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         * Makefile.am:
6607           Include common/win32.mak for CRLF check of win32 project
6608           files (see #393626).
6609
6610         * win32/vs6/libgstpng.dsp:
6611           Fix line endings and do cvs admin -kb.
6612
6613 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6614
6615         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6616         Actually drop the buffers which are outside the currently configured
6617         segment instead of just emitting a WARNING.
6618
6619 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6620
6621         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6622         (gst_flac_dec_write):
6623         * ext/flac/gstflacdec.h:
6624         Send segments from the streaming thread. Fixes #502187.
6625         Fix segment seeking and a bunch of other seeking cases.
6626
6627 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6630           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6631           which is where it would end up if the same information was
6632           put in a vorbis comment (don't think it's worth adding a
6633           new URI tag for this). Fixes #488112.
6634
6635 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * configure.ac:
6638           We need core/base 0.10.15 or later.
6639
6640 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6641
6642         Patch by: Mark Nauwelaerts <manauw skynet be>
6643
6644         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6645         Fix regression in stream numbering. Fixes #502655.
6646
6647 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6648
6649         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6650
6651         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6652         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6653         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6654         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6655         (gst_rtp_h264_pay_handle_buffer):
6656         * gst/rtp/gstrtph264pay.h:
6657         Use higher performance start-code searching.
6658         Parse NALs and store SPS, PPS and profile in the caps so that they can
6659         be used in the SDP. Fixes #502814.
6660
6661 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6662
6663         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6664         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6665           Init some structs to zero before we pass them to ioctl, which
6666           avoids valgrind warnings.  Also fix a small memory leak.
6667
6668 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6669
6670         Patch by: Wouter Cloetens <wouter at mind dot be>
6671
6672         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6673         Copy timestamp from input to output. Not very perfect yet but better
6674         than nothing. Fixes #503023.
6675
6676 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6677
6678         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6679           Also print a useful error message with the old Wavpack API
6680           if possible.
6681
6682 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * ext/wavpack/gstwavpackdec.c:
6685           More build fixes for old libwavpack versions: include config.h so
6686           that WAVPACK_OLD_API is actually defined as detected; only use
6687           WavpackGetErrorMessage if it is available. This fixes the build
6688           on debian stable for me.
6689
6690 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6691
6692         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6693         * ext/wavpack/gstwavpackparse.c:
6694           (gst_wavpack_parse_create_src_pad):
6695           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6696           versions below 4.40.0.
6697
6698 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6699
6700         * configure.ac:
6701           And now do it right for real...
6702
6703 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6704
6705         * configure.ac:
6706           Correctly reset $LIBS to not contain -lm.
6707
6708 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6709
6710         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6711
6712         * configure.ac:
6713         * ext/cairo/gsttimeoverlay.c:
6714           (gst_cairo_time_overlay_print_smpte_time):
6715           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6716           and checking for rint() and implementing it ourself if it doesn't
6717           exist. Fixes #497293.
6718
6719 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6720
6721         * configure.ac:
6722           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6723
6724 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6725
6726         * sys/oss/gstosshelper.c:
6727         Verify that the format returned after the ioctl is the one
6728         we requested. It is valid for the ioctl to succeed while
6729         substituting an alternate 'supported' sample format.
6730
6731 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         * sys/oss/gstossaudio.c: (plugin_init):
6734         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6735         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6736           Post decent (and translated) error message when we can't
6737           open the audio device for some reason.
6738
6739 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6740
6741         * sys/oss/gstosssink.c:
6742         * sys/oss/gstosssrc.c:
6743         Allow the AUDIODEV environment variable to redirect us
6744         to a different default OSS device, like sunaudiosink does
6745         on Solaris (makes audio play automatically on SunRays).
6746
6747 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6748
6749         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6750         * gst/audiofx/audiochebyshevfreqband.c:
6751         (gst_audio_chebyshev_freq_band_transform_ip):
6752         * gst/audiofx/audiochebyshevfreqlimit.c:
6753         (gst_audio_chebyshev_freq_limit_transform_ip):
6754         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6755         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6756         The transform_ip() methods should do nothing if in passthrough mode.
6757         It might get non-writable buffers in that case but the buffer might
6758         as well be writable.
6759
6760         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6761         The transform() methods won't be called in passthrough mode and
6762         otherwise the buffer is always writable so don't check here.
6763
6764 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6767           Fix seeking in .wav files again (#501775).  Some people seem to think
6768           they don't need to test their changes when they're just 'reflowing'
6769           some code.
6770
6771 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6772
6773         * gst/autodetect/gstautovideosink.c:
6774         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6775         (gst_auto_video_sink_init),
6776         (gst_auto_video_sink_create_element_with_pretty_name),
6777         (gst_auto_video_sink_find_best),
6778         (gst_auto_video_sink_set_property),
6779         (gst_auto_video_sink_get_property):
6780         * gst/autodetect/gstautovideosink.h:
6781         Fix docs.
6782         Use same error reporting code as autoaudiosink.
6783         Add property to filter sinks based on caps. Only select raw video sinks
6784         by default for backwards compat.
6785         API: GstAutoVideoSink::filter-caps
6786
6787 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6788
6789         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6790
6791         * gst/autodetect/gstautoaudiosink.c:
6792         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6793         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6794         (gst_auto_audio_sink_set_property),
6795         (gst_auto_audio_sink_get_property):
6796         * gst/autodetect/gstautoaudiosink.h:
6797         Add property to filter sinks based on caps. Only select raw audio sinks
6798         by default for backwards compat.  Fixes #417420.
6799         API: GstAutoAudioSink::filter-caps
6800
6801 2007-11-29  Michael Smith <msmith@fluendo.com>
6802
6803         Patch by: Arek Korbik <arkadini@gmail.com>
6804
6805         * gst/videobox/gstvideobox.c: (plugin_init):
6806           Initialise liboil in plugin_init()
6807
6808 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6809
6810         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6811         Post error before sending EOS. Fixes #499178.
6812
6813 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6814
6815         * win32/vs6/gst_plugins_good.dsw:
6816         * win32/vs6/libgstpng.dsp:
6817         Add a project file for libgstpng
6818
6819 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6820
6821         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6822         (gst_rtp_h263_depay_process):
6823         Code beautification.
6824         Added debug statements.
6825         Don't bit-shift everything, just do operations on last/first byte
6826         instead.
6827
6828 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6829
6830         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6831
6832         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6833         Fix wrong comparison in overrun check. Fixes #499239 some more.
6834
6835 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6836
6837         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6838         (gst_rtp_h263_depay_process):
6839         * gst/rtp/gstrtph263depay.h:
6840         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6841         stream.
6842
6843 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6844
6845         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6846
6847         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6848         (gst_rtp_mp4a_depay_process):
6849         * gst/rtp/gstrtpmp4adepay.h:
6850         Fix depayloading when multiple frames are inside one RTP packet.
6851         Fixes #499239.
6852
6853 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6854
6855         * gst/level/gstlevel.c:
6856           Add GAP-flag support.
6857
6858 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6859
6860         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6861         Read the I flag for Mode A h263 rtp stream and set the
6862         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6863         Fixes #499383
6864
6865 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6866
6867         * gst/level/gstlevel.c:
6868           Remove some dead code and do cleanups.
6869
6870 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6871
6872         * tests/check/pipelines/simple-launch-lines.c:
6873           Improve the tests by allowing to set a target state.
6874
6875 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6876
6877         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6878         Don't check the caps of the output buffer if they're equal some
6879         other caps. The caps can change in a backward compatible way
6880         and did at this point.
6881
6882 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6883
6884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6885         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6886         (gst_qtdemux_seek_to_previous_keyframe),
6887         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6888         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6889         reverse playback support.
6890
6891 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6892
6893         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6894         Also set the channel layout on the Wavpack caps if we're having
6895         a mono layout. Of course only do it for "audio/x-wavpack".
6896
6897 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6898
6899         * ext/wavpack/gstwavpackcommon.c:
6900         (gst_wavpack_get_default_channel_mask),
6901         (gst_wavpack_set_channel_layout),
6902         (gst_wavpack_get_default_channel_positions),
6903         (gst_wavpack_get_channel_mask_from_positions),
6904         (gst_wavpack_set_channel_mapping):
6905         * ext/wavpack/gstwavpackcommon.h:
6906         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6907         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6908         * ext/wavpack/gstwavpackdec.h:
6909         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6910         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6911         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6912         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6913         (gst_wavpack_enc_rewrite_first_block),
6914         (gst_wavpack_enc_sink_event):
6915         * ext/wavpack/gstwavpackenc.h:
6916         * ext/wavpack/gstwavpackparse.c:
6917         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6918         (gst_wavpack_parse_scan_to_find_sample),
6919         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6920         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6921         * ext/wavpack/gstwavpackparse.h:
6922         Add support for encoding, parsing and decoding multichannel
6923         files with up to 8 channels. This also improves the robustness
6924         of parsing quite a bit.
6925
6926         * ext/wavpack/gstwavpackstreamreader.c:
6927         (gst_wavpack_stream_reader_read_bytes),
6928         (gst_wavpack_stream_reader_get_pos),
6929         (gst_wavpack_stream_reader_set_pos_abs),
6930         (gst_wavpack_stream_reader_set_pos_rel),
6931         (gst_wavpack_stream_reader_push_back_byte),
6932         (gst_wavpack_stream_reader_get_length),
6933         (gst_wavpack_stream_reader_can_seek),
6934         (gst_wavpack_stream_reader_write_bytes):
6935         Improve debugging.
6936
6937 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6938
6939         * ext/libpng/gstpngdec.c:
6940         * ext/libpng/gstpngdec.h:
6941           Don't release the png-memory from within the callback.
6942
6943 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6944
6945         Patch by: René Stadler <mail at renestadler dot de>
6946
6947         * ext/libpng/gstpngenc.c:
6948           Don't leak buffer data memory. Fixes #498395.
6949
6950 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6951
6952         Patch by: René Stadler <mail at renestadler dot de>
6953
6954         * tests/check/pipelines/simple-launch-lines.c:
6955           Tests for #498395.
6956
6957 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6958
6959         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6960         (gst_tag_lib_mux_adjust_event_offsets):
6961         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6962         * sys/osxaudio/Makefile.am:
6963         * sys/osxvideo/cocoawindow.h:
6964         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6965
6966 2007-11-15  David Schleef  <ds@schleef.org>
6967
6968         * ext/cairo/gsttextoverlay.c:
6969           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6970
6971 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6972
6973         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6974
6975         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6976         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6977         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6978         * gst/rtp/gstrtpmp2tpay.h:
6979         Fill the MTU with as many packets as possible. Fixes #491323.
6980
6981 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6982
6983         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6984
6985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6986         Fix some more leaks. Fixes #497007.
6987
6988 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6991
6992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6993         (gst_rtspsrc_stream_configure_tcp):
6994         Fix 3 pad leaks. Fixes #496983.
6995
6996 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6997
6998         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6999
7000         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7001         Fix small leak. Fixes #497017.
7002
7003 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7006         (gst_qtdemux_prepare_current_sample),
7007         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7008         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7009         * gst/qtdemux/qtdemux_fourcc.h:
7010         * gst/qtdemux/qtdemux_types.c:
7011         Add suppport for theora in quicktime according to XiphQT.
7012
7013 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7014
7015         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7016         (gst_v4l2src_init), (gst_v4l2src_set_property),
7017         (gst_v4l2src_get_property):
7018         * sys/v4l2/gstv4l2src.h:
7019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7020           Always copy buffers by default (handle safer with bugged drivers)
7021           and added a property to make it possible to use mmap effectively (no
7022           copy if possible) when application wants to. Fixes: #480557.
7023
7024 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * gst/id3demux/id3tags.c:
7027         * gst/id3demux/id3tags.h:
7028         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7029           We don't want the same string multiple times in a tag list for the
7030           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7031           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7032
7033 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7036           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7037           into ID3v2 TXXX frames (fixes #347848).
7038
7039 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7042           Don't leak sdp message contents (fixes #496773).
7043
7044         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7045           Don't leak URI string.
7046
7047 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         Patch by: Julien Puydt <julien dot puydt at laposte net>
7050
7051         * ext/raw1394/Makefile.am:
7052         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7053           (gst_1394_property_probe_get_properties),
7054           (gst_1394_property_probe_probe_property),
7055           (gst_1394_property_probe_needs_probe),
7056           (gst_1394_property_probe_get_values),
7057           (gst_1394_property_probe_interface_init),
7058           (gst_1394_type_add_property_probe_interface):
7059         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7060         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7061           (gst_dv1394src_init), (gst_dv1394src_dispose),
7062           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7063           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7064           (gst_dv1394src_update_device_name):
7065         * ext/raw1394/gstdv1394src.h:
7066           Implement GstPropertyProbe interface and add "device-name" property,
7067           so applications can use this to probe for available devices in the
7068           same way they can already with v4lsrc and v4l2src (however horrible
7069           this property probe interface may be). Fixes #358841.
7070
7071 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7074
7075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7076           (gst_rtspsrc_parse_range):
7077           Don't leak event, don't leak range (fixes #496752).
7078
7079 2007-11-14  Michael Smith <msmith@fluendo.com>
7080
7081         Patch by: Arek Korbik <arkadini@gmail.com>
7082
7083         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7084           Detect RGBA/BGRA correctly on little endian systems.
7085
7086 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7087
7088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7089           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7090           corresponding ioctl() call fails even though the driver claims to
7091           support this format, just fall back to the pre-2.6.19 kernel
7092           routine that creates caps with suitable height and width ranges
7093           (see #448278).
7094
7095 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         Patch by: Mark Nauwelaerts <manauw skynet be>
7098
7099         * gst/matroska/matroska-demux.c:
7100           (gst_matroska_demux_push_dvd_clut_change_event),
7101           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7102           (gst_matroska_demux_subtitle_caps):
7103         * gst/matroska/matroska-ids.h:
7104           Extract palette data for dvd subpicture streams and send it
7105           downstream as custom gstreamer dvd event (fixes #453417).
7106
7107 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7110           Implement minimal parsing of the passed pango font description
7111           string, so passing a font size works the same as with the
7112           pango textoverlay plugin; fixes #455086.
7113           (Maybe we could just use pangocairo here at some point).
7114
7115 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * gst/avi/gstavidemux.c:
7118         * gst/wavparse/gstwavparse.c:
7119           Return the result in _activate_pull(). Don't ref element there.
7120
7121 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7122
7123         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7124         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7125         (gst_wavparse_srcpad_event):
7126           Ref the element when we should, but not when we its not needed. Reflow
7127           the event_handling to not leak the event.       
7128
7129 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7130
7131         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7132         (qtdemux_parse_samples):
7133         Properly free QTDemuxSamples array.
7134         Protect table write with a sensible check, some files apparently DO contain
7135         stts values starting with 0 :(
7136
7137 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7138
7139         * gst/avi/gstavidemux.c:
7140         * gst/qtdemux/qtdemux.c:
7141           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7142           previous commit messed up.
7143
7144 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7145
7146         * gst/avi/gstavidemux.c:
7147         * gst/qtdemux/qtdemux.c:
7148           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7149           element when we should, but not when we its not needed.
7150
7151 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7152
7153         * gst/wavparse/gstwavparse.c:
7154           Return FALSE if we can't handle a query instead of changing the
7155           format. Ignore fact when dealing with mpeg audio.
7156
7157 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7160
7161         * configure.ac:
7162         * gst/udp/gstdynudpsink.c:
7163         * gst/udp/gstdynudpsink.h:
7164         * gst/udp/gstmultiudpsink.c:
7165         * gst/udp/gstmultiudpsink.h:
7166         * gst/udp/gstudpsink.c:
7167         * gst/udp/gstudpsink.h:
7168           Fix includes for MSVC and GLib-2.14.0 (#492388).
7169
7170         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7171           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7172
7173 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7174
7175         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7176         (gst_mulawdec_chain):
7177         * gst/law/mulaw-decode.h:
7178         Calculate outgoing buffer duration if incoming buffer didn't have a
7179         valid duration.
7180
7181 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7182
7183         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7184         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7185         Smarter combine_flow code that also deals with downstream elements
7186         returning UNEXPECTED when they receive data out of the segment
7187         boundaries. Fixes #491305.
7188
7189 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         * sys/v4l2/v4l2src_calls.c:
7192           Fix 'unused variable' compiler warning when compiling against
7193           older kernel headers.
7194
7195 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * ext/taglib/gstid3v2mux.cc (add_funcs):
7198           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7199
7200 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * tests/check/pipelines/simple-launch-lines.c:
7203            Improve the tests a little more.
7204
7205 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7206
7207         patch by: Yun Zheng Hu
7208
7209         * sys/osxaudio/gstosxaudiosrc.c:
7210         Use default input device instead of default output device and
7211         only memcpy actual available bytes.
7212
7213 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7214
7215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7216           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7217           early. It is temporary until we find something better.
7218
7219 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7222
7223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7224         Fix race when pausing a RTSP stream in interleaved.
7225         Fixes #475784.
7226
7227 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         Patch by: Peter Kjellerstedt <pkj at axis com>
7230
7231         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7232         Use correct unref function for buffers. #488844.
7233
7234 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7235
7236         * gst/avi/gstavimux.c:
7237         * tests/check/elements/avimux.c:
7238           Add some debug and sync tests with the fix.     
7239
7240 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7241
7242         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7243
7244         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7245         When the socket is used by the app for other purposes, don't generate an
7246         error if there is activaty on the socket that is not data related.
7247         Fixes #487488.
7248
7249 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7250
7251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7252         (gst_v4l2src_grab_frame):
7253         Add some more debug info. Generate an error when we run out of buffers
7254         for some reason. See #480557.
7255
7256 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7257
7258         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7259
7260         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7261         Set marker bit correctly.
7262
7263 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7264
7265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7266         Use allowed name for the GstStructure.
7267
7268 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         * ext/gconf/gstswitchsink.c:
7271         * gst/autodetect/gstautoaudiosink.c:
7272           Use new gst_bus_pop_filtered().
7273
7274 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * sys/v4l2/gstv4l2src.c:
7277         * sys/v4l2/v4l2src_calls.c:
7278           When probing the formats and sizes a camera supports, make
7279           sure the best ones (highest resolution, prefered format)
7280           end up at the beginning of the probed caps and the less
7281           desirable ones at the end.  This is important because the
7282           order within the caps matters for things like fixation and
7283           negotiation, ie. what format is chosen in the end.
7284           With recent kernels, the current probing code will end up
7285           querying the supported sizes from lowest resolution to
7286           highest resolution, adding them to the probed caps in that
7287           order, resulting to v4l2src fixating to the lowest possible
7288           resolution if downstream does not express a size preference.
7289           Also make up a somewhat random ranking of prefered output
7290           formats for the same reason. Fixes #485828.
7291         
7292 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7293
7294         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7295
7296         * gst/id3demux/id3v2frames.c:
7297           Extract license/copyright URIs from ID3v2 WCOP frames
7298           (Fixes #447000).
7299
7300         * tests/check/elements/id3demux.c:
7301         * tests/files/Makefile.am:
7302         * tests/files/id3-447000-wcop.tag:
7303           Add simple unit test.
7304
7305 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7306
7307         * ext/taglib/gstid3v2mux.cc:
7308           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7309           Prerequisite for #447000.
7310
7311 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7312
7313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7314         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7315         a GstClockTime.
7316
7317 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7318
7319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7320         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7321         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7322         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7323         (gst_rtspsrc_change_state):
7324         More seeking fixes, mostly passing around the new playback segment in
7325         order to configure it properly.
7326         Also reset base_time of udp sources when setting them back to PLAYING as
7327         a temporary hack until core supports seek in live sources properly.
7328
7329 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7330
7331         * gst/rtp/gstrtpmp4adepay.c:
7332         Fix caps as to not confuse autopluggers.
7333
7334 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         * gst/id3demux/gstid3demux.c:
7337         * gst/id3demux/gstid3demux.h:
7338         * gst/id3demux/id3tags.c:
7339         * gst/id3demux/id3tags.h:
7340         * gst/id3demux/id3v2frames.c:
7341           Port ID3 tag demuxer over to the new GstTagDemux in -base
7342           (now would be a good time to test re-importing your music
7343           collection).
7344
7345 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7346
7347         * gst/apetag/Makefile.am:
7348         * gst/apetag/gstapedemux.c:
7349         * gst/apetag/gstapedemux.h:
7350         * gst/apetag/gsttagdemux.c:
7351         * gst/apetag/gsttagdemux.h:
7352           Port APE tag demuxer over to the new GstTagDemux in -base.
7353
7354 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7355
7356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7357         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7358         (gst_rtspsrc_handle_internal_src_query),
7359         (gst_rtspsrc_handle_src_query), (new_session_pad),
7360         (gst_rtspsrc_stream_configure_tcp),
7361         (gst_rtspsrc_stream_configure_transport),
7362         (gst_rtspsrc_loop_send_cmd):
7363         Improve flushing behaviour.
7364         Set state of the udp sources to PAUSE/PLAYING correctly.
7365         Handle events and queries for UDP and TCP transport now.
7366
7367 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7368
7369         * gst/rtp/gstrtpgsmdepay.c:
7370         * gst/rtp/gstrtpgsmpay.c:
7371           Add log category.
7372
7373 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7374
7375         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7376
7377         * tests/check/Makefile.am:
7378         * tests/check/pipelines/simple-launch-lines.c:
7379           Add unit tests for payloaders/depayloaders.
7380
7381 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7382
7383         * gst/avi/gstavimux.c:
7384         * gst/avi/gstavimux.h:
7385           Also save codec data for audio streams. Fixes #482495.
7386
7387 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7388
7389         * gst/avi/gstavimux.c:
7390           Fix "Index entry has invalid stream nr 1".
7391           Add support for muxing aac - work in progress (see #482495).
7392
7393 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7394
7395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7396         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7397         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7398         * gst/rtsp/gstrtspsrc.h:
7399         Parse bandwidth modifiers, they are not yet configured in the session
7400         manager because we don't have an API for that yet.
7401
7402 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7403
7404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7405         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7406         Use shiny new function in -base to get the default clock-rate.
7407         Update some docs.
7408
7409 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7410
7411         * win32/MANIFEST:
7412         Add files to win32 manifest.
7413         * win32/vs6/libgstaudiofx.dsp:
7414         * win32/vs6/libgstqtdemux.dsp:
7415         * win32/vs6/libgstrtp.dsp:
7416         * win32/vs6/libgstrtsp.dsp:
7417         Update project files.
7418
7419 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7420
7421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7422         (gst_rtspsrc_play):
7423         * gst/rtsp/gstrtspsrc.h:
7424         In TCP mode, only timestamp the first buffer. TCP is not real time and
7425         it does not make sense to try to skew compensate, also some servers send
7426         the first batch of data in a burst.
7427
7428 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         * gst/matroska/matroska-demux.c:
7431           Fix setting the discont flag on the first buffer
7432           pushed downstream for formats with private codec
7433           data that needs to be deserialised into buffers
7434           (such as vorbis and FLAC when in a matroska container).
7435
7436 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7437
7438         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7439
7440         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7441         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7442         (gst_rtp_mp4v_pay_handle_buffer):
7443         * gst/rtp/gstrtpmp4vpay.h:
7444         Free the config string. Fixes #480707.
7445         Clean up the timestamp code a little.
7446
7447 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7448
7449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7450         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7451         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7452         * gst/rtsp/gstrtspsrc.h:
7453         Set timestamps on RTP buffers in interleaved mode.
7454         Mark first buffers with a DISCONT.
7455         Remove flush hack now that sync for live sources has been figured out.
7456
7457 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7458
7459         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7460         Update documentation.
7461
7462 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7463
7464         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7465         (gst_rtp_xqt_depay_change_state):
7466         * gst/qtdemux/gstrtpxqtdepay.h:
7467         Fail if we don't know the quicktime format.
7468
7469 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7470
7471         * ext/flac/gstflacenc.c:
7472         * ext/flac/gstflacenc.h:
7473           Save the flow return from the last gst_pad_push() and
7474           make sure we pass the right flow return value upstream
7475           in the case of failure; minor clean-ups.
7476
7477 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         * ext/taglib/gstapev2mux.cc:
7480         * ext/taglib/gstid3v2mux.cc:
7481         * gst/apetag/gstapedemux.c:
7482           Add support for the new GST_TAG_COMPOSER (#459809).
7483
7484 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7485
7486         * gst/law/alaw-decode.c:
7487         * gst/law/alaw-decode.h:
7488         * gst/law/alaw-encode.c:
7489         * gst/law/alaw-encode.h:
7490         * gst/law/alaw.c:
7491         * gst/law/mulaw-conversion.h:
7492           Compulsive clean-ups: use boilerplate macros, add debug
7493           categories, fix up things to conform to symbol nomenklatura,
7494           etc.
7495
7496 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7499
7500         * gst/law/alaw-decode.c:
7501         * gst/law/alaw-encode.c:
7502           Use static tables for A-Law decoding and encoding; this makes
7503           A-Law decoding and encoding less CPU-intensive, but increases
7504           the binary size a bit. Leaving old code around for now,
7505           selectable by a define in the code. Fixes #435435.
7506
7507 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7508
7509         * configure.ac:
7510         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7511         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7512         in configure.ac.
7513
7514 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7515
7516         Patch by: Jan Gerber <j at bootlab dot org>
7517
7518         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7519         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7520
7521 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7522
7523         * sys/oss/gstosshelper.c:
7524           Use GST_WARNING instead of a g_critical. This situation is not caused
7525           by the application.
7526
7527 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7528
7529         * po/LINGUAS:
7530         * po/nl.po:
7531           Updated translations.
7532
7533 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7534
7535         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7536
7537         * po/eu.po:
7538           Added Basque translation.
7539
7540 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7541
7542         translated by: Abel Cheung <abelcheung@gmail.com>
7543
7544         * po/zh_HK.po:
7545         * po/zh_TW.po:
7546           Added Chinese (traditional and Hong Kong) translation.
7547
7548 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7549
7550         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7551
7552         * po/pl.po:
7553           Added Polish translation.
7554
7555 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7556
7557         translated by: Ilkka Tuohela <hile@iki.fi>
7558
7559         * po/fi.po:
7560           Added Finnish translation.
7561
7562 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7563
7564         translated by: Jorge González González <aloriel@gmail.com>
7565
7566         * po/es.po:
7567           Added Spanish translation.
7568
7569 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7570
7571         translated by: Mogens Jaeger <mogens@jaeger.tf>
7572
7573         * po/da.po:
7574           Added Danish translation.
7575
7576 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7577
7578         translated by: Funda Wang <fundawang@linux.net.cn>
7579
7580         * po/zh_CN.po:
7581           Added Chinese (simplified) translation.
7582
7583 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7584
7585         translated by: Alexander Shopov <ash@contact.bg>
7586
7587         * po/bg.po:
7588           Added Bulgarian translation.
7589
7590 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7591
7592         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7593         Set outgoing packet duration because we can. Fixes #478244 some more.
7594
7595 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7596
7597         * ext/cairo/gsttextoverlay.c:
7598           Add info about static leak.
7599         
7600         * tests/check/Makefile.am:
7601         * tests/check/generic/states.c:
7602           Improved state change unit test.
7603
7604 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7605
7606         * docs/plugins/.cvsignore:
7607         * tests/check/.cvsignore:
7608           Ignore registries in any format.
7609
7610 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7611
7612         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7613         Removed some unused code.
7614
7615         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7616         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7617         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7618         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7619         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7620         (gst_rtp_theora_pay_flush_packet):
7621         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7622         Try to preserve the incomming buffer duration on the outgoing
7623         packets. Fixes #478244.
7624
7625 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * ext/taglib/gstapev2mux.cc:
7628         * ext/taglib/gstid3v2mux.cc:
7629           Work around compiler warnings with g++-4.2 when assigning a
7630           string constant to a gchar * (partially fixes #478092).
7631
7632 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         * configure.ac:
7635           We require core CVS now for gst_base_src_set_do_timestamp().
7636
7637 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7638
7639         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7641         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7642         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7643         (gst_rtspsrc_handle_message):
7644         Fix compiler warnings shown with Forte.
7645
7646 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7647
7648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7649         (gst_rtspsrc_dup_printf):
7650         Give meaningfull error when all streams failed to configure for some
7651         reason.
7652
7653 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         * gst/rtp/README:
7656         Update README with the design for synchronisation rules of RTP on
7657         sender and receiver.
7658
7659 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7660
7661         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7662         (gst_wavparse_chain):
7663         Don't push EOS from the chain function, the element
7664         driving the pipeline is responsible for this. The bug
7665         this was meant to fix seems to be queue not forwarding
7666         EOS in all cases (see #476514).
7667
7668 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7669
7670         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7671         (gst_level_transform_ip):
7672         * gst/level/gstlevel.h:
7673         Use basetransform segment so that it is correctly managed on flushes and
7674         start/stop.
7675         Report message timestamp as stream time, which is what an application
7676         can understand.
7677
7678 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7679
7680         * ext/taglib/gstapev2mux.cc:
7681         * ext/taglib/gstapev2mux.h:
7682         * ext/taglib/gsttaglibmux.c:
7683         * tests/check/elements/apev2mux.c:
7684         Update my mail address.
7685
7686 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7687
7688         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7689         (gst_wavparse_loop), (gst_wavparse_chain):
7690         Add EOS logic for the push-based mode too. Fixes #476514.
7691
7692 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7693
7694         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7695         * gst/law/alaw-encode.h:
7696         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7697         (gst_mulawenc_chain):
7698         * gst/law/mulaw-encode.h:
7699         Fix law encoder timestamps.
7700
7701 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7702
7703         * ext/gconf/gstgconfaudiosink.c:
7704           Fix warning when building without debug.
7705
7706         * sys/oss/gstossmixertrack.c:
7707           Use const like in alsamixertrack.c (fixes warnings).
7708
7709 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7710
7711         * sys/v4l2/v4l2src_calls.c:
7712         (gst_v4l2src_probe_caps_for_format_and_size):
7713         Fix framerate detection code some more.
7714         Handle the case where there is a weird step in the stepwise framerates.
7715         Don't overwrite the min interval with the framerate, use a temp variable
7716         instead.
7717         Use max in the Continuous framerate intervals instead of step, which is
7718         1 according to the docs. Fixes #475424.
7719
7720 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7721
7722         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7723         Make udpsrc timestamp outgoing buffers based on when they were received.
7724         Also make it output a segment in time.
7725
7726 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7727
7728         * gst/avi/gstavidemux.c:
7729           Plug a little leak. Little code cleanups.
7730
7731 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         * configure.ac:
7734           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7735           flac versions, 's good for cross-compilation karma.
7736
7737 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7738
7739         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7740
7741         * gst/rtp/gstrtph263pay.c:
7742           Fix up header structure so that compilers don't add padding
7743           between the structure fields, since that would lead to us
7744           sending RTP packets with broken headers (as is currently the
7745           case when compiling with MSVC). Also see similar fixes in
7746           libgstrtp in gst-plugins-base. (#474616; #471194)
7747
7748 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7749
7750         * sys/v4l2/v4l2src_calls.c:
7751         (gst_v4l2src_probe_caps_for_format_and_size):
7752         Don't overwrite our GValue with 0 but instead use the previously
7753         computed value. Fixes #471823 some more.
7754
7755 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7756
7757         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7758           No tabs in this file please, or gtk-doc will end up documenting
7759           rather absurd class hierarchies.
7760
7761 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * ext/gconf/gstswitchsink.c:
7764           If the new kid element fails to change state for some reason
7765           (e.g. esdsink not being able to connect to the sound server),
7766           forward the error message it posted on the bus instead of just
7767           posting a generic 'Internal state change error: please file a
7768           bug' error message. Fixes #471364.
7769
7770 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7771
7772         * gst/qtdemux/Makefile.am:
7773         * gst/qtdemux/qtdemux.c:
7774           Don't assume tags are encoded as UTF-8 (#473670).
7775
7776 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * sys/v4l2/gstv4l2src.c:
7779         * sys/v4l2/gstv4l2src.h:
7780         * sys/v4l2/v4l2src_calls.c:
7781           Implement LATENCY queries in the crudest way possible so I don't
7782           have to use sync=false any longer when testing with videosinks.
7783
7784 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * configure.ac:
7787           Fix build.
7788
7789 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         * sys/v4l2/v4l2src_calls.c:
7792         (gst_v4l2src_probe_caps_for_format_and_size):
7793         Add some more debugging in the framerate function.
7794         Iterate stepwise framerate up to and _including_ the max and if nothing
7795         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7796         don't end up with an empty list. Fixes #471823
7797
7798 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7799
7800         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7801         (gst_multiudpsink_set_clients_string),
7802         (gst_multiudpsink_get_clients_string),
7803         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7804         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7805         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7806         (gst_multiudpsink_clear):
7807         Add property do configure destination address/port pairs
7808         API:GstMultiUDPSink::clients
7809
7810 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7811
7812         * tests/examples/Makefile.am:
7813         * tests/examples/rtp/Makefile.am:
7814         * tests/examples/rtp/client-H263p-AMR.sh:
7815         * tests/examples/rtp/client-H263p-PCMA.sdp:
7816         * tests/examples/rtp/client-H263p-PCMA.sh:
7817         * tests/examples/rtp/client-H264-PCMA.sdp:
7818         * tests/examples/rtp/client-H264-PCMA.sh:
7819         * tests/examples/rtp/client-PCMA.sh:
7820         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7821         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7822         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7823         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7824         Added some RTP example scripts for sending and receiving RTP streams.
7825
7826 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7827
7828         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7829         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7830         Restructure the setcaps function so that we can also compute the
7831         expected GStreamer output size of the video frames.
7832         Set frame_byte_size correctly so that read-based devices have a chance
7833         of working correctly.
7834         When grabbing a frame, discard frames that are not of the expected size.
7835         Some cameras don't output the right framesize for the first buffer.
7836         Try only a couple of times to get a valid frame, else error out.
7837
7838         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7839         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7840         Add some more debug info when scanning the device.
7841
7842         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7843         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7844         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7845         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7846         Add some more debug info when dequeing a frame.
7847
7848 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7849
7850         * gst/wavparse/gstwavparse.c:
7851           More code cleanups. Add some more comment and improve debugs logs.
7852
7853 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7854
7855         * gst/wavparse/gstwavparse.c:
7856         * gst/wavparse/gstwavparse.h:
7857           Implement seek-query. Refactor duration calculations. Appropriate use
7858           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7859           out of loops.
7860
7861 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7862
7863         * gst/avi/gstavidemux.c:
7864           Implement seek-query.
7865
7866 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7867
7868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7869         (gst_rtspsrc_dup_printf):
7870         Use new basesink async property to make sparse RTCP packet not wait for
7871         preroll.
7872
7873 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7874
7875         * gst/audiofx/Makefile.am:
7876         Dist the right file.
7877
7878 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7881         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7882         Make sure we generate and parse floating point values in the POSIX
7883         locale instead of the current locale. 
7884
7885 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7886
7887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7888         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7889         (gst_rtspsrc_play):
7890         * gst/rtsp/gstrtspsrc.h:
7891         Fix method detection again.
7892         Keep track of when we must send a Range header.
7893         Use segment values for Range, Speed and Scale headers.
7894         Parse Speed and Scale headers to update the segment values.
7895
7896 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7897
7898         patch by: Mark Nauwelaerts <manauw@skynet.be>
7899
7900         * sys/v4l2/v4l2src_calls.c:
7901           Handle optional v4l2 ioctls gracefully.
7902
7903 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         * gst/rtp/Makefile.am:
7906         * gst/rtp/gstrtp.c: (plugin_init):
7907         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7908         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7909         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7910         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7911         (gst_rtp_h263_depay_get_property),
7912         (gst_rtp_h263_depay_change_state),
7913         (gst_rtp_h263_depay_plugin_init):
7914         * gst/rtp/gstrtph263depay.h:
7915         Added an H263 depayloader. Fixes #369392.
7916
7917         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7918         (gst_rtp_h263p_depay_process):
7919         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7920         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7921         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7922         payloads.
7923         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7924
7925 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7926
7927         * gst/audiofx/audiochebyshevfreqband.c:
7928         * gst/audiofx/audiochebyshevfreqlimit.c:
7929         Add small comparision with the windowed sinc filters in the docs.
7930
7931 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7932
7933         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7934         (audiochebyshevfreqband_suite):
7935         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7936         (audiochebyshevfreqlimit_suite):
7937         Also test 32 bit float mode and the type 2 variants of the filters.
7938
7939 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7940
7941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7942         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7943         (gst_rtspsrc_loop):
7944         Refactor the udp and interleaved loop function a bit.
7945
7946 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7947
7948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7949         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7950         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7951         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7952         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7953         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7954         * gst/rtsp/gstrtspsrc.h:
7955         Protect connection activity with a new lock, avoids deadlocks when going
7956         to PAUSED. Fixes #455808.
7957
7958 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7959
7960         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7961         Fix debug statement.
7962
7963 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7964
7965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7966         Fix stray %u in debug line as spotted by Saur on IRC.
7967
7968 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7969
7970         * gst/audiofx/audiochebyshevfreqband.c:
7971         (gst_audio_chebyshev_freq_band_class_init):
7972         * gst/audiofx/audiochebyshevfreqlimit.c:
7973         (gst_audio_chebyshev_freq_limit_class_init):
7974         Use generator macros for the process functions for the different
7975         sample types, add lower upper boundaries for the GObject properties
7976         so automatically generated UIs can use sliders and add a note about
7977         the number of poles as a too high number of poles combined with
7978         very low or very high frequencies will produce only noise.
7979         * docs/plugins/gst-plugins-good-plugins.args:
7980         Regenerated for the property changes.
7981
7982 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7983
7984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7985         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7986         (gst_rtspsrc_stream_configure_udp_sink),
7987         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7988         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7989         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7990         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7991         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7992         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7993         * gst/rtsp/gstrtspsrc.h:
7994         Improve timeout handling.
7995         Use the same socket for sending and receiving RTCP packets so that some
7996         servers can track clients better.
7997         Improve connection closed handling. Try to reconnect.
7998         Don't overwrite our content base with NULL.
7999         Improve debugging.
8000         Improve range parsing and handling.
8001         Remove flushing hack now that core does the right thing.
8002
8003 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8004
8005         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8006         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8007         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8008         (gst_multiudpsink_close), (gst_multiudpsink_add):
8009         * gst/udp/gstmultiudpsink.h:
8010         Add support for getting and setting the socket to use.
8011
8012         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8013         (gst_udpsrc_create), (gst_udpsrc_get_property):
8014         Add support for getting the currently used socket.
8015
8016 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8017
8018         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8019
8020         * gst/audiofx/Makefile.am:
8021         * gst/audiofx/audiochebyshevfreqband.c:
8022         (gst_audio_chebyshev_freq_band_mode_get_type),
8023         (gst_audio_chebyshev_freq_band_base_init),
8024         (gst_audio_chebyshev_freq_band_dispose),
8025         (gst_audio_chebyshev_freq_band_class_init),
8026         (gst_audio_chebyshev_freq_band_init),
8027         (generate_biquad_coefficients), (calculate_gain),
8028         (generate_coefficients),
8029         (gst_audio_chebyshev_freq_band_set_property),
8030         (gst_audio_chebyshev_freq_band_get_property),
8031         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8032         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8033         (gst_audio_chebyshev_freq_band_start):
8034         * gst/audiofx/audiochebyshevfreqband.h:
8035         * gst/audiofx/audiochebyshevfreqlimit.c:
8036         (gst_audio_chebyshev_freq_limit_mode_get_type),
8037         (gst_audio_chebyshev_freq_limit_base_init),
8038         (gst_audio_chebyshev_freq_limit_dispose),
8039         (gst_audio_chebyshev_freq_limit_class_init),
8040         (gst_audio_chebyshev_freq_limit_init),
8041         (generate_biquad_coefficients), (calculate_gain),
8042         (generate_coefficients),
8043         (gst_audio_chebyshev_freq_limit_set_property),
8044         (gst_audio_chebyshev_freq_limit_get_property),
8045         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8046         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8047         (gst_audio_chebyshev_freq_limit_start):
8048         * gst/audiofx/audiochebyshevfreqlimit.h:
8049         * gst/audiofx/audiofx.c: (plugin_init):
8050         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8051         Fixes #464800.
8052
8053         * tests/check/Makefile.am:
8054         * tests/check/elements/.cvsignore:
8055         * tests/check/elements/audiochebyshevfreqband.c:
8056         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8057         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8058         * tests/check/elements/audiochebyshevfreqlimit.c:
8059         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8060         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8061         Add unit tests for the chebyshev filters.
8062
8063         * docs/plugins/Makefile.am:
8064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8066         * docs/plugins/gst-plugins-good-plugins.args:
8067         * docs/plugins/inspect/plugin-1394.xml:
8068         * docs/plugins/inspect/plugin-audiofx.xml:
8069         * docs/plugins/inspect/plugin-dv.xml:
8070         * docs/plugins/inspect/plugin-flac.xml:
8071         * docs/plugins/inspect/plugin-jpeg.xml:
8072         * docs/plugins/inspect/plugin-png.xml:
8073         * docs/plugins/inspect/plugin-rtp.xml:
8074         * docs/plugins/inspect/plugin-shout2send.xml:
8075         * docs/plugins/inspect/plugin-wavpack.xml:
8076         And add docs for the chebyshev filters. While doing
8077         that also run make update in docs/plugins.
8078
8079 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8080
8081         * ext/annodex/gstcmmltag.c:
8082         * gst/rtp/gstrtpvorbispay.c:
8083           Make ro memory to share.
8084
8085 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8086
8087         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8088         Improve UDP performance by avoiding a select() when we have data
8089         available immediatly.
8090
8091 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8092
8093         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8094         (gst_rtp_dec_class_init):
8095         * gst/rtsp/gstrtpdec.h:
8096         Add (dummy) SSRC management signals.
8097
8098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8099         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8100         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8101         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8102         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8103         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8104         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8105         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8106         * gst/rtsp/gstrtspsrc.h:
8107         Add connection-speed property.
8108         Add find_stream helper functions.
8109         Handle stream EOS based on BYE messages or SSRC timeout.
8110         Returns SUCCESS from the state change function as we hide our async
8111         elements from the parent.
8112
8113 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8114
8115         * gst/debug/rndbuffersize.c:
8116           Fix da leak.
8117
8118 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8119
8120         * gst/debug/Makefile.am:
8121         * gst/debug/breakmydata.c:
8122         * gst/debug/gstdebug.c:
8123         * gst/debug/negotiation.c:
8124         * gst/debug/progressreport.c:
8125         * gst/debug/rndbuffersize.c:
8126         * gst/debug/testplugin.c:
8127           Add new test element and clean-up the others a little.
8128
8129 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8130
8131         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8132         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8133
8134 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8135
8136         * gst/rtp/gstrtpilbcdepay.c:
8137           Include stdlib.
8138
8139 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8140
8141         * gst/rtp/gstrtpmpvdepay.c:
8142         Set the mpegversion in the caps so that autoplugging does not get
8143         confused.
8144
8145 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8146
8147         * po/hu.po:
8148         * po/uk.po:
8149         * po/vi.po:
8150           Updated translations.
8151
8152 2007-08-08  Michael Smith <msmith@fluendo.com>
8153
8154         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8155           Render right border in the correct location.
8156
8157 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8158
8159         Patch by: Olivier Crete <tester at tester dot ca>
8160
8161         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8162         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8163         Make mode property a string. Fixes #464475.
8164
8165 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8166
8167         * ext/flac/gstflacenc.c:
8168           Widen caps to match decoder a bit and add more FIXMEs.
8169
8170 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8171
8172         patch by: Mark Nauwelaerts <manauw@skynet.be>
8173
8174         * gst/avi/gstavimux.c:
8175           Fix ODML index tag numbering. Fixes #463624.
8176
8177 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8178
8179         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8180         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8181         (gst_rtspsrc_stream_configure_tcp),
8182         (gst_rtspsrc_stream_configure_udp_sink):
8183         Fix default clock-rate for realmedia.
8184         Fix parsing of transport.
8185         Don't try to link NULL pads.
8186
8187 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * po/POTFILES.skip:
8190           Add POTFILES.skip with list of source files that aren't disted at the
8191           moment but contain translatable strings. Should hopefully pacify
8192           broken tools and make it clearer that these files are left out
8193           intentionally (#461600).
8194
8195 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8196
8197         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8198         If the buffer was entirely clipped ... don't try sending it :)
8199
8200 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8201
8202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8203         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8204         (gst_rtspsrc_create_transports_string),
8205         (gst_rtspsrc_prepare_transports):
8206         If we don't hav a session manager, set the caps on outgoing buffers
8207         ourselves.
8208         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8209         Append final bit of the transport string even when it does not contain a
8210         placeholder.
8211
8212 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8213
8214         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8215         (gst_rtsp_ext_list_connect):
8216         * gst/rtsp/gstrtspext.h:
8217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8218         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8219         Clean up the interface list.
8220         Allow connecting to interface signals for the extensions.
8221         Remove old extension code.
8222         Free list on cleanup.
8223         Allow extensions to send additional RTSP messages.
8224
8225 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8226
8227         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8228         Handle a NULL gconf key gracefully by rendering the default element.
8229
8230 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8231
8232         * gst/rtsp/gstrtspext.h:
8233         Fix include path for extension interface.
8234
8235 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8236
8237         * gst/audiofx/audioamplify.h:
8238         Also remove a now unecessary variable here.
8239
8240 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8241
8242         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8243         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8244         * gst/audiofx/audiodynamic.c:
8245         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8246         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8247         * gst/audiofx/audiodynamic.h:
8248         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8249         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8250         * gst/audiofx/audioinvert.h:
8251         Don't save format information ourselves, this is already saved in
8252         GstAudioFilter.
8253
8254 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8255
8256         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8257         (gst_rtsp_ext_list_stream_select):
8258         * gst/rtsp/gstrtspext.h:
8259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8260         Use rank to filter out extensions.
8261         Add url to stream_select interface call.
8262
8263 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8264
8265         * gst/rtsp/Makefile.am:
8266         * gst/rtsp/base64.c:
8267         * gst/rtsp/base64.h:
8268         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8269         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8270         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8271         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8272         (gst_rtsp_ext_list_setup_media),
8273         (gst_rtsp_ext_list_configure_stream),
8274         (gst_rtsp_ext_list_get_transports),
8275         (gst_rtsp_ext_list_stream_select):
8276         * gst/rtsp/gstrtspext.h:
8277         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8278         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8279         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8280         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8281         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8282         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8283         (gst_rtspsrc_stream_configure_tcp),
8284         (gst_rtspsrc_stream_configure_mcast),
8285         (gst_rtspsrc_stream_configure_udp),
8286         (gst_rtspsrc_stream_configure_udp_sink),
8287         (gst_rtspsrc_stream_configure_transport),
8288         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8289         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8290         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8291         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8292         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8293         (gst_rtspsrc_parse_methods),
8294         (gst_rtspsrc_create_transports_string),
8295         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8296         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8297         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8298         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8299         * gst/rtsp/gstrtspsrc.h:
8300         * gst/rtsp/rtsp.h:
8301         * gst/rtsp/rtspconnection.c:
8302         * gst/rtsp/rtspconnection.h:
8303         * gst/rtsp/rtspdefs.c:
8304         * gst/rtsp/rtspdefs.h:
8305         * gst/rtsp/rtspext.h:
8306         * gst/rtsp/rtspextwms.c:
8307         * gst/rtsp/rtspextwms.h:
8308         * gst/rtsp/rtspmessage.c:
8309         * gst/rtsp/rtspmessage.h:
8310         * gst/rtsp/rtsprange.c:
8311         * gst/rtsp/rtsprange.h:
8312         * gst/rtsp/rtsptransport.c:
8313         * gst/rtsp/rtsptransport.h:
8314         * gst/rtsp/rtspurl.c:
8315         * gst/rtsp/rtspurl.h:
8316         * gst/rtsp/sdp.h:
8317         * gst/rtsp/sdpmessage.c:
8318         * gst/rtsp/sdpmessage.h:
8319         * gst/rtsp/test.c:
8320         Use shiny new RTSP and SDP library.
8321         Implement RTSP extensions using the new interface.
8322         Remove a lot of old code.
8323
8324 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8325
8326         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8327         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8328
8329 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8330
8331         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8332         Don't unref the outgoing buffer twice when dropping it because it's
8333         outside of the segment.
8334
8335 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8336
8337         * configure.ac:
8338         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8339         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8340         Use the new buffer clipping function from gstaudio here and
8341         require gst-plugins-base CVS.
8342         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8343         For framed Wavpack buffers we require a valid timestamp.
8344
8345 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8346
8347         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8348         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8349         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8350         Clip raw audio and video when we can, keep track of current output
8351         segment.
8352         Don't leak buffers and events when there is no output pad.
8353         Improve debugging here and there.
8354
8355 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8356
8357         * configure.ac:
8358           Sync liboil check with plugins-base.
8359
8360 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8361
8362         * ext/annodex/Makefile.am:
8363           Fix CFLAGS/LIBS.
8364
8365         * ext/cdio/gstcdiocddasrc.c:
8366         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8367           Include stdlib
8368
8369         * ext/cairo/Makefile.am:
8370         * gst/videofilter/Makefile.am:
8371         * tests/examples/level/Makefile.am:
8372           Use $(LIBM) instead of -lm
8373
8374 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8375
8376         * sys/v4l2/gstv4l2src.c:
8377           Add another example pipeline.
8378
8379 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8380
8381         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8382
8383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8384           Use define here.
8385
8386         * sys/v4l2/gstv4l2tuner.c:
8387         (gst_v4l2_tuner_set_frequency_and_notify):
8388           Don't touch the property - its still disabled.
8389
8390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8391         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8392         * sys/v4l2/v4l2src_calls.h:
8393           Improve fallback format negotionation. Fixes #451388
8394
8395 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * tests/check/elements/videocrop.c: (GST_START_TEST):
8398           Fix the test.
8399
8400 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8401
8402         * docs/plugins/Makefile.am:
8403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8405         * docs/plugins/inspect/plugin-jpeg.xml:
8406         * docs/plugins/inspect/plugin-png.xml:
8407         * ext/jpeg/gstjpegdec.c:
8408         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8409         (gst_pngdec_sink_setcaps):
8410           More docs. More logs in pngdec.
8411
8412 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8413
8414         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8415           Initialize num_buffers with minimum value.
8416
8417         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8418         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8419           Handle frame-size query failure gracefully.
8420
8421 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8422
8423         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8424         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8425         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8426         of qt/aac files.
8427
8428 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8429
8430         * ext/wavpack/gstwavpackdec.c:
8431         (gst_wavpack_dec_clip_outgoing_buffer):
8432         Fix buffer clipping to correctly clip to the segment stop.
8433
8434 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8435
8436         * configure.ac:
8437         * tests/Makefile.am:
8438         Remove bogus check for libcheck, since we check for
8439         gstreamer-check and it pulls in the required info from there,
8440         and we weren't actually _using_ the information for libcheck
8441         ourselves anyway.
8442
8443 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8444
8445         * configure.ac:
8446           Use pkg-config to locate check.
8447
8448 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8449
8450         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8451         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8452         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8453         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8454         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8455         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8456         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8457         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8458         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8459         * gst/effectv/gstrev.c: (gst_revtv_transform):
8460         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8461         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8462         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8463         * gst/matroska/matroska-demux.c:
8464         (gst_matroska_demux_add_wvpk_header),
8465         (gst_matroska_demux_check_subtitle_buffer),
8466         (gst_matroska_decode_buffer):
8467         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8468           Fix build against core CVS.
8469
8470 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8471
8472         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8473         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8474         don't have enough granularity to convert that boolean into a
8475         GstFlowReturn.
8476
8477 2007-07-06  Michael Smith <msmith@fluendo.com>
8478
8479         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8480         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8481         (gst_alawdec_change_state):
8482         * gst/law/alaw-decode.h:
8483         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8484         (gst_mulawdec_class_init), (gst_mulawdec_init),
8485         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8486         * gst/law/mulaw-decode.h:
8487           Fix capsnego bogosity in *law decoders. 
8488
8489 2007-07-06  Michael Smith <msmith@fluendo.com>
8490
8491         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8492         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8493         (gst_smokeenc_change_state):
8494         * ext/jpeg/gstsmokeenc.h:
8495           Remove stupidity in get/set caps functions.
8496           Fix some refcounting problems.
8497
8498 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8499
8500         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8501         Remove endianness-flipping hack that seems to have been required
8502         only because of a bug in ffmpegcolorspace.
8503         Partially Fixes: #451908
8504
8505 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8506
8507         * docs/plugins/Makefile.am:
8508           Simplify --extra-dir as gtkdoc scans recursively.
8509
8510 2007-07-03  Wim Taymans  <wim@fluendo.com>
8511
8512         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8513
8514         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8515         Set the encoding-name in the rtp caps to all uppercase, as required by
8516         the caps spec.
8517         Some small cleanups in the error paths. Fixes #453037.
8518
8519 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8520
8521         * ext/wavpack/gstwavpackparse.c:
8522         (gst_wavpack_parse_index_get_last_entry),
8523         (gst_wavpack_parse_index_get_entry_from_sample),
8524         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8525         (gst_wavpack_parse_scan_to_find_sample):
8526         * ext/wavpack/gstwavpackparse.h:
8527         Use a GSList for the GArray that is used like a list anyway.
8528
8529 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8530
8531         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8532         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8533         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8534           Add state change function where we set 0/1 as default framerate in
8535           case our setcaps function isn't called, like it might not in a
8536           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8537           gdkpixbufdec trying to create caps with a 0/0 framerate.
8538           Also post an error message on the bus if gst_pad_push() fails when
8539           called from our sink event handler (+1 for flow returns for event
8540           functions in 0.11) instead of failing silently.
8541
8542 2007-06-27  Wim Taymans  <wim@fluendo.com>
8543
8544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8545         Cast stack args to the proper types. Fixes #451249.
8546
8547 2007-06-27  Wim Taymans  <wim@fluendo.com>
8548
8549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8550         (new_session_pad), (gst_rtspsrc_setup_streams):
8551         * gst/rtsp/gstrtspsrc.h:
8552         For container formats we only need to activate one of the streams so
8553         that we correctly signal no-more-pads. Fixes #451015.
8554
8555 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * docs/plugins/gst-plugins-good-plugins.args:
8558         * docs/plugins/inspect/plugin-aasink.xml:
8559         * docs/plugins/inspect/plugin-alaw.xml:
8560         * docs/plugins/inspect/plugin-alpha.xml:
8561         * docs/plugins/inspect/plugin-alphacolor.xml:
8562         * docs/plugins/inspect/plugin-annodex.xml:
8563         * docs/plugins/inspect/plugin-apetag.xml:
8564         * docs/plugins/inspect/plugin-audiofx.xml:
8565         * docs/plugins/inspect/plugin-auparse.xml:
8566         * docs/plugins/inspect/plugin-autodetect.xml:
8567         * docs/plugins/inspect/plugin-avi.xml:
8568         * docs/plugins/inspect/plugin-cacasink.xml:
8569         * docs/plugins/inspect/plugin-cairo.xml:
8570         * docs/plugins/inspect/plugin-cdio.xml:
8571         * docs/plugins/inspect/plugin-cutter.xml:
8572         * docs/plugins/inspect/plugin-debug.xml:
8573         * docs/plugins/inspect/plugin-efence.xml:
8574         * docs/plugins/inspect/plugin-effectv.xml:
8575         * docs/plugins/inspect/plugin-esdsink.xml:
8576         * docs/plugins/inspect/plugin-flac.xml:
8577         * docs/plugins/inspect/plugin-flxdec.xml:
8578         * docs/plugins/inspect/plugin-gconfelements.xml:
8579         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8580         * docs/plugins/inspect/plugin-goom.xml:
8581         * docs/plugins/inspect/plugin-halelements.xml:
8582         * docs/plugins/inspect/plugin-icydemux.xml:
8583         * docs/plugins/inspect/plugin-id3demux.xml:
8584         * docs/plugins/inspect/plugin-jpeg.xml:
8585         * docs/plugins/inspect/plugin-ladspa.xml:
8586         * docs/plugins/inspect/plugin-level.xml:
8587         * docs/plugins/inspect/plugin-matroska.xml:
8588         * docs/plugins/inspect/plugin-mulaw.xml:
8589         * docs/plugins/inspect/plugin-multipart.xml:
8590         * docs/plugins/inspect/plugin-navigationtest.xml:
8591         * docs/plugins/inspect/plugin-ossaudio.xml:
8592         * docs/plugins/inspect/plugin-png.xml:
8593         * docs/plugins/inspect/plugin-quicktime.xml:
8594         * docs/plugins/inspect/plugin-rtp.xml:
8595         * docs/plugins/inspect/plugin-rtsp.xml:
8596         * docs/plugins/inspect/plugin-smpte.xml:
8597         * docs/plugins/inspect/plugin-speex.xml:
8598         * docs/plugins/inspect/plugin-taglib.xml:
8599         * docs/plugins/inspect/plugin-udp.xml:
8600         * docs/plugins/inspect/plugin-videobalance.xml:
8601         * docs/plugins/inspect/plugin-videobox.xml:
8602         * docs/plugins/inspect/plugin-videocrop.xml:
8603         * docs/plugins/inspect/plugin-videoflip.xml:
8604         * docs/plugins/inspect/plugin-videomixer.xml:
8605         * docs/plugins/inspect/plugin-wavenc.xml:
8606         * docs/plugins/inspect/plugin-wavparse.xml:
8607         * docs/plugins/inspect/plugin-ximagesrc.xml:
8608           Update docs with caps info.
8609
8610 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8611
8612         * po/POTFILES.in:
8613           Add more files with translatable strings (#450878).
8614
8615 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8616
8617         * MAINTAINERS:
8618         Updating all the maintainers files
8619
8620 2007-06-22  Edward Hervey  <edward@fluendo.com>
8621
8622         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8623         * gst/interleave/deinterleave.c: (deinterleave_init),
8624         (deinterleave_sink_link):
8625         * gst/interleave/interleave.c: (interleave_init):
8626         * gst/median/gstmedian.c: (gst_median_init):
8627         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8628         Fix memory leaks.
8629         * tests/check/elements/id3demux.c: (pad_added_cb):
8630         Remove unused variable.
8631
8632 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8633
8634         * ext/gconf/gconf.h:
8635         Make the prototype of gst_gconf_get_key_for_sink_profile
8636         match the implementation.
8637         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8638         Fixes: #449747
8639
8640 2007-06-20  Michael Smith <msmith@fluendo.com>
8641
8642         * gst/rtp/gstrtpdepay.c:
8643           Fix description - rtpdepay is not a payloader.
8644
8645 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8646
8647         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8648         (qtdemux_video_caps):
8649         * gst/qtdemux/qtdemux_fourcc.h:
8650           Add MJPG to the variants of motion jpeg.
8651
8652 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * tests/check/Makefile.am:
8655         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8656         * tests/check/elements/videocrop.c: (GST_START_TEST):
8657         * tests/check/elements/videofilter.c:
8658         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8659         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8660           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8661           error flags are included and it errors out on compiler warnings
8662           for CVS builds; remove unused variables in various unit tests.
8663
8664 2007-06-19  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8667         (rtsp_connection_close), (rtsp_connection_free):
8668         Use threadsafe inet_ntop to convert an ip number to a string. 
8669         Fixes #447961.
8670         Don't leak fd (and ip) when freeing a connection without first closing
8671         it.
8672
8673 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8674
8675         * configure.ac:
8676         Back to CVS
8677
8678         * gst-plugins-good.doap:
8679         Add 0.10.6 to the doap file.
8680
8681 === release 0.10.6 ===
8682
8683 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8684
8685         * configure.ac:
8686           releasing 0.10.6, "Wobble Board"
8687
8688 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8691         (rtsp_connection_free):
8692           Revert previous commit again, since we are frozen (sorry).
8693
8694 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         Patch by: Peter Kjellerstedt <pkj at axis com>
8697
8698         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8699         (rtsp_connection_free):
8700           inet_ntoa() uses a static buffer internally, so we need to copy the
8701           returned string if we want to store it for later (#447961).
8702
8703 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8704
8705         * win32/vs6/autogen.dsp:
8706         * win32/vs6/gst_plugins_good.dsw:
8707         * win32/vs6/libgstalaw.dsp:
8708         * win32/vs6/libgstalpha.dsp:
8709         * win32/vs6/libgstalphacolor.dsp:
8710         * win32/vs6/libgstapetag.dsp:
8711         * win32/vs6/libgstaudiofx.dsp:
8712         * win32/vs6/libgstauparse.dsp:
8713         * win32/vs6/libgstautodetect.dsp:
8714         * win32/vs6/libgstavi.dsp:
8715         * win32/vs6/libgstcutter.dsp:
8716         * win32/vs6/libgstdirectdraw.dsp:
8717         * win32/vs6/libgstdirectsound.dsp:
8718         * win32/vs6/libgsteffectv.dsp:
8719         * win32/vs6/libgstflx.dsp:
8720         * win32/vs6/libgstgoom.dsp:
8721         * win32/vs6/libgsticydemux.dsp:
8722         * win32/vs6/libgstid3demux.dsp:
8723         * win32/vs6/libgstinterleave.dsp:
8724         * win32/vs6/libgstjpeg.dsp:
8725         * win32/vs6/libgstlevel.dsp:
8726         * win32/vs6/libgstmatroska.dsp:
8727         * win32/vs6/libgstmedian.dsp:
8728         * win32/vs6/libgstmonoscope.dsp:
8729         * win32/vs6/libgstmulaw.dsp:
8730         * win32/vs6/libgstmultipart.dsp:
8731         * win32/vs6/libgstqtdemux.dsp:
8732         * win32/vs6/libgstrtp.dsp:
8733         * win32/vs6/libgstrtsp.dsp:
8734         * win32/vs6/libgstsmpte.dsp:
8735         * win32/vs6/libgstspeex.dsp:
8736         * win32/vs6/libgstudp.dsp:
8737         * win32/vs6/libgstvideobalance.dsp:
8738         * win32/vs6/libgstvideobox.dsp:
8739         * win32/vs6/libgstvideocrop.dsp:
8740         * win32/vs6/libgstvideoflip.dsp:
8741         * win32/vs6/libgstvideomixer.dsp:
8742         * win32/vs6/libgstwaveform.dsp:
8743         * win32/vs6/libgstwavenc.dsp:
8744         * win32/vs6/libgstwavparse.dsp:
8745         Mark *.dsp & *.dsw as binary files and convert to DOS line
8746         endings, as they don't load into VS6 correctly otherwise.
8747
8748 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8749
8750         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8751         (rtsp_connection_connect):
8752         Fix the MingW build. 
8753         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8754         Fixes: #446981
8755
8756 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8757
8758         * tests/check/elements/.cvsignore:
8759         * tests/icles/.cvsignore:
8760         Hush the buildbots up
8761
8762 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8763
8764         * configure.ac:
8765         * sys/Makefile.am:
8766         * sys/directdraw/Makefile.am:
8767         * sys/directsound/Makefile.am:
8768         * sys/waveform/Makefile.am:
8769         Make sure to dist everything needed for win32 builds.
8770
8771 2007-06-14  Edward Hervey  <edward@fluendo.com>
8772
8773         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8774         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8775         caps.
8776         Fixes #447458
8777
8778 2007-06-13  Wim Taymans  <wim@fluendo.com>
8779
8780         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8781         Make sure we allocate enough memory for the codec_data.
8782         Fixes #447210.
8783
8784 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8785
8786         * win32/MANIFEST:
8787         Add videocrop project file to the win32 manifest.
8788         * win32/vs6/gst_plugins_good.dsw:
8789         Add qtdemux,videocrop and waveform projects to the workspace.
8790         * win32/vs6/libgstqtdemux.dsp:
8791         Add zlib to the link list of qtdemux.
8792         * win32/vs6/libgstvideocrop.dsp:
8793         Add a project file for videocrop.
8794
8795 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8796
8797         * po/POTFILES.in:
8798         Add qtdemux for translation
8799
8800 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8801
8802         * configure.ac:
8803         * docs/plugins/Makefile.am:
8804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8805         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8806         * docs/plugins/inspect/plugin-videocrop.xml:
8807         * gst-plugins-good.spec.in:
8808         * sys/Makefile.am:
8809         * tests/check/Makefile.am:
8810         * tests/icles/Makefile.am:
8811         * tests/icles/videocrop-test.c:
8812         Move videocrop and osxvideo from -bad.
8813
8814 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * configure.ac:
8817         * docs/plugins/Makefile.am:
8818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8820         * docs/plugins/gst-plugins-good-plugins.args:
8821         * docs/plugins/inspect/plugin-qtdemux.xml:
8822         * docs/plugins/inspect/plugin-quicktime.xml:
8823         * win32/MANIFEST:
8824         Move qtdemux from -bad.
8825
8826         * gst-plugins-good.spec.in:
8827         Update spec file to reflect moving of qtdemux and wavpack
8828
8829 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8830         
8831         * win32/MANIFEST:
8832         * docs/plugins/Makefile.am:
8833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8834         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8835         * docs/plugins/inspect/plugin-directdraw.xml:
8836         * docs/plugins/inspect/plugin-directsound.xml:
8837         * docs/plugins/inspect/plugin-waveform.xml:
8838         Move the waveform plugin from -bad too. Update the inspect xml
8839         files to mention Plugins Good instead of Plugins Bad.
8840
8841 2007-06-12  Andy Wingo  <wingo@pobox.com>
8842
8843         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8844         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8845         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8846         finalization and resuscitation. No longer public.
8847         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8848         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8849         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8850         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8851         miniobject semantics, and be threadsafe.
8852         (gst_v4l2src_queue_frame): Remove this function, as we just call
8853         the ioctls directly in the two places where we queue buffers.
8854         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8855         directly.
8856         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8857         to allocate the pool, which also preallocates the GstBuffers.
8858         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8859         queueing the frames directly.
8860         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8861         mmap buffers have been dequeued.
8862
8863         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8864         real MiniObject instead of rolling our own refcounting and
8865         finalizing. Give it a lock.
8866         (struct _GstV4l2Buffer): Remove one intermediary object, having
8867         the buffers hold the struct v4l2_buffer directly.
8868
8869         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8870         capture_init so that it can set them on the buffers that it will
8871         create.
8872         (gst_v4l2src_get_read): For better or for worse, include the
8873         timestamping and offsetting code here; really we should be using
8874         bufferalloc though.
8875         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8876         preallocated, mmap'd buffers.
8877
8878 2007-06-11  Wim Taymans  <wim@fluendo.com>
8879
8880         Patch by: daniel fischer <dan at f3c dot com>
8881
8882         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8883         (gst_ximage_src_get_caps):
8884         Actually use the display_name property so that we can dump any
8885         available X display. Fixes #445905.
8886
8887 2007-06-11  Wim Taymans  <wim@fluendo.com>
8888
8889         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8890
8891         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8892         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8893         Add missing rate fields to caps. Fixes #441118.
8894
8895 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8896
8897         * win32/vs6/gst_plugins_good.dsw:
8898         * win32/vs8/gst-plugins-good.sln:
8899         Add DirectSound and DirectDraw sinks project files to
8900         workspace and solution files.
8901
8902 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8903
8904         Patch by: Josh Coalson <xflac at yahoo dot com>,
8905         updated by Alexis Ballier <aballier at gentoo dot org>:
8906
8907         * configure.ac:
8908         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8909         (gst_flac_dec_setup_seekable_decoder),
8910         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8911         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8912         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8913         * ext/flac/gstflacdec.h:
8914         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8915         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8916         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8917         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8918         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8919         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8920         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8921         * ext/flac/gstflacenc.h:
8922         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8923         
8924 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8925
8926         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8927         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8928         not necessary anymore as we need at least that core version. 
8929
8930 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8931
8932         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8933         (gst_wavpack_dec_chain):
8934         * ext/wavpack/gstwavpackdec.h:
8935         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8936         (gst_wavpack_parse_push_buffer):
8937         * ext/wavpack/gstwavpackparse.h:
8938         Improve discont handling by checking if the next Wavpack block has
8939         the expected, following block index.
8940
8941 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8942
8943         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8944           Fix element description.
8945
8946 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8947
8948         * configure.ac:
8949         * docs/plugins/Makefile.am:
8950         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8952         * docs/plugins/gst-plugins-good-plugins.args:
8953         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8954         * docs/plugins/gst-plugins-good-plugins.signals:
8955         * docs/plugins/inspect/plugin-autodetect.xml:
8956         * docs/plugins/inspect/plugin-gconfelements.xml:
8957         * docs/plugins/inspect/plugin-ladspa.xml:
8958         * docs/plugins/inspect/plugin-rtp.xml:
8959         * docs/plugins/inspect/plugin-wavpack.xml:
8960         * ext/Makefile.am:
8961         * tests/check/Makefile.am:
8962           move wavpack plugin.  See #352605.
8963
8964 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8965
8966         * configure.ac:
8967         * docs/plugins/Makefile.am:
8968         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8969         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8970         * docs/plugins/gst-plugins-good-plugins.args:
8971         * sys/Makefile.am:
8972         * win32/MANIFEST:
8973         Add DirectDraw & DirectSound plugins to the build and docs.
8974
8975 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8978         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8979           When operating in pull mode, error out correct on not-linked.
8980
8981 2007-06-06  Andy Wingo  <wingo@pobox.com>
8982
8983         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8984         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8985         format and size if the ioctls are defined; should fix compilation
8986         on Linux < 2.16.19.
8987
8988 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8989
8990         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8991           Printf fixes in debug statements; use LOG level for debug statements
8992           that are printed for each and every frame; convert c++ comments to
8993           C-style comments; not much point using g_try_malloc() if we then not
8994           even check the return value.
8995
8996 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8997
8998         * configure.ac:
8999           Bump requirements to released versions (core and base 0.10.13).
9000
9001         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9002           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9003           own implementation.
9004
9005 2007-06-05  Andy Wingo  <wingo@pobox.com>
9006
9007         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9008         some useless comments.
9009
9010         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9011         frames before calling STREAMON, that might leave them in a state
9012         where they can't be dequeued if we go back to NULL without calling
9013         STREAMON, according to the docs.
9014         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9015         before we call STREAMON.
9016         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9017         failures. (For me this code hung.) The pool refcounting is still
9018         crack; added a note to that effect.
9019
9020 2007-06-05  Wim Taymans  <wim@fluendo.com>
9021
9022         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9023         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9024         Add support for mapping gst structure names to the MIME type equivalent.
9025         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9026
9027 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9028
9029         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9030         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9031         (gst_wavenc_chain), (gst_wavenc_change_state):
9032         * gst/wavenc/gstwavenc.h:
9033         Properly write wav files with width!=depth by having the depth most
9034         significant bytes set and all others zero. Fixes #442535.
9035
9036 2007-06-01  Wim Taymans  <wim@fluendo.com>
9037
9038         * gst/rtsp/rtspconnection.c:
9039         Add include to make buildbot happy.
9040
9041 2007-06-01  Wim Taymans  <wim@fluendo.com>
9042
9043         Patch by: Peter Kjellerstedt  <pkj at axis com>
9044
9045         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9046         (rtsp_connection_connect), (add_date_header),
9047         (rtsp_connection_send), (parse_response_status),
9048         (parse_request_line), (parse_line), (rtsp_connection_receive):
9049         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9050         * gst/rtsp/rtspdefs.h:
9051         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9052         (rtsp_message_init_request), (rtsp_message_init_response),
9053         (rtsp_message_remove_header), (rtsp_message_append_headers),
9054         (rtsp_message_dump):
9055         * gst/rtsp/rtspmessage.h:
9056         Improves version checking, allowing an RTSP server to reply with "505
9057         RTSP Version not supported.
9058         Adds a Date header to all messages.
9059         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9060         want to be able to send a response even if something in the request was
9061         invalid. EINVAL is only used when passing wrong arguments to functions.
9062         Do not handle an invalid method in parse_request_line(). Defer this to
9063         the caller so it can respond with "405 Method Not Allowed".
9064         Improves parsing of the timeout parameter to the Session header,
9065         allowing whitespace after the semicolon. 
9066         Avoids a compiler warning due to variables shadowing a function argument.
9067
9068 2007-06-01  Wim Taymans  <wim@fluendo.com>
9069
9070         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9071
9072         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9073         (gst_rtp_amr_depay_process):
9074         * gst/rtp/gstrtpamrdepay.h:
9075         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9076         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9077         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9078         * gst/rtp/gstrtpamrpay.h:
9079         Add support for AMR-WB.
9080         Small cleanups such as using BOILERPLATE.
9081
9082 2007-05-31  Wim Taymans  <wim@fluendo.com>
9083
9084         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9085         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9086
9087 2007-05-30  Andy Wingo  <wingo@pobox.com>
9088
9089         * sys/v4l2/gstv4l2object.h: 
9090         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9091         unintended changes.
9092
9093         * sys/v4l2/v4l2src_calls.h: 
9094         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9095         the format list in the order that the driver gives it to us.
9096         (gst_v4l2src_probe_caps_for_format_and_size)
9097         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9098         based on the capabilities of the device.
9099         (gst_v4l2src_grab_frame): Update for object variable renaming.
9100         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9101         as in the set_caps below.
9102         (gst_v4l2src_capture_init): Update for object variable renaming,
9103         and reflow.
9104         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9105         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9106         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9107         (gst_v4l2src_get_fps): Remove; these functions don't have much
9108         meaning outside of an atomic set_caps method.
9109         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9110         known.
9111
9112         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9113         call to update_fps; not sure about this change.
9114         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9115         moment we don't have an update_fps_func.
9116
9117         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9118         structures in the object, just store what we need. Do store the
9119         probed caps of the device. Don't store the current frame rate.
9120
9121         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9122         update_fps_function, for now. Update for new object variable
9123         naming.
9124         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9125         new object variable naming.
9126         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9127         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9128         (gst_v4l2src_get_caps): Rework to probe the device for supported
9129         frame sizes and frame rates.
9130         (gst_v4l2src_set_caps): Rework to be strict in the given
9131         parameters: if someone asks us to have a certain size and rate,
9132         that is what we configure.
9133         (gst_v4l2src_get_read): Update for object variable naming. Don't
9134         leak buffers on short reads.
9135         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9136         comments.
9137         (gst_v4l2src_create): Update for object variable naming.
9138
9139 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9142         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9143         * gst/avi/gstavidemux.h:
9144           Parse subtitle text streams instead of erroring out (#442034). Still
9145           needs a parser for the subtitles to actually show up.
9146
9147 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9150         (gst_avi_demux_loop):
9151           Make _push_event() return TRUE if the event could be pushed on at
9152           least one pad and not only if it could be pushed on all pads,
9153           otherwise we'll end up posting an error message on EOS if one or
9154           more source pads are not connected.
9155
9156 2007-05-28  Wim Taymans  <wim@fluendo.com>
9157
9158         * gst/rtsp/rtsptransport.c:
9159         Use renamed RTP bin.
9160
9161 2007-05-28  Wim Taymans  <wim@fluendo.com>
9162
9163         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9164
9165         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9166         (gst_video_box_set_property), (gst_video_box_transform_caps),
9167         (video_box_recalc_transform), (gst_video_box_set_caps),
9168         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9169         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9170         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9171         (gst_video_box_i420_i420), (gst_video_box_transform),
9172         (plugin_init):
9173         Add AYUV->AYUV and AYUV->I420 formats. 
9174         Fix negotiation and I420->AYUV conversion.
9175         Fixes #429329.
9176
9177 2007-05-26  Wim Taymans  <wim@fluendo.com>
9178
9179         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9180         Use different variables for nested for loops so that the outer loop
9181         functions properly and speex files with multiple frames per buffer work
9182         properly.
9183         Fixes #441408.
9184
9185 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9188           Don't leak newsegment events.
9189
9190 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9191
9192         * gst/wavparse/Makefile.am:
9193           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9194           drags it in.
9195
9196 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9197
9198         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9199         (notgst_value_array_append_buffer),
9200         (gst_flac_enc_process_stream_headers),
9201         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9202         (gst_flac_enc_change_state):
9203         * ext/flac/gstflacenc.h:
9204           Collect headers, add "streamheader" field to output caps and set
9205           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9206           produces output according to the official FLAC-to-Ogg mapping
9207           instead of completely broken files. Fixes #426044.
9208
9209 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9210
9211         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9212         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9213         (gst_id3demux_sink_event):
9214         * gst/id3demux/gstid3demux.h:
9215         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9216         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9217         (gst_tag_demux_send_new_segment):
9218         Handle and adjust new-segment events so that downstream really
9219         sees a stream with the tag pieces stripped off the front and back.
9220         Fixes strangeness in seeking when mp3 decoders use the new-segment
9221         byte position to estimate their current playback position timestamp
9222         and then the arriving buffers don't match up.
9223
9224 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9225
9226         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9227           Don't unnecessarily perform a READY->NULL->READY transition on the
9228           detected audio sink when starting up. Fixes: #440127
9229
9230 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9231
9232         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9233         (gst_flac_enc_chain):
9234           Don't crash in chain function if setcaps hasn't been called.
9235
9236 2007-05-24  Wim Taymans  <wim@fluendo.com>
9237
9238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9239         Init value to avoid infinte loops.
9240
9241 2007-05-24  Wim Taymans  <wim@fluendo.com>
9242
9243         Patch by: Peter Kjellerstedt  <pkj at axis com>
9244
9245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9246         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9247         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9248         (gst_rtspsrc_play):
9249         (rtsp_connection_send), (rtsp_connection_receive):
9250         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9251         Fix for new API.
9252
9253         * gst/rtsp/rtspconnection.c: (add_auth_header),
9254         Only add authorisation and session headers when sending messages.
9255
9256         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9257         (rtsp_message_init_request), (rtsp_message_init_response),
9258         (rtsp_message_unset), (rtsp_message_add_header),
9259         (rtsp_message_remove_header), (rtsp_message_get_header),
9260         (rtsp_message_append_headers), (dump_key_value),
9261         (rtsp_message_dump):
9262         * gst/rtsp/rtspmessage.h:
9263         Add support for multiple headers of the same type by storing the parsed
9264         headers in a GArray instaed of a hashtable.
9265
9266 2007-05-21  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9269         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9270         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9271         safer shutdown.
9272
9273 2007-05-21  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9276         * gst/rtsp/gstrtpdec.h:
9277         Added signal for backwards compat.
9278
9279 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9280         
9281         Patch by: René Stadler <mail at renestadler dot de>
9282
9283         * configure.ac:
9284         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9285         (gst_au_parse_parse_header), (gst_au_parse_chain):
9286         * gst/auparse/gstauparse.h:
9287         Use audioconvert for converting from non-native endianness floats
9288         in auparse instead of doing it ourself. Fixes #424527.
9289         This needs the audioconvert from plugins-base CVS.
9290         
9291 2007-05-21  Wim Taymans  <wim@fluendo.com>
9292
9293         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9294         (gst_rtp_h263p_pay_flush):
9295         Fix enum registration.
9296
9297 2007-05-21  Wim Taymans  <wim@fluendo.com>
9298
9299         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9300
9301         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9302         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9303         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9304         (gst_rtp_h263p_pay_flush):
9305         * gst/rtp/gstrtph263ppay.h:
9306         Add new fragmentation mode base on GOB headers. Fixes #438940.
9307
9308 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9311           Printf format fix.
9312
9313 2007-05-18  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9316         Don't crash when an unsupported transport error was returned by the
9317         server, just try to configure the next stream. Fixes #439255.
9318
9319 2007-05-18  Wim Taymans  <wim@fluendo.com>
9320
9321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9322         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9323         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9324         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9325         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9326         * gst/rtsp/gstrtspsrc.h:
9327         Add TCP timeout property and use it for all TCP connection.
9328
9329         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9330         (rtsp_connection_write), (rtsp_connection_next_timeout),
9331         (rtsp_connection_reset_timeout):
9332         Make connect and writes cancelable and make them use the timeout.
9333
9334 2007-05-18  Wim Taymans  <wim@fluendo.com>
9335
9336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9337         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9338         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9339         (gst_rtspsrc_setup_streams):
9340         Refactor timeout handling.
9341         Also send keep-alive when dealing with TCP transport.
9342
9343         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9344         (rtsp_connection_free), (rtsp_connection_next_timeout),
9345         (rtsp_connection_reset_timeout):
9346         * gst/rtsp/rtspconnection.h:
9347         Use a timer to handle the session timeouts, add some methods to deal
9348         with timeouts.
9349
9350 2007-05-17  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9353         (gst_rtspsrc_setup_streams):
9354         Ignore streams that fail the setup command, we will retry with a
9355         different transport later on.
9356
9357         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9358         (rtsp_ext_wms_configure_stream):
9359         Fix encoding name case.
9360
9361 2007-05-16  Edward Hervey  <edward@fluendo.com>
9362
9363         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9364         Fix build on macosx.
9365
9366 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9367
9368         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9369         Replace direct comparison of a string with the string literal "" with
9370         a comparison of the first character with '\0'. Fixes #438926.
9371
9372 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9373
9374         * gst/debug/breakmydata.c (gst_break_my_data_init):
9375           One more try. This should be the proper fix now.
9376
9377 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9378
9379         * gst/debug/breakmydata.c:
9380           Ooops, no // comments please.
9381
9382 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9383
9384         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9385         (gst_break_my_data_init):
9386           Fix gst_buffer_is_writable() assertion.
9387
9388 2007-05-14  David Schleef  <ds@schleef.org>
9389
9390         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9391           video/x-raw-bayer.  Fixes #314160.
9392
9393 2007-05-14  Wim Taymans  <wim@fluendo.com>
9394
9395         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9396         (gst_rtp_theora_depay_parse_configuration):
9397         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9398         (gst_rtp_theora_pay_finish_headers),
9399         (gst_rtp_theora_pay_handle_buffer):
9400         Update theora pay/depayloader in a similar to vorbis.
9401
9402         * gst/rtp/gstrtpvorbisdepay.c:
9403         (gst_rtp_vorbis_depay_parse_configuration):
9404         Update docs.
9405
9406 2007-05-14  Wim Taymans  <wim@fluendo.com>
9407
9408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9409         When we try to execute a method that is not supported by the server,
9410         don't error out but remove the method from the accepted methods so that
9411         we never try to perform this method again.
9412
9413 2007-05-14  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9416         Remove annoying _dump_mem.
9417
9418 2007-05-14  Wim Taymans  <wim@fluendo.com>
9419
9420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9421         Parse range correctly.
9422
9423         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9424         The baseurl now always has a '/' at the start.
9425
9426 2007-05-14  Wim Taymans  <wim@fluendo.com>
9427
9428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9429         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9430         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9431         Factor out caps configuration and configure more stuff such as the time
9432         ranges and speed/scale values.
9433
9434         * gst/rtsp/rtsptransport.c:
9435         Add Copyright after non-trival fixes.
9436
9437 2007-05-12  Wim Taymans  <wim@fluendo.com>
9438
9439         Patch by: Peter Kjellerstedt  <pkj at axis com>
9440
9441         * gst/rtsp/gstrtspsrc.h:
9442         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9443         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9444         (rtsp_message_get_header):
9445         * gst/rtsp/rtspmessage.h:
9446         Make channel guint8 where possible.
9447         Make rtsp_message_init_data() take the channel as a guint8.
9448
9449         * gst/rtsp/rtspdefs.c:
9450         Fixed a typo: Timout -> Timeout
9451
9452         * gst/rtsp/rtspdefs.h:
9453         Make RTSP_CHECK() behave as a statement.
9454
9455         * gst/rtsp/sdpmessage.c:
9456         Avoid a compiler warning in INIT_ARRAY().
9457         Fixes #437692.
9458
9459 2007-05-12  Wim Taymans  <wim@fluendo.com>
9460
9461         Patch by: Peter Kjellerstedt  <pkj at axis com>
9462
9463         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9464         (rtsp_url_get_request_uri):
9465         * gst/rtsp/rtspurl.h:
9466         Add support for query parameters to RTSP URLs.
9467
9468 2007-05-12  Wim Taymans  <wim@fluendo.com>
9469
9470         Patch by: Peter Kjellerstedt  <pkj at axis com>
9471
9472         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9473         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9474         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9475         (rtsp_transport_parse), (rtsp_transport_as_text):
9476         * gst/rtsp/rtsptransport.h:
9477         Add validation to rtsp_transport_parse().
9478         Add rtsp_transport_as_text() to generate an RTSP header from an
9479         RTSPTransport.
9480         Change ssrc to guint (was a string) since that is what it is, even
9481         though it is sent as a hex string.
9482         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9483         incorrect, which can be seen when looking at the examples in the RFC).
9484         Fixes #437670.
9485
9486 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9487
9488         Patch by: Eric Anholt
9489
9490         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9491           gst_ximage_src_ximage_get):
9492         Use union of all damage between frames to make it faster.
9493         Fixes bug #342463.
9494         Also fix crasher when cursor is at bottom right of window.
9495
9496 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9499           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9500           streaming mode regression for file from #343837 with 'bext' chunk
9501           before the 'fmt' chunk.
9502
9503 2007-05-11  Wim Taymans  <wim@fluendo.com>
9504
9505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9506         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9507         (gst_rtspsrc_handle_src_event),
9508         (gst_rtspsrc_stream_configure_manager),
9509         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9510         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9511         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9512         * gst/rtsp/gstrtspsrc.h:
9513         * gst/rtsp/rtspdefs.h:
9514         Preliminary seek support.
9515         Activate internal pads so that we can receive events on them.
9516         Don't try to parse a range string when it's NULL.
9517
9518 2007-05-11  Wim Taymans  <wim@fluendo.com>
9519
9520         * gst/rtp/README:
9521         Update README with new RTP variables that will be used for
9522         synchronisation.
9523
9524         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9525         (gst_rtp_vorbis_depay_parse_configuration),
9526         (gst_rtp_vorbis_depay_process):
9527         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9528         (gst_rtp_vorbis_pay_finish_headers),
9529         (gst_rtp_vorbis_pay_handle_buffer):
9530         Update vorbis pay and depayloader to draft-04.
9531
9532 2007-05-11  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst/rtsp/rtsptransport.c:
9535         UDP MCAST is actually the default for RTP/AVP.
9536 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9537
9538         * gst/level/gstlevel.c: (gst_level_transform_ip):
9539         Use guint8 * instead of gpointer then vs6 can build 
9540         in_data += (filter->width / 8).
9541
9542 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9543
9544         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9545           gst_ximage_src_ximage_get):
9546         * sys/ximage/gstximagesrc.h (last_ximage):
9547         When using Damage actually keep the last frame, and not assume
9548         that the buffer we get already has the last frame on it.
9549         Copy the cursor over if we specify a non-zero start x and
9550         start y.
9551
9552 2007-05-11  Wim Taymans  <wim@fluendo.com>
9553
9554         * gst/rtsp/rtsptransport.c:
9555         Make UDP the default transport when not specified.
9556
9557 2007-05-09  David Schleef  <ds@schleef.org>
9558
9559         * gst/level/gstlevel.c:
9560           Revert last change.
9561
9562 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9563
9564         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9565         (gst_level_transform_ip):
9566         Use guint8 * instead of gpointer then vs6 know the size of data
9567         pointed when moving the pointer.
9568         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9569         Move instructions after variables declaration.
9570         * win32/vs6/autogen.dsp:
9571         * win32/vs6/libgstrtp.dsp:
9572         * win32/vs6/libgstrtsp.dsp:
9573         Update vs6 project files.
9574
9575 2007-05-09  Wim Taymans  <wim@fluendo.com>
9576
9577         * gst/rtsp/Makefile.am:
9578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9579         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9580         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9581         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9582         (rtsp_range_free):
9583         * gst/rtsp/rtsprange.h:
9584         Add code to parse time ranges.
9585         Report DURATION on the stream when possible.
9586
9587 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9588
9589         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9590         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9591         (gst_videomixer_collected):
9592           Fix strides calculation for AYUV (it's just width*4) (#436910).
9593
9594 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9595
9596         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9597         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9598         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9599         Sync the GObject properties before each processing step to properly
9600         work with the controller.
9601
9602 2007-05-04  Wim Taymans  <wim@fluendo.com>
9603
9604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9605         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9606         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9607         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9608         (gst_rtspsrc_change_state):
9609         Let more error state trickle down so that we can catch more error
9610         cases.
9611         Handle keep-alive a little smarter by selecting a method the server
9612         actually supports.
9613         Fix a race in UDP streaming shutdown.
9614
9615 2007-05-04  Wim Taymans  <wim@fluendo.com>
9616
9617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9618         Ignore errors when trying to use the keep-alive messages.
9619
9620 2007-05-04  Wim Taymans  <wim@fluendo.com>
9621
9622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9623         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9624         (gst_rtspsrc_stream_configure_manager),
9625         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9626         (gst_rtspsrc_stream_configure_mcast),
9627         (gst_rtspsrc_stream_configure_udp),
9628         (gst_rtspsrc_stream_configure_udp_sink),
9629         (gst_rtspsrc_stream_configure_transport):
9630         Send RTCP messages back to the server over the TCP connection.
9631
9632         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9633         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9634         (rtsp_connection_receive):
9635         * gst/rtsp/rtspconnection.h:
9636         Factor out and expose lowlevel _write and _read methods.
9637         Implement sending data messages to the server.
9638
9639 2007-05-03  Wim Taymans  <wim@fluendo.com>
9640
9641         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9642         (gst_multipart_mux_collected):
9643         Fix timestamps on outgoing buffers.
9644
9645 2007-05-03  Wim Taymans  <wim@fluendo.com>
9646
9647         * gst/multipart/multipartmux.c:
9648         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9649         (gst_multipart_mux_change_state):
9650         Emit NEWSEGMENT events before pushing the first buffer.
9651
9652 2007-05-03  Wim Taymans  <wim@fluendo.com>
9653
9654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9655         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9656         (gst_rtspsrc_handle_src_query),
9657         (gst_rtspsrc_stream_configure_manager),
9658         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9659         (gst_rtspsrc_stream_configure_mcast),
9660         (gst_rtspsrc_stream_configure_udp),
9661         (gst_rtspsrc_stream_configure_udp_sink),
9662         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9663         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9664         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9665         (gst_rtspsrc_pause):
9666         Refactor transport configuration code.
9667         Create internal pads for TCP transport so that we can implement events
9668         and queries.
9669         Handle events and queries.
9670         Parse range from the SDP.
9671         Fix race in pause handler where the connection could still be flushing.
9672
9673 2007-05-02  Wim Taymans  <wim@fluendo.com>
9674
9675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9676         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9677         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9678         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9679         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9680         (gst_rtspsrc_change_state):
9681         * gst/rtsp/gstrtspsrc.h:
9682         Fix race when multiple udp sources post timeouts, just act on the first
9683         received timeout.
9684         Protect stream list with a recursive lock to fix some races.
9685         Flush connection when we need to do a reconnect or stop.
9686         Make state lock recursive.
9687
9688         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9689         (rtsp_connection_close):
9690         Some small cleanups.
9691
9692 2007-05-02  Wim Taymans  <wim@fluendo.com>
9693
9694         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9695         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9696         Only set DISCONT when there actually is a discont or when we just
9697         started.
9698
9699 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9700
9701         * ext/flac/gstflac.c: (plugin_init):
9702         Call bindtextdomain() to get localized strings.
9703
9704 2007-05-02  Wim Taymans  <wim@fluendo.com>
9705
9706         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9707         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9708         (gst_wavparse_stream_data):
9709         * gst/wavparse/gstwavparse.h:
9710         Be a bit more clever when dealing with VBR files with FACT tags, we
9711         don't want to timestamp buffers in that case but the estimated BPS can
9712         be used for seeking.
9713         Only send close segment in the streaming thread.
9714
9715 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9716
9717         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9718         Correctly post an error on the bus if something went wrong in the loop
9719         function. This fixes a few cases where the task was paused and nothing
9720         happened anymore.
9721
9722 2007-05-02  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst/rtsp/test.c: (main):
9725         Fix compilation of deprecated test just because I'm too lazy to delete
9726         it.
9727
9728 2007-05-02  Wim Taymans  <wim@fluendo.com>
9729
9730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9731         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9732         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9733         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9734         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9735         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9736         * gst/rtsp/gstrtspsrc.h:
9737         Fix sending RTCP to the right place.
9738         Fix bug in reffing the wrong UDP element.
9739         Use new pad names for the session manager.
9740         Implement handling server requests in interleaved and UDP modes.
9741         Handle session keep-alive in UDP modes.
9742         Remove GCond for handling UDP timeouts.
9743
9744         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9745         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9746         (rtsp_connection_receive), (rtsp_connection_close):
9747         * gst/rtsp/rtspconnection.h:
9748         Store connection IP address for later.
9749         Add timeout args to all operations that might block forever.
9750         Parse session timeout.
9751         Only close sockets when not already closed.
9752
9753         * gst/rtsp/rtspdefs.c:
9754         * gst/rtsp/rtspdefs.h:
9755         Add timeout return value and error string.
9756
9757         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9758         Add small comment.
9759
9760 2007-05-01  Wim Taymans  <wim@fluendo.com>
9761
9762         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9763
9764         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9765         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9766         * gst/rtp/gstrtpmp4vpay.h:
9767         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9768
9769 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9770
9771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9772           Remove v4l2src from docs, since it breaks the docs build, and the
9773           plugin is only built if --enable-experimental is used anyway.
9774
9775         * docs/plugins/Makefile.am:
9776           Spaces => tab.
9777
9778 2007-04-29  Wim Taymans  <wim@fluendo.com>
9779
9780         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9781         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9782         Add code to drop membership of a multicast group.
9783
9784         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9785         (gst_udpsink_set_uri):
9786         Implement URI handler.
9787
9788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9789         (gst_rtspsrc_parse_rtpinfo):
9790         Use URI handler to make udpsink instace.
9791         Improve code to configure port and destination.
9792
9793 2007-04-29  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9796         Fix multicast detection.
9797         Don't try to join a multicast group if the address is not multicast.
9798
9799         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9800         Small debug improvement.
9801
9802 2007-04-27  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9805         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9806         (gst_rtspsrc_handle_message):
9807         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9808         parent.
9809
9810 2007-04-27  Wim Taymans  <wim@fluendo.com>
9811
9812         * gst/rtp/gstrtpilbcdepay.h:
9813         Fix mode property when specified as an arg.
9814
9815 2007-04-26  Edward Hervey  <edward@fluendo.com>
9816
9817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9819         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9820         * docs/plugins/inspect/plugin-osxaudio.xml:
9821         Add documentation for osxaudio plugin.
9822
9823 2007-04-26  Wim Taymans  <wim@fluendo.com>
9824
9825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9826         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9827         (gst_rtspsrc_open), (gst_rtspsrc_close),
9828         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9829         (gst_rtspsrc_pause):
9830         * gst/rtsp/gstrtspsrc.h:
9831         Protect state changes with a lock.
9832
9833         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9834         (parse_line):
9835         * gst/rtsp/rtspconnection.h:
9836         Remove some unused stuff.
9837
9838 2007-04-26  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9841         Handle the case where there are exactly 0 bytes to read and the ioctl
9842         did not report an error. Fixes #433530.
9843
9844 2007-04-26  Wim Taymans  <wim@fluendo.com>
9845
9846         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9847         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9848         * gst/wavparse/gstwavparse.h:
9849         Apply DISCONT to buffers.
9850         Only apply timestamp to the first sample after a DISCONT, too many VBR
9851         files cause random jitter in the timestamps. Fixes #433119.
9852
9853 2007-04-25  Wim Taymans  <wim@fluendo.com>
9854
9855         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9856         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9857         (gst_rtp_dec_get_property):
9858         * gst/rtsp/gstrtpdec.h:
9859         Add dummy latency property to be backwards compat with rtpbin.
9860
9861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9862         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9863         (gst_rtspsrc_stream_configure_transport),
9864         (gst_rtspsrc_parse_rtpinfo):
9865         * gst/rtsp/gstrtspsrc.h:
9866         Add latency property and configure in the session manager.
9867         Don't set invalid clock-base and seqnum-base on caps, some servers
9868         sometimes don't send them.
9869
9870 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9871
9872         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9873         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9874           Double-check that RGB input caps are really RGBA caps (apparently
9875           the core doesn't always catch it if those caps aren't a subset of
9876           our template caps, also see #421543). Fixes #429319 in a way.
9877           Also, don't leak the pad template in the transform_caps function.
9878
9879         * tests/check/Makefile.am:
9880         * tests/check/elements/.cvsignore:
9881         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9882         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9883         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9884         (GST_START_TEST), (alphacolor_suite):
9885           Add some basic unit tests for alphacolor.
9886
9887 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9888
9889         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9890           If we get a fatal flow return in the loop function, first post the
9891           error message and only then send the EOS event downstream, otherwise
9892           applications might get an eos message before the error message and
9893           think everything was ok (related to #429319).
9894
9895 2007-04-25  Wim Taymans  <wim@fluendo.com>
9896
9897         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9898         Read the channel byte as an unsigned byte.
9899
9900 2007-04-25  Wim Taymans  <wim@fluendo.com>
9901
9902         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9903         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9904         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9905         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9906         (gst_rtp_gsm_depay_setcaps):
9907         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9908         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9909         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9910         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9911         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9912         (gst_ilbc_depay_get_property):
9913         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9914         * gst/rtp/gstrtpmp4adepay.c:
9915         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9916         (gst_rtp_pcma_depay_setcaps):
9917         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9918         (gst_rtp_pcmu_depay_setcaps):
9919         Make sure we configure the clock_rate in the baseclass in the setcaps
9920         function. Fixes #431282.
9921
9922 2007-04-25  Wim Taymans  <wim@fluendo.com>
9923
9924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9925         (gst_rtspsrc_stream_free), (request_pt_map),
9926         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9927         * gst/rtsp/gstrtspsrc.h:
9928         Parse server address from SDP.
9929         Hook up a udpsink to send RTCP back to the server.
9930
9931         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9932         * gst/rtsp/rtsptransport.h:
9933         Add some docs.
9934
9935 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9936
9937         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9938           Make header field check conditional. Fixes #433135
9939
9940 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * docs/plugins/Makefile.am:
9943         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9944         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9945         * docs/plugins/inspect/plugin-alphacolor.xml:
9946         * gst/alpha/Makefile.am:
9947         * gst/alpha/gstalphacolor.c:
9948         * gst/alpha/gstalphacolor.h:
9949           Add minimal docs blurb to alphacolor; split out headers into
9950           separate header file for gtk-doc.
9951
9952 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * gst/debug/progressreport.c: (gst_progress_report_report):
9955           Don't try to post NULL message (in case we can't query upstream
9956           position or duration).
9957
9958 2007-04-18  Michael Smith  <msmith@fluendo.com>
9959
9960         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9961         (gst_cutter_get_caps):
9962         * gst/cutter/gstcutter.h:
9963           Fix some of the most obvious bugs in cutter. Now doesn't leak
9964           everything if input is silent.
9965
9966 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9967
9968         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9969         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9970         * gst/wavenc/gstwavenc.h:
9971         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9972         else results in a invalid block align and invalid files.
9973
9974 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9975
9976         Patch by: Snaik <snaik32 gmail com>
9977
9978         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9979           Add missing break statement for BOX_HORIZONTAL case.
9980
9981 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9982
9983         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9984
9985         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9986         Use correct format strings for integer types.
9987
9988 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9989
9990         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9991         (gst_wavparse_create_sourcepad):
9992         Use gst_riff_create_audio_template_caps () instead of the local caps.
9993         This makes updates of the local caps unecessary whenever libgstriff
9994         gets support for new formats.
9995
9996 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9999
10000         * sys/sunaudio/gstsunaudio.c:
10001         * sys/sunaudio/gstsunaudiomixer.c:
10002         * sys/sunaudio/gstsunaudiomixer.h:
10003         * sys/sunaudio/gstsunaudiomixerctrl.c:
10004         * sys/sunaudio/gstsunaudiomixerctrl.h:
10005         * sys/sunaudio/gstsunaudiomixertrack.h:
10006         * sys/sunaudio/gstsunaudiosink.c:
10007         * sys/sunaudio/gstsunaudiosink.h:
10008         * sys/sunaudio/gstsunaudiosrc.c:
10009         * sys/sunaudio/gstsunaudiosrc.h:
10010           Fix and/or update copyright attributions (#430228).
10011
10012 2007-04-13  Wim Taymans  <wim@fluendo.com>
10013
10014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10015         Fix docs.
10016
10017         * gst/rtsp/URLS:
10018         Add some more example urls.
10019
10020         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10021         (gst_rtp_dec_chain_rtp):
10022         Better debugging.
10023
10024         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10025         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10026         (gst_rtspsrc_parse_rtpinfo):
10027         Remove unused code.
10028
10029 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10030
10031         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10032         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10033         (gst_wavparse_stream_data):
10034           Relax the audio/mpeg caps again and add FIXME: comment.
10035
10036 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10037
10038         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10039         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10040         (gst_wavparse_stream_data):
10041         * gst/wavparse/gstwavparse.h:
10042           More sanity check for the header fields. Fix type for 'rate' header
10043           field.
10044
10045 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10048         (gst_icydemux_unicodify):
10049           If the metadata strings we get in the stream are not UTF-8, try to
10050           interpret them according to the character encodings specified in the
10051           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10052           only fall back to locale/ISO-8859-1 if those aren't set or don't
10053           work. Should fix #428901.
10054
10055 2007-04-12  Wim Taymans  <wim@fluendo.com>
10056
10057         * gst/rtp/gstrtph264depay.c:
10058         Use the proper sync word for SPS and PPS.
10059
10060 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * gst/rtp/Makefile.am:
10063         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10064           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10065         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10066           Add a simple hashing implementation that we can use to generate
10067           a 24-bit ident value based on the codebooks for vorbis and theora.
10068         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10069           gst_rtp_theora_pay_handle_buffer):
10070         * gst/rtp/gstrtpvorbisdepay.c
10071           (gst_rtp_vorbis_depay_parse_configuration,
10072           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10073         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10074           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10075           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10076           Use the hashing function, ensuring that the same codebooks result
10077           in the same ident and thus the same SDP description.
10078           Various log fixes/changes.
10079
10080 2007-04-12  Wim Taymans  <wim@fluendo.com>
10081
10082         Patch by: jerry tan <jerry dot tan at sun dot com>
10083
10084         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10085         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10086         application's responsibility to make sure it open the device once.
10087         Remove a careless error if AUDIODEV is set. Fixes #392620.
10088
10089 2007-04-12  Wim Taymans  <wim@fluendo.com>
10090
10091         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10092         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10093         * gst/rtsp/gstrtpdec.h:
10094         Make backward compat with rtpbin by adding the request-pt-map signals.
10095
10096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10097         (new_session_pad), (request_pt_map),
10098         (gst_rtspsrc_stream_configure_transport),
10099         (gst_rtspsrc_stream_configure_caps),
10100         (gst_rtspsrc_activate_streams):
10101         * gst/rtsp/gstrtspsrc.h:
10102         Implement request-pt-map signals instead of setting caps on the buffers
10103         for the session manager.
10104
10105 2007-04-11  Wim Taymans  <wim@fluendo.com>
10106
10107         * gst/udp/gstudp.c: (plugin_init):
10108         Register GstNetBuffer in plugin_init so that the type can be used from
10109         multiple threads without races.
10110
10111 2007-04-10  Wim Taymans  <wim@fluendo.com>
10112
10113         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10114         (gst_rtp_amr_depay_process):
10115         Fix depayloader clock_rate and some cleanups.
10116
10117         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10118         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10119         * gst/rtp/gstrtph264depay.h:
10120         Don't push codec_data in the adapter because it might get flushed when
10121         we get a discont.
10122
10123         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10124         Handle multiple AU per packet.
10125
10126         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10127         (gst_rtp_sv3v_depay_plugin_init):
10128         Disable rank, this one does not work.
10129         Remove timestamping, base class does that.
10130
10131 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10132
10133         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10134           limit caps to the formats we announce in the template
10135
10136         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10137         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10138         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10139           fix some crashers/asserts when dealing with broken files
10140
10141 2007-04-10  Wim Taymans  <wim@fluendo.com>
10142
10143         Patch by: Peter Kjellerstedt  <pkj at axis com>
10144
10145         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10146         * gst/rtp/gstrtpL16depay.c:
10147         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10148         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10149         (gst_rtp_speex_depay_setcaps):
10150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10151         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10152         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10153         Fix some compiler warnings. Fixes #428182.
10154
10155 2007-04-06  Wim Taymans  <wim@fluendo.com>
10156
10157         * gst/rtsp/Makefile.am:
10158         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10159         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10160         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10161         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10162         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10163         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10164         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10165         (create_rtcp), (gst_rtp_dec_request_new_pad),
10166         (gst_rtp_dec_release_pad):
10167         * gst/rtsp/gstrtpdec.h:
10168         * gst/rtsp/gstrtsp.c: (plugin_init):
10169         Morph RTPDec into something compatible with RTPBin as a fallback.
10170         Various other style fixes.
10171
10172         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10173         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10174         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10175         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10176         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10177         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10178         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10179         * gst/rtsp/gstrtspsrc.h:
10180         Implement RTPBin session manager handling.
10181         Don't try to add empty properties to caps.
10182         Implement fallback session manager, handling.
10183         Don't combine errors from RTCP streams, just ignore them.
10184
10185         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10186         * gst/rtsp/rtsptransport.h:
10187         Implement fallback session manager.
10188         Make RTPBin the default one when available.
10189
10190 2007-04-05  Wim Taymans  <wim@fluendo.com>
10191
10192         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10193         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10194         This element is ready to be autoplugged.
10195
10196 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10197
10198         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10199         Don't leave the offsets defined by upstream element on the
10200         compressed data buffer we are pushing downstream. Make them
10201         GST_BUFFER_OFFSET_NONE.
10202
10203 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10204
10205         * gst/avi/README:
10206         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10207         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10208         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10209         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10210         (gst_avi_demux_calculate_durations_from_index),
10211         (gst_avi_demux_stream_header_push),
10212         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10213         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10214           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10215
10216 2007-04-03  Wim Taymans  <wim@fluendo.com>
10217
10218         * gst/smpte/barboxwipes.c:
10219         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10220
10221 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10222
10223         * gst/wavparse/gstwavparse.c:
10224         Support audio/x-raw-float in wav files. This only works with
10225         plugins-base CVS, using an older version doesn't have any
10226         disadvantages though.
10227
10228 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10229
10230         * configure.ac:
10231         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10232         (gst_au_parse_parse_header), (gst_au_parse_chain):
10233         * gst/auparse/gstauparse.h:
10234         Revert last change as we don't want plugins-good to depend on
10235         plugins-base CVS now.
10236
10237 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10238
10239         * configure.ac:
10240         Require gst-plugins-base CVS for audioconvert with non-native
10241         float support and width/depth fix in libgstriff.
10242
10243         Patch by: René Stadler <mail at renestadler dot de>
10244
10245         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10246         (gst_au_parse_parse_header), (gst_au_parse_chain):
10247         * gst/auparse/gstauparse.h:
10248         Don't swap the floats ourself if they're not in native endianness.
10249         Instead let audioconvert handle this. Fixes #339838.
10250
10251 2007-03-29  Wim Taymans  <wim@fluendo.com>
10252
10253         * gst/rtp/gstasteriskh263.h:
10254         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10255         (gst_rtp_h263p_depay_change_state):
10256         * gst/rtp/gstrtph263pdepay.h:
10257         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10258         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10259         (gst_rtp_h264_depay_change_state):
10260         * gst/rtp/gstrtph264depay.h:
10261         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10262         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10263         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10264         Flush adapter on disconts.
10265
10266 2007-03-29  Wim Taymans  <wim@fluendo.com>
10267
10268         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10269         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10270         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10271         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10272         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10273         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10274         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10275         (gst_rtp_mp4v_depay_process):
10276         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10277         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10278         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10279         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10280         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10281         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10282         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10283         Use more efficient adapter and rtpbuffer methods when possible.
10284
10285 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10286
10287         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10288         (gst_wavenc_sink_setcaps):
10289         Correctly handle width!=depth input.
10290         * gst/wavparse/gstwavparse.c:
10291         Already export in the caps that width==8 uses unsigned samples and
10292         everything else uses signed samples.
10293
10294 2007-03-29  Wim Taymans  <wim@fluendo.com>
10295
10296         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10297
10298         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10299         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10300         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10301         (gst_dynudpsink_close):
10302         * gst/udp/gstdynudpsink.h:
10303         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10304         (gst_udpsrc_create), (gst_udpsrc_set_property),
10305         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10306         * gst/udp/gstudpsrc.h:
10307         Rework the socket allocation a bit based on the sockfd argument so that
10308         it becomes usable.
10309         Add a closefd property to instruct the udp elements to close the custom
10310         file descriptors when going to READY. Fixes #423304.
10311         API:GstUDPSrc::closefd property
10312         API:GstDynUDPSink::closefd property
10313
10314 2007-03-29  Wim Taymans  <wim@fluendo.com>
10315
10316         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10317
10318         * gst/rtp/Makefile.am:
10319         * gst/rtp/gstrtp.c: (plugin_init):
10320         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10321         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10322         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10323         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10324         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10325         (gst_rtp_h264_pay_plugin_init):
10326         * gst/rtp/gstrtph264pay.h:
10327         Added H264 payloader. Fixes #423782.
10328
10329         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10330         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10331         Small fixes.
10332
10333 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10334
10335         * gst/wavparse/gstwavparse.c:
10336         Actually support depths from 1 to 32, not only 8 to 32.
10337
10338 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10339
10340         * gst/wavparse/gstwavparse.c:
10341         Add support for wav files containing audio/x-raw-int with random
10342         depths between 1 and 32 bits.
10343
10344 2007-03-28  Wim Taymans  <wim@fluendo.com>
10345
10346         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10347
10348         * gst/rtp/Makefile.am:
10349         * gst/rtp/gstrtp.c: (plugin_init):
10350         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10351         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10352         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10353         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10354         (gst_rtp_mp4a_depay_get_property),
10355         (gst_rtp_mp4a_depay_change_state),
10356         (gst_rtp_mp4a_depay_plugin_init):
10357         * gst/rtp/gstrtpmp4adepay.h:
10358         Added MP4A-LATM depayloader. Fixes #417792.
10359
10360         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10361         (gst_rtp_mp4v_depay_process):
10362         Fixup depayloader, setting codec_data, using more efficient adaptor and
10363         rtpbuffer handling.
10364
10365         * gst/rtsp/URLS:
10366         Add url to test above.
10367
10368 2007-03-25  Wim Taymans  <wim@fluendo.com>
10369
10370         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10371         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10372         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10373         (gst_rtspsrc_media_to_caps),
10374         (gst_rtspsrc_stream_configure_transport),
10375         (gst_rtspsrc_stream_configure_caps),
10376         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10377         * gst/rtsp/gstrtspsrc.h:
10378         Handle default clock-rates for static payload types, rearrange stuff so
10379         that the rtpmap field in the sdp can override the defaults.
10380         Parse RTP-Info field to get the seqnum and timebase fields that should
10381         go in the caps.
10382         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10383         the server. 
10384
10385 2007-03-22  Wim Taymans  <wim@fluendo.com>
10386
10387         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10388
10389         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10390         Accept complex pipeline descriptions as an audio profile instead of just
10391         a single element. Fixes #420658.
10392
10393 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10394
10395         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10396           Rename registered type in preparation of GstTagDemux moving to
10397           -base at some point in the future.
10398
10399 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10402           Streaming mode fixes: don't unref buffer we don't own any longer;
10403           remove bogus adapter flush. Fixes #419338.
10404
10405 2007-03-17  David Schleef  <ds@schleef.org>
10406
10407         * REQUIREMENTS: Change the format to key/value, add a bunch of
10408           information, remove a bunch of requirements that are for
10409           other GStreamer packages.
10410
10411 2007-03-17  David Schleef  <ds@schleef.org>
10412
10413         * REQUIREMENTS: Fix a few things.  This file really needs a
10414         good once-over.
10415
10416 2007-03-15  Edward Hervey  <edward@fluendo.com>
10417
10418         * sys/Makefile.am:
10419         Don't forget to distribute the sys/osxaudio/ directory.
10420
10421 2007-03-15  Edward Hervey  <edward@fluendo.com>
10422
10423         * configure.ac:
10424         * sys/Makefile.am:
10425         * sys/osxaudio/Makefile.am:
10426         * sys/osxaudio/gstosxaudio.c:
10427         * sys/osxaudio/gstosxaudiosink.c:
10428         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10429         (gst_osx_audio_sink_getcaps),
10430         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10431         * sys/osxaudio/gstosxaudiosrc.c:
10432         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10433         (gst_osx_audio_src_create_ringbuffer):
10434         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10435         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10436         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10437         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10438         * sys/osxaudio/gstosxringbuffer.h:
10439         Activate osxaudio in gst-plugins-good with proper build setup.
10440         Add inlined documentation.
10441         Fix debug statements
10442         Fix ringbuffer when pausing.
10443         Fixes #323471
10444
10445 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10446         * gst/rtp/gstrtppcmapay.c:
10447         * gst/rtp/gstrtppcmapay.h:
10448         * gst/rtp/gstrtppcmupay.c:
10449         * gst/rtp/gstrtppcmupay.h:
10450         Ported mulaw and alaw payloaders to use new base class
10451
10452 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10453
10454         * po/af.po:
10455         * po/az.po:
10456         * po/cs.po:
10457         * po/en_GB.po:
10458         * po/it.po:
10459         * po/nl.po:
10460         * po/or.po:
10461         * po/sq.po:
10462         * po/sr.po:
10463         * po/sv.po:
10464         * po/uk.po:
10465         * po/vi.po:
10466           Update translations.
10467
10468 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         * configure.ac:
10471           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10472
10473 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10474
10475         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10476           Fix handling of -1 values for start and stop values when seeking,
10477           and SEEK_CUR+SEEK_END here as well.
10478
10479 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10480
10481         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10482           Fix handling of -1 values for start and stop values when seeking, 
10483           and SEEK_CUR+SEEK_END.
10484
10485 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10486
10487         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10488           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10489           the image format a variable-length NUL-terminated string; in
10490           versions before that the image format is a fixed-length string of
10491           3 characters (see #348644 for a sample tag).
10492           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10493
10494 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10495
10496         * win32/MANIFEST:
10497         Add new project files to MANIFEST.
10498         * win32/vs6/libgstaudiofx.dsp:
10499         * win32/vs6/libgstrtp.dsp:
10500         * win32/vs6/libgstrtsp.dsp:
10501         Update project files.
10502         
10503 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10506         (gst_avi_demux_parse_index):
10507         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10508         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10509           Printf format fixes; also add some missing quotes in translated
10510           strings. Fixes #416728 and #416727.
10511
10512 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10513
10514         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10515           Tim and I can't think of any reason the child audio sink needs to 
10516           be set back to NULL after successfully determining that it can 
10517           reach READY - it gets immediately set back to READY by the caller
10518           anyway, causing an unnecessary close/open of any audio devices
10519           involved.
10520
10521 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * po/LINGUAS:
10524         * po/ja.po:
10525           Add ja.po file from #377306.
10526
10527 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10530         * sys/sunaudio/gstsunaudiomixertrack.c:
10531         (gst_sunaudiomixer_track_new):
10532           Actually translate sunaudio mixer track labels instead of just
10533           marking the strings as translatable (#377306); clean up weird
10534           label string mapping code that serves no apparent purpose. Also
10535           set the 'untranslated-label' property when creating mixer tracks
10536           if the GstMixerTrack base class supports this.
10537
10538         * tests/check/Makefile.am:
10539         * tests/check/elements/.cvsignore:
10540         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10541         (sunaudio_suite):
10542           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10543           actually tested on a system where sunaudiomixer is available).
10544
10545 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10546
10547         * tests/check/Makefile.am:
10548         Re-enable the states test and see if it works on the buildbots.
10549
10550 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10551
10552         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10553         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10554         (gst_dvdec_change_state):
10555         * ext/dv/gstdvdec.h:
10556         Infer pixel-aspect-ratio from the video frame format if it isn't
10557         provided by the container, as happens when playing DV from AVI
10558         or Quicktime containers.
10559
10560         Patch by: Wim Taymans <wim@fluendo.com>
10561         Fixes #380944
10562
10563 2007-03-09  Wim Taymans  <wim@fluendo.com>
10564
10565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10566         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10567         will later be handled by the jitterbuffer.
10568
10569 2007-03-09  Wim Taymans  <wim@fluendo.com>
10570
10571         * ext/taglib/gstid3v2mux.cc:
10572         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10573         Fixes #414496.
10574         
10575         Patch by: Alex Lancaster <alexl at users sourceforge net>
10576
10577 2007-03-09  Wim Taymans  <wim@fluendo.com>
10578
10579         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10580         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10581         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10582         (gst_avi_demux_chain):
10583         Fix stream position reporting after a seek. Fixes #416445.
10584
10585 2007-03-08  Wim Taymans  <wim@fluendo.com>
10586
10587         Patch by: René Stadler <mail at renestadler dot de>
10588
10589         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10590         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10591         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10592         Make avidemux accept optional header chunks in any order.
10593         Fixes #415446.
10594
10595 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10596
10597         * tests/check/Makefile.am:
10598         Disable the states check until the remaining Valgrind errors
10599         are fixed or suppressed.
10600
10601 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10602
10603         * tests/check/elements/.cvsignore:
10604           Add audiodynamic check to .cvsignore
10605
10606 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10607
10608         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10609
10610         * gst/audiofx/Makefile.am:
10611         * gst/audiofx/audiodynamic.c:
10612         (gst_audio_dynamic_characteristics_get_type),
10613         (gst_audio_dynamic_mode_get_type),
10614         (gst_audio_dynamic_set_process_function),
10615         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10616         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10617         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10618         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10619         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10620         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10621         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10622         (gst_audio_dynamic_transform_hard_knee_expander_int),
10623         (gst_audio_dynamic_transform_hard_knee_expander_float),
10624         (gst_audio_dynamic_transform_soft_knee_expander_int),
10625         (gst_audio_dynamic_transform_soft_knee_expander_float),
10626         (gst_audio_dynamic_transform_ip):
10627         * gst/audiofx/audiodynamic.h:
10628         * gst/audiofx/audiofx.c: (plugin_init):
10629         Add new audiodynamic element which can act as a compressor or
10630         expander. Supported are hard-knee and soft-knee operation modes with
10631         user-specified ratio and threshold.
10632         Attack and release parameters are not yet implemented but will follow.
10633         * docs/plugins/Makefile.am:
10634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10635         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10636         * docs/plugins/gst-plugins-good-plugins.args:
10637         * docs/plugins/inspect/plugin-audiofx.xml:
10638         Integrate audiodynamic into the docs.
10639         * tests/check/Makefile.am:
10640         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10641         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10642         Add unit test for audiodynamic.
10643
10644 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10645
10646         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10647         Free handles that we allocated when exiting via the error paths.
10648
10649 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10650
10651         * gst/level/gstlevel.c: (gst_level_class_init),
10652         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10653         (gst_level_transform_ip):
10654         * gst/level/gstlevel.h:
10655           Resolve message timestamps against the playback segment.
10656
10657 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10660         (gst_id3demux_sink_activate):
10661           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10662           caps passed to it (previously one code path assumed it took ownership
10663           while another one assumed it didn't, while in fact it sometimes did and
10664           sometimes didn't ...).
10665
10666         * configure.ac:
10667         * tests/files/Makefile.am:
10668         * tests/files/id3-407349-1.tag:
10669         * tests/files/id3-407349-2.tag:
10670           Add directory where data for unit tests can be stored.
10671
10672         * tests/Makefile.am:
10673         * tests/check/Makefile.am:
10674         * tests/check/elements/.cvsignore:
10675         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10676         (read_tags_from_file), (run_check_for_file),
10677         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10678           Add unit test for id3demux, and in particular for bug #407349. Only
10679           testing pull-mode for now; push mode doesn't work yet because the test
10680           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10681
10682 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         * tests/check/Makefile.am:
10685           Add missing backslash at end of line.
10686
10687 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10688
10689         Trigger rebuild.
10690
10691 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10694         * gst/id3demux/id3tags.h:
10695         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10696         (parse_obsolete_tdat_frame):
10697           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10698           the four-digit number will be interpreted as a year, whereas it is
10699           month and day in DDMM format. Instead, parse TDAT frames and fix up
10700           the date in the GST_TAG_DATE tag later if we also extracted a year.
10701           Fixes #407349.
10702
10703 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10704
10705         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10706         (gst_switch_commit_new_kid):
10707         Fix up the dispose logic so it doesn't leak, and fix setting of 
10708         the child state so that we don't set a child to our current state 
10709         just as we are changing it to something else.
10710
10711 2007-03-06  Wim Taymans  <wim@fluendo.com>
10712
10713         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10714         (gst_goom_chain):
10715         * gst/goom/gstgoom.h:
10716         Document, fix and improve goom adapter behaviour.
10717         Fixes #407006.
10718
10719 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10720
10721         * ext/esd/esdsink.c: (gst_esdsink_open):
10722         Unref static pad template after using it.
10723
10724 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10725
10726         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10727         (gst_switch_commit_new_kid):
10728         Fix up the reference counting of the child elements.
10729
10730 2007-03-05  Wim Taymans  <wim@fluendo.com>
10731
10732         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10733         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10734         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10735         Fix encoding-name case.
10736
10737 2007-03-05  Wim Taymans  <wim@fluendo.com>
10738
10739         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10740         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10741         (gst_rtp_speex_depay_process):
10742         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10743         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10744         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10745         (gst_rtp_speex_pay_change_state):
10746         * gst/rtp/gstrtpspeexpay.h:
10747         Fix speex (de)payloader. Fixes #358040.
10748
10749 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10750
10751         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10752         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10753         Install fakesink in NULL by fixing some broken logic. This obviates
10754         the need to manually set _IS_SINK.
10755         Add some comments and remove a little cruft while I'm at it.
10756
10757 2007-03-05  Wim Taymans  <wim@fluendo.com>
10758
10759         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10760         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10761
10762 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * po/POTFILES.in:
10765           Update.
10766
10767 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * tests/check/Makefile.am:
10770         Gah! Also disable gconfvideosink from the tests, otherwise
10771         it will instantiate autovideosink, and dfbvideosink and
10772         leak on the buildbots.
10773
10774 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10775
10776         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10777         (gst_cdio_cdda_src_finalize):
10778         Make sure we always destroy our libcdio handle.
10779
10780 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10781
10782         * tests/check/Makefile.am:
10783         Disable autovideosink so the buildbots don't barf over memory
10784         leaked in the directfb sink.
10785
10786 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10787
10788         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10789         Chain up in dispose
10790
10791 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10792
10793         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10794         (gst_multipart_find_pad_by_mime):
10795         Use gst_pad_new_from_static_template instead of
10796         static_pad_template_get+pad_new.
10797
10798 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10799
10800         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10801         Catch the case where no clock has been set.
10802
10803 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10804
10805         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10806         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10807         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10808         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10809         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10810         (gst_gconf_audio_src_finalize), (do_toggle_element):
10811         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10812         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10813         (do_toggle_element):
10814         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10815         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10816         (gst_gconf_video_src_finalize), (do_toggle_element):
10817         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10818         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10819         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10820         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10821         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10822         (gst_shout2send_init), (gst_shout2send_finalize):
10823         * gst/debug/testplugin.c: (gst_test_class_init),
10824         (gst_test_finalize):
10825         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10826         (gst_flxdec_dispose):
10827         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10828         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10830         (gst_rtspsrc_finalize):
10831         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10832         * gst/rtsp/rtspextwms.h:
10833         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10834         (gst_smpte_finalize):
10835         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10836         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10837         (gst_udpsink_finalize):
10838         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10839         (gst_wavparse_sink_activate):
10840         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10841         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10842         (gst_oss_src_finalize):
10843         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10844         * sys/v4l2/gstv4l2object.h:
10845         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10846         (gst_v4l2src_finalize):
10847         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10848
10849         Fix a bunch of leaks shown by the newly-added states test.
10850
10851 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10852
10853         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10854         Use gst_pad_new_from_static_template instead of 
10855         static_pad_template_get+pad_new.
10856
10857 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10860
10861         * ext/libcaca/Makefile.am:
10862         * gst/debug/Makefile.am:
10863           Don't mix tabs and spaces (#414168).
10864
10865 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10866
10867         * tests/check/generic/.cvsignore:
10868           Ignore files to please buildbot.
10869
10870 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10871
10872         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10873         (gst_wavparse_stream_data):
10874           Unbreak my previous commit (swapped nominator & denominator). Tim,
10875           thanks for spotting.
10876
10877 2007-03-02  Wim Taymans  <wim@fluendo.com>
10878
10879         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10880         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10881         (gst_cdio_cdda_src_finalize):
10882         Small code cleanups.
10883         Don't use pad_alloc as the base class cannot deal with the error codes.
10884
10885 2007-03-02  Wim Taymans  <wim@fluendo.com>
10886
10887         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10888         (gst_udpsrc_create):
10889         Fix doc.
10890
10891 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10892
10893         Patch by: René Stadler <mail@renestadler.de>
10894
10895         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10896         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10897         (gst_wavparse_stream_data):
10898           Handle rounding better to not drop last sample frame. Fixes #356692
10899
10900 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10901
10902         * tests/check/Makefile.am:
10903         Disable cacasink from the states check too - it also calls exit(1)
10904         on us when it can't find a terminal to talk to.
10905
10906 2007-03-02  Wim Taymans  <wim@fluendo.com>
10907
10908         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10909
10910         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10911         (gst_udpsrc_create), (gst_udpsrc_set_property),
10912         (gst_udpsrc_get_property):
10913         * gst/udp/gstudpsrc.h:
10914         Add support to strip proprietary headers. Fixes #350296.
10915
10916 2007-03-02  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10919         Fix compilation.
10920
10921 2007-03-02  Wim Taymans  <wim@fluendo.com>
10922
10923         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10924
10925         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10926         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10927         (gst_rtp_mp2t_depay_set_property),
10928         (gst_rtp_mp2t_depay_get_property):
10929         * gst/rtp/gstrtpmp2tdepay.h:
10930         Add support to strip off proprietary headers. Fixes #350278.
10931
10932 2007-03-02  Wim Taymans  <wim@fluendo.com>
10933
10934         * ext/hal/hal.c:
10935         Fix compilation.
10936
10937 2007-03-02  Wim Taymans  <wim@fluendo.com>
10938
10939         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10940         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10941         (gst_sunaudiosrc_open):
10942         * sys/sunaudio/gstsunaudiosrc.h:
10943         Remove device-name from GstSunAudioSrc. Fixes #412597.
10944
10945 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10946
10947         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10948         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10949         Having NULL as UDI previously selected the default sink/src. Change
10950         this back but mention it in the debug output.
10951         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10952         (gst_hal_get_oss_element), (gst_hal_get_string),
10953         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10954         (gst_hal_get_audio_src):
10955         * ext/hal/hal.h:
10956         Refactor a bit, check all error conditions, greatly improve debugging
10957         and fix some possible memory leaks. Also implement OSS support
10958         and allow specifying an UDI that points to a real device. For this the
10959         child device which supports ALSA (preferred) or OSS is used.
10960         As a side effect this makes it impossible now to get a alsasink in
10961         halaudiosrc and a alsasrc in halaudiosink.
10962
10963 2007-03-01  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10966         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10967         Errors from the udp sources are not fatal unless all of them are in
10968         error.
10969
10970 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10971
10972         * tests/check/Makefile.am:
10973         Disable aasink in the states test. I suspect this is the element that
10974         is calling exit(1) when it can't proceed.
10975
10976 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10977
10978         * tests/check/Makefile.am:
10979         Draw plugins in from the build tree sys/ dir, rather than picking
10980         up the already installed versions.
10981
10982 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10983
10984         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10985         Error out correctly when getting xcontext fails.
10986
10987 2007-03-01  Wim Taymans  <wim@fluendo.com>
10988
10989         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10990         Make state change to PAUSED NO_PREROLL because that's what it will be in
10991         the future and rtspsrc relies on it.
10992
10993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10994         (gst_rtspsrc_change_state):
10995         Don't error out when we don't get an error from the state change
10996         function.
10997
10998 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10999
11000         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11001         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11002           Check if the device UDI is set before trying to query HAL
11003           about it and give a useful error message if it wasn't set.
11004         * ext/hal/hal.c: (gst_hal_get_string):
11005           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11006           gives an assertion failure in D-Bus when running with
11007           DBUS_FATAL_WARNINGS=1.
11008
11009 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11010
11011         * configure.ac:
11012           Convert to new AG_GST style.
11013
11014 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11015
11016         * tests/check/Makefile.am:
11017         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11018           add test for states
11019
11020 2007-02-28  Wim Taymans  <wim@fluendo.com>
11021
11022         * tests/check/elements/.cvsignore:
11023         Add new videofilter check to .cvsignore.
11024
11025 2007-02-28  Wim Taymans  <wim@fluendo.com>
11026
11027         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11028         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11029         (gst_avi_demux_loop), (gst_avi_demux_chain):
11030         Fix combined flow return. Fixes #412608.
11031
11032 2007-02-28  Wim Taymans  <wim@fluendo.com>
11033
11034         * gst/videofilter/Makefile.am:
11035         Dist header..
11036
11037 2007-02-28  Wim Taymans  <wim@fluendo.com>
11038
11039         * gst/videofilter/gstgamma.h:
11040         Add header too.
11041
11042 2007-02-28  Wim Taymans  <wim@fluendo.com>
11043
11044         Patch by: Mark Nauwelaerts <manauw at skynet be>
11045
11046         * gst/videofilter/Makefile.am:
11047         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11048         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11049         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11050         (oil_tablelookup_u8), (gst_gamma_set_caps),
11051         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11052         Port gamma filter to 0.10. Fixes #412704.
11053
11054         * tests/check/Makefile.am:
11055         * tests/check/elements/videofilter.c: (setup_filter),
11056         (cleanup_filter), (check_filter), (GST_START_TEST),
11057         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11058         Add unit tests for videofilters.
11059
11060 2007-02-28  Wim Taymans  <wim@fluendo.com>
11061
11062         * gst/rtsp/URLS:
11063         Add another interesting test url.
11064
11065         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11066         Don't allow getting header fields from data packets.
11067
11068 2007-02-28  Michael Smith  <msmith@fluendo.com>
11069
11070         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11071         (gst_shout2send_init), (gst_shout2send_start),
11072         (gst_shout2send_set_property), (gst_shout2send_get_property):
11073         * ext/shout2/gstshout2.h:
11074           Add a property for username.
11075
11076 2007-02-27  Christian Schallerr <christian@fluendo.com>
11077
11078         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11079
11080 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11081
11082         * gst/rtsp/Makefile.am:
11083         Fix make check too.
11084
11085 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11086
11087         * gst/rtsp/base64.c: (util_base64_encode):
11088         * gst/rtsp/base64.h:
11089         Commit missing files for base64 encoding.
11090
11091 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11094
11095         * configure.ac:
11096         * ext/annodex/Makefile.am:
11097         * ext/jpeg/Makefile.am:
11098         * ext/speex/Makefile.am:
11099         * gst/alpha/Makefile.am:
11100         * gst/cutter/Makefile.am:
11101         * gst/debug/Makefile.am:
11102         * gst/effectv/Makefile.am:
11103         * gst/goom/Makefile.am:
11104         * gst/level/Makefile.am:
11105         * gst/smpte/Makefile.am:
11106         * gst/videofilter/Makefile.am:
11107           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11108
11109 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11110
11111         * gst/rtsp/Makefile.am:
11112         * gst/rtsp/rtspconnection.c: (append_auth_header),
11113         (rtsp_connection_send), (rtsp_connection_set_auth):
11114         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11115         from icecast to replace it. Relicensed from GPL courtesy of Mike
11116         Smith.
11117
11118 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11119
11120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11121         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11122         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11123         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11124         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11125         (gst_rtspsrc_uri_set_uri):
11126         * gst/rtsp/gstrtspsrc.h:
11127         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11128         (append_auth_header), (rtsp_connection_send),
11129         (rtsp_connection_free), (rtsp_connection_set_auth):
11130         * gst/rtsp/rtspconnection.h:
11131         * gst/rtsp/rtspdefs.h:
11132         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11133         * gst/rtsp/rtspurl.h:
11134
11135         Implement simple Basic Authentication support so that urls like
11136         rtsp://user:pass@hostname/rtspstream work on hosts that require
11137         authentication.
11138
11139 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11140
11141         * sys/v4l2/gstv4l2object.c:
11142         * sys/v4l2/gstv4l2tuner.c:
11143         * sys/v4l2/v4l2_calls.c:
11144         Fix segfault when oppening a radio device.
11145         
11146 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11147
11148         * gst/level/gstlevel.c: (gst_level_set_caps),
11149         (gst_level_transform_ip):
11150         * sys/v4l2/README:
11151         * tests/check/elements/level.c: (GST_START_TEST):
11152           Fix level for multi-channel case.
11153
11154 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11155
11156         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11157         (gst_level_transform_ip):
11158         * gst/level/gstlevel.h:
11159           Use function pointer for process function and add process functions
11160           for float audio.
11161
11162 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11163
11164         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11165         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11166         (gst_v4l2src_capture_init):
11167           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11168           fixes #407369
11169
11170 2007-02-18  Wim Taymans  <wim@fluendo.com>
11171
11172         * gst/rtp/Makefile.am:
11173         * gst/rtp/gstrtp.c: (plugin_init):
11174         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11175         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11176         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11177         (gst_rtp_mp2t_pay_plugin_init):
11178         * gst/rtp/gstrtpmp2tpay.h:
11179         Added simple mpeg transport stream payloader.
11180
11181 2007-02-16  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst/rtsp/URLS:
11184         Add example H264 rtsp url.
11185
11186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11187         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11188         Don't convert values to lowercase or we might mess up base64 encoded
11189         properties.
11190
11191 2007-02-16  Wim Taymans  <wim@fluendo.com>
11192
11193         * gst/rtp/README:
11194         Fix case of string params.
11195
11196         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11197         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11198         Fix depayloader, support more packet types.
11199         Add sync codes to make sure the packetizer can do its job.
11200
11201         * gst/rtp/gstrtpmp4gdepay.c:
11202         * gst/rtp/gstrtpmp4gpay.c:
11203         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11204         Fix caps case again.
11205
11206 2007-02-15  Wim Taymans  <wim@fluendo.com>
11207
11208         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11209         Set right caps on output buffers.
11210
11211 2007-02-14  Wim Taymans  <wim@fluendo.com>
11212
11213         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11214         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11215         Clear stack allocated SDPMedia struct before calling _init() on it.
11216         Clarify this in the docs as well.
11217
11218 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11219
11220         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11221         (do_change_child):
11222         Don't reset the profile when going switching states, as it makes
11223         the element non-reusable.
11224
11225 2007-02-14  Wim Taymans  <wim@fluendo.com>
11226
11227         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11228         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11229         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11230         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11231         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11232         (sdp_parse_line):
11233         * gst/rtsp/sdpmessage.h:
11234         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11235         Fix memory management of SDP messages. Fixes #407793.
11236
11237 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11238
11239         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11240
11241         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11242         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11243
11244 2007-02-14  Wim Taymans  <wim@fluendo.com>
11245
11246         Patch by: jp.liu <jp_liu at astrocom dot cn>
11247
11248         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11249         Fix parsing of password field in url. Fixes #407797.
11250
11251 2007-02-14  Wim Taymans  <wim@fluendo.com>
11252
11253         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11254         (gst_wavparse_reset), (gst_wavparse_init),
11255         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11256         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11257         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11258         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11259         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11260         (gst_wavparse_loop), (gst_wavparse_chain),
11261         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11262         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11263         (plugin_init):
11264         * gst/wavparse/gstwavparse.h:
11265         Update docs.
11266         Use boilerplate.
11267         Various code cleanups.
11268         When the bitrate is not known (bps == 0 or compressed formats) let
11269         downstream element guestimate the duration and position and don't
11270         generate timestamps or durations. Fixes #405213.
11271         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11272         error flowreturn upstream.
11273
11274 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11275
11276         * ext/gconf/Makefile.am:
11277         * ext/gconf/gconf.c: (gst_gconf_get_string),
11278         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11279         (gst_gconf_render_bin_with_default):
11280         * ext/gconf/gconf.h:
11281         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11282         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11283         (gst_gconf_audio_sink_dispose), (do_change_child),
11284         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11285         (cb_change_child), (gst_gconf_audio_sink_change_state):
11286         * ext/gconf/gstgconfaudiosink.h:
11287         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11288         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11289         (gst_switch_sink_init), (gst_switch_sink_dispose),
11290         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11291         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11292         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11293         * ext/gconf/gstswitchsink.h:
11294         * gst/autodetect/gstautoaudiosink.c:
11295         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11296         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11297         (gst_auto_audio_sink_detect):
11298         * gst/autodetect/gstautovideosink.c:
11299         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11300         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11301         (gst_auto_video_sink_detect):
11302         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11303         and a child that implements the GConf key monitoring. The end goal of
11304         this is an audio sink that can be changed on the fly, but at the 
11305         moment it still only changes on the next READY transition.
11306
11307 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11308
11309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11310         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11311         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11312         (gst_avi_demux_calculate_durations_from_index),
11313         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11314         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11315         (gst_avi_demux_loop):
11316           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11317
11318 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11319
11320         * configure.ac:
11321         * docs/plugins/Makefile.am:
11322           Add crossreferences to glib/gobject/gstream docs.
11323
11324 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         * gst/monoscope/Makefile.am:
11327         * gst/monoscope/gstmonoscope.c:
11328           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11329           (but no LIBS, since we only use defines from the headers).
11330
11331 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11334
11335         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11336         (gst_wavparse_stream_data):
11337           Fix massive memory leak when operating in streaming mode due to
11338           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11339           Fixes #407057.
11340
11341 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11342
11343         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11344         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11345         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11346         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11347         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11348         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11349         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11350         (gst_avi_demux_calculate_durations_from_index),
11351         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11352         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11353         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11354         * gst/avi/gstavidemux.h:
11355           Save some memory (8%) by repacking the index entry structure (more to
11356           come). Add more FIXMEs to questionable parts.
11357
11358 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11359
11360         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11361         (gst_v4l2src_get_caps):
11362         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11363         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11364         (gst_v4l2src_capture_init):
11365           More FIXME comments and messaging changes.
11366
11367 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11368
11369         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11370         (gst_goom_change_state):
11371         * gst/goom/gstgoom.h:
11372           Improved docs and use GST_DEBUG_FUNCPTR.
11373
11374         * gst/level/gstlevel.c: (gst_level_class_init):
11375           Use GST_DEBUG_FUNCPTR.
11376
11377         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11378         (gst_monoscope_chain), (gst_monoscope_change_state):
11379           Improved docs source cleanups.
11380
11381 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * gst/debug/Makefile.am:
11384         * gst/debug/gstdebug.c: (plugin_init):
11385         * gst/debug/gstpushfilesrc.c:
11386         * gst/debug/gstpushfilesrc.h:
11387           Add code for a pushfilesrc element that implements a pushfile:// URI
11388           handler, to make debugging push-mode operation of demuxer/decoders
11389           that support both easier in connection with seek/playbin/etc.
11390           The element isn't registered at the moment.
11391
11392 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11393
11394         * gst/avi/gstavimux.c:
11395           Comment a #if 0 in caps template definition as VS6 seems to 
11396         do not support it.
11397         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11398           Use gst_guint64_to_gdouble for conversion.
11399         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11400           Move variables declaration before the first instruction.
11401         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11402           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11403           And don't include netdb.h for G_OS_WIN32
11404         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11405           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11406           by VS6 then use an other way to initialize SDPMedia structure.
11407         * gst/udp/gstdynudpsink.h:
11408         * gst/udp/gstdynudpnetutils.h:
11409           Do not include <sys/time.h> for G_OS_WIN32
11410         * gst/udp/gstudpsrc.c:
11411           Define socklen_t as int for G_OS_WIN32
11412         * win/common/config.h.in:
11413           Undef HAVE_NETINET_IN_H
11414         * win32/vs6/gst_plugins_good.dsw:
11415         * win32/vs6/libgstrtp.dsp:
11416         * win32/vs6/libgstrtsp.dsp:
11417         * win32/vs6/libgstautogen.dsp:
11418         * win32/vs6/libgstaudiofx.dsp:
11419         * win32/vs6/libgstudp.dsp:
11420           Add and update project files.
11421         * win32/common/gstudp-enumtypes.c:
11422         * win32/common/gstudp-enumtypes.h:
11423           Add a copy of udp enumtypes to win32/common as in core 
11424           and base.
11425         
11426 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11427
11428         * configure.ac:
11429           Activate monoscope when building with --enable-experimental. Fix
11430           --enable-external configure switch description.
11431
11432         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11433         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11434           Help gst-indent.
11435
11436 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11439           Explicitly cast result of pointer arithmetic to integer in order to
11440           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11441
11442 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         * gst/debug/progressreport.c:
11445           Some more docs.
11446
11447 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * docs/plugins/inspect/plugin-rtp.xml:
11450           Update for new elements.
11451
11452         * gst/debug/progressreport.h:
11453           Commit newly-created header file as well.
11454
11455 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * docs/plugins/Makefile.am:
11458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11460         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11461         * gst/debug/Makefile.am:
11462         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11463         (gst_progress_report_do_query), (gst_progress_report_report):
11464           Make progressreport element post messages with the current progress
11465           on the bus. Also add some basic docs for it.
11466
11467 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * ext/hal/hal.c: (gst_hal_get_string):
11470         * ext/hal/hal.h:
11471           Some small cleanups; deal with errors when parsing the HAL ALSA
11472           capabilities a bit better.
11473
11474 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11477           Let's try this again and use the right cast this time.
11478
11479 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11482           Add cast to avoid compiler warnings with older GLib versions
11483           where the nick/name members in GEnumValue are not declared as
11484           constant strings.
11485
11486 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11489         (gst_gconf_render_bin_from_key),
11490         (gst_gconf_get_default_audio_sink):
11491         * ext/gconf/gconf.h:
11492         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11493         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11494         (gst_gconf_audio_sink_get_property):
11495           In gconfaudiosink, get the right key as the old key in do_toggle
11496           (ie. one dependent on the profile selected). Log some more stuff so
11497           we can see what's actually going on.
11498
11499 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11500
11501         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11502         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11503         (gst_audio_amplify_set_process_function),
11504         (gst_audio_amplify_setup):
11505         * gst/audiofx/audioamplify.h:
11506         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11507         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11508         * gst/audiofx/audioinvert.h:
11509         Some small cleanups and port both elements to the new GstAudioFilter
11510         base class to save a few lines of common code.
11511         * gst/audiofx/Makefile.am:
11512         Link against libgstaudio for the above changes
11513
11514 2007-01-29  Wim Taymans  <wim@fluendo.com>
11515
11516         * tests/check/elements/.cvsignore:
11517         Some more ignores.
11518
11519 2007-01-26  Wim Taymans  <wim@fluendo.com>
11520
11521         Patch by: charles <charlesg3 at gmail dot com>
11522
11523         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11524         (set_shout_metadata), (gst_shout2send_event):
11525         * ext/shout2/gstshout2.h:
11526         Properly handle tags in shout2send. Fixes #399825.
11527
11528 2007-01-25  Wim Taymans  <wim@fluendo.com>
11529
11530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11531         (gst_rtspsrc_activate_streams):
11532         Convert SDP fields to upper/lowercase following the rules in the SDP to
11533         caps document. 
11534
11535 2007-01-25  Wim Taymans  <wim@fluendo.com>
11536
11537         * gst/rtp/README:
11538         * gst/rtp/gstrtpilbcdepay.c:
11539         * gst/rtp/gstrtpilbcpay.c:
11540         * gst/rtp/gstrtpmp4gdepay.c:
11541         * gst/rtp/gstrtpmp4gpay.c:
11542         * gst/rtp/gstrtpspeexdepay.c:
11543         * gst/rtp/gstrtpspeexpay.c:
11544         * gst/rtp/gstrtpsv3vdepay.c:
11545         * gst/rtp/gstrtptheoradepay.c:
11546         * gst/rtp/gstrtptheorapay.c:
11547         * gst/rtp/gstrtpvorbisdepay.c:
11548         * gst/rtp/gstrtpvorbispay.c:
11549         Fix case of encoding-name and key/value pairs to match the document.
11550         This is to make interoperation with SDP case-insensitive as required by
11551         the relevant RFCs.
11552
11553 2007-01-25  Wim Taymans  <wim@fluendo.com>
11554
11555         * configure.ac:
11556         Bump required -core/-base to CVS
11557
11558 2007-01-25  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11561         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11562         * gst/rtp/gstrtpL16pay.h:
11563         Fill up to MTU using adapter.
11564         Timestamp rtp packets.
11565
11566 2007-01-25  Edward Hervey  <edward@fluendo.com>
11567
11568         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11569         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11570         Use G_GSIZE_FORMAT in print statements for portability.
11571         Fixes build on macosx.
11572
11573 2007-01-24  Wim Taymans  <wim@fluendo.com>
11574
11575         * gst/rtp/Makefile.am:
11576         * gst/rtp/gstrtp.c: (plugin_init):
11577         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11578         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11579         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11580         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11581         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11582         (gst_rtp_L16_depay_plugin_init):
11583         * gst/rtp/gstrtpL16depay.h:
11584         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11585         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11586         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11587         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11588         (gst_rtp_L16_pay_plugin_init):
11589         * gst/rtp/gstrtpL16pay.h:
11590         Port and enable raw audio payloader/depayloader. Needs a bit more work
11591         on the payloader side.
11592
11593 2007-01-24  Wim Taymans  <wim@fluendo.com>
11594
11595         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11596         (gst_rtspsrc_stream_configure_transport),
11597         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11598         * gst/rtsp/gstrtspsrc.h:
11599         Only unblock the udp pads when we linked and activated them all.
11600         Fixes #395688.
11601
11602 2007-01-24  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/rtp/Makefile.am:
11605         * gst/rtp/gstrtp.c: (plugin_init):
11606         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11607         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11608         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11609         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11610         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11611         * gst/rtp/gstrtpac3depay.h:
11612         Added simple AC3 depayloader (RFC 4184).
11613
11614         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11615         Fix a leak.
11616
11617 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11618
11619         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11620
11621         * gst/audiofx/Makefile.am:
11622         * gst/audiofx/audioamplify.c:
11623         (gst_audio_amplify_clipping_method_get_type),
11624         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11625         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11626         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11627         (gst_audio_amplify_set_caps),
11628         (gst_audio_amplify_transform_int_clip),
11629         (gst_audio_amplify_transform_int_wrap_negative),
11630         (gst_audio_amplify_transform_int_wrap_positive),
11631         (gst_audio_amplify_transform_float_clip),
11632         (gst_audio_amplify_transform_float_wrap_negative),
11633         (gst_audio_amplify_transform_float_wrap_positive),
11634         (gst_audio_amplify_transform_ip):
11635         * gst/audiofx/audioamplify.h:
11636         * gst/audiofx/audiofx.c: (plugin_init):
11637         Add new element "audioamplify". This allows scaling of raw audio
11638         samples, similar to the "volume" element, but provides different modes
11639         for clipping and allows unlimited amplification. It's mainly targeted
11640         for creative sound design and not as a replacement of the "volume"
11641         element. Fixes #397162
11642         * docs/plugins/Makefile.am:
11643         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11645         * docs/plugins/gst-plugins-good-plugins.args:
11646         * docs/plugins/inspect/plugin-audiofx.xml:
11647         Add docs for audioamplify and integrate them into the build system
11648         * tests/check/Makefile.am:
11649         * tests/check/elements/audioamplify.c: (setup_amplify),
11650         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11651         Add fairly extensive unit test suite for audioamplify
11652
11653 2007-01-24  Wim Taymans  <wim@fluendo.com>
11654
11655         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11656         Unblock pads after adding the pads to the element so that autopluggers
11657         get a change to link something. Possibly fixes #395688.
11658
11659 2007-01-24  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/rtp/gstrtpamrdepay.c:
11662         * gst/rtp/gstrtpgsmdepay.c:
11663         * gst/rtp/gstrtph263pdepay.c:
11664         * gst/rtp/gstrtph263ppay.c:
11665         * gst/rtp/gstrtph264depay.c:
11666         * gst/rtp/gstrtpilbcdepay.c:
11667         * gst/rtp/gstrtpmp2tdepay.c:
11668         * gst/rtp/gstrtpmp4gdepay.c:
11669         * gst/rtp/gstrtpmp4gpay.c:
11670         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11671         * gst/rtp/gstrtpmp4vpay.c:
11672         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11673         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11674         (gst_rtp_mpa_depay_process):
11675         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11676         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11677         * gst/rtp/gstrtppcmadepay.c:
11678         * gst/rtp/gstrtppcmudepay.c:
11679         * gst/rtp/gstrtpspeexdepay.c:
11680         * gst/rtp/gstrtpspeexpay.c:
11681         * gst/rtp/gstrtpsv3vdepay.c:
11682         * gst/rtp/gstrtptheoradepay.c:
11683         * gst/rtp/gstrtptheorapay.c:
11684         * gst/rtp/gstrtpvorbisdepay.c:
11685         * gst/rtp/gstrtpvorbispay.c:
11686         Fix caps with payload numbers.
11687         Add some fixed payload numbers to caps when possible.
11688
11689 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11690
11691         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11692
11693         * gst/audiofx/Makefile.am:
11694         * gst/audiofx/audiofx.c: (plugin_init):
11695         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11696         (gst_audio_invert_class_init), (gst_audio_invert_init),
11697         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11698         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11699         (gst_audio_invert_transform_float),
11700         (gst_audio_invert_transform_ip):
11701         * gst/audiofx/audioinvert.h:
11702         Add new audiofx element "audioinvert". This element swaps the upper
11703         and lower half of samples and can be used for example for a
11704         wide-stereo effect. Fixes #396057
11705         * docs/plugins/Makefile.am:
11706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11708         * docs/plugins/gst-plugins-good-plugins.args:
11709         * docs/plugins/inspect/plugin-audiofx.xml:
11710         Add docs for the audioinvert element and add them to the build system.
11711         * tests/check/Makefile.am:
11712         * tests/check/elements/audioinvert.c: (setup_invert),
11713         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11714         Add unit test suite for the audioinvert element.
11715
11716 2007-01-23  Wim Taymans  <wim@fluendo.com>
11717
11718         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11719         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11720         Parse config params as string and int.
11721         Parse and use AU header length
11722
11723 2007-01-23  Wim Taymans  <wim@fluendo.com>
11724
11725         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11726         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11727         * gst/smpte/gstmask.c: (_gst_mask_register):
11728         * gst/smpte/gstmask.h:
11729         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11730         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11731         (gst_smpte_paint_triangle_clock):
11732         constify some static structs.
11733         Don't update the mask if nothing changed to the params.
11734         Make sure we never draw outside of the picture. Fixes #398325.
11735
11736 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11739           Error out properly when pull_range fails while we're reading the
11740           headers, instead of just pausing the task silently. Fixes #399338.
11741
11742 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11745           Some more sanity checks to make sure the input formats match and the
11746           input pads are actually negotiated, in case someone tries to feed
11747           buffers from fakesrc or filesrc. Fixes #398299.
11748           Also const-ify an array, just because we can.
11749
11750 2007-01-19  Edward Hervey  <edward@fluendo.com>
11751
11752         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11753         Ignore previous commit, that was only valid for widths and heights
11754         that are multiples of 4.
11755         Copy over size/stride macros from jpegdec. This allows the element
11756         to work with any width,height...
11757         ... but puts in evidence that the actual transformations only work
11758         with width/height that are multiples of 4.
11759
11760 2007-01-19  Edward Hervey  <edward@fluendo.com>
11761
11762         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11763         Allocate buffers of the right size.
11764         The proper size of a I420 buffer in bytes is:
11765         
11766             width * height * 3
11767             ------------------
11768                     2
11769
11770 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11773           Proxy getcaps on sink pads too, so that we either end up with the
11774           same dimensions on all pads or error out if that's not possible
11775           (seems to work even!). Fixes #398086, I think.
11776
11777 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11780         * docs/plugins/gst-plugins-good-plugins.args:
11781         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11782           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11783           fix integer properties with -1 as minimum value.
11784
11785         * docs/plugins/inspect/plugin-1394.xml:
11786         * docs/plugins/inspect/plugin-aasink.xml:
11787         * docs/plugins/inspect/plugin-alaw.xml:
11788         * docs/plugins/inspect/plugin-alpha.xml:
11789         * docs/plugins/inspect/plugin-alphacolor.xml:
11790         * docs/plugins/inspect/plugin-annodex.xml:
11791         * docs/plugins/inspect/plugin-apetag.xml:
11792         * docs/plugins/inspect/plugin-audiofx.xml:
11793         * docs/plugins/inspect/plugin-auparse.xml:
11794         * docs/plugins/inspect/plugin-autodetect.xml:
11795         * docs/plugins/inspect/plugin-avi.xml:
11796         * docs/plugins/inspect/plugin-cacasink.xml:
11797         * docs/plugins/inspect/plugin-cairo.xml:
11798         * docs/plugins/inspect/plugin-cdio.xml:
11799         * docs/plugins/inspect/plugin-cutter.xml:
11800         * docs/plugins/inspect/plugin-debug.xml:
11801         * docs/plugins/inspect/plugin-dv.xml:
11802         * docs/plugins/inspect/plugin-efence.xml:
11803         * docs/plugins/inspect/plugin-effectv.xml:
11804         * docs/plugins/inspect/plugin-esdsink.xml:
11805         * docs/plugins/inspect/plugin-flac.xml:
11806         * docs/plugins/inspect/plugin-flxdec.xml:
11807         * docs/plugins/inspect/plugin-gconfelements.xml:
11808         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11809         * docs/plugins/inspect/plugin-goom.xml:
11810         * docs/plugins/inspect/plugin-halelements.xml:
11811         * docs/plugins/inspect/plugin-icydemux.xml:
11812         * docs/plugins/inspect/plugin-id3demux.xml:
11813         * docs/plugins/inspect/plugin-jpeg.xml:
11814         * docs/plugins/inspect/plugin-level.xml:
11815         * docs/plugins/inspect/plugin-matroska.xml:
11816         * docs/plugins/inspect/plugin-mulaw.xml:
11817         * docs/plugins/inspect/plugin-multipart.xml:
11818         * docs/plugins/inspect/plugin-navigationtest.xml:
11819         * docs/plugins/inspect/plugin-ossaudio.xml:
11820         * docs/plugins/inspect/plugin-png.xml:
11821         * docs/plugins/inspect/plugin-rtp.xml:
11822         * docs/plugins/inspect/plugin-rtsp.xml:
11823         * docs/plugins/inspect/plugin-shout2send.xml:
11824         * docs/plugins/inspect/plugin-smpte.xml:
11825         * docs/plugins/inspect/plugin-speex.xml:
11826         * docs/plugins/inspect/plugin-taglib.xml:
11827         * docs/plugins/inspect/plugin-udp.xml:
11828         * docs/plugins/inspect/plugin-videobalance.xml:
11829         * docs/plugins/inspect/plugin-videobox.xml:
11830         * docs/plugins/inspect/plugin-videoflip.xml:
11831         * docs/plugins/inspect/plugin-videomixer.xml:
11832         * docs/plugins/inspect/plugin-wavenc.xml:
11833         * docs/plugins/inspect/plugin-wavparse.xml:
11834         * docs/plugins/inspect/plugin-ximagesrc.xml:
11835           Update to CVS.
11836
11837 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11838
11839         Patch by: Sebastian Dröge <slomo circular-chaos org>
11840
11841         * gst/audiofx/audiopanorama.c:
11842           Fix doc section name (Fixes #397946)
11843
11844 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11845
11846         * sys/v4l2/gstv4l2object.c:
11847         (gst_v4l2_object_install_properties_helper),
11848         (gst_v4l2_object_set_property_helper),
11849         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11850         * sys/v4l2/gstv4l2object.h:
11851         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11852         (gst_v4l2src_init), (gst_v4l2src_set_property),
11853         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11854         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11855         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11856         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11857         (gst_v4l2src_capture_deinit):
11858           Fix EIO handing when capturing. Add new property to specify the number of
11859           buffers to enque (and remove the borked num-buffers usage).
11860
11861 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11862
11863         Patch by: Sebastian Dröge <slomo circular-chaos org>
11864
11865         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11866         (gst_audio_panorama_set_process_function):
11867           Use a function array for process methods, add more docs and define the
11868           startindex of enums.
11869
11870 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11871
11872         Patch by: Mark Nauwelaerts <manauw at skynet be>
11873
11874         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11875         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11876         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11877         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11878         (gst_avi_mux_riff_get_avi_header),
11879         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11880         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11881         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11882         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11883         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11884         (gst_avi_mux_change_state):
11885         * gst/avi/gstavimux.h:
11886         * tests/check/elements/avimux.c: (teardown_src_pad):
11887           Add support for more than one audio stream; write better AVIX
11888           header; refactor code a bit; don't announce vorbis caps on our audio
11889           sink pads since we don't support it anyway. Closes #379298.
11890
11891 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         Patch by: Sebastian Dröge <slomo circular-chaos org>
11894
11895         * gst/audiofx/audiopanorama.c:
11896         (gst_audio_panorama_method_get_type),
11897         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11898         (gst_audio_panorama_set_process_function),
11899         (gst_audio_panorama_set_property),
11900         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11901         (gst_audio_panorama_transform_m2s_int_simple),
11902         (gst_audio_panorama_transform_s2s_int_simple),
11903         (gst_audio_panorama_transform_m2s_float_simple),
11904         (gst_audio_panorama_transform_s2s_float_simple):
11905         * gst/audiofx/audiopanorama.h:
11906           Add 'method' property and provide a simple (non-psychoacustic)
11907           processing method (#394859).
11908
11909         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11910         (panorama_suite):
11911           Tests for new method.
11912
11913 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11914
11915         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11916         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11917           Set correct caps on outgoing pulled buffers, or things blow up
11918           after recent core changes.
11919
11920 2007-01-11  Wim Taymans  <wim@fluendo.com>
11921
11922         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11923
11924         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11925         (gst_multipart_mux_request_new_pad),
11926         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11927         (gst_multipart_mux_change_state):
11928         Return FLOW errors ASAP. Fixes #394977.
11929         Misc cleanups.
11930
11931 2007-01-11  Wim Taymans  <wim@fluendo.com>
11932
11933         Patch by: Lutz Mueller <lutz at topfrose dot de>
11934
11935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11936         Check for stream pad before activating. 
11937
11938 2007-01-10  Wim Taymans  <wim@fluendo.com>
11939
11940         Patch by: Peter Kjellerstedt  <pkj at axis com>
11941
11942         * gst/rtsp/COPYING.MIT:
11943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11944         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11945         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11946         (gst_rtspsrc_stream_configure_transport),
11947         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11948         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11949         (gst_rtspsrc_parse_methods),
11950         (gst_rtspsrc_create_transports_string),
11951         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11952         (gst_rtspsrc_open), (gst_rtspsrc_close):
11953         * gst/rtsp/gstrtspsrc.h:
11954         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11955         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11956         (parse_request_line), (parse_line), (rtsp_connection_read),
11957         (rtsp_connection_close):
11958         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11959         (rtsp_method_as_text), (rtsp_header_as_text),
11960         (rtsp_status_as_text), (rtsp_find_header_field),
11961         (rtsp_find_method):
11962         * gst/rtsp/rtspdefs.h:
11963         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11964         (rtsp_ext_wms_configure_stream):
11965         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11966         (rtsp_message_new_request), (rtsp_message_init_request),
11967         (rtsp_message_new_response), (rtsp_message_init_response),
11968         (rtsp_message_init_data), (rtsp_message_unset),
11969         (rtsp_message_free), (rtsp_message_add_header),
11970         (rtsp_message_get_header), (rtsp_message_set_body),
11971         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11972         * gst/rtsp/rtspmessage.h:
11973         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11974         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11975         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11976         (sdp_message_dump):
11977         Allow url to be NULL to be able to use it for server connections.
11978         Can now send responses as well as requests.
11979         No longer hangs in an endless loop if EOF is received.
11980         Can now convert a status code to a text string.
11981         Return RTSP_HDR_INVALID for unknown headers.
11982         Return RTSP_INVALID for unknown methods.
11983         Copy CSeq and Session headers from the request.
11984         Only free memory corresponding to the currently set message type.
11985         Added const to function arguments as appropriate.
11986         Avoid a compiler warning when initializing nmedia.
11987         Use guint rather than gint to avoid compiler warnings.
11988         Fix crasher in wms extension.
11989         Factor out stream setup from open_connection.
11990         Delay activation of streams when actual data is received from the
11991         server, this prepares us to do proper protocol switching.
11992         Added new license.
11993         Fixes #380895.
11994
11995
11996 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11997
11998         Patch by: Sebastian Dröge <slomo ubuntu com>
11999
12000         * docs/plugins/Makefile.am:
12001         * gst/audiofx/audiopanorama.c:
12002           Some small docs fixes (#394851).
12003
12004 2007-01-09  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/avi/gstavidemux.c:
12007         Fix docs.
12008
12009 2007-01-09  Wim Taymans  <wim@fluendo.com>
12010
12011         * gst/rtp/Makefile.am:
12012         * gst/rtp/gstrtp.c: (plugin_init):
12013         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12014         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12015         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12016         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12017         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12018         * gst/rtp/gstrtpmpvdepay.h:
12019           Added RFC 2250 MPEG Video Depayloader.
12020
12021         * gst/rtp/gstrtpL16depay.h:
12022         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12023         (gst_rtp_h263p_depay_process):
12024         Fix Header file. Small cleanups.
12025
12026         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12027         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12028         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12029         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12030         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12031         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12032         (gst_rtp_mp4v_depay_change_state):
12033         Remove usused code. Remove Adapter from state Change. Added debug.
12034
12035         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12036         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12037         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12038         * gst/rtp/gstrtpmpadepay.h:
12039         Subclass base depayloader.
12040         Added debug.
12041         Support static payload type assignment as well.
12042
12043         * gst/rtp/gstrtpmpapay.c:
12044         Fix caps.
12045
12046 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12049
12050         * ext/jpeg/gstjpegdec.c:
12051         * ext/jpeg/gstjpegenc.c:
12052         * ext/jpeg/smokecodec.c:
12053           These libjpeg callbacks should return a 'boolean' (unsigned char
12054           apparently) and not a 'gboolean' (which maps to gint). Fixes
12055           warnings when compiling with MingW (#393427).
12056
12057         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12058           Use ioctlsocket on win32.
12059
12060         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12061           Some printf format fixes for win32.
12062
12063 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12064
12065         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12066           Use gst_guint64_to_gdouble for conversion.
12067         * win32/vs6/libgstmatroska.dsp:
12068           Add zlib to the link.
12069         * win32/vs6/libgstvideobox.dsp:
12070           Update liboil library name (project is linked to 
12071           liboil-0.3-0.lib now).
12072           
12073 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * gst/matroska/Makefile.am:
12076           If zlib is available and used, we must link it explicitly for
12077           things to work on MingW (fixes #392855).
12078
12079 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * ext/esd/esdsink.c: (gst_esdsink_delay):
12082           Don't return bogus values when esd_get_delay() fails for some
12083           reason (#392189).
12084
12085 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         * sys/ximage/gstximagesrc.c: (composite_pixel):
12088           Fix presumably copy'n'pasto for 16bpp depth.
12089
12090 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * gst/matroska/matroska-mux.c:
12093         (gst_matroska_mux_audio_pad_setcaps):
12094           The "signed" field in audio caps is of boolean type, trying to use
12095           gst_structure_get_int() to extract it will fail. Fixing this makes
12096           matroskamux accept raw audio input (#387121) (use at your own risk
12097           though, due to the matroska spec being not entirely useful in this
12098           respect).
12099           Also fix up raw audio structures in template caps so that they
12100           represent what our setcaps function will actually accept, so that
12101           converters know what to convert to.
12102           Finally, don't fail if there isn't an "endianness" field in 8-bit
12103           PCM caps.
12104
12105 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12106
12107         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12108         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12109         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12110         (teardown_cmmldec):
12111         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12112         (teardown_cmmlenc):
12113         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12114           reapply consistent pad (de)activation
12115
12116 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12117
12118         * configure.ac:
12119         Back to CVS
12120
12121         * gst-plugins-good.doap:
12122         Add 0.10.5 doap entry
12123
12124 === release 0.10.5 ===
12125
12126 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12127
12128         * configure.ac:
12129           releasing 0.10.5, "The Path of Thorns"
12130
12131 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12132
12133         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12134         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12135         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12136         (teardown_cmmldec):
12137         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12138         (teardown_cmmlenc):
12139         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12140           revert my freeze breakage
12141
12142 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12143
12144         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12145         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12146         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12147         (teardown_cmmldec):
12148         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12149         (teardown_cmmlenc):
12150         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12151           consistent pad (de)activation
12152
12153 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12154
12155         * configure.ac:
12156         * ext/Makefile.am:
12157         Disable LADPSA, as it has moved to the -bad module for the duration.
12158
12159 2006-12-18  Wim Taymans  <wim@fluendo.com>
12160
12161         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12162         (gst_signal_processor_event):
12163         Reset flow_state back to _OK after a flush stop so that we exit our
12164         error state after the flush. Fixes #374213
12165
12166 2006-12-16  David Schleef  <ds@schleef.org>
12167
12168         * sys/osxvideo/osxvideosink.h:
12169         * sys/osxvideo/osxvideosink.m:
12170           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12171
12172 2006-12-16  David Schleef  <ds@schleef.org>
12173
12174         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12175
12176         * sys/osxvideo/Makefile.am:
12177         * sys/osxvideo/osxvideosink.h:
12178         * sys/osxvideo/osxvideosink.m:
12179           Preliminary patch for porting osxvideosink
12180
12181 2006-12-16  Wim Taymans  <wim@fluendo.com>
12182
12183         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12184
12185         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12186         (gst_videomixer_set_master_geometry),
12187         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12188         (gst_videomixer_reset), (gst_videomixer_init),
12189         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12190         (gst_videomixer_release_pad), (gst_videomixer_collected),
12191         (gst_videomixer_change_state):
12192         Introduce some locking around the videomixer state so that it does not
12193         crash when adding/removing pads. Fixes #383043.
12194
12195 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * configure.ac:
12198           Make sure libcaca can actually be used instead of just checking for
12199           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12200           cross-compiling (fixes #384587).
12201
12202 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12203
12204         * Makefile.am:
12205         * gst-plugins-good.doap:
12206         * gst-plugins-good.spec.in:
12207           adding doap file
12208
12209 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * configure.ac:
12212           libflac-1.1.3 changed API again, but we can't build against it yet,
12213           so make sure our check doesn't use libflac-1.1.3 and add a comment
12214           to this effect.
12215
12216 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12219         (gst_quarktv_planetable_clear):
12220           Add some NULL pointer checks (possibly related to #385623).
12221
12222 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12225         (gst_tag_demux_chain):
12226         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12227           In streaming mode, if the first buffer we get doesn't have an
12228           offset, fix it up to be 0, otherwise trimming won't work later on
12229           and we'll be typefinding application/x-id3, which may result in
12230           decodebin plugging an endless number of id3demux elements as a
12231           consequence. Fixes #385031.
12232           
12233 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12234
12235         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12236           Ignore the buffer_time the sound device reports. Turns out it is 
12237           sometimes completely bogus and we're better off without it.
12238
12239 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12242         (gst_matroska_demux_video_caps):
12243         * gst/matroska/matroska-ids.c:
12244         (gst_matroska_track_init_video_context):
12245         * gst/matroska/matroska-ids.h:
12246           Try harder to extract the framerate for video tracks correctly and
12247           save it directly instead of converting it back and forth a few
12248           times. Mostly makes a difference for very small framerates (<1).
12249           Fixes #380199.
12250
12251 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12254         (gst_gconf_audio_src_dispose), (do_toggle_element):
12255         * ext/gconf/gstgconfaudiosrc.h:
12256           Remove gconf notify hook when the gconfaudiosrc element is
12257           destroyed, otherwise the callback may be called on an
12258           already-destroyed instance and bad things happen. Should fix
12259           #378184.
12260           Also ignore gconf key changes when the source is already running.
12261
12262 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         Patch by: Sebastian Dröge  <mail at slomosnail de>
12265
12266         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12267           We need to be able to read and parse any possible floating point string
12268           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12269           will parse the former only in certain locales though, so we really need
12270           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12271           make sure we can parse either version at all times.
12272           Fixes #382982 for real.
12273
12274 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12275
12276         * sys/sunaudio/gstsunaudiomixerctrl.c:
12277         * sys/sunaudio/gstsunaudiosrc.c:
12278
12279         Use the sunaudio debug category.
12280
12281         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12282         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12283         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12284         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12285         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12286         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12287         (gst_sunaudiosink_reset):
12288         * sys/sunaudio/gstsunaudiosink.h:
12289
12290         Uses the sunaudio debug category for all debug output
12291         Implements the _delay() callback to synchronise video playback better
12292         Change the segtotal and segsize values back to the parent class 
12293           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12294           respectively)
12295         Measure the samples written to the device vs. played.
12296         Keep track of segments in the device by writing empty eof frames, and
12297         sleep using a GCond when we get too far ahead and risk overrunning the
12298         sink's ringbuffer.
12299
12300         Fixes: #360673
12301
12302 2006-12-08  Wim Taymans  <wim@fluendo.com>
12303
12304         Patch by: Sebastian Dröge  <mail at slomosnail de >
12305
12306         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12307         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12308         * gst/audiofx/audiopanorama.h:
12309         Fix audiopanorame with float samples. Fixes #383726.
12310
12311 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12312
12313         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12314         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12315         (gst_sunaudiosrc_reset):
12316
12317         Implement reset functions to unblock the src/sink more quickly on 
12318         state change requests.
12319         Patch by: Brian Cameron <brian dot cameron at sun com>
12320
12321 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12322
12323         * sys/sunaudio/gstsunaudiomixer.c:
12324         (gst_sunaudiomixer_change_state):
12325         Construct the correct mixer device name when the AUDIODEV env var
12326         is set.
12327
12328         Patch by: Jerry Tan <jerry.tan at sun dot com>
12329         Fixes: #383596
12330
12331 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12332
12333         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12334         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12335         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12336         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12337         Patch by: Jerry Tan <jerry.tan at sun dot com>
12338         Fixes: #349015
12339
12340 2006-12-07  Wim Taymans  <wim@fluendo.com>
12341
12342         * gst/smpte/gstmask.h:
12343         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12344         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12345         (gst_smpte_collected), (gst_smpte_set_property),
12346         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12347         * gst/smpte/gstsmpte.h:
12348         Port to 0.10 some more. 
12349         Added duration property to specify the duration of the transition.
12350         Make framerate a fraction.
12351         Deprecate fps property, we only use negotiated fps.
12352         Added docs.
12353         Fix collectpad usage.
12354         Reset state in READY.
12355         Send NEWSEGMENT event.
12356         Fix racy updates of object properties.
12357         Added debug category.
12358         Fixes #383323.
12359
12360 2006-12-06  Wim Taymans  <wim@fluendo.com>
12361
12362         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12363
12364         * gst/videomixer/videomixer.c:
12365         (gst_videomixer_set_master_geometry),
12366         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12367         Don't reset xpos and ypos in the setcaps function because causes
12368         unexpected behaviour.
12369         Fixes #382179.
12370
12371 2006-12-06  Wim Taymans  <wim@fluendo.com>
12372
12373         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12374         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12375         Keep track of the buffer timestamp in the collectdata member instead
12376         of modifying the buffer without making the metadata writable first.
12377         Fixes #382277.
12378
12379 2006-12-06  Wim Taymans  <wim@fluendo.com>
12380
12381         Patch by: Rob Taylor <robtaylor at floopily dot org>
12382
12383         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12384         If using multicast in udpsrc, bind to the multicast address rather than
12385         IN_ADDR_ANY.
12386         This allows the simultanous use of multiple udpsrcs listening on
12387         different multicat addresses. Without this all udpsrcs will receive all
12388         packets from all subscribed multicast addresses.
12389         Fixes #383001.
12390
12391 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12392
12393         * ext/taglib/gstid3v2mux.cc:
12394         Don't attempt to write a NULL frame into the ID3 tag set when the 
12395         createFrame method returned NULL.
12396         Fixes: #381857
12397         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12398
12399 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12400
12401         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12402         Use g_strtod() instead of sscanf to parse doubles, so that it will
12403         try parsing in the C locale if the current locale fails.
12404         Fixes: #382982
12405         Patch by: Sebastian Dröge  <mail at slomosnail de >
12406
12407 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12408
12409         * win32/MANIFEST:
12410         Fix compilation on win32 under VS8
12411         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12412         Partially fixes #381175
12413
12414 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12415
12416         * gst/avi/gstavimux.c:
12417           accept all mpegversions,fixes #380825
12418           spotted by: Jerome Alet  
12419
12420 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12421
12422         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12423         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12424         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12425         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12426           cleanup the error message a bit more
12427
12428 2006-11-28  Wim Taymans  <wim@fluendo.com>
12429
12430         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12431         Fix width and height properties.
12432
12433         * ext/libcaca/gstcacasink.h:
12434         Fix compilation on newer libcaca that require us to include a new
12435         header. Fixes #379918.
12436
12437 2006-11-28  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12440         * gst/rtsp/gstrtspsrc.h:
12441         * gst/rtsp/rtspext.h:
12442         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12443         (rtsp_ext_wms_get_context):
12444         Add method so that extensions can choose to disable the setup of
12445         a stream.
12446         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12447
12448 2006-11-27  Wim Taymans  <wim@fluendo.com>
12449
12450         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12451
12452         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12453         Push header in a separate buffer instead of memcpy:ing all data.
12454         Change LF => CRLF in headers.
12455         Move trailing LF to header. Fixes #379792.
12456
12457 2006-11-27  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12460         Small buffer overflow fix and improve debugging.
12461
12462 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12463
12464         * ext/esd/esdmon.h:
12465         * ext/esd/esdsink.h:
12466           remove obsolete _factory_init protos
12467
12468 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12469
12470         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12471         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12472         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12473         (gst_avi_demux_read_subindexes_push),
12474         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12475         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12476         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12477         (gst_avi_demux_massage_index),
12478         (gst_avi_demux_calculate_durations_from_index),
12479         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12480         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12481         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12482           remove dead code, tweak debugs statements, add comments, use
12483           _uint64_scale instead _uint64_scale_int when using guint64 values,
12484           small optimizations, reflow some error handling
12485
12486 2006-11-22  Edward Hervey  <edward@fluendo.com>
12487
12488         * po/.cvsignore:
12489         We never put .pot files in cvs. Let's ignore them all.
12490
12491 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12492
12493         * po/POTFILES.in:
12494           ... but better exclude files that aren't disted.
12495
12496 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * po/POTFILES.in:
12499           Add v4l2 source files to list of files with translations, so the
12500           strings are actually extracted (however bad they still may be).
12501
12502 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12503
12504         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12505           Minor clean-ups: const-ify static array, remove trailing comma from
12506           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12507
12508 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12509
12510         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12511         Make sure that g_free always gets called on the same pointer that was 
12512         returned by g_malloc.  Fixes #376594.
12513         Do not leak memory if decompressed size is wrong.
12514         Remove unneeded check of return value of g_malloc.
12515         Patch by: René Stadler <mail@renestadler.de>
12516
12517 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12518
12519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12520           Add missing curly brackets.
12521
12522 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12523
12524         * sys/v4l2/v4l2src_calls.c:
12525         Fix capture_deinit.
12526
12527 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12530         (gst_matroska_mux_request_new_pad):
12531           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12532
12533         * tests/check/elements/matroskamux.c: (setup_src_pad),
12534         (setup_sink_pad), (GST_START_TEST):
12535         Activate pads before using them.
12536
12537 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12540           Initialise variable to get rid of bogus compiler warning.
12541
12542 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12543
12544         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12545
12546         * gst/rtp/gstrtph263pay.c:
12547         * gst/rtp/gstrtph263pdepay.c:
12548         * gst/rtp/gstrtph263ppay.c:
12549           Specify H.263 variant and version in the caps (fixes #361637)
12550
12551 2006-11-15  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/rtsp/rtspconnection.c: (read_body):
12554         Don't set a data pointer to NULL and a size > 0 when we deal
12555         with empty packets.
12556
12557         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12558         (rtsp_message_init_response), (rtsp_message_init_data),
12559         (rtsp_message_unset), (rtsp_message_free),
12560         (rtsp_message_take_body):
12561         Check that we can't create invalid empty packets. 
12562
12563 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12566
12567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12568         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12569         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12570         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12571         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12572         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12573         * gst/matroska/matroska-mux.h:
12574           Add basic tag writing support; implement releasing pads (#374658).
12575
12576 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12579         (gst_matroska_demux_audio_caps):
12580           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12581
12582 2006-11-14  David Schleef  <ds@schleef.org>
12583
12584         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12585
12586 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12589
12590         * win32/vs8/gst-plugins-good.sln:
12591         * win32/vs8/libgst1394.vcproj:
12592         * win32/vs8/libgstaasink.vcproj:
12593         * win32/vs8/libgstalaw.vcproj:
12594         * win32/vs8/libgstalpha.vcproj:
12595         * win32/vs8/libgstalphacolor.vcproj:
12596         * win32/vs8/libgstannodex.vcproj:
12597         * win32/vs8/libgstapetag.vcproj:
12598         * win32/vs8/libgstaudiofx.vcproj:
12599         * win32/vs8/libgstauparse.vcproj:
12600         * win32/vs8/libgstautodetect.vcproj:
12601         * win32/vs8/libgstavi.vcproj:
12602         * win32/vs8/libgstcacasink.vcproj:
12603         * win32/vs8/libgstcdio.vcproj:
12604         * win32/vs8/libgstcutter.vcproj:
12605         * win32/vs8/libgstdv.vcproj:
12606         * win32/vs8/libgsteffectv.vcproj:
12607         * win32/vs8/libgstflac.vcproj:
12608         * win32/vs8/libgstflxdec.vcproj:
12609         * win32/vs8/libgstgoom.vcproj:
12610         * win32/vs8/libgsticydemux.vcproj:
12611         * win32/vs8/libgstid3demux.vcproj:
12612         * win32/vs8/libgstjpeg.vcproj:
12613         * win32/vs8/libgstladspa.vcproj:
12614         * win32/vs8/libgstlevel.vcproj:
12615         * win32/vs8/libgstmatroska.vcproj:
12616         * win32/vs8/libgstmikmod.vcproj:
12617         * win32/vs8/libgstmng.vcproj:
12618         * win32/vs8/libgstmonoscope.vcproj:
12619         * win32/vs8/libgstmulaw.vcproj:
12620         * win32/vs8/libgstmultipart.vcproj:
12621         * win32/vs8/libgstpng.vcproj:
12622         * win32/vs8/libgstrtp.vcproj:
12623         * win32/vs8/libgstrtsp.vcproj:
12624         * win32/vs8/libgstshout2.vcproj:
12625         * win32/vs8/libgstsmpte.vcproj:
12626         * win32/vs8/libgstspeex.vcproj:
12627         * win32/vs8/libgsttaglib.vcproj:
12628         * win32/vs8/libgstudp.vcproj:
12629         * win32/vs8/libgstvideobalance.vcproj:
12630         * win32/vs8/libgstvideobox.vcproj:
12631         * win32/vs8/libgstvideoflip.vcproj:
12632         * win32/vs8/libgstvideomixer.vcproj:
12633         * win32/vs8/libgstwavenc.vcproj:
12634         * win32/vs8/libgstwavparse.vcproj:
12635           Make end-of-line returns unixy, so that when the files are checked
12636           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12637           Hopefully fixes #366492.
12638
12639 2006-11-14  Wim Taymans  <wim@fluendo.com>
12640
12641         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12642         Disable init_frames delay timestamp adjustment, it does not
12643         seem to be needed at all. Fixes #369621.
12644
12645 2006-11-13  Wim Taymans  <wim@fluendo.com>
12646
12647         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12648
12649         * gst/videomixer/videomixer.c:
12650         (gst_videomixer_set_master_geometry),
12651         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12652         (gst_videomixer_collect_free), (gst_videomixer_reset),
12653         (gst_videomixer_init), (gst_videomixer_finalize),
12654         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12655         (gst_videomixer_collected), (gst_videomixer_change_state):
12656         Fix memleak by unref'ing collectpads instance (when finalizing)
12657         Implement releasing a request pad. Fixes #374479.
12658
12659 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12662
12663         * win32/vs8/gst-plugins-good.sln:
12664         * win32/vs8/libgst1394.vcproj:
12665         * win32/vs8/libgstaasink.vcproj:
12666         * win32/vs8/libgstalaw.vcproj:
12667         * win32/vs8/libgstalpha.vcproj:
12668         * win32/vs8/libgstalphacolor.vcproj:
12669         * win32/vs8/libgstannodex.vcproj:
12670         * win32/vs8/libgstapetag.vcproj:
12671         * win32/vs8/libgstaudiofx.vcproj:
12672         * win32/vs8/libgstauparse.vcproj:
12673         * win32/vs8/libgstautodetect.vcproj:
12674         * win32/vs8/libgstavi.vcproj:
12675         * win32/vs8/libgstcacasink.vcproj:
12676         * win32/vs8/libgstcdio.vcproj:
12677         * win32/vs8/libgstcutter.vcproj:
12678         * win32/vs8/libgstdv.vcproj:
12679         * win32/vs8/libgsteffectv.vcproj:
12680         * win32/vs8/libgstflac.vcproj:
12681         * win32/vs8/libgstflxdec.vcproj:
12682         * win32/vs8/libgstgoom.vcproj:
12683         * win32/vs8/libgsticydemux.vcproj:
12684         * win32/vs8/libgstid3demux.vcproj:
12685         * win32/vs8/libgstjpeg.vcproj:
12686         * win32/vs8/libgstladspa.vcproj:
12687         * win32/vs8/libgstlevel.vcproj:
12688         * win32/vs8/libgstmatroska.vcproj:
12689         * win32/vs8/libgstmikmod.vcproj:
12690         * win32/vs8/libgstmng.vcproj:
12691         * win32/vs8/libgstmonoscope.vcproj:
12692         * win32/vs8/libgstmulaw.vcproj:
12693         * win32/vs8/libgstmultipart.vcproj:
12694         * win32/vs8/libgstpng.vcproj:
12695         * win32/vs8/libgstrtp.vcproj:
12696         * win32/vs8/libgstrtsp.vcproj:
12697         * win32/vs8/libgstshout2.vcproj:
12698         * win32/vs8/libgstsmpte.vcproj:
12699         * win32/vs8/libgstspeex.vcproj:
12700         * win32/vs8/libgsttaglib.vcproj:
12701         * win32/vs8/libgstudp.vcproj:
12702         * win32/vs8/libgstvideobalance.vcproj:
12703         * win32/vs8/libgstvideobox.vcproj:
12704         * win32/vs8/libgstvideoflip.vcproj:
12705         * win32/vs8/libgstvideomixer.vcproj:
12706         * win32/vs8/libgstwavenc.vcproj:
12707         * win32/vs8/libgstwavparse.vcproj:
12708           Add VS8 project files (note that many of the plugins in ext are
12709           disabled by default). Fixes #366492.
12710
12711 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12712
12713         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12714           we do not translate debug messages
12715
12716 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12717
12718         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12719           fix categorisation, make short desc more explicit, remove unused code
12720           Fixes #372021
12721
12722 2006-11-08  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/rtp/gstrtpL16depay.c:
12725         * gst/rtp/gstrtpamrdepay.c:
12726         * gst/rtp/gstrtpamrpay.c:
12727         * gst/rtp/gstrtpgsmdepay.c:
12728         * gst/rtp/gstrtph263pay.c:
12729         * gst/rtp/gstrtph263pdepay.c:
12730         * gst/rtp/gstrtph263ppay.c:
12731         * gst/rtp/gstrtph264depay.c:
12732         * gst/rtp/gstrtpmp2tdepay.c:
12733         * gst/rtp/gstrtpmp4gdepay.c:
12734         * gst/rtp/gstrtpmp4gpay.c:
12735         * gst/rtp/gstrtpmp4vdepay.c:
12736         * gst/rtp/gstrtpmp4vpay.c:
12737         * gst/rtp/gstrtpmpadepay.c:
12738         * gst/rtp/gstrtpmpapay.c:
12739         * gst/rtp/gstrtppcmadepay.c:
12740         * gst/rtp/gstrtppcmapay.c:
12741         * gst/rtp/gstrtppcmudepay.c:
12742         * gst/rtp/gstrtppcmupay.c:
12743         * gst/rtp/gstrtpspeexdepay.c:
12744         * gst/rtp/gstrtpspeexpay.c:
12745         * gst/rtp/gstrtpsv3vdepay.c:
12746         Fix element descriptions.
12747
12748 2006-11-08  Wim Taymans  <wim@fluendo.com>
12749
12750         * gst/rtp/gstrtpvorbisdepay.c:
12751         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12752         Fix description.
12753         Small cleanup in the payloader.
12754
12755 2006-11-08  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst/rtp/Makefile.am:
12758         * gst/rtp/gstrtp.c: (plugin_init):
12759         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12760         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12761         (gst_rtp_theora_depay_finalize),
12762         (gst_rtp_theora_depay_parse_configuration),
12763         (gst_rtp_theora_depay_setcaps),
12764         (gst_rtp_theora_depay_switch_codebook),
12765         (gst_rtp_theora_depay_process),
12766         (gst_rtp_theora_depay_set_property),
12767         (gst_rtp_theora_depay_get_property),
12768         (gst_rtp_theora_depay_change_state),
12769         (gst_rtp_theora_depay_plugin_init):
12770         * gst/rtp/gstrtptheoradepay.h:
12771         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12772         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12773         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12774         (gst_rtp_theora_pay_init_packet),
12775         (gst_rtp_theora_pay_flush_packet),
12776         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12777         (gst_rtp_theora_pay_handle_buffer),
12778         (gst_rtp_theora_pay_plugin_init):
12779         * gst/rtp/gstrtptheorapay.h:
12780         Add theora pay/depayloaders.
12781
12782 2006-11-06  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst/rtp/Makefile.am:
12785         We depend on gsttag to generate the vorbis comments.
12786
12787         * gst/rtp/gstrtpvorbisdepay.c:
12788         (gst_rtp_vorbis_depay_parse_configuration),
12789         (gst_rtp_vorbis_depay_setcaps),
12790         (gst_rtp_vorbis_depay_switch_codebook),
12791         (gst_rtp_vorbis_depay_process):
12792         * gst/rtp/gstrtpvorbisdepay.h:
12793         Parse configuration string in the depayloader.
12794         Implement selecting and switching to a new codebook.
12795         Receiving vorbis over RTP now works.
12796
12797         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12798         (gst_rtp_vorbis_pay_init_packet),
12799         (gst_rtp_vorbis_pay_finish_headers),
12800         (gst_rtp_vorbis_pay_handle_buffer):
12801         * gst/rtp/gstrtpvorbispay.h:
12802         Set timestamps on outgoing buffers and RTP packets.
12803         Fix configuration string, prepend number of Packet headers.
12804         Fix encoding of ident string.
12805         Add delivery-method to caps.
12806         Streaming vorbis over RTP now works.
12807
12808 2006-11-06  Wim Taymans  <wim@fluendo.com>
12809
12810         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12811         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12812         (gst_rtp_vorbis_pay_handle_buffer):
12813         * gst/rtp/gstrtpvorbispay.h:
12814         Generate a valid configuration string in the caps based on the
12815         vorbis headers.
12816
12817 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12818
12819         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12820         * ext/cdio/gstcdio.h:
12821         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12822           Move CD-TEXT utility function into common file so it can also be
12823           used by a future cdioparanoiasrc.
12824
12825 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12826         
12827         * sys/v4l2/Makefile.am:
12828         * sys/v4l2/gstv4l2object.c:
12829         * sys/v4l2/gstv4l2src.c:
12830         * sys/v4l2/gstv4l2xoverlay.c:
12831         * sys/v4l2/v4l2_calls.c:
12832         * sys/v4l2/v4l2src_calls.c:
12833         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12834         xoverlay code that is still not implemented.
12835
12836 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12839           We require a -base more recent than 0.10.9, so it's safe to use
12840           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12841
12842         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12844           Use _newsegment_full() now that we depend on a recent enough core.
12845
12846         * gst/wavparse/gstwavparse.c:
12847           Remove cruft that we don't need any longer now that we depend on
12848           a recent enough -base.
12849
12850 2006-10-31  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst/rtp/Makefile.am:
12853         * gst/rtp/gstrtp.c: (plugin_init):
12854         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12855         (gst_rtpilbcpay_setcaps):
12856         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12857
12858 2006-10-31  Wim Taymans  <wim@fluendo.com>
12859
12860         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12861         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12862         Some small cleanups, use _scale.
12863
12864 2006-10-31  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12867         Use higher precision scale function.
12868
12869 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12870
12871         Patch by: Michal Benes  <michal dot benes at itonis tv>
12872
12873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12874         (gst_matroska_demux_read_track_encodings),
12875         (gst_matroska_decode_buffer):
12876           Fix several issues with encoded/compressed/encrypted/signed tracks;
12877           also, remove superfluous newline characters from some debug
12878           statements. (#366155)
12879
12880 2006-10-30  Wim Taymans  <wim@fluendo.com>
12881
12882         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12883         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12884         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12885         (gst_smokedec_change_state):
12886         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12887         (gst_smokeenc_init), (gst_smokeenc_finalize),
12888         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12889         (gst_smokeenc_resync), (gst_smokeenc_chain),
12890         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12891         (gst_smokeenc_change_state):
12892         Various cleanups, capsnego and leak fixes.
12893
12894 2006-10-30  Wim Taymans  <wim@fluendo.com>
12895
12896         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12897
12898         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12899         Fix videomixer so that it can handle any combination of framerates.
12900         Fixes #367221.
12901
12902 2006-10-28  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12905         (gst_avi_demux_parse_file_header),
12906         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12907         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12908         (gst_avi_demux_chain):
12909         Fix position query for audio. also fixes timestamps in streaming
12910         mode and bug #364958.
12911         Small cleanups.
12912
12913 2006-10-27  Wim Taymans  <wim@fluendo.com>
12914
12915         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12916         * ext/libpng/gstpngenc.h:
12917         Fix strides. Fixes #364856.
12918         Cleanup capsnego.
12919         Set caps on outgoing buffers.
12920
12921 2006-10-18  Wim Taymans  <wim@fluendo.com>
12922
12923         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12924
12925         * gst/rtp/gstrtpgsmpay.c:
12926         * gst/rtp/gstrtph263pay.c:
12927         * gst/rtp/gstrtpmpapay.c:
12928         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12929         (gst_rtp_pcma_pay_handle_buffer):
12930         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12931         Add static payload numbers in addition to the dynamic ones.
12932         Fixes #361639.
12933
12934 2006-10-18  Wim Taymans  <wim@fluendo.com>
12935
12936         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12937         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12938         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12939         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12940         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12941         * gst/rtsp/rtspdefs.h:
12942         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12943         * gst/rtsp/rtspurl.h:
12944         Reuse already existing enum for lower transport.
12945         Add rtspt and rtspu protocols.
12946         Send redirect to rtspt when udp times out.
12947
12948 2006-10-18  Wim Taymans  <wim@fluendo.com>
12949
12950         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12951         (gst_wavparse_stream_data):
12952         Fix seeking some more, mostly for speed changes.
12953
12954 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         Patch by: Fredrik Persson  <frepe at bredband net>
12957
12958         * sys/v4l2/gstv4l2tuner.c:
12959         * sys/v4l2/gstv4l2tuner.h:
12960           Fix _set_channel(): remove useless g_object_notify() for "channel"
12961           property that doesn't exist any longer and therefore now also
12962           useless redirect (#338818).
12963
12964 2006-10-17  Wim Taymans  <wim@fluendo.com>
12965
12966         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12967         Some drivers do not support unsetting the non-blocking flag once the
12968         device is opened. In those cases, close/open the device in
12969         non-blocking mode. Fixes #362673.
12970
12971 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12972
12973         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12974         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12975         (gst_v4l2src_get_fps):
12976           dear stefan, framespersecond is not frameperiod, reverting but adding
12977           comment
12978
12979 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12980
12981         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12982         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12983         (gst_v4l2src_get_fps):
12984           Numerator is numerator and denominator is denominator. Say that aloud
12985           5 times and retry after next beer.
12986
12987 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12988
12989         Patch by: Josep Torra Valles  <josep at fluendo com>
12990
12991         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12992         * ext/esd/esdsink.c: (gst_esdsink_write):
12993         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12994         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12995         (gst_flac_dec_send_newsegment):
12996         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12997         (gst_flac_enc_tell_callback):
12998         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12999         (smokecodec_parse_header), (smokecodec_decode):
13000         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13001         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13002         * gst/goom/Makefile.am:
13003         * gst/goom/gstgoom.c:
13004         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13005         * gst/rtsp/gstrtspsrc.c:
13006         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13007         * gst/udp/gstudpsink.c:
13008         * gst/udp/gstudpsrc.c:
13009         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13010         * sys/sunaudio/gstsunaudiomixertrack.h:
13011           Fix a bunch of problems discovered by the Forte compiler, mostly type
13012           mixups and pointer arithmetics with void pointers. Fixes #362603.
13013
13014 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * ext/speex/gstspeex.c: (plugin_init):
13017         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13018         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13019         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13020         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13021         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13022         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13023         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13024         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13025         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13026         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13027         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13028         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13029         * ext/speex/gstspeexenc.h:
13030           Miscellaneous clean-ups, among other things: speexenc => enc to
13031           enhance code readability; change speexenc => speex_enc; in chain
13032           function unref input buffer in case of error; take reference in
13033           event function; use boilerplate macro; use gst_pad_query_peer_*
13034           convenience functions.
13035
13036 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13037
13038         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13039         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13040         (gst_speexenc_set_header_on_caps):
13041           Fix some mem leaks.
13042
13043 2006-10-11  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/rtsp/URLS:
13046         Added some other URL.
13047
13048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13049         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13050         (gst_rtspsrc_open), (gst_rtspsrc_play),
13051         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13052         * gst/rtsp/gstrtspsrc.h:
13053         Work on fallback to TCP connection when the UDP socket times out.
13054         Handler server requests, just reply with OK for now.
13055
13056         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13057         * gst/rtsp/rtspdefs.h:
13058         Added some more Real extension headers.
13059
13060         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13061         Fix parsing of urls with a ':' that is not part of the hostname:port
13062         part of the url.
13063
13064 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13067         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13068         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13069           Activate pad before adding it to the already-running element.
13070
13071         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13072           Activate newly-created pad too.
13073
13074 2006-10-11  Wim Taymans  <wim@fluendo.com>
13075
13076         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13077
13078         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13079         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13080         (gst_udpsrc_start):
13081         Fix some leaks in caps and uris. Fixes #361252.
13082
13083 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * gst/wavparse/Makefile.am:
13086           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13087
13088 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13089
13090         * sys/v4l2/gstv4l2xoverlay.c:
13091         * sys/v4l2/gstv4l2xoverlay.h:
13092         Fix build as per the patch in #338818 comment 36.
13093
13094 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13097           Activate pads before adding them to the source.
13098
13099 2006-10-06  Wim Taymans  <wim@fluendo.com>
13100
13101         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13102         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13103         Activate pads before adding.
13104
13105 2006-10-06  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13108         (gst_multipart_find_pad_by_mime):
13109         Activate pads before adding.
13110
13111         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13112         BOILERPLATE sets parent_class for us.
13113
13114 2006-10-06  Wim Taymans  <wim@fluendo.com>
13115
13116         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13117         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13118         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13119         (gst_rtspsrc_alloc_udp_ports),
13120         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13121         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13122         (gst_rtspsrc_create_transports_string),
13123         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13124         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13125         * gst/rtsp/gstrtspsrc.h:
13126         Rework how the transport string is constructed, try to share channels
13127         and udp ports.
13128         Make most of the stuff less dependant on RTP as we are also going to use
13129         it for RDT.
13130         Add support for transport specific session managers.
13131
13132         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13133         Implement _flush().
13134
13135         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13136         * gst/rtsp/rtspdefs.h:
13137         Add generic error return code.
13138
13139         * gst/rtsp/rtspext.h:
13140         Add support for pluggable tranport strings.
13141
13142         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13143         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13144         (rtsp_ext_wms_get_context):
13145         Detect WMServer and activate the extension.
13146
13147         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13148         (rtsp_transport_get_manager), (rtsp_transport_parse):
13149         * gst/rtsp/rtsptransport.h:
13150         Added methods to get mime/manager for certain transports.
13151
13152 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         * ext/cairo/gsttimeoverlay.c:
13155         (gst_cairo_time_overlay_update_font_height):
13156         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13157         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13159         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13160         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13161         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13162         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13163         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13164         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13165         (gst_avi_demux_stream_data):
13166         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13167         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13168         (gst_fenced_buffer_copy):
13169         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13170         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13173         (gst_rtspsrc_handle_message):
13174         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13175         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13176           Printf format fixes.
13177
13178 2006-10-04  Wim Taymans  <wim@fluendo.com>
13179
13180         * gst/rtsp/Makefile.am:
13181         Dist new .h file too.
13182
13183 2006-10-04  Wim Taymans  <wim@fluendo.com>
13184
13185         * gst/rtsp/Makefile.am:
13186         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13187         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13188         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13189         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13190         (gst_rtspsrc_parse_rtpmap),
13191         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13192         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13193         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13194         * gst/rtsp/gstrtspsrc.h:
13195         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13196         * gst/rtsp/rtspdefs.h:
13197         * gst/rtsp/rtspext.h:
13198         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13199         (rtsp_ext_wms_get_context):
13200         * gst/rtsp/rtspextwms.h:
13201         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13202         (rtsp_transport_parse):
13203         * gst/rtsp/rtsptransport.h:
13204         Factor out extension in separate module.
13205         Fix getcaps to filter against the padtemplate.
13206         Use Content-Base if the server gives one.
13207         Rework the transport parsing a bit for future extensions.
13208         Added some Real Header field definitions.
13209
13210 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13211
13212         * docs/plugins/Makefile.am:
13213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13215           added v4l2 stubs
13216         * gst-plugins-good.spec.in:
13217           add v4l2
13218
13219 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13220
13221         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13222           Extract disc/album/medium number and count and try harder
13223           to extract track number/count.
13224
13225 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13226
13227         * configure.ac:
13228         * sys/Makefile.am:
13229           add build stuff for v4l2, needs --enable-experimental until
13230           the last bits are resolved
13231
13232 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * tests/check/Makefile.am:
13235           Disable autodetect test temporarily, so that the build bots
13236           update -bad and the ranks of unreliable video sinks in there.
13237
13238         * tests/check/elements/autodetect.c: (GST_START_TEST):
13239           Skip test if no usable videosink is found.
13240
13241 2006-09-29  Wim Taymans  <wim@fluendo.com>
13242
13243         * gst/rtsp/URLS:
13244         Add some more URLs.
13245
13246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13247         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13248         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13249         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13250         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13251         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13252         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13253         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13254         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13255         * gst/rtsp/gstrtspsrc.h:
13256         Add timeout property to control UDP timeouts.
13257         Fix error messages.
13258         Also start a loop function when operating in UDP mode so that we can
13259         do some more stuff async.
13260         Handle element messages from udpsrc to detect timeouts. If a timeout
13261         happens we currently generate an error.
13262         API: rtspsrc::timeout property.
13263
13264         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13265         (gst_udpsrc_create):
13266         Really implement the timeout in microseconds and not milliseconds.
13267
13268 2006-09-29  Wim Taymans  <wim@fluendo.com>
13269
13270         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13271         (gst_udpsrc_create), (gst_udpsrc_set_property),
13272         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13273         * gst/udp/gstudpsrc.h:
13274         Added property to post a message on timeout.
13275         Updated docs.
13276         When restarting the select, initialize the fdsets again.
13277         Init control sockets so we don't accidentally close a random socket.
13278         API: GstUDPSrc::timeout property
13279
13280 2006-09-29  Wim Taymans  <wim@fluendo.com>
13281
13282         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13283         Fix flag registration.
13284
13285         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13286         Reading 0 also means 'no more commands'
13287
13288 2006-09-29  Wim Taymans  <wim@fluendo.com>
13289
13290         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13291
13292         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13293         Fix possible infinite loop when shutting down, a read can also return
13294         0 to indicate no more messages are available. Fixes #358156.
13295
13296 2006-09-25  Wim Taymans  <wim@fluendo.com>
13297
13298         * gst/autodetect/gstautoaudiosink.c:
13299         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13300         (gst_auto_audio_sink_find_best):
13301         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13302         Small cleanups.
13303         don't try to set "sync" property when it is not available.
13304
13305 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13306
13307         Patch by: Peter Kjellerstedt  <pkj at axis com>
13308
13309         * gst/alpha/gstalpha.c:
13310         * gst/rtp/gstrtpamrdepay.c:
13311         * gst/rtsp/gstrtspsrc.c:
13312         * gst/udp/gstudpsrc.c:
13313         * gst/videomixer/videomixer.c:
13314           Include stdlib.h in some more places, makes things compile
13315           with uClibc and -Werror (#357592).
13316
13317 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * ext/jpeg/gstjpegdec.c:
13320           Set minimum height to 8 (from 16), our code should handle
13321           that fine. Some of the buttons on the apple trailer site
13322           are apparently only 15 pixels high (see #357470).
13323
13324 2006-09-23  Wim Taymans  <wim@fluendo.com>
13325
13326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13327         (gst_rtspsrc_open):
13328         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13329         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13330         (rtsp_connection_receive):
13331         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13332         * gst/rtsp/rtspdefs.h:
13333         Improve error reporting.
13334
13335 2006-09-23  Wim Taymans  <wim@fluendo.com>
13336
13337         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13338         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13339         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13340         * gst/rtp/gstrtpdepay.c:
13341         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13342         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13343         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13344         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13345         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13346         (gst_rtp_mp2t_depay_plugin_init):
13347         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13348         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13349         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13350         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13351         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13352         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13353         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13354         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13355         Fix klass typos.
13356         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13357
13358 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13359
13360         * configure.ac:
13361           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13362
13363 2006-09-22  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13366         Don't check for a tag that is never there and check if we read the
13367         correct tag. Fixes seeking again.
13368         We must post an error when all pads are unlinked.
13369
13370 2006-09-22  Wim Taymans  <wim@fluendo.com>
13371
13372         * gst/rtp/Makefile.am:
13373         * gst/rtp/gstrtp.c: (plugin_init):
13374         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13375         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13376         (gst_rtp_vorbis_pay_reset_packet),
13377         (gst_rtp_vorbis_pay_init_packet),
13378         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13379         (gst_rtp_vorbis_pay_handle_buffer):
13380         More fixage, set endoder-params correctly in the payloader.
13381
13382 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13383
13384         * gst/autodetect/gstautoaudiosink.c:
13385         (gst_auto_audio_sink_base_init):
13386         * gst/autodetect/gstautovideosink.c:
13387         (gst_auto_video_sink_base_init):
13388           Make static pad templates static to appease valgrind's leak
13389           detector.
13390
13391         * tests/check/Makefile.am:
13392         * tests/check/elements/.cvsignore:
13393         * tests/check/elements/autodetect.c: (GST_START_TEST),
13394         (autodetect_suite):
13395           Add simple test for the ghostpad lockup on shutdown fixed in core
13396           CVS (audio bit disabled because it would need dozens of alsa
13397           suppressions and I'm too lazy to add those now).
13398
13399 2006-09-22  Wim Taymans  <wim@fluendo.com>
13400
13401         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13402         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13403         Small cleanups.
13404
13405         * gst/rtp/Makefile.am:
13406         * gst/rtp/gstrtp.c: (plugin_init):
13407         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13408         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13409         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13410         (gst_rtp_vorbis_depay_process),
13411         (gst_rtp_vorbis_depay_set_property),
13412         (gst_rtp_vorbis_depay_get_property),
13413         (gst_rtp_vorbis_depay_change_state),
13414         (gst_rtp_vorbis_depay_plugin_init):
13415         * gst/rtp/gstrtpvorbisdepay.h:
13416         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13417         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13418         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13419         (gst_rtp_vorbis_pay_flush_packet),
13420         (gst_rtp_vorbis_pay_append_buffer),
13421         (gst_rtp_vorbis_pay_handle_buffer),
13422         (gst_rtp_vorbis_pay_plugin_init):
13423         * gst/rtp/gstrtpvorbispay.h:
13424         Add experimental vorbis pay and depayloaders.
13425
13426 2006-09-21  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13429         Fix profile-level-id parsing and setup.
13430
13431 2006-09-21  Wim Taymans  <wim@fluendo.com>
13432
13433         * gst/udp/README:
13434         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13435         Update README, simple cleanup.
13436
13437 2006-09-21  Wim Taymans  <wim@fluendo.com>
13438
13439         * gst/rtp/README:
13440         Update README with some examples.
13441
13442         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13443         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13444         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13445         (gst_rtp_mp4g_pay_setcaps):
13446         * gst/rtp/gstrtpmp4gpay.h:
13447         Make optional RTP parameters of type STRING, as required by the
13448         application/x-rtp caps specification.
13449
13450 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13451
13452         * gst/rtp/gstrtph263pdepay.c:
13453         * gst/rtp/gstrtph263ppay.c:
13454         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13455         RTP header.
13456
13457 2006-09-20  Wim Taymans  <wim@fluendo.com>
13458
13459         * gst/rtp/Makefile.am:
13460         And makefile too.
13461
13462 2006-09-20  Wim Taymans  <wim@fluendo.com>
13463
13464         * gst/rtp/gstrtp.c: (plugin_init):
13465         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13466         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13467         (decode_base64), (gst_rtp_asf_depay_setcaps),
13468         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13469         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13470         (gst_rtp_asf_depay_plugin_init):
13471         * gst/rtp/gstrtpasfdepay.h:
13472         Added preliminary ASF depayloader.
13473
13474         * gst/rtp/gstrtph264depay.c: (decode_base64):
13475         Fix base64 decoding.
13476
13477 2006-09-20  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst/rtsp/URLS:
13480         Added some test URLS.
13481
13482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13483         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13484         * gst/rtsp/gstrtspsrc.h:
13485         When creating streams, give access to the complete SDP.
13486         Fix some leaks.
13487         Collect and merge global stream properties in stream caps.
13488         Preliminary support for WMServer.
13489
13490         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13491         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13492         (rtsp_connection_receive):
13493         * gst/rtsp/rtspconnection.h:
13494         Make connection interruptable.
13495         Refactor to make it reconnectable.
13496         Don't fail on short reads when reading data packets.
13497
13498         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13499         (rtsp_url_get_port):
13500         * gst/rtsp/rtspurl.h:
13501         Add methods for getting/setting the port.
13502
13503         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13504         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13505         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13506         (sdp_media_get_format), (sdp_parse_line),
13507         (sdp_message_parse_buffer):
13508         Fix headers. 
13509         Add methods for getting multiple attributes with the same name.
13510         Increase buffer size when parsing.
13511         Fix parsing of a=foo fields.
13512
13513         * gst/rtsp/test.c: (main):
13514         Update to new connection API.
13515
13516         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13517         (rtsp_message_init_response), (rtsp_message_init_data),
13518         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13519         * gst/rtsp/rtspmessage.h:
13520         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13521         * gst/rtsp/rtsptransport.h:
13522         * gst/rtsp/sdp.h:
13523         * gst/rtsp/sdpmessage.h:
13524         * gst/rtsp/gstrtsp.c:
13525         * gst/rtsp/gstrtsp.h:
13526         * gst/rtsp/gstrtpdec.c:
13527         * gst/rtsp/gstrtpdec.h:
13528         * gst/rtsp/rtsp.h:
13529         * gst/rtsp/rtspdefs.c:
13530         * gst/rtsp/rtspdefs.h:
13531         Dual licensed under MIT and LGPL now.
13532
13533 2006-09-19  Wim Taymans  <wim@fluendo.com>
13534
13535         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13536         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13537         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13538         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13539         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13540         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13541         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13542         * gst/rtsp/gstrtspsrc.h:
13543         Reorganize stream parsing and creation.
13544         Detect container formats in interleaved mode.
13545         Keep more state about the streams.
13546         Assume a server also supports PLAY if it does not say.
13547         Add unicast and interleaved properties to TCP transport requests to make
13548         some servers happy (WMServer).
13549
13550         * gst/rtsp/sdpmessage.h:
13551         Add some defines for the standard Bandwidth types.
13552
13553 2006-09-19  Wim Taymans  <wim@fluendo.com>
13554
13555         * gst/rtsp/test.c: (main):
13556         Fix build.
13557
13558 2006-09-19  Wim Taymans  <wim@fluendo.com>
13559
13560         * gst/wavparse/gstwavparse.c:
13561         Add ms-gsm to the src template.
13562
13563 2006-09-18  Wim Taymans  <wim@fluendo.com>
13564
13565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13566         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13567         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13568         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13569         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13570         * gst/rtsp/gstrtspsrc.h:
13571         Small cleanups, added documentation.
13572         Try to clean up the requests and responses.
13573         Refactor parsing the supported methods.
13574
13575         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13576         (rtsp_connection_create), (rtsp_connection_send),
13577         (parse_response_status), (parse_request_line),
13578         (rtsp_connection_receive), (rtsp_connection_close),
13579         (rtsp_connection_free):
13580         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13581         (rtsp_transport_init), (rtsp_transport_parse),
13582         (rtsp_transport_free):
13583         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13584         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13585         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13586         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13587         Use g_return_val some more.
13588
13589         * gst/rtsp/rtspdefs.h:
13590         Add more enum values to track initial states.
13591
13592         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13593         (rtsp_message_init_request), (rtsp_message_new_response),
13594         (rtsp_message_init_response), (rtsp_message_init_data),
13595         (rtsp_message_unset), (rtsp_message_free),
13596         (rtsp_message_add_header), (rtsp_message_remove_header),
13597         (rtsp_message_get_header), (rtsp_message_set_body),
13598         (rtsp_message_take_body), (rtsp_message_get_body),
13599         (rtsp_message_steal_body), (rtsp_message_dump):
13600         * gst/rtsp/rtspmessage.h:
13601         Reorder arguments, object goes as the first one.
13602         Use g_return_val some more.
13603
13604 2006-09-18  Wim Taymans  <wim@fluendo.com>
13605
13606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13607         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13608         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13609         * gst/rtsp/gstrtspsrc.h:
13610         Export sometimes source pad with correct caps on the template, create
13611         the ghostpad from the template.
13612         Remove RTCP template as we never expose RTCP.
13613         Protect against invalid body size.
13614         Avoid memcpy when creating the output buffer.
13615         Properly post an error and send EOS when the loop function is shut down.
13616
13617 2006-09-18  Wim Taymans  <wim@fluendo.com>
13618
13619         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13620
13621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13622         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13623         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13624         * gst/rtsp/gstrtspsrc.h:
13625         Make sure we can never set an invalid location.
13626
13627         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13628         * gst/rtsp/rtspmessage.h:
13629         Added _steal_body method for future use.
13630
13631         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13632         Make freeing of NULL url return immediatly.
13633
13634 2006-09-18  Wim Taymans  <wim@fluendo.com>
13635
13636         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13637
13638         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13639         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13640         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13641         (gst_rtspsrc_change_state):
13642         * gst/rtsp/gstrtspsrc.h:
13643         Use boilerplate.
13644         Make rtspsrc subclass GstBin to make state changes easier.
13645         Add Range header field on the PLAY request.
13646
13647 2006-09-18  Wim Taymans  <wim@fluendo.com>
13648
13649         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13650
13651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13652         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13653         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13654         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13655         * gst/rtsp/rtspconnection.c: (inet_aton):
13656         Small cleanups.
13657         when multicast is selected as the transport, create UDP sources and
13658         connect to the multicast group.
13659         Move parsing and setting of caps to a common place.
13660         Fixes #349894.
13661
13662 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13663
13664         * ext/flac/gstflactag.c:
13665         * gst/alpha/gstalpha.c:
13666         * gst/debug/breakmydata.c:
13667         * gst/debug/negotiation.c:
13668         * gst/debug/testplugin.c:
13669         * gst/effectv/gstaging.c:
13670         * gst/effectv/gstdice.c:
13671         * gst/effectv/gstedge.c:
13672         * gst/effectv/gstquark.c:
13673         * gst/effectv/gstrev.c:
13674         * gst/effectv/gstshagadelic.c:
13675         * gst/effectv/gstvertigo.c:
13676         * gst/effectv/gstwarp.c:
13677         * gst/multipart/multipartdemux.c:
13678         * gst/multipart/multipartmux.c:
13679         * gst/videobox/gstvideobox.c:
13680         * gst/videofilter/gstgamma.c:
13681         * gst/videofilter/gstvideotemplate.c:
13682         * gst/videomixer/videomixer.c:
13683         * sys/sunaudio/gstsunaudiosrc.h:
13684         More G_OBJECT macro fixing.
13685
13686 2006-09-16  Wim Taymans  <wim@fluendo.com>
13687
13688         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13689
13690         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13691         Correctly set the dwLength in strh.
13692         With this patch, the file duration is now displayed correctly in window
13693         media player and the AVI plays completely. Fixes #356147
13694
13695 2006-09-15  Wim Taymans  <wim@fluendo.com>
13696
13697         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13698
13699         * sys/sunaudio/gstsunaudiomixerctrl.c:
13700         (gst_sunaudiomixer_ctrl_build_list):
13701         Set the output track as the MASTER so that the gnome-settings-daemon
13702         keybindings for changing the volume using the keyboard works.
13703         Fixes #356142.
13704
13705 2006-09-15  Wim Taymans  <wim@fluendo.com>
13706
13707         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13708         Fix documentation, it is not possible to control the framerate of jpegdec
13709         using filtered caps yet. Fixes #355210.
13710         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13711         stop when there is an error.
13712
13713 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13716         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13717           Don't interpret a first buffer with an offset of NONE as
13718           'from the middle of the stream', but only a first buffer
13719           that has a valid buffer offset that's non-zero (see #345449).
13720
13721 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13722
13723         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13724         (gst_icydemux_typefind_or_forward):
13725         * gst/icydemux/gsticydemux.h:
13726           When we merge/collect multiple incoming buffers for typefinding
13727           purposes, keep an initial 0 offset on the first outgoing buffer
13728           as well (otherwise id3demux won't work right). Fixes #345449.
13729           Also Make buffer metadata writable before setting buffer caps.
13730
13731         * tests/check/elements/icydemux.c: (typefind_succeed),
13732         (cleanup_icydemux), (push_data), (GST_START_TEST),
13733         (icydemux_suite):
13734           Small test case for the above.
13735
13736 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13737
13738         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13739         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13740         (gst_avi_demux_stream_header_push),
13741         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13742         (gst_avi_demux_loop):
13743           More code reuse and better logging in _peek_chunk(). Reintroduce check
13744           for chunk sizes before reading them (avoid oom). Better handling for 
13745           invalid chunksizes when streaming.
13746
13747 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13748
13749         * gst/level/gstlevel.c: (gst_level_set_property):
13750         * gst/level/gstlevel.h:
13751           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13752           René Stadler
13753
13754 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13755
13756         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13757         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13758         (gst_avi_demux_stream_data):
13759           Revert one change to fix streaming avi (adapter size != data size).
13760
13761 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13764
13765         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13766         (gst_matroska_demux_reset),
13767         (gst_matroska_demux_read_track_encodings),
13768         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13769         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13770         (gst_matroska_demux_subtitle_caps):
13771         * gst/matroska/matroska-ids.h:
13772           Add support for VOBSUB subtitle tracks and zlib-compressed
13773           tracks. Make sure we start on a keyframe after a seek. (#343348)
13774
13775 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13778         (gst_matroska_demux_push_flac_codec_priv_data),
13779         (gst_matroska_demux_push_xiph_codec_priv_data),
13780         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13781         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13782         * gst/matroska/matroska-ids.h:
13783           Add basic FLAC support (#311586), not perfect yet though, needs some
13784           tweaking in flacdec; also, seeking could be better.
13785           Do better bounds checking when deserialising vorbis stream headers
13786           to make sure we don't read beyond the end of the buffer on bad input.
13787
13788 2006-09-04  Wim Taymans  <wim@fluendo.com>
13789
13790         Patch by: Alessandro Decina <alessandro at nnva dot org>
13791
13792         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13793         Seeking back in a file containing a CMML stream errors out if the seek
13794         goes back up to the CMML headers. This is because after the seek the xml
13795         processing instruction <?xml ...?> is submitted to the xml parser again, 
13796         which results in an error. The attached patch fixes the problem. 
13797         Fixes #353908.
13798
13799         * ext/annodex/gstcmmlenc.h:
13800         Fix authors name.
13801
13802
13803 2006-08-28  Andy Wingo  <wingo@pobox.com>
13804
13805         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13806         New helper function to lessen the ifdefs.
13807         (GST_INFO_OBJECT): 
13808         (gst_dv1394src_iso_receive): Use it.
13809         (gst_dv1394src_create): Also use the control sockets in iec61883
13810         mode.
13811         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13812         handle for AVC operations; fixes #348233.
13813
13814 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13815
13816         * configure.ac:
13817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13818         * docs/plugins/inspect/plugin-audiofx.xml:
13819         * docs/plugins/inspect/plugin-audiofxgood.xml:
13820         * gst/audiofx/Makefile.am:
13821         * gst/audiofx/audiofx.c:
13822         * gst/audiofxgood/.cvsignore:
13823         * gst/audiofxgood/Makefile.am:
13824         * gst/audiofxgood/audiofx.c:
13825         * gst/audiofxgood/audiopanorama.c:
13826         * gst/audiofxgood/audiopanorama.h:
13827           Rename again (audiofxgood -> audiofx).
13828
13829 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13830
13831         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13832         (gst_avi_demux_stream_scan):
13833           Initialze variables.
13834
13835 2006-08-25  Wim Taymans  <wim@fluendo.com>
13836
13837         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13838         (gst_avi_demux_init), (gst_avi_demux_finalize),
13839         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13840         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13841         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13842         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13843         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13844         (gst_avi_demux_massage_index),
13845         (gst_avi_demux_calculate_durations_from_index),
13846         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13847         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13848         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13849         (gst_avi_demux_change_state):
13850         * gst/avi/gstavidemux.h:
13851         More attempts to turn this into readable code.
13852         Don't leak adapters.
13853         Calculate duration according to index more efficiently.
13854         Don't try to act like we drive the pipeline in chain mode.
13855
13856 2006-08-25  Wim Taymans  <wim@fluendo.com>
13857
13858         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13859         Fix build.
13860
13861 2006-08-25  Wim Taymans  <wim@fluendo.com>
13862
13863         Patch by: Alessandro Decina <alessandro at nnva dot org>
13864
13865         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13866         Do some extra sanity checks.
13867         Fixes #350340.
13868
13869         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13870         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13871         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13872         Check if clip->start_time is valid before adding the clip to the
13873         track list.
13874         Reset enc->preamble going from PAUSED to READY.
13875         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13876         only used for EOS.
13877         Only post an error message if we were the one that created the fatal
13878         GstFlowReturn value.
13879
13880         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13881         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13882         Parse the seconds field of the npt-sec time format using %llu rather than
13883         %d and check that the value scaled by GST_SECOND doesn't overflow.
13884         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13885         Lookup a clip's track with clip->track rather than clip->id which
13886         makes no sense.
13887         Identify a clip by its track and start time and not its xml id.
13888         do some more input checking and make sure we don't do undefined shifts.
13889
13890         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13891         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13892         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13893         (push_clip), (push_empty_clip), (check_output_clip),
13894         (GST_START_TEST), (cmmldec_suite):
13895         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13896         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13897         (check_headers), (push_clip), (check_clip_times), (check_clip),
13898         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13899         Added some more checks.
13900
13901 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13902
13903         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13904         (gst_audio_panorama_set_property),
13905         (gst_audio_panorama_get_property),
13906         (gst_audio_panorama_transform_m2s_int),
13907         (gst_audio_panorama_transform_s2s_int),
13908         (gst_audio_panorama_transform_m2s_float),
13909         (gst_audio_panorama_transform_s2s_float):
13910         * gst/audiofxgood/audiopanorama.h:
13911         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13912           Make also the pan-property float (saves scaling and yields better
13913           resolution)
13914
13915 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13916
13917         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13918         (gst_audio_panorama_transform_m2s_float),
13919         (gst_audio_panorama_transform_s2s_float):
13920           ChangeLog surgery to add cymax's real name
13921
13922
13923 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13924
13925         Patch by: René Stadler <mail@renestadler.de>
13926
13927         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13928         (gst_audio_panorama_transform_m2s_int),
13929         (gst_audio_panorama_transform_s2s_int),
13930         (gst_audio_panorama_transform_m2s_float),
13931         (gst_audio_panorama_transform_s2s_float),
13932         (gst_audio_panorama_transform):
13933         * gst/audiofxgood/audiopanorama.h:
13934           Added float support
13935
13936 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13937
13938         * gst/audiofxgood/audiopanorama.c:
13939         (gst_audio_panorama_transform_m2s):
13940           Fix docs & debug category. Add Fixme for volume pan levels.
13941
13942 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13943
13944         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13945         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13946         (gst_avi_demux_stream_header_pull),
13947         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13948         (gst_avi_demux_chain):
13949           unbreak AVI index handling, some more debug, remove an obsolete
13950           adapter_flush that caused streaming to wander off in the wild
13951
13952 2006-08-24  Wim Taymans  <wim@fluendo.com>
13953
13954         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13955         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13956         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13957         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13958         (gst_avi_demux_calculate_durations_from_index),
13959         (gst_avi_demux_stream_header_push),
13960         (gst_avi_demux_stream_header_pull):
13961         * gst/avi/gstavidemux.h:
13962         Some more cleanups. 
13963         Fix totalFrames parsing in ODML.
13964         Disable use of index for length calculation in case of ODML as this is
13965         broken now.
13966
13967 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13970           Use libgsttag helper function here too.
13971
13972 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13973
13974         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13975         (gst_avi_demux_init), (gst_avi_demux_dispose),
13976         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13977         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13978         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13979         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13980         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13981         (gst_avi_demux_parse_subindex),
13982         (gst_avi_demux_read_subindexes_push),
13983         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13984         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13985         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13986         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13987         (gst_avi_demux_stream_header_pull),
13988         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13989         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13990         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13991         (gst_avi_demux_change_state):
13992         * gst/avi/gstavidemux.h:
13993           Initial streaming support for avidemux (fixes #336465)
13994
13995 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13998           There is no taglibmux element ...
13999
14000         * gst/rtsp/gstrtspsrc.c:
14001           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14002           was complaining about unknown entity here.
14003
14004 2006-08-22  Wim Taymans  <wim@fluendo.com>
14005
14006         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14007         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14008         (gst_avi_demux_process_next_entry):
14009         * gst/avi/gstavidemux.h:
14010         Mark DISCONT.
14011         Remove old unused fields and reorder the struct a bit.
14012
14013 2006-08-22  Wim Taymans  <wim@fluendo.com>
14014
14015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14016         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14017         (gst_rtspsrc_pause):
14018         * gst/rtsp/gstrtspsrc.h:
14019         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14020         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14021         Small documentation updates.
14022
14023 2006-08-22  Wim Taymans  <wim@fluendo.com>
14024
14025         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14026         (gst_avi_demux_index_entry_for_time),
14027         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14028         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14029         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14030         (gst_avi_demux_next_data_buffer),
14031         (gst_avi_demux_calculate_durations_from_index),
14032         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14033         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14034         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14035         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14036         * gst/avi/gstavidemux.h:
14037         Precalc most of the duration query for each stream.
14038         Make seeking more correct.
14039         Use GstSegment to track position and duration.
14040         Code cleanups and leak fixes.
14041         Calculate correct total duration based on index length.
14042
14043 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14044
14045         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14046         (parse_insert_string_field):
14047           If strings in text fields are marked ISO8859-1, but contain
14048           valid UTF-8 already, then handle them as UTF-8 and ignore
14049           the encoding. (#351794)
14050
14051 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14052
14053         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14054         (gst_flac_dec_write), (gst_flac_dec_loop),
14055         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14056         (gst_flac_dec_src_query):
14057         * ext/flac/gstflacdec.h:
14058           Make flac-in-ogg work (#352100).
14059
14060 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14061
14062         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14063           Don't unref buffers of which we've already given away
14064           ownership to the adapter.
14065
14066 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14067
14068         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14069           Make metadata extraction actually work.
14070
14071         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14072         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14073         (gst_speexenc_chain):
14074           Fix metadata writing: replace old code which wrote completely
14075           broken tags with libgsttag-based code. Plus miscellaneous
14076           code cleanups (use static pad templates etc.) and a bunch
14077           of leak fixes.
14078
14079 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14080
14081         * gst/audiopanorama/.cvsignore:
14082         * gst/audiopanorama/Makefile.am:
14083         * gst/audiopanorama/audiofx.c:
14084         * gst/audiopanorama/audiopanorama.c:
14085         * gst/audiopanorama/audiopanorama.h:
14086           die! die! die! you should never have been there
14087
14088 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14089
14090         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14091         Fix invalid memory access in audiopanorama test suite.
14092
14093 2006-08-21  Edward Hervey  <edward@fluendo.com>
14094
14095         * tests/check/elements/.cvsignore:
14096         ignore built file
14097
14098 2006-08-21  Wim Taymans  <wim@fluendo.com>
14099
14100         * gst/rtp/Makefile.am:
14101         Fix the build again.
14102
14103 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14104
14105         * gst/audiofxgood/.cvsignore:
14106         * gst/audiofxgood/Makefile.am:
14107         * gst/audiofxgood/audiofx.c: (plugin_init):
14108         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14109         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14110         (gst_audio_panorama_set_property),
14111         (gst_audio_panorama_get_property),
14112         (gst_audio_panorama_get_unit_size),
14113         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14114         (gst_audio_panorama_transform_m2s),
14115         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14116         * gst/audiofxgood/audiopanorama.h:
14117           resubmit with the desired name *again*
14118
14119 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14120
14121         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14122         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14123           use g_assert in _get_unit_size
14124
14125 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14126
14127         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14128         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14129         * docs/plugins/inspect/plugin-audiofxgood.xml:
14130           cleanup -unused.txt to make it useful, add previously missing docs
14131
14132         * ext/Makefile.am:
14133           Quietly (accidentally) enable LADSPA for building by default, 
14134           despite the fact that it doesn't meet the plugin checklist.
14135             -- Added by Jan Schmidt 18 Dec 2006
14136
14137         * ext/esd/esdmon.c:
14138         * ext/esd/esdsink.c:
14139         * ext/esd/gstesd.c: (plugin_init):
14140           reflow to get rid of two external symbols
14141
14142         * gst/audiofxgood/audiofx.c: (plugin_init):
14143           re-add
14144
14145 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14146
14147         * configure.ac:
14148         * gst/audiofxgood/.cvsignore:
14149         * gst/audiofxgood/Makefile.am:
14150         * gst/audiofxgood/audiofx.c
14151         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14152         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14153         (gst_audio_panorama_set_property),
14154         (gst_audio_panorama_get_property),
14155         (gst_audio_panorama_get_unit_size),
14156         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14157         (gst_audio_panorama_transform_m2s),
14158         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14159         * gst/audiofxgood/audiopanorama.h:
14160         * tests/check/Makefile.am:
14161         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14162         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14163         (panorama_suite), (main):
14164         Add audiofxgood plugin with audiopanorama element
14165
14166 2006-08-18  Wim Taymans  <wim@fluendo.com>
14167
14168         * docs/plugins/Makefile.am:
14169         More Oss docs fixage. 
14170
14171 2006-08-18  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/rtp/Makefile.am:
14174         * gst/rtp/gstrtp.c: (plugin_init):
14175         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14176         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14177         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14178         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14179         (gst_rtp_sv3v_depay_get_property),
14180         (gst_rtp_sv3v_depay_change_state),
14181         (gst_rtp_sv3v_depay_plugin_init):
14182         * gst/rtp/gstrtpsv3vdepay.h:
14183         Added experimental SVQ3 depayloader.
14184
14185 2006-08-18  Edward Hervey  <edward@fluendo.com>
14186
14187         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14188         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14189         * ext/dv/gstdvdemux.h:
14190         When handling seek requests, don't send the newsegment event from the
14191         calling thread. Instead save it so it can be sent from the streaming
14192         thread.
14193
14194 2006-08-17  Wim Taymans  <wim@fluendo.com>
14195
14196         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14197
14198         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14199         Accept leading whitespace before the boundary
14200         This patch makes the demuxer allow some whitespace before the actual
14201         boundary. This makes the demuxer work with the ``old'' gstreamer
14202         multipartmuxer again (which placed an extra \n before the start
14203         of the stream) Fixes #349068.
14204
14205 2006-08-17  Wim Taymans  <wim@fluendo.com>
14206
14207         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14208         Error out on non-implemented stuff.
14209
14210 2006-08-16  Wim Taymans  <wim@fluendo.com>
14211
14212         Patch by: Andy Wingo <wingo at pobox dot com>
14213
14214         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14215         (gst_signal_processor_start), (gst_signal_processor_stop),
14216         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14217         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14218         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14219         (gst_signal_processor_change_state):
14220         Make ladspa elements reusable. Fixes #350006.
14221
14222 2006-08-16  Wim Taymans  <wim@fluendo.com>
14223
14224         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14225         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14226         names as possible. Fixes #349901.
14227
14228 2006-08-16  Wim Taymans  <wim@fluendo.com>
14229
14230         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14231         (gst_signal_processor_do_pushes):
14232         A push() gives away our refcount so we should not use the buffer on the
14233         pen anymore.
14234
14235 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14238         (gst_oss_mixer_element_finalize):
14239           Don't leak device string.
14240
14241 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * configure.ac:
14244           Require CVS of GStreamer core and -base (for
14245           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14246
14247         * ext/taglib/gstid3v2mux.cc:
14248           Write extended comment tags properly (#348762).
14249
14250         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14251         (parse_comment_frame):
14252           Extract COMM frames into extended comments, which makes it
14253           easier to properly retain the description bit of the tag
14254           and maintain this information when re-tagging (#348762).
14255
14256 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * tests/check/Makefile.am:
14259           Don't try to run annodex unit tests if the annodex
14260           plugin has not been built (Fixes #351116).
14261
14262 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * gst/autodetect/gstautoaudiosink.c:
14265         (gst_auto_audio_sink_find_best):
14266           When we can't find a usable audiosink, don't error out,
14267           but use a fake sink instead and post a warning message
14268           on the bus (#341278).
14269
14270 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14273         * sys/oss/gstosssink.c:
14274         * sys/oss/gstosssrc.c:
14275           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14276           ossmixer's new device property.
14277
14278         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14279         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14280           Add docs for OSS elements.
14281
14282         * docs/plugins/inspect/plugin-aasink.xml:
14283         * docs/plugins/inspect/plugin-alaw.xml:
14284         * docs/plugins/inspect/plugin-alpha.xml:
14285         * docs/plugins/inspect/plugin-alphacolor.xml:
14286         * docs/plugins/inspect/plugin-annodex.xml:
14287         * docs/plugins/inspect/plugin-apetag.xml:
14288         * docs/plugins/inspect/plugin-auparse.xml:
14289         * docs/plugins/inspect/plugin-autodetect.xml:
14290         * docs/plugins/inspect/plugin-avi.xml:
14291         * docs/plugins/inspect/plugin-cacasink.xml:
14292         * docs/plugins/inspect/plugin-cairo.xml:
14293         * docs/plugins/inspect/plugin-cdio.xml:
14294         * docs/plugins/inspect/plugin-cutter.xml:
14295         * docs/plugins/inspect/plugin-debug.xml:
14296         * docs/plugins/inspect/plugin-dv.xml:
14297         * docs/plugins/inspect/plugin-efence.xml:
14298         * docs/plugins/inspect/plugin-effectv.xml:
14299         * docs/plugins/inspect/plugin-esdsink.xml:
14300         * docs/plugins/inspect/plugin-flac.xml:
14301         * docs/plugins/inspect/plugin-flxdec.xml:
14302         * docs/plugins/inspect/plugin-gconfelements.xml:
14303         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14304         * docs/plugins/inspect/plugin-goom.xml:
14305         * docs/plugins/inspect/plugin-halelements.xml:
14306         * docs/plugins/inspect/plugin-icydemux.xml:
14307         * docs/plugins/inspect/plugin-id3demux.xml:
14308         * docs/plugins/inspect/plugin-jpeg.xml:
14309         * docs/plugins/inspect/plugin-level.xml:
14310         * docs/plugins/inspect/plugin-matroska.xml:
14311         * docs/plugins/inspect/plugin-mulaw.xml:
14312         * docs/plugins/inspect/plugin-multipart.xml:
14313         * docs/plugins/inspect/plugin-navigationtest.xml:
14314         * docs/plugins/inspect/plugin-ossaudio.xml:
14315         * docs/plugins/inspect/plugin-png.xml:
14316         * docs/plugins/inspect/plugin-rtp.xml:
14317         * docs/plugins/inspect/plugin-rtsp.xml:
14318         * docs/plugins/inspect/plugin-shout2send.xml:
14319         * docs/plugins/inspect/plugin-smpte.xml:
14320         * docs/plugins/inspect/plugin-speex.xml:
14321         * docs/plugins/inspect/plugin-taglib.xml:
14322         * docs/plugins/inspect/plugin-udp.xml:
14323         * docs/plugins/inspect/plugin-videobalance.xml:
14324         * docs/plugins/inspect/plugin-videobox.xml:
14325         * docs/plugins/inspect/plugin-videoflip.xml:
14326         * docs/plugins/inspect/plugin-videomixer.xml:
14327         * docs/plugins/inspect/plugin-wavenc.xml:
14328         * docs/plugins/inspect/plugin-wavparse.xml:
14329         * docs/plugins/inspect/plugin-ximagesrc.xml:
14330           Update to CVS version.
14331           
14332 2006-08-16  Wim Taymans  <wim@fluendo.com>
14333
14334         * gst/rtp/gstrtpamrdepay.c:
14335         * gst/rtp/gstrtpmp4gdepay.c:
14336         Caps extra properties must be defined as strings for
14337         depayloaders because they are generated from an SDP.
14338
14339         * gst/rtp/Makefile.am:
14340         * gst/rtp/gstrtp.c: (plugin_init):
14341         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14342         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14343         (gst_rtp_h264_depay_finalize), (decode_base64),
14344         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14345         (gst_rtp_h264_depay_set_property),
14346         (gst_rtp_h264_depay_get_property),
14347         (gst_rtp_h264_depay_change_state),
14348         (gst_rtp_h264_depay_plugin_init):
14349         * gst/rtp/gstrtph264depay.h:
14350         Added basic, not completely functional RFC 3984 H264 depayloader.
14351
14352 2006-08-16  Wim Taymans  <wim@fluendo.com>
14353
14354         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14355         Add pads after setting them up.
14356
14357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14358         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14359         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14360         (gst_rtspsrc_stream_setup_rtp),
14361         (gst_rtspsrc_stream_configure_transport),
14362         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14363         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14364         (gst_rtspsrc_pause):
14365         * gst/rtsp/gstrtspsrc.h:
14366         Fix interleaved mode.
14367          - Protect streaming with lock.
14368          - Combine flows
14369          - set caps on outgoing buffers.
14370          - strip trailing \0 from data packets.
14371          - Configure RTP/RTCP in stream.
14372         Use DEBUG_OBJECT more.
14373
14374 2006-08-16  Wim Taymans  <wim@fluendo.com>
14375
14376         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14377         Turn a g_print into a DEBUG line.
14378
14379 2006-08-13  Wim Taymans  <wim@fluendo.com>
14380
14381         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14382         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14383         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14384         (gst_oss_mixer_element_get_property),
14385         (gst_oss_mixer_element_change_state):
14386         * sys/oss/gstossmixerelement.h:
14387         Small cleanups. Better error reporting.
14388         Add device property for the mixer instead of the hardcoded
14389         /dev/mixer. Fixes #350785.
14390         API: GstOssMixerElement::device property
14391
14392 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14393
14394         Patch by: Jens Granseuer <jensgr at gmx net>
14395
14396         * gconf/Makefile.am:
14397           Make --disable-schemas work right (they still need
14398           to be copied to the installation directory, just not
14399           applied). Fixes #351347 (also #344100).
14400           
14401 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14402
14403         * configure.ac: back to HEAD
14404
14405 === release 0.10.4 ===
14406
14407 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14408
14409         * configure.ac:
14410           releasing 0.10.4, "Dear Leader"
14411
14412 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14413
14414         Patch by: Edward Hervey <edward@fluendo.com>
14415
14416         * configure.ac:
14417         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14418         (gst_wavparse_stream_data):
14419         Send the newsegment event in the streaming thread.
14420         Fixes #347529
14421
14422 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14425         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14426         (gst_smokeenc_resync), (gst_smokeenc_chain):
14427           Refuse sink caps in the encoder if width or height is not a
14428           multiple of 16, the encoder does not support that yet (#349939);
14429           along the same lines, check the return value of the encoder
14430           setup function; also remove some debug log clutter.
14431
14432 2006-08-04  Andy Wingo  <wingo@pobox.com>
14433
14434         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14435         whether a processor can work in place or not, and for keeping
14436         track of its state. Change the FlowReturn instance variable from
14437         "state" to "flow_state", all callers changed.
14438
14439         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14440         (gst_signal_processor_start, gst_signal_processor_stop)
14441         (gst_signal_processor_cleanup): New functions to manage the
14442         processor's state.
14443         (gst_signal_processor_setcaps): start() as well as setup() here.
14444         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14445         (gst_signal_processor_change_state): Stop and cleanup the
14446         processor as we go to NULL.
14447
14448         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14449         INPLACE_BROKEN is not set.
14450
14451         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14452         Do the alloc_buffer in bytes, not frames.
14453         
14454 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14455
14456         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14457         Fix rgb masks when recording in < 24bpp.
14458
14459 2006-08-04  Andy Wingo  <wingo@pobox.com>
14460
14461         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14462         (gst_signal_processor_prepare)
14463         (gst_signal_processor_update_inputs)
14464         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14465         (gst_signal_processor_flush)
14466         (gst_signal_processor_sink_activate_push)
14467         (gst_signal_processor_src_activate_pull)
14468         (gst_signal_processor_change_state): Remove the last of the code
14469         that assumes that we process whole buffers at a time. Fix some
14470         debugging. Seems to work now in some cases.
14471         (gst_signal_processor_src_activate_pull): BPB
14472
14473 2006-08-01  Andy Wingo  <wingo@pobox.com>
14474
14475         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14476         Fix nframes-choosing.
14477         (gst_signal_processor_init): Init pending_in and pending_out.
14478
14479         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14480         more default sample rate, although we never check that the sample
14481         rate actually gets set. Something for the future.
14482         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14483         (gst_signal_processor_event): Refcount fixen.
14484         (gst_signal_processor_process): Pull the number of frames to
14485         process from the sizes of the buffers in the input pens.
14486         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14487         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14488         it instead of buffer_frames.
14489         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14490         to do_pulls.
14491         (gst_signal_processor_chain)
14492         (gst_signal_processor_sink_activate_push)
14493         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14494
14495         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14496
14497 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14498
14499         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14500         (gst_signal_processor_process):
14501           don't query buffer-frames from caps, add lots of debug-log,
14502           try fix for assert (#349189)
14503
14504 2006-07-31  Wim Taymans  <wim@fluendo.com>
14505
14506         * gst/udp/gstudpsrc.c:
14507         Fix docs.
14508
14509 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14510
14511         * ext/ladspa/gstsignalprocessor.c:
14512         (gst_signal_processor_add_pad_from_template),
14513         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14514         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14515         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14516         (gst_signal_processor_sink_activate_push),
14517         (gst_signal_processor_src_activate_pull),
14518         (gst_signal_processor_change_state):
14519          Add debugs logs here and there, add more error handling, add some
14520          FIXME comments, filed #349189
14521
14522 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14523
14524         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14525         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14526         Set caps on buffer correctly.  Fixes bug #349155.
14527
14528 2006-07-28  Wim Taymans  <wim@fluendo.com>
14529
14530         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14531
14532         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14533         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14534         (gst_multipart_demux_finalize), (get_line_end),
14535         (multipart_parse_header), (multipart_find_boundary),
14536         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14537         (gst_multipart_set_property), (gst_multipart_get_property):
14538         Uses GstAdapter instead of own buffering.
14539         Actually parses the mime-type correctly (In tests the mime-type was
14540         always "" with the old version).
14541         Uses the Content-length header if available to speed up things.
14542         Reliably autoscans the boundary name by default.
14543         Fixes #349068.
14544
14545         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14546         Don't start the stream with a \n.
14547
14548 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         Patch by: Brian Cameron <brian dot cameron at sun com>
14551
14552         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14553           Open source with O_NONBLOCK (#349015).
14554
14555 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14556
14557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14558         (gst_avi_demux_massage_index):
14559         * gst/avi/gstavidemux.h:
14560           Whitespace fixes and more debug
14561
14562 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14563
14564         * gst/autodetect/gstautoaudiosink.c:
14565         (gst_auto_audio_sink_create_element_with_pretty_name),
14566         (gst_auto_audio_sink_find_best),
14567         (gst_auto_audio_sink_change_state):
14568           Get rid of old and unused magic sound-server properties stuff.
14569           Add suffix to child sink's name that makes it easy to see from
14570           the name alone which type it actually is (alsa, oss, esd, etc.).
14571
14572 2006-07-27  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14575         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14576         (gst_udpsrc_start):
14577         * gst/udp/gstudpsrc.h:
14578         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14579         not some sort of feature we enable.
14580
14581 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14584           Use CLOSE_SOCKET() here instead of close() to maintain
14585           win32 workiness.
14586
14587 2006-07-27  Wim Taymans  <wim@fluendo.com>
14588
14589         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14590
14591         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14592         (gst_udpsrc_create), (gst_udpsrc_set_property),
14593         (gst_udpsrc_get_property), (gst_udpsrc_start):
14594         * gst/udp/gstudpsrc.h:
14595         Added "buffer-size" property to control the kernel receive buffer size.
14596         Update documentation.
14597         Small cleanups. Fixes #348752.
14598         API: buffer-size property
14599
14600 2006-07-26  Wim Taymans  <wim@fluendo.com>
14601
14602         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14603
14604         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14605         (gst_rtp_pcma_pay_handle_buffer):
14606         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14607         (gst_rtp_pcmu_pay_handle_buffer):
14608         Fix timestamp calculation on outgoing RTP packets.
14609         Fixes #348675.
14610
14611 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14612
14613         * ext/taglib/gstid3v2mux.cc:
14614           Fix writing of comment frames (should be COMM not TCOM),
14615           is still sub-optimal though, since we don't retain or
14616           extract the comment descriptions properly (#334375,
14617           also see #334375).
14618
14619 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14620
14621         * gst/wavparse/gstwavparse.c:
14622           #define 'fact' RIFF chunk if we are not compiling against
14623           -base CVS (we don't want to depend on -base CVS for this
14624           one define only, and also not for release order reasons).
14625
14626 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * ext/taglib/gstid3v2mux.cc:
14629           Handle multiple tags of the same type properly. Re-inject
14630           unparsed ID3v2 frames that we get as binary blobs from
14631           id3demux into the tag again so we don't lose information
14632           when retagging (#334375).
14633
14634 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14637           Document newly-added properties properly, so that there is a
14638           'Since: 0.10.4' in the plugin docs. Convert some property
14639           names into canonical GObject style (GObject will do that
14640           internally anyway).
14641
14642 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * gst/id3demux/id3tags.c:
14645         (id3demux_add_id3v2_frame_blob_to_taglist):
14646           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14647           well, and add the version to the blob's buffer caps, since that
14648           information will be needed for deserialisation later on (#348644).
14649
14650 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14651
14652         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14653         (gst_avi_demux_parse_stream):
14654          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14655          indentation and spacing.
14656
14657 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         * docs/plugins/Makefile.am:
14660         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14662         * docs/plugins/gst-plugins-good-plugins.args:
14663         * docs/plugins/inspect/plugin-1394.xml:
14664         * docs/plugins/inspect/plugin-aasink.xml:
14665         * docs/plugins/inspect/plugin-alaw.xml:
14666         * docs/plugins/inspect/plugin-alpha.xml:
14667         * docs/plugins/inspect/plugin-alphacolor.xml:
14668         * docs/plugins/inspect/plugin-annodex.xml:
14669         * docs/plugins/inspect/plugin-apetag.xml:
14670         * docs/plugins/inspect/plugin-auparse.xml:
14671         * docs/plugins/inspect/plugin-autodetect.xml:
14672         * docs/plugins/inspect/plugin-avi.xml:
14673         * docs/plugins/inspect/plugin-cacasink.xml:
14674         * docs/plugins/inspect/plugin-cairo.xml:
14675         * docs/plugins/inspect/plugin-cdio.xml:
14676         * docs/plugins/inspect/plugin-cutter.xml:
14677         * docs/plugins/inspect/plugin-debug.xml:
14678         * docs/plugins/inspect/plugin-dv.xml:
14679         * docs/plugins/inspect/plugin-efence.xml:
14680         * docs/plugins/inspect/plugin-effectv.xml:
14681         * docs/plugins/inspect/plugin-esdsink.xml:
14682         * docs/plugins/inspect/plugin-flac.xml:
14683         * docs/plugins/inspect/plugin-flxdec.xml:
14684         * docs/plugins/inspect/plugin-gconfelements.xml:
14685         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14686         * docs/plugins/inspect/plugin-goom.xml:
14687         * docs/plugins/inspect/plugin-halelements.xml:
14688         * docs/plugins/inspect/plugin-icydemux.xml:
14689         * docs/plugins/inspect/plugin-id3demux.xml:
14690         * docs/plugins/inspect/plugin-jpeg.xml:
14691         * docs/plugins/inspect/plugin-level.xml:
14692         * docs/plugins/inspect/plugin-matroska.xml:
14693         * docs/plugins/inspect/plugin-mulaw.xml:
14694         * docs/plugins/inspect/plugin-multipart.xml:
14695         * docs/plugins/inspect/plugin-navigationtest.xml:
14696         * docs/plugins/inspect/plugin-ossaudio.xml:
14697         * docs/plugins/inspect/plugin-png.xml:
14698         * docs/plugins/inspect/plugin-rtp.xml:
14699         * docs/plugins/inspect/plugin-rtsp.xml:
14700         * docs/plugins/inspect/plugin-shout2send.xml:
14701         * docs/plugins/inspect/plugin-smpte.xml:
14702         * docs/plugins/inspect/plugin-speex.xml:
14703         * docs/plugins/inspect/plugin-udp.xml:
14704         * docs/plugins/inspect/plugin-videobalance.xml:
14705         * docs/plugins/inspect/plugin-videobox.xml:
14706         * docs/plugins/inspect/plugin-videoflip.xml:
14707         * docs/plugins/inspect/plugin-videomixer.xml:
14708         * docs/plugins/inspect/plugin-wavenc.xml:
14709         * docs/plugins/inspect/plugin-wavparse.xml:
14710         * docs/plugins/inspect/plugin-ximagesrc.xml:
14711           Update files to CVS/Prerelease version, add esdsink docs.
14712
14713         * ext/esd/esdsink.c:
14714           Add gtk-doc blurb.
14715
14716         * gst/rtp/gstrtpmp4vpay.c:
14717           Fix typo in element description.
14718
14719 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14720
14721         * ext/esd/esdsink.c: (gst_esdsink_open),
14722         (gst_esdsink_factory_init):
14723           Prevent libesd from auto-spawning a sound daemon if it
14724           is not already running. Now that we don't do evil stuff
14725           like that any longer we can give esdsink a rank so that
14726           autoaudiosink will try it as well if all other audio
14727           sinks fail (#343051).
14728
14729 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14730
14731         * ext/esd/Makefile.am:
14732           Oops, need to remove README from EXTRA_DIST as well.
14733
14734 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14735
14736         * ext/esd/README:
14737           Remove, it contains nothing useful anyway.
14738
14739         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14740         (gst_esdsink_delay):
14741           Some small clean-ups; use GST_BOILERPLATE etc.
14742
14743 2006-07-24  Wim Taymans  <wim@fluendo.com>
14744
14745         * gst/law/alaw-decode.c: (alawdec_getcaps):
14746         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14747         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14748         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14749         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14750
14751 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14752
14753         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14754         (gst_wavparse_other), (gst_wavparse_perform_seek),
14755         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14756         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14757         (gst_wavparse_pad_query):
14758         * gst/wavparse/gstwavparse.h:
14759           Use information from 'fact' chunk for length calculation of compressed
14760           samples. Calculate bps if bogus value is found in wav header (embeded
14761           mp2/mp3).
14762           
14763
14764 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14765
14766         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14767
14768         * configure.ac:
14769         * gst/udp/Makefile.am:
14770         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14771         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14772         * gst/udp/gstdynudpsink.h:
14773         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14774         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14775         * gst/udp/gstmultiudpsink.h:
14776         * gst/udp/gstudp.c: (plugin_init):
14777         * gst/udp/gstudpsink.h:
14778         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14779         (gst_udpsrc_start), (gst_udpsrc_stop):
14780         * gst/udp/gstudpsrc.h:
14781         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14782         (gst_udp_net_utils_win32_wsa_startup):
14783         * gst/udp/gstudpnetutils.h:
14784           Port udp plugin to win32 (#345288).
14785
14786 2006-07-24  Wim Taymans  <wim@fluendo.com>
14787
14788         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14789         Remove unwanted DEBUG line.
14790
14791 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * gst/id3demux/gstid3demux.c: (plugin_init):
14794         * gst/id3demux/id3tags.c:
14795         (id3demux_add_id3v2_frame_blob_to_taglist):
14796         * gst/id3demux/id3tags.h:
14797           On second thought, it might be wiser and more efficient
14798           not to do tag registration from a streaming thread.
14799
14800 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/id3demux/id3tags.c:
14803         (id3demux_add_id3v2_frame_blob_to_taglist),
14804         (id3demux_id3v2_frames_to_tag_list):
14805           Put ID3v2 frames we can't parse as binary blobs into private
14806           tags, so that they are not lost when retagging, at least once
14807           id3v2mux has been taught to re-inject those frames again.
14808           See bug #334375.
14809
14810 2006-07-21  Wim Taymans  <wim@fluendo.com>
14811
14812         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14813         (gst_avi_demux_process_next_entry):
14814         Fix some leaks.
14815
14816         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14817         Don't use \n in debug lines.
14818
14819 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14820
14821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14822         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14823           Add annodex and icydemux, cleanup the sections a bit
14824
14825 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14826
14827         Patch by: Alex Lancaster <alexl at users sourceforge net>
14828
14829         * ext/taglib/gstid3v2mux.cc:
14830           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14831           ID3v2 TSSE frames (#347898).
14832
14833 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14834
14835         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14836           Respect mpegversion for "video/mpeg" and give message in case of
14837           unhandled versions.
14838
14839 2006-07-17  Wim Taymans  <wim@fluendo.com>
14840
14841         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14842         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14843         (gst_pngdec_chain), (gst_pngdec_sink_event),
14844         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14845         (gst_pngdec_sink_activate_push):
14846         * ext/libpng/gstpngdec.h:
14847         Use statically allocated segment instead of leaking.
14848         Various cleanups.
14849         Fix flush and seek handling.
14850
14851 2006-07-16  Wim Taymans  <wim@fluendo.com>
14852
14853         * gst/rtp/Makefile.am:
14854         * gst/rtp/gstrtp.c: (plugin_init):
14855         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14856         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14857         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14858         (gst_rtp_mp4g_depay_set_property),
14859         (gst_rtp_mp4g_depay_get_property),
14860         (gst_rtp_mp4g_depay_change_state),
14861         (gst_rtp_mp4g_depay_plugin_init):
14862         * gst/rtp/gstrtpmp4gdepay.h:
14863         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14864         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14865         (gst_rtp_mp4g_pay_flush):
14866         Added simple generic mpeg4 depayloader.
14867         Fix generic mpeg4 payloader.
14868
14869 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14872           Don't try doing state changes on a NULL pointer.
14873
14874 2006-07-14  Wim Taymans  <wim@fluendo.com>
14875
14876         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14877
14878         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14879         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14880         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14881         * gst/rtp/gstrtpamrdepay.h:
14882         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14883         Fixes #321191
14884
14885 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14886
14887         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14888         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14889         Fix segfault when moving mouse pointer to the bottom right corner.
14890
14891 2006-07-12  Wim Taymans  <wim@fluendo.com>
14892
14893         * gst/rtp/Makefile.am:
14894         * gst/rtp/gstrtp.c: (plugin_init):
14895         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14896         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14897         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14898         (gst_rtp_mp2t_depay_set_property),
14899         (gst_rtp_mp2t_depay_get_property),
14900         (gst_rtp_mp2t_depay_change_state),
14901         (gst_rtp_mp2t_depay_plugin_init):
14902         * gst/rtp/gstrtpmp2tdepay.h:
14903         Added mpeg2 TS depayloader. Closing #347234.
14904
14905 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14908           Remove g_assert that shouldn't be there and was triggered
14909           after trying to open a device that doesn't exist or can't
14910           be opened for some other reason (#347972).
14911
14912 2006-07-10  Edward Hervey  <edward@fluendo.com>
14913
14914         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14915         (gst_avi_demux_stream_header), (push_tag_lists):
14916         * gst/avi/gstavidemux.h:
14917         Don't push tag events found by gst_riff_parse_info() before outputting
14918         GST_EVENT_NEWSEGMENT.
14919
14920 2006-07-10  Wim Taymans  <wim@fluendo.com>
14921
14922         * gst/rtsp/Makefile.am:
14923         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14924         (rtsp_connection_close):
14925         * gst/rtsp/rtspdefs.h:
14926         replaced closesocket and close in code with one CLOSE_SOCKET. 
14927         Some more cleanups. Fixes #345301.
14928
14929 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14930
14931         * gst/autodetect/gstautoaudiosink.c:
14932           Fix example pipeline in docs.
14933
14934 2006-07-10  Wim Taymans  <wim@fluendo.com>
14935
14936         Patch by: Rob Taylor <robtaylor at floopily dot org>
14937
14938         * gst/udp/gstmultiudpsink.c: (join_multicast),
14939         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14940         If a destination is added before the stream is set to PAUSED, the
14941         multicast group is not joined as the socket is not created yet. 
14942         Also TTL and LOOP should also be set. Fixes #346921.
14943
14944 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14945
14946         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14947         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14948         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14949         (gst_ximage_src_init):
14950         * sys/ximage/gstximagesrc.h:
14951         Fix use-damage property to actually work :)
14952         Add startx, starty, endx, endy properties so screencasts other than full
14953         screen ones can work.
14954
14955 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14956
14957         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14958         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14959         (gst_ximage_src_class_init), (gst_ximage_src_init):
14960         * sys/ximage/gstximagesrc.h:
14961         Add use_damage property to offer ability to choose whether to use
14962         XDamage or not.
14963
14964 2006-07-07  Wim Taymans  <wim@fluendo.com>
14965
14966         * gst/goom/filters.c: (zoomFilterSetResolution):
14967         Avoid goom coredumping by clearing memory. 
14968         Fixes 345679.
14969
14970 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14971
14972         * win32/vs6/libgstid3demux.dsp:
14973         Add a link to libgsttag-0.10.lib.
14974
14975 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14978         (gst_tag_demux_read_range):
14979         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14980         (gst_id3demux_read_range):
14981           Don't return FLOW_UNEXPECTED when a buffer is before
14982           the start of the stream (which might happen with
14983           large ID3v2 tags if the tag reading was done pullrange
14984           based and we then switched to push mode later on).
14985           Fixes regression introduced by commit from June 29th.
14986
14987 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         * ext/taglib/gstid3v2mux.cc:
14990           Make UTF-8 the default encoding when writing string
14991           tags (before, our UTF-8 strings would automatically
14992           be converted to ISO-8859-1 by taglib and written as
14993           ISO-8859-1 fields if that was possible).
14994
14995         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14996         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14997         (test_taglib_id3mux_with_tags):
14998           Add test case that makes sure our UTF-8 strings have
14999           actually been written into the tag as UTF-8.
15000
15001 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * configure.ac:
15004           Let's try that again.
15005
15006 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * configure.ac:
15009           Disable monoscope plugin for now until it fulfills
15010           all the requirements.
15011
15012 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * configure.ac:
15015         * gst/monoscope/Makefile.am:
15016         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15017         (gst_monoscope_class_init), (gst_monoscope_init),
15018         (gst_monoscope_finalize), (gst_monoscope_reset),
15019         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15020         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15021         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15022         (gst_monoscope_change_state), (plugin_init):
15023         * gst/monoscope/gstmonoscope.h:
15024           Port monoscope visualisation to 0.10.
15025
15026 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15029         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15030           Return FLOW_UNEXPECTED when at the end of the file, not
15031           FLOW_ERROR. Fixes 'internal stream error' errors that
15032           would sometimes occur in totem when scrubbing to the
15033           end of an ID3v1 tagged mp3 file.
15034
15035 2006-07-03  Edward Hervey  <edward@fluendo.com>
15036
15037         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15038         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15039         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15040         * ext/libpng/gstpngdec.h:
15041         Implement buffer clipping/dropping using GstSegment.
15042         This provides accurate seeking.
15043
15044 2006-07-03  Edward Hervey  <edward@fluendo.com>
15045
15046         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15047         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15048         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15049         (gst_avi_demux_process_next_entry), (push_tag_lists),
15050         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15051         * gst/avi/gstavidemux.h:
15052         Proper aggregation of each stream's GstFlowReturn in order to figure out
15053         whether the task should stop or not.
15054         Don't send inline events before pushing out a NEW_SEGMENT, more
15055         specifically for GST_TAG_EVENT.
15056         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15057         sub-indexes.
15058
15059 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15060
15061         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15062
15063         * sys/sunaudio/gstsunaudiomixerctrl.c:
15064         (gst_sunaudiomixer_ctrl_build_list):
15065           Move "Monitor" slider to input tab so it works more like
15066           sdtaudiocontrol, which is what people on Solaris are used
15067           to using for their mixer program (#346259).
15068
15069 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15070
15071         * tests/check/elements/level.c: (GST_START_TEST):
15072           fix a leak, clean up at the end
15073
15074 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15077         (gst_matroska_demux_send_event),
15078         (gst_matroska_demux_loop_stream_parse_id):
15079         * gst/matroska/matroska-ids.h:
15080           Send tag event after newsegment event.
15081
15082 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15083
15084         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15085         (gst_id3demux_read_range):
15086           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15087           certain cases where a read beyond the end of the file is
15088           requested. Fixes #345930.
15089
15090         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15091         (gst_tag_demux_read_range):
15092           Fix same issue here as well.
15093
15094 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15095
15096         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15097         
15098         Fix hypothetical crash.
15099
15100 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15103
15104         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15105           Do not modify the ports value. If the user has turned off the
15106           built-in speakers, then we should not reset it in the prepare
15107           function, since this causes the built-in speakers to turn
15108           back on anytime the user changes a track in totem, rhythmbox,
15109           etc. (#346066).
15110
15111 2006-06-23  Wim Taymans  <wim@fluendo.com>
15112
15113         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15114         Fix double caps unref when negotiation fails.
15115
15116 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15117
15118         * ext/annodex/gstcmmldec.c:
15119         * ext/annodex/gstcmmlenc.c:
15120         * ext/annodex/gstcmmlparser.c:
15121         * ext/dv/gstdvdec.c:
15122         * ext/dv/gstdvdemux.c:
15123         * ext/gdk_pixbuf/pixbufscale.c:
15124         * ext/jpeg/gstjpegenc.c:
15125         * ext/jpeg/gstsmokedec.c:
15126         * ext/jpeg/gstsmokeenc.c:
15127         * ext/libpng/gstpngdec.c:
15128         * ext/libpng/gstpngenc.c:
15129         * ext/speex/gstspeexenc.c:
15130         * gst/alpha/gstalphacolor.c:
15131         * gst/cutter/gstcutter.c:
15132         * gst/debug/gstnavigationtest.c:
15133         * gst/icydemux/gsticydemux.c:
15134         * gst/level/gstlevel.c:
15135         * gst/multipart/multipart.c:
15136         * gst/rtp/gstrtpamrpay.c:
15137         * gst/rtp/gstrtpdepay.c:
15138         * gst/rtp/gstrtpilbcpay.c:
15139         * gst/rtp/gstrtpmp4gpay.c:
15140         * gst/rtp/gstrtpmp4vpay.c:
15141         * gst/rtsp/gstrtpdec.c:
15142         * gst/rtsp/gstrtspsrc.c:
15143         * gst/udp/gstdynudpsink.c:
15144         * gst/udp/gstmultiudpsink.c:
15145         * gst/udp/gstudpsrc.c:
15146         * gst/videobox/gstvideobox.c:
15147         * gst/videofilter/gstvideoflip.c:
15148           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15149           plus two minor macro fixes.
15150
15151 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15152
15153         * gst/matroska/matroska-demux.c:
15154         (gst_matroska_demux_check_subtitle_buffer),
15155         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15156         (gst_matroska_demux_subtitle_caps):
15157         * gst/matroska/matroska-ids.c:
15158         (gst_matroska_track_init_subtitle_context):
15159         * gst/matroska/matroska-ids.h:
15160           Try to fix up broken matroska files containing subtitle
15161           streams with non-UTF8 character encodings (courtesy of
15162           mkvmerge) using either the encoding specified in the
15163           GST_SUBTITLE_ENCODING environment variable or the
15164           current locale's character set if it is non-UTF8.
15165           Fixes #337076.
15166
15167 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15168
15169         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15170           Set image type from APIC frame as "image-type" field
15171           of GST_TAG_IMAGE buffer caps (#344605).
15172
15173 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15174
15175         * ext/flac/Makefile.am:
15176         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15177         (gst_flac_dec_reset_decoders),
15178         (gst_flac_dec_setup_seekable_decoder),
15179         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15180         (gst_flac_dec_metadata_callback),
15181         (gst_flac_dec_metadata_callback_seekable),
15182         (gst_flac_dec_metadata_callback_stream),
15183         (gst_flac_dec_error_callback),
15184         (gst_flac_dec_error_callback_seekable),
15185         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15186         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15187         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15188         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15189         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15190         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15191         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15192         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15193         (gst_flac_dec_sink_activate_push),
15194         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15195         * ext/flac/gstflacdec.h:
15196           Support chain-based operation, should make flac-over-DAAP
15197           work (#340492).
15198
15199 2006-06-20  Wim Taymans  <wim@fluendo.com>
15200
15201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15202         Doc updates, merge some unused symbols.
15203
15204 2006-06-20  Wim Taymans  <wim@fluendo.com>
15205
15206         * docs/plugins/Makefile.am:
15207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15209         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15210         * gst/rtsp/gstrtspsrc.c:
15211         * gst/rtsp/gstrtspsrc.h:
15212         Added documentation for the rtsp plugin. Fixes #345393.
15213
15214 2006-06-20  Wim Taymans  <wim@fluendo.com>
15215
15216         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15217         (rtsp_connection_close), (rtsp_connection_free):
15218         Use better G_OS_* macros. Fixes #345301 some more.
15219
15220 2006-06-20  Wim Taymans  <wim@fluendo.com>
15221
15222         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15223
15224         * sys/sunaudio/Makefile.am:
15225         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15226         * sys/sunaudio/gstsunaudiomixerctrl.c:
15227         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15228         (gst_sunaudiomixer_ctrl_list_tracks),
15229         (gst_sunaudiomixer_ctrl_get_volume),
15230         (gst_sunaudiomixer_ctrl_set_volume),
15231         (gst_sunaudiomixer_ctrl_set_mute),
15232         (gst_sunaudiomixer_ctrl_set_record):
15233         * sys/sunaudio/gstsunaudiomixerctrl.h:
15234         * sys/sunaudio/gstsunaudiomixertrack.c:
15235         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15236         * sys/sunaudio/gstsunaudiomixertrack.h:
15237         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15238         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15239         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15240         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15241         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15242         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15243         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15244         (gst_sunaudiosrc_reset):
15245         * sys/sunaudio/gstsunaudiosrc.h:
15246         Add a SunAudio source plugin.
15247         Support stereo and right/left channel gain in the mixer plugin.
15248         Support the RECORD flag so that you can switch between line-input and
15249         microphone in gnome-volume-control.
15250         Code cleanups like using an enumerator for track number instead of an 
15251         integer. Fixes #344923.
15252
15253 2006-06-20  Wim Taymans  <wim@fluendo.com>
15254
15255         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15256
15257         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15258         (rtsp_connection_close):
15259         Make RTSP plugin compile on windows. Fixes #345301.
15260         Some changes to original patch to catch errors better.
15261         use ifdef WIN32 instead of ifndef.
15262
15263 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15264
15265         * configure.ac:
15266         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15267
15268 2006-06-18  Edward Hervey  <edward@fluendo.com>
15269
15270         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15271         After a failed buffer alloc, we need to abort the jpeg decoding (it
15272         started when parsing headers to figure out how many bytes we need
15273         to request downstream).
15274
15275 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15278
15279         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15280           Make sure we don't read beyond the end of the file (#345232).
15281
15282 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         * configure.ac:
15285           Fix --disable-external (can't set conditionals conditionally,
15286           #343602).
15287
15288 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * autogen.sh:
15291         * configure.ac:
15292         * docs/Makefile.am:
15293           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15294
15295         * docs/plugins/Makefile.am:
15296         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15297         * docs/plugins/inspect/plugin-taglib.xml:
15298           Add/fix apev2mux docs.
15299
15300 2006-06-14  Wim Taymans  <wim@fluendo.com>
15301
15302         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15303         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15304         (gst_dvdec_change_state):
15305         Reset segment info on flush.
15306         Alloc segment in _init, free in _finalize.
15307
15308         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15309         Don't send segments twice.
15310
15311 2006-06-14  Wim Taymans  <wim@fluendo.com>
15312
15313         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15314         Respect segment.stop. Fixes #342592.
15315
15316 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15319           No language specified means the implied language is English
15320           according to the matroska spec (partially fixes #344708);
15321           add some more debug output.
15322
15323 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15326         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15327         (gst_wavparse_chain):
15328           When operating chain-based, don't make any assumptions about the
15329           chunking of the incoming data and make streaming work on days other
15330           than the second Thursday after a full moon. Also fix up debug
15331           messages here and there and make use of the most excellent new
15332           gst_pad_query_peer_duration() utility function.
15333           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15334
15335         * gst/wavparse/gstwavparse.h:
15336           Remove trailing comma after last enum value, some compilers don't
15337           like that.
15338
15339 2006-06-13  Wim Taymans  <wim@fluendo.com>
15340
15341         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15342         Handle premature EOS gracefully.
15343
15344 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15345
15346         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15347           Prevent out of bounds array access when scrubbing towards
15348           the end of the file between the last index entry and the
15349           end. Fixes occasional 'start <= stop' newsegment event
15350           assertions when scrubbing in MJPEG files.
15351
15352 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15353
15354         * tests/check/elements/.cvsignore:
15355           And another one.
15356
15357 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15358
15359         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15360         (scan_encoded_string), (parse_picture_frame):
15361           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15362
15363         * configure.ac:
15364           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15365           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15366
15367 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15368
15369         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15370           gratuitous comment changes
15371         * tests/check/elements/level.c: (GST_START_TEST):
15372           fix level test leaks
15373
15374 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15377         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15378           Use gst_pad_query_peer_duration() utility function here.
15379
15380 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15381
15382         * autogen.sh:
15383           require am17
15384         * configure.ac:
15385         * ext/annodex/Makefile.am:
15386         * ext/cdio/Makefile.am:
15387         * ext/dv/Makefile.am:
15388         * ext/esd/Makefile.am:
15389         * ext/flac/Makefile.am:
15390         * ext/gdk_pixbuf/Makefile.am:
15391         * ext/ladspa/Makefile.am:
15392         * ext/libcaca/Makefile.am:
15393         * ext/speex/Makefile.am:
15394         * ext/taglib/Makefile.am:
15395         * sys/oss/Makefile.am:
15396         * sys/sunaudio/Makefile.am:
15397         * sys/ximage/Makefile.am:
15398           clean up build further
15399
15400 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * gconf/Makefile.am:
15403           Honour --disable-schemas-install configure option. Fixes #344100.
15404
15405 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         * tests/examples/level/Makefile.am:
15408           Add -lm to LIBS for pow() function, don't assume one of our
15409           dependencies (such as libxml-2.0) drags it in automatically
15410           (#343603).
15411
15412 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15415
15416         * configure.ac:
15417           We should use $SED and not $(SED) in configure.ac (#343678).
15418
15419 2006-06-09  Wim Taymans  <wim@fluendo.com>
15420
15421         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15422
15423         * sys/sunaudio/gstsunaudiomixerctrl.c:
15424         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15425         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15426         (gst_sunaudiomixer_ctrl_set_mute):
15427         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15428         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15429         (gst_sunaudiosink_write):
15430         Attached find a patch that fixes a number of bugs with the SunAudio
15431         mixer plugin and fixes #344101:
15432         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15433            tracks onto the tracklist causing gnome-volume-control's preferences
15434            dialog to be messed up and would core dump if you checked/unchecked
15435            any item.
15436         2. We weren't previously setting the MUTE flag properly.  Fixing this
15437            makes gnome-volume-control work better.
15438         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15439            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15440            gnome-volume-control look better.
15441         Also some minor cleanup in gstsunaudiosink.c.
15442
15443 2006-06-09  Wim Taymans  <wim@fluendo.com>
15444
15445         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15446         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15447         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15448         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15449         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15450         * ext/jpeg/gstjpegdec.h:
15451         API: Added IDCT method property
15452         Small cleanups.
15453         Avoid dynamic allocation of trivial fixed structure.
15454         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15455
15456 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15457
15458         * configure.ac:
15459         We now require libraw1394 >= 1.1.0 and that version onwards all
15460         have .pc files.
15461
15462 2006-06-02  Edward Hervey  <edward@fluendo.com>
15463
15464         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15465         Trying to get items from an ANY or EMPTY caps is ... stupid.
15466
15467 2006-06-02  Edward Hervey  <edward@fluendo.com>
15468
15469         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15470         (gst_dvdec_chain), (gst_dvdec_change_state):
15471         * ext/dv/gstdvdec.h:
15472         Added GstSegment handling, now implements dropping/clipping.
15473
15474 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15475
15476         * ext/aalib/gstaasink.h:
15477         * ext/annodex/gstcmmldec.h:
15478         * ext/cairo/gsttimeoverlay.h:
15479         * ext/dv/gstdvdec.h:
15480         * ext/dv/gstdvdemux.h:
15481         * ext/esd/esdmon.h:
15482         * ext/esd/esdsink.h:
15483         * ext/flac/gstflacenc.h:
15484         * ext/gconf/gstgconfaudiosink.h:
15485         * ext/gconf/gstgconfaudiosrc.h:
15486         * ext/gconf/gstgconfvideosink.h:
15487         * ext/gconf/gstgconfvideosrc.h:
15488         * ext/gdk_pixbuf/gstgdkanimation.h:
15489         * ext/gdk_pixbuf/pixbufscale.h:
15490         * ext/hal/gsthalaudiosink.h:
15491         * ext/hal/gsthalaudiosrc.h:
15492         * ext/jpeg/gstjpegenc.h:
15493         * ext/jpeg/gstsmokedec.h:
15494         * ext/jpeg/gstsmokeenc.h:
15495         * ext/libcaca/gstcacasink.h:
15496         * ext/libmng/gstmngdec.h:
15497         * ext/libmng/gstmngenc.h:
15498         * ext/libpng/gstpngdec.h:
15499         * ext/libpng/gstpngenc.h:
15500         * ext/raw1394/gstdv1394src.h:
15501         * ext/speex/gstspeexenc.h:
15502         * gst/autodetect/gstautoaudiosink.h:
15503         * gst/autodetect/gstautovideosink.h:
15504         * gst/avi/gstavidemux.h:
15505         * gst/cutter/gstcutter.h:
15506         * gst/debug/efence.h:
15507         * gst/debug/gstnavigationtest.h:
15508         * gst/debug/gstnavseek.h:
15509         * gst/flx/gstflxdec.h:
15510         * gst/goom/gstgoom.h:
15511         * gst/icydemux/gsticydemux.h:
15512         * gst/id3demux/gstid3demux.h:
15513         * gst/law/alaw-decode.h:
15514         * gst/law/alaw-encode.h:
15515         * gst/law/mulaw-decode.h:
15516         * gst/law/mulaw-encode.h:
15517         * gst/matroska/matroska-mux.h:
15518         * gst/median/gstmedian.h:
15519         * gst/oldcore/gstaggregator.h:
15520         * gst/oldcore/gstfdsink.h:
15521         * gst/oldcore/gstmd5sink.h:
15522         * gst/oldcore/gstmultifilesrc.h:
15523         * gst/oldcore/gstpipefilter.h:
15524         * gst/oldcore/gstshaper.h:
15525         * gst/oldcore/gststatistics.h:
15526         * gst/rtp/gstasteriskh263.h:
15527         * gst/rtp/gstrtpL16depay.h:
15528         * gst/rtp/gstrtpL16pay.h:
15529         * gst/rtp/gstrtpamrdepay.h:
15530         * gst/rtp/gstrtpamrpay.h:
15531         * gst/rtp/gstrtpdepay.h:
15532         * gst/rtp/gstrtpgsmdepay.h:
15533         * gst/rtp/gstrtpgsmpay.h:
15534         * gst/rtp/gstrtph263pay.h:
15535         * gst/rtp/gstrtph263pdepay.h:
15536         * gst/rtp/gstrtph263ppay.h:
15537         * gst/rtp/gstrtpmp4gpay.h:
15538         * gst/rtp/gstrtpmp4vdepay.h:
15539         * gst/rtp/gstrtpmp4vpay.h:
15540         * gst/rtp/gstrtpmpadepay.h:
15541         * gst/rtp/gstrtpmpapay.h:
15542         * gst/rtp/gstrtppcmadepay.h:
15543         * gst/rtp/gstrtppcmapay.h:
15544         * gst/rtp/gstrtppcmudepay.h:
15545         * gst/rtp/gstrtppcmupay.h:
15546         * gst/rtp/gstrtpspeexdepay.h:
15547         * gst/rtp/gstrtpspeexpay.h:
15548         * gst/rtsp/gstrtpdec.h:
15549         * gst/rtsp/gstrtspsrc.h:
15550         * gst/smpte/gstsmpte.h:
15551         * gst/udp/gstdynudpsink.h:
15552         * gst/udp/gstmultiudpsink.h:
15553         * gst/udp/gstudpsink.h:
15554         * gst/udp/gstudpsrc.h:
15555         * gst/videofilter/gstvideobalance.h:
15556         * gst/videofilter/gstvideoflip.h:
15557         * sys/oss/gstossdmabuffer.h:
15558         * sys/oss/gstossmixerelement.h:
15559         * sys/oss/gstosssink.h:
15560         * sys/oss/gstosssrc.h:
15561         * sys/osxvideo/osxvideosink.h:
15562         * sys/sunaudio/gstsunaudiomixer.h:
15563         * sys/sunaudio/gstsunaudiosink.h:
15564         * sys/ximage/gstximagesrc.h:
15565         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15566
15567 2006-05-31  Wim Taymans  <wim@fluendo.com>
15568
15569         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15570         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15571         (gst_goom_src_setcaps), (gst_goom_src_event),
15572         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15573         (gst_goom_change_state):
15574         * gst/goom/gstgoom.h:
15575         Handle QoS.
15576         Handle flushing, discont and events.
15577         Fix timestamps and various other cleanups.
15578
15579 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15580
15581         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15582         Fix bus reset when using libiec61883
15583
15584 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15585
15586         * configure.ac:
15587         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15588         * ext/raw1394/Makefile.am:
15589         Add CFLAGS.
15590         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15591         New method, to receive using libiec61883.
15592         (gst_dv1394src_iso_receive),
15593         #ifdef'd out if libiec61883 is present.
15594         (gst_dv1394src_bus_reset),
15595         Get userdata correctly if using libiec61883. 
15596         (gst_dv1394src_create),
15597         When using libiec61883, only poll one fd and no need to read.
15598         (gst_dv1394src_discover_avc_node),
15599         Replace g_warnings.
15600         (gst_dv1394src_start),
15601         Create new handle when we know which dv port.  More reliable
15602         than setting port on an existing handle.  Initialise libiec61883.
15603         (gst_dv1394src_stop):
15604         If using libiec61883, then cleanup its handle properly.
15605         * ext/raw1394/gstdv1394src.h:
15606         Add libiec61883 handle.
15607
15608 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15609
15610         * gst/avi/gstavidemux.c:
15611           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15612         * win32/MANIFEST:
15613           sort file listing
15614         * win32/vs6/libgstavi.dsp:
15615           add gstavimux.c to the project
15616         * win32/vs6/libgstid3demux.dsp:
15617           add link to zlib library
15618         * win32/vs6/libgstmatroska.dsp:
15619           add matroska-ids.c to the project
15620
15621 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15622
15623         Patch by: Sebastian Dröge  <mail at slomosnail de >
15624
15625         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15626         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15627         * ext/taglib/Makefile.am:
15628         * ext/taglib/gstapev2mux.cc:
15629         * ext/taglib/gstapev2mux.h:
15630         * ext/taglib/gstid3v2mux.cc:
15631         * ext/taglib/gsttaglibmux.c: (plugin_init):
15632         * ext/taglib/gsttaglibmux.h:
15633           Add apev2mux element (#343122).
15634         
15635         * tests/check/Makefile.am:
15636         * tests/check/elements/apev2mux.c:
15637         (test_taglib_apev2mux_create_tags),
15638         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15639         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15640         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15641         (apev2mux_suite), (main):
15642           Add unit test for apev2mux element.
15643
15644 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15647         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15648         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15649           GST_PTR_FORMAT should be used to print caps in debug statements.
15650
15651 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15654
15655         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15656         (ape_demux_parse_tags):
15657           Some clean-ups and additions: map APE 'file' tag to
15658           GST_TAG_LOCATION (#343123); add support for extracting
15659           the track count and clean up parsing a bit (#343127).
15660
15661 2006-05-28  Edward Hervey  <edward@fluendo.com>
15662
15663         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15664         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15665
15666 2006-05-28  Edward Hervey  <edward@fluendo.com>
15667
15668         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15669         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15670         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15671         * ext/jpeg/gstjpegdec.h:
15672         Clip outgoing buffers according to currently configured segment.
15673
15674 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * ext/taglib/gstid3v2mux.cc:
15677           Handle  writing of track-count or album-volume-count without
15678           track-number or albume-volume-number (in this case the number
15679           will just be set to 0).
15680
15681         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15682           It would be nice if we actually checked the values received for
15683           track/album-volume number/count in  _check_tags(), rather than
15684           setting them again ...
15685
15686 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15687
15688         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15689           A track/volume number or count of 0 does not make sense,
15690           just ignore it along with negative numbers (a tag might
15691           only contain a track count without a track number).
15692
15693 2006-05-27  Edward Hervey  <edward@fluendo.com>
15694
15695         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15696         (gst_jpeg_dec_sink_event):
15697         Abort decompression when receiving FLUSH_STOP. This should avoid
15698         issues when interrupting decoding with flushes.
15699
15700 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         * ext/flac/gstflac.c:
15703           Don't #include file we don't dist any longer.
15704
15705 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15706
15707         * README:
15708           Replace current README (containing the release notes from
15709           some 0.9.x version) with a proper README taken from the core.
15710
15711 2006-05-24  Wim Taymans  <wim@fluendo.com>
15712
15713         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15714         Implement EOS correctly by either posting
15715         SEGMENT_DONE or pushing an EOS message depending
15716         on the seek type. Fixes #342592
15717
15718 2006-05-24  Wim Taymans  <wim@fluendo.com>
15719
15720         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15721         * gst/law/alaw-decode.h:
15722         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15723         * gst/law/alaw-encode.h:
15724         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15725         * gst/law/mulaw-decode.h:
15726         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15727         * gst/law/mulaw-encode.h:
15728         Some cleanups in the chain functions.
15729         Remove some GStreamer 0.0.2 bits.
15730
15731 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15734
15735         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15736           gst_collect_pads_stop() needs to be called before chaining up
15737           to the parent class (#342734).
15738
15739 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         * ext/flac/Makefile.am:
15742         * ext/flac/flac_compat.h:
15743         * ext/flac/gstflac.c:
15744         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15745         * ext/flac/gstflacenc.c:
15746           Remove backwards compatibility cruft for dealing with FLAC API
15747           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15748
15749 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15750
15751         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15752         (gst_matroska_demux_push_xiph_codec_priv_data),
15753         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15754         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15755         * gst/matroska/matroska-ids.h:
15756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15757         (gst_matroska_mux_video_pad_setcaps),
15758         (xiph3_streamheader_to_codecdata),
15759         (vorbis_streamheader_to_codecdata),
15760         (theora_streamheader_to_codecdata),
15761         (gst_matroska_mux_audio_pad_setcaps),
15762         (gst_matroska_mux_write_data):
15763           Add support for muxing/demuxing theora video (#342448; too bad
15764           none of the usual linux players can actually play this). Playback
15765           in GStreamer will require additional changes to theoradec in -base.
15766           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15767           cleanups.
15768
15769 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15772         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15773           Fix crashes when the horizontal subsampling is 1.
15774           Fixes #342097.
15775
15776 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15777
15778         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15779
15780         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15781         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15782         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15783         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15784         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15785         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15786         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15787         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15788         (gst_avi_mux_change_state):
15789         * gst/avi/gstavimux.h:
15790           Some enhancements for avimux (#342526):
15791            - add odml (large file) index support
15792            - store codec init data (e.g. huffyuv)
15793            - miscellaneous other fixes/cleanups
15794
15795 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15796
15797         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15798         Don't output any tag when we encounter a negative track number - the
15799         tag type is uint, so we end up outputting huge positive numbers
15800         instead. (Fixes: #342029)
15801
15802 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         * configure.ac:
15805           update for new GSTPB_PLUGINS_DIR
15806
15807 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15808
15809         * rtp/gst/gstrtph263pay.c:
15810         Properly set static caps for H263 at 34.
15811
15812 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15813
15814         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15815
15816         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15817           Merge event tags and tag setter tags correctly (#339918). Also,
15818           don't leak taglist in case of an error.
15819           
15820 2006-05-17  Edward Hervey  <edward@fluendo.com>
15821
15822         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15823         We can only do caps intersection if the othercaps are non-empty and not
15824         ANY. Else we return the pad template (base_caps).
15825
15826 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15829           Fix crash when outputting debugging information for certain
15830           pictures (always good to use the right struct member for
15831           the number of records in an array).
15832
15833 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15834
15835         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15836
15837         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15838         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15839         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15840         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15841         (gst_ebml_read_float), (gst_ebml_read_ascii),
15842         (gst_ebml_read_binary):
15843           Don't create unnecessary sub-buffers all the time. Dramatically
15844           improves performance with multiple concurrently running
15845           matroskademux instances (#341818) (and avoids doing
15846           unnecessarily inefficient things in the general case).
15847
15848 2006-05-16  Edward Hervey  <edward@fluendo.com>
15849
15850         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15851         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15852         return value of gst_pad_push_event().
15853
15854 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15855
15856         * gst/autodetect/gstautoaudiosink.c:
15857         (gst_auto_audio_sink_find_best):
15858         * gst/autodetect/gstautovideosink.c:
15859         (gst_auto_video_sink_find_best):
15860         Make the name of the child element be based on the name of the
15861         parent, so that debug output is more useful.
15862         
15863         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15864         (parse_insert_string_field), (parse_split_strings):
15865         Rework string parsing to always walk over BOM markers in UTF16
15866         strings, using the endianness indicated by the innermost one,
15867         then trying the opposite endianness if that fails to convert
15868         to valid UTF-8. Fixes #341774
15869
15870 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15871
15872         Patch from: Matthieu <matthieu at fluendo dot com>
15873
15874         * ext/libpng/Makefile.am:
15875         Add LIBPNG_CFLAGS.
15876
15877 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * ext/taglib/gstid3v2mux.cc:
15880           Add support for writing images (APIC frames) into ID3v2
15881           tags (picture type always set to 'other' for now though).
15882
15883 2006-05-14  Michael Smith  <msmith@fluendo.com>
15884
15885         * gst/wavparse/gstwavparse.c:
15886           Update docs; wavparse implements push and pull modes.
15887
15888 2006-05-12  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15891         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15892         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15893         Ooops, bitten by the copy-and-paste design paradigm, fixes
15894         seek again.
15895
15896 2006-05-12  Wim Taymans  <wim@fluendo.com>
15897
15898         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15899         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15900         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15901         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15902         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15903         (gst_avi_demux_massage_index),
15904         (gst_avi_demux_calculate_durations_from_index),
15905         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15906         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15907         (gst_avi_demux_loop):
15908         * gst/avi/gstavidemux.h:
15909         Some cleanups, prepare to use GstSegment.
15910         Fix error in entry walking code.
15911         Fix VBR detection.
15912         Smarter timestamp calculation code.
15913         Uniform error/eos handling.
15914
15915 2006-05-12  Michael Smith  <msmith@fluendo.com>
15916
15917         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15918         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15919           Fix use of uninitialised values if we're NOT seeking in ready.
15920           Fix typos.
15921
15922 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15923
15924         * gst/wavparse/Makefile.am:
15925           Add CFLAGS and LIBS for libgstbase, fixes build on
15926           Cygwin (#341489).
15927
15928 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15931           Some more debug info. No need to check whether the string
15932           returned by g_convert() is really UTF-8 - either it is or
15933           we get NULL returned.
15934
15935 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15936
15937         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15938           Fix parsing of numeric genre strings some more, by ensuring that
15939           we only try and parse strings that a) Start with '(' and b) Consist
15940           only of digits.
15941           Also, when finding an escaping '((' sequence, bust it back to '(' by
15942           swallowing the first parenthesis
15943
15944 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15947         (gst_esdsink_open), (gst_esdsink_close):
15948         * ext/esd/esdsink.h:
15949           Move the esd_get_server_info() into gst_esdsink_open() and fail
15950           with a decent error message on errors.
15951
15952 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15955         (gst_esdmon_channels_get_type):
15956         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15957         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15958         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15959         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15960         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15961         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15962         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15963         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15964         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15965         * gst/videomixer/videomixer.c:
15966         (gst_video_mixer_background_get_type):
15967           Const-ify GEnumValue arrays.
15968
15969 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15970
15971         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15972
15973         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15974         (gst_avi_mux_do_video_buffer):
15975           Work around gst_buffer_make_metadata_writable() bug that
15976           results in avimux marking all frames in the index as
15977           keyframes (#340859).
15978           
15979 2006-05-08  Wim Taymans  <wim@fluendo.com>
15980
15981         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15982         Make parsing of urls suck slightly less.
15983
15984 2006-05-08  Edward Hervey  <edward@fluendo.com>
15985
15986         * autogen.sh: (CONFIGURE_DEF_OPT): 
15987         libtoolize on Darwin/MacOSX is called glibtoolize.
15988
15989 2006-05-08  Wim Taymans  <wim@fluendo.com>
15990
15991         Patch by: Jens Granseuer <jensgr at gmx dot net>
15992
15993         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15994         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15995         C89 compliance fixes. Fixes #340980
15996
15997 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15998
15999         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16000         * ext/flac/gstflacdec.h:
16001           Handle segment seeks that include the end of the file as stop point
16002           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16003           message instead of an EOS event in case we're in segment seek
16004           mode (fixes #340699).
16005           
16006 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16007
16008         * ext/cairo/gsttextoverlay.c:
16009         * ext/flac/gstflacdec.c:
16010         * ext/gdk_pixbuf/pixbufscale.c:
16011         * gst/apetag/gstapedemux.c:
16012         * gst/debug/breakmydata.c:
16013         * gst/debug/testplugin.c:
16014         * gst/matroska/ebml-write.c:
16015         * gst/multipart/multipartdemux.c:
16016         * sys/osxaudio/gstosxaudiosink.c:
16017         * sys/osxaudio/gstosxaudiosrc.c:
16018         Add semicolons after GST_BOILERPLATE[_FULL] so that
16019         indent doesn't mess up following lines.
16020
16021 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16022
16023         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16024
16025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16026           Don't leak caps when freeing the stream context (#340623).
16027
16028 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16029
16030         * configure.ac:
16031           Back to CVS
16032
16033 === release 0.10.3 ===
16034
16035 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16036
16037         * configure.ac:
16038           releasing 0.10.3, "Desplazado"
16039
16040 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16041
16042         * gst/matroska/matroska-mux.c:
16043         (gst_matroska_mux_stream_is_vorbis_header),
16044         (gst_matroska_mux_write_data):
16045           Don't strcmp() NULL strings.
16046           Only start new clusters on video keyframes, not on any
16047           random audio buffer that doesn't have the DELTA_UNIT
16048           flag set (fixes 'make check' again).
16049
16050 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16053
16054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16055         (gst_matroska_mux_stream_is_vorbis_header),
16056         (gst_matroska_mux_write_data):
16057           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16058           value and then dead-lock when muxing vorbis audio streams
16059           (the three vorbis header buffers carry no timestamp, and it
16060           would try to mux these after all video buffers). Fixes #340346.
16061
16062           Improve clustering: start a new cluster also whenever we get
16063           a keyframe.     
16064
16065 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16066
16067         * win32/common/config.h:
16068         * win32/MANIFEST
16069           add the generated file as well
16070
16071 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * Makefile.am:
16074         * configure.ac:
16075         * win32/common/config.h.in:
16076           add win32 stuff
16077
16078 2006-05-03  Michael Smith  <msmith@fluendo.com>
16079
16080         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16081           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16082           SUCKS.
16083
16084 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16085
16086         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16087         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16088         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16089           don't leak caps-string
16090
16091 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16094         (gst_id3demux_sink_activate):
16095           Let core insert default error message for TYPE_NOT_FOUND
16096           errors, it's just as good as our own and has the added
16097           bonus of being translated.
16098
16099 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16102         (gst_tag_demux_sink_event):
16103         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16104         (gst_id3demux_sink_event):
16105           Post an error message when we get an EOS event and were not
16106           able to find out the type of stream.
16107
16108         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16109         (test_taglib_id3mux_with_tags):
16110           Decrease num-buffers to 16 per iteration again, otherwise the
16111           many memcpy()s and reallocations in the test will hammer slow
16112           CPUs completely and make the test timeout.
16113
16114 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16115
16116         * configure.ac:
16117           figure out where plugins-base plugins are
16118         * tests/check/Makefile.am:
16119           use plugins-base plugins, so we have typefind functions
16120         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16121           increase num-buffers, this makes sure the test errors out instead
16122           of timing out when no typefind functions are present
16123
16124 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16125
16126         * docs/plugins/Makefile.am:
16127           also check .cc files for gtk-doc markup
16128         * configure.ac:
16129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16131         * tests/check/Makefile.am:
16132         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16133         * ext/Makefile.am:
16134         * ext/taglib/Makefile.am:
16135         * ext/taglib/gstid3v2mux.h:
16136         * ext/taglib/gsttaglibmux.c:
16137         * ext/taglib/gsttaglibmux.h:
16138           move taglib-based id3v2muxer to -good.  Fixes #336110.
16139
16140 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16141
16142         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16143           ... and fix multichannel/WAVFORMATEX support again.
16144
16145 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16146
16147         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16148         (gst_wavparse_class_init), (gst_wavparse_dispose),
16149         (gst_wavparse_reset), (gst_wavparse_init),
16150         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16151         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16152         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16153         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16154         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16155         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16156         (gst_wavparse_stream_data), (gst_wavparse_loop),
16157         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16158         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16159         (gst_wavparse_change_state), (plugin_init):
16160         * gst/wavparse/gstwavparse.h:
16161           Add push (streaming) mode to wavparse (fixes #337625)
16162
16163 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16164
16165         * configure.ac:
16166         * tests/Makefile.am:
16167           add ximagesrc icles test
16168
16169 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16170
16171         * configure.ac:
16172         * docs/plugins/Makefile.am:
16173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16175         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16176         (gst_cmml_enc_push_clip):
16177         * sys/Makefile.am:
16178         * sys/ximage/Makefile.am:
16179         * sys/ximage/gstximagesrc.c:
16180           Move ximagesrc plug-in to good after review.  Fixes #336756.
16181
16182 2006-04-28  Michael Smith  <msmith@fluendo.com>
16183
16184         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16185         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16186         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16187         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16188         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16189         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16190         * gst/icydemux/gsticydemux.h:
16191           Fix event handling: cache events when typefinding and forward later.
16192
16193 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16194
16195         * sys/osxaudio/gstosxaudiosink.c:
16196         (plugin_init):
16197          Register osxaudiosrc to the plugin.
16198         * sys/osxaudio/gstosxaudiosrc.c:
16199         (gst_osx_audio_src_osxelement_do_init),
16200         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16201         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16202         (gst_osx_audio_src_get_property),
16203         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16204         (gst_osx_audio_src_osxelement_init):
16205         * sys/osxaudio/gstosxaudiosrc.h:
16206           Port of osxaudiosrc to 0.10.
16207         * sys/osxaudio/Makefile.am:
16208           Add osxaudiosrc
16209
16210 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16211
16212         * sys/osxaudio/gstosxringbuffer.c:
16213         * sys/osxaudio/gstosxringbuffer.h:
16214           Forgot to commit earlier, part of the OSX audio plugin port
16215
16216 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16217
16218         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16219         (parse_split_strings):
16220           Recognise and skip any byte order marker (BOM) in
16221           UTF-16 strings.
16222
16223 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * docs/plugins/Makefile.am:
16226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16228         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16229         * docs/plugins/inspect/plugin-avi.xml:
16230         * gst/avi/gstavidemux.c:
16231         * gst/avi/gstavimux.c:
16232           Add docs for both avidemux and avimux.
16233
16234 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16237
16238         * gst/avi/Makefile.am:
16239         * gst/avi/gstavi.c: (plugin_init):
16240         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16241         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16242         (gst_avi_mux_class_init), (gst_avi_mux_init),
16243         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16244         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16245         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16246         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16247         (gst_avi_mux_riff_get_avix_header),
16248         (gst_avi_mux_riff_get_video_header),
16249         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16250         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16251         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16252         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16253         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16254         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16255         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16256         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16257         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16258         (gst_avi_mux_change_state):
16259         * gst/avi/gstavimux.h:
16260           Port AVI muxer to GStreamer-0.10 (#332031).
16261
16262         * tests/check/Makefile.am:
16263         * tests/check/elements/avimux.c:
16264         * tests/check/elements/.cvsignore:
16265           Add unit test for AVI muxer.
16266
16267 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16268
16269         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16270         (gst_wavparse_class_init), (gst_wavparse_reset),
16271         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16272         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16273         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16274         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16275         (gst_wavparse_stream_data), (gst_wavparse_loop),
16276         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16277         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16278         (plugin_init):
16279         * gst/wavparse/gstwavparse.h:
16280           reverted patch #337625 for the price of 1 hour sleep
16281
16282 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16283
16284         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16285         (gst_wavparse_class_init), (gst_wavparse_reset),
16286         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16287         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16288         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16289         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16290         (gst_wavparse_stream_data), (gst_wavparse_loop),
16291         (gst_wavparse_chain), (plugin_init):
16292         * gst/wavparse/gstwavparse.h:
16293           correct partial implementation of push mode
16294           (from my last commit)
16295
16296 2006-04-26  Wim Taymans  <wim@fluendo.com>
16297
16298         * ext/esd/esdsink.c:
16299         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16300         it is not in esd.h
16301
16302 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16303
16304         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16305         (gst_au_parse_class_init), (gst_au_parse_init),
16306         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16307         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16308         (gst_au_parse_chain), (gst_au_parse_src_convert),
16309         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16310         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16311         (gst_au_parse_change_state):
16312         * gst/auparse/gstauparse.h:
16313           Rewrite auparse to suck a little bit less: make source pad
16314           dynamic, so decodebin/playbin work with non-raw formats
16315           like alaw/mulaw; add query function for duration/position
16316           queries; check whether we have enough data before attempting
16317           to parse the header (instead of crashing when that is not the
16318           case); work around audioconvert sucking by swapping endianness
16319           to the native endianness ourselves for float formats; send
16320           initial newsegment event. Fixes #161712.
16321
16322 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16323
16324         * sys/osxaudio/Makefile.am:
16325         * sys/osxaudio/gstosxaudioelement.c:
16326         (gst_osx_audio_element_get_type),
16327         (gst_osx_audio_element_class_init):
16328         * sys/osxaudio/gstosxaudioelement.h:
16329         * sys/osxaudio/gstosxaudiosink.c:
16330         (gst_osx_audio_sink_osxelement_do_init),
16331         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16332         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16333         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16334         (gst_osx_audio_sink_create_ringbuffer),
16335         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16336         (plugin_init):
16337         * sys/osxaudio/gstosxaudiosink.h:
16338         Port of osxaudiosink to 0.10
16339
16340 2006-04-26  Wim Taymans  <wim@fluendo.com>
16341
16342         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16343         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16344         the size of the ringbuffer. This should fix hangs with older 
16345         esd sound servers.
16346
16347 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16348
16349         * ext/aalib/gstaasink.c:
16350         * ext/annodex/gstcmmldec.c:
16351         * ext/annodex/gstcmmlenc.c:
16352         * ext/cairo/gsttextoverlay.c:
16353         * ext/cairo/gsttimeoverlay.c:
16354         * ext/cdio/gstcdiocddasrc.c:
16355         * ext/dv/gstdvdec.c:
16356         * ext/dv/gstdvdemux.c:
16357         * ext/esd/esdmon.c:
16358         * ext/esd/esdsink.c:
16359         * ext/flac/gstflacenc.c:
16360         * ext/flac/gstflactag.c:
16361         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16362         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16363         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16364         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16365         * ext/gdk_pixbuf/pixbufscale.c:
16366         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16367         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16368         * ext/jpeg/gstjpegdec.c:
16369         * ext/jpeg/gstjpegenc.c:
16370         * ext/jpeg/gstsmokedec.c:
16371         * ext/jpeg/gstsmokeenc.c:
16372         * ext/libcaca/gstcacasink.c:
16373         * ext/libmng/gstmngdec.c:
16374         * ext/libmng/gstmngenc.c:
16375         * ext/libpng/gstpngdec.c:
16376         * ext/libpng/gstpngenc.c:
16377         * ext/mikmod/gstmikmod.c:
16378         * ext/raw1394/gstdv1394src.c:
16379         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16380         * ext/shout2/gstshout2.h:
16381         * ext/speex/gstspeexdec.c:
16382         * ext/speex/gstspeexenc.c:
16383         * gst/alpha/gstalpha.c:
16384         * gst/alpha/gstalphacolor.c:
16385         * gst/apetag/gstapedemux.c:
16386         * gst/auparse/gstauparse.c:
16387         * gst/autodetect/gstautoaudiosink.c:
16388         (gst_auto_audio_sink_base_init):
16389         * gst/autodetect/gstautovideosink.c:
16390         (gst_auto_video_sink_base_init):
16391         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16392         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16393         * gst/cutter/gstcutter.c:
16394         * gst/debug/breakmydata.c:
16395         * gst/debug/efence.c:
16396         * gst/debug/gstnavigationtest.c:
16397         * gst/debug/gstnavseek.c:
16398         * gst/debug/negotiation.c:
16399         * gst/debug/progressreport.c:
16400         * gst/debug/testplugin.c:
16401         * gst/effectv/gstaging.c:
16402         * gst/effectv/gstdice.c:
16403         * gst/effectv/gstedge.c:
16404         * gst/effectv/gstquark.c:
16405         * gst/effectv/gstrev.c:
16406         * gst/effectv/gstshagadelic.c:
16407         * gst/effectv/gstvertigo.c:
16408         * gst/effectv/gstwarp.c:
16409         * gst/flx/gstflxdec.c:
16410         * gst/goom/gstgoom.c:
16411         * gst/icydemux/gsticydemux.c:
16412         * gst/id3demux/gstid3demux.c:
16413         * gst/interleave/deinterleave.c:
16414         * gst/interleave/interleave.c:
16415         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16416         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16417         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16418         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16419         * gst/level/gstlevel.c:
16420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16422         * gst/median/gstmedian.c:
16423         * gst/monoscope/gstmonoscope.c:
16424         * gst/multipart/multipartdemux.c:
16425         * gst/multipart/multipartmux.c:
16426         * gst/oldcore/gstaggregator.c:
16427         * gst/oldcore/gstfdsink.c:
16428         * gst/oldcore/gstmd5sink.c:
16429         * gst/oldcore/gstmultifilesrc.c:
16430         * gst/oldcore/gstpipefilter.c:
16431         * gst/oldcore/gstshaper.c:
16432         * gst/oldcore/gststatistics.c:
16433         * gst/rtp/gstasteriskh263.c:
16434         * gst/rtp/gstrtpL16depay.c:
16435         * gst/rtp/gstrtpL16pay.c:
16436         * gst/rtp/gstrtpamrdepay.c:
16437         * gst/rtp/gstrtpamrpay.c:
16438         * gst/rtp/gstrtpdepay.c:
16439         * gst/rtp/gstrtpgsmpay.c:
16440         * gst/rtp/gstrtph263pay.c:
16441         * gst/rtp/gstrtph263pdepay.c:
16442         * gst/rtp/gstrtph263ppay.c:
16443         * gst/rtp/gstrtpilbcdepay.c:
16444         * gst/rtp/gstrtpmp4gpay.c:
16445         * gst/rtp/gstrtpmp4vdepay.c:
16446         * gst/rtp/gstrtpmp4vpay.c:
16447         * gst/rtp/gstrtpmpadepay.c:
16448         * gst/rtp/gstrtpmpapay.c:
16449         * gst/rtp/gstrtppcmadepay.c:
16450         * gst/rtp/gstrtppcmapay.c:
16451         * gst/rtp/gstrtppcmudepay.c:
16452         * gst/rtp/gstrtppcmupay.c:
16453         * gst/rtp/gstrtpspeexdepay.c:
16454         * gst/rtp/gstrtpspeexpay.c:
16455         * gst/rtsp/gstrtpdec.c:
16456         * gst/rtsp/gstrtspsrc.c:
16457         * gst/smpte/gstsmpte.c:
16458         * gst/udp/gstdynudpsink.c:
16459         * gst/udp/gstmultiudpsink.c:
16460         * gst/udp/gstudpsink.c:
16461         * gst/udp/gstudpsrc.c:
16462         * gst/videobox/gstvideobox.c:
16463         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16464         * gst/videofilter/gstvideobalance.c:
16465         * gst/videofilter/gstvideoflip.c:
16466         * gst/videofilter/gstvideotemplate.c:
16467         (gst_videotemplate_base_init):
16468         * gst/videomixer/videomixer.c:
16469         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16470         (gst_wavparse_class_init), (gst_wavparse_dispose),
16471         (gst_wavparse_reset), (gst_wavparse_init),
16472         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16473         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16474         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16475         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16476         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16477         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16478         (gst_wavparse_change_state):
16479         * gst/wavparse/gstwavparse.h:
16480         * sys/oss/gstossmixerelement.c:
16481         * sys/oss/gstosssink.c:
16482         * sys/oss/gstosssrc.c:
16483         * sys/osxaudio/gstosxaudioelement.c:
16484         * sys/osxaudio/gstosxaudiosink.c:
16485         * sys/osxaudio/gstosxaudiosrc.c:
16486         * sys/sunaudio/gstsunaudiomixer.c:
16487         * sys/sunaudio/gstsunaudiosink.c:
16488           Define GstElementDetails as const and also static (when defined as
16489           global)
16490
16491 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16494           Source pad has fixed caps. If we don't set this, bad
16495           things happen when the window is resized.
16496
16497 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * gst/matroska/Makefile.am:
16500         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16501         (gst_matroska_demux_handle_src_event):
16502         * gst/matroska/matroska-ids.c:
16503         (gst_matroska_track_init_video_context),
16504         (gst_matroska_track_init_audio_context),
16505         (gst_matroska_track_init_subtitle_context),
16506         (gst_matroska_track_init_complex_context):
16507         * gst/matroska/matroska-ids.h:
16508           Handle case where the TrackType ebml chunk does not come before the
16509           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16510           events.
16511
16512 2006-04-25  Wim Taymans  <wim@fluendo.com>
16513
16514         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16515         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16516         It's codec_data, not codec_info.
16517
16518 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16519
16520         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16521
16522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16523           Handle codec_data for VfW compatibility codec IDs (#339451)
16524
16525         * gst/matroska/matroska-mux.c:
16526         (gst_matroska_mux_video_pad_setcaps):
16527           Same here, handle codec_data and add additional caps we can handle
16528           now to the pad template (huffyuv, dv and h263 video) (#339451)
16529
16530 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16531
16532         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16533
16534         * gst/matroska/matroska-mux.c:
16535         (gst_matroska_mux_create_buffer_header),
16536         (gst_matroska_mux_write_data):
16537           Fix timestamping of B-frames, use signed integers, do
16538           some rounding (#339678).
16539
16540 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16541
16542         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16543         just make it compile with --disable-gst-debug.
16544
16545 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16546
16547         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16548         Fix a bad conversion using gst_guint64_to_gdouble.
16549         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16550         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16551         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16552     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16553         mistake.
16554
16555 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16556
16557         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16558         Use gst_guint64_to_gdouble for conversions
16559         * win32/vs6/gst_plugins_good.dsw:
16560         * win32/vs6/libgsticydemux.dsp:
16561         Add a project file for icydemux
16562
16563 2006-04-21  Wim Taymans  <wim@fluendo.com>
16564
16565         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16566
16567         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16568         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16569         When splitting audio chunks, the block alignment is not taken in
16570         consideration, so the smaller chunks could be of size which is 
16571         not a multiple of the block alignment. Fixes #336904
16572
16573 2006-04-21  Wim Taymans  <wim@fluendo.com>
16574
16575         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16576         Use scale functions
16577
16578 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         * ext/dv/gstdv.c: (plugin_init):
16581           Fix build.
16582
16583 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16586         (gst_progress_report_class_init), (gst_progress_report_init),
16587         (gst_progress_report_do_query), (gst_progress_report_report),
16588         (gst_progress_report_set_property),
16589         (gst_progress_report_get_property):
16590           Add 'format' property to force querying to a particular format.
16591
16592 2006-04-21  Andy Wingo  <wingo@pobox.com>
16593
16594         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16595         best, on big endian systems. Drop its rank in that case. OTOH on
16596         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16597
16598 2006-04-21  Michael Smith  <msmith@fluendo.com>
16599
16600         * configure.ac:
16601         * gst/icydemux/Makefile.am:
16602         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16603         (gst_icydemux_base_init), (gst_icydemux_class_init),
16604         (gst_icydemux_reset), (gst_icydemux_init),
16605         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16606         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16607         (unicodify), (gst_icydemux_unicodify),
16608         (gst_icydemux_parse_and_send_tags),
16609         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16610         (gst_icydemux_chain), (gst_icydemux_change_state),
16611         (gst_icydemux_send_tag_event), (plugin_init):
16612         * gst/icydemux/gsticydemux.h:
16613         * tests/check/Makefile.am:
16614         * tests/check/elements/icydemux.c: (typefind_succeed),
16615         (plugin_init), (icydemux_found_pad), (create_icydemux),
16616         (cleanup_icydemux), (push_data), (GST_START_TEST),
16617         (icydemux_suite), (main):
16618           Add icydemux, and tests.
16619
16620 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16623           Post SEGMENT_DONE message in TIME format.
16624
16625 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16626
16627         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16628
16629         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16630         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16631           Fix index creation when we have to scan the file to create
16632           an index. There may be other types of RIFF 'LIST' chunks than
16633           'movi' and we need to skip them properly as well or we'll end up
16634           reading garbage (#336889). Some other cosmetic changes.
16635           
16636 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16637
16638         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16639         (gst_flac_dec_handle_seek_event):
16640           Add support for segment seeks (fixes #338290). Also demote
16641           some recurring debug message from DEBUG to LOG level.
16642
16643 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16646         (gst_matroskademux_do_index_seek),
16647         (gst_matroska_demux_handle_seek_event),
16648         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16649         * gst/matroska/matroska-ids.h:
16650           Set DISCONT flag on first buffer after a discontinuity.
16651           Fix newsegment events sent when seeking and honour KEY_UNIT
16652           seek flag. Create pad with bogus caps if we don't recognise
16653           the stream codec id.
16654
16655         * gst/matroska/matroska-demux.h:
16656           Fix GObject macros.
16657
16658 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16659
16660         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16661
16662         * gst/matroska/matroska-demux.c:
16663         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16664           Handle end of segment properly when set; don't dead-lock when
16665           posting start of segment message when doing a segment seek.
16666           Fixes #338810.
16667
16668 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16671         (gst_matroska_demux_plugin_init):
16672           Make mpeg2 aac audio work: create artificial private codec data
16673           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16674           Also call gst_riff_init(). Partially fixes #338767.
16675
16676 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16677
16678         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16679         (gst_wavenc_class_init), (gst_wavenc_init),
16680         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16681         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16682         (gst_wavenc_chain), (gst_wavenc_change_state):
16683         * gst/wavenc/gstwavenc.h:
16684           Set caps on first outgoing buffer, so that it doesn't error out
16685           immediately with a non-negotiated error (#338716). Rewrite and
16686           clean up a bit; fix setcaps function to parse things properly;
16687           fix sink caps (8bit audio is unsigned and doesn't have depth);
16688           use boilerplate macros; remove unused properties stuff.
16689
16690 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16691
16692         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16693           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16694           handle MJPEG streams and might be autoplugged for those if the
16695           user doesn't have jpegdec installed (resulting in a cryptic error
16696           message about huffman tables). Better to disable JPEG decoding here
16697           and let the user figure out that she needs to install jpegdec.
16698
16699 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16700
16701         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16702         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16703         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16704         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16705           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16706           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16707           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16708           debug messages. Fix boilerplate macros.
16709
16710 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16713         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16714           No need to special-case for Gdk-2.0 any longer, we require
16715           Gdk 2.2 or newer; minor clean-ups.
16716
16717 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16718
16719         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16720         (gst_shout2send_class_init), (gst_shout2send_init),
16721         (set_shout_metadata), (gst_shout2send_set_metadata),
16722         (gst_shout2send_event), (gst_shout2send_start),
16723         (gst_shout2send_connect), (gst_shout2send_stop),
16724         (gst_shout2send_render), (gst_shout2send_set_property),
16725         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16726         (plugin_init):
16727         * ext/shout2/gstshout2.h:
16728         * po/POTFILES.in:
16729           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16730           change function; use GST_ELEMENT_ERROR for error reporting, not
16731           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16732           will cause crashes or assertion failures; remove (unused) "sync"
16733           property, basesink already has such a property; misc. other
16734           minor fixes and cleanups.
16735
16736 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16739         * ext/esd/gstesd.c: (plugin_init):
16740         * po/POTFILES.in:
16741           Add translatable error message for when we cannot
16742           connect to the sound server, as "Cannot open resource
16743           for writing" isn't really an acceptable message to show
16744           to the user in this case.
16745
16746 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16747
16748         * sys/oss/gst-i18n-plugin.h:
16749           Remove bogus file that doesn't belong here.
16750
16751 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16752
16753         Patch by: Philippe Valembois
16754
16755         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16756         (gst_shout2send_set_metadata), (gst_shout2send_event),
16757         (gst_shout2send_render), (gst_shout2send_change_state):
16758         * ext/shout2/gstshout2.h:
16759           Handle tags being received before the connection to
16760           the server is established properly (see #338636).
16761
16762 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16765           Don't crash in case the connection to the server fails:
16766           don't set pointer to NULL by assigning FALSE; error out
16767           properly by using GST_ELEMENT_ERROR and returning
16768           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16769           before resetting the pointer.
16770
16771 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16772
16773         * gst/id3demux/id3tags.c:
16774         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16775         (Fixes #338713)
16776
16777 2006-04-12  Wim Taymans  <wim@fluendo.com>
16778
16779         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16780         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16781         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16782         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16783         (gst_gdk_pixbuf_chain):
16784         Some cleanups.
16785         Added RGBA as a possible output format.
16786         Correctly free the supported mimetypes.
16787         deprecate silent arg, it's not used.
16788         Return result from _alloc_buffer to peer.
16789
16790 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16791
16792         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16793           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16794           overwriting GST_BUFFER_MALLOCDATA.
16795
16796 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16797
16798         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16799         (user_endrow_callback), (user_end_callback),
16800         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16801         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16802         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16803         * ext/libpng/gstpngdec.h:
16804           Handle more than one frame if the content is framed,
16805           like with png-in-quicktime (#331917).
16806
16807 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * sys/oss/Makefile.am:
16810         * sys/oss/common.h:
16811         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16812         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16813         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16814         (gst_oss_src_unprepare):
16815           - the user-visible error strings were in the wrong category
16816           - and the messages were not marked for translation
16817           - which is actually a good thing, because they were exactly
16818             the kind of message you would never want anyone to see
16819           - the macros were using variables that didn't exist in the macro
16820             arguments
16821           - and they were obviously copied from each other and then modified
16822           - so a common header makes sense
16823
16824 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16825
16826         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16827           Don't try to modify read-only data.
16828
16829         * gst/matroska/matroska-demux.c:
16830         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16831           Fix comment (won't crash any longer now).
16832
16833 2006-04-10  Michael Smith  <msmith@fluendo.com>
16834
16835         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16836           Use copies of header buffers for caps to avoid circular refcounting
16837           problems (as in theoradec, vorbisdec).
16838
16839         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16840           Fix a typo in test that meant it was testing the wrong thing.
16841
16842         * tests/check/elements/cmmlenc.c: (check_headers):
16843           Fix refcount checks now that we use buffer-copies for caps.
16844
16845 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16846
16847         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16848         (gst_matroska_demux_handle_seek_event),
16849         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16850         (gst_matroska_demux_subtitle_caps),
16851         (gst_matroska_demux_plugin_init):
16852           Use static pad templates with ANY caps for audio and video
16853           source pads and get rid of a lot of unnecessary (and partially
16854           broken) code for the template caps. Clean up caps finding
16855           functions. Fixes playback of audio files/streams that do not
16856           contain the sample rate and/or number of channels in the audio
16857           context (happens a lot with vorbis/mp3 .mka files it seems).
16858           Fixes #337183.
16859           Also add myself to copyright holders.
16860
16861 2006-04-10  Michael Smith  <msmith@fluendo.com>
16862
16863         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16864           Use g_list_delete_link () instead of g_list_remove_link () so that
16865           we free the link as well as the contained data.
16866
16867 2006-04-10  Wim Taymans  <wim@fluendo.com>
16868
16869         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16870
16871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16872         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16873         (gst_avi_demux_stream_header):
16874         Fix some crashers with empty chunks. (Fixes #337749)
16875
16876 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16877
16878         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16879           use G_GINT64_CONSTANT for INT64 constants
16880         * gst/videofilter/gstvideobalance.c:
16881           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16882         * win32/vs6/libgstavi.dsp:
16883          add missing libraries for the link and remove avimux.c from
16884          the project as it isn't ported to 0.10 yet
16885         
16886 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16887
16888         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16889           Even better would be if we actually did the right thing
16890           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16891
16892 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16893
16894         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16895           Can't just replace 1LL with 1L here just because MSVC doesn't
16896           support it, as it might lead to incorrect results when doing the
16897           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16898           force a 64-bit constant in a way that all compilers are happy with.
16899
16900 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16901
16902         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16903         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16904         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16905         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16906         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16907         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16908         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16909         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16910         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16911         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16912         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16913         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16914         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16915         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16916         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16917         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16918         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16919         * gst/debug/efence.c: (gst_efence_class_init):
16920         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16921         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16922         * gst/goom/gstgoom.c: (gst_goom_class_init):
16923         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16924         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16925         * gst/interleave/interleave.c: (interleave_class_init):
16926         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16927         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16928         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16929         * gst/median/gstmedian.c: (gst_median_class_init):
16930         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16931         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16932         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16933         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16934         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16935         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16936         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16937         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16938         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16939         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16940         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16941         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16942         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16943         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16944         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16945         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16946         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16947         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16948         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16949         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16950         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16951         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16952         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16953         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16954         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16956         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16957         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16958         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16959         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16960         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16961         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16962         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16963         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16964         * sys/osxaudio/gstosxaudioelement.c:
16965         (gst_osxaudioelement_class_init):
16966         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16967         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16968         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16969         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16970
16971 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16972
16973         * ext/mikmod/gstmikmod.h:
16974         * gst/level/gstlevel.h:
16975         Fix more broken GObject macros
16976
16977 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16978
16979         * ext/annodex/gstcmmldec.h:
16980         * ext/annodex/gstcmmlenc.h:
16981         * ext/annodex/gstcmmltag.h:
16982         * ext/cairo/gsttextoverlay.h:
16983         * ext/ladspa/gstsignalprocessor.h:
16984         * gst/matroska/ebml-read.h:
16985         * gst/matroska/ebml-write.h:
16986         * sys/osxaudio/gstosxaudioelement.h:
16987         Fix broken GObject macros
16988
16989 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16990
16991         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16992           Don't try to seek beyond the end of the file (would
16993           occasionally display error dialogs in totem when seeking
16994           to the end) (#335869). Will still throw an error though
16995           if the file is truncated and the total_samples value in
16996           the stream header is wrong.
16997
16998 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17001         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17002         (gst_flac_dec_metadata_callback):
17003         * ext/flac/gstflacdec.h:
17004           If the stream header doesn't contain the total number of samples,
17005           search for the last flac frame at the end of the file and calculate
17006           the total duration from that frame's offset (fixes #337609).
17007
17008 2006-04-07  Edward Hervey  <edward@fluendo.com>
17009
17010         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17011         Don't unref the GstPadTemplate returned by
17012         gst_element_class_get_pad_template().
17013
17014 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17017
17018         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17019         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17020         * sys/sunaudio/gstsunaudiosink.h:
17021           Use spec->segsize and spec->segtotal in the prepare function
17022           to initialise the ring buffer instead of using the buffer-time
17023           property (#337421).
17024
17025 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17026
17027         * configure.ac:
17028           Bump core requirements to CVS for gst_pad_query_peer_duration()
17029           which is used by speexdec.
17030
17031 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17032
17033         * ext/speex/gstspeex.c: (plugin_init):
17034         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17035         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17036         (speex_get_sink_query_types), (speex_dec_sink_query),
17037         (speex_get_src_query_types), (speex_dec_src_query),
17038         (speex_dec_src_event), (speex_dec_sink_event),
17039         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17040         (speex_dec_chain_parse_data), (speex_dec_chain),
17041         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17042         (speex_dec_change_state):
17043         * ext/speex/gstspeexdec.h:
17044           Fix seeking and duration queries (#337033); clean up and
17045           refactor a bit.
17046
17047 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17048
17049         * ext/raw1394/gstdv1394src.c:
17050           distinguish between device not found and could not open for
17051           reading
17052
17053 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17054
17055         * Makefile.am:
17056         * configure.ac:
17057         * pkgconfig/.cvsignore:
17058         * pkgconfig/Makefile.am:
17059         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17060           add a .pc file so other modules can use good plugins in tests
17061
17062 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17063
17064         * configure.ac:
17065           clean up, use AS_VERSION and AS_NANO
17066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17067           use PACKAGE_VERSION define
17068         * po/af.po:
17069         * po/az.po:
17070         * po/cs.po:
17071         * po/en_GB.po:
17072         * po/hu.po:
17073         * po/it.po:
17074         * po/nb.po:
17075         * po/nl.po:
17076         * po/or.po:
17077         * po/sq.po:
17078         * po/sr.po:
17079         * po/sv.po:
17080         * po/uk.po:
17081         * po/vi.po:
17082           updated
17083
17084 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17085
17086         * ext\jpeg\smokecodec.c:
17087           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17088         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17089           move first instruction after all variables declarations
17090         * gst\alpha\gstalpha.c:
17091         * gst\effectv\gstshagadelic.c:
17092         * gst\smpte\paint.c:
17093         * gst\videofilter\gstvideobalance.c:
17094           define M_PI if it's not defined (it's not defined on WIN32)
17095         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17096         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17097         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17098         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17099         (gst_matroska_demux_video_caps):
17100         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17101         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17102           use gst_guint64_to_gdouble for conversions
17103         * gst\goom\filters.c: (setPixelRGB_):
17104           fix a debug which was using undefined variable
17105         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17106         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17107           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17108         * win32/vs6:
17109           add vs6 projects files for most of plugins-good
17110         
17111 2006-03-30  j^  <j@bootlab.org>
17112
17113         * ext/aalib/gstaasink.c:
17114         * ext/annodex/gstcmmldec.c:
17115         * ext/annodex/gstcmmlenc.c:
17116         * ext/cairo/gsttextoverlay.c:
17117         * ext/cairo/gsttimeoverlay.c:
17118         * ext/cdio/gstcdiocddasrc.c:
17119         * ext/dv/gstdvdec.c:
17120         * ext/esd/esdmon.c:
17121         * ext/esd/esdsink.c:
17122         * ext/flac/gstflacdec.c:
17123         * ext/flac/gstflacenc.c:
17124         * ext/flac/gstflactag.c:
17125         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17126         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17127         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17128         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17129         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17130         * ext/gdk_pixbuf/pixbufscale.c:
17131         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17132         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17133         * ext/jpeg/gstjpegdec.c:
17134         * ext/jpeg/gstjpegenc.c:
17135         * ext/jpeg/gstsmokedec.c:
17136         * ext/jpeg/gstsmokeenc.c:
17137         * ext/libcaca/gstcacasink.c:
17138         * ext/libmng/gstmngdec.c:
17139         * ext/libmng/gstmngenc.c:
17140         * ext/libpng/gstpngdec.c:
17141         * ext/libpng/gstpngenc.c:
17142         * ext/mikmod/gstmikmod.c:
17143         * ext/raw1394/gstdv1394src.c:
17144         * ext/shout2/gstshout2.c:
17145         * ext/speex/gstspeexdec.c:
17146         * ext/speex/gstspeexenc.c:
17147         * gst/alpha/gstalpha.c:
17148         * gst/alpha/gstalphacolor.c:
17149         * gst/auparse/gstauparse.c:
17150         * gst/autodetect/gstautoaudiosink.c:
17151         (gst_auto_audio_sink_base_init):
17152         * gst/autodetect/gstautovideosink.c:
17153         (gst_auto_video_sink_base_init):
17154         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17155         * gst/cutter/gstcutter.c:
17156         * gst/debug/breakmydata.c:
17157         * gst/debug/efence.c:
17158         * gst/debug/gstnavigationtest.c:
17159         * gst/debug/negotiation.c:
17160         * gst/debug/progressreport.c:
17161         * gst/debug/testplugin.c:
17162         * gst/effectv/gstaging.c:
17163         * gst/effectv/gstdice.c:
17164         * gst/effectv/gstedge.c:
17165         * gst/effectv/gstquark.c:
17166         * gst/effectv/gstrev.c:
17167         * gst/effectv/gstvertigo.c:
17168         * gst/effectv/gstwarp.c:
17169         * gst/flx/gstflxdec.c:
17170         * gst/goom/gstgoom.c:
17171         * gst/interleave/deinterleave.c:
17172         * gst/interleave/interleave.c:
17173         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17174         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17175         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17176         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17177         * gst/level/gstlevel.c:
17178         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17180         * gst/median/gstmedian.c:
17181         * gst/monoscope/gstmonoscope.c:
17182         * gst/multipart/multipartdemux.c:
17183         * gst/multipart/multipartmux.c:
17184         * gst/oldcore/gstmd5sink.c:
17185         * gst/oldcore/gstmultifilesrc.c:
17186         * gst/oldcore/gstpipefilter.c:
17187         * gst/oldcore/gstshaper.c:
17188         * gst/oldcore/gststatistics.c:
17189         * gst/rtp/gstasteriskh263.c:
17190         * gst/rtp/gstrtpL16depay.c:
17191         * gst/rtp/gstrtpL16pay.c:
17192         * gst/rtp/gstrtpamrdepay.c:
17193         * gst/rtp/gstrtpamrpay.c:
17194         * gst/rtp/gstrtpdepay.c:
17195         * gst/rtp/gstrtpgsmpay.c:
17196         * gst/rtp/gstrtph263pay.c:
17197         * gst/rtp/gstrtph263pdepay.c:
17198         * gst/rtp/gstrtph263ppay.c:
17199         * gst/rtp/gstrtpmp4gpay.c:
17200         * gst/rtp/gstrtpmp4vdepay.c:
17201         * gst/rtp/gstrtpmp4vpay.c:
17202         * gst/rtp/gstrtpmpadepay.c:
17203         * gst/rtp/gstrtpmpapay.c:
17204         * gst/rtp/gstrtppcmadepay.c:
17205         * gst/rtp/gstrtppcmapay.c:
17206         * gst/rtp/gstrtppcmudepay.c:
17207         * gst/rtp/gstrtppcmupay.c:
17208         * gst/rtp/gstrtpspeexdepay.c:
17209         * gst/rtp/gstrtpspeexpay.c:
17210         * gst/rtsp/gstrtpdec.c:
17211         * gst/smpte/gstsmpte.c:
17212         * gst/videobox/gstvideobox.c:
17213         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17214         * gst/videofilter/gstvideobalance.c:
17215         * gst/videofilter/gstvideoflip.c:
17216         * gst/videofilter/gstvideotemplate.c:
17217         (gst_videotemplate_base_init):
17218         * gst/videomixer/videomixer.c:
17219         * gst/wavenc/gstwavenc.c:
17220         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17221          better/unified long descriptions
17222          Fixed #336602
17223          Some cleanups to auparse, don't send multiple newsegments.
17224
17225 2006-03-29  Wim Taymans  <wim@fluendo.com>
17226
17227         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17228
17229         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17230         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17231         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17232         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17233         * ext/dv/gstdvdemux.h:
17234         Seek in READY patch. Only works for pull based mode.
17235         Fixes #323880
17236
17237 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17238
17239         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17240         (gst_gdk_pixbuf_event):
17241           Fix two crashers: don't unref the same caps twice, and
17242           set pixbuf loader to NULL after freeing it.
17243
17244 2006-03-27  Wim Taymans  <wim@fluendo.com>
17245
17246         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17247         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17248         (gst_speexenc_chain):
17249         * ext/speex/gstspeexenc.h:
17250         Don't leak adapter.
17251         A push *always* takes ownership of the buffer, even on
17252         errors.
17253         Small cleanups.
17254
17255 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17256
17257         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17258           Create source pad without leaking.
17259
17260 2006-03-24  Wim Taymans  <wim@fluendo.com>
17261
17262         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17263         * ext/flac/gstflacdec.h:
17264         * ext/flac/gstflacenc.h:
17265         Spifify a bit.
17266         Fix deadly lock order error in seeking code, STREAM_LOCK
17267         cannot be taken within LOCK and the streaming variables are
17268         protected with the STREAM_LOCK anyway.
17269
17270 2006-03-24  Wim Taymans  <wim@fluendo.com>
17271
17272         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17273         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17274         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17275         this patch combines the global init_frames with the stream
17276         init_frames. Rationale being that the global delay should 
17277         be subtracted from any stream delay.
17278         Fixes #335858.
17279
17280 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17281
17282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17283         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17284         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17285         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17286         use DEBUG_FUNCPTR for collectpads
17287
17288 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17289
17290         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17291           Don't crash when encoding images where the number of rows isn't
17292           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17293
17294 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17297         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17298         * gst/interleave/interleave.c: (interleave_change_state):
17299         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17300           More state change function fixes.
17301
17302 2006-03-23  Wim Taymans  <wim@fluendo.com>
17303
17304         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17305         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17306         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17307         (gst_esdsink_delay), (gst_esdsink_reset):
17308         * ext/esd/esdsink.h:
17309         Fix esd choppy playback by configuring audiosink
17310         correctly. Fixes #325191
17311
17312 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17313
17314         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17315           Make state change function thread-safe.
17316
17317 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17320         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17321           Don't try to read beyond the end of the file just because
17322           the header claims a bigger size (like with truncated files).
17323
17324 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17325
17326         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17327         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17328         (gst_wavparse_stream_data), (gst_wavparse_loop):
17329         * gst/wavparse/gstwavparse.h:
17330           Delay source pad creation until we have the first chunk of
17331           media data, so the we can examine the data and adjust the
17332           caps accordingly if required. This makes playback of .wav
17333           files with DTS-declared-as-PCM content work (#313266).
17334
17335 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17336
17337         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17338         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17339         Don't attempt typefinding on too-short buffers that have been
17340         completely trimmed away. (Fixes #330239)
17341
17342         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17343         Improve the debug output
17344
17345 2006-03-21  Wim Taymans  <wim@fluendo.com>
17346
17347         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17348         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17349         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17350         (gst_esdsink_set_property), (gst_esdsink_get_property):
17351         Some cleanups.
17352         Reset fd to -1 when we close them.
17353
17354 2006-03-21  Wim Taymans  <wim@fluendo.com>
17355
17356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17357         the OPTIONS request result is optional so don't
17358         fail on it.
17359
17360 2006-03-21  Edward Hervey  <edward@fluendo.com>
17361
17362         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17363         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17364         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17365         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17366         (gst_wavparse_change_state):
17367         gcc 4.1 unreferenced pointer fixes.
17368
17369 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17370
17371         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17372
17373         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17374           Fix block alignment calculation. Alignment should be done before
17375           adding the byte offset where the data starts (#335231).
17376
17377 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17378
17379         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17380           Ensure that we set correct caps on buffers that are transferred
17381           direct from the input.
17382
17383 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17384
17385         * gst/goom/filters.c: (zoomFilterDestroy):
17386         * gst/goom/goom_core.c: (goom_close):
17387           Free filter data when cleaning up. (Fixes: #334995)
17388
17389 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17390
17391         * configure.ac:
17392           Don't compile udp and rtsp plugins on win32 (mingw) or other
17393           systems that don't have <sys/socket.h> for some reason (#316203).
17394
17395 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17396
17397         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17398         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17399         * ext/raw1394/gstdv1394src.h:
17400           Change bus reset handler so it reports useful information such as
17401           whether the device being used connected or disconnected
17402
17403 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         * gst/id3demux/id3v2frames.c:
17406         (parse_relative_volume_adjustment_two):
17407           We only care about gain and peak data for the master volume.
17408
17409 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17410
17411         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17412         (parse_id_string), (parse_unique_file_identifier),
17413         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17414           Read replay gain tags (#323721).
17415
17416 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17417
17418         * configure.ac:
17419           Bump requirements to gst-plugins-base CVS because
17420           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17421
17422 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17423
17424         * rtp/gst/gstrtppcmadepay.c:
17425         Fixed one of the caps in the code from mulaw to alaw.
17426
17427 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17428
17429         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17430           Ensure that we set caps on the buffers we pass.
17431
17432         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17433         (gst_id3demux_sink_activate):
17434           Ensure that we set caps on the buffers we pass.
17435
17436           Use STREAM, TYPE_NOT_FOUND as the error class when
17437           typefinding fails.
17438
17439 2006-03-15  Edward Hervey  <edward@fluendo.com>
17440
17441         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17442         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17443         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17444         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17445         (gst_jpeg_dec_setcaps):
17446         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17447         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17449         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17450         (gst_mngdec_src_getcaps):
17451         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17452         (gst_pngdec_caps_create_and_set):
17453         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17454         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17455         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17456         * gst/alpha/gstalpha.c: (gst_alpha_init):
17457         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17458         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17459         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17460         * gst/cutter/gstcutter.c: (gst_cutter_init):
17461         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17462         (gst_efence_checkgetrange):
17463         * gst/debug/negotiation.c: (gst_negotiation_init):
17464         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17465         * gst/goom/gstgoom.c: (gst_goom_init):
17466         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17467         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17468         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17469         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17470         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17471         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17472         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17473         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17474         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17475         (gst_wavparse_create_sourcepad):
17476         Fix memleak with gst_static_pad_template_get().
17477         This uses gst_pad_new_from_static_template() instead.
17478         Fixes #333512
17479
17480 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17481
17482         * configure.ac:
17483           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17484           used by id3demux.
17485
17486         * gst/id3demux/gstid3demux.c: (plugin_init):
17487         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17488         (parse_user_text_identification_frame),
17489         (parse_unique_file_identifier):
17490           Add support for UFID and TXXX frames and extract musicbrainz tags.
17491
17492 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17493
17494         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17495           Catch short reads, like they might happen with truncated
17496           files (see #305279); remove unnecessary indentation.
17497
17498 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17499
17500         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17501           Fix DIB image inversion for pictures with a
17502           depth != 8 (#305279).
17503
17504 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17505
17506         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17507         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17508         * ext/jpeg/gstjpegdec.h:
17509           Fix durations on outgoing buffers after seeking
17510           in MJPEG files (#334083); some minor clean-ups.
17511
17512 2006-03-13  Wim Taymans  <wim@fluendo.com>
17513
17514         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17515         (gst_wavparse_change_state):
17516         Implement seek in READY (re-fixes #327658)
17517
17518 2006-03-13  Wim Taymans  <wim@fluendo.com>
17519
17520         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17521         * ext/esd/esdmon.c: (gst_esdmon_get):
17522         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17524         (gst_gdk_pixbuf_sink_getcaps):
17525         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17526         (gst_jpegenc_setcaps):
17527         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17528         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17529         (gst_smokeenc_setcaps):
17530         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17531         (gst_mngdec_src_getcaps):
17532         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17533         (gst_mngenc_chain):
17534         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17535         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17536         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17537         (speex_dec_src_event), (speex_dec_chain):
17538         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17539         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17540         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17541         (gst_negotiation_pad_link), (gst_negotiation_chain):
17542         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17543         (gst_flxdec_chain):
17544         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17545         (deinterleave_chain):
17546         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17547         * gst/median/gstmedian.c: (gst_median_link):
17548         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17549         (gst_monoscope_chain):
17550         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17551         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17552         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17553         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17554         close #333784 unref the result of gst_pad_get_parent()
17555         by: Christophe Fergeau.
17556
17557 2006-03-09  Wim Taymans  <wim@fluendo.com>
17558
17559         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17560         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17561         Handle events in push mode better, can now do non-flushing
17562         seeks in push mode as well.
17563
17564 2006-03-07  Wim Taymans  <wim@fluendo.com>
17565
17566         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17567         Applied patch from Kai Vehmanen, fixes #333624.
17568
17569 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17570
17571         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17572         Implement paletted and grayscale png files handling.
17573         (#150363).
17574
17575 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17576
17577         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17578         (gst_speexenc_chain):
17579           fix a tag list assert
17580           follow gst-plugins-base/ext/ogg/README; set OFFSET
17581           and OFFSET_END.  Muxes correctly with gst-plugins-base
17582           > 0.9.3
17583
17584 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17585
17586         * gst/id3demux/Makefile.am:
17587         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17588         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17589           Use new typefind helper functions here as well, and
17590           do typefinding in pull-mode if upstream supports that.
17591
17592 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17593
17594         * sys/sunaudio/gstsunaudiomixerctrl.c:
17595         (gst_sunaudiomixer_ctrl_get_volume),
17596         (gst_sunaudiomixer_ctrl_set_volume):
17597         * sys/sunaudio/gstsunaudiomixertrack.c:
17598         (gst_sunaudiomixer_track_new):
17599           Remove unused variables, breaks build from CVS
17600           with -Werror (#333392, patch by: Benjamin Pineau)
17601
17602 2006-03-03  Wim Taymans  <wim@fluendo.com>
17603
17604         * docs/plugins/Makefile.am:
17605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17607         Added wavparse docs.
17608
17609         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17610         (gst_wavparse_reset), (gst_wavparse_init),
17611         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17612         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17613         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17614         (gst_wavparse_stream_data), (gst_wavparse_loop),
17615         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17616         (gst_wavparse_change_state):
17617         * gst/wavparse/gstwavparse.h:
17618         Implement seek in READY (fixes #327658)
17619         Added docs and did some cleanups.
17620
17621 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17624         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17625         (gst_avi_demux_calculate_durations_from_index),
17626         (gst_avi_demux_stream_header):
17627         * gst/avi/gstavidemux.h:
17628           If we have an index, use a duration based on the index instead
17629           of blindly trusting the information in the stream headers
17630           (fixes #331817).
17631
17632 2006-03-03  Wim Taymans  <wim@fluendo.com>
17633
17634         * docs/plugins/Makefile.am:
17635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17637         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17638         Added smoke and jpeg to the docs.
17639
17640         * ext/jpeg/Makefile.am:
17641         * ext/jpeg/gstjpeg.c: (plugin_init):
17642         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17643         * ext/jpeg/gstjpegenc.h:
17644         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17645         (gst_smokedec_chain):
17646         * ext/jpeg/gstsmokedec.h:
17647         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17648         * ext/jpeg/gstsmokeenc.h:
17649         * ext/jpeg/smokecodec.h:
17650         Port smokedec (fixes #331905).
17651         Added some docs.
17652         Some cleanups.
17653
17654 2006-03-03  Wim Taymans  <wim@fluendo.com>
17655
17656         * docs/plugins/Makefile.am:
17657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17658         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17659         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17660         Added videobalance and videoflip to the docs.
17661
17662         * gst/videofilter/Makefile.am:
17663         * gst/videofilter/gstvideobalance.c:
17664         (gst_video_balance_update_tables_planar411),
17665         (gst_video_balance_is_passthrough),
17666         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17667         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17668         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17669         (gst_video_balance_finalize), (gst_video_balance_class_init),
17670         (gst_video_balance_init), (gst_video_balance_interface_supported),
17671         (gst_video_balance_interface_init),
17672         (gst_video_balance_colorbalance_list_channels),
17673         (gst_video_balance_colorbalance_set_value),
17674         (gst_video_balance_colorbalance_get_value),
17675         (gst_video_balance_colorbalance_init),
17676         (gst_video_balance_set_property), (gst_video_balance_get_property),
17677         (gst_video_balance_get_type), (plugin_init):
17678         * gst/videofilter/gstvideobalance.h:
17679         Ported to 0.10. (Fixes #326160)
17680         Added docs.
17681
17682         * gst/videofilter/gstvideoflip.c:
17683         * gst/videofilter/gstvideoflip.h:
17684         Added docs.
17685
17686 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17687
17688         * configure.ac:
17689           Bump requirements to current core and -base CVS
17690           (core for new typefind helper API, and -base for the
17691           WAVFORMATEX support that was added to libgstriff and
17692           is needed by wavparse).
17693         
17694         * gst/apetag/Makefile.am:
17695         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17696         (gst_tag_demux_sink_activate):
17697           Use new typefind helpers for typefinding instead of our
17698           home-grown stuff; also, do typefinding in pull-mode if
17699           upstream supports that.
17700
17701 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17702
17703         Reviewed by: Christian Schaller <christian@fluendo.com>
17704
17705         This patch fixes bug: 329107
17706
17707         This Changelog entry is for a commit done on February 17
17708
17709         * ext/gconf/gconf.c
17710         * ext/gconf/gconf.h
17711         * ext/gconf/gstgconfaudiosink.c
17712         * ext/gconf/gstgconfaudiosink.h
17713         * gconf/gstreamer.schemas.in
17714
17715 2006-02-28  Wim Taymans  <wim@fluendo.com>
17716
17717         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17718         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17719         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17720         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17721         Use DEBUG_OBJECT more.
17722
17723 2006-02-28  Wim Taymans  <wim@fluendo.com>
17724
17725         * docs/plugins/Makefile.am:
17726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17727         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17728         Added dvdec and dvdemux to docs.
17729
17730         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17731         Added docs.
17732         Check frame sizes so we don't crash when don't have enough
17733         data.
17734         Send nice error messages on error.
17735
17736         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17737         (gst_dvdemux_class_init), (gst_dvdemux_init),
17738         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17739         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17740         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17741         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17742         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17743         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17744         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17745         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17746         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17747         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17748         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17749         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17750         * ext/dv/gstdvdemux.h:
17751         Added docs.
17752         Implement pull mode.
17753         Fix memleaks.
17754         Reduce memcpy for the video demuxing.
17755
17756 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17757
17758         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17759         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17760         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17761         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17762           Add a little extra debug. Make the decoder not return NOT_LINKED,
17763           as we want to continue decoding all CMML and emitting tags.
17764
17765 2006-02-27  Michael Smith  <msmith@fluendo.com>
17766
17767         * ext/annodex/gstskeltag.c:
17768         * ext/annodex/gstskeltag.h:
17769           Deleted; these files aren't used any more either.
17770
17771 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17772
17773         * ext/Makefile.am: Fix dist-check.
17774
17775 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17776
17777         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17778         memleak.
17779
17780 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17781
17782         * ext/annodex/Makefile.am:
17783         * ext/annodex/gstannodex.c:
17784         * ext/annodex/gstcmmldec.c:
17785         * ext/annodex/gstcmmlenc.c:
17786         * ext/annodex/gstcmmlparser.c:
17787         * ext/annodex/gstcmmlparser.h:
17788         * ext/annodex/gstcmmlutils.c:
17789         * tests/check/elements/cmmldec.c:
17790         * tests/check/elements/cmmlenc.c:
17791           Fix a memleak in gst_cmml_track_list_add_clip.
17792           Handle overflows in clip's start and end times.
17793           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17794           Do not parse junk at the end of a CMML preamble buffer.
17795           Register a libxml error handler to not print stuff on stderr.
17796           Check for bad clip start and end times in the testsuites.
17797
17798 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17799
17800         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17801         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17802         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17803         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17804         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17805         possible memleaks.
17806
17807 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17808
17809         * tests/check/Makefile.am:
17810         * tests/check/elements/cmmldec.c:
17811         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17812         the plugins-base tags.
17813
17814 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17815
17816         * ext/Makefile.am: Re-enable module.
17817
17818 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17819
17820         * tests/check/Makefile.am: Forgot to remove that test.
17821
17822 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17823
17824         * ext/annodex/Makefile.am:
17825         * ext/annodex/gstannodex.c: (plugin_init):
17826         * ext/annodex/gstcmmldec.c:
17827         * ext/annodex/gstskeldec.c:
17828         * ext/annodex/gstskeldec.h:
17829         * tests/check/Makefile.am:
17830         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17831
17832 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17833
17834         * tests/check/Makefile.am: Disable those checks as well.
17835
17836 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17837
17838         * ext/Makefile.am: Disable annodex for now until we figure out
17839         how to make it build.
17840         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17841         Add a rule to your checklist : "please try to at least build 
17842         what you are going to commit into -good, or if you are too lazy
17843         to do that, please check that the buildbots are not crying because
17844         of your commit."
17845
17846 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17847
17848         * configure.ac:
17849         * ext/Makefile.am:
17850         * ext/gdk_pixbuf/Makefile.am:
17851         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17852         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17853         * ext/gdk_pixbuf/pixbufscale.c:
17854         * ext/gdk_pixbuf/pixbufscale.h:
17855           Gdkpixbuf ported from 0.8 to 0.10 by
17856           Renato Filho <renato.filho@indt.org.br>.
17857           gst_loader and gdkpixbufanimation still need port.
17858
17859 2006-02-24  Michael Smith  <msmith@fluendo.com>
17860
17861         * configure.ac:
17862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17863         * ext/Makefile.am:
17864         * ext/annodex/Makefile.am:
17865         * ext/annodex/gstannodex.c:
17866         * ext/annodex/gstannodex.h:
17867         * ext/annodex/gstcmmldec.c:
17868         * ext/annodex/gstcmmldec.h:
17869         * ext/annodex/gstcmmlenc.c:
17870         * ext/annodex/gstcmmlenc.h:
17871         * ext/annodex/gstcmmlparser.c:
17872         * ext/annodex/gstcmmlparser.h:
17873         * ext/annodex/gstcmmltag.c:
17874         * ext/annodex/gstcmmltag.h:
17875         * ext/annodex/gstcmmlutils.c:
17876         * ext/annodex/gstcmmlutils.h:
17877         * ext/annodex/gstskeldec.c:
17878         * ext/annodex/gstskeldec.h:
17879         * ext/annodex/gstskeltag.c:
17880         * ext/annodex/gstskeltag.h:
17881         * tests/check/Makefile.am:
17882         * tests/check/elements/cmmldec.c:
17883         * tests/check/elements/cmmlenc.c:
17884         * tests/check/elements/skeldec.c:
17885           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17886           Includes tests & docs, oh my! Passes Thomas's -good checklist
17887           entirely. Wow.
17888
17889 2006-02-24  Michael Smith  <msmith@fluendo.com>
17890
17891         * autogen.sh:
17892           Check for automake 1.9 as well.
17893
17894 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17895
17896         * ext/flac/gstflacenc.c:
17897           Change min. sample rate to 8kHz to match flacdec's.
17898           
17899 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * ext/cdio/Makefile.am:
17902           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17903           required for Cygwin, see #317048)
17904
17905         * gst/rtp/gstasteriskh263.c:
17906           Cygwin has includes for both the unix network socket API
17907           and the windows API, but only one can be included, so fix
17908           includes to only use one or the other, prefering the unxi
17909           one (#317048).
17910
17911 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17912
17913         * rtp/gst/gstrtppcmadepay.c:
17914         * rtp/gst/gstrtppcmadepay.h:
17915         * rtp/gst/gstgstrtppcmapay.c:
17916         * rtp/gst/gstgstrtppcmapay.h:
17917         * rtp/gst/gstrtppcmudepay.c:
17918         * rtp/gst/gstrtppcmudepay.h:
17919         * rtp/gst/gstrtppcmupay.c:
17920         * rtp/gst/gstrtppcmupay.h:
17921         * rtp/gst/Makefile.am:
17922         * rtp/gst/gstrtp.c:
17923         * rtp/gst/README:
17924         Separated the G711 payloaders/depayloaders into separate elements for
17925         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17926
17927 2006-02-22  Wim Taymans  <wim@fluendo.com>
17928
17929         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17930         (gst_dvdec_change_state):
17931         * ext/dv/gstdvdec.h:
17932         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17933         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17934         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17935         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17936         (gst_dvdemux_flush), (gst_dvdemux_chain),
17937         (gst_dvdemux_change_state):
17938         * ext/dv/gstdvdemux.h:
17939         Ueber spiffify some more, added debug category.
17940         Use _scale.
17941         Use segments, respect playback rate from newsegment.
17942         Fix refcount issue.
17943
17944 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17945
17946         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17947         (gst_signal_processor_process):
17948         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17949         enabled for the build, but it helps me win the feature-count
17950         competitions ooh yeah.
17951
17952 2006-02-19  Wim Taymans  <wim@fluendo.com>
17953
17954         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17955         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17956         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17957         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17958         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17959         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17960         Use scaling code for added precission and more correct stop
17961         position in case scale==0.
17962
17963 2006-02-19  Wim Taymans  <wim@fluendo.com>
17964
17965         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17966         (gst_flxdec_chain):
17967         * gst/flx/gstflxdec.h:
17968         Implement DURATION query.
17969
17970 2006-02-19  Wim Taymans  <wim@fluendo.com>
17971
17972         * gst/flx/flx_color.h:
17973         * gst/flx/flx_fmt.h:
17974         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17975         (gst_flxdec_src_query_handler), (flx_decode_color),
17976         (gst_flxdec_chain):
17977         * gst/flx/gstflxdec.h:
17978         Set MALLOCDATA for the temp buffers so we don't leak.
17979         Some debug cleanups.
17980         Consume all data in the adapter before leaving the chain
17981         function. Fixes #330678.
17982
17983 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17986         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17987          Handle 0 data size in otherwise valid frames.
17988          Handle numeric strings in 2.4.0 even when not in parentheses 
17989
17990 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * gst/matroska/matroska-demux.c:
17993         (gst_matroska_demux_subtitle_caps),
17994         (gst_matroska_demux_plugin_init):
17995         * gst/matroska/matroska-ids.h:
17996           Recognise SSA/ASS and USF subtitle formats and
17997           set proper caps when they are found.
17998
17999 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18000
18001         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18002         (gst_jpeg_dec_chain):
18003           Fix invalid memory access for some odd-sized images
18004           (see image contained in quicktime stream in #327083);
18005           use g_malloc() instead of g_alloca().
18006
18007 2006-02-17  Wim Taymans  <wim@fluendo.com>
18008
18009         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18010         Patch from Sebastien Cote, fixes #319884
18011
18012 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18013
18014         * ext/cdio/gstcdio.c: (plugin_init):
18015           Init debug category (#331253).
18016
18017 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18018
18019         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18020           Pass extra_data to gst_riff_create_audio_caps(), so that
18021           WAVEFORMATEX stuff works. Post audio codec name and post
18022           it as taglist on the bus. Allow up to 8 channesl for raw
18023           PCM in the source pad template caps.
18024
18025 2006-02-16  Wim Taymans  <wim@fluendo.com>
18026
18027         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18028         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18029         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18030         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18031         (gst_multipart_set_property), (gst_multipart_get_property):
18032         Applied #318663. Gives quite a few false positives in
18033         autoscan mode, but it's better than nothing. Not closing yet.
18034
18035 2006-02-16  Wim Taymans  <wim@fluendo.com>
18036
18037         * docs/plugins/Makefile.am:
18038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18040         * docs/plugins/gst-plugins-good-plugins.args:
18041         * docs/plugins/inspect/plugin-udp.xml:
18042         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18043         (gst_udpsrc_start):
18044         Update documentation.
18045         Fix args.
18046
18047 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18048
18049         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18050         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18051         frame size. (Fixes #331368)
18052
18053 2006-02-16  Wim Taymans  <wim@fluendo.com>
18054
18055         * gst/rtsp/README:
18056         Updated README.
18057
18058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18059         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18060         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18061         * gst/rtsp/gstrtspsrc.h:
18062         Make sure the RTP port is an even port an try to allocate 
18063         another if not.
18064         Added retry property to control max retries for port allocation.
18065         Make sure RTCP port is RTP port+1.
18066         Cleanup when port allocation fails.
18067         Fixes #319183.
18068         
18069 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18070
18071         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18072           Don't ignore return value of the parent class's state
18073           change function (#331385, patch by: Wouter Paesen).
18074
18075 2006-02-15  Wim Taymans  <wim@fluendo.com>
18076
18077         * configure.ac:
18078         * docs/plugins/Makefile.am:
18079         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18080         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18081         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18082         * ext/Makefile.am:
18083         * ext/hal/Makefile.am:
18084         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18085         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18086         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18087         (do_toggle_element), (gst_hal_audio_sink_set_property),
18088         (gst_hal_audio_sink_get_property),
18089         (gst_hal_audio_sink_change_state):
18090         * ext/hal/gsthalaudiosink.h:
18091         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18092         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18093         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18094         (do_toggle_element), (gst_hal_audio_src_set_property),
18095         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18096         * ext/hal/gsthalaudiosrc.h:
18097         * ext/hal/gsthalelements.c: (plugin_init):
18098         * ext/hal/gsthalelements.h:
18099         * ext/hal/hal.c: (gst_hal_get_string),
18100         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18101         (gst_hal_get_audio_src):
18102         * ext/hal/hal.h:
18103         Add HAL sound device wrapper plugins. Closes #329106
18104
18105 2006-02-15  Wim Taymans  <wim@fluendo.com>
18106
18107         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18108         Add comment in a fultile attempt to stop the copy-and-paste 
18109         paradigm leading to duplication of bad code.
18110
18111         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18112         Mime parameters have to be checked case insensitive
18113
18114 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18115
18116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18117           Advance stream time for lagging subtitle streams by sending
18118           newsegment events with the update flag set.
18119
18120 2006-02-14  Edward Hervey  <edward@fluendo.com>
18121
18122         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18123         There can be bogus data before the hdrl LIST tag in the RIFF header.
18124         It's hard to say if it's not respecting the AVI specifications or not,
18125         but since Google Video is producing AVIs like that and the other player
18126         don't seem to complain, I guess we should do the same.
18127
18128 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18129
18130         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18131         (parse_split_strings):
18132         Add more validation to ensure that a char encoding conversion
18133         produced a valid UTF-8 string.
18134
18135 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18136
18137         Reviewed by: Edward Hervey  <edward@fluendo.com>
18138
18139         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18140         Properly handle end of segment. Closes #330885.
18141
18142 2006-02-13  Wim Taymans  <wim@fluendo.com>
18143
18144         * gst/rtp/gstrtpmp4gpay.h:
18145         For got to commit this one.
18146
18147 2006-02-12  Wim Taymans  <wim@fluendo.com>
18148
18149         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18150         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18151         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18152         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18153         * gst/rtp/gstrtpmp4gpay.h:
18154         Make more things work.
18155         Handle ACC config strings.
18156
18157 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18158
18159         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18160           set timestamps if no incoming timestamps set
18161
18162 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18163
18164         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18165         (gst_tag_demux_do_typefind):
18166           ... and fix the very same leaks in GstTagDemux.
18167
18168 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18169
18170         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18171         (gst_id3demux_do_typefind):
18172         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18173         <jonathan at kaolin dot wh9 dot net>)
18174
18175 2006-02-10  Wim Taymans  <wim@fluendo.com>
18176
18177         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18178         First set options, then set caps or else the baseclass
18179         will not know about the options, duh.
18180
18181 2006-02-10  Wim Taymans  <wim@fluendo.com>
18182
18183         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18184         (gst_rtp_mp4v_pay_setcaps):
18185         Don't waste time looking for a config string if we have codec_info
18186         on the incomming caps.
18187
18188 2006-02-10  Wim Taymans  <wim@fluendo.com>
18189
18190         * gst/rtp/README:
18191         Say something about case-sensitivity of caps vs mime-attributes.
18192
18193         * gst/rtp/Makefile.am:
18194         * gst/rtp/gstrtp.c: (plugin_init):
18195         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18196         (gst_rtp_amr_pay_handle_buffer):
18197         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18198         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18199         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18200         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18201         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18202         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18203         (gst_rtp_mp4g_pay_plugin_init):
18204         * gst/rtp/gstrtpmp4gpay.h:
18205         Added beginnings of mpeg4-generic payloader (RFC 3640)
18206
18207 2006-02-09  Wim Taymans  <wim@fluendo.com>
18208
18209         * gst/rtsp/Makefile.am:
18210         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18211         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18212         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18213         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18214         (gst_rtpdec_change_state):
18215         * gst/rtsp/gstrtpdec.h:
18216         * gst/rtsp/gstrtsp.c: (plugin_init):
18217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18218         * gst/rtsp/rtspconnection.c: (read_body),
18219         (rtsp_connection_receive):
18220         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18221         Resurected rtpdec to make rtspsrc happy again.
18222         Skip attributes from the session id.
18223         Don't crash when dumping a message with an empty body.
18224
18225
18226 2006-02-09  Wim Taymans  <wim@fluendo.com>
18227
18228         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18229         Added more meaningfull warnings when something goes wrong.
18230         Clear F bit on outgoing AMR packets.
18231
18232         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18233         (gst_rtp_amr_pay_handle_buffer):
18234         Added debugging category
18235         Support payloading of multiple AMR frames.
18236
18237         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18238         Added some debugging.
18239
18240 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18241
18242         * configure.ac:
18243           Back to CVS
18244
18245 === release 0.10.2 ===
18246
18247 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18248
18249         * configure.ac:
18250           releasing 0.10.2, "Papa was a rolling stone"
18251
18252 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18253
18254         * configure.ac:
18255           Bump core and plugins-base requirement to 0.10.2.2
18256           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18257
18258 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18259
18260         * ext/flac/gstflac.c: (plugin_init):
18261         * ext/speex/gstspeex.c: (plugin_init):
18262           Register musicbrainz tags.
18263
18264 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18265
18266         * ext/gconf/gconf.h:
18267           Remove declaration of function that no longer exists.
18268
18269 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18270
18271         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18272         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18273         Make shout2 work for non ogg streams
18274
18275 2006-02-06  Wim Taymans  <wim@fluendo.com>
18276
18277         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18278         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18279         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18280         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18281         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18282         * gst/udp/gstmultiudpsink.h:
18283         Updated docs.
18284         Added properties bytes-served, bytes_to_serve.
18285         Post proper error messages,
18286         Emit client added signal too.
18287
18288 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18289
18290         * docs/plugins/Makefile.am:
18291         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18293         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18294         (gst_multiudpsink_get_stats):
18295           adding docs for multiudpsink
18296
18297 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18298
18299         * gst/level/gstlevel.c: (gst_level_transform_ip):
18300           peak below decay is not necessarily an error, so don't ERROR log
18301
18302 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18303
18304         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18305         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18306         (gst_ebml_write_seek):
18307         * gst/matroska/ebml-write.h:
18308           Make sure we send a newsegment event in BYTES format
18309           before sending buffers (#328531).
18310
18311 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18314         (gst_dvdemux_sink_query):
18315         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18316         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18317         (speex_dec_src_query):
18318         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18319         (gst_speexenc_sink_query):
18320         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18321         * gst/matroska/matroska-demux.c:
18322         (gst_matroska_demux_get_src_query_types),
18323         (gst_matroska_demux_handle_src_query):
18324         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18325         (gst_wavparse_pad_query):
18326           Pass unhandled queries upstream instead of just dropping
18327           them (#326446). Update query type arrays here and there.
18328
18329 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18330
18331         * tests/check/elements/matroskamux.c: (setup_src_pad):
18332           Collectpads in core got changed and now also holds a
18333           reference to any pad that is part of it. Fix refcount
18334           checks in test case accordingly.
18335
18336 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * gst/apetag/gstapedemux.h:
18339           Fix include, for now GstTagDemux is in the apetag dir.
18340
18341 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18342
18343         * docs/plugins/Makefile.am:
18344         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18345         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18346         * docs/plugins/inspect/plugin-cdio.xml:
18347           Add cdio plugin to docs.
18348
18349         * ext/cdio/gstcdiocddasrc.c:
18350           Add gtk-doc blurb.
18351
18352         * ext/cdio/gstcdio.c:
18353           The plugin is called 'cdio' not 'cddio'.
18354
18355 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18356
18357         * configure.ac:
18358         * docs/plugins/Makefile.am:
18359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18361         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18362         * docs/plugins/inspect/plugin-apetag.xml:
18363         * gst/apetag/Makefile.am:
18364         * gst/apetag/gstapedemux.c:
18365         * gst/apetag/gstapedemux.h:
18366         * gst/apetag/gsttagdemux.c:
18367         * gst/apetag/gsttagdemux.h:
18368           Add APE tag demuxer (#325649).
18369
18370 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18371
18372         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18373         (gst_gconf_get_default_video_sink),
18374         (gst_gconf_get_default_audio_src),
18375         (gst_gconf_get_default_video_src):
18376         * ext/gconf/gconf.h:
18377         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18378         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18379         (do_toggle_element):
18380         * ext/gconf/gstgconfaudiosink.h:
18381         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18382         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18383         (do_toggle_element):
18384         * ext/gconf/gstgconfaudiosrc.h:
18385         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18386         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18387         (do_toggle_element):
18388         * ext/gconf/gstgconfvideosink.h:
18389         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18390         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18391         (do_toggle_element):
18392         * ext/gconf/gstgconfvideosrc.h:
18393           Ignore changing the GConf key to "". Ignore GConf key updates
18394           that don't actually change the string.
18395           For now, ignore the GConf key when the state is > READY, as
18396           it breaks streaming. Sometime it will be nice to bring the
18397           new sink online even mid-stream, by sending NEWSEGMENT info
18398           and possibly prerolling.
18399           (Fixes #326736)
18400
18401 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18402
18403         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18404         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18405         (zoomFilterSetResolution), (zoomFilterDestroy),
18406         (zoomFilterFastRGB), (pointFilter):
18407         * gst/goom/filters.h:
18408         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18409         (goom_update), (goom_close):
18410         * gst/goom/goom_core.h:
18411         * gst/goom/goom_tools.h:
18412         * gst/goom/graphic.c:
18413         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18414         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18415         * gst/goom/gstgoom.h:
18416         * gst/goom/lines.c: (goom_lines):
18417         * gst/goom/lines.h:
18418           Make goom reentrant by moving all important static variables
18419           into instance structures.
18420           (Fixes #329181)
18421
18422 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18423
18424         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18425         (gst_avi_demux_all_source_pads_unlinked),
18426         (gst_avi_demux_process_next_entry):
18427         * gst/avi/gstavidemux.h:
18428           Third attempt, use gst_pad_is_linked() this time.
18429
18430 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18431
18432         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18433         (parse_split_strings):
18434         Adjust for data length indicators when parsing (Fixes #329810)
18435         Fix stupid bug parsing UTF-8 tag text.
18436         Output tag strings with multiple fields as multiple tags, so the
18437         app gets all the data.
18438
18439 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18440
18441         * ext/flac/gstflacenc.c:
18442         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18443         show me.
18444         
18445 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18446
18447         * ext/flac/gstflacenc.c:
18448         * gst/matroska/ebml-read.c:
18449         Just make it compile with --disable-gst-debug.
18450
18451 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18452
18453         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18454         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18455         (id3v2_genre_fields_to_taglist):
18456           Never output a tag with a null contents string.
18457
18458 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18459
18460         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18461           Only pause if all pads are unlinked AND we've tried to send data
18462           on all of them at least once.
18463
18464 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18465
18466         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18467         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18468           Make loop function/task pause itself when all source pads are
18469           unlinked.
18470
18471 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * configure.ac:
18474         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18475           Use new functions from core to render a bin from a
18476           string. Fixes build. Up requirements to core CVS.
18477
18478 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18479
18480         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18481           Don't push buffers into the adapter that we are going to
18482           push downstream again without framing anyway. Also, the
18483           adaptor takes ownership of buffers put into it (fixes
18484           auparse pushing invalid buffers for .au files with
18485           ADPCM contents). Finally, set caps on all outgoing buffers.
18486
18487 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18488
18489         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18490         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18491         (gst_id3demux_send_tag_event):
18492         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18493         Someone should kick my butt. Remove ID3v1 tags from the end of the
18494         file.
18495
18496         Improve error messages. Send the TAG message as soon as we complete
18497         typefinding, instead of waiting until we send the first buffer.
18498         Downstream tag event is still sent before the first buffer.
18499
18500 2006-01-27  Jan Gerber  <j@bootlab.org>
18501
18502         Reviewed by: Andy Wingo <wingo@pobox.com>
18503
18504         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18505         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18506         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18507         to not have warings flooding stderr. this is the suggested way
18508         also used in dvgrab and kino. (#328336)
18509
18510 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18511
18512         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18513         (gst_oss_sink_init), (gst_oss_sink_finalise):
18514           Free the device name string when finalised.
18515
18516 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18517
18518         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18519           Don't put function calls in g_return_if_fail() statements,
18520           or they'll be replaced with NOOPs if someone compiles with
18521           G_DISABLE_CHECKS defined.
18522           
18523 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18524
18525         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18526         Never trust ANY information encoded in a media file, especially
18527         when it's giving you sizes. (Fixes #328452)
18528
18529 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18530
18531         * gst/rtp/gstrtpg711pay.c:
18532         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18533         bug #325148.
18534
18535 2006-01-23  Edward Hervey  <edward@fluendo.com>
18536
18537         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18538         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18539         * gst/matroska/matroska-ids.h:
18540         Added recognition of Real Audio and Video streams in matroska demuxer.
18541
18542 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18543
18544         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18545           Remove errant break statement, and fix compilation with
18546           older GCC.
18547
18548 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18549
18550         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18551
18552         * sys/sunaudio/gstsunaudiomixerctrl.c:
18553         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18554           Export functions that are needed in other parts of the code,
18555           makes the mixer actually work; adjust magic minimum buffer-time
18556           value from 3ms to 5ms to work around stuttering during mp3
18557           playback (#327765).
18558
18559 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18560
18561         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18562
18563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18564         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18565           Fix possible deadlock in matroska muxer (#327825).
18566
18567 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18568
18569         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18570         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18571         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18572         * gst/rtsp/sdpmessage.h:
18573         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18574         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18575           C89 fixes: declare variables at the beginning of a block and
18576           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18577           <jensgr at gmx dot net>).
18578
18579 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18580
18581         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18582         * gst/id3demux/id3tags.h:
18583         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18584         (parse_comment_frame), (parse_text_identification_frame),
18585         (id3v2_tag_to_taglist), (id3v2_are_digits),
18586         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18587         (parse_split_strings), (free_tag_strings):
18588           Rewrite parsing of text tags to handle multiple NULL terminated
18589           strings. Parse numeric genre strings and ID3v2 type
18590           "(3)(6)Alternative" style genre strings.
18591           Parse dates that are only YYYY or YYYY-mm format.
18592           (Fixes #328241 and #322154)
18593
18594 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18595
18596         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18597           Don't forget to initialize liboil, otherwise our oil functions
18598           will crash (fixes #327871; patch by: Christoph Burghardt
18599           <hawkes at web dot de>).
18600
18601 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18602
18603         * configure.ac:
18604           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18605           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18606           patch by: Brian Cameron <brian dot cameron at sun dot com>
18607
18608 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18609
18610         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18611         * ext/cdio/gstcdio.h:
18612         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18613           Fix build for libcdio versions >= 76; give slightly lower rank
18614           than cdparanoia.
18615
18616 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * configure.ac:
18619         * ext/Makefile.am:
18620         * ext/cdio/Makefile.am:
18621         * ext/cdio/gstcdio.c:
18622         * ext/cdio/gstcdio.h:
18623         * ext/cdio/gstcdiocddasrc.c:
18624         * ext/cdio/gstcdiocddasrc.h:
18625           Port libcdio cdda source, formerly known as cddasrc, now known as
18626           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18627           but that's not tested (fixes #317658).
18628
18629 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18632           Fix conversion from TIME to BYTES format (fixes #326864;
18633           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18634
18635 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18636
18637         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18638           Fix compilation of id3demux when zlib is not present.
18639           (Fixes #326602; patch by: Sergey Scobich)
18640
18641 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18642
18643         * ext/esd/Makefile.am:
18644           Add $(ESD_CFLAGS), otherwise build will fail for folks
18645           with libesd in a non-standard prefix (#327009).
18646
18647 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18648
18649         * configure.ac:
18650           back to HEAD
18651
18652 === release 0.10.1 ===
18653
18654 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18655
18656         * configure.ac:
18657           releasing 0.10.1, "Li"
18658
18659 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18660
18661           patch by: Wim Taymans
18662
18663         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18664           fix memleak.  Fixes #326618
18665
18666 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18667
18668           patch by: Mike Smith
18669
18670         * gst/level/gstlevel.c: (gst_level_message_new),
18671         (gst_level_message_append_channel):
18672           Fix memleak.  Fixes #326612
18673
18674 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18675
18676         * configure.ac:
18677           prereleasing
18678         * po/af.po:
18679         * po/az.po:
18680         * po/cs.po:
18681         * po/en_GB.po:
18682         * po/hu.po:
18683         * po/it.po:
18684         * po/nb.po:
18685         * po/nl.po:
18686         * po/or.po:
18687         * po/sq.po:
18688         * po/sr.po:
18689         * po/sv.po:
18690         * po/uk.po:
18691         * po/vi.po:
18692           update translations
18693
18694 2006-01-10  Michael Smith  <msmith@fluendo.com>
18695
18696         * gst/level/gstlevel.c: (gst_level_class_init),
18697         (gst_level_dispose):
18698           Don't leak filter arrays.
18699
18700 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18701
18702         reviewed by: Christian Schaller <uraeus@gnome.org>
18703         
18704         * configure.ac:
18705         * gst-plugins-good.spec.in:
18706         * sys/Makefile.am:
18707         * sys/sunaudio/Makefile.am:
18708         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18709         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18710         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18711         (gst_sunaudiomixer_change_state):
18712         * sys/sunaudio/gstsunaudiomixer.h:
18713         * sys/sunaudio/gstsunaudiomixerctrl.c:
18714         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18715         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18716         (gst_sunaudiomixer_ctrl_list_tracks),
18717         (gst_sunaudiomixer_ctrl_get_volume),
18718         (gst_sunaudiomixer_ctrl_set_volume),
18719         (gst_sunaudiomixer_ctrl_set_mute),
18720         (gst_sunaudiomixer_ctrl_set_record):
18721         * sys/sunaudio/gstsunaudiomixerctrl.h:
18722         * sys/sunaudio/gstsunaudiomixertrack.c:
18723         (gst_sunaudiomixer_track_class_init),
18724         (gst_sunaudiomixer_track_init), (fill_labels),
18725         (gst_sunaudiomixer_track_new):
18726         * sys/sunaudio/gstsunaudiomixertrack.h:
18727         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18728         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18729         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18730         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18731         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18732         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18733         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18734         * sys/sunaudio/gstsunaudiosink.h:
18735
18736         Add SunAudio plugin - tested to make sure it doesn't break
18737         the build under GNU/Linux.      
18738
18739 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18740
18741         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18742         * gst-plugins-good/gst/udp/gstudpsrc.c:
18743         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18744         overrides the port or multicast parameters. Fixes bugs #323021.
18745         API addition: adds GstUDPSrc::sockfd property   
18746
18747 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * ext/gconf/Makefile.am:
18750         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18751         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18752         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18753         (do_toggle_element), (cb_toggle_element),
18754         (gst_gconf_audio_src_change_state):
18755         * ext/gconf/gstgconfaudiosrc.h:
18756         * ext/gconf/gstgconfelements.c: (plugin_init):
18757         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18758         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18759         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18760         (do_toggle_element), (cb_toggle_element),
18761         (gst_gconf_video_src_change_state):
18762         * ext/gconf/gstgconfvideosrc.h:
18763           Add new gconfaudiosrc and gconfvideosrc elements
18764           (needed for gnome-sound-recorder).
18765
18766 2006-01-06  Edward Hervey  <edward@fluendo.com>
18767
18768         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18769         Add gst_element_no_more_pads() for proper decodebin behaviour.
18770         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18771         (parse_text_identification_frame), (parse_split_strings):
18772         Failure to decode some tags is not a GST_ERROR() but a
18773         GST_WARNING()
18774         When iterating over a chunk of text, check that we haven't gone too
18775         far.
18776
18777 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18778
18779         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18780         (plugin_init):
18781           call oil_init() when using liboil
18782
18783 2006-01-04  Wim Taymans  <wim@fluendo.com>
18784
18785         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18786         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18787         Fix leaks.
18788
18789 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18790
18791         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18794         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18795         (gst_flac_dec_change_state):
18796           Don't g_assert() where we should just return FALSE; remove
18797           unnecessary g_assert(); initialize some fields properly in
18798           state change function (fixes #325504). Also, use
18799           GST_DEBUG_OBJECT in two more places.
18800
18801 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18802
18803         * configure.ac:
18804           also remove smoothwave's Makefile.am
18805         * docs/plugins/Makefile.am:
18806           fix plugin docs
18807
18808 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18809
18810         * tests/examples/Makefile.am:
18811           added missing Makefile.am
18812
18813 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18814
18815         * configure.ac:
18816         * gst/level/Makefile.am:
18817         * gst/level/level-example.c:
18818         * tests/Makefile.am:
18819         * tests/examples/level/Makefile.am:
18820         * tests/examples/level/level-example.c: (message_handler), (main):
18821           moved level-example to tests/examples/level-example
18822         * tests/old/examples/level/demo.c: (main):
18823         * tests/old/examples/level/plot.c: (main):
18824           some initial fixes
18825
18826 2005-12-29  Michael Smith  <msmith@fluendo.com>
18827
18828         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18829         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18830         * gst/udp/gstmultiudpsink.h:
18831           Track packets sent per client in addition to bytes sent; provide
18832           this info through get-stats signal
18833
18834 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18835
18836         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18837           Can't use gst_object_unref() on a GstAdapter (#325191).
18838
18839 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18840
18841         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18842         If a broken tag has 0 bytes payload, at least still skip
18843         the 10 byte header
18844
18845 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18846
18847         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18848         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18849         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18850         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18851           Making these depayloaders (H263+ and mpeg4 video) inherit from
18852           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18853
18854 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18855
18856         * docs/plugins/gst-plugins-good-plugins.args:
18857         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18858         Regenerate the plugin hiearchy.
18859
18860 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18861
18862         * docs/plugins/Makefile.am:
18863         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18864         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18865         * docs/plugins/gst-plugins-good-plugins.args:
18866         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18867         (gst_id3demux_base_init), (gst_id3demux_class_init),
18868         (gst_id3demux_chain):
18869         * gst/id3demux/gstid3demux.h:
18870           Add documentation for id3demux.
18871           Don't fail if the first buffer is not at offset 0, just
18872           attempt to typefind and do pass through
18873           Rename the gst_type function from gst_gst_id3demux..
18874
18875 2005-12-20  Michael Smith  <msmith@fluendo.com>
18876
18877         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18878         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18879         (gst_multiudpsink_get_stats):
18880         * gst/udp/gstmultiudpsink.h:
18881           Collect statistics; return them from get_stats.
18882
18883 2005-12-19  Edward Hervey  <edward@fluendo.com>
18884
18885         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18886         Stupid signedness issue...
18887
18888 2005-12-19  Edward Hervey  <edward@fluendo.com>
18889
18890         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18891         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18892         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18893         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18894         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18895         Construct index for indexless files.
18896         Make sure pad/buffers are correctly reset to NULL once we don't need
18897         them anymore, else we get lovely segfaults/assertions.
18898         * gst/wavparse/gstwavparse.c:
18899         Yes, you can have 96KHz audio and wma in wav :(
18900
18901 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18902
18903         * configure.ac:
18904           Check for optional dependency on zlib for id3demux
18905
18906         * gst/id3demux/Makefile.am:
18907         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18908         (gst_id3demux_base_init), (gst_id3demux_class_init),
18909         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18910         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18911         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18912         (gst_id3demux_set_property), (gst_id3demux_get_property),
18913         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18914         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18915         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18916         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18917         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18918         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18919         (simple_find_peek), (simple_find_suggest),
18920         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18921         (plugin_init):
18922         * gst/id3demux/gstid3demux.h:
18923         * gst/id3demux/id3tags.c: (read_synch_uint),
18924         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18925         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18926         (id3demux_id3v2_frames_to_tag_list):
18927         * gst/id3demux/id3tags.h:
18928         * gst/id3demux/id3v2.4.0-frames.txt:
18929         * gst/id3demux/id3v2.4.0-structure.txt:
18930         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18931         (parse_comment_frame), (parse_text_identification_frame),
18932         (id3v2_tag_to_taglist), (parse_split_strings):
18933           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18934           otherwise it discards them. Works on my test files. 
18935
18936         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18937           Don't send EOS to a non-existing srcpad
18938           The debug category can be static
18939
18940 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18941
18942         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18943         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18944         * gst/multipart/multipartdemux.c:
18945           change some char* into char[]
18946
18947 2005-12-16  Wim Taymans  <wim@fluendo.com>
18948
18949         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18950         (gst_wavparse_other), (gst_wavparse_perform_seek),
18951         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18952         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18953         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18954         * gst/wavparse/gstwavparse.h:
18955         Use GstSegment to implement more seeking features.
18956
18957 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18958
18959         * gst/rtsp/rtspconnection.c:
18960           Add <netinet/in.h> include and move <arpa/inet.h> include
18961           to make things work on OpenBSD as well (fixes #323717;
18962           patch by: Benjamin Pineau)
18963
18964 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18965
18966         * gst/rtp/gstrtpspeexdepay.c:
18967         * gst/rtp/gstrtpspeexpay.c:
18968         Set clock rate to be fixed in 8000. It fixes bug #324012.
18969
18970 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18971
18972         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18973         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18974         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18975         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18976         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18977         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18978         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18979         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18980         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18981         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18982         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18983         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18984         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18985         * gst-plugins-good/gst/rtp/README:
18986         Fixed payload range in payloder caps. Removed payload range completely
18987         from depayloaders as they don't require payload type in their caps.
18988         In effect, there isn't any specific payload type for any given codec,
18989         only suggestions.
18990         Fixes bug #324011.
18991
18992 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18993
18994         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18995         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18996         (gst_videomixer_collected): Code cleanup and re-enabling 
18997         queued time validity check for correct EOS handling.
18998
18999 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19002         (gst_oss_mixer_element_get_property),
19003         (gst_oss_mixer_element_change_state):
19004         Add 'device-name' property and fix state change function.
19005
19006 2005-12-13  Edward Hervey  <edward@fluendo.com>
19007
19008         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19009         If the speed of the file is null in the header, set the frame_time to
19010         the default setting of GST_SECOND / 70. Which is the default
19011         frame_delay for .fli files as stated in this document :
19012         http://www.compuphase.com/flic.htm
19013         Would be nice to have the time conversion done properly too (duration =
19014         flxh->frames * flxdec->frame_time)
19015
19016 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19017
19018         * docs/plugins/Makefile.am:
19019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19021         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19022         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19023         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19024         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19025         documentation for videomixer on my way with a funny sample
19026         pipeline.
19027
19028 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19029
19030         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19031         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19032         (gst_videomixer_update_queues), (gst_videomixer_collected):
19033         Fix caps negotiation. (#323896)
19034
19035 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19036
19037         * gst/matroska/matroska-demux.c:
19038         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19039           Set correct timestamps on audio laces, fixes playback of mp3 from
19040                 matroska.
19041
19042 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19043
19044         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19045         (gst_au_parse_class_init), (gst_au_parse_init),
19046         (gst_au_parse_dispose), (gst_au_parse_chain),
19047         (gst_au_parse_change_state), (plugin_init):
19048         * gst/auparse/gstauparse.h:
19049           Use gst_object_unref() for GstObjects instead of
19050           g_object_unref() and fix a mem leak in a debug
19051           statement; while we're at it, also borgify, use
19052           boilerplate macros and clean up a little bit.
19053
19054 2005-12-11  Edward Hervey  <edward@fluendo.com>
19055
19056         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19057         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19058         Added pull mode.
19059
19060 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19061
19062         * gst/goom/gstgoom.c:
19063         * gst/level/level-example.c: (main):
19064         * gst/smoothwave/demo-osssrc.c: (main):
19065           Use audiotestsrc instead of sinesrc (#323798).
19066
19067 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19068
19069         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19070           more debug-func-ptr usage
19071
19072 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19073
19074         * gst/flx/flx_color.c: (flx_colorspace_convert):
19075         * gst/flx/flx_color.h:
19076         * gst/flx/flx_fmt.h:
19077         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19078         * gst/flx/gstflxdec.h:
19079           Now flxdec works on big-endian machines as well.
19080
19081 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19082
19083         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19084         (gst_fenced_buffer_copy):
19085           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19086           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19087           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19088           and use GST_DEBUG_FUNCPTR for pad functions.
19089
19090 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19091
19092         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19093         (gst_flac_dec_class_init), (gst_flac_dec_init),
19094         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19095         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19096         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19097         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19098         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19099         (gst_flac_dec_change_state):
19100         * ext/flac/gstflacdec.h:
19101           Rewrite flacdec a bit, so that even seeking might work now. Most
19102           importantly, don't act upon any flow return values we get, just tell
19103           the decoder everything's dandy and act on the flow return values
19104           later on in the loop function. We don't want to mess up the internal
19105           decoder state for non-fatal things like flushing pads etc. Other
19106           than that, use GstSegment (segment seeks don't work yet though, but
19107           should be easy to add), use boilerplate macros, drop the superfluous
19108           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19109           lots of other things.
19110
19111 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19112
19113         * configure.ac:
19114           Update comment in OSS includes check.
19115
19116         * sys/oss/gstossdmabuffer.c:
19117         * sys/oss/gstosshelper.c:
19118         * sys/oss/gstossmixer.c:
19119         * sys/oss/gstossmixertrack.c:
19120         * sys/oss/gstosssink.c:
19121         * sys/oss/gstosssrc.c:
19122         * sys/oss/oss_probe.c:
19123           Don't assume the OSS soundcard.h include is always in
19124           the sys/ directory. Instead, use the existing defines
19125           from config.h to include the right file. Fixes
19126           compilation on OpenBSD 3.8 (#323718).
19127
19128 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19129
19130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19131         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19132         * docs/plugins/inspect/plugin-1394.xml:
19133         * docs/plugins/inspect/plugin-aasink.xml:
19134         * docs/plugins/inspect/plugin-alaw.xml:
19135         * docs/plugins/inspect/plugin-alpha.xml:
19136         * docs/plugins/inspect/plugin-alphacolor.xml:
19137         * docs/plugins/inspect/plugin-auparse.xml:
19138         * docs/plugins/inspect/plugin-autodetect.xml:
19139         * docs/plugins/inspect/plugin-avi.xml:
19140         * docs/plugins/inspect/plugin-cacasink.xml:
19141         * docs/plugins/inspect/plugin-cairo.xml:
19142         * docs/plugins/inspect/plugin-cutter.xml:
19143         * docs/plugins/inspect/plugin-debug.xml:
19144         * docs/plugins/inspect/plugin-dv.xml:
19145         * docs/plugins/inspect/plugin-efence.xml:
19146         * docs/plugins/inspect/plugin-effectv.xml:
19147         * docs/plugins/inspect/plugin-esdsink.xml:
19148         * docs/plugins/inspect/plugin-flac.xml:
19149         * docs/plugins/inspect/plugin-flxdec.xml:
19150         * docs/plugins/inspect/plugin-gconfelements.xml:
19151         * docs/plugins/inspect/plugin-goom.xml:
19152         * docs/plugins/inspect/plugin-jpeg.xml:
19153         * docs/plugins/inspect/plugin-level.xml:
19154         * docs/plugins/inspect/plugin-matroska.xml:
19155         * docs/plugins/inspect/plugin-mulaw.xml:
19156         * docs/plugins/inspect/plugin-multipart.xml:
19157         * docs/plugins/inspect/plugin-navigationtest.xml:
19158         * docs/plugins/inspect/plugin-ossaudio.xml:
19159         * docs/plugins/inspect/plugin-png.xml:
19160         * docs/plugins/inspect/plugin-rtp.xml:
19161         * docs/plugins/inspect/plugin-rtsp.xml:
19162         * docs/plugins/inspect/plugin-shout2send.xml:
19163         * docs/plugins/inspect/plugin-smpte.xml:
19164         * docs/plugins/inspect/plugin-speex.xml:
19165         * docs/plugins/inspect/plugin-udp.xml:
19166         * docs/plugins/inspect/plugin-videobox.xml:
19167         * docs/plugins/inspect/plugin-videoflip.xml:
19168         * docs/plugins/inspect/plugin-videomixer.xml:
19169         * docs/plugins/inspect/plugin-wavenc.xml:
19170         * docs/plugins/inspect/plugin-wavparse.xml:
19171         * ext/flac/gstflac.c: (plugin_init):
19172         * ext/flac/gstflacdec.c: (flacdec_get_type),
19173         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19174         (gst_flac_dec_init), (gst_flac_dec_finalize),
19175         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19176         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19177         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19178         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19179         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19180         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19181         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19182         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19183         * ext/flac/gstflacdec.h:
19184         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19185         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19186         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19187         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19188         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19189         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19190         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19191         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19192         (gst_flac_enc_change_state):
19193         * ext/flac/gstflacenc.h:
19194           borgify and fix up documentation
19195
19196 2005-12-09  Michael Smith  <msmith@fluendo.com>
19197
19198         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19199           Accept a wider range of flac files, more closely matching flac spec.
19200
19201 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19202
19203         * docs/plugins/Makefile.am: Add multipart elements.
19204         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19205         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19206         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19207         * gst/multipart/multipartdemux.c:
19208         * gst/multipart/multipartmux.c: Add docs.
19209
19210 2005-12-07  Edward Hervey  <edward@fluendo.com>
19211
19212         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19213         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19214         (gst_avi_demux_invert):
19215         Memleak and crasher fixes.
19216         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19217         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19218         Memleak fixes
19219
19220 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19221
19222         * ext/aalib/gstaasink.h:
19223         * ext/cairo/gsttextoverlay.h:
19224         * ext/dv/gstdvdec.h:
19225         * ext/dv/gstdvdemux.c:
19226         * ext/dv/gstdvdemux.h:
19227         * ext/esd/esdsink.h:
19228         * ext/flac/flac_compat.h:
19229         * ext/flac/gstflacdec.h:
19230         * ext/flac/gstflacenc.h:
19231         * ext/gconf/gconf.h:
19232         * ext/gconf/gstgconfaudiosink.h:
19233         * ext/gconf/gstgconfvideosink.h:
19234         * ext/gdk_pixbuf/gstgdkanimation.h:
19235         * ext/jpeg/gstjpegdec.h:
19236         * ext/jpeg/smokecodec.h:
19237         * ext/jpeg/smokeformat.h:
19238         * ext/ladspa/gstsignalprocessor.h:
19239         * ext/ladspa/search.c: (LADSPAPluginSearch):
19240         * ext/ladspa/utils.h:
19241         * ext/libmng/gstmng.c:
19242         * ext/libmng/gstmngdec.h:
19243         * ext/libmng/gstmngenc.c:
19244         * ext/libmng/gstmngenc.h:
19245         * ext/libpng/gstpng.c:
19246         * ext/libpng/gstpngenc.c:
19247         * ext/libpng/gstpngenc.h:
19248         * ext/shout2/gstshout2.h:
19249         * ext/speex/gstspeexdec.h:
19250         * ext/speex/gstspeexenc.c:
19251         * ext/speex/gstspeexenc.h:
19252         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19253         * gst/autodetect/gstautoaudiosink.h:
19254         * gst/autodetect/gstautovideosink.h:
19255         * gst/avi/gstavidemux.h:
19256         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19257         (gst_cutter_set_property), (gst_cutter_get_caps):
19258         * gst/cutter/gstcutter.h:
19259         * gst/debug/tests.c: (md5_process_block):
19260         * gst/debug/tests.h:
19261         * gst/effectv/gstwarp.c:
19262         * gst/flx/flx_fmt.h:
19263         * gst/flx/gstflxdec.h:
19264         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19265         (zoomFilterFastRGB):
19266         * gst/goom/filters.h:
19267         * gst/goom/goom_tools.h:
19268         * gst/law/alaw-encode.c:
19269         * gst/level/gstlevel.c:
19270         * gst/level/gstlevel.h:
19271         * gst/matroska/ebml-write.h:
19272         * gst/matroska/matroska-demux.h:
19273         * gst/matroska/matroska-ids.h:
19274         * gst/matroska/matroska-mux.h:
19275         * gst/monoscope/convolve.c: (convolve_match):
19276         * gst/monoscope/convolve.h:
19277         * gst/multipart/multipartmux.c:
19278         * gst/oldcore/gstaggregator.c:
19279         * gst/oldcore/gstaggregator.h:
19280         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19281         * gst/oldcore/gstmd5sink.h:
19282         * gst/oldcore/gstmultifilesrc.c:
19283         * gst/oldcore/gstmultifilesrc.h:
19284         * gst/oldcore/gstpipefilter.h:
19285         * gst/oldcore/gstshaper.h:
19286         * gst/rtp/gstrtpL16depay.h:
19287         * gst/rtp/gstrtpL16pay.h:
19288         * gst/rtp/gstrtpdepay.h:
19289         * gst/rtp/gstrtpmp4vpay.c:
19290         * gst/rtp/gstrtpmp4vpay.h:
19291         * gst/rtsp/gstrtspsrc.c:
19292         * gst/rtsp/gstrtspsrc.h:
19293         * gst/rtsp/rtspconnection.h:
19294         * gst/rtsp/rtspdefs.h:
19295         * gst/rtsp/rtspmessage.h:
19296         * gst/rtsp/rtsptransport.h:
19297         * gst/rtsp/rtspurl.c:
19298         * gst/rtsp/rtspurl.h:
19299         * gst/rtsp/sdpmessage.c:
19300         * gst/rtsp/sdpmessage.h:
19301         * gst/smpte/barboxwipes.c:
19302         * gst/smpte/gstmask.h:
19303         * gst/smpte/gstsmpte.h:
19304         * gst/smpte/paint.c:
19305         * gst/smpte/paint.h:
19306         * gst/udp/gstdynudpsink.h:
19307         * gst/udp/gstmultiudpsink.h:
19308         * gst/udp/gstudpsink.c:
19309         * gst/udp/gstudpsink.h:
19310         * gst/udp/gstudpsrc.c:
19311         * gst/videomixer/videomixer.c:
19312         * gst/wavenc/riff.h:
19313         * gst/wavparse/gstwavparse.h:
19314         * sys/oss/gstossdmabuffer.h:
19315         * sys/oss/gstossmixer.h:
19316         * sys/oss/gstossmixerelement.h:
19317         * sys/oss/gstossmixertrack.h:
19318         * sys/oss/gstosssink.c:
19319         * sys/oss/gstosssink.h:
19320         * sys/oss/gstosssrc.c:
19321         * sys/oss/gstosssrc.h:
19322         * sys/osxaudio/gstosxaudioelement.h:
19323         * sys/osxaudio/gstosxaudiosink.h:
19324         * sys/osxaudio/gstosxaudiosrc.h:
19325           expand tabs
19326
19327 === release 0.10.0 ===
19328
19329 2005-12-05   <thomas (at) apestaart (dot) org>
19330
19331         * configure.ac:
19332           releasing 0.10.0, "Abondance"
19333
19334 2005-12-05  Andy Wingo  <wingo@pobox.com>
19335
19336         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19337         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19338         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19340         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19341         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19342         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19343         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19344         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19345         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19346         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19347         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19348         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19349         * gst/goom/gstgoom.c: (gst_goom_chain):
19350         * gst/matroska/matroska-demux.c:
19351         (gst_matroska_demux_push_vorbis_codec_priv_data),
19352         (gst_matroska_demux_add_wvpk_header):
19353         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19354         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19355         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19357         alloc_buffer changes.
19358
19359 2005-12-05  Michael Smith  <msmith@fluendo.com>
19360
19361         * docs/plugins/gst-plugins-good-plugins.args:
19362           Remove args for plugins that aren't in -good.
19363
19364 === release 0.9.7 ===
19365
19366 2005-12-01   <thomas (at) apestaart (dot) org>
19367
19368         * configure.ac:
19369           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19370
19371 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19372
19373         * docs/plugins/.cvsignore:
19374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19375         * docs/plugins/inspect/plugin-multipart.xml:
19376         * docs/plugins/inspect/plugin-rtp.xml:
19377           add multipart plugin to docs
19378
19379 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19380
19381         * configure.ac:
19382         * ext/Makefile.am:
19383         * ext/pango/Makefile.am:
19384         * ext/pango/gstclockoverlay.c:
19385         * ext/pango/gstclockoverlay.h:
19386         * ext/pango/gsttextoverlay.c:
19387         * ext/pango/gsttextoverlay.h:
19388         * ext/pango/gsttextrender.c:
19389         * ext/pango/gsttextrender.h:
19390         * ext/pango/gsttimeoverlay.c:
19391         * ext/pango/gsttimeoverlay.h:
19392           move pango to base
19393
19394 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19395
19396         * gst/rtp/Makefile.am:
19397         * gst/rtp/gstrtpL16depay.c:
19398         * gst/rtp/gstrtpL16depay.h:
19399         * gst/rtp/gstrtpL16parse.c:
19400         * gst/rtp/gstrtpL16parse.h:
19401         * gst/rtp/gstrtpgsmdepay.c:
19402         * gst/rtp/gstrtpgsmdepay.h:
19403         * gst/rtp/gstrtpgsmparse.c:
19404         * gst/rtp/gstrtpgsmparse.h:
19405           parsers are depayers
19406
19407 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19408
19409         * gst/rtp/Makefile.am:
19410         * gst/rtp/gstasteriskh263.c:
19411         * gst/rtp/gstrtp.c:
19412         * gst/rtp/gstrtpL16enc.c:
19413         * gst/rtp/gstrtpL16enc.h:
19414         * gst/rtp/gstrtpL16parse.c:
19415         * gst/rtp/gstrtpL16parse.h:
19416         * gst/rtp/gstrtpL16pay.c:
19417         * gst/rtp/gstrtpL16pay.h:
19418         * gst/rtp/gstrtpamrdec.c:
19419         * gst/rtp/gstrtpamrdec.h:
19420         * gst/rtp/gstrtpamrdepay.c:
19421         * gst/rtp/gstrtpamrdepay.h:
19422         * gst/rtp/gstrtpamrenc.c:
19423         * gst/rtp/gstrtpamrenc.h:
19424         * gst/rtp/gstrtpamrpay.c:
19425         * gst/rtp/gstrtpamrpay.h:
19426         * gst/rtp/gstrtpdec.c:
19427         * gst/rtp/gstrtpdec.h:
19428         * gst/rtp/gstrtpdepay.c:
19429         * gst/rtp/gstrtpdepay.h:
19430         * gst/rtp/gstrtpg711dec.c:
19431         * gst/rtp/gstrtpg711dec.h:
19432         * gst/rtp/gstrtpg711depay.c:
19433         * gst/rtp/gstrtpg711depay.h:
19434         * gst/rtp/gstrtpg711enc.c:
19435         * gst/rtp/gstrtpg711enc.h:
19436         * gst/rtp/gstrtpg711pay.c:
19437         * gst/rtp/gstrtpg711pay.h:
19438         * gst/rtp/gstrtpgsmenc.c:
19439         * gst/rtp/gstrtpgsmenc.h:
19440         * gst/rtp/gstrtpgsmparse.c:
19441         * gst/rtp/gstrtpgsmparse.h:
19442         * gst/rtp/gstrtpgsmpay.c:
19443         * gst/rtp/gstrtpgsmpay.h:
19444         * gst/rtp/gstrtph263enc.c:
19445         * gst/rtp/gstrtph263enc.h:
19446         * gst/rtp/gstrtph263pay.c:
19447         * gst/rtp/gstrtph263pay.h:
19448         * gst/rtp/gstrtph263pdec.c:
19449         * gst/rtp/gstrtph263pdec.h:
19450         * gst/rtp/gstrtph263pdepay.c:
19451         * gst/rtp/gstrtph263pdepay.h:
19452         * gst/rtp/gstrtph263penc.c:
19453         * gst/rtp/gstrtph263penc.h:
19454         * gst/rtp/gstrtph263ppay.c:
19455         * gst/rtp/gstrtph263ppay.h:
19456         * gst/rtp/gstrtpmp4vdec.c:
19457         * gst/rtp/gstrtpmp4vdec.h:
19458         * gst/rtp/gstrtpmp4vdepay.c:
19459         * gst/rtp/gstrtpmp4vdepay.h:
19460         * gst/rtp/gstrtpmp4venc.c:
19461         * gst/rtp/gstrtpmp4venc.h:
19462         * gst/rtp/gstrtpmp4vpay.c:
19463         * gst/rtp/gstrtpmp4vpay.h:
19464         * gst/rtp/gstrtpmpadec.c:
19465         * gst/rtp/gstrtpmpadec.h:
19466         * gst/rtp/gstrtpmpadepay.c:
19467         * gst/rtp/gstrtpmpadepay.h:
19468         * gst/rtp/gstrtpmpaenc.c:
19469         * gst/rtp/gstrtpmpaenc.h:
19470         * gst/rtp/gstrtpmpapay.c:
19471         * gst/rtp/gstrtpmpapay.h:
19472         * gst/rtp/gstrtpspeexdec.c:
19473         * gst/rtp/gstrtpspeexdec.h:
19474         * gst/rtp/gstrtpspeexdepay.c:
19475         * gst/rtp/gstrtpspeexdepay.h:
19476         * gst/rtp/gstrtpspeexenc.c:
19477         * gst/rtp/gstrtpspeexenc.h:
19478         * gst/rtp/gstrtpspeexpay.c:
19479         * gst/rtp/gstrtpspeexpay.h:
19480           Do burger's rename for rtp payloaders and depayloaders
19481
19482 2005-11-30  Wim Taymans  <wim@fluendo.com>
19483
19484         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19485         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19486         * ext/dv/gstdvdemux.h:
19487         Fix seeking in dvdemux again, add some more debug info.
19488
19489 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19490
19491         * configure.ac:
19492           fix tests
19493
19494 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19495
19496         * PORTED_09:
19497         * docs/random/PORTED_09:
19498           move
19499         * tests/Makefile.am:
19500           add
19501         * win32/gst.sln:
19502           remove
19503
19504 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19505
19506         * Makefile.am:
19507         * check/.cvsignore:
19508         * check/Makefile.am:
19509         * check/elements/.cvsignore:
19510         * check/elements/level.c:
19511         * check/elements/matroskamux.c:
19512         * configure.ac:
19513         * examples/Makefile.am:
19514         * examples/capsfilter/Makefile.am:
19515         * examples/capsfilter/capsfilter1.c:
19516         * examples/gob/Makefile.am:
19517         * examples/gob/gst-identity2.gob:
19518         * examples/gstplay/.cvsignore:
19519         * examples/gstplay/Makefile.am:
19520         * examples/gstplay/player.c:
19521         * examples/indexing/.cvsignore:
19522         * examples/indexing/Makefile.am:
19523         * examples/indexing/indexmpeg.c:
19524         * examples/level/Makefile.am:
19525         * examples/level/README:
19526         * examples/level/demo.c:
19527         * examples/level/plot.c:
19528         * examples/stats/Makefile.am:
19529         * examples/stats/mp2ogg.c:
19530         * examples/switch/.cvsignore:
19531         * examples/switch/Makefile.am:
19532         * examples/switch/switcher.c:
19533           move under tests/
19534
19535 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19536
19537         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19538         (gst_text_render_class_init), (resize_bitmap),
19539         (gst_text_render_render_text), (gst_text_render_setcaps),
19540         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19541         (gst_text_render_chain), (gst_text_render_finalize),
19542         (gst_text_render_init), (gst_text_render_set_property):
19543         * ext/pango/gsttextrender.h:
19544           Add missing files.
19545
19546 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19547
19548         * configure.ac:
19549         * ext/Makefile.am:
19550         * ext/pango/Makefile.am:
19551         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19552         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19553         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19554         * ext/pango/gstclockoverlay.h:
19555         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19556         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19557         (gst_text_overlay_finalize), (gst_text_overlay_init),
19558         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19559         (gst_text_overlay_text_pad_linked),
19560         (gst_text_overlay_text_pad_unlinked),
19561         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19562         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19563         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19564         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19565         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19566         (gst_text_overlay_change_state), (plugin_init):
19567         * ext/pango/gsttextoverlay.h:
19568         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19569         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19570         (gst_time_overlay_class_init), (gst_time_overlay_init):
19571         * ext/pango/gsttimeoverlay.h:
19572           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19573           and add background shading and text wrapping modes. Make 
19574           timoverlay derive from textoverlay. Also add new clockoverlay
19575           element.
19576
19577 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19578
19579         * gst/udp/Makefile.am: Moved to netbuffer.
19580
19581 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19582
19583         * configure.ac:
19584         * PORTED_O9:
19585         * gst/multipart/Makefile.am:
19586         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19587         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19588         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19589         (gst_multipart_demux_change_state),
19590         (gst_multipart_demux_plugin_init):
19591         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19592         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19593         (gst_multipart_mux_sinkconnect),
19594         (gst_multipart_mux_request_new_pad),
19595         (gst_multipart_mux_handle_src_event),
19596         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19597         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19598         0.9.
19599
19600 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19603         * gst/debug/gstnavigationtest.h:
19604         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19605         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19606         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19607         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19608         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19609         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19610         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19611         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19612         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19613         (gst_video_flip_get_type):
19614         * gst/videofilter/gstvideoflip.h:
19615           update for symbols change
19616
19617 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19618
19619         * gst/udp/gstdynudpsink.c:
19620         * gst/udp/gstudpsrc.c:
19621           the old gstnet lib was renamed gstnetbuffer (#322257)
19622
19623 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19624
19625         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19626         (gst_text_overlay_collected):
19627           Actually render the text from the text pad.
19628
19629 2005-11-29  Edward Hervey  <edward@fluendo.com>
19630
19631         * gst/debug/gstnavseek.c: (gst_navseek_event):
19632         * gst/debug/progressreport.c: (gst_progress_report_event):
19633         Update for GstBaseTransform event virtual method
19634
19635 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * ext/cairo/Makefile.am:
19638           no need to link to videofilter
19639
19640 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19641
19642         * gst/debug/Makefile.am:
19643         * gst/debug/gstnavigationtest.h:
19644         * gst/effectv/Makefile.am:
19645         * gst/effectv/gstaging.c:
19646         * gst/effectv/gstdice.c:
19647         * gst/effectv/gstedge.c:
19648         * gst/effectv/gstquark.c:
19649         * gst/effectv/gstrev.c:
19650         * gst/effectv/gstshagadelic.c:
19651         * gst/effectv/gstvertigo.c:
19652         * gst/effectv/gstwarp.c:
19653         * gst/videofilter/Makefile.am:
19654         * gst/videofilter/gstvideofilter.c:
19655         * gst/videofilter/gstvideofilter.h:
19656         * gst/videofilter/gstvideoflip.h:
19657           remove the videofilter library and link to the one in base
19658
19659 2005-11-28  Edward Hervey  <edward@fluendo.com>
19660
19661         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19662         Useless check now we're setting the current entry correctly.
19663
19664 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19665
19666         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19667         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19668         (gst_jpegenc_change_state):
19669           Don't leak input buffer in chain function (fixes #322667); make 
19670           state change function thread-safe; don't repeat the current function
19671           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19672           gst_pad_alloc_buffer(); misc. minor cleanups.
19673
19674 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19675
19676         * gst/matroska/matroska-mux.c:
19677         (gst_matroska_mux_video_pad_setcaps):
19678         Look for pixel-aspect-ratio in caps, not pixel_width and
19679         pixel_height (Fixes: #322645)
19680
19681 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19682
19683         * gst/matroska/matroska-mux.c:
19684         (gst_matroska_mux_video_pad_setcaps):
19685         From Michal Benes:
19686         frame duration should be GST_SECOND / framerate, not
19687         GST_SECOND * framerate. (Fixes: #322643)
19688
19689 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19690
19691         * configure.ac:
19692           fix up GST_PLUGIN_LDFLAGS
19693         * gst/rtsp/rtspconnection.c:
19694           fix includes (see #317043)
19695         * gst/videofilter/Makefile.am:
19696           stop installing this library
19697
19698 2005-11-26  Edward Hervey  <edward@fluendo.com>
19699
19700         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19701         Handle the case where the incoming Video dv stream doesn't have
19702         a pixel aspect ratio set.
19703
19704 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19705
19706         * docs/plugins/Makefile.am:
19707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19709         * ext/flac/gstflacdec.c:
19710           document flacdec
19711
19712 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         * docs/plugins/Makefile.am:
19715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19717         * docs/plugins/inspect/plugin-autodetect.xml:
19718         * ext/cairo/gstcairo.c: (plugin_init):
19719         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19720         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19721         (gst_text_overlay_init), (gst_text_overlay_font_init),
19722         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19723         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19724         (gst_text_overlay_text_pad_linked),
19725         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19726         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19727         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19728         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19729         (gst_text_overlay_change_state):
19730         * ext/cairo/gsttextoverlay.h:
19731         * ext/cairo/gsttimeoverlay.c:
19732         (gst_cairo_time_overlay_update_font_height),
19733         (gst_cairo_time_overlay_set_caps),
19734         (gst_cairo_time_overlay_get_unit_size),
19735         (gst_cairo_time_overlay_print_smpte_time),
19736         (gst_cairo_time_overlay_transform),
19737         (gst_cairo_time_overlay_base_init),
19738         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19739         (gst_cairo_time_overlay_get_type):
19740         * ext/cairo/gsttimeoverlay.h:
19741           do some name borgifying
19742           document
19743
19744 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19745
19746         * docs/plugins/Makefile.am:
19747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19748         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19749         * gst/autodetect/gstautoaudiosink.c:
19750         (gst_auto_audio_sink_base_init):
19751         * gst/autodetect/gstautovideosink.c:
19752         (gst_auto_video_sink_base_init),
19753         (gst_auto_video_sink_factory_filter):
19754           documenting auto*sink
19755           using strstr for the video sink lookup, class field is not ordered
19756         * docs/plugins/inspect/plugin-1394.xml:
19757         * docs/plugins/inspect/plugin-aasink.xml:
19758         * docs/plugins/inspect/plugin-alaw.xml:
19759         * docs/plugins/inspect/plugin-alpha.xml:
19760         * docs/plugins/inspect/plugin-alphacolor.xml:
19761         * docs/plugins/inspect/plugin-auparse.xml:
19762         * docs/plugins/inspect/plugin-autodetect.xml:
19763         * docs/plugins/inspect/plugin-avi.xml:
19764         * docs/plugins/inspect/plugin-cacasink.xml:
19765         * docs/plugins/inspect/plugin-cairo.xml:
19766         * docs/plugins/inspect/plugin-cutter.xml:
19767         * docs/plugins/inspect/plugin-debug.xml:
19768         * docs/plugins/inspect/plugin-dv.xml:
19769         * docs/plugins/inspect/plugin-efence.xml:
19770         * docs/plugins/inspect/plugin-effectv.xml:
19771         * docs/plugins/inspect/plugin-esdsink.xml:
19772         * docs/plugins/inspect/plugin-flac.xml:
19773         * docs/plugins/inspect/plugin-flxdec.xml:
19774         * docs/plugins/inspect/plugin-gconfelements.xml:
19775         * docs/plugins/inspect/plugin-goom.xml:
19776         * docs/plugins/inspect/plugin-jpeg.xml:
19777         * docs/plugins/inspect/plugin-level.xml:
19778         * docs/plugins/inspect/plugin-matroska.xml:
19779         * docs/plugins/inspect/plugin-mulaw.xml:
19780         * docs/plugins/inspect/plugin-navigationtest.xml:
19781         * docs/plugins/inspect/plugin-ossaudio.xml:
19782         * docs/plugins/inspect/plugin-png.xml:
19783         * docs/plugins/inspect/plugin-rtp.xml:
19784         * docs/plugins/inspect/plugin-rtsp.xml:
19785         * docs/plugins/inspect/plugin-shout2send.xml:
19786         * docs/plugins/inspect/plugin-smpte.xml:
19787         * docs/plugins/inspect/plugin-speex.xml:
19788         * docs/plugins/inspect/plugin-udp.xml:
19789         * docs/plugins/inspect/plugin-videobox.xml:
19790         * docs/plugins/inspect/plugin-videoflip.xml:
19791         * docs/plugins/inspect/plugin-videomixer.xml:
19792         * docs/plugins/inspect/plugin-wavenc.xml:
19793         * docs/plugins/inspect/plugin-wavparse.xml:
19794           update for HEAD version
19795
19796 2005-11-25  Michael Smith  <msmith@fluendo.com>
19797
19798         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19799           Patch from Sebastien Cote to close control sockets in udpsrc.
19800
19801 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19802
19803         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19804         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19805         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19806         (gst_quarktv_base_init), (gst_quarktv_class_init),
19807         (gst_quarktv_init): Flush the planes list on reverse caps
19808         negotiation. This was crashing because of differently sized
19809         buffers.
19810
19811 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19812
19813         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19814         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19815         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19816         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19817         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19818         (gst_videoflip_set_property), (gst_videoflip_base_init),
19819         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19820         correctly, fix identity flipping, convert navigation event 
19821         correctly again.
19822
19823 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * configure.ac: back to HEAD
19826
19827 === release 0.9.6 ===
19828
19829 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19830
19831         * configure.ac:
19832           releasing 0.9.6, "Everything's Not Lost"
19833
19834 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19835
19836         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19837         Oops, initialise the framerate GValue
19838
19839 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19840
19841         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19842         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19843         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19844         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19845         (gst_timeoverlay_get_type):
19846         * ext/cairo/gsttimeoverlay.h:
19847         * gst/debug/Makefile.am:
19848         * gst/debug/gstnavigationtest.c:
19849         (gst_navigationtest_handle_src_event),
19850         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19851         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19852         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19853         (gst_navigationtest_init), (gst_navigationtest_get_type),
19854         (plugin_init):
19855         * gst/debug/gstnavigationtest.h:
19856         * gst/effectv/Makefile.am:
19857         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19858         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19859         (gst_agingtv_base_init), (gst_agingtv_class_init),
19860         (gst_agingtv_init), (gst_agingtv_get_type):
19861         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19862         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19863         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19864         (gst_dicetv_get_type):
19865         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19866         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19867         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19868         (gst_edgetv_get_type):
19869         * gst/effectv/gsteffectv.c:
19870         * gst/effectv/gsteffectv.h:
19871         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19872         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19873         (gst_quarktv_change_state), (gst_quarktv_base_init),
19874         (gst_quarktv_class_init), (gst_quarktv_init),
19875         (gst_quarktv_get_type):
19876         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19877         (gst_revtv_get_unit_size), (gst_revtv_transform),
19878         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19879         (gst_revtv_get_type):
19880         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19881         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19882         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19883         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19884         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19885         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19886         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19887         (gst_vertigotv_init), (gst_vertigotv_get_type):
19888         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19889         (gst_warptv_get_unit_size), (gst_warptv_transform),
19890         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19891         (gst_warptv_get_type):
19892         * gst/videofilter/Makefile.am:
19893         * gst/videofilter/gstvideobalance.c:
19894         * gst/videofilter/gstvideobalance.h:
19895         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19896         (gst_videofilter_class_init), (gst_videofilter_init):
19897         * gst/videofilter/gstvideofilter.h:
19898         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19899         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19900         (gst_videoflip_flip), (gst_videoflip_transform),
19901         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19902         (gst_videoflip_base_init), (gst_videoflip_class_init),
19903         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19904         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19905         BaseTransform, it's just a place holder for now and every video
19906         effect plugin has been ported to use BaseTransform features 
19907         directly. QuarkTV was fixed too (was broken), navigationtest works
19908         and best for the end, videoflip converts navigation events depending
19909         on flip method ! Fixes #320953
19910
19911 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19912
19913         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19914         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19915         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19916         (gst_goom_src_negotiate), (gst_goom_chain):
19917         * gst/matroska/matroska-mux.c:
19918         (gst_matroska_mux_video_pad_setcaps):
19919         * sys/osxvideo/osxvideosink.m:
19920           Fixes for API changes
19921
19922 2005-11-23  Michael Smith <msmith@fluendo.com>
19923
19924         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19925         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19926         * ext/jpeg/gstjpegdec.h:
19927         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19928         * ext/jpeg/gstjpegenc.h:
19929         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19930         (gst_smokeenc_resync):
19931         * ext/jpeg/gstsmokeenc.h:
19932           JPEG fractiony goodness.
19933
19934 2005-11-22  Michael Smith <msmith@fluendo.com>
19935
19936         * gst/goom/filters.c:
19937         * gst/goom/graphic.h:
19938           Fix compilation by making some functions static inline instead of
19939           extern inline, matching the way they're used.
19940
19941 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19942
19943         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19944         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19945         * ext/cairo/gsttextoverlay.h:
19946         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19947         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19948         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19949         (gst_pngdec_caps_create_and_set):
19950         * ext/libpng/gstpngdec.h:
19951         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19952         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19953         * gst/avi/gstavimux.c: (gst_avimux_init),
19954         (gst_avimux_vidsinkconnect):
19955         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19956         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19957         (gst_goom_src_negotiate), (gst_goom_chain):
19958         * gst/goom/gstgoom.h:
19959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19960         * gst/matroska/matroska-mux.c:
19961         (gst_matroska_mux_video_pad_setcaps):
19962         * sys/osxvideo/osxvideosink.h:
19963         * sys/osxvideo/osxvideosink.m:
19964           More fractional framerate conversions 
19965
19966 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19967
19968         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19969         * gst/debug/gstnavigationtest.c:
19970         (gst_navigationtest_handle_src_event):
19971         * gst/videofilter/gstvideofilter.c:
19972         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19973         (gst_videofilter_init):
19974         * gst/videofilter/gstvideofilter.h:
19975           Convert to fractional framerates.
19976
19977 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19978
19979         * ext/aalib/gstaasink.c:
19980         * ext/dv/gstdvdec.c:
19981         * ext/esd/esdmon.c:
19982         * ext/flac/gstflacenc.c:
19983         * ext/gdk_pixbuf/pixbufscale.c:
19984         * ext/libcaca/gstcacasink.c:
19985         * ext/shout2/gstshout2.c:
19986         * gst/alpha/gstalpha.c:
19987         * gst/oldcore/gstaggregator.c:
19988         * gst/oldcore/gstshaper.c:
19989         * gst/smpte/barboxwipes.c:
19990         * gst/smpte/gstsmpte.c:
19991         * gst/videobox/gstvideobox.c:
19992         * gst/videofilter/gstvideoflip.c:
19993         * gst/videomixer/videomixer.c:
19994           fix up more enums
19995
19996 2005-11-22  Michael Smith <msmith@fluendo.com>
19997
19998         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19999         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20000         (gst_videomixer_update_queues):
20001           Fractional framerates, videomixer.
20002
20003 2005-11-22  Michael Smith <msmith@fluendo.com>
20004
20005         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20006         * ext/dv/gstdvdec.h:
20007         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20008         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20009         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20010         (gst_dvdemux_flush):
20011         * ext/dv/gstdvdemux.h:
20012           Fractional framerates for DV. 
20013
20014 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20015
20016         * gst/autodetect/gstautoaudiosink.c:
20017         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20018         * gst/autodetect/gstautovideosink.c:
20019         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20020           Use gst_plugin_feature_list_free() to free feature list and
20021           in the case of autovideosink free the list at all. Also
20022           miscellaneous cosmetic fixes.
20023
20024 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20025
20026         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20027         (gst_cutter_set_property), (gst_cutter_get_caps):
20028           copy calculation code from level; remove use of some audio
20029           functions
20030
20031 2005-11-22  Andy Wingo  <wingo@pobox.com>
20032
20033         * Update for gst_tag_setter API changes.
20034
20035 2005-11-22  Andy Wingo  <wingo@pobox.com>
20036
20037         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20038         (gst_dvdemux_demux_frame)
20039         * ext/flac/gstflacdec.c (gst_flacdec_write)
20040         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20041         (gst_flacenc_sink_event)
20042         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20043         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20044         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20045         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20046         * gst/auparse/gstauparse.c (gst_auparse_chain)
20047         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20048         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20049         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20050         (gst_avi_demux_handle_seek)
20051         * gst/goom/gstgoom.c (gst_goom_event)
20052         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20053         * gst/matroska/matroska-demux.c
20054         (gst_matroska_demux_handle_seek_event)
20055         (gst_matroska_demux_loop_stream_parse_id)
20056         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20057         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20058         (gst_wavparse_stream_headers): Run update-funcnames.
20059
20060 2005-11-22  Edward Hervey  <edward@fluendo.com>
20061
20062         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20063         (gst_dv1394src_init), (gst_dv1394src_dispose),
20064         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20065         (gst_dv1394src_uri_set_uri):
20066         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20067         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20068         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20069         URIHandler interface and element properties are now properly
20070         synchronized for DV1394src and UDPSrc
20071
20072 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20073
20074         * ext/flac/Makefile.am:
20075         * ext/speex/Makefile.am:
20076           libgsttagedit has been renamed to libgsttag.
20077
20078 2005-11-21  Wim Taymans  <wim@fluendo.com>
20079
20080         * gst/rtsp/rtspconnection.c: (read_body):
20081         Apply patch from Sebastien Cote to fix #319184.
20082
20083 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20084
20085         * configure.ac:
20086         * gst/cutter/Makefile.am:
20087         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20088         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20089         (gst_cutter_set_property), (gst_cutter_get_property),
20090         (plugin_init), (gst_cutter_get_caps):
20091           port cutter
20092         * gst/level/gstlevel.c:
20093           fix up plugin details
20094
20095 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20096
20097         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20098         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20099         (gst_flacdec_src_event):
20100         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20101         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20102         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20103         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20104         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20105         (gst_flxdec_sink_event_handler):
20106         * gst/matroska/matroska-demux.c:
20107         (gst_matroska_demux_handle_seek_event):
20108         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20109           Update for stream lock API changes: don't take stream log
20110           in sink event handlers any longer and change GST_STREAM_LOCK
20111           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20112           functions.
20113
20114 2005-11-21  Michael Smith <msmith@fluendo.com>
20115
20116         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20117           gst_object_unref, not g_object_unref
20118
20119 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20120
20121         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20122         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20123           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20124
20125 2005-11-21  Michael Smith <msmith@fluendo.com>
20126
20127         * gst/auparse/Makefile.am:
20128         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20129         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20130         (gst_auparse_change_state):
20131         * gst/auparse/gstauparse.h:
20132           Partially fix #161712. playbin still doesn't work on these files,
20133           (on the bug report, Andy says we aren't typefinding it for some
20134           reason?) but at least auparse isn't totally busted like it was before.
20135
20136 2005-11-21  Andy Wingo  <wingo@pobox.com>
20137
20138         * *.h:
20139         * *.c: Ran scripts/update-macros. Oh yes.
20140
20141 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20142
20143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20144           Filler events are gone for now, comment out section generating
20145           them.
20146
20147 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20148
20149         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20150         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20151         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20152         * sys/osxvideo/osxvideosink.m:
20153           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20154           (#322027)
20155
20156 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20157
20158         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20159         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20160         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20161         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20162         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20163         (gst_avi_demux_stream_data):
20164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20165         * gst/wavenc/gstwavenc.c: (write_metadata):
20166         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20167         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20168         Fixes for GST_FOURCC_FORMAT API change.
20169
20170 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20171
20172         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20173         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20174         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20175         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20176         (gst_text_overlay_change_state):
20177         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20178         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20179         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20180         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20181         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20182         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20183         (gst_videomixer_change_state):
20184           Fix for collect pads API change. Also fix textoverlay state
20185           change function.
20186
20187 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20188
20189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20190         GST_PAD_IS_USABLE by something approaching it.
20191
20192 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20193
20194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20195         API changes.
20196         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20197         but also fix the code that was not checking return values from
20198         pad_push neither using pad_alloc_buffer.
20199
20200 2005-11-18  Edward Hervey  <edward@fluendo.com>
20201
20202         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20203         (gst_pngenc_chain):
20204         Added debug category
20205         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20206         goes to EOS.
20207
20208 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20209
20210         * gst/rtp/Makefile.am
20211         * gst/rtp/gstrtp.c
20212         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20213         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20214         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20215         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20216         * gst/rtp/gstrtpg711enc.h:
20217         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20218         * gst/rtp/gstrtpspeexenc.c:
20219         * gst/rtp/gstrtpspeexenc.h:
20220         * gst/rtp/gstrtpspeexdec.c:
20221         * gst/rtp/gstrtpspeexdec.h:
20222         Created Speex payloader and depayloader; Optimize G711 payloader to
20223         use adapter and send packets until MTU size.
20224
20225 2005-11-16  Wim Taymans  <wim@fluendo.com>
20226
20227         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20228         Fix leak in check.
20229
20230 2005-11-16  Wim Taymans  <wim@fluendo.com>
20231
20232         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20233         Fix state change.
20234
20235 2005-11-16  Andy Wingo  <wingo@pobox.com>
20236
20237         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20238         (gst_udpsrc_create): Move comment.
20239
20240 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20241
20242         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20243
20244         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20245           When seeking, seek to closest index entry at or before the requested
20246           seek position, not just the closest one (#321001).
20247
20248 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20249
20250         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20251         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20252           Invert DIB images again (see #132341).
20253
20254 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20255
20256         * configure.ac:
20257           rework configure.ac file
20258         * ext/aalib/gstaasink.c:
20259         * ext/cairo/gstcairo.c:
20260         * ext/dv/gstdv.c:
20261         * ext/esd/gstesd.c:
20262         * ext/flac/gstflac.c:
20263         * ext/gconf/gstgconfelements.c:
20264         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20265         * ext/jpeg/gstjpeg.c:
20266         * ext/ladspa/gstladspa.c:
20267         * ext/libcaca/gstcacasink.c:
20268         * ext/libmng/gstmng.c:
20269         * ext/libpng/gstpng.c:
20270         * ext/mikmod/gstmikmod.c:
20271         * ext/pango/gsttextoverlay.c:
20272         * ext/pango/gsttimeoverlay.c:
20273         * ext/raw1394/gst1394.c:
20274         * ext/speex/gstspeex.c:
20275         * gst/alpha/Makefile.am:
20276         * gst/alpha/gstalpha.c:
20277         * gst/alpha/gstalphacolor.c:
20278         * gst/auparse/gstauparse.c:
20279         * gst/autodetect/gstautoaudiosink.c:
20280         (gst_auto_audio_sink_factory_filter),
20281         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20282         * gst/autodetect/gstautodetect.c:
20283         * gst/avi/gstavi.c:
20284         * gst/cutter/gstcutter.c:
20285         * gst/debug/efence.c:
20286         * gst/debug/gstdebug.c:
20287         * gst/debug/gstnavigationtest.c:
20288         * gst/effectv/gsteffectv.c:
20289         * gst/flx/gstflxdec.c:
20290         * gst/goom/gstgoom.c:
20291         * gst/interleave/plugin.c:
20292         * gst/law/alaw.c:
20293         * gst/law/mulaw.c:
20294         * gst/level/gstlevel.c:
20295         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20296         * gst/matroska/matroska.c:
20297         * gst/median/gstmedian.c:
20298         * gst/monoscope/gstmonoscope.c:
20299         * gst/multipart/multipart.c:
20300         * gst/oldcore/gstelements.c:
20301         * gst/rtp/gstrtp.c:
20302         * gst/rtsp/gstrtsp.c:
20303         * gst/smoothwave/gstsmoothwave.c:
20304         * gst/smpte/gstsmpte.c:
20305         * gst/udp/gstudp.c:
20306         * gst/videobox/gstvideobox.c:
20307         * gst/videofilter/gstgamma.c:
20308         * gst/videofilter/gstvideobalance.c:
20309         * gst/videofilter/gstvideoflip.c:
20310         * gst/videofilter/gstvideotemplate.c:
20311         * gst/videomixer/videomixer.c:
20312         * gst/wavenc/gstwavenc.c:
20313         * gst/wavparse/gstwavparse.c:
20314         * sys/oss/gstossaudio.c:
20315         * sys/osxaudio/gstosxaudio.c:
20316           update GST_PLUGIN_DEFINE
20317         * gst/rtp/Makefile.am:
20318         * gst/rtp/gstasteriskh263.c:
20319           check for htons/htonl headers and possibly link to winsock2 lib
20320
20321 2005-11-12  Edward Hervey  <edward@fluendo.com>
20322
20323         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20324         Only GST_DEBUG() information on the valid components.
20325
20326 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20327
20328         * configure.ac: back to HEAD
20329
20330 === release 0.9.5 ===
20331
20332 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20333
20334         * configure.ac:
20335           releasing 0.9.5, "Phone Alarm"
20336
20337 2005-11-11  Edward Hervey  <edward@fluendo.com>
20338
20339         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20340         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20341         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20342         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20343         (gst_avi_demux_loop):
20344         * gst/avi/gstavidemux.h:
20345         Yeah, implement proper seeking. Exact seeking and segment seeking.
20346         Still need to do some checks for segment_stop.
20347
20348 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20349
20350         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20351
20352         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20353           Don't try to ready buffer duration from buffer that we don't
20354           own any  longer and that might already have been unreffed.
20355           (#321136)
20356
20357 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20358
20359         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20360         (flx_decode_delta_flc), (gst_flxdec_chain):
20361         Attempting to optimize the code for embedded systems.
20362
20363 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20364
20365         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20366
20367         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20368           Don't re-use already closed file descriptor. (#320920)
20369
20370 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20371
20372         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20373         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20374         (gst_oss_sink_prepare):
20375         * sys/oss/gstosssink.h:
20376           Cache probed caps; fix debug output for SET_PARAM macros.
20377
20378 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20379
20380         * ext/cairo/Makefile.am:
20381         * ext/cairo/gstcairo.c: (plugin_init):
20382         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20383         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20384         (gst_text_overlay_init), (gst_text_overlay_font_init),
20385         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20386         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20387         (gst_text_overlay_text_pad_linked),
20388         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20389         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20390         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20391         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20392         (gst_text_overlay_change_state):
20393         * ext/cairo/gsttextoverlay.h:
20394           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20395           property and redo positioning. Doesn't handle upstream renegotiation
20396           yet though.
20397
20398 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20399
20400         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20401         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20402         (gst_avi_demux_loop):
20403           No need to take the STREAM_LOCK in the loop function. Improve
20404           some debug messages. Don't leak pad names in debug messages.
20405
20406 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20407
20408         * gst/matroska/matroska-demux.c:
20409         (gst_matroska_demux_push_vorbis_codec_priv_data),
20410         (gst_matroska_demux_add_wvpk_header):
20411           Don't error out when the source pad isn't linked.
20412
20413 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20414
20415         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20416         (gst_gconf_audio_sink_change_state):
20417         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20418         (gst_gconf_video_sink_change_state):
20419           Fix state change functions here as well and set kid
20420           to NULL state before removing it.
20421
20422 2005-11-01  Edward Hervey  <edward@fluendo.com>
20423
20424         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20425         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20426         Added proper event handlind, 
20427         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20428         ignored),
20429         and don't set a duration of 0 for buffers otherwise they are discarded
20430         by GstBaseSink.
20431
20432         GstWavEnc needs some serious loving, after going through the code I'm
20433         really wondering how this can stay in -good ...
20434
20435 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20436
20437         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20438         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20439         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20440         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20441         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20442         (gst_matroska_mux_collected):
20443           Fix leaks and invalid memory access as reported by valgrind
20444
20445 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20446
20447         Patch by: Michal Benes <michal.benes@xeris.cz>
20448
20449         * check/Makefile.am:
20450         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20451         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20452         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20453           add a unit test for matroskamux
20454           fix the bugs that the unit test exposed
20455
20456 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20457
20458         * gst/autodetect/gstautoaudiosink.c:
20459         (gst_auto_audio_sink_class_init),
20460         (gst_auto_audio_sink_change_state):
20461         * gst/autodetect/gstautovideosink.c:
20462         (gst_auto_video_sink_class_init),
20463         (gst_auto_video_sink_change_state):
20464           Fix state change function and use GST_DEBUG_FUNCPTR in
20465           class_init.
20466
20467 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20468
20469         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20470
20471         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20472         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20473         * gst/matroska/ebml-write.h:
20474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20475           Set timestamps on outgoing ebml headers as well, so that the
20476           element after matroskamux can get the timestamp already when
20477           reading the first ebml element and doesn't have to wait for
20478           the actual data buffer for that (#320308).
20479           
20480 2005-10-31  Andy Wingo  <wingo@pobox.com>
20481
20482         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20483         (gst_videomixer_pad_link): Kill some memleaks.
20484         (gst_videomixer_pad_get_property): Style fix.
20485         (gst_videomixer_pad_set_property): Style fix.
20486         (gst_videomixer_pad_init): Style fix.
20487         (gst_videomixer_update_queues): Kill memleak.
20488         (gst_videomixer_loop): Kill memleak.
20489         (gst_videomixer_collected): Kill memleak.
20490
20491 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20492
20493         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20494         gst_auparse_change_state:
20495         Just some cleanup.
20496
20497 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20498
20499         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20500         Add checks to GST_FLOW_NOT_LINKED for values returned
20501         from gst_pad_push.
20502         
20503 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20504
20505         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20506         (gst_rtpg711dec_process):
20507         * gst/rtp/gstrtpgsmenc.c:
20508         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20509         are never set. This is important for the g711 to work with burger's rtpbin
20510         element.
20511
20512 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20513
20514         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20515         (gst_speexenc_push_buffer):
20516         Add checks for return values from gst_pad_push and
20517         gst_pad_alloc_buffer.
20518
20519 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20520
20521         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20522
20523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20524         (gst_matroska_demux_parse_info),
20525         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20526         (gst_matroska_demux_parse_cluster):
20527         * gst/matroska/matroska-ids.h:
20528         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20529         (gst_matroska_mux_init), (gst_matroska_mux_start),
20530         (gst_matroska_mux_create_buffer_header),
20531         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20532         (gst_matroska_mux_get_property):
20533         * gst/matroska/matroska-mux.h:
20534           Add SimpleBlock support to matroska demuxer and muxer (part of
20535           Matroska v2). (#319731)
20536
20537 2005-10-28  Wim Taymans  <wim@fluendo.com>
20538
20539         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20540         (gst_jpeg_dec_change_state):
20541         * ext/jpeg/gstjpegdec.h:
20542         Cleanups. Don't create caps for every chain.
20543
20544 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20545
20546         * gst/law/alaw-encode.c: (gst_alawenc_init),
20547         (alawenc_setcaps), (gst_alawenc_chain)
20548         * gst/law/alaw-encode.h:
20549         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20550         (mulawenc_setcaps), (gst_mulawenc_chain)
20551         * gst/law/mulaw-encode.h:
20552         Set timestamp on buffer and it allows RTP G711 elements
20553         work properly.
20554
20555 2005-10-27  Wim Taymans  <wim@fluendo.com>
20556
20557         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20558         Set correct format on oss instead of a silly value. 
20559
20560 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20561
20562         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20563         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20564         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20565         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20566         I420 rendering as well, doesn't bring much for my platform.
20567         Might help on some other platforms.
20568
20569 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20570
20571         * gst/rtp/gstrtpgsmenc.c:
20572         * gst/rtp/gstrtpgsmparse.c:
20573         Declaring the padtemplate correctly.
20574
20575 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20576
20577         * gst/rtp/gstrtpg711dec.c:
20578         * gst/rtp/gstrtpg711enc.c:
20579         * gst/rtp/gstrtpgsmenc.c:
20580         * gst/rtp/gstrtpgsmparse.c:
20581         Setting the proper copyright notice.
20582
20583 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20584
20585         * gst/videobox/Makefile.am: Use liboil.
20586         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20587         (gst_video_box_set_property), (gst_video_box_transform_caps),
20588         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20589         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20590         using liboil. Will dot the same to I420 border generation
20591         tomorrow.
20592
20593 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20594
20595         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20596         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20597         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20598         * gst/rtp/gstrtpg711dec.h:
20599         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20600         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20601         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20602         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20603         (gst_rtpgsmenc_handle_buffer):
20604         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20605         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20606         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20607         * gst/rtp/gstrtpgsmparse.h:
20608         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20609         inherits from the basertpdepayloader.
20610
20611 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20612
20613         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20614         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20615         (gst_video_box_ayuv): Removing this forgotten debug.
20616
20617 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20618
20619         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20620         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20621         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20622
20623 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20624
20625         * sys/oss/gstossaudio.c:
20626         * sys/oss/gstossdmabuffer.c:
20627         * sys/oss/gstosshelper.c:
20628         * sys/oss/gstossmixer.c:
20629         * sys/oss/gstossmixerelement.c:
20630         * sys/oss/gstossmixertrack.c:
20631         * sys/oss/gstosssink.c:
20632         * sys/oss/gstosssrc.c:
20633           Actually use the 'oss' debug category we register.
20634
20635 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20636
20637         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20638         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20639         Use gst_pad_get_parent and drop the ref that was added through
20640         that call.
20641
20642 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20643
20644         * gst/rtp/gstrtpgsmenc.c:
20645           Fix compilation
20646
20647 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20648
20649         * gst/rtp/gstrtpg711dec.c
20650         Just removed a couple of lines of weird code used during
20651         development/test time.
20652
20653 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20654
20655         * gst/rtp/Makefile.am
20656         * gst/rtp/gstrtp.c
20657         * gst/rtp/gstrtpg711enc.c
20658         * gst/rtp/gstrtpg711enc.h
20659         * gst/rtp/gstrtpg711dec.c
20660         * gst/rtp/gstrtpg711dec.h
20661         Created G711 payloader and depayloader (it supports mulaw and alaw
20662         (dec)encoders)
20663
20664 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20665
20666         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20667         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20668         Doh ! I introduced wingo's bug again ! Sorry...
20669
20670 2005-10-25  Christian Schaller <christian@fluendo.com> 
20671
20672         * gst/rtp/Makefile.am: add missing header files for disting
20673
20674 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20675
20676         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20677         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20678         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20679         (gst_rtpgsmenc_handle_buffer):
20680         * gst/rtp/gstrtpgsmenc.h:
20681         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20682         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20683         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20684         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20685         * gst/rtp/gstrtpgsmparse.h:
20686         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20687
20688 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20689
20690         * ext/libpng/gstpngdec.c: (user_info_callback),
20691         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20692         a newsegment event, move some redundant code in a single place.
20693
20694 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20695
20696         * ext/libpng/gstpngdec.c: (user_info_callback),
20697         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20698         hack to get correct colors order when we have a png image with
20699         alpha channel.
20700
20701 2005-10-24  Edward Hervey  <edward@fluendo.com>
20702
20703         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20704         Call gst_element_no_more_pads when there will be no more pads.
20705
20706 2005-10-24  Wim Taymans  <wim@fluendo.com>
20707
20708         * gst/rtp/Makefile.am:
20709         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20710         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20711         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20712         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20713         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20714         (gst_asteriskh263_plugin_init):
20715         * gst/rtp/gstasteriskh263.h:
20716         * gst/rtp/gstrtp.c: (plugin_init):
20717         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20718         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20719         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20720         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20721         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20722         (gst_rtph263enc_plugin_init):
20723         * gst/rtp/gstrtph263enc.h:
20724         Added two new payloaders, an RFC 2190 payloader for h263 and
20725         a payload convertor for an asterisk server.
20726
20727 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20728
20729         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20730           Set bytes_per_sample correctly (is not always 4, but 
20731           depends on width and number of channels).
20732
20733 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20734
20735         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20736         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20737         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20738         (gst_flacenc_sink_event), (gst_flacenc_chain),
20739         (gst_flacenc_set_property), (gst_flacenc_get_property),
20740         (gst_flacenc_change_state):
20741         * ext/flac/gstflacenc.h:
20742           Fix seeking, so that flacenc can rewrite the header with the
20743           correct duration and amount of samples and all that at EOS;
20744           also set timestamps and granulepos on outgoing buffers; add
20745           debug category; fix state change function.
20746           
20747 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20748
20749         * gst/videomixer/videomixer.c: Don't restrict video geometry
20750         from 16 to 4096.
20751
20752 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20753
20754         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20755         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20756         Fix caps negotiation correctly, add debugging category.
20757
20758 2005-10-24  Christian Schaller  <christian@fluendo.com>
20759
20760         * configure.ac: Port over Thomas's change from base listing all plugins
20761
20762 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20763
20764         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20765         a sink pad.
20766
20767 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20768
20769         * configure.ac:
20770         * docs/upload.mak:
20771           back to HEAD
20772
20773 === release 0.9.4 ===
20774
20775 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20776
20777         * configure.ac:
20778           Releasing 0.9.4, "Dromiceiomimus"
20779
20780 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20781
20782         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20783         (gst_speexenc_src_query):
20784           Add position and duration query, fix query type function.
20785           
20786         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20787         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20788           Let's not set non-fixed caps on source pads.
20789
20790 2005-10-21  Wim Taymans  <wim@fluendo.com>
20791
20792         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20793         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20794         (gst_avi_demux_handle_seek):
20795         Set correct stream_time in newsegment event.
20796         avi can also handle a duration query now.
20797
20798 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20799
20800         * gst/matroska/matroska-demux.c:
20801         (gst_matroska_demux_handle_src_query),
20802         (gst_matroska_demux_handle_seek_event),
20803         (gst_matroska_demux_loop_stream_parse_id):
20804           Fix duration query; fix basetime in newsegment event after
20805           seek; fix duration in initial newsegment event.
20806
20807         * gst/matroska/matroska-mux.c:
20808         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20809           Extract number of channels and samplerate from vorbis headers;
20810           add some debug messages when querying the durations of the
20811           input streams.
20812
20813 2005-10-20  Wim Taymans  <wim@fluendo.com>
20814
20815         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20816         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20817         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20818         Set stream time correctly in newsegment.
20819
20820 2005-10-20  Wim Taymans  <wim@fluendo.com>
20821
20822         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20823         Correctly fill in the stream time.
20824
20825 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20826
20827         * check/elements/level.c: (GST_START_TEST):
20828         * gst/level/gstlevel.c: (gst_level_message_new):
20829         * gst/level/level-example.c: (message_handler):
20830           use ELEMENT messages instead
20831
20832 2005-10-19  Wim Taymans  <wim@fluendo.com>
20833
20834         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20835         (gst_dvdemux_src_query):
20836         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20837         (gst_flacdec_src_query):
20838         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20839         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20840         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20841         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20842         * gst/debug/progressreport.c: (gst_progress_report_report):
20843         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20844         * gst/matroska/matroska-demux.c:
20845         (gst_matroska_demux_handle_src_query):
20846         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20847         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20848         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20849         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20850         (gst_wavparse_srcpad_event):
20851         API change fix.
20852
20853 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20854
20855         * gst/goom/filters.c:
20856         * gst/goom/graphic.h:
20857         * gst/goom/lines.c:
20858           Make inline functions either 'static inline' or 'extern inline',
20859           otherwise the Forte compiler apparently won't inline them (#317300).
20860
20861 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20862
20863         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20864         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20865         (user_info_callback), (user_endrow_callback), (user_end_callback),
20866         (user_read_data), (gst_pngdec_caps_create_and_set),
20867         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20868         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20869         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20870         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20871         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20872         very nice and handle push/pull based model. if you have filesrc
20873         connected to it, it will do random access to load the png file.
20874         If you have a network source that can't do _getrange, it does 
20875         progressive loading through the chain function.
20876         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20877         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20878         thanks to Master Wim Taymans ;-)
20879
20880 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20881
20882         * gst/matroska/Makefile.am:
20883         * gst/matroska/ebml-read.c:
20884         * gst/matroska/ebml-read.h:
20885         * gst/matroska/matroska-demux.c:
20886         * gst/matroska/matroska-demux.h:
20887         * gst/matroska/matroska.c: (plugin_init):
20888           Ported matroska demuxer to 0.9.
20889
20890 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20891
20892         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20893
20894         * gst/matroska/matroska-mux.c:
20895         (gst_matroska_mux_video_pad_setcaps),
20896         (gst_matroska_mux_audio_pad_setcaps):
20897           Fix mpeg4 input handling (#318847); also, while we're at it,
20898           fix media type for Motion-JPEG: should be image/jpeg.
20899
20900 2005-10-18  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20903         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20904         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20905         Fix for segment-start/stop API change.
20906
20907 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20908
20909         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20910         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20911         way.
20912
20913 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20914
20915         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20916         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20917         output declared in transform_caps.
20918
20919 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20920
20921         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20922
20923 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20924
20925         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20926         (gst_video_box_get_unit_size): Fix wrong size calculations and
20927         implement get_unit_size correctly.
20928
20929 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20930
20931         * configure.ac:
20932           Enable flx plugin.
20933
20934         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20935           Fix gcc4 signedness issue.
20936
20937 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20938
20939         * configure.ac: Adding videomixer.
20940         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20941         (user_read_data), (gst_pngdec_chain): More debugging.
20942         * gst/alpha/Makefile.am: Adding alphacolor
20943         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20944         (gst_alpha_color_class_init), (gst_alpha_color_init),
20945         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20946         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20947         (plugin_init): Ported to 0.9 using in place base tranform.
20948         * gst/videomixer/Makefile.am:
20949         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20950         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20951         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20952         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20953         (gst_videomixer_init), (gst_videomixer_getcaps),
20954         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20955         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20956         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20957         to 0.9 using collectpads.
20958
20959 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20960
20961         * configure.ac:
20962         * gst/flx/Makefile.am:
20963         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20964         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20965         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20966         * gst/flx/gstflxdec.h:
20967         flx plugin ported to 0.9
20968
20969 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20972           use new gst_version_string()
20973
20974 2005-10-16  Andy Wingo  <wingo@pobox.com>
20975
20976         * configure.ac: GLIB_CHECK.
20977
20978 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20979
20980         * ext/libpng/Makefile.am:
20981         * ext/libpng/gstpng.c: (plugin_init):
20982         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20983         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20984         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20985
20986 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20987
20988         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20989
20990         * configure.ac:
20991         * gst/matroska/Makefile.am:
20992         * gst/matroska/ebml-ids.h:
20993         * gst/matroska/ebml-write.c:
20994         * gst/matroska/ebml-write.h:
20995         * gst/matroska/matroska-ids.h:
20996         * gst/matroska/matroska-mux.c:
20997         * gst/matroska/matroska-mux.h:
20998         * gst/matroska/matroska.c: (plugin_init):
20999           Port matroska muxer to 0.9 (#318847).
21000
21001 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21002
21003         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21004         (comment_init), (comment_add):
21005           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21006           use GST_READ_UINT32_LE() and friends rather than the private
21007           implementation of those same macros.
21008
21009 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21010
21011         * examples/stats/mp2ogg.c:
21012           more typo fixes
21013
21014 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21015
21016         * examples/indexing/indexmpeg.c: (main):
21017         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21018         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21019         * ext/esd/esdmon.h:
21020         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21021         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21022         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21023         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21024         * gst/avi/gstavimux.c: (gst_avimux_init):
21025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21026         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21027         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21028         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21029         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21030         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21031         * gst/oldcore/gstmultifilesrc.h:
21032         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21033         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21034         (gst_pipefilter_change_state):
21035         * gst/oldcore/gstpipefilter.h:
21036         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21037         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21038         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21039         * sys/osxaudio/gstosxaudiosink.h:
21040         * sys/osxaudio/gstosxaudiosrc.h:
21041           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21042           moved bitshift from macro to enum definition
21043
21044 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21045
21046         * ext/Makefile.am:
21047         * ext/cairo/Makefile.am:
21048         * ext/cairo/gstcairo.c: (plugin_init):
21049         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21050         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21051         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21052         * ext/cairo/gsttimeoverlay.h:
21053           update of cairo-based timeoverlay to 1.0 Cairo API
21054           doesn't work yet for resizing of output sink
21055
21056 2005-10-11  Wim Taymans  <wim@fluendo.com>
21057
21058         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21059         newsegment API fix.
21060
21061 2005-10-11  Wim Taymans  <wim@fluendo.com>
21062
21063         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21064         (gst_dvdemux_demux_frame):
21065         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21066         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21067         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21068         (gst_avi_demux_handle_seek):
21069         * gst/goom/gstgoom.c: (gst_goom_event):
21070         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21071         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21072         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21073         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21074         (gst_wavparse_srcpad_event):
21075         newsegment API update.
21076
21077 2005-10-11  Andy Wingo  <wingo@pobox.com>
21078
21079         * ext/speex/gstspeexenc.c: Signedness cleanups.
21080
21081 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21082
21083         * PORTED_09:
21084         * ext/speex/Makefile.am:
21085         * ext/speex/gstspeex.c:
21086         * ext/speex/gstspeexenc.c:
21087         Speexenc ported to 0.9
21088
21089 2005-10-10  Wim Taymans  <wim@fluendo.com>
21090
21091         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21092         (gst_oss_sink_init), (gst_oss_sink_set_property),
21093         (gst_oss_sink_get_property), (gst_oss_sink_open),
21094         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21095         * sys/oss/gstosssink.h:
21096         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21097         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21098         (gst_oss_src_prepare):
21099         Cleanups, make device configurable in the sink, handle and report
21100         errors.
21101
21102 2005-10-10  Wim Taymans  <wim@fluendo.com>
21103
21104         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21105         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21106         Make sure element is NULL before removing from the bin.
21107
21108 2005-10-07  Andy Wingo  <wingo@pobox.com>
21109
21110         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21111         block forever in a read().
21112         (gst_dv1394src_bus_reset): Post a message when the cable is
21113         unplugged.
21114         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21115         (gst_dv1394src_bus_reset): Don't unref the message.
21116
21117         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21118         hacking. The only change should be that the state change stuff was
21119         put into basesrc's start() and stop() routines, which coalesces
21120         some steps.
21121
21122 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21123
21124         * configure.ac:
21125           Add check for mmap
21126           
21127         * gst/debug/Makefile.am:
21128           Only compile efence plugin on systems that have mmap.
21129
21130 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21131
21132         * gst/debug/Makefile.am:
21133         * gst/debug/breakmydata.c:
21134         * gst/debug/gstdebug.c:
21135         * gst/debug/gstnavigationtest.c:
21136         * gst/debug/gstnavseek.c: 
21137         * gst/debug/gstnavseek.h:
21138         * gst/debug/progressreport.c: 
21139         * gst/debug/testplugin.c:
21140           Port progressreport, navseek, navigationtest, testsink and
21141           breakmydata.
21142
21143 2005-10-05  Edward Hervey  <edward@fluendo.com>
21144
21145         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21146         (gst_dvdemux_src_query):
21147         Fixes for better conversion
21148
21149 2005-10-04  Michael Smith <msmith@fluendo.com>
21150
21151         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21152         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21153         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21154         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21155           Set state of elements to NULL before removing from bins.
21156           Set state of test element to NULL if we failed to move it to READY
21157
21158 2005-10-04  Edward Hervey  <edward@fluendo.com>
21159
21160         * ext/dv/Makefile.am:
21161         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21162         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21163         Corrected the query function for position so it doesn't forget what
21164         format was asked, and calls the conversion functions on the correct pad.
21165
21166 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * configure.ac:
21169           back to development
21170
21171 === release 0.9.3 ===
21172
21173 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21174
21175         * configure.ac:
21176           Releasing 0.9.3, "Aramis"
21177
21178 2005-10-03  Andy Wingo  <wingo@pobox.com>
21179
21180         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21181         error returns.
21182
21183 2005-10-02  Andy Wingo  <wingo@pobox.com>
21184
21185         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21186
21187         * ext/flac/gstflacenc.c: Ported to 0.9.
21188
21189         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21190
21191         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21192         and link to gsttagedit. Enable flacenc.
21193
21194         * ext/flac/gstflacdec.c: Re-enable tag reading.
21195
21196 2005-09-30  Wim Taymans  <wim@fluendo.com>
21197
21198         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21199         * gst/rtp/gstrtpgsmparse.c:
21200         * gst/rtp/gstrtph263penc.c:
21201         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21202         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21203         (gst_rtpmp4venc_set_property):
21204         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21205         Various class and caps fixes from Andre Magalhaes (andrunko)
21206
21207 2005-09-29  Wim Taymans  <wim@fluendo.com>
21208
21209         * gst/level/level-example.c: (main):
21210         Update for new bus API.
21211
21212 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21213
21214         * configure.ac:
21215           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21216           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21217
21218 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21219
21220         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21221           Fix playback of mono streams (bytes_per_sample should be set
21222           from the sample width and the number of channels negotiated,
21223           and not just be set to 4) (#317338)
21224
21225 2005-09-26  Wim Taymans  <wim@fluendo.com>
21226
21227         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21228         (gst_rtpmpaenc_handle_buffer):
21229         Set buffer duration correctly.
21230
21231 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21232
21233         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21234         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21235         (gst_avi_demux_change_state):
21236           Don't crash when encountering a stream with an unknown fourcc or
21237           codec id. Instead, create a pad of type video/x-avi-unknown or
21238           audio/x-avi-unknown, which as a side-effect also results in less
21239           confusing error messages in players ('no decoder' vs. 'no streams');
21240           minor fixes to state change function and class_init function.
21241
21242 2005-09-24  Wim Taymans  <wim@fluendo.com>
21243
21244         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21245         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21246         These are sinks.
21247
21248 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21249
21250         * check/elements/level.c: (GST_START_TEST):
21251           fix test for new GstClockTime use
21252         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21253         (gst_level_transform_ip):
21254         * gst/level/gstlevel.h:
21255           fix up the decay peak, ensuring the decay peak is never lower
21256           than the peak for that interval
21257
21258 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21259
21260         * docs/plugins/gst-plugins-good-plugins.args:
21261         * docs/plugins/inspect/plugin-alpha.xml:
21262         * docs/plugins/inspect/plugin-rtp.xml:
21263         * gst/level/gstlevel.c: (gst_level_set_caps),
21264         (gst_level_transform_ip):
21265           updating docs
21266
21267 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21268
21269         * Makefile.am:
21270         * check/elements/level.c: (GST_START_TEST):
21271         * gst/level/Makefile.am:
21272         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21273         (gst_level_set_property), (gst_level_get_property),
21274         (gst_level_set_caps), (gst_level_message_new),
21275         (gst_level_transform_ip):
21276         * gst/level/gstlevel.h:
21277         * gst/level/level-example.c: (message_handler), (main):
21278           convert to using GstClockTime for all time values, finally.
21279
21280 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21281
21282         * gst/auparse/Makefile.am:
21283         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21284           fix up build
21285         * configure.ac:
21286         * ext/cairo/Makefile.am:
21287         * ext/dv/Makefile.am:
21288         * ext/esd/Makefile.am:
21289         * ext/flac/Makefile.am:
21290         * ext/gconf/Makefile.am:
21291         * ext/gdk_pixbuf/Makefile.am:
21292         * ext/jpeg/Makefile.am:
21293         * ext/ladspa/Makefile.am:
21294         * ext/libcaca/Makefile.am:
21295         * ext/libmng/Makefile.am:
21296         * ext/libpng/Makefile.am:
21297         * ext/mikmod/Makefile.am:
21298         * ext/pango/Makefile.am:
21299         * ext/raw1394/Makefile.am:
21300         * ext/shout2/Makefile.am:
21301         * ext/speex/Makefile.am:
21302         * gst/alpha/Makefile.am:
21303         * gst/autodetect/Makefile.am:
21304         * gst/avi/Makefile.am:
21305         * gst/cutter/Makefile.am:
21306         * gst/debug/Makefile.am:
21307         * gst/effectv/Makefile.am:
21308         * gst/flx/Makefile.am:
21309         * gst/goom/Makefile.am:
21310         * gst/interleave/Makefile.am:
21311         * gst/law/Makefile.am:
21312         * gst/matroska/Makefile.am:
21313         * gst/median/Makefile.am:
21314         * gst/monoscope/Makefile.am:
21315         * gst/multipart/Makefile.am:
21316         * gst/oldcore/Makefile.am:
21317         * gst/rtp/Makefile.am:
21318         * gst/rtsp/Makefile.am:
21319         * gst/smoothwave/Makefile.am:
21320         * gst/smpte/Makefile.am:
21321         * gst/videobox/Makefile.am:
21322         * gst/videofilter/Makefile.am:
21323         * gst/videomixer/Makefile.am:
21324         * gst/wavenc/Makefile.am:
21325         * gst/wavparse/Makefile.am:
21326         * sys/oss/Makefile.am:
21327         * sys/osxaudio/Makefile.am:
21328         * sys/osxvideo/Makefile.am:
21329           fix up GST_LIBS use
21330
21331 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21332
21333         * gst/auparse/Makefile.am:
21334         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21335           fix build of auparse
21336
21337 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21338
21339         * configure.ac:
21340         * PORTED_09:
21341         * gst/auparse/gstauparse.c:
21342         * gst/auparse/gstauparse.h:
21343         Auparse ported to 0.9.
21344
21345 2005-09-22  Wim Taymans  <wim@fluendo.com>
21346
21347         * gst/rtp/TODO:
21348         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21349         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21350         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21351         (gst_rtpmp4venc_set_property):
21352         * gst/rtp/gstrtpmp4venc.h:
21353         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21354         * gst/rtp/gstrtpmpaenc.h:
21355         Use is_filled to both check MTU and max-ptime of base class.
21356
21357 2005-09-22  Wim Taymans  <wim@fluendo.com>
21358
21359         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21360         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21361         (gst_rtpmp4venc_set_property):
21362         Don't fragment packets with multiple frames.
21363
21364 2005-09-22  Wim Taymans  <wim@fluendo.com>
21365
21366         * gst/rtp/TODO:
21367         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21368         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21369         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21370         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21371         (gst_rtpmp4venc_get_property):
21372         * gst/rtp/gstrtpmp4venc.h:
21373         Remove g_print.
21374         Update TODO
21375         Make payload encoder a bit smarter and more correct with
21376         timestamps.
21377         Added option in payloader to include config string in-band.
21378
21379 2005-09-21  Wim Taymans  <wim@fluendo.com>
21380
21381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21382         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21383         (gst_rtspsrc_send):
21384         Strip spaces for key/value pairs.
21385
21386 2005-09-21  Wim Taymans  <wim@fluendo.com>
21387
21388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21389         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21390         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21391         (gst_rtspsrc_change_state):
21392         More SDP parsing and caps setting.
21393         Do NO_PREROLL differently.
21394         add pads only after negotiated.
21395
21396         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21397         (gst_udpsrc_getcaps):
21398         Implement the getcaps function.
21399
21400 2005-09-21  Wim Taymans  <wim@fluendo.com>
21401
21402         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21403         (gst_rtpamrdec_chain):
21404         Handle multiple AMr packets per payload. Handle CRC and
21405         parse ILL/ILP.
21406
21407         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21408         Make caps params strings for easy SDP mapping.
21409         
21410         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21411         Handle capsnego better.
21412
21413         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21414         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21415         Generate and parse config string in the caps.
21416
21417 2005-09-21  Wim Taymans  <wim@fluendo.com>
21418
21419         * gst/rtp/README:
21420         Update README
21421
21422         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21423         Make extra params as strings.
21424
21425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21426         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21427         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21428         Make state change return NO_PREROLL as this is a live
21429         source.
21430
21431         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21432         Don't unref old caps when NULL.
21433
21434 2005-09-20  Wim Taymans  <wim@fluendo.com>
21435
21436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21437         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21438         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21439         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21440         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21441         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21442         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21443         * gst/rtsp/sdpmessage.h:
21444         Add URI handler.
21445         Parse SDP and create caps.
21446
21447 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21448
21449         * gst/alpha/gstalpha.c:
21450           fix element description
21451
21452 2005-09-19  Wim Taymans  <wim@fluendo.com>
21453
21454         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21455         Don't check payload for now.
21456
21457 2005-09-19  Wim Taymans  <wim@fluendo.com>
21458
21459         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21460         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21461         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21462         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21463         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21464         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21465         (gst_wavparse_change_state):
21466         * gst/wavparse/gstwavparse.h:
21467         Fix wavparse some more.
21468
21469 2005-09-19  Wim Taymans  <wim@fluendo.com>
21470
21471         * check/elements/level.c: (GST_START_TEST):
21472         Fix for bus API change.
21473
21474 2005-09-19  Wim Taymans  <wim@fluendo.com>
21475
21476         * gst/level/level-example.c: (main):
21477         Fix for new bus API.
21478
21479         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21480         Set caps on pads.
21481
21482 2005-09-15  Wim Taymans  <wim@fluendo.com>
21483
21484         * gst/rtp/Makefile.am:
21485         * gst/rtp/README:
21486         * gst/rtp/gstrtp.c: (plugin_init):
21487         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21488         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21489         (gst_rtpamrdec_change_state):
21490         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21491         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21492         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21493         * gst/rtp/gstrtpamrenc.h:
21494         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21495         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21496         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21497         * gst/rtp/gstrtpgsmenc.h:
21498         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21499         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21500         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21501         (gst_rtpgsmparse_change_state):
21502         * gst/rtp/gstrtpgsmparse.h:
21503         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21504         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21505         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21506         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21507         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21508         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21509         * gst/rtp/gstrtph263penc.h:
21510         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21511         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21512         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21513         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21514         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21515         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21516         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21517         * gst/rtp/gstrtpmp4venc.h:
21518         * gst/rtp/gstrtpmpadec.c:
21519         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21520         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21521         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21522         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21523         * gst/rtp/gstrtpmpaenc.h:
21524         Updates to payloader/depayloaders, make payloaders use
21525         the base classes.
21526         Updated README with suggested RTP caps and how to convert
21527         to/from SDP.
21528         Added config descriptor in mp4v payloader.
21529
21530 2005-09-15  Andy Wingo  <wingo@pobox.com>
21531
21532         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21533         * gst/autodetect/gstautovideosink.c
21534         (gst_auto_video_sink_find_best): Update for new registry API.
21535
21536 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21537
21538         * common/c-to-xml.py:
21539         * common/gtk-doc-plugins.mak:
21540           a simple py script to generate valid xml from a C example
21541           probably also need to strip an MIT license when we decide
21542         * docs/plugins/Makefile.am:
21543         * gst/level/Makefile.am:
21544         * gst/level/gstlevel.c: (gst_level_init):
21545         * gst/level/level-example.c: (message_handler), (main):
21546           add an example to level that will show up in the docs
21547         * gst/rtp/TODO:
21548           add a note for the future
21549
21550 2005-09-14  Michael Smith <msmith@fluendo.com>
21551
21552         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21553           Actually define the debug object being used in wavenc. Fixes #316205
21554
21555 2005-09-14  Michael Smith <msmith@fluendo.com>
21556
21557         * gst/smpte/Makefile.am:
21558           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21559           needed to build on windows (bug 316204)
21560
21561 2005-09-12  Andy Wingo  <wingo@pobox.com>
21562
21563         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21564
21565 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21566
21567         * configure.ac:
21568         * gst/fdsrc/Makefile.am:
21569         * gst/fdsrc/gstfdsrc.c:
21570         * gst/fdsrc/gstfdsrc.h:
21571           Move fdsrc back into gstreamer core elements.
21572
21573         * gst/level/gstlevel.c: (gst_level_class_init),
21574         (gst_level_transform_ip):
21575         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21576           Basetransform changes.
21577
21578 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21579
21580         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21581         * ext/jpeg/smokecodec.c: (find_best_size):
21582           fix compiler warnings
21583
21584 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         * gst-plugins-good.spec.in:
21587           spec file fixes
21588         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21589         (gst_multiudpsink_render), (gst_multiudpsink_add),
21590         (gst_multiudpsink_clear):
21591           it actually helps to actually stream if we hook up the
21592           "add" signal to an actual implementation
21593         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21594           some debugging
21595
21596 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21597
21598         * ext/jpeg/Makefile.am:
21599         * ext/jpeg/gstjpeg.c
21600         * ext/jpeg/gstjpegenc.c:
21601         * ext/jpeg/gstsmokeenc.c:
21602
21603 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21604
21605         * ext/flac/gstflacdec.c:
21606         * ext/flac/gstflacenc.c:
21607         * ext/flac/gstflactag.c:
21608         * ext/speex/gstspeexenc.c:
21609           gsttaginterface.h -> gsttagsetter.h
21610
21611 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21612
21613         * configure.ac:
21614         * gst/debug/Makefile.am:
21615         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21616         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21617         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21618         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21619         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21620           Port to 0.9 and re-enable efence plugin.
21621
21622 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21623
21624         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21625         (gst_flacdec_write), (gst_flacdec_convert_src):
21626         * ext/flac/gstflacdec.h:
21627           Add support for flac files with 24/32 bits per sample; and misc.
21628           minor clean-ups. Seeking is still partly broken (for me at least).
21629
21630 2005-09-06  Wim Taymans  <wim@fluendo.com>
21631
21632         * gst/rtp/Makefile.am:
21633         * gst/rtp/gstrtp.c: (plugin_init):
21634         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21635         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21636         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21637         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21638         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21639         (gst_rtpmp4vdec_plugin_init):
21640         * gst/rtp/gstrtpmp4vdec.h:
21641         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21642         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21643         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21644         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21645         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21646         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21647         * gst/rtp/gstrtpmp4venc.h:
21648         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21649         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21650         Added mpeg4 video payload encoder/decoder.
21651         Added some docs in mpa payloader.
21652
21653 === release 0.9.1 ===
21654
21655 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21656
21657         * NEWS:
21658         * README:
21659         * RELEASE:
21660         * autogen.sh:
21661         * configure.ac:
21662           releasing 0.9.1, "Blondie"
21663
21664 2005-09-05  Andy Wingo  <wingo@pobox.com>
21665
21666         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21667         here from the state change handler, so we fire signals without
21668         holding the state lock.
21669
21670 2005-09-02  Andy Wingo  <wingo@pobox.com>
21671
21672         * All plugins updated for element state changes.
21673
21674 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * Makefile.am:
21677         * check/.cvsignore:
21678         * check/Makefile.am:
21679         * check/elements/.cvsignore:
21680         * check/elements/level.c: (setup_level), (cleanup_level),
21681         (GST_START_TEST), (level_suite), (main):
21682           add a test for level
21683         * common/release.mak:
21684           move the enum checking to release.mak
21685         * configure.ac:
21686           add valgrind and check checking
21687         * gst/level/gstlevel.c: (gst_level_transform):
21688         * gst/level/gstlevel.h:
21689           fix Andy's cast bug
21690           convert a field to int
21691           fix the arithmetic to int when checking for emit so that a
21692           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21693
21694 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21695
21696         * Makefile.am:
21697         * configure.ac:
21698           add docs to build
21699         * common/plugins.xsl:
21700           wrap Description into a refsect2
21701         * docs/Makefile.am:
21702         * docs/plugins/Makefile.am:
21703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21705         * gst/goom/Makefile.am:
21706         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21707         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21708         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21709         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21710         (gst_goom_change_state):
21711         * gst/goom/gstgoom.h:
21712           GstGOOM -> GstGoom
21713           add an example launch line
21714         * gst/level/gstlevel.h:
21715         * gst/monoscope/gstmonoscope.c:
21716           cleanups
21717
21718 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21719
21720         * configure.ac:
21721         * docs/plugins/Makefile.am:
21722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21724         * docs/plugins/gst-plugins-good-plugins.types:
21725           document elements and plugins.  Shazam !
21726
21727 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21728
21729         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21730           be found under doc/random/ChangeLog-0.8