sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() on it...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         Patch by: Brian Cameron <brian.cameron at sun dot com>
4
5         * sys/sunaudio/gstsunaudiomixerctrl.c:
6         (gst_sunaudiomixer_ctrl_open):
7         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
8
9 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
12
13         * configure.ac:
14         Make usage of libv4l optional by a configure parameter.
15         Fixes bug #563504.
16
17 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
18
19         * docs/plugins/Makefile.am:
20         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22         * docs/plugins/gst-plugins-good-plugins.args:
23         * docs/plugins/gst-plugins-good-plugins.hierarchy:
24         * docs/plugins/gst-plugins-good-plugins.interfaces:
25         * docs/plugins/inspect/plugin-1394.xml:
26         * docs/plugins/inspect/plugin-aasink.xml:
27         * docs/plugins/inspect/plugin-alaw.xml:
28         * docs/plugins/inspect/plugin-alpha.xml:
29         * docs/plugins/inspect/plugin-alphacolor.xml:
30         * docs/plugins/inspect/plugin-annodex.xml:
31         * docs/plugins/inspect/plugin-apetag.xml:
32         * docs/plugins/inspect/plugin-audiofx.xml:
33         * docs/plugins/inspect/plugin-auparse.xml:
34         * docs/plugins/inspect/plugin-autodetect.xml:
35         * docs/plugins/inspect/plugin-avi.xml:
36         * docs/plugins/inspect/plugin-cacasink.xml:
37         * docs/plugins/inspect/plugin-cairo.xml:
38         * docs/plugins/inspect/plugin-cutter.xml:
39         * docs/plugins/inspect/plugin-debug.xml:
40         * docs/plugins/inspect/plugin-dv.xml:
41         * docs/plugins/inspect/plugin-efence.xml:
42         * docs/plugins/inspect/plugin-effectv.xml:
43         * docs/plugins/inspect/plugin-equalizer.xml:
44         * docs/plugins/inspect/plugin-esdsink.xml:
45         * docs/plugins/inspect/plugin-flac.xml:
46         * docs/plugins/inspect/plugin-flxdec.xml:
47         * docs/plugins/inspect/plugin-gamma.xml:
48         * docs/plugins/inspect/plugin-gconfelements.xml:
49         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
50         * docs/plugins/inspect/plugin-goom.xml:
51         * docs/plugins/inspect/plugin-goom2k1.xml:
52         * docs/plugins/inspect/plugin-halelements.xml:
53         * docs/plugins/inspect/plugin-icydemux.xml:
54         * docs/plugins/inspect/plugin-id3demux.xml:
55         * docs/plugins/inspect/plugin-interleave.xml:
56         * docs/plugins/inspect/plugin-jpeg.xml:
57         * docs/plugins/inspect/plugin-level.xml:
58         * docs/plugins/inspect/plugin-matroska.xml:
59         * docs/plugins/inspect/plugin-monoscope.xml:
60         * docs/plugins/inspect/plugin-mulaw.xml:
61         * docs/plugins/inspect/plugin-multifile.xml:
62         * docs/plugins/inspect/plugin-multipart.xml:
63         * docs/plugins/inspect/plugin-navigationtest.xml:
64         * docs/plugins/inspect/plugin-ossaudio.xml:
65         * docs/plugins/inspect/plugin-png.xml:
66         * docs/plugins/inspect/plugin-pulseaudio.xml:
67         * docs/plugins/inspect/plugin-quicktime.xml:
68         * docs/plugins/inspect/plugin-replaygain.xml:
69         * docs/plugins/inspect/plugin-rtp.xml:
70         * docs/plugins/inspect/plugin-rtsp.xml:
71         * docs/plugins/inspect/plugin-shout2send.xml:
72         * docs/plugins/inspect/plugin-smpte.xml:
73         * docs/plugins/inspect/plugin-soup.xml:
74         * docs/plugins/inspect/plugin-spectrum.xml:
75         * docs/plugins/inspect/plugin-speex.xml:
76         * docs/plugins/inspect/plugin-taglib.xml:
77         * docs/plugins/inspect/plugin-udp.xml:
78         * docs/plugins/inspect/plugin-video4linux2.xml:
79         * docs/plugins/inspect/plugin-videobalance.xml:
80         * docs/plugins/inspect/plugin-videobox.xml:
81         * docs/plugins/inspect/plugin-videocrop.xml:
82         * docs/plugins/inspect/plugin-videoflip.xml:
83         * docs/plugins/inspect/plugin-videomixer.xml:
84         * docs/plugins/inspect/plugin-wavenc.xml:
85         * docs/plugins/inspect/plugin-wavpack.xml:
86         * docs/plugins/inspect/plugin-wavparse.xml:
87         * docs/plugins/inspect/plugin-ximagesrc.xml:
88         * gst/matroska/matroska-demux.c:
89         * gst/matroska/matroska-demux.h:
90         * gst/matroska/matroska-mux.c:
91         * gst/matroska/matroska-mux.h:
92         Add documentation for matroskamux and matroskademux and
93         update the inspection xml files.
94
95 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         * configure.ac:
98         Apparently AC_CONFIG_MACRO_DIR breaks when using more
99         than one macro directory, reverting last change.
100
101 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * configure.ac:
104         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
105         our M4 macros.
106
107 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
108
109         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
110         Provide the parameters that are required for the format string
111         to fix a compiler warning.
112
113 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
114
115         * gst/autodetect/gstautoaudiosrc.c:
116           Fix classification.
117
118 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
119
120         Patch by: Cygwin Ports maintainer
121                   <yselkowitz at users dot sourceforge dot net>
122
123         * autogen.sh:
124         * configure.ac:
125         Require gettext 0.17 because older versions don't mix with libtool
126         2.2. At build time an older gettext version will still work.
127         Fixes bug #556091.
128
129 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
130
131         Patch by: Peter Kjellerstedt <pkj at axis com>
132
133         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
134         Make gst_multiudpsink_render() ignore errors from sendto() instead of
135         breaking streaming. Emit a warning instead. Fixes #562572.
136
137 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
138
139         Patch by: Ron McOuat <rmcouat at smartt dot com>
140
141         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
142         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
143         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
144         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
145         * ext/soup/gstsouphttpsrc.h:
146         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
147         (digest_auth_cb), (run_test), (GST_START_TEST),
148         (souphttpsrc_suite), (run_server):
149         Add support for basic and digest authentication in souphttpsrc.
150         Fixes bug #561775.
151
152 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         Patch by: Pepijn Van Eeckhoudt
155                       <pepijn dot vaneeckhoudt at luciad dot com>
156
157         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
158         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
159         * gst/wavenc/gstwavenc.h:
160         * gst/wavenc/riff.h:
161         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
162
163 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         Patch by: 이문형 <iwings at gmail dot com>
166
167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
168         Prevent further read/write actions taken to the connect-failed socket by
169         erroring out quickly. See #562258.
170
171 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
172
173         * tests/examples/level/level-example.c:
174           Set fakesink to sync. Otherwise people might question the message
175           interval. Nevertheless the timestamp in the message is what matters.
176
177 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
178
179         * tests/icles/.cvsignore:
180         cvsignore newly generated file.
181
182 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
183
184         * gst/rtp/gstasteriskh263.c:
185         * gst/rtp/gstasteriskh263.h:
186         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
187         * gst/rtp/gstrtpL16depay.h:
188         * gst/rtp/gstrtpL16pay.c:
189         * gst/rtp/gstrtpL16pay.h:
190         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
191         * gst/rtp/gstrtpac3depay.h:
192         * gst/rtp/gstrtpamrdepay.c:
193         * gst/rtp/gstrtpamrdepay.h:
194         * gst/rtp/gstrtpamrpay.c:
195         * gst/rtp/gstrtpamrpay.h:
196         * gst/rtp/gstrtpdepay.c:
197         * gst/rtp/gstrtpdepay.h:
198         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
199         * gst/rtp/gstrtpg726depay.c:
200         * gst/rtp/gstrtpg726pay.c:
201         * gst/rtp/gstrtpg729depay.c:
202         * gst/rtp/gstrtpg729pay.c:
203         * gst/rtp/gstrtpgsmdepay.c:
204         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
205         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
206         * gst/rtp/gstrtph263depay.h:
207         * gst/rtp/gstrtph263pay.c:
208         * gst/rtp/gstrtph263pay.h:
209         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
210         * gst/rtp/gstrtph263pdepay.h:
211         * gst/rtp/gstrtph263ppay.c:
212         * gst/rtp/gstrtph263ppay.h:
213         * gst/rtp/gstrtph264depay.c:
214         * gst/rtp/gstrtph264depay.h:
215         * gst/rtp/gstrtph264pay.c:
216         * gst/rtp/gstrtph264pay.h:
217         * gst/rtp/gstrtpilbcdepay.c:
218         * gst/rtp/gstrtpilbcpay.c:
219         * gst/rtp/gstrtpjpegdepay.h:
220         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
221         * gst/rtp/gstrtpmp1sdepay.h:
222         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
223         * gst/rtp/gstrtpmp2tdepay.h:
224         * gst/rtp/gstrtpmp2tpay.c:
225         * gst/rtp/gstrtpmp2tpay.h:
226         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
227         * gst/rtp/gstrtpmp4apay.c:
228         * gst/rtp/gstrtpmp4apay.h:
229         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
230         * gst/rtp/gstrtpmp4gdepay.h:
231         * gst/rtp/gstrtpmp4gpay.c:
232         * gst/rtp/gstrtpmp4gpay.h:
233         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
234         * gst/rtp/gstrtpmp4vdepay.h:
235         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
236         * gst/rtp/gstrtpmp4vpay.h:
237         * gst/rtp/gstrtpmpadepay.c:
238         * gst/rtp/gstrtpmpadepay.h:
239         * gst/rtp/gstrtpmpapay.c:
240         * gst/rtp/gstrtpmpapay.h:
241         * gst/rtp/gstrtpmpvdepay.c:
242         * gst/rtp/gstrtpmpvdepay.h:
243         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
244         * gst/rtp/gstrtppcmapay.c:
245         * gst/rtp/gstrtppcmudepay.c:
246         * gst/rtp/gstrtppcmupay.c:
247         * gst/rtp/gstrtpspeexdepay.c:
248         * gst/rtp/gstrtpspeexpay.c:
249         * gst/rtp/gstrtpsv3vdepay.c:
250         * gst/rtp/gstrtpsv3vdepay.h:
251         * gst/rtp/gstrtptheoradepay.c:
252         * gst/rtp/gstrtptheoradepay.h:
253         * gst/rtp/gstrtptheorapay.c:
254         * gst/rtp/gstrtptheorapay.h:
255         * gst/rtp/gstrtpvorbisdepay.c:
256         * gst/rtp/gstrtpvorbisdepay.h:
257         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
258         * gst/rtp/gstrtpvorbispay.h:
259         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
260         * gst/rtp/gstrtpvrawpay.c:
261         Fix the descriptions and fix some email addresses.
262
263 2008-11-25  Julien Moutte  <julien@fluendo.com>
264
265         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
266         to supported qtdemux video codecs as I found some video clips using 
267         those.
268
269 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
272         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
273         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
274         (gst_auto_video_sink_detect):
275         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
276         Post an error when we can't set the internal ghostpad target.
277
278 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
279
280         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
281         (gst_video_crop_transform), (gst_video_crop_transform_caps),
282         (gst_video_crop_set_caps), (gst_video_crop_set_property):
283         * gst/videocrop/gstvideocrop.h:
284         Fix renegotiation when changing properties using the new basetransform
285         features. Fixes #561502.
286
287         * tests/icles/Makefile.am:
288         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
289         Add crazy interactive test unit for dynamically changing properties.
290
291 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
292
293         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
294         (gst_rtspsrc_parse_range):
295         Add some more debugging.
296         Use the reanges received from the server unconditionally.
297         Fixes #561625.
298
299 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
300
301         * ext/pulse/pulsesink.c:
302           Change #if 0 to something more expresive and add pointer to related
303           bug ticket.
304
305 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
306
307         Patch by: Tal Shalif <tshalif at nargila dot org>
308
309         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
310         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
311         the latter don't exist on some systems (mingw). Fixes bug #561990.
312
313 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
314
315         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
316
317         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
318         Add transferMode.dnla.org header to HTTP requests as this is
319         required by the DLNA specs and doesn't hurt in other situations.
320         Fixes bug #561802.
321
322 2008-11-20  Michael Smith <msmith@songbirdnest.com>
323
324         * sys/osxvideo/osxvideosink.h:
325         * sys/osxvideo/osxvideosink.m:
326           Handle video window resizing more correctly, avoiding crashes when
327           embedding the window and resizing it.
328
329 2008-11-20  Michael Smith <msmith@songbirdnest.com>
330
331         * gst/udp/gstmultiudpsink.c:
332         * gst/udp/gstudpnetutils.c:
333         * gst/udp/gstudpnetutils.h:
334         * gst/udp/gstudpsrc.c:
335           Fix multiudpsink on OSX by passing the specific length of the socket,
336           refactor that into a function shared with the same thing in udpsrc.
337
338 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
341         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
342         (gst_wavparse_stream_headers):
343         Fix the scaling code.
344         Fix parsing of the INFO chunks, we were reading the wrong number of
345         bytes.  Fixes #561580.
346
347 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
348
349         * gst/matroska/matroska-mux.c:
350         Fix NULL pointer dereference of an unset codec_id in the recently 
351         added Dirac paths
352
353 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
354
355         * tests/check/Makefile.am:
356         Just keep disabling elements that hang the states test until it
357         works.
358
359 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
360
361         * ext/libpng/gstpngenc.c:
362         Don't flush downstream after every buffer - that's not what
363         this libpng callback is for at all!
364
365 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
366
367         * sys/v4l2/v4l2src_calls.c:
368           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
369           (gst_v4l2src_probe_caps_for_format):
370           Turns out we don't always get the frame sizes in a predefined
371           order from lowest to highest resolution, so let's just sort the
372           list by frame size once we've queried the possible resolutions
373           rather than assume any particular order. Fixes probed caps for
374           the camera in my HP2133 mini notebook and makes v4l2src default
375           to a decent size.
376
377 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
378
379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
380         * gst/matroska/matroska-ids.h:
381         Make mkvdemux aware of E-AC3.
382
383 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
384
385         * gst/rtp/Makefile.am:
386         * gst/rtp/gstrtp.c: (plugin_init):
387         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
388         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
389         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
390         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
391         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
392         (gst_rtp_jpeg_depay_change_state),
393         (gst_rtp_jpeg_depay_plugin_init):
394         * gst/rtp/gstrtpjpegdepay.h:
395         Add a jpeg depayloader.
396
397         * gst/rtp/gstrtpjpegpay.c:
398         Set the default properties on the payloader to better defaults.
399
400 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
401
402         * sys/v4l2/gstv4l2.c:
403           Give it a primary rank for autovideosrc.
404
405 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
406
407         Patch by: Bjorn Ostby <bjornos at axis dot com>
408
409         * gst/rtp/Makefile.am:
410         * gst/rtp/gstrtp.c: (plugin_init):
411         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
412         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
413         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
414         (gst_rtp_jpeg_pay_read_quant_table),
415         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
416         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
417         (gst_rtp_jpeg_pay_plugin_init):
418         * gst/rtp/gstrtpjpegpay.h:
419         Add JPEG payloader. Fixes #560756.
420
421 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
422
423         Patch by: Fabricio Godoy <skarllot at gmail dot com>
424
425         * sys/oss/gstosssink.c: (gst_oss_sink_open):
426         * sys/oss/gstosssrc.c: (gst_oss_src_open):
427         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
428         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
429         Fix some spelling mistakes. Fixes #556802.
430
431 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
432
433         * gst/equalizer/GstIirEqualizer10Bands.prs:
434         * gst/equalizer/GstIirEqualizer3Bands.prs:
435         * gst/equalizer/Makefile.am:
436         * gst/equalizer/gstiirequalizer10bands.c:
437         * gst/equalizer/gstiirequalizer3bands.c:
438           Add presets for equalizer. Fixes #522183.
439
440 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst/rtsp/Makefile.am:
443         * gst/rtsp/gstrtsp.c: (plugin_init):
444         * gst/rtsp/gstrtspgoogle.c:
445         * gst/rtsp/gstrtspgoogle.h:
446         Remove google extension again, it's not needed anymore because we never
447         send multiple transports anymore.
448
449 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
450
451         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
452
453         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
454         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
455         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
456         (gst_rtspsrc_stream_free),
457         (gst_rtspsrc_stream_configure_udp_sinks),
458         (gst_rtspsrc_stream_configure_transport),
459         (gst_rtspsrc_send_dummy_packets),
460         (gst_rtspsrc_create_transports_string),
461         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
462         * gst/rtsp/gstrtspsrc.h:
463         Add property to configure NAT traversal method.
464         Ignore EOS from the internal sinks.
465         Implement sending dummy packets as a (simple) method to open up
466         some firewalls.
467         Send PLAY request to the server after we started the udp sources.
468         Fixes #559545.
469
470 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         Patch by: Yotam <sh dot yotam at gmail dot com>
473
474         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
475         Flush the remaining frames on EOS. Fixes #560641.
476
477 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
478
479         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
480         Fix compiler warning about printf formatting.
481
482 2008-11-12  Andy Wingo  <wingo@pobox.com>
483
484         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
485         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
486         segment events instead of sending them from the seeking thread.
487         Fixes #559288.
488         (gst_qtdemux_push_pending_newsegment): New helper, sends out
489         queued newsegment events.
490         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
491         call it here, as we only seek when looping, and only push in the
492         movie state.
493
494 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
495
496         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
497         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
498         * gst/qtdemux/qtdemux_fourcc.h:
499         * gst/qtdemux/qtdemux_types.c:
500         Add cover and alternative copyright tag, and enhance some existing
501         ones by marking them as container atoms.
502
503 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
506         Don't ignore the return value of setcaps.
507
508 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         Patch by: Olivier Crete <tester at tester dot ca>
511
512         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
513         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
514         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
515         * gst/rtp/gstrtpg729pay.h:
516         Replace G729 payloader with an improved version. Fixes #532409.
517
518 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
519
520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
521         (gst_rtspsrc_change_state):
522         Only send one transport at a time for improved compatibility with some
523         broken servers. See #537832.
524
525 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
528         (gst_rtspsrc_perform_seek):
529         Only pause/play in the seek handler when the source was playing.
530         Fixes #529379.
531
532 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
533
534         * gst/matroska/matroska-mux.c:
535         (gst_matroska_mux_handle_dirac_packet):
536         Fix muxing of Dirac streams if the input already has the format
537         we need, i.e. is the output of matroskademux.
538
539 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
540
541         * gst/avi/gstavimux.c:
542           Don't segfault on string typed tags being NULL. Fixes #560155.
543
544 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
545
546         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
547         (gst_matroska_mux_audio_pad_setcaps):
548         Fix mapping AAC profile to Matroska codec id.
549
550 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
551
552         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
553         (qtdemux_video_caps), (qtdemux_audio_caps):
554         Refactor some raw audio caps building, and handle >16-bit cases.
555         Fix/replace building caps from a string description.
556
557 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
558
559         * gst/audiofx/audiowsincband.c:
560         * gst/audiofx/audiowsinclimit.c:
561         * gst/cutter/gstcutter.c:
562           Make author name consistent with others.
563
564 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
567
568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
569         (gst_rtspsrc_stream_configure_udp_sink):
570         Pause the RTSP stream before doing a new play request.
571         Make sure that adding the udpsinks does not cause the rtspsrc to become
572         a sink. Fixes #559547.
573
574 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
575
576         * gst/matroska/matroska-ids.h:
577         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
578         (gst_matroska_mux_handle_dirac_packet),
579         (gst_matroska_mux_write_data):
580         Implement Dirac muxing into Matroska comforming to the spec, i.e.
581         put all Dirac packages up to a picture into a Matroska block.
582
583         TODO: Implement writing of the ReferenceBlock Matroska elements,
584         currently the Dirac muxing is only 100% correct if Matroska version 2
585         is selected for muxing.
586
587 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
588
589         Patch by: Bastien Nocera <hadess at hadess dot net>,
590                   Hans de Goede <jwrdegoede at fedoraproject dot org>
591
592         * configure.ac:
593         * sys/v4l2/Makefile.am:
594         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
595         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
596         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
597         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
598         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
599         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
600         (gst_v4l2_get_input), (gst_v4l2_set_input):
601         * sys/v4l2/v4l2_calls.h:
602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
603         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
604         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
605         (gst_v4l2src_fill_format_list),
606         (gst_v4l2src_probe_caps_for_format_and_size),
607         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
608         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
609         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
610         (gst_v4l2src_get_nearest_size):
611         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
612
613 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
614
615         * ext/aalib/Makefile.am:
616         * ext/annodex/Makefile.am:
617         * ext/cairo/Makefile.am:
618         * ext/dv/Makefile.am:
619         * ext/esd/Makefile.am:
620         * ext/flac/Makefile.am:
621         * ext/gconf/Makefile.am:
622         * ext/gdk_pixbuf/Makefile.am:
623         * ext/hal/Makefile.am:
624         * ext/jpeg/Makefile.am:
625         * ext/ladspa/Makefile.am:
626         * ext/libcaca/Makefile.am:
627         * ext/libmng/Makefile.am:
628         * ext/libpng/Makefile.am:
629         * ext/mikmod/Makefile.am:
630         * ext/pulse/Makefile.am:
631         * ext/raw1394/Makefile.am:
632         * ext/shout2/Makefile.am:
633         * ext/soup/Makefile.am:
634         * ext/speex/Makefile.am:
635         * ext/taglib/Makefile.am:
636         * ext/wavpack/Makefile.am:
637         * gst/alpha/Makefile.am:
638         * gst/apetag/Makefile.am:
639         * gst/audiofx/Makefile.am:
640         * gst/auparse/Makefile.am:
641         * gst/autodetect/Makefile.am:
642         * gst/avi/Makefile.am:
643         * gst/cutter/Makefile.am:
644         * gst/debug/Makefile.am:
645         * gst/effectv/Makefile.am:
646         * gst/equalizer/Makefile.am:
647         * gst/flx/Makefile.am:
648         * gst/goom/Makefile.am:
649         * gst/goom2k1/Makefile.am:
650         * gst/icydemux/Makefile.am:
651         * gst/id3demux/Makefile.am:
652         * gst/interleave/Makefile.am:
653         * gst/law/Makefile.am:
654         * gst/level/Makefile.am:
655         * gst/matroska/Makefile.am:
656         * gst/median/Makefile.am:
657         * gst/monoscope/Makefile.am:
658         * gst/multifile/Makefile.am:
659         * gst/multipart/Makefile.am:
660         * gst/oldcore/Makefile.am:
661         * gst/qtdemux/Makefile.am:
662         * gst/replaygain/Makefile.am:
663         * gst/rtp/Makefile.am:
664         * gst/rtsp/Makefile.am:
665         * gst/smpte/Makefile.am:
666         * gst/spectrum/Makefile.am:
667         * gst/udp/Makefile.am:
668         * gst/videobox/Makefile.am:
669         * gst/videocrop/Makefile.am:
670         * gst/videofilter/Makefile.am:
671         * gst/videomixer/Makefile.am:
672         * gst/wavenc/Makefile.am:
673         * gst/wavparse/Makefile.am:
674         * sys/directdraw/Makefile.am:
675         * sys/directsound/Makefile.am:
676         * sys/oss/Makefile.am:
677         * sys/osxaudio/Makefile.am:
678         * sys/osxvideo/Makefile.am:
679         * sys/sunaudio/Makefile.am:
680         * sys/v4l2/Makefile.am:
681         * sys/waveform/Makefile.am:
682         * sys/ximage/Makefile.am:
683           Don't install static libs for plugins. Fixes #550851 for -good.
684
685 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
686
687         * ext/flac/Makefile.am:
688         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
689         This fixes compilation if FLAC is installed in an uncommon location
690         that is not already handled by other CFLAGS. Fixes bug #558711.
691
692 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
695         Guard more uncommon formats with ifdefs so that we can compile on older
696         versions.
697
698 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
699
700         Patch by: Nick Haddad <nick at haddads dot net>
701
702         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
703         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
704         (gst_avi_demux_stream_data):
705         Invert other uncompressed RGB formats. Fixes #558554.
706
707 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
708
709         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
710         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
711         * gst/wavenc/gstwavenc.h:
712         Add support for float/double as input and remove the (nowadays)
713         useless parsing of the depth as we require width==depth.
714
715 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
718         * gst/rtp/gstrtpmpapay.c:
719         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
720         mpeg version 1. Fixes #558427.
721
722 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
725         (gst_rtp_L16_pay_getcaps):
726         Only put an integral amount of samples in the RTP packet.
727         Fixes #556641.
728
729 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
730
731         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
732         * gst/rtp/gstrtpchannels.h:
733         Add method to get possible channel positions.
734
735 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * gst/rtp/Makefile.am:
738         Also commit updated makefile
739
740 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
741
742         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
743         Don't allow width=32,depth=24 as input. WAV requires that the width
744         is the next integer multiply of 8 from the depth.
745
746 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
747
748         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
749         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
750         (gst_rtp_L16_pay_getcaps):
751         * gst/rtp/gstrtpchannels.c: (check_channels),
752         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
753         (gst_rtp_channels_create_default):
754         * gst/rtp/gstrtpchannels.h:
755         Add mappings for multichannel support. Does not completely just work
756         because the getcaps function does not yet return the allowed channel
757         mappings. See #556641.
758
759 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
760
761         * gst/goom/Makefile.am:
762         * gst/goom/README:
763         * gst/goom/config_param.c:
764         * gst/goom/convolve_fx.c:
765         * gst/goom/drawmethods.c:
766         * gst/goom/drawmethods.h:
767         * gst/goom/filters.c:
768         * gst/goom/filters_mmx.s:
769         * gst/goom/flying_stars_fx.c:
770         * gst/goom/goom.h:
771         * gst/goom/goom_config.h:
772         * gst/goom/goom_config_param.h:
773         * gst/goom/goom_core.c:
774         * gst/goom/goom_filters.h:
775         * gst/goom/goom_fx.h:
776         * gst/goom/goom_graphic.h:
777         * gst/goom/goom_plugin_info.h:
778         * gst/goom/goom_tools.c:
779         * gst/goom/goom_tools.h:
780         * gst/goom/goom_typedefs.h:
781         * gst/goom/goom_visual_fx.h:
782         * gst/goom/graphic.c:
783         * gst/goom/ifs.c:
784         * gst/goom/ifs.h:
785         * gst/goom/lines.c:
786         * gst/goom/lines.h:
787         * gst/goom/mathtools.c:
788         * gst/goom/mathtools.h:
789         * gst/goom/mmx.c:
790         * gst/goom/motif_goom1.h:
791         * gst/goom/motif_goom2.h:
792         * gst/goom/plugin_info.c:
793         * gst/goom/ppc_drawings.h:
794         * gst/goom/ppc_zoom_ultimate.h:
795         * gst/goom/sound_tester.c:
796         * gst/goom/sound_tester.h:
797         * gst/goom/surf3d.c:
798         * gst/goom/surf3d.h:
799         * gst/goom/tentacle3d.c:
800         * gst/goom/tentacle3d.h:
801         * gst/goom/v3d.c:
802         * gst/goom/v3d.h:
803         * gst/goom/xmmx.c:
804           Add license headers in all source files. Remove filter.c from
805           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
806           which are not used right now. Fixes #557709.
807
808 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
809
810         Patch by: Olivier Crete <tester at tester dot ca>
811
812         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
813         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
814         Implement getcaps in rtpL16pay. Fixes #556484.
815
816 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
817
818         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
819         (gst_rtp_L16_depay_process):
820         Check if clock-rate and channels are valid.
821         Don't ignore the return value of setcaps.
822         No need to validate the buffer, the base class does that for us.
823         Use the marker bit to set the DISCONT flag on outgoing buffers.
824
825         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
826         Don't ignore the return value of set_outcaps.
827
828         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
829         (gst_rtp_ac3_depay_process):
830         Don't ignore the return value of set_caps.
831         No need to validate the buffer, the base class does that for us.
832
833         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
834         (gst_rtp_amr_depay_process):
835         * gst/rtp/gstrtpamrdepay.h:
836         Don't ignore the return value of setcaps.
837         No need to validate the buffer, the base class does that for us.
838         No need to set output caps on the buffers, the base class does that for
839         us.
840         The subclass will make sure we are negotiated.
841         
842         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
843         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
844         * gst/rtp/gstrtpdvdepay.h:
845         Clean up caps negotiation.
846         The subclass will make sure we are negotiated.
847
848         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
849         (gst_rtp_g726_depay_process):
850         Clean up caps negotiation.
851         Use the marker bit to set the DISCONT flag on outgoing buffers.
852
853         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
854         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
855         * gst/rtp/gstrtpg729depay.h:
856         The subclass will make sure we are negotiated.
857         Use the marker bit to set the DISCONT flag on outgoing buffers.
858
859         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
860         (gst_rtp_gsm_depay_process):
861         Clean up caps negotiation.
862         Use the marker bit to set the DISCONT flag on outgoing buffers.
863
864         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
865         Clean up caps negotiation.
866         Don't ignore the return value of set_outcaps.
867
868         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
869         (gst_rtp_h263_depay_process):
870         Clean up caps negotiation.
871         No need to validate the buffer, the base class does that for us.
872
873         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
874         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
875         * gst/rtp/gstrtph263pay.h:
876         Don't ignore the return value of set_outcaps.
877         Do some more timestamps.
878
879         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
880         (gst_rtp_h263p_depay_process):
881         Clean up caps negotiation.
882         Don't ignore the return value of setcaps.
883         No need to validate the buffer, the base class does that for us.
884
885         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
886         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
887         (gst_rtp_h263p_pay_handle_buffer):
888         * gst/rtp/gstrtph263ppay.h:
889         Don't ignore the return value of set_outcaps.
890         Do some more timestamps.
891
892         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
893         (gst_rtp_h264_depay_process):
894         Clean up caps negotiation.
895         Don't ignore the return value of setcaps.
896         Fix possible caps leak.
897         No need to validate the buffer, the base class does that for us.
898
899         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
900         Add some more debug info.
901
902         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
903         (gst_rtp_ilbc_depay_process):
904         Clean up caps negotiation.
905         Use the marker bit to set the DISCONT flag on outgoing buffers.
906
907         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
908         Clean up caps negotiation.
909
910         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
911         (gst_rtp_mp1s_depay_process):
912         Clean up caps negotiation.
913         Don't ignore the return value of setcaps.
914         No need to validate the buffer, the base class does that for us.
915         No need to set caps on buffers, subclass does that for us.
916
917         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
918         (gst_rtp_mp2t_depay_process):
919         Clean up caps negotiation.
920         Don't ignore the return value of setcaps.
921         No need to validate the buffer, the base class does that for us.
922         No need to set caps on buffers, subclass does that for us.
923
924         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
925         (gst_rtp_mp4a_depay_process):
926         Clean up caps negotiation.
927         Don't ignore the return value of setcaps.
928         No need to validate the buffer, the base class does that for us.
929
930         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
931         (gst_rtp_mp4a_pay_setcaps):
932         Don't ignore the return value of set_outcaps.
933
934         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
935         (gst_rtp_mp4g_depay_process):
936         Clean up caps negotiation.
937         Don't ignore the return value of setcaps.
938         No need to validate the buffer, the base class does that for us.
939         No need to set caps on buffers, subclass does that for us.
940
941         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
942         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
943         Don't ignore the return value of set_outcaps.
944
945         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
946         (gst_rtp_mp4v_depay_process):
947         Clean up caps negotiation.
948         Don't ignore the return value of setcaps.
949         No need to validate the buffer, the base class does that for us.
950         No need to set caps on buffers, subclass does that for us.
951
952         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
953         (gst_rtp_mp4v_pay_setcaps):
954         Don't ignore the return value of set_outcaps.
955
956         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
957         (gst_rtp_mpa_depay_process):
958         Clean up caps negotiation.
959         Don't ignore the return value of setcaps.
960         No need to validate the buffer, the base class does that for us.
961         Use the marker bit to set the DISCONT flag on outgoing buffers.
962
963         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
964         Don't ignore the return value of set_outcaps.
965
966         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
967         (gst_rtp_mpv_depay_process):
968         Clean up caps negotiation.
969         Actually set output caps.
970         No need to validate the buffer, the base class does that for us.
971
972         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
973         Don't ignore the return value of set_outcaps.
974
975         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
976         (gst_rtp_pcma_depay_process):
977         Clean up caps negotiation.
978         Set output buffer duration because we can.
979         Use the marker bit to set the DISCONT flag on outgoing buffers.
980
981         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
982         Don't ignore the return value of set_outcaps.
983
984         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
985         (gst_rtp_pcmu_depay_process):
986         Clean up caps negotiation.
987         Use the marker bit to set the DISCONT flag on outgoing buffers.
988
989         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
990         Don't ignore the return value of set_outcaps.
991
992         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
993         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
994         Clean up caps negotiation.
995         Set output caps on the pad and header buffers.
996         Set duration on output buffers because we can.
997
998         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
999         Don't ignore the return value of set_outcaps.
1000
1001         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1002         (gst_rtp_sv3v_depay_process):
1003         Clean up caps negotiation.
1004         No need to validate the buffer, the base class does that for us.
1005         No need to set caps out output buffers, subclass does that.
1006
1007         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1008         (gst_rtp_theora_depay_process):
1009         Don't ignore the return value of setcaps.
1010         No need to validate the buffer, the base class does that for us.
1011
1012         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1013         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1014         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1015         (gst_rtp_theora_pay_handle_buffer):
1016         Don't ignore the return value of set_outcaps.
1017
1018         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1019         (gst_rtp_vorbis_depay_process):
1020         Don't ignore the return value of setcaps.
1021         No need to validate the buffer, the base class does that for us.
1022
1023         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1024         Don't ignore the return value of set_outcaps.
1025
1026         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1027         Clean up caps negotiation, don't ignore setcaps return.
1028
1029         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1030         Don't ignore the return value of set_outcaps.
1031
1032 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         * gst/matroska/matroska-demux.c:
1035         (gst_matroska_demux_handle_src_event):
1036         Forward unknown events upstream.
1037
1038 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1041         Add some refcount check
1042
1043         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1044         Don't ignore the result of write(), fixes a  compiler warning for me.
1045
1046         * tests/icles/videobox-test.c: (main):
1047         Make the output a little more pretty.
1048
1049 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * ext/esd/esdmon.c:
1052           Add doc blob.
1053
1054 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * docs/plugins/Makefile.am:
1057         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1058         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1059         * docs/plugins/gst-plugins-good-plugins.args:
1060         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1061         * docs/plugins/gst-plugins-good-plugins.interfaces:
1062         * docs/plugins/inspect/plugin-autodetect.xml:
1063           Add the docs of the new elements.
1064
1065 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1066
1067         * gst/autodetect/gstautoaudiosrc.c:
1068         (gst_auto_audio_src_class_init):
1069         * gst/autodetect/gstautovideosrc.c:
1070         (gst_auto_video_src_class_init):
1071         Fix "Since" tags in the documentation.
1072
1073 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1074
1075         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1076
1077         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1078         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1079         Add support for souphttpsrc to act as a live source. This makes it
1080         possible to get timestamped buffers in combination with the
1081         "do-timestamp" property. Fixes bug #556019.
1082
1083 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * gst/autodetect/Makefile.am:
1086         * gst/autodetect/gstautoaudiosink.c:
1087         * gst/autodetect/gstautoaudiosrc.c:
1088         * gst/autodetect/gstautoaudiosrc.h:
1089         * gst/autodetect/gstautodetect.c:
1090         * gst/autodetect/gstautovideosink.c:
1091         * gst/autodetect/gstautovideosrc.c:
1092         * gst/autodetect/gstautovideosrc.h:
1093           Implement src plugins. Little code/string cleanup in the sinks.
1094           Fixes #523813.
1095
1096 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1097
1098         Patch by: Peter Kjellerstedt <pkj at axis com>
1099
1100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1101         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1102         Fix a memory leak when pads are requested but the pipeline never
1103         goes into PLAYING.
1104
1105         Correctly remove request pads, no matter if they have collected
1106         data or not.
1107
1108         Fixes bug #557710.
1109
1110 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1111
1112         Patch by: <lrn1986 at gmail dot com>
1113
1114         * gst/udp/gstudpnetutils.h:
1115         Define the correct WINVER so getaddinfo() can be used when using
1116         mingw32. Fixes bug #557294.
1117
1118 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1119
1120         Patch by: <lrn1986 at gmail dot com>
1121
1122         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1124         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1125         Fix "argument type mismatch" compiler warnings on Windows.
1126         Fixes bug #557293.
1127
1128 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1131         Don't calculate the filter coefficients for every single buffer
1132         but only when it's needed. Fixes bug #557260.
1133
1134 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1135
1136         * configure.ac:
1137         Back to development -> 0.10.11.1
1138
1139 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1140
1141         * gst-plugins-good.doap:
1142         Fix version number of 0.10.11 release in doap file
1143
1144 === release 0.10.11 ===
1145
1146 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1147
1148         * configure.ac:
1149           releasing 0.10.11, "Secondary Consideration"
1150
1151 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1152
1153         * configure.ac:
1154         Commit 0.10.10.4 pre-release
1155
1156 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1157
1158         * gst/avi/gstavimux.c:
1159         Fix VPRP chunk setup in avimux.
1160         Fixes: #556010
1161         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1162
1163 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1164
1165         * gst/videobox/gstvideobox.c:
1166         support dynamically changing properties in videobox
1167         Fixed: #557085
1168         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1169
1170 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1171
1172         * configure.ac:
1173         0.10.10.3 pre-release
1174
1175 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1176
1177         * tests/check/Makefile.am:
1178         Don't run the states test on pulsesrc and pulsesink
1179
1180 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1181
1182         * configure.ac:
1183         Commit 0.10.10.2 pre-release bump that actually went
1184         out on 2008-10-11
1185
1186 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1187
1188         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1189         Skip entries for streams that don't have a output pad yet, thereby
1190         avoiding calling pad functions with a NULL pad.
1191         Fixes #556424
1192
1193 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1194
1195         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1196         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1197         Remove problematic and useless refcount check.
1198         Fixes #556381
1199
1200 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1201
1202         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1203         Remove problematic and useless refcount check.
1204         Fixes #556381
1205
1206 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1207
1208         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1209         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1210         Cast some size_t arguments to guint to avoid compiler
1211         warnings on 64-bit systems.
1212
1213 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1214
1215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1216         Return TRUE instead of FALSE from the event handler when we swallowed the
1217         event.
1218
1219 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1220
1221         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1222         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1223         Reset header state. Fixes #555321.
1224
1225 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1226
1227         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1228         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1229         * gst/avi/gstavidemux.h:
1230         For timestamping audio packets we need to take into account the
1231         amount of blocks in one entry using the blockalign. Fixes some sync
1232         issues with zero-padded audio blocks in the beginning of avi files.
1233
1234 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1235
1236         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1237         (gst_multi_file_src_query):
1238         Implement DEFAULT and BUFFER position queries. See #555260.
1239
1240 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1241
1242         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1243         Fix build for systems that don't have XDamage.
1244
1245 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1246
1247         * tests/examples/rtp/client-H263p.sdp:
1248         * tests/examples/rtp/client-H263p.sh:
1249         * tests/examples/rtp/server-VTS-H263p.sh:
1250         Add some more H263p server and client examples.
1251
1252 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1253
1254         * configure.ac::
1255           Depend on released versions of core and base.
1256
1257 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1260         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1261         Return -1 instead of 0 in error cases. Fixes #554771.
1262
1263 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1264
1265         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1266         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1267         Stop leaking the cursor image.
1268         Unref the last_ximage and the cached cursor image on shutdown.
1269         Fixes #551570.
1270
1271 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * sys/v4l2/gstv4l2object.h:
1274         Getting the Class from an instance is not just a matter of casting it to
1275         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1276         instance. Fixes #549784.
1277
1278 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1279
1280         * configure.ac:
1281           Fix libs for linking directsound.
1282         * sys/directsound/gstdirectsoundsink.c:
1283           Fix buffer sizing to prevent racing the ringbuffer at startup.
1284           Add volume property.
1285
1286 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1287
1288         * ext/pulse/pulsesink.c:
1289         Fix problems with pulsesink randomly erroring with code 'OK' after a
1290         format change on the stream by waiting when disconnecting the stream.
1291
1292 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1293
1294         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1295         (gst_rtp_amr_depay_process):
1296         Mark DISCONT on output buffers when the marker bit signals a new talk
1297         spurt.
1298
1299         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1300         Set the marker bit for buffers with a DISCONT flag to signal a talk
1301         spurt.
1302
1303 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1304
1305         * gst/rtp/Makefile.am:
1306         * gst/rtp/gstrtp.c: (plugin_init):
1307         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1308         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1309         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1310         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1311         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1312         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1313         * gst/rtp/gstrtpmp4apay.h:
1314         Added MP4A-LATM payloader to match the depayloader.
1315
1316 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1317
1318         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1319         (gst_videomixer_sink_event):
1320         Handle segments a little better. Fixes #537361.
1321
1322 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1323
1324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1325         Don't assume the server supports PAUSE by default. Fixes #551048.
1326
1327 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1328
1329         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1330         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1331         Switch on the socket family to get the addrlen size right.
1332
1333 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1334
1335         Patch by: Daniel Franke <df at dfranke dot us>
1336
1337         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1338         OS X's bind() implementation is picky about its addrlen parameter and
1339         fails with EINVAL if it is larger than expected for the socket's address
1340         family. Set the length to the expected length instead. Fixes #553191.
1341
1342 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1343
1344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1345         Handle the case where we cannot do desribe or when the describe result
1346         does not contain a valid SDP message.
1347
1348 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1349
1350         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1351         Fix setting the qos.
1352
1353 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1354
1355         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1356         (gst_qtdemux_chain):
1357         Some 'broken' files out there have atom lengths of zero...
1358         which basically results in qtdemux consuming that atom again and again
1359         until the *end of night* !
1360         Detect that and emits an adequate element error message.
1361
1362 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1363
1364         * gst/interleave/Makefile.am:
1365         * gst/matroska/Makefile.am:
1366         Fix build flags order.
1367
1368         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1369         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1370         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1371         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1372         Format fixes.
1373
1374         * tests/check/elements/multifile.c:
1375         Pull in unistd.h
1376
1377 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1378
1379         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1380         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1381         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1382         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1383         (gst_rtp_mp4g_depay_change_state):
1384         * gst/rtp/gstrtpmp4gdepay.h:
1385         Handle interleaved streams by reordering AU in a queue.
1386
1387 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1388
1389         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1390         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1391         Change some of the ranges in the caps, mostly for the amount of bits we
1392         can use.
1393         Added a little bitstream parse and use it to parse the AU header fields.
1394         Check for malformed and wrongly sized packets better.
1395         Implement more header field parsing.
1396         Handle the size of fragmented packets correctly.
1397
1398 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1399
1400         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1401         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1402         Add mapping for 'tiff' => image/tiff
1403         Fixes #552213
1404
1405 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1406
1407
1408         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1409         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1410           Pretend to care about the result of write() which works around
1411           compiler warnings.
1412
1413 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1414
1415         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1416           Make sure the desired default values are actually set, not only
1417           registered as defaults (actual problem is that the stereo-specific
1418           values are only updated if channels==2, which is not the case yet
1419           when the object is created, so the default values for the
1420           mid-side-stereo and loose-mid-side-stereo settings are never
1421           set in _update_quality()). Makes flacenc create smaller files by
1422           default (for stereo input), and fixes #550791.
1423
1424 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1425
1426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1427         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1428         (qtdemux_parse_trak), (qtdemux_video_caps):
1429         * gst/qtdemux/qtdemux.h:
1430         * gst/qtdemux/qtdemux_fourcc.h:
1431         * gst/qtdemux/qtdemux_types.c:
1432         Add support for video/mj2 mime-type and its additional atoms/boxes.
1433         Fixes #550646.
1434
1435 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1436
1437         * gst/debug/gsttaginject.c:
1438           Add warning when tags parameter is unparsable and give example for
1439           quoting in the docs.
1440
1441 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1442
1443         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1444         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1445         Add some alternative byteswapped mappings that seem to pop up sometimes.
1446         Fixes #550288.
1447
1448 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1449
1450         * po/LINGUAS:
1451         * po/POTFILES.in:
1452         * po/POTFILES.skip:
1453           Add 'ca' to LINGUAS; add some more files with translations and some
1454           files which should be ignored by translation tools.
1455
1456 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1457
1458         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1459         * ext/speex/gstspeexdec.h:
1460         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1461         * ext/speex/gstspeexenc.h:
1462         Use integer encoding and decoding functions instead of converting
1463         the integer input to float in the element. The libspeex integer
1464         functions are doing this for us already or, if libspeex was compiled
1465         in integer mode, they're doing everything using integer arithmetics.
1466         Also saves some copying around.
1467
1468 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1469
1470         * configure.ac:
1471           Fix --disable-external
1472
1473 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1474
1475         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1476         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1477         * ext/wavpack/gstwavpackenc.h:
1478         Handle non-zero start timestamps and stream discontinuities
1479         correctly. This only has an effect if we're muxing into
1480         a container format as the raw WavPack stream must contain
1481         continous sample numbers.
1482
1483 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1484
1485         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1486         Correct the timestamp and granulepos calculation by one Speex
1487         frame.
1488
1489 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1490
1491         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1492         Correctly take the granulepos from upstream if possible and
1493         correctly handle the granulepos in various calculations: the
1494         granulepos is the sample number of the _last_ sample in a frame, not
1495         the first.
1496
1497         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1498         (gst_speex_enc_encode), (gst_speex_enc_chain),
1499         (gst_speex_enc_change_state):
1500         * ext/speex/gstspeexenc.h:
1501         Handle non-zero start timestamps in the encoder and detect/handle
1502         stream discontinuities. Fixes bug #547075.
1503
1504 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1505
1506         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1507
1508         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1509         Fix compiler warnings caused by passing a string as format string
1510         instead of "%s" and then the string. This is only exposed by -Wformat=2
1511         as used by default on Ubuntu. Fixes bug #550015.
1512
1513 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1514
1515         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1516         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1517         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1518         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1519         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1520           (gst_ebml_read_element_length):
1521         * gst/matroska/matroska-demux.c:
1522           (gst_matroska_demux_check_subtitle_buffer):
1523           Make stuff compile with GST_DISABLE_GST_DEBUG.
1524
1525 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1526
1527         * gst/law/alaw.c:
1528         * gst/law/mulaw.c:
1529           Ref caps before passing to gst_pad_template_new(), since that takes
1530           ownership.
1531
1532 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1533
1534         Patch by: Mersad Jelacic <mersad at axis dot com>
1535
1536         * gst/multipart/multipartdemux.c:
1537         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1538         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1539         demuxer. Fixes #549551.
1540
1541 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1542
1543         * sys/osxaudio/gstosxaudiosink.c:
1544         (gst_osx_audio_sink_select_device):
1545         * sys/osxaudio/gstosxaudiosrc.c:
1546         (gst_osx_audio_src_create_ringbuffer),
1547         (gst_osx_audio_src_select_device):
1548         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1549         Fix the build on macosx.
1550
1551 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1552
1553         * gst/icydemux/gsticydemux.c:
1554           Small docs fix: in the example pipeline, we need to pass
1555           iradio-mode=true to the source, so the server actually sends
1556           an ICY stream.
1557
1558 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1559
1560         * sys/osxaudio/gstosxaudio.c:
1561           Oops. Revert more completely.
1562
1563 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1564
1565         * sys/osxaudio/gstosxaudio.c:
1566           Revert accidental element rename from testing.
1567
1568 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1569
1570         * gst-plugins-good.doap:
1571         Pull in 0.10.10 doap entry from release branch
1572
1573 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1574
1575         * configure.ac:
1576         Update version number to reflect 0.10.10 release from
1577         branch.
1578
1579 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1580
1581         * sys/osxaudio/Makefile.am:
1582         * sys/osxaudio/gstosxaudio.c:
1583         * sys/osxaudio/gstosxaudiosink.c:
1584         * sys/osxaudio/gstosxaudiosink.h:
1585         * sys/osxaudio/gstosxaudiosrc.c:
1586         * sys/osxaudio/gstosxaudiosrc.h:
1587         * sys/osxaudio/gstosxringbuffer.c:
1588         * sys/osxaudio/gstosxringbuffer.h:
1589           Rewrite caps setting and ring buffer initialisation.
1590           Previously we never told CoreAudio what format we were going to send it,
1591           so it only worked due to luck, and not at all on some hardware.
1592           Now we explicitly advertise what formats the hardware supports, and then
1593           configure the selected one correctly.
1594
1595 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1596
1597         * sys/v4l2/gstv4l2object.c:
1598         * sys/v4l2/gstv4l2src.c:
1599         * sys/v4l2/gstv4l2src.h:
1600         * sys/v4l2/v4l2_calls.c:
1601         * sys/v4l2/v4l2src_calls.c:
1602           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1603           need to memset instance structures. Some more FIXME's and comments.
1604
1605 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1606
1607         * tests/icles/.cvsignore:
1608           Ignore more.
1609
1610 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * gst/goom/.cvsignore:
1613         * gst/goom2k1/.cvsignore:
1614           Ignore files.
1615
1616 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1617
1618         * ext/cairo/gsttextoverlay.c:
1619           Fix compiler warning.
1620
1621 2008-08-25  David Schleef  <ds@schleef.org>
1622
1623         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1624
1625 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1626
1627         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1628         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1629         * gst/matroska/matroska-mux.c:
1630         (gst_matroska_mux_video_pad_setcaps),
1631         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1632         Add Real[Audio|Video] support to Matroska containers.
1633         It works fine for:
1634         * decoding real audio/video streams contained in mkv
1635         * 'transmuxing' real (.rm) files into .mkv files
1636         It will not work though for encoding real[audio/video] streams that
1637         don't contain the 'mdpr_data' extra data on the caps.
1638         The reason why this will not work is because I never intended to
1639         duplicate virtually all the 'mdpr' block creation into mkvmux.
1640         Fixes #536067
1641
1642 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1643
1644         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1645         * gst/law/mulaw-conversion.c:
1646         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1647         (gst_mulawenc_chain):
1648         The encoder can't really renegotiate at the time they perform a
1649         pad-alloc so make the srcpads use fixed caps.
1650         Check the buffer size after a pad-alloc because the returned size might
1651         not be right when the downstream element does not know the size of the
1652         new buffer (capsfilter). Fixes #549073.
1653
1654 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1655
1656         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1657
1658         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1659         v4l2src doesn't have a property named "norm" so don't try to notify
1660         about changes to that property. The "norm" property and related
1661         code are commented out currently. Fixes bug #549090.
1662
1663 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1664
1665         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1666
1667         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1668         Reprobe devices again instead of taking a cached list as new
1669         devices could've been plugged in. Fixes bug #549062.
1670
1671 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1672
1673         * gst/autodetect/Makefile.am:
1674         Don't link the autodetect plugin with GConf as it doesn't
1675         use GConf. Fixes bug #545463.
1676
1677 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1678
1679         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1680         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1681         (gst_ebml_read_sint), (gst_ebml_read_float),
1682         (gst_ebml_read_header):
1683         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1684         possible to ignore errors and not post any ERROR messages on
1685         the bus.
1686
1687         * gst/matroska/matroska-demux.c:
1688         (gst_matroska_demux_parse_contents):
1689         Ignore any errors and not just EOS when parsing the contents of
1690         a SeekHead. Errors here are usually caused by truncated files
1691         and playback of the file works fine. Fixes playback of the
1692         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1693         archive.
1694
1695 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1696
1697         * gst/multipart/multipartdemux.c:
1698         * gst/multipart/multipartmux.c:
1699         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1700
1701 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1702
1703         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1704           gst_directdraw_sink_bufferpool_clear):
1705           Fix two more buffer ref leaks.
1706
1707 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1708
1709         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1710
1711         * sys/directdraw/gstdirectdrawsink.c:
1712           (gst_directdraw_sink_show_frame):
1713           Fix buffer ref leak.
1714
1715 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1716
1717         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1718         Revert the last commit. wavenc still supports width!=depth for 32 bit
1719         width. Thanks Tim.
1720
1721 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1722
1723         * gst/matroska/matroska-demux.c:
1724         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1725         If the duration of a block is unknown only use the timestamp for the
1726         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1727         laces. Otherwise every lace has the same timestamp which leads to
1728         various problems. Really fixes bug #548831.
1729
1730 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1731
1732         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1733         If we're not allowing width!=depth in wavenc we should also disable
1734         the code that was added to support width!=depth.
1735
1736 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1737
1738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1739         Don't calculate the default duration of a frame from the audio sampling
1740         rate. This only works for raw audio if every frame contains a single
1741         sample and results in broken buffer durations for other formats
1742         if no specified default duration is given or the blocks have no
1743         duration. Fixes bug #548831.
1744
1745 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1746
1747         * gst/matroska/matroska-demux.c:
1748         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1749         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1750         are used for text/plain subtitles as a gap-filler in some files.
1751
1752 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1753
1754         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1755         (gst_v4l2_get_caps_info):
1756         Add S910 and PWC formats with a low priority.
1757
1758         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1759         (gst_v4l2src_probe_caps_for_format):
1760         Add more debugging.
1761
1762 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1763
1764         * ext/flac/gstflacenc.c:
1765           Fix compilation against older libflac versions.
1766
1767 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1768
1769         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1770         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1771         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1772         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1773         (gst_pulsemixer_ctrl_set_volume):
1774         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1775         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1776         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1777         (gst_pulsesink_init), (gst_pulsesink_open),
1778         (gst_pulsesink_prepare), (gst_pulsesink_write),
1779         (gst_pulsesink_delay), (gst_pulsesink_reset):
1780         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1781         (gst_pulsesrc_init):
1782         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1783         Fix a locking issue in pulsesink's prepare function.
1784
1785         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1786         Check if the created channel layout is valid for GStreamer.
1787
1788 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1789
1790         * gst/rtsp/gstrtspgoogle.c:
1791         Things that can happen when your brain is in google mode trying to
1792         deal with their google rtsp server extensions and trying to type your
1793         google mail account.
1794
1795 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1796
1797         * gst/rtsp/Makefile.am:
1798         * gst/rtsp/gstrtsp.c: (plugin_init):
1799         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1800         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1801         (_do_init), (gst_rtsp_google_base_init),
1802         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1803         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1804         (gst_rtsp_google_extension_init):
1805         * gst/rtsp/gstrtspgoogle.h:
1806         Add google RTSP extension, it can only handle udp and responds with
1807         unsupported if we do anything else. Fixes #546465.
1808
1809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1810         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1811         (gst_rtspsrc_create_transports_string),
1812         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1813         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1814         Make transport setup code a bit better using GString.
1815         Add some more debug.
1816         Check for closed connections before doing anything on them.
1817
1818 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1819
1820         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1821         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1822         (gst_pulsesrc_prepare):
1823         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1824         (gst_pulse_channel_map_to_gst):
1825         * ext/pulse/pulseutil.h:
1826         If downstream provides no channel layout and >2 channels should be
1827         used use the default layout that pulseaudio chooses and also
1828         add this layout to the caps. Fixes bug #547258.
1829
1830 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1831
1832         Patch by: Peter Kjellerstedt <pkj at axis com>
1833
1834         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1835         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1836         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1837         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1838         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1839         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1840         (gst_udpsrc_set_property):
1841         Avoid leaking internally allocated file descriptors when setting
1842         custom file descriptors. Fixes #543101.
1843
1844 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1845
1846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1847         Don't try to configure RTCP back to the server when the server did not
1848         give us a valid port number.
1849
1850 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1851
1852         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1853         Use new basetransform method to renegotiate. Fixes #544956.
1854
1855         * tests/icles/Makefile.am:
1856         * tests/icles/videobox-test.c: (make_pipeline), (main):
1857         Add videobox renegotiation example.
1858
1859 2008-08-19  David Schleef  <ds@schleef.org>
1860
1861         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1862         with sane values.  Fixes #548530.
1863
1864 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1865
1866         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1867         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1868         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1869         are already filled with the correct values by
1870         gst_ring_buffer_parse_caps() so there's no need to set them again
1871         with wrong values.
1872
1873 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1874
1875         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1876         (gst_avi_demux_read_subindexes_push):
1877         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1878         and instead of using the 'ix##' nomenclature, use '##ix'.
1879         They're still valid though, this fixes the duration and indexes for
1880         virtually all the ODML files I have.
1881
1882 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1883
1884         Patch by: Olivier Crete <tester at tester dot ca>
1885
1886         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1887         (gst_rtp_vorbis_depay_process):
1888         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1889         Update the vorbis RTP pay/depay to RFC 5215.
1890         Fixes #547842.
1891
1892 2008-08-14  David Schleef  <ds@schleef.org>
1893
1894         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1895           with 3:2 pulldown, i.e., 24p.
1896
1897 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1898
1899         * tests/check/elements/level.c: (GST_START_TEST):
1900         Fix compilation some more.
1901
1902 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1903
1904         * configure.ac::
1905           Require -base CVS for wavparse acid chunk parsing.
1906
1907 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1908
1909         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1910         (gst_pulsesink_init), (gst_pulsesink_finalize),
1911         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1912         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1913         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1914         * ext/pulse/pulsesink.h:
1915         Add "device-name" property to pulsesink too and currently commented
1916         out and not working support for a "volume" property.
1917
1918 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1919
1920         * configure.ac:
1921         Remove more cdio stuff (moved to ugly)
1922
1923 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1924
1925         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1926
1927         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1928         (gst_pulsesrc_get_property):
1929         Add "device-name" property, which provides a human readable string
1930         for the audio device, to make it more consisten with other audio
1931         sources. Fixes bug #547519.
1932
1933 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1934
1935         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1936         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1937         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1938         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1939         * ext/pulse/pulsemixerctrl.h:
1940         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1941         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1942         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1943         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1944         * ext/pulse/pulseprobe.h:
1945         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1946         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1947         (gst_pulsesrc_change_state):
1948         Improve debugging a bit by including the parent object in pulsemixerctrl
1949         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1950         GST_WARNING.
1951
1952         Use the parent GObject subclass instead of a random struct as GObject
1953         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1954         when probing for another property than "device".
1955
1956 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1957
1958         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1959
1960         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1961         Fix property probing after the device property is set by calling
1962         set_server when the server property changes. Fixes bug #547518.
1963
1964 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1965
1966         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1967
1968         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1969         (gst_pulsesink_implements_interface_init),
1970         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1971         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1972         (gst_pulsesink_get_type):
1973         * ext/pulse/pulsesink.h:
1974         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1975         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1976         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1977         * ext/pulse/pulsesrc.h:
1978         Implement GstPropertyProbe interface on pulsesink for detecting
1979         sink devices and on pulsesrc for detecting source devices.
1980         Fixes bugs #547227 and #547217.
1981
1982 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1983
1984         * gst/spectrum/gstspectrum.c:
1985           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1986
1987 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1988
1989         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1990         Properly set the maximum latency value, in the same way it is done in
1991         v4lsrc.
1992         * sys/v4l2/v4l2src_calls.c:
1993         Simplify fraction equality check, no need to use GValues for this.
1994
1995 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1996
1997         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1998         Add warning messages stating exactly why the latency query failed.
1999         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2000         In some cases, the negotiated framerate might be the default one which
2001         is already set internally. But we still need to mark it down in fps_n
2002         and fps_d so that the latency query can happen properly.
2003
2004 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2005
2006         * docs/plugins/inspect/plugin-1394.xml:
2007         Whoops, forgot one doc file for people who can't/don't build the
2008         raw1394 plugin.
2009
2010 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2011
2012         * docs/plugins/Makefile.am:
2013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2015         * docs/plugins/inspect/plugin-cdio.xml:
2016         * ext/Makefile.am:
2017         * ext/cdio/Makefile.am:
2018         * ext/cdio/gstcdio.c:
2019         * ext/cdio/gstcdio.h:
2020         * ext/cdio/gstcdiocddasrc.c:
2021         * ext/cdio/gstcdiocddasrc.h:
2022
2023         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2024         CDDA source to -ugly.
2025
2026         * po/LINGUAS:
2027         * po/POTFILES.in:
2028         * po/id.po:
2029         Pull in new translation from 0.10.9.2 release branch.
2030
2031 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2032
2033         * docs/plugins/Makefile.am:
2034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2036         * docs/plugins/gst-plugins-good-plugins.args:
2037         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2038         * docs/plugins/gst-plugins-good-plugins.interfaces:
2039         Integrate documentation for new hdv1394src element.
2040
2041 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2042
2043         * ext/raw1394/Makefile.am:
2044         * ext/raw1394/gst1394.c: (plugin_init):
2045         * ext/raw1394/gsthdv1394src.c: (_do_init),
2046         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2047         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2048         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2049         (gst_hdv1394src_from_raw1394handle),
2050         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2051         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2052         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2053         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2054         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2055         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2056         (gst_hdv1394src_uri_handler_init):
2057         * ext/raw1394/gsthdv1394src.h:
2058         mpeg2-ts (HDV) variant of firewire capture element.
2059         Fixes #350830
2060
2061 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2062
2063         * gst/level/gstlevel.c: (gst_level_message_new):
2064          Fix compilation (also known as the classic 'fix code that someone
2065          committed without compiling it first').
2066
2067 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2068
2069         * tests/check/elements/level.c:
2070           Add a test for level in stereo mode.
2071
2072 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2073
2074         * tests/examples/spectrum/demo-audiotest.c:
2075         * tests/examples/spectrum/demo-osssrc.c:
2076           Demo how to draw analyzer results synced to the clock.
2077
2078 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2079
2080         * gst/level/gstlevel.c:
2081           Little renaming (l -> level).
2082
2083         * gst/spectrum/gstspectrum.c:
2084         * gst/spectrum/gstspectrum.h:
2085           Also send full timestamp/duration details here.
2086
2087 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2088
2089         * gst/level/gstlevel.c:
2090         * gst/level/gstlevel.h:
2091           Send same timestamp/duration details as videoanalysis. This gives
2092           applications better chance to sync analysis results with playback.
2093
2094 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2095
2096         * gst/matroska/matroska-mux.c:
2097         (gst_matroska_mux_handle_sink_event),
2098         (flac_streamheader_to_codecdata):
2099         We need to drop one additional buffer for FLAC as the fLaC
2100         marker and STREAMINFO block are merged into one buffer in the caps.
2101
2102         Also don't pretend to support NEWSEGMENT events, otherwise we
2103         will most probably write some invalid data.
2104
2105 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2106
2107         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2108         (gst_matroska_mux_audio_pad_setcaps):
2109         Add support for muxing FLAC into Matroska containers.
2110         Fixes bug #311586.
2111
2112 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2113
2114         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2115         Actually provide the variables required for the format string.
2116
2117 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2118
2119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2120         (gst_matroska_demux_element_send_event),
2121         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2122         * gst/matroska/matroska-demux.h:
2123         Close the current segment if we're doing a non-flushing seek and send
2124         the close-segment and the new segment of the seek from the streaming
2125         thread.
2126
2127 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2128
2129         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2130         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2131         (gst_flac_enc_change_state):
2132         * ext/flac/gstflacenc.h:
2133         Handle non-zero start timestamps correctly, mark header packets as
2134         IN_CAPS and print a warning and suggest using audiorate if stream
2135         discontinuities are detected. When FLAC supports flushing the encoder
2136         somehow this should be done for discontinuities instead.
2137
2138         Remove some unused variables from the instance struct.
2139
2140 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2141
2142         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2143         If seeking failed return the appropiate return value to FLAC.
2144         Otherwise it thinks seeking was successfull and tries to rewrite
2145         parts of the headers which then get appended to the output.
2146
2147 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2148
2149         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2150
2151         * ext/esd/gstesd.c: (plugin_init):
2152         * ext/flac/gstflac.c: (plugin_init):
2153         * ext/shout2/gstshout2.c: (plugin_init):
2154         * ext/wavpack/gstwavpack.c: (plugin_init):
2155         * sys/oss/gstossaudio.c: (plugin_init):
2156         * sys/v4l2/gstv4l2.c: (plugin_init):
2157         Make sure gettext returns translations in UTF-8 encoding rather
2158         than in the current locale encoding (#546822).
2159
2160 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2161
2162         * ext/flac/gstflacdec.c:
2163         Add FIXME for 0.11 to simply output everything with width=32 as given
2164         by FLAC and let audioconvert handle the conversions instead of doing
2165         them in flacdec.
2166
2167 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2168
2169         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2170         When outputting a pad template range for the size, include a framerate
2171         range too, to avoid 'not a real subset of template caps' errors.
2172
2173 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2174
2175         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2176
2177         * ext/flac/Makefile.am:
2178         * ext/flac/gstflac.c: (plugin_init):
2179         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2180         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2181         (gst_flac_tag_dispose), (gst_flac_tag_init),
2182         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2183         (gst_flac_tag_change_state):
2184         * ext/flac/gstflactag.h:
2185         Port flactag to 0.10, add documentation for it and clean it up a bit.
2186         Fixes bug #413841.
2187
2188         * docs/plugins/Makefile.am:
2189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2191         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2192         * docs/plugins/gst-plugins-good-plugins.interfaces:
2193         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2194         * docs/plugins/inspect/plugin-flac.xml:
2195         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2196         * ext/flac/gstflacdec.h:
2197         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2198         * ext/flac/gstflacenc.h:
2199         Add flactag and flacenc to the documentation and mark
2200         the private parts of the flacdec instance structure as private.
2201
2202         Also use gst_element_class_set_details_simple() in flacdec and
2203         flacenc.
2204
2205 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * gst/qtdemux/qtdemux.c:
2208           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2209           for it but ffmpeg does not.
2210
2211 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * gst/wavparse/gstwavparse.c:
2214           Handle the list chunk and use gst_riff_parse_info() to parse the info
2215           sub-chunk.
2216
2217 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2218
2219         * gst/wavparse/gstwavparse.c:
2220           Handle the acid chunk and send tempo as part of tags. Other fields are
2221           interesting too, but need more tag-definitions. Fixes #545433.
2222
2223 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2224
2225         * gst/wavparse/gstwavparse.c:
2226           Refactor wavparse. Call _reset() from dispose() and move old code from
2227           dispose into reset. This way we don't leak taglists when we abort
2228           parsing. Fix some comments. Move code for skipping a chunk into extra
2229           function. Replace chunk sizes with a const to ease readability.         
2230
2231 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2232
2233         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2234
2235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2236         Improve udp port setup. Fixes #545710.
2237
2238 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2239
2240         * gst/rtp/Makefile.am:
2241         * gst/rtp/gstrtp.c: (plugin_init):
2242         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2243         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2244         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2245         (gst_rtp_mp1s_depay_set_property),
2246         (gst_rtp_mp1s_depay_get_property),
2247         (gst_rtp_mp1s_depay_change_state),
2248         (gst_rtp_mp1s_depay_plugin_init):
2249         * gst/rtp/gstrtpmp1sdepay.h:
2250         Add MP1S depayloader.
2251
2252         * gst/rtsp/URLS:
2253         Some more sample rtsp streams.
2254
2255 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2256
2257         * gst/rtsp/URLS:
2258         Add another URL.
2259
2260         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2261         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2262         Add some more debug info.
2263
2264 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2265
2266         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2267         Provide cbSize field for audio extra_data size, and take care to
2268         pad extra_data.
2269
2270 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2271
2272         * gst/qtdemux/qtdemux.c:
2273           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2274           TRUE.
2275
2276 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2277
2278         * gst/qtdemux/qtdemux.c:
2279         * gst/qtdemux/qtdemux_fourcc.h:
2280           Add keyword tag support. Fixes #520694 for qtdemux.
2281
2282 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2283
2284         * gst/qtdemux/qtdemux.c:
2285           Add support for tmpo tag (BPM).
2286
2287 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2288
2289         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2290         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2291         Set an estimate for the total number of samples that will be encoded
2292         if possible to help decoders if the streaminfo can't be rewritten
2293         later (like when muxing into Ogg containers).
2294
2295         Add a warning if we get header packets after data packets as those
2296         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2297         work.
2298
2299 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2302         (gst_flac_dec_write):
2303         Support decoding of all depths between 4 and 32 bits and read the
2304         depth from the streaminfo header if needed. Also support all sampling
2305         rates between 1 and 655350 Hz.
2306
2307         * ext/flac/gstflacenc.c:
2308         (gst_flac_enc_caps_append_structure_with_widths),
2309         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2310         (gst_flac_enc_chain):
2311         * ext/flac/gstflacenc.h:
2312         Support encoding in all bit depths supported by the streamable
2313         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2314         between 1 Hz and 655350 Hz.
2315
2316 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2317
2318         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2319         (gst_flac_enc_sink_getcaps):
2320         Support encoding of up to 8 channels.
2321
2322 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2323
2324         * ext/soup/gstsouphttpsrc.c:
2325         * ext/soup/gstsouphttpsrc.h:
2326         Fix seeking race condition in #540300
2327         Patch By: Wouter Cloetens  <wouter at mind be>
2328
2329 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2330
2331         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2332         (gst_matroska_demux_element_send_event),
2333         (gst_matroska_demux_handle_seek_event),
2334         (gst_matroska_demux_handle_src_event):
2335         When receiving a SEEK event on a specific pad first search for a seek
2336         table entry for the stream of the pad and then fall back to an entry
2337         for a different stream.
2338
2339 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2340
2341         * configure.ac:
2342         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2343         * gst/matroska/matroska-ids.h:
2344         Build depend on core CVS for the attachment tag.
2345
2346 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2347
2348         * configure.ac:
2349         * gst/matroska/Makefile.am:
2350         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2351         (copy_backptr), (lzo1x_decode), (main):
2352         * gst/matroska/lzo.h:
2353         * gst/matroska/matroska-demux.c:
2354         (gst_matroska_demux_read_track_encoding),
2355         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2356         (gst_matroska_decode_buffer),
2357         (gst_matroska_decode_content_encodings),
2358         (gst_matroska_demux_read_track_encodings),
2359         (gst_matroska_demux_add_stream),
2360         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2361         * gst/matroska/matroska-ids.h:
2362         Decode the codec private data and following ContentEncoding if
2363         necessary.
2364
2365         Support bzip2, lzo and header stripped compression. For lzo use the
2366         ffmpeg lzo implementation as liblzo is GPL licensed.
2367         
2368         Fix zlib decompression.
2369
2370 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2371
2372         * gst/matroska/matroska-mux.c:
2373         (gst_matroska_mux_audio_pad_setcaps):
2374         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2375         duration of a frame with the new mpegaudioversion caps field.
2376
2377 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2380         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2381         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2382         (gst_matroska_demux_stream_from_num),
2383         (gst_matroska_demux_tracknumber_unique),
2384         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2385         (gst_matroska_demux_handle_seek_event),
2386         (gst_matroska_demux_sync_streams),
2387         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2388         (gst_matroska_demux_loop):
2389         * gst/matroska/matroska-demux.h:
2390         Allow an infinite number of stream inside Matroska containers and use
2391         a GPtrArray for storing them instead of allowing "only" 127 streams.
2392
2393 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2394
2395         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2396         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2397         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2398         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2399         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2400         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2401         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2402         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2403         (gst_ebml_read_master), (gst_ebml_read_binary),
2404         (gst_ebml_read_header):
2405         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2406         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2407         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2408         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2409         (gst_ebml_replace_uint):
2410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2411         (gst_matroska_demux_read_track_encoding),
2412         (gst_matroska_demux_read_track_encodings),
2413         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2414         (gst_matroska_demux_send_event),
2415         (gst_matroska_demux_element_send_event),
2416         (gst_matroska_demux_handle_seek_event),
2417         (gst_matroska_demux_handle_src_event),
2418         (gst_matroska_demux_init_stream),
2419         (gst_matroska_demux_parse_tracks),
2420         (gst_matroska_demux_parse_index_cuetrack),
2421         (gst_matroska_demux_parse_index_pointentry),
2422         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2423         (gst_matroska_demux_parse_metadata_id_simple_tag),
2424         (gst_matroska_demux_parse_metadata_id_tag),
2425         (gst_matroska_demux_parse_metadata),
2426         (gst_matroska_demux_parse_attached_file),
2427         (gst_matroska_demux_parse_attachments),
2428         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2429         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2430         (gst_matroska_demux_push_flac_codec_priv_data),
2431         (gst_matroska_demux_push_xiph_codec_priv_data),
2432         (gst_matroska_demux_push_dvd_clut_change_event),
2433         (gst_matroska_demux_add_mpeg_seq_header),
2434         (gst_matroska_demux_add_wvpk_header),
2435         (gst_matroska_demux_check_subtitle_buffer),
2436         (gst_matroska_decode_buffer),
2437         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2438         (gst_matroska_demux_parse_cluster),
2439         (gst_matroska_demux_parse_contents_seekentry),
2440         (gst_matroska_demux_parse_contents),
2441         (gst_matroska_demux_loop_stream_parse_id),
2442         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2443         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2444         (gst_matroska_demux_subtitle_caps),
2445         (gst_matroska_demux_change_state):
2446         * gst/matroska/matroska-ids.c:
2447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2448         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2449         (gst_matroska_mux_video_pad_setcaps),
2450         (xiph3_streamheader_to_codecdata),
2451         (vorbis_streamheader_to_codecdata),
2452         (theora_streamheader_to_codecdata),
2453         (gst_matroska_mux_audio_pad_setcaps),
2454         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2455         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2456         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2457         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2458         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2459         Fix indention everywhere. A broken indent version has added newlines
2460         after every single declaration some time ago.
2461
2462 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2463
2464         * gst/matroska/matroska-demux.c:
2465         (gst_matroska_demux_loop_stream_parse_id):
2466         If no Tracks are found error out instead of trying it again until the
2467         end of time.
2468
2469 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2470
2471         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2472         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2473         bit and signed otherwise, not the other way around.
2474
2475 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2476
2477         * gst/matroska/matroska-mux.c:
2478         Add more raw YUV formats to the list of supported formats.
2479
2480 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2481
2482         * gst/matroska/matroska-mux.c:
2483         (gst_matroska_mux_audio_pad_setcaps):
2484         Add support for muxing raw float audio now that the spec defines the
2485         endianness and add support for muxing raw integer audio with 24 and
2486         32 bits.
2487
2488         Allow muxing of more than 8 audio channels.
2489
2490 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2491
2492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2493         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2494         Add locking to the global array of used track UIDs to prevent random
2495         crashes if more than a single matrosmux instance is used.
2496
2497         Use 64 bit values for the track UIDs.
2498
2499         Use the global GRandom of GLib instead of creating our own one
2500         for the few random numbers we need every single time.
2501
2502 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2503
2504         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2505         (gst_flac_dec_setup_stream_decoder),
2506         (gst_flac_dec_update_metadata):
2507         Always post the audio-codec tag, not only if other tags are present.
2508
2509 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2510
2511         * configure.ac:
2512         Back to development -> 0.10.9.1
2513
2514 === release 0.10.9 ===
2515
2516 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2517
2518         * configure.ac:
2519           releasing 0.10.9, "Steam Train Rolling"
2520
2521 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2522
2523         * ext/soup/gstsouphttpsrc.c:
2524         Don't throw an error when soup completes a msg with status
2525         'cancelled', as that indicates we cancelled a request while
2526         shutting down or seeking, and it's not an error.
2527         Fixes: #540300 again.
2528
2529 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2530
2531         * configure.ac:
2532         0.10.8.4 pre-release
2533
2534 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2535
2536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2537         Fix segment-stop regression.
2538         Add documentation regarding segments in quicktime files by Wim Taymans.
2539         Fixes #544509
2540
2541 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2542
2543         * configure.ac:
2544         0.10.8.3 pre-release
2545
2546         * po/LINGUAS:
2547         * po/pt_BR.po:
2548         Add pt_BR translation
2549
2550 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2551
2552         * gst/goom/convolve_fx.c:
2553         * gst/goom/filters.c:
2554         * gst/goom/goom_config.h:
2555         * gst/goom/goom_core.c:
2556         * gst/goom/goom_tools.h:
2557           Fix build with MSVC: include glib.h to define inline appropriately,
2558           use header guards where needed.
2559         * gst/udp/gstudpnetutils.c:
2560         * gst/udp/gstudpsrc.c:
2561           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2562           g_snprintf rather than snprintf.
2563           Fixes #544433.
2564
2565 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2566
2567         * gst/debug/gsttaginject.c:
2568         * gst/debug/gsttaginject.h:
2569           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2570           partially.
2571
2572 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2573
2574         * configure.ac:
2575         0.10.8.2 pre-release
2576
2577 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2578
2579         * ext/Makefile.am:
2580         Finish hooking up pulseaudio plugin to the build.
2581
2582         * ext/pulse/pulsemixerctrl.c:
2583         Fix compilation error.
2584
2585 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2586
2587         * po/LINGUAS:
2588         * po/lt.po:
2589         Add new lithunian translation, and add french to the LINGUAS
2590         file.
2591
2592 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2593
2594         * ext/soup/gstsouphttpsrc.c:
2595         Fix Soup HTTP source seeking.
2596         Patch By: Wouter Cloetens  <wouter at mind be>
2597         Fixes: #540300
2598
2599         * tests/check/elements/.cvsignore:
2600         Ignore new check programs.
2601
2602 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2603
2604         * configure.ac:
2605         * docs/plugins/Makefile.am:
2606         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2607         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2608         * docs/plugins/gst-plugins-good-plugins.args:
2609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2610         * docs/plugins/gst-plugins-good-plugins.interfaces:
2611         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2612         * docs/plugins/inspect/plugin-interleave.xml:
2613         * docs/plugins/inspect/plugin-replaygain.xml:
2614         * tests/check/Makefile.am:
2615
2616         Move replaygain and interleave plugins from -bad.
2617         Fixes: #543406
2618         Fixes: #536228
2619
2620 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2621
2622         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2623         (qtdemux_parse_trak):
2624         Revert ISO base media spec based pixel-aspect-ratio calculation.
2625         Fixes #543300.
2626
2627 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2628
2629         * sys/osxvideo/osxvideosink.m:
2630         Fix minor build issues on macosx.
2631         Fixes #543054
2632
2633 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2634
2635         * configure.ac::
2636         * ext/taglib/Makefile.am::
2637           Only use -Wno-attributes (which is there to work around a
2638           bug in the taglib 1.5 headers) if the c++ compiler actually
2639           supports it (#543255).
2640
2641 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2642
2643         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2644
2645         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2646           Avoid compiler warning by initialising variable to NULL (#543259).
2647
2648 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2649
2650         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2651         Don't pass NULL taglists to gst_tag_list_is_empty().
2652
2653 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2654
2655         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2656         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2657         (rtp_pipeline_run):
2658         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2659         Don't use declarations after statements.
2660
2661 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2662
2663         * ext/jpeg/gstjpegdec.c:
2664         Align documentation with reality.
2665
2666 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2667
2668         * gst/udp/gstudpnetutils.c:
2669         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2670         old value (1) if it's not defined which should not cause any problems
2671         as we're using it internal only anyway.
2672
2673 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2674
2675         Patch by: Alessandro Decina <alessandro at nnva dot org>
2676
2677         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2678         Fix build of avidemux on big endian architectures.
2679
2680 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2681
2682         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2683
2684         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2685         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2686
2687 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2688
2689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2690         (qtdemux_parse_trak):
2691         Set pixel-aspect-ratio in caps using display width and height
2692         provided in track.
2693
2694 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2695
2696         * configure.ac:
2697         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2698         flags that are invalid for C++. Fixes bug #516509.
2699
2700 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2701
2702         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2703         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2704         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2706         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2707         * tests/examples/equalizer/demo.c: (message_handler):
2708         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2709         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2710         Don't use declarations after statements and variable length arrays.
2711
2712 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2713
2714         Patch by: Daniel Drake <dsd at gentoo dot org>
2715
2716         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2717         (gst_v4l2src_get_nearest_size):
2718         Try progressive video if interlaced fails. Fixes bug #541956
2719         and the usage of v4l2src on OLPC.
2720
2721 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2722
2723         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2724         (gst_rtp_speex_depay_process):
2725         * gst/rtp/gstrtpspeexdepay.h:
2726         Revert last change: Only the jitterbuffer is able to convert RTP to
2727         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2728         Reopens bug #541787.
2729
2730 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2731
2732         * gst/rtp/gstrtpvrawdepay.c:
2733           Include stdlib.h for atoi().
2734
2735         * gst/rtsp/gstrtspsrc.c:
2736           Use floating point math for latencies < 0 sec in log output.
2737
2738 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2739
2740         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2741
2742         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2743         (gst_rtp_speex_depay_process):
2744         * gst/rtp/gstrtpspeexdepay.h:
2745         Take timestamp from the RTP packet as a first step to fix problems
2746         with transmission over RTP when the network is not reliable.
2747         Fixes bug #541787.
2748
2749 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2750
2751         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2752
2753         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2754         Fix parsing of udp:// URIs containing IPv6 addresses.
2755         Fixes bug #541650.
2756
2757 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2758
2759         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2760         Do not leak incoming buffers.
2761
2762 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2763
2764         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2765
2766         * configure.ac:
2767         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2768         for htons() and htonl(). Fixes bug #541412.
2769
2770 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2771
2772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2773         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2774         (gst_matroska_demux_element_query),
2775         (gst_matroska_demux_handle_src_query),
2776         (gst_matroska_demux_handle_seek_event):
2777         Handle position and duration query in DEFAULT format if the
2778         pad's track has a default frame duration set.
2779
2780         Fix seeking now that the segment's duration doesn't contain the
2781         (possibly wrong or inaccurate) duration of the Matroska file.
2782
2783 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2784
2785         * gst/matroska/ebml-read.c: (_ext2dbl):
2786         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2787         in math.h except on MSVC where it is defined in xmath.h.
2788         Fixes compilation with MSVC.
2789
2790 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2791
2792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2793         (gst_matroska_demux_handle_src_query),
2794         (gst_matroska_demux_parse_info),
2795         (gst_matroska_demux_loop_stream_parse_id):
2796         * gst/matroska/matroska-demux.h:
2797         Don't set the segment duration to the duration from the Matroska
2798         header as this value could be wrong and is just informational.
2799
2800 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2801
2802         * gst/matroska/matroska-demux.c:
2803         (gst_matroska_demux_loop_stream_parse_id):
2804         If no Tracks element is found until the first Cluster is found
2805         search it and error out if none is found in the complete file.
2806
2807 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2808
2809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2810         Resync non-subtitle tracks too if a too large gap compared to other
2811         tracks is detected.
2812
2813 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2814
2815         * gst/rtp/Makefile.am:
2816         * gst/rtp/gstrtp.c: (plugin_init):
2817         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2818         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2819         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2820         (gst_rtp_vraw_depay_change_state),
2821         (gst_rtp_vraw_depay_plugin_init):
2822         * gst/rtp/gstrtpvrawdepay.h:
2823         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2824         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2825         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2826         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2827         (gst_rtp_vraw_pay_plugin_init):
2828         * gst/rtp/gstrtpvrawpay.h:
2829         Add raw video pay and depayloaders, see RFC4175.
2830
2831 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2832
2833         * ext/libpng/gstpngdec.c:
2834         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2835         whatever it returned.
2836
2837 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2838
2839         * gst/avi/avi-ids.h:
2840         Add vprp chunk related structures.
2841         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2842         (gst_avi_demux_parse_stream):
2843         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2844         to caps.  Fixes #539482.
2845         * gst/avi/gstavimux.h:
2846         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2847         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2848         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2849
2850 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2851
2852         * tests/check/elements/avimux.c: (check_avimux_pad):
2853         Adjust avimux unit test according to increased streamheader size.
2854
2855 2008-06-27  David Schleef  <ds@schleef.org>
2856
2857         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2858
2859 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2860
2861         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2862         * gst/avi/gstavimux.h:
2863         Add 8 bytes to current streamheader to make for a complete one
2864         and to make more players happy.  Fixes #519460.
2865
2866 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2867
2868         * sys/v4l2/v4l2_calls.c::
2869           Don't include unused gstv4l2xoverlay.h. Fixes build
2870           in case where X11 headers are not installed.
2871
2872 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2873
2874         * ext/dv/gstdv.c: (plugin_init):
2875         Fix compilation.
2876
2877 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2878
2879         * ext/dv/gstdv.c: (plugin_init):
2880         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2881         DV decoder available.
2882         Fixes #532393
2883
2884 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2885
2886         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2887         Call getsockname() after the call to bind() to get updated values
2888         for the port, etc. This fixes the usage of udpsrc on anonymous
2889         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2890         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2891
2892 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2893
2894         * tests/check/pipelines/wavpack.c: (bus_handler):
2895         Remove workaround for a bug in identity that is fixed in 0.10.20.
2896
2897 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2898
2899         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2900
2901         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2902         Fix HTTP auth support with user/password passed via the URI.
2903         Fixes bug #540067.
2904
2905 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2906
2907         * configure.ac:
2908           Depend on released versions of core and -base.
2909
2910 2008-06-23  Julien Moutte  <julien@fluendo.com>
2911
2912         * gst/matroska/matroska-demux.c:
2913         (gst_matroska_demux_read_track_encoding),
2914         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2915         format strings in macros. (makes it build on OS X again...)
2916
2917 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2918
2919         * gst/rtp/gstrtptheorapay.c:
2920         * gst/udp/gstmultiudpsink.c:
2921           Added debug.
2922
2923 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2924
2925         * configure.ac: switch v4l2src over to the normal build instead of
2926         being 'experimental'. Fixes bug #536831.
2927
2928 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2929
2930         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2931         Remove unused variable so that we can compile again.
2932
2933 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2934
2935         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2936         No need to check for audio/G723 and audio/32KADPCM here as they are
2937         no longer supported.
2938
2939 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2940
2941         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2942         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2943         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2944         known length.
2945
2946 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2947
2948         * gst/matroska/matroska-demux.c:
2949         (gst_matroska_demux_add_wvpk_header),
2950         (gst_matroska_demux_audio_caps):
2951         * gst/matroska/matroska-ids.h:
2952         Fix demuxing of WavPack files. Muxing is still broken.
2953
2954 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2955
2956         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2957         (gst_matroska_demux_add_mpeg_seq_header),
2958         (gst_matroska_demux_add_wvpk_header),
2959         (gst_matroska_demux_check_subtitle_buffer),
2960         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2961         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2962         (gst_matroska_demux_subtitle_caps):
2963         * gst/matroska/matroska-ids.h:
2964         Add a "vfunc" to the track context for postprocessing frames and
2965         convert the wavpack and subtitle postprocessing to this vfunc.
2966         Copy buffer flags in those functions to the new buffers too.
2967
2968         Parse CodecState elements of Blocks.
2969
2970         Add a postprocessing function for MPEG video that adds the sequence
2971         header from the codec private data or codec state to the frames if
2972         it's not already there.
2973
2974 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2975
2976         * gst/matroska/matroska-demux.c:
2977         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2978         If a gap of more than 1/2 second is found in one stream send a
2979         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2980         This also fixes Matroska files where the first buffer doesn't start
2981         at timestamp 0. Fixes bug #429322.
2982
2983         The duration of a block is the default duration multiplied with the
2984         number of laces. Every lace is one frame and the default duration
2985         is the duration of one frame. This fixes playback of files that use
2986         lacing for some tracks.
2987
2988 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * gst/matroska/matroska-demux.c:
2991         (gst_matroska_demux_parse_contents_seekentry):
2992         Update FIXME/TODOs and only ignore EOS at the central, important place
2993         instead of several places.
2994
2995 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2996
2997         * gst/rtp/gstrtpg726pay.c:
2998         Fix caps, See #538891.
2999
3000 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3003         (gst_matroska_demux_stream_from_num),
3004         (gst_matroska_demux_encoding_cmp),
3005         (gst_matroska_demux_encoding_order_unique),
3006         (gst_matroska_demux_read_track_encoding),
3007         (gst_matroska_demux_read_track_encodings),
3008         (gst_matroska_demux_tracknumber_unique),
3009         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3010         (gst_matroska_demux_parse_tracks),
3011         (gst_matroska_demux_parse_index_cuetrack),
3012         (gst_matroska_demux_parse_index_pointentry),
3013         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3014         (gst_matroska_demux_parse_metadata_id_simple_tag),
3015         (gst_matroska_demux_parse_metadata_id_tag),
3016         (gst_matroska_demux_parse_metadata),
3017         (gst_matroska_demux_parse_attached_file),
3018         (gst_matroska_demux_parse_attachments),
3019         (gst_matroska_demux_parse_chapters),
3020         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3021         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3022         (gst_matroska_demux_parse_cluster),
3023         (gst_matroska_demux_parse_contents_seekentry),
3024         (gst_matroska_demux_parse_contents),
3025         (gst_matroska_demux_loop_stream_parse_id),
3026         (gst_matroska_demux_loop):
3027         Improve debug output everywhere and fix the EOS logic.
3028
3029         Check the values of the ContentEncoding elements more strictly and
3030         don't use tracks for which it's invalid.
3031
3032         Check that the track number is unique for this stream.
3033
3034         Check that seek positions are below G_MAXINT64 as our seeks are
3035         int64-based and overflows will fail badly.
3036
3037         After seeks also don't push SimpleBlocks until the first one
3038         containing a keyframe is found. Before this was done only for normal
3039         Blocks.
3040
3041         Update some FIXME/TODOs.
3042         
3043         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3044         (gst_ebml_read_utf8), (gst_ebml_read_header):
3045         Improve debug output.
3046
3047         * gst/matroska/matroska-ids.c:
3048         (gst_matroska_track_init_video_context):
3049         * gst/matroska/matroska-ids.h:
3050         * gst/matroska/matroska-mux.c:
3051         (gst_matroska_mux_video_pad_setcaps):
3052         Remove eye mode and don't parse it anymore. We can't use that
3053         information in GStreamer yet so it's useless.
3054
3055
3056 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3057
3058         Patch by: Mersad Jelacic <mersad at axis dot com>
3059
3060         * gst/rtp/Makefile.am:
3061         * gst/rtp/gstrtp.c: (plugin_init):
3062         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3063         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3064         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3065         (gst_rtp_g726_depay_plugin_init):
3066         * gst/rtp/gstrtpg726depay.h:
3067         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3068         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3069         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3070         * gst/rtp/gstrtpg726pay.h:
3071         Added G726 pay/depayloaders. Fixes #538891.
3072
3073 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3074
3075         * gst/rtsp/URLS:
3076         Some more urls.
3077
3078         * gst/smpte/barboxwipes.c:
3079         Add a comment
3080
3081         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3082         Fix typo, add audioresample to the pipeline.
3083
3084 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3085
3086         * ext/libmng/Makefile.am:
3087         * ext/libmng/gstmng.c: (plugin_init):
3088         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3089         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3090         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3091         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3092         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3093         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3094         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3095         (gst_mng_dec_change_state):
3096         * ext/libmng/gstmngdec.h:
3097         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3098         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3099         (gst_mng_enc_init), (gst_mng_enc_chain),
3100         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3101         * ext/libmng/gstmngenc.h:
3102         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3103         bits ifdeffed out still.
3104
3105 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3108         When comparing index elements with the same time compare their
3109         block number.
3110
3111 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3112
3113         * gst/matroska/matroska-demux.c:
3114           (gst_matroska_demux_parse_attached_file)
3115           Init variable to NULL to avoid compiler warning.
3116
3117 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3118
3119         * gst/matroska/Makefile.am:
3120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3121         (gst_matroska_demux_parse_attached_file),
3122         (gst_matroska_demux_parse_attachments),
3123         (gst_matroska_demux_parse_contents_seekentry),
3124         (gst_matroska_demux_loop_stream_parse_id):
3125         * gst/matroska/matroska-demux.h:
3126         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3127         * gst/matroska/matroska-ids.h:
3128         * gst/matroska/matroska.c: (plugin_init):
3129         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3130         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3131         and description of the attachments in the caps. Fixes bug #537622.
3132
3133 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3134
3135         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3136         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3137         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3138         (gst_speex_enc_src_query), (gst_speex_enc_init),
3139         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3140         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3141         (gst_speex_enc_set_property):
3142         Add mode property.
3143         Some cleanups, add more debug info.
3144         Add latency query.
3145
3146 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3147
3148         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3149         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3150         If we get less bytes than requested we can't do anything except doing
3151         our EOS logic.
3152
3153 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3154
3155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3156         (gst_matroskademux_do_index_seek),
3157         (gst_matroska_demux_parse_index_cuetrack),
3158         (gst_matroska_demux_parse_index_pointentry),
3159         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3160         (gst_matroska_demux_parse_metadata):
3161         * gst/matroska/matroska-demux.h:
3162         * gst/matroska/matroska-ids.h:
3163         Use a GArray for storing the Cue (i.e. seek) information, store
3164         the CueTrackPositions for every track, store the block number
3165         and optimize searching in the array by sorting it after the last
3166         element was added.
3167
3168         Fix a small memory leak when trying to parse a tags element that was
3169         already parsed.
3170
3171 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3172
3173         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3174         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3175         (gst_matroska_mux_write_data):
3176         * gst/matroska/matroska-mux.h:
3177         Don't write another SeekHead which indexes all Clusters to the end of
3178         the file. This isn't useful for anything and just increases filesize.
3179
3180 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3181
3182         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3183         Prevent unaligned memory access when reading floats.
3184
3185 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3186
3187         * gst/matroska/ebml-read.c:
3188         * gst/matroska/ebml-read.h:
3189         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3190         (gst_matroska_demux_parse_metadata):
3191         * gst/matroska/matroska-demux.h:
3192         Make sure that every Tags element is only parsed once and it's
3193         containing tags are only posted once.
3194
3195 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3196
3197         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3198         (gst_ebml_read_header):
3199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3200         (gst_matroska_demux_parse_tracks),
3201         (gst_matroska_demux_parse_index_cuetrack),
3202         (gst_matroska_demux_parse_index_pointentry),
3203         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3204         (gst_matroska_demux_parse_metadata_id_simple_tag),
3205         (gst_matroska_demux_parse_metadata_id_tag),
3206         (gst_matroska_demux_parse_metadata),
3207         (gst_matroska_demux_parse_attachments),
3208         (gst_matroska_demux_parse_chapters),
3209         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3210         (gst_matroska_demux_parse_cluster),
3211         (gst_matroska_demux_parse_contents_seekentry),
3212         (gst_matroska_demux_parse_contents),
3213         (gst_matroska_demux_loop_stream_parse_id):
3214         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3215         already. They're not useful in the matroska parser and only cause
3216         additional code.
3217
3218 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3221         (gst_ebml_finalize), (gst_ebml_read_change_state),
3222         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3223         * gst/matroska/matroska-demux.c:
3224         (gst_matroska_demux_parse_contents_seekentry):
3225         Reverse the level list as we usually are only interested in the
3226         first element or want to add a new first element. Having the
3227         first element stored at the end and calling g_list_last() and
3228         g_list_append() is more expensive.
3229
3230         Also use GSlice for allocating the GstEbmlLevel structs.
3231
3232 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3233
3234         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3235           (gst_tag_inject_class_init), (gst_tag_inject_init):
3236           Don't unref NULL taglist in finalize. Don't use c++ style
3237           comments.
3238
3239 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3240
3241         * gst/matroska/matroska-demux.c:
3242         (gst_matroska_demux_parse_metadata_id_simple_tag):
3243         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3244         (gst_matroska_mux_write_data):
3245         Use gst_value_serialize() and gst_value_deserialize() for transforming
3246         tags from some GType to a string and the other way around. The default
3247         transformations in GLib don't include transformations from string to
3248         number types.
3249
3250 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3251
3252         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3253         (gst_matroska_demux_parse_tracks),
3254         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3255         (gst_matroska_demux_parse_attachments),
3256         (gst_matroska_demux_parse_chapters),
3257         (gst_matroska_demux_parse_contents_seekentry),
3258         (gst_matroska_demux_loop_stream_parse_id):
3259         * gst/matroska/matroska-demux.h:
3260         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3261         Tags multiple times. The first ones can appear more than once but must
3262         contain the same content as the first for backup purposes so we ignore
3263         all but the first one. Tags can appear multiple times with different
3264         content.
3265
3266         Jump to all elements except Clusters that are available from a
3267         SeekHead to make it more likely to have all required informations
3268         before getting to the first Clusters.
3269
3270         Add dummy functions for parsing Attachments and Chapters.
3271
3272 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3273
3274         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3275         (gst_udpsrc_create), (gst_udpsrc_set_property),
3276         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3277         * gst/udp/gstudpsrc.h:
3278         Add property to control automatic join/leave of multicast groups.
3279         Add G_LIKELY.
3280         Remove setting caps on buffers explicitly, basesrc does that for us now.
3281         Improve debug info.
3282         Convert some non-fatal error into warnings.
3283         Use g_ntohs for better portability.
3284         Leave multicast groups when stopping.
3285         When using external sockets, use getsockname() on them to fill up the
3286         addr structure before calling methods that use the structure.
3287         Should all fix #536903.
3288         API: GstUDPSrc::auto-multicast property
3289
3290 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3291
3292         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3293         Use g_ntohl for better portability.
3294
3295 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3296
3297         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3298         (gst_multiudpsink_remove):
3299         Fix a typo and do some small cleanups.
3300
3301 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3302
3303         Patch by: Olivier Crete <tester at tester dot ca>
3304
3305         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3306         Make the delivery-method mandatory on the caps and only accept inline
3307         for now.
3308         Reverse strcmp checks for delivery-method.
3309
3310         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3311         Make delivery method optional when parsing caps and note this in the
3312         caps.
3313         Reverse strcmp checks for delivery-method.
3314
3315         * gst/rtp/gstrtpvorbispay.c:
3316         Update a comment to note that the delivery-method is optional, 
3317         Fixes #537675.
3318
3319 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3320
3321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3322         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3323         leaving them in READY. Fixes #537832.
3324
3325 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3326
3327         * gst/avi/gstavimux.c:
3328           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3329           for a random constant in tagmuxing code.
3330
3331 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3332
3333         * gst/debug/gsttaginject.c:
3334         * gst/debug/gsttaginject.h:
3335           Now actually adding the new element.
3336
3337 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3338
3339         * docs/plugins/Makefile.am:
3340         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3341         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3342         * docs/plugins/gst-plugins-good-plugins.args:
3343         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3344         * docs/plugins/gst-plugins-good-plugins.interfaces:
3345         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3346         * docs/plugins/inspect/plugin-aasink.xml:
3347         * docs/plugins/inspect/plugin-alaw.xml:
3348         * docs/plugins/inspect/plugin-alpha.xml:
3349         * docs/plugins/inspect/plugin-alphacolor.xml:
3350         * docs/plugins/inspect/plugin-annodex.xml:
3351         * docs/plugins/inspect/plugin-apetag.xml:
3352         * docs/plugins/inspect/plugin-audiofx.xml:
3353         * docs/plugins/inspect/plugin-auparse.xml:
3354         * docs/plugins/inspect/plugin-autodetect.xml:
3355         * docs/plugins/inspect/plugin-avi.xml:
3356         * docs/plugins/inspect/plugin-cacasink.xml:
3357         * docs/plugins/inspect/plugin-cairo.xml:
3358         * docs/plugins/inspect/plugin-cdio.xml:
3359         * docs/plugins/inspect/plugin-cutter.xml:
3360         * docs/plugins/inspect/plugin-debug.xml:
3361         * docs/plugins/inspect/plugin-dv.xml:
3362         * docs/plugins/inspect/plugin-efence.xml:
3363         * docs/plugins/inspect/plugin-effectv.xml:
3364         * docs/plugins/inspect/plugin-equalizer.xml:
3365         * docs/plugins/inspect/plugin-esdsink.xml:
3366         * docs/plugins/inspect/plugin-flac.xml:
3367         * docs/plugins/inspect/plugin-flxdec.xml:
3368         * docs/plugins/inspect/plugin-gamma.xml:
3369         * docs/plugins/inspect/plugin-gconfelements.xml:
3370         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3371         * docs/plugins/inspect/plugin-goom.xml:
3372         * docs/plugins/inspect/plugin-goom2k1.xml:
3373         * docs/plugins/inspect/plugin-halelements.xml:
3374         * docs/plugins/inspect/plugin-icydemux.xml:
3375         * docs/plugins/inspect/plugin-id3demux.xml:
3376         * docs/plugins/inspect/plugin-jpeg.xml:
3377         * docs/plugins/inspect/plugin-level.xml:
3378         * docs/plugins/inspect/plugin-matroska.xml:
3379         * docs/plugins/inspect/plugin-monoscope.xml:
3380         * docs/plugins/inspect/plugin-mulaw.xml:
3381         * docs/plugins/inspect/plugin-multifile.xml:
3382         * docs/plugins/inspect/plugin-multipart.xml:
3383         * docs/plugins/inspect/plugin-navigationtest.xml:
3384         * docs/plugins/inspect/plugin-ossaudio.xml:
3385         * docs/plugins/inspect/plugin-png.xml:
3386         * docs/plugins/inspect/plugin-quicktime.xml:
3387         * docs/plugins/inspect/plugin-rtp.xml:
3388         * docs/plugins/inspect/plugin-rtsp.xml:
3389         * docs/plugins/inspect/plugin-smpte.xml:
3390         * docs/plugins/inspect/plugin-soup.xml:
3391         * docs/plugins/inspect/plugin-spectrum.xml:
3392         * docs/plugins/inspect/plugin-speex.xml:
3393         * docs/plugins/inspect/plugin-taglib.xml:
3394         * docs/plugins/inspect/plugin-udp.xml:
3395         * docs/plugins/inspect/plugin-video4linux2.xml:
3396         * docs/plugins/inspect/plugin-videobalance.xml:
3397         * docs/plugins/inspect/plugin-videobox.xml:
3398         * docs/plugins/inspect/plugin-videocrop.xml:
3399         * docs/plugins/inspect/plugin-videoflip.xml:
3400         * docs/plugins/inspect/plugin-videomixer.xml:
3401         * docs/plugins/inspect/plugin-wavenc.xml:
3402         * docs/plugins/inspect/plugin-wavpack.xml:
3403         * docs/plugins/inspect/plugin-wavparse.xml:
3404         * docs/plugins/inspect/plugin-ximagesrc.xml:
3405         * gst/debug/Makefile.am:
3406         * gst/debug/breakmydata.c:
3407         * gst/debug/efence.c:
3408         * gst/debug/gstdebug.c:
3409         * gst/debug/gstnavseek.c:
3410         * gst/debug/gstpushfilesrc.c:
3411         * gst/debug/gstpushfilesrc.h:
3412         * gst/debug/negotiation.c:
3413         * gst/debug/progressreport.c:
3414         * gst/debug/progressreport.h:
3415         * gst/debug/rndbuffersize.c:
3416         * gst/debug/testplugin.c:
3417           Remove dummy plugin_init. Remove some undefined entries from doc-
3418           section file. Add taginject element and rebuild docs for it.
3419
3420 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3421
3422         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3423         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3424         Update the counter for the number of streams when pads are added or
3425         removed. This will make sure that a seek table is generated for
3426         files with just one audio stream.
3427
3428 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3429
3430         * gst/matroska/matroska-demux.c:
3431         (gst_matroska_demux_parse_metadata_id_simple_tag):
3432         * gst/matroska/matroska-ids.h:
3433         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3434         Add some more tags, improve debugging a bit and make sure that
3435         GValue transformation has succeeded before using the result
3436         as a tag.
3437
3438 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3439
3440         Patch by: Olivier Crete <tester at tester dot ca>
3441
3442         * gst/rtp/gstrtptheorapay.c:
3443         The Theora RTP payloader only supports the "inline" delievery method
3444         so let's declare this on the caps of the static pad template.
3445         Fixes bug #537675.
3446
3447 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3448
3449         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3450         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3451         Remove bogus check.
3452
3453 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3454
3455         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3456         (gst_videomixer_blend_buffers):
3457         Use stream_time to synchronize the object properties.
3458         Use running_time of the master pad to timestamp outgoing buffers.
3459         Fix the initial segment event to extend an unknown amount of time.
3460         Fixes #537361.
3461
3462 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3463
3464         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3465         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3466         (gst_avi_demux_calculate_durations_from_index),
3467         (gst_avi_demux_stream_header_push),
3468         (gst_avi_demux_stream_header_pull):
3469         Try to ignore unparsable/unknown streams and give a warning instead of
3470         erroring out. Fixes #537377.
3471
3472 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3473
3474         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3475         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3476
3477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3478         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3479         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3480         (gst_matroska_demux_read_track_encodings),
3481         (gst_matroska_demux_add_stream),
3482         (gst_matroska_demux_handle_src_query),
3483         (gst_matroska_demux_init_stream),
3484         (gst_matroska_demux_parse_index_cuetrack),
3485         (gst_matroska_demux_parse_index_pointentry),
3486         (gst_matroska_demux_parse_info),
3487         (gst_matroska_demux_parse_metadata_id_simple_tag),
3488         (gst_matroska_demux_parse_metadata),
3489         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3490         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3491         (gst_matroska_demux_parse_cluster),
3492         (gst_matroska_demux_parse_contents_seekentry),
3493         (gst_matroska_demux_loop_stream_parse_id),
3494         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3495         (gst_matroska_demux_audio_caps),
3496         (gst_matroska_demux_subtitle_caps):
3497         * gst/matroska/matroska-demux.h:
3498         * gst/matroska/matroska-ids.c:
3499         (gst_matroska_track_init_subtitle_context):
3500         * gst/matroska/matroska-ids.h:
3501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3502         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3503         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3504         (gst_matroska_mux_video_pad_setcaps),
3505         (gst_matroska_mux_audio_pad_setcaps),
3506         (gst_matroska_mux_subtitle_pad_setcaps),
3507         (gst_matroska_mux_request_new_pad),
3508         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3509         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3510         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3511         (gst_matroska_mux_set_property):
3512         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3513         elements, do some checks for valid values in the demuxer, handle
3514         tracktimecodescale in the demuxer, set correct default values for all
3515         settings in the demuxer, review and add all missing matroska
3516         IDs and some more raw YUV formats, and some trivial cleanup.
3517
3518 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3519
3520         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3521         (gst_pulsemixer_class_init):
3522         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3523         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3524         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3525         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3526         (gst_pulsesrc_prepare):
3527         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3528         gst_element_class_set_details_simple() and fix coding style a bit
3529         more.
3530
3531 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3532
3533         * docs/plugins/Makefile.am:
3534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3536         * docs/plugins/gst-plugins-good-plugins.args:
3537         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3538         * docs/plugins/gst-plugins-good-plugins.interfaces:
3539         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3540         * docs/plugins/inspect/plugin-aasink.xml:
3541         * docs/plugins/inspect/plugin-alaw.xml:
3542         * docs/plugins/inspect/plugin-alpha.xml:
3543         * docs/plugins/inspect/plugin-alphacolor.xml:
3544         * docs/plugins/inspect/plugin-annodex.xml:
3545         * docs/plugins/inspect/plugin-apetag.xml:
3546         * docs/plugins/inspect/plugin-audiofx.xml:
3547         * docs/plugins/inspect/plugin-auparse.xml:
3548         * docs/plugins/inspect/plugin-autodetect.xml:
3549         * docs/plugins/inspect/plugin-avi.xml:
3550         * docs/plugins/inspect/plugin-cacasink.xml:
3551         * docs/plugins/inspect/plugin-cairo.xml:
3552         * docs/plugins/inspect/plugin-cdio.xml:
3553         * docs/plugins/inspect/plugin-cutter.xml:
3554         * docs/plugins/inspect/plugin-debug.xml:
3555         * docs/plugins/inspect/plugin-dv.xml:
3556         * docs/plugins/inspect/plugin-efence.xml:
3557         * docs/plugins/inspect/plugin-effectv.xml:
3558         * docs/plugins/inspect/plugin-equalizer.xml:
3559         * docs/plugins/inspect/plugin-esdsink.xml:
3560         * docs/plugins/inspect/plugin-flac.xml:
3561         * docs/plugins/inspect/plugin-flxdec.xml:
3562         * docs/plugins/inspect/plugin-gamma.xml:
3563         * docs/plugins/inspect/plugin-gconfelements.xml:
3564         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3565         * docs/plugins/inspect/plugin-goom.xml:
3566         * docs/plugins/inspect/plugin-goom2k1.xml:
3567         * docs/plugins/inspect/plugin-halelements.xml:
3568         * docs/plugins/inspect/plugin-icydemux.xml:
3569         * docs/plugins/inspect/plugin-id3demux.xml:
3570         * docs/plugins/inspect/plugin-jpeg.xml:
3571         * docs/plugins/inspect/plugin-level.xml:
3572         * docs/plugins/inspect/plugin-matroska.xml:
3573         * docs/plugins/inspect/plugin-monoscope.xml:
3574         * docs/plugins/inspect/plugin-mulaw.xml:
3575         * docs/plugins/inspect/plugin-multifile.xml:
3576         * docs/plugins/inspect/plugin-multipart.xml:
3577         * docs/plugins/inspect/plugin-navigationtest.xml:
3578         * docs/plugins/inspect/plugin-ossaudio.xml:
3579         * docs/plugins/inspect/plugin-png.xml:
3580         * docs/plugins/inspect/plugin-pulseaudio.xml:
3581         * docs/plugins/inspect/plugin-quicktime.xml:
3582         * docs/plugins/inspect/plugin-rtp.xml:
3583         * docs/plugins/inspect/plugin-rtsp.xml:
3584         * docs/plugins/inspect/plugin-smpte.xml:
3585         * docs/plugins/inspect/plugin-soup.xml:
3586         * docs/plugins/inspect/plugin-spectrum.xml:
3587         * docs/plugins/inspect/plugin-speex.xml:
3588         * docs/plugins/inspect/plugin-taglib.xml:
3589         * docs/plugins/inspect/plugin-udp.xml:
3590         * docs/plugins/inspect/plugin-video4linux2.xml:
3591         * docs/plugins/inspect/plugin-videobalance.xml:
3592         * docs/plugins/inspect/plugin-videobox.xml:
3593         * docs/plugins/inspect/plugin-videocrop.xml:
3594         * docs/plugins/inspect/plugin-videoflip.xml:
3595         * docs/plugins/inspect/plugin-videomixer.xml:
3596         * docs/plugins/inspect/plugin-wavenc.xml:
3597         * docs/plugins/inspect/plugin-wavpack.xml:
3598         * docs/plugins/inspect/plugin-wavparse.xml:
3599         * docs/plugins/inspect/plugin-ximagesrc.xml:
3600         * ext/pulse/plugin.c:
3601         * ext/pulse/pulsemixer.c:
3602         * ext/pulse/pulsesink.c:
3603         * ext/pulse/pulsesrc.c:
3604         Add documentation to the pulseaudio plugin and run make update
3605         in docs/plugins.
3606
3607 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3608
3609         Patch by: Brian Cameron <brian.cameron at sun dot com>
3610
3611         * sys/sunaudio/gstsunaudiomixerctrl.c:
3612         (gst_sunaudiomixer_ctrl_get_volume),
3613         (gst_sunaudiomixer_ctrl_set_volume):
3614         Improvements for the SunAudio mixer by handling mute as no gain
3615         for tracks that have a gain property but no mute property.
3616         Fixes bug #536067.
3617
3618 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3619
3620         * configure.ac:
3621         * ext/pulse/Makefile.am:
3622         * ext/pulse/plugin.c: (plugin_init):
3623         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3624         (gst_pulsemixer_implements_interface_init),
3625         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3626         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3627         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3628         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3629         * ext/pulse/pulsemixer.h:
3630         * ext/pulse/pulsemixerctrl.c:
3631         (gst_pulsemixer_ctrl_context_state_cb),
3632         (gst_pulsemixer_ctrl_sink_info_cb),
3633         (gst_pulsemixer_ctrl_source_info_cb),
3634         (gst_pulsemixer_ctrl_subscribe_cb),
3635         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3636         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3637         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3638         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3639         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3640         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3641         * ext/pulse/pulsemixerctrl.h:
3642         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3643         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3644         * ext/pulse/pulsemixertrack.h:
3645         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3646         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3647         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3648         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3649         (gst_pulseprobe_new), (gst_pulseprobe_free),
3650         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3651         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3652         (gst_pulseprobe_set_server):
3653         * ext/pulse/pulseprobe.h:
3654         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3655         (gst_pulsesink_class_init), (gst_pulsesink_init),
3656         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3657         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3658         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3659         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3660         (gst_pulsesink_stream_request_cb),
3661         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3662         (gst_pulsesink_close), (gst_pulsesink_prepare),
3663         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3664         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3665         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3666         (gst_pulsesink_event), (gst_pulsesink_get_type):
3667         * ext/pulse/pulsesink.h:
3668         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3669         (gst_pulsesrc_implements_interface_init),
3670         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3671         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3672         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3673         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3674         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3675         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3676         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3677         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3678         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3679         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3680         (gst_pulsesrc_get_type):
3681         * ext/pulse/pulsesrc.h:
3682         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3683         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3684         * ext/pulse/pulseutil.h:
3685         Add pulseaudio GStreamer element from gst-pulse. Development will
3686         continue here instead of pulseaudio SVN. Fixes bug #400679.
3687         Only changes over gst-pulse SVN are added copyright to the top of
3688         files and coding style changes.
3689
3690 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3691
3692         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3693
3694         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3695           (gst_cdio_add_cdtext_album_tags):
3696         * ext/cdio/gstcdio.h:
3697         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3698           Also extract album title and album genre from CD-TEXT if
3699           available (#537021).
3700
3701 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3702
3703         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3704
3705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3706         Improve negotiation a bit more by picking the smallest possible
3707         resolution that is larger than the resolution specified in the
3708         first caps entry of the peer caps. Fixes bug #536994.
3709
3710 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         Patch by: Bastien Nocera <hadess at hadess dot net>
3713
3714         * sys/v4l2/gstv4l2vidorient.c:
3715         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3716         Fix compilation with newer GIT kernels that deprecated
3717         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3718
3719 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3720
3721         * configure.ac:
3722         * ext/cdio/gstcdio.c:
3723         * ext/cdio/gstcdio.h:
3724         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3725           Require libcdio >= 0.76.
3726
3727 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3728
3729         * gst/avi/gstavidemux.c:
3730         Catch UNEXPECTED when downstream has reached end of
3731         segment in reverse mode.
3732
3733 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3734
3735         * gst/avi/gstavidemux.c:
3736         Fix typo in comment
3737
3738 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3739
3740         * gst/avi/gstavidemux.c:
3741         Because we don't know the frame order we need to push till
3742         the next keyframe
3743
3744 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3745
3746         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3747
3748         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3749         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3750         Provide a custom negotiation function to make sure to pick the highest
3751         possible framerate and resolution. Fixes bug #536646.
3752
3753 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3754
3755         * gst/avi/gstavidemux.c:
3756         Set EOS when going out of the segment in reverse playback
3757
3758 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3759
3760         * ext/taglib/Makefile.am::
3761           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3762           taglib headers (with gcc 4.3.1).
3763
3764 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3765
3766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3767         Use the new gst_rtsp_connection_get_ip() to access the IP address
3768         of a GstRTSPConnection since it is a private member.
3769
3770 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3771
3772         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3773         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3774           Use new utility functions in libgsttag to process coverart (#512333).
3775
3776 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3777
3778         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3779         We actually support left/side, right/side and mid/side files. The
3780         conversion to normal, interleaved stereo is done by libflac.
3781
3782 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3785         (gst_ebml_write_set_cache):
3786         Unref the write cache in finalize if it was set and add add "FIXME"
3787         to a comment that needs it.
3788
3789 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3790
3791         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3792
3793         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3794         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3795         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3796         (gst_avi_demux_process_next_entry):
3797         * gst/avi/gstavidemux.h:
3798         Implement reverse playback. Fixes #535300.
3799         Small cleanups.
3800
3801 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3802
3803         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3804         (gst_videomixer_query_latency):
3805         When using gst_element_iterate_pads() one has to unref every pad
3806         after usage.
3807
3808 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3809
3810         Patch by: Bastien Nocera <hadess at hadess dot net>
3811         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3812         (qtdemux_parse_udta):
3813         * gst/qtdemux/qtdemux_fourcc.h:
3814         Improve meta-data handling, add 'comment', 'description' and
3815         'copyright' tag handling.
3816         Fixes #535935
3817
3818 2008-05-31  Julien Moutte  <julien@fluendo.com>
3819
3820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3821         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3822         (gst_qtdemux_seek_to_previous_keyframe),
3823         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3824         we don't clip the segment's stop using the main segment duration as
3825         that could crop quite some video frames. Make reverse playback support
3826         more robust and support edit lists. Support seeking to the last frame,
3827         and fix reverse looping playback. Add some debugging.
3828         * win32/common/config.h: Updated.
3829
3830 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3831
3832         * gst/equalizer/gstiirequalizer.c:
3833         (gst_iir_equalizer_transform_ip):
3834         Don't clip float/double samples, correctly unset passthrough mode
3835         and use better rounding for integer samples.
3836
3837 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3838
3839         * gst/equalizer/gstiirequalizer.c:
3840         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3841         (setup_filter), (set_passthrough), (update_coefficients),
3842         (gst_iir_equalizer_compute_frequencies),
3843         (gst_iir_equalizer_transform_ip):
3844         * gst/equalizer/gstiirequalizer.h:
3845         Update the filter coefficients only when needed in the transform_ip
3846         function and correctly set the element into passthrough mode if the
3847         gain of all bands is 0.
3848
3849 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3850
3851         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3852
3853         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3854         (gst_alpha_set_property), (gst_alpha_get_property),
3855         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3856         Try to skip pixels or areas that are too dark or too bright for us to do
3857         meaningfull color detection.
3858         Added properties to control the sensitivity to light and darkness.
3859         Added some small cleanups. Fixes #512345.
3860
3861 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3862
3863         * docs/plugins/.cvsignore:
3864         * tests/check/elements/.cvsignore:
3865         Ignore some more generated things
3866
3867         * tests/check/Makefile.am:
3868         Ignore OSS elements in the state changes test too.
3869
3870 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3871
3872         * docs/plugins/Makefile.am:
3873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3874         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3875         Add SMPTE effect elements to docs.
3876
3877 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3878
3879         * docs/plugins/Makefile.am:
3880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3882         * ext/raw1394/gstdv1394src.c:
3883           Document whats first shown on the fdo plugin docs page :)
3884
3885 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * docs/plugins/Makefile.am:
3888         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3889         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3890         * docs/plugins/gst-plugins-good-plugins.args:
3891         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3892         * docs/plugins/inspect/plugin-audiofx.xml:
3893         * gst/audiofx/Makefile.am:
3894         * gst/audiofx/audiofx.c:
3895         * gst/audiofx/audiokaraoke.c:
3896         * gst/audiofx/audiokaraoke.h:
3897         * gst/audiofx/audiovoice.c:
3898         * gst/audiofx/audiovoice.h:
3899           Rename audiovoice to audiokaraoke and add it to the docs.
3900
3901 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3902
3903         * REQUIREMENTS:
3904         * docs/plugins/Makefile.am:
3905         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3906         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3907         * docs/plugins/gst-plugins-good-plugins.args:
3908         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3909         * docs/plugins/gst-plugins-good-plugins.interfaces:
3910         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3911         * docs/plugins/inspect/plugin-aasink.xml:
3912         * docs/plugins/inspect/plugin-alaw.xml:
3913         * docs/plugins/inspect/plugin-alpha.xml:
3914         * docs/plugins/inspect/plugin-alphacolor.xml:
3915         * docs/plugins/inspect/plugin-annodex.xml:
3916         * docs/plugins/inspect/plugin-apetag.xml:
3917         * docs/plugins/inspect/plugin-audiofx.xml:
3918         * docs/plugins/inspect/plugin-auparse.xml:
3919         * docs/plugins/inspect/plugin-autodetect.xml:
3920         * docs/plugins/inspect/plugin-avi.xml:
3921         * docs/plugins/inspect/plugin-cacasink.xml:
3922         * docs/plugins/inspect/plugin-cairo.xml:
3923         * docs/plugins/inspect/plugin-cdio.xml:
3924         * docs/plugins/inspect/plugin-cutter.xml:
3925         * docs/plugins/inspect/plugin-debug.xml:
3926         * docs/plugins/inspect/plugin-dv.xml:
3927         * docs/plugins/inspect/plugin-efence.xml:
3928         * docs/plugins/inspect/plugin-effectv.xml:
3929         * docs/plugins/inspect/plugin-equalizer.xml:
3930         * docs/plugins/inspect/plugin-esdsink.xml:
3931         * docs/plugins/inspect/plugin-flac.xml:
3932         * docs/plugins/inspect/plugin-flxdec.xml:
3933         * docs/plugins/inspect/plugin-gamma.xml:
3934         * docs/plugins/inspect/plugin-gconfelements.xml:
3935         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3936         * docs/plugins/inspect/plugin-goom.xml:
3937         * docs/plugins/inspect/plugin-goom2k1.xml:
3938         * docs/plugins/inspect/plugin-halelements.xml:
3939         * docs/plugins/inspect/plugin-icydemux.xml:
3940         * docs/plugins/inspect/plugin-id3demux.xml:
3941         * docs/plugins/inspect/plugin-jpeg.xml:
3942         * docs/plugins/inspect/plugin-level.xml:
3943         * docs/plugins/inspect/plugin-matroska.xml:
3944         * docs/plugins/inspect/plugin-monoscope.xml:
3945         * docs/plugins/inspect/plugin-mulaw.xml:
3946         * docs/plugins/inspect/plugin-multifile.xml:
3947         * docs/plugins/inspect/plugin-multipart.xml:
3948         * docs/plugins/inspect/plugin-navigationtest.xml:
3949         * docs/plugins/inspect/plugin-ossaudio.xml:
3950         * docs/plugins/inspect/plugin-png.xml:
3951         * docs/plugins/inspect/plugin-quicktime.xml:
3952         * docs/plugins/inspect/plugin-rtp.xml:
3953         * docs/plugins/inspect/plugin-rtsp.xml:
3954         * docs/plugins/inspect/plugin-smpte.xml:
3955         * docs/plugins/inspect/plugin-soup.xml:
3956         * docs/plugins/inspect/plugin-spectrum.xml:
3957         * docs/plugins/inspect/plugin-speex.xml:
3958         * docs/plugins/inspect/plugin-taglib.xml:
3959         * docs/plugins/inspect/plugin-udp.xml:
3960         * docs/plugins/inspect/plugin-video4linux2.xml:
3961         * docs/plugins/inspect/plugin-videobalance.xml:
3962         * docs/plugins/inspect/plugin-videobox.xml:
3963         * docs/plugins/inspect/plugin-videocrop.xml:
3964         * docs/plugins/inspect/plugin-videoflip.xml:
3965         * docs/plugins/inspect/plugin-videomixer.xml:
3966         * docs/plugins/inspect/plugin-wavenc.xml:
3967         * docs/plugins/inspect/plugin-wavpack.xml:
3968         * docs/plugins/inspect/plugin-wavparse.xml:
3969         * docs/plugins/inspect/plugin-ximagesrc.xml:
3970         * ext/aalib/gstaasink.c:
3971         * ext/libcaca/gstcacasink.c:
3972           Document aasink and cacasink.
3973
3974 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3975
3976         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3977         (gst_videomixer_init), (gst_videomixer_query_duration),
3978         (gst_videomixer_query_latency), (gst_videomixer_query),
3979         (gst_videomixer_blend_buffers):
3980         * gst/videomixer/videomixer.h:
3981         Implement position (in time), duration and latency queries.
3982
3983 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3984
3985         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3986         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3987         (gst_videomixer_fill_queues), (forward_event_func),
3988         (forward_event), (gst_videomixer_src_event),
3989         (gst_videomixer_sink_event):
3990         * gst/videomixer/videomixer.h:
3991         Implement proper seek/newsegment handling.
3992         Based on adder's implementation.
3993         Fixes #535121
3994
3995 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         Patch by: Jan Gerber <j at oil21 dot org>
3998
3999         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4000         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4001
4002 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         * gst/audiofx/Makefile.am:
4005         * gst/audiofx/audiofx.c: (plugin_init):
4006         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4007         (gst_audio_voice_class_init), (gst_audio_voice_init),
4008         (update_filter), (gst_audio_voice_set_property),
4009         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4010         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4011         (gst_audio_voice_transform_ip):
4012         * gst/audiofx/audiovoice.h:
4013         Add simple voice removal element. Yay karaoke.
4014
4015 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4016
4017         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4018
4019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4020         Fix potential caps leak.
4021         If we can't get the framerate with an ioctl, try to get it with the
4022         current norm. Fixes #520092.
4023
4024 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4027
4028         * sys/v4l2/v4l2src_calls.c:
4029         (gst_v4l2src_probe_caps_for_format_and_size):
4030         If we fail to get the frame intervals, simply don't touch the framerates
4031         on the template caps instead of discarding the format. See #520092.
4032
4033 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4034
4035         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4036
4037         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4038         (gst_v4l2_get_caps_info):
4039         Add NV12, NV21 and bayer support. See #520092.
4040
4041 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4042
4043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4044         (gst_qtdemux_activate_segment):
4045         Unbreak segment activation again. Fixes #531672.
4046
4047 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4048
4049         * ext/flac/Makefile.am:
4050         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4051         Set the channel layout when decoding FLAC files with more than 2
4052         channels as defined by the FLAC spec. Fixes bug #534570.
4053
4054         Also don't try to decode left/side, right/side and mid/side files
4055         as we don't support this at all.
4056
4057 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4058
4059         * configure.ac:
4060           We need -base CVS (rtsp).
4061
4062 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4063
4064         * gst/udp/Makefile.am:
4065           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4066           when including netdb.h when building against glibc >= 2.8.
4067
4068 2008-05-22  Julien Moutte  <julien@fluendo.com>
4069
4070         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4071         debug statement arguments.
4072         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4073         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4074         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4075         on more platforms.
4076
4077 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4078
4079         * tests/check/elements/avimux.c: (setup_src_pad),
4080         (teardown_src_pad):
4081         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4082         (GST_START_TEST):
4083         * tests/check/elements/matroskamux.c: (setup_src_pad),
4084         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4085         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4086         (GST_START_TEST):
4087         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4088         (setup_wavpackparse), (cleanup_wavpackparse):
4089         Don't use gst_element_get_pad(), it's a bad, bad method.
4090
4091 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4092
4093         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4094         (do_toggle_element):
4095         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4096         (do_toggle_element):
4097         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4098         (do_toggle_element):
4099         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4100         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4101         (do_toggle_element):
4102         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4103         (do_toggle_element):
4104         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4105         (gst_auto_audio_sink_detect):
4106         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4107         (gst_auto_video_sink_detect):
4108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4109         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4110         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4111         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4112         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4113         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4114         * tests/icles/videocrop-test.c: (test_with_caps),
4115         (video_crop_get_test_caps):
4116         Don't use gst_element_get_pad(), it's a bad method.
4117
4118 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4121         (gst_multiudpsink_add_internal):
4122         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4123         (gst_udp_join_group):
4124         * gst/udp/gstudpnetutils.h:
4125         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4126         Joining a multicast group and setting the loop/ttl properties are
4127         totally unrelated tasks are must be separated.
4128
4129 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4130
4131         * gst/avi/gstavimux.c:
4132           Also support alaw/mulaw.
4133
4134 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4135
4136         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4137         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4138         * gst/udp/gstmultiudpsink.h:
4139         Add a fixme for the auto-multicast property.
4140         Fix some confusing debug messages.
4141         Disable setting a qos value by default.
4142
4143 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4144
4145         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4146
4147         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4148         Ignore EPERM errors from sendto. Fixes #533619.
4149
4150 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         Patch by: Henrik Eriksson <henriken at axis dot com>
4153
4154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4155         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4156         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4157         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4158         * gst/udp/gstmultiudpsink.h:
4159         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4160
4161 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4162
4163         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4164         Improve debugging of the ident.
4165
4166 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4167
4168         Patch by: Bruno Santos <brunof at ua dot pt>
4169
4170         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4171         (gst_udp_join_group), (gst_udp_leave_group),
4172         (gst_udp_is_multicast):
4173         * gst/udp/gstudpnetutils.h:
4174         Provide a bunch of helper methods to deal with IPv4 and IPv6
4175         transparently.
4176
4177         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4178         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4179         (gst_multiudpsink_get_property), (join_multicast),
4180         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4181         (gst_multiudpsink_remove):
4182         * gst/udp/gstmultiudpsink.h:
4183         Add multicast TTL and loopback properties.
4184         Use the helper methods to implement ip4 and ip6.
4185
4186         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4187         * gst/udp/gstudpsrc.h:
4188         Use the helper methods to implement ip4 and ip6.
4189         Fixes #515962.
4190
4191 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4194
4195         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4196         (gst_multipart_demux_get_gstname),
4197         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4198         * gst/multipart/multipartdemux.h:
4199         Don't blindly copy the mime-type as the caps name because they not
4200         always map directly. Instead use a hashtable with common mappings.
4201         Fixes #533287.
4202
4203 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4204
4205         * ext/esd/esdsink.c: (gst_esdsink_write):
4206         When we post an error, we must return -1 to let the parent know that we
4207         cannot write the segment else it will loop and continue to call us again
4208         forever. Patch by Michael Meeks.
4209
4210 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4211
4212         * gst/videomixer/videomixer.c:
4213           Add missing incudes.
4214
4215 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4216
4217         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4218         (gst_rtp_h264_pay_handle_buffer):
4219         * gst/rtp/gstrtph264pay.h:
4220         Correct a typo (sinle -> single).
4221
4222 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4223
4224         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4225         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4226         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4227         (gst_rtp_h264_depay_process):
4228         * gst/rtp/gstrtph264depay.h:
4229         Add experimental support for outputting quicktime-like AVC output in
4230         addition to the existing bytestream output.
4231
4232         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4233         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4234         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4235         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4236         (gst_rtp_h264_pay_get_property):
4237         * gst/rtp/gstrtph264pay.h:
4238         Make the parsing mode configurable, for some inputs we don't need to
4239         scan every byte for start codes.
4240         Only set the marker bit on ACCESS units.
4241
4242 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4243
4244         * gst/equalizer/gstiirequalizer.c:
4245         Use a bigger type in integer mode for the intermediate results to
4246         prevent overflows. This fixes the crippled sound when using the
4247         equalizer in integer mode. Fixes bug #510865.
4248
4249 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4250
4251         * gst/videomixer/videomixer.c:
4252         * gst/videomixer/videomixer.h:
4253         Instead of a random number for the request pad id's,
4254         use a counter.
4255
4256         Register the videomixerpad class from the element's class_init
4257         where it's safer, and allows the docs generator to scan it.
4258
4259 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4260
4261         * gst/smpte/Makefile.am:
4262         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4263         * gst/smpte/gstsmpte.h:
4264         * gst/smpte/gstsmptealpha.c:
4265         (gst_smpte_alpha_transition_type_get_type),
4266         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4267         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4268         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4269         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4270         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4271         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4272         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4273         * gst/smpte/gstsmptealpha.h:
4274         * gst/smpte/plugin.c: (plugin_init):
4275         Add new plugin that adds the SMPTE transition in the alpha channel of
4276         I420 and AYUV frames so that they can be blended with videomixer later
4277         on. Uses all niceties such as using base transform for efficient alloc
4278         and negotiation. It currently requires GstController to control the
4279         position in the transition effect.
4280
4281 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4282
4283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4285         * docs/plugins/gst-plugins-good-plugins.args:
4286         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4287         * docs/plugins/gst-plugins-good-plugins.interfaces:
4288         * docs/plugins/gst-plugins-good-plugins.types:
4289         * gst/videomixer/videomixer.c:
4290           Try using thaytans new mechanism to get extra classes into plugin
4291           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4292           missing still.
4293
4294 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4295
4296         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4297         Set proper rate in avi stream header for PCM audio, and also do some
4298         more sanity checks on caps in this case.  Fixes #511489.
4299
4300 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4301
4302         * sys/v4l2/gstv4l2src.c:
4303         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4304         isn't implemented at all yet and this requires X headers to be
4305         installed. Fixes bug #533264.
4306
4307 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4308
4309         reviewed by: <delete if not using a buddy>
4310
4311         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4312         (gst_ebml_write_set_cache):
4313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4314         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4315         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4316         (gst_matroska_demux_read_track_encodings),
4317         (gst_matroska_demux_add_stream),
4318         (gst_matroska_demux_handle_src_query),
4319         (gst_matroska_demux_init_stream),
4320         (gst_matroska_demux_parse_index_cuetrack),
4321         (gst_matroska_demux_parse_index_pointentry),
4322         (gst_matroska_demux_parse_info),
4323         (gst_matroska_demux_parse_metadata_id_simple_tag),
4324         (gst_matroska_demux_parse_metadata),
4325         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4326         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4327         (gst_matroska_demux_parse_cluster),
4328         (gst_matroska_demux_parse_contents_seekentry),
4329         (gst_matroska_demux_loop_stream_parse_id),
4330         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4331         (gst_matroska_demux_audio_caps),
4332         (gst_matroska_demux_subtitle_caps):
4333         * gst/matroska/matroska-demux.h:
4334         * gst/matroska/matroska-ids.c:
4335         (gst_matroska_track_init_subtitle_context):
4336         * gst/matroska/matroska-ids.h:
4337         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4338         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4339         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4340         * sys/v4l2/gstv4l2src.c:
4341         * tests/check/pipelines/wavpack.c: (bus_handler):
4342         * win32/common/config.h:
4343
4344 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4345
4346         * ext/wavpack/gstwavpackstreamreader.c:
4347         * tests/examples/spectrum/demo-audiotest.c:
4348         * tests/examples/spectrum/demo-osssrc.c:
4349         Fix some compiler warnings.
4350
4351 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4352
4353         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4354         Small comment added.
4355
4356         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4357         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4358         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4359         Debug string cleanups (remove trailing \n)
4360         Refactor and clean up the payloader a bit and make sure that we only
4361         put one NAL unit in an RTP packet even if the input buffer contains
4362         multiple NAL units.
4363         Add suport for AVC format input.
4364
4365 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4366
4367         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4368         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4369         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4370         * gst/rtp/gstrtph264pay.h:
4371         Make it possible to specify profile-level-id and sprop-parameter-sets
4372         using properties in case they are not available in-stream.
4373
4374 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4375
4376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4377         * docs/plugins/gst-plugins-good-plugins.args:
4378         * docs/plugins/inspect/plugin-ladspa.xml:
4379           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4380
4381 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4382
4383         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4384         Send an initial BYTE segment to inform downstream of later seeking,
4385         and to forego sync attempts.
4386
4387 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4388
4389         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4390         Fix wrong caps string.
4391
4392 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4393
4394         Based on patch by: Olivier Crete <tester at tester dot ca>
4395
4396         * gst/rtp/Makefile.am:
4397         * gst/rtp/gstrtp.c: (plugin_init):
4398         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4399         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4400         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4401         (gst_rtp_g729_depay_plugin_init):
4402         * gst/rtp/gstrtpg729depay.h:
4403         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4404         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4405         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4406         * gst/rtp/gstrtpg729pay.h:
4407         Added G729 pay and depayloaders. Fixes #532409.
4408
4409 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4410
4411         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4412         Fix the calculation of the duration of the concealment packets.
4413
4414 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4415
4416         Based on patch by: Olivier Crete <tester at tester dot ca>
4417
4418         * gst/rtp/Makefile.am:
4419         * gst/rtp/gstrtp.c: (plugin_init):
4420         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4421         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4422         (parse_encode), (gst_rtp_dv_depay_setcaps),
4423         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4424         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4425         (gst_rtp_dv_depay_plugin_init):
4426         * gst/rtp/gstrtpdvdepay.h:
4427         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4428         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4429         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4430         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4431         (gst_dv_pay_negotiate), (include_dif),
4432         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4433         * gst/rtp/gstrtpdvpay.h:
4434         Add DV pay and depayloaders. Fixes #532423.
4435
4436 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4437
4438         * gst/matroska/matroska-demux.c:
4439         (gst_matroska_demux_push_dvd_clut_change_event):
4440         Convert subtitle palette info in VobSub private data from VobSub's
4441         (buggy) RGB to YUV.
4442
4443 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4444
4445         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4446         Do not leave fourcc stream header field empty upon reset.
4447         Fixes #519301.
4448
4449 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4450
4451         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4452         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4453         * docs/plugins/inspect/plugin-goom.xml:
4454         * docs/plugins/inspect/plugin-goom2k1.xml:
4455         * gst/goom/gstgoom.c:
4456         * gst/goom2k1/gstgoom.c:
4457         Add goom2k1 into the docs.
4458
4459 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4460
4461         Based on patch by: Wouter Cloetens  <wouter at mind be>
4462
4463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4464         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4465         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4466         (gst_rtsp_decode_quoted_string),
4467         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4468         (gst_rtspsrc_setup_auth):
4469         Support Digest authentication. Fixes #532065.
4470
4471 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4472
4473         * gst/level/gstlevel.c:
4474           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4475           about whats needed for liboil acceleration. Simplify docs a bit.
4476
4477 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4478
4479         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4480
4481         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4482         Update the track duration if the old one was invalid.
4483         Fixes bug #532117.
4484
4485 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4486
4487         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4488           Use GST_STR_NULL when trying to print sps and pps strings that could
4489           be NULL, as this might crash on some platforms.
4490
4491 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4492
4493         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4494
4495         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4496           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4497           set after creating the clipper.
4498
4499 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4500
4501         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4502
4503         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4504           Added checking of surface lost case after an unsuccessful
4505           IDirectDrawSurface7_Lock() call.
4506           If surface is lost, return GST_FLOW_OK.
4507
4508 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4509
4510         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4511
4512         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4513           WndProc, gst_directdraw_sink_window_thread):
4514           Improved Windows message loop and fixed window destruction issue.
4515           When the window which DirectDraw is rendering to is destroyed, the
4516           render/show_frame function will return GST_FLOW_ERROR.
4517           Partially fixes #520885.
4518
4519 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4520
4521         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4522
4523         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4524           Fixed mid stream resolution change bug, the offscreen surface is now
4525           released when set_caps is called.
4526           Partially fixes #520885.
4527
4528 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4529
4530         * sys/directdraw/gstdirectdrawsink.c
4531           (gst_directdraw_sink_buffer_alloc):
4532           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4533           width/height.
4534
4535           Especially when looking through the pool of buffers, make sure that
4536           the width/height of caps is used instead of the already negotiated
4537           dimensions.
4538           For example if a buffer with different caps is requested, i.e.
4539           higher resolution, the caller would get a buffer with the old
4540           dimensions and thus corrupt the heap.
4541
4542 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4543
4544         * sys/directdraw/gstdirectdrawsink.c
4545           (gst_directdraw_sink_buffer_alloc):
4546           Clear the flags on recycled buffers from buffer_alloc.
4547           Partially fixes #520885.
4548
4549 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4550
4551         * gst/rtp/gstrtpilbcpay.c:
4552           Added missing stdlib.h include for strtol(), and made include ordering and
4553           style consistent with the corresponding depayloader.
4554
4555 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4556
4557         * configure.ac:
4558           Error out if we don't have the required core/base versions.
4559
4560 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4561
4562         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4563
4564         * sys/osxvideo/cocoawindow.m:
4565         Fix compiler warnings on PPC64. Fixes bug #499318.
4566
4567 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4568
4569         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4570
4571         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4572         Don't leak file descriptors on error. Fixes #531532.
4573
4574 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4575
4576         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4577         (gst_gconf_audio_src_change_state):
4578         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4579         (gst_gconf_video_sink_change_state):
4580         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4581         (gst_gconf_video_src_change_state):
4582         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4583         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4584         When we can't create a fakesink/fakesrc complain instead of unreffing
4585         NULL pointers and crashing later. See bug #530535.
4586
4587 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4590         Add some more debug info and guard against small payloads.
4591
4592         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4593         Set duration on outgoing buffers because we can.
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         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4600         (gst_speex_enc_init), (gst_speex_enc_chain):
4601         Add negotiation for the speex channels and rate. Fixes #465146.
4602
4603 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4604
4605         Patch by: Olivier Crete <tester at tester dot ca>
4606
4607         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4608         (gst_rtp_speex_pay_getcaps):
4609         Add negotiation for the speex channels and rate. See #465146.
4610
4611 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4612
4613         Patch by: Olivier Crete <tester at tester dot ca>
4614
4615         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4616         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4617         Add negotiation for the ILBC mode. See #465146.
4618
4619 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4620
4621         * ext/soup/gstsouphttpsrc.c:
4622           Include stdlib to fix the build. Use g_free instead of free, libsoup
4623           uses glib.
4624
4625 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4626
4627         Patch by: j^ <j@bootlab.org>
4628
4629         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4630         Add more mpeg2 variants. Fixes #530886.
4631
4632 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4633
4634         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4635
4636         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4637           Don't error out if we get an ICMP destination-unreachable
4638           message when trying to read packets on win32 (#529454).
4639
4640 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4641
4642         * configure.ac:
4643         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4644           Use new error code for encrypted streams (which requires core CVS).
4645
4646 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4647
4648         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4649           (gst_qtdemux_audiosrc_template):
4650           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4651
4652 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4653
4654         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4655         (speex_dec_chain_parse_data):
4656         Produce concealment data when time progresses in a segment update.
4657
4658 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4659
4660         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4661         (speex_dec_chain):
4662         Try to preserve input timestamps when we can.
4663         Do beginnings of error concealment.
4664
4665 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4666
4667         * gst/debug/gstnavigationtest.c:
4668           MSVC doesn't provide rint(), define an adequate replacement locally as
4669           elsewhere.
4670
4671 2008-04-28  Julien Moutte  <julien@fluendo.com>
4672
4673         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4674         format to pacify Mac OSX's gcc.
4675
4676 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4679           (DEFAULT_MAX), (src_template), (sink_template),
4680           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4681           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4682           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4683           Bring rndbuffersize element into a state that doesn't require us
4684           to move it to -bad immediately. For one, fix up default min/max
4685           values so that the element actuall works using the default values.
4686           Also, don't ignore flow return values and do some kind of minimal
4687           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4688           other gratuitious clean-ups.
4689
4690 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * docs/plugins/Makefile.am:
4693         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4694         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4695         * docs/plugins/gst-plugins-good-plugins.args:
4696         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4697         * docs/plugins/gst-plugins-good-plugins.interfaces:
4698         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4699         * docs/plugins/inspect/plugin-1394.xml:
4700         * docs/plugins/inspect/plugin-aasink.xml:
4701         * docs/plugins/inspect/plugin-alaw.xml:
4702         * docs/plugins/inspect/plugin-alpha.xml:
4703         * docs/plugins/inspect/plugin-alphacolor.xml:
4704         * docs/plugins/inspect/plugin-annodex.xml:
4705         * docs/plugins/inspect/plugin-apetag.xml:
4706         * docs/plugins/inspect/plugin-audiofx.xml:
4707         * docs/plugins/inspect/plugin-auparse.xml:
4708         * docs/plugins/inspect/plugin-autodetect.xml:
4709         * docs/plugins/inspect/plugin-avi.xml:
4710         * docs/plugins/inspect/plugin-cacasink.xml:
4711         * docs/plugins/inspect/plugin-cairo.xml:
4712         * docs/plugins/inspect/plugin-cdio.xml:
4713         * docs/plugins/inspect/plugin-cutter.xml:
4714         * docs/plugins/inspect/plugin-debug.xml:
4715         * docs/plugins/inspect/plugin-dv.xml:
4716         * docs/plugins/inspect/plugin-efence.xml:
4717         * docs/plugins/inspect/plugin-effectv.xml:
4718         * docs/plugins/inspect/plugin-equalizer.xml:
4719         * docs/plugins/inspect/plugin-esdsink.xml:
4720         * docs/plugins/inspect/plugin-flac.xml:
4721         * docs/plugins/inspect/plugin-flxdec.xml:
4722         * docs/plugins/inspect/plugin-gamma.xml:
4723         * docs/plugins/inspect/plugin-gconfelements.xml:
4724         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4725         * docs/plugins/inspect/plugin-goom.xml:
4726         * docs/plugins/inspect/plugin-halelements.xml:
4727         * docs/plugins/inspect/plugin-icydemux.xml:
4728         * docs/plugins/inspect/plugin-id3demux.xml:
4729         * docs/plugins/inspect/plugin-jpeg.xml:
4730         * docs/plugins/inspect/plugin-level.xml:
4731         * docs/plugins/inspect/plugin-matroska.xml:
4732         * docs/plugins/inspect/plugin-monoscope.xml:
4733         * docs/plugins/inspect/plugin-mulaw.xml:
4734         * docs/plugins/inspect/plugin-multifile.xml:
4735         * docs/plugins/inspect/plugin-multipart.xml:
4736         * docs/plugins/inspect/plugin-navigationtest.xml:
4737         * docs/plugins/inspect/plugin-ossaudio.xml:
4738         * docs/plugins/inspect/plugin-png.xml:
4739         * docs/plugins/inspect/plugin-quicktime.xml:
4740         * docs/plugins/inspect/plugin-rtp.xml:
4741         * docs/plugins/inspect/plugin-rtsp.xml:
4742         * docs/plugins/inspect/plugin-shout2send.xml:
4743         * docs/plugins/inspect/plugin-smpte.xml:
4744         * docs/plugins/inspect/plugin-spectrum.xml:
4745         * docs/plugins/inspect/plugin-speex.xml:
4746         * docs/plugins/inspect/plugin-taglib.xml:
4747         * docs/plugins/inspect/plugin-udp.xml:
4748         * docs/plugins/inspect/plugin-video4linux2.xml:
4749         * docs/plugins/inspect/plugin-videobalance.xml:
4750         * docs/plugins/inspect/plugin-videobox.xml:
4751         * docs/plugins/inspect/plugin-videocrop.xml:
4752         * docs/plugins/inspect/plugin-videoflip.xml:
4753         * docs/plugins/inspect/plugin-videomixer.xml:
4754         * docs/plugins/inspect/plugin-wavenc.xml:
4755         * docs/plugins/inspect/plugin-wavpack.xml:
4756         * docs/plugins/inspect/plugin-wavparse.xml:
4757         * docs/plugins/inspect/plugin-ximagesrc.xml:
4758           Add docs for gdkpixbufsink; update docs to CVS version.
4759
4760 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4761
4762         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4763         Remove test sync-offset by default.
4764
4765 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4768         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4769         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4770           Use GLib versions of htonl, htons, ntohl and ntohs in order
4771           to avoid problems on win32 (#529707).
4772
4773 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4774
4775         Patch by: Jesús Corrius <jesus at softcatala org>
4776
4777         * gst/goom/filters.c: (zoomVector):
4778         * gst/goom/goom_core.c: (init_buffers):
4779           Fix build with mingw32: use rand() instead of random() and
4780           replace bzero() with memset(). Fixes #529692.
4781
4782 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4783
4784         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4785         Fix typo in comments.
4786
4787         * tests/examples/rtp/client-H263p-PCMA.sdp:
4788         * tests/examples/rtp/client-H263p-PCMA.sh:
4789         * tests/examples/rtp/client-H264-PCMA.sdp:
4790         * tests/examples/rtp/client-H264-PCMA.sh:
4791         * tests/examples/rtp/client-H264.sdp:
4792         * tests/examples/rtp/client-H264.sh:
4793         * tests/examples/rtp/client-PCMA.sdp:
4794         * tests/examples/rtp/client-PCMA.sh:
4795         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4796         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4797         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4798         Add some more docs and fix examples.
4799
4800 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         * tests/check/elements/multifile.c:
4803         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4804         declared in the former, some have it declared in the latter.
4805
4806 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4807
4808         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4809         * gst/debug/tests.c: (md5_get_value):
4810         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4811         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4812         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4813         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4814         Stop using deprecated GLib functions.
4815
4816 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4817
4818         * configure.ac:
4819         Back to development -> 0.10.8.1
4820
4821 === release 0.10.8 ===
4822
4823 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4824
4825         * configure.ac:
4826           releasing 0.10.8, "One For The Money"
4827
4828 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4829
4830         * configure.ac:
4831         0.10.7.4 pre-release
4832
4833 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4834
4835         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4836         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4837         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4838         * gst/goom/flying_stars_fx.c: (fs_free):
4839         * gst/goom/goom_config_param.h:
4840         * gst/goom/goom_core.c: (goom_init), (goom_close):
4841         * gst/goom/goom_plugin_info.h:
4842         * gst/goom/gstgoom.c: (gst_goom_finalize):
4843         * gst/goom/lines.c: (goom_lines_free):
4844         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4845         * gst/goom/surf3d.c: (grid3d_free):
4846         * gst/goom/surf3d.h:
4847         * gst/goom/tentacle3d.c: (tentacle_free):
4848         Free a bunch of stuff, and initialise things to fix leaks
4849         and valgrind warnings in the testsuite.
4850
4851         Fixes: #529268
4852
4853 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4854
4855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4856         (gst_rtspsrc_configure_caps):
4857         Ref caps as the return value for the request_pt_map signal.
4858         Remove some caps weirdness when configuring a stream. See #528245.
4859
4860 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * tests/icles/gdkpixbufsink-test.c:
4863           Add cast to placate gcc 4.1.2.
4864
4865 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4866
4867         * configure.ac:
4868         0.10.7.3 pre-release
4869
4870 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4871
4872         * tests/check/Makefile.am:
4873         Disable some more elements in the state test.
4874         Add a define so the soup test can find the test files
4875         it needs at runtime.
4876
4877         * tests/check/elements/souphttpsrc.c: (run_server):
4878
4879         Add a define so the soup test can find the test files
4880         it needs at runtime.
4881
4882 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4883
4884         * gst/goom/convolve_fx.c: (convolve_apply):
4885         Don't ever draw the GOOM logo.
4886         Fixes: #528615
4887
4888 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4889
4890         * ext/cdio/gstcdiocddasrc.c:
4891         * ext/dv/gstdvdemux.c: 
4892         gst_atomic_int_set ==> g_atomic_int_set
4893
4894 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * configure.ac:
4897         * gst/goom/Makefile.am:
4898         * gst/goom/convolve_fx.c:
4899         * gst/goom/default_scripts.h:
4900         * gst/goom/goom.h:
4901         * gst/goom/goom_core.c: (choose_a_goom_line):
4902         * gst/goom/goom_plugin_info.h:
4903         * gst/goom/goomsl.c:
4904         * gst/goom/goomsl.h:
4905         * gst/goom/goomsl_hash.c:
4906         * gst/goom/goomsl_hash.h:
4907         * gst/goom/goomsl_heap.c:
4908         * gst/goom/goomsl_heap.h:
4909         * gst/goom/goomsl_private.h:
4910         * gst/goom/plugin_info.c:
4911           Strip out the config/script parsing stuff, we don't need it.
4912           Fixes #527999.
4913
4914 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * gst/goom/plugin_info.c: (setOptimizedMethods):
4917           Disable altivec optimisations for 32-bit PPC as well to make
4918           things build properly on all PPC systems. Fixes #528143
4919
4920 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4921
4922         * gst-plugins-good.spec.in:
4923           Update for souphttpsrc plugin which has moved to -good.
4924
4925 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4926
4927         * gst/matroska/matroska-demux.c:
4928         (gst_matroska_demux_handle_seek_event):
4929         Fix open-ended seeks in matroskademux
4930         Patch by: Mark Nauwelaerts <manauw skynet be>
4931         Fixes: #526557
4932
4933 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4934
4935         * tests/check/Makefile.am:
4936         Add soup test certificates to the dist.
4937
4938 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4939
4940         * ext/Makefile.am:
4941         Remove LADSPA reference I missed.
4942
4943 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4944
4945         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4946         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4947         over gnome-vfs and everything else. Fixes bug #527848.
4948
4949 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4950
4951         * configure.ac:
4952         * ext/Makefile.am:
4953         Remove LADSPA plugin. Fixes: #515978
4954
4955 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4956
4957         * configure.ac:
4958         * docs/plugins/Makefile.am:
4959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4961         * docs/plugins/gst-plugins-good-plugins.args:
4962         * docs/plugins/inspect/plugin-soup.xml:
4963         * ext/Makefile.am:
4964         * tests/check/Makefile.am:
4965         Move soup plugin from -bad (Fixes: #523124)
4966
4967 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4968
4969         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4970         Fix bounds checking of mode in Speex header, which may
4971         produce negative numbers in speex <= 1.1.12
4972
4973 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4974
4975         * gst/goom/Makefile.am:
4976         * gst/goom/gfontlib.c:
4977         * gst/goom/gfontlib.h:
4978         * gst/goom/gfontrle.c:
4979         * gst/goom/gfontrle.h:
4980         * gst/goom/goom.h:
4981         * gst/goom/goom_core.c: (goom_update):
4982         * gst/goom/goom_plugin_info.h:
4983         * gst/goom/gstgoom.c: (gst_goom_chain):
4984         * gst/goom/plugin_info.c:
4985           Remove a bunch of font/text related code that we don't need.
4986
4987 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4988
4989         * gst/goom/ppc_drawings.s:
4990         * gst/goom/ppc_zoom_ultimate.s:
4991           Change license of these files to LGPL, as permitted by the
4992           author, Guillaume Borios. See #515073.
4993
4994 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4995
4996         * gst/goom/convolve_fx.c:
4997         * gst/goom/motif_goom1.h:
4998         * gst/goom/motif_goom2.h:
4999           As hinted in Bug #518213, revert one change and fix warnings properly.
5000           This fixes both #518213 and #520073 for me.     
5001
5002 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5003
5004         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5005         * gst/matroska/matroska-demux.c:
5006         (gst_matroska_demux_handle_seek_event),
5007         (gst_matroska_demux_parse_contents_seekentry),
5008         (gst_matroska_demux_loop):
5009         Fix the Forte build by making function declaration signatures
5010         match the implementations.
5011
5012 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5015         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5016         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5017           More logging when probing (see #518474), some comments in _reset().
5018
5019 2008-04-07  Julien Moutte  <julien@fluendo.com>
5020
5021         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5022         because of a bad argument number.
5023
5024 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * tests/icles/.cvsignore:
5027         * tests/icles/Makefile.am:
5028         * tests/icles/gdkpixbufsink-test.c:
5029           Interactive test app for gdkpixbufsink.
5030
5031 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5032
5033         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5034
5035         * configure.ac:
5036         Actually build dlls when cross-compiling with mingw32.
5037         Fixes bug #526247.
5038
5039 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5042           Don't munge device string to 'default:x' for capture devices.
5043           Fixes #525833.
5044
5045 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5046
5047         * ext/wavpack/gstwavpackparse.c:
5048         (gst_wavpack_parse_index_entry_free):
5049         Always use GSlice as we actually depend on GLib 2.12 already.
5050
5051 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5052
5053         * configure.ac:
5054           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5055           Also bump the GLib requirement to the current de-facto requirement
5056           (ie. 2.12).
5057
5058 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5059
5060         * gst/rtp/gstrtph264pay.c: (encode_base64),
5061         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5062         * gst/rtp/gstrtph264pay.h:
5063         Parse codec_data for future AVC compatibility.
5064         Fail when we encounter AVC data for now.
5065
5066 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5069           (gst_spectrum_init), (gst_spectrum_set_property),
5070           (gst_spectrum_get_property), (gst_spectrum_message_new):
5071           Rename property enums and default defines for the properties to match
5072           the property names and rephrase property descriptions to make them a
5073           bit clearer (hopefully). See #518188.
5074
5075 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5076
5077         * tests/check/Makefile.am:
5078         * tests/check/elements/.cvsignore:
5079         * tests/check/elements/gdkpixbufsink.c:
5080           Add unit test for gdkpixbufsink element.
5081
5082 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5083
5084         * ext/gdk_pixbuf/Makefile.am:
5085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5086         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5087           (gst_gdk_pixbuf_sink_base_init),
5088           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5089           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5090           (gst_gdk_pixbuf_sink_set_caps),
5091           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5092           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5093           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5094           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5095           (gst_gdk_pixbuf_sink_get_property):
5096         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5097           Add gdkpixbufsink element for easy snapshotting (#525946).
5098
5099 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5100
5101         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5102         Bump timeout from 3 to 60 seconds.
5103
5104 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5105
5106         * tests/check/pipelines/.cvignore:
5107         Remove useless file.
5108
5109         * tests/check/pipelines/.cvsignore:
5110         Add new test to .cvsignore.
5111
5112 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5113
5114         * tests/check/Makefile.am:
5115         * tests/check/pipelines/wavpack.c: (bus_handler),
5116         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5117         (wavpack_suite), (main):
5118         Add unit test that encodes and decodes some data, checks that it
5119         is still the same and that all timestamps/offsets are perfect.
5120
5121 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5122
5123         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5124         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5125         * ext/wavpack/gstwavpackparse.c:
5126         (gst_wavpack_parse_index_entry_new),
5127         (gst_wavpack_parse_index_entry_free),
5128         (gst_wavpack_parse_base_init),
5129         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5130         Use GSlice for allocating index entries and use
5131         gst_element_class_set_details_simple().
5132
5133 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         Patch by: Brian Cameron <brian.cameron at sun dot com>
5136
5137         * sys/sunaudio/gstsunaudio.c:
5138         * sys/sunaudio/gstsunaudiomixer.c:
5139         * sys/sunaudio/gstsunaudiomixer.h:
5140         * sys/sunaudio/gstsunaudiomixerctrl.c:
5141         * sys/sunaudio/gstsunaudiomixerctrl.h:
5142         * sys/sunaudio/gstsunaudiomixertrack.c:
5143         * sys/sunaudio/gstsunaudiomixertrack.h:
5144         * sys/sunaudio/gstsunaudiosink.c:
5145         * sys/sunaudio/gstsunaudiosink.h:
5146         * sys/sunaudio/gstsunaudiosrc.c:
5147         * sys/sunaudio/gstsunaudiosrc.h:
5148           Fix up copyrights (#525860).
5149
5150 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5151
5152         * gst/goom/goomsl.c: (gsl_read_file):
5153           Check return value of fread() to avoid compiler warnings.
5154
5155 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5156
5157         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5158
5159         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5160         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5161         * gst/law/alaw-decode.h:
5162         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5163         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5164         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5165         * gst/law/mulaw-decode.h:
5166         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5167         Make negotiation a bit modern.
5168         Use pad_alloc. Fixes #525359.
5169
5170 2008-03-31  David Schleef  <ds@schleef.org>
5171
5172         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5173           compiles consistently.  Fixes #522278.
5174
5175 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         Patch by: Brian Cameron <brian.cameron at sun dot com>
5178
5179         * sys/sunaudio/gstsunaudiomixerctrl.c:
5180           (gst_sunaudiomixer_ctrl_get_volume),
5181           (gst_sunaudiomixer_ctrl_set_volume):
5182         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5183           Fix up the mixer tracks to use a volume range of 0-255, which is what
5184           the sun audio API uses. This simplifies the code and avoids rounding
5185           errors. Fixes #524593.
5186
5187 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5188
5189         * sys/v4l2/gstv4l2object.c:
5190         * sys/v4l2/gstv4l2object.h:
5191         Add device-fd property to make it possible to apps to call ioctl's.
5192
5193 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5194
5195         * gst/qtdemux/qtdemux.c: (next_entry_size):
5196         Unbreak streaming mode again.
5197
5198 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5201           Remove superfluous DEBUG macro.
5202
5203 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         Based on patch by: William M. Brack <wbrack at mmm com hk>
5206
5207         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5208           (gst_v4l2src_set_capture):
5209           Check whether the device supports setting the framerate before
5210           trying to set it and then posting a warning or error if it doesn't
5211           work (#516649, #520092). Also compare fractions more correctly.
5212
5213 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * gst/goom/Makefile.am:
5216           Remove ppc assembler optimisations from the build until they
5217           actually build (they also seem to have GPL headers).
5218
5219 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * m4/Makefile.am:
5222           Better not dist files that don't exist any longer (lrint*m4).
5223
5224 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5225
5226         * configure.ac:
5227         * m4/lrint.m4:
5228         * m4/lrintf.m4:
5229         Remove lrint/lrintf checks. We don't use it anywhere.
5230
5231 2008-03-18  Andy Wingo  <wingo@pobox.com>
5232
5233         * sys/osxvideo/osxvideosink.m
5234         (gst_osx_video_sink_osxwindow_destroy)
5235         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5236         task, whoopdee.
5237         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5238         2 ms.
5239
5240 2008-03-18  Andy Wingo  <wingo@pobox.com>
5241
5242         * sys/osxvideo/osxvideosink.m
5243         (gst_osx_video_sink_osxwindow_destroy)
5244         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5245         task, whoopdee.
5246         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5247         2 ms.
5248         
5249 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         Patch by: William M. Brack <wbrack at mmm com hk>
5252
5253         * sys/v4l2/v4l2src_calls.c:
5254           (gst_v4l2src_probe_caps_for_format_and_size),
5255           (gst_v4l2src_probe_caps_for_format):
5256           Make sure the probed frame sizes are reversed in the resulting
5257           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5258           highest resolution first); also remove unused variable.
5259           (Partly fixes #520092)
5260
5261 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5262
5263         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5264
5265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5266         (gst_rtspsrc_finalize):
5267         Call WSAStartup() and WSACleanup before using the Winsock API.
5268         See #520808.
5269
5270 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5271
5272         * gst/avi/gstavidemux.c:
5273           Erm, the buffer-size is just guint, no need for the special format
5274           specifier.
5275
5276 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5277
5278         * gst/goom/plugin_info.c:
5279         * gst/goom/ppc_zoom_ultimate.h:
5280           Small fixes to build more on PPC: ifdef out code that uses unknown
5281           define; add newline at end of header file to avoid compiler warning.
5282           Assembler code still doesn't build though.
5283
5284 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5285
5286         * gst/avi/gstavidemux.c:
5287           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5288           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5289
5290 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5291
5292         * gst/avi/gstavidemux.c:
5293           Chunksize is uint32. Fix format specifier.
5294
5295 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5296
5297         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5298         mistake. Return file to pure MIT text.
5299
5300 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * gst/audiofx/audiofx.c:
5303         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5304         of hardcoding values.
5305
5306 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         Patch by: Mark Nauwelaerts <manauw skynet be>
5309
5310         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5311           (gst_oss_src_close):
5312         * sys/oss/gstosssrc.h:
5313           Cache probed caps, so _get_caps() during recording doesn't cause
5314           ioctl calls which may disrupt the recording (fixes #521875).
5315
5316 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5317
5318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5319         (gst_qtdemux_activate_segment),
5320         (gst_qtdemux_prepare_current_sample),
5321         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5322         Make sure we always send a DISCONT after a seek by setting the sample
5323         index to an undefined value after a seek.
5324
5325 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5328           (GST_IS_AVI_SUBTITLE_CLASS):
5329           Fix up IS_FOO macros, which makes gtk-doc much happier.
5330
5331 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * tests/icles/Makefile.am:
5334           Move the -lgstfoo where it belongs.
5335
5336 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         * gst/matroska/ebml-ids.h:
5339         Add ID for EBML CRC32 elements.
5340
5341         * gst/matroska/Makefile.am:
5342         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5343         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5344         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5345         (gst_ebml_read_header):
5346         Support reading 80bit floats, add finalize method to clean up
5347         in any case, support reading length/id elements with any length
5348         as long as it's smaller than our supported maximum, don't leak
5349         buffers if reading as much data as we wanted failed and some
5350         smaller cleanup.
5351
5352 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5353
5354         Patch by: Olivier Crete <tester at tester dot ca>
5355
5356         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5357         Check that a buffer is large enough before reading from it.
5358         Fixes bug #521102.
5359         
5360 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5361
5362         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5363         Fix compilation after removing the GstPollMode from the
5364         constructor.
5365
5366 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5367
5368         * configure.ac:
5369         * gst/audiofx/Makefile.am:
5370         * gst/audiofx/audiochebband.c:
5371         * gst/audiofx/audiocheblimit.c:
5372         * gst/audiofx/math_compat.h:
5373         Check for sinh(), cosh() and asinh() and define our own
5374         implementations if they're not available. Fixes bug #520880.
5375
5376 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5377
5378         Patch by: Olivier Crete <tester at tester dot ca>
5379
5380         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5381         Unref the buffers only once when handling not-negotiated errors.
5382         Fixes bug #520764.
5383
5384 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5385
5386         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5387
5388         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5389         (gst_udpsrc_stop):
5390         Properly balance WSA_Cleanup with WSA_Startup.
5391         Also make the poll controllable on windows. Fixes #520888.
5392
5393 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5394
5395         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5396         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5397         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5398         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5399         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5400         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5401         (gst_ebml_read_date), (gst_ebml_read_master),
5402         (gst_ebml_read_binary), (gst_ebml_read_header):
5403         * gst/matroska/ebml-read.h:
5404         * gst/matroska/matroska-demux.c:
5405         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5406         (gst_matroska_demux_read_track_encodings),
5407         (gst_matroska_demux_add_stream),
5408         (gst_matroska_demux_handle_src_query),
5409         (gst_matroska_demux_handle_seek_event),
5410         (gst_matroska_demux_init_stream),
5411         (gst_matroska_demux_parse_tracks),
5412         (gst_matroska_demux_parse_index_cuetrack),
5413         (gst_matroska_demux_parse_index_pointentry),
5414         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5415         (gst_matroska_demux_parse_metadata_id_simple_tag),
5416         (gst_matroska_demux_parse_metadata_id_tag),
5417         (gst_matroska_demux_parse_metadata),
5418         (gst_matroska_demux_sync_streams),
5419         (gst_matroska_demux_push_hdr_buf),
5420         (gst_matroska_demux_push_flac_codec_priv_data),
5421         (gst_matroska_demux_push_xiph_codec_priv_data),
5422         (gst_matroska_demux_add_wvpk_header),
5423         (gst_matroska_demux_check_subtitle_buffer),
5424         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5425         (gst_matroska_demux_parse_cluster),
5426         (gst_matroska_demux_parse_contents_seekentry),
5427         (gst_matroska_demux_parse_contents),
5428         (gst_matroska_demux_loop_stream_parse_id),
5429         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5430         * gst/matroska/matroska-demux.h:
5431         * gst/matroska/matroska-ids.h:
5432         Handle return values from pull_range in a more granular way to properly
5433         shut down on seeks.
5434         Combine return values from push.
5435         Implement proper error handling.
5436         Prepare for handling seeking correctly.
5437
5438 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5439
5440         * gst/matroska/ebml-read.c:
5441         Use GINT64 formatting constants from GLIB.
5442
5443         * gst/matroska/matroska-demux.c:
5444         Add some guards to avoid a possible division by 0 and crashing
5445         with NULL events on some systems.
5446         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5447         conversion. 
5448
5449         * gst/matroska/matroska-mux.c:
5450         Check for invalid timestamps in a bunch of places to avoid
5451         writing bogus durations into the output file.
5452         Fix some double<->gint64 conversions that weren't using
5453         gst_guint64_to_gdouble
5454
5455 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5456
5457         * configure.ac:
5458         Move the checks for bison, flex and as to the program section and the
5459         check for gcc inline asm to the compiler characteristics section.
5460
5461 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5462
5463         * configure.ac:
5464         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5465         plug-ins are included/excluded. (#498222)
5466
5467 2008-02-29  Michael Smith <msmith@fluendo.com>
5468
5469         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5470           Don't call gst_object_sync_values() unless we have a valid timestamp.
5471
5472 2008-02-28  David Schleef  <ds@schleef.org>
5473
5474         * gst/matroska/matroska-demux.c:
5475         * gst/matroska/matroska-ids.h:
5476         * gst/matroska/matroska-mux.c:
5477           Fix Dirac mapping.  I had previously added a VfW-type
5478           mapping, but it looks like Dirac will get a native Matroska
5479           mapping, and this is the most likely method.
5480
5481 2008-02-28  David Schleef  <ds@schleef.org>
5482
5483         * gst/avi/gstavimux.c: Add Dirac encoding
5484
5485 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5486
5487         Patch by: Peter Kjellerstedt <pkj at axis com>
5488
5489         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5490         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5491         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5492         * gst/udp/gstudpsrc.h:
5493         Port to GstPoll. See #505417.
5494
5495 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5496
5497         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5498         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5499         yet on the srcpad. We need rate and channels before we
5500         can do any processing. Fixes bug #519088.
5501
5502 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5503
5504         * configure.ac:
5505         Detect and indicate if GCC inline assembly syntax is
5506         available.
5507
5508         * gst/goom/Makefile.am:
5509         * gst/goom/convolve_fx.c:
5510         * gst/goom/flying_stars_fx.c:
5511         * gst/goom/goom_config.h:
5512         * gst/goom/goom_core.c:
5513         * gst/goom/goomsl.c:
5514         * gst/goom/ifs.c:
5515         * gst/goom/mmx.c:
5516         * gst/goom/plugin_info.c:
5517         * gst/goom/xmmx.c:
5518         Fix various GCC-isms, and only build the inline assembly
5519         with compilers that support GCC inline assembly.
5520
5521         Fix a couple of other warnings shown with Forte.
5522
5523 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5524
5525         * gst/goom/xmmx.c:
5526           Use 'emms' instead of 'femms' to not crash on cpus that do not
5527           implement this 3dnow specific instruction.
5528
5529 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5530
5531         * gst/goom/plugin_info.c: (setOptimizedMethods):
5532         Use extended MMX for draw_line() too if available, not only
5533         normal MMX.
5534
5535 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5536
5537         * ext/jpeg/gstjpeg.c: (plugin_init):
5538         Remove (commented out) smoke typefinder. This is in base now.
5539
5540 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5541
5542         * gst/goom2k1/Makefile.am:
5543         * gst/goom2k1/gstgoom.c:
5544
5545         Rename the installed library, and don't register the same 
5546         GType name as the new goom.
5547
5548 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         * configure.ac:
5551         * ext/taglib/Makefile.am:
5552           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5553           when building C++ code (#516509).
5554
5555 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5558         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5559           (setOptimizedMethods):
5560           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5561           anything useful. Export goom debug category so we can get
5562           rid of the VERBOSE define and the printfs.
5563
5564 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * gst/goom/goomsl_heap.c: (align_it):
5567         * gst/goom/plugin_info.c: (setOptimizedMethods):
5568           Compile fixes for x86-64.
5569
5570 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5571
5572         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5573         with warnings, but add other CFLAGS
5574
5575         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5576         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5577         (calculate_labels), (gsl_read_file):
5578         * gst/goom/goomsl_lex.l:
5579         * gst/goom/goomsl_yacc.y:
5580         * gst/goom/plugin_info.c: Remove a few live printf, and
5581         fprintf, replace exit() calls with g_assert_not_reached()
5582         if it not optimal for a library
5583
5584 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5585
5586         * gst/goom/Makefile.am: Remove the warnings being disabled,
5587         fix linkage on x86, spotted by Sebastian Dröge
5588         <slomo@circular-chaos.org>
5589
5590         * gst/goom/convolve_fx.c (convolve_init),
5591         (create_output_with_brightness), (convolve_apply):
5592         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5593         * gst/goom/goomsl.c:
5594         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5595         * gst/goom/plugin_info.c:
5596         * gst/goom/tentacle3d.c (tentacle_fx_create):
5597         Fix warnings, and disable the motifs in the convolve_fx
5598         plugin (they were causing warnings, and they were just
5599         "Goom" in funny letterring)
5600
5601 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5602
5603         * configure.ac: Add checks for Flex/Yacc/Bison and other
5604         furry animals, for the new goom 2k4 based plugin
5605
5606         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5607         CPU optimisations (not working yet), move the old plugin to...
5608
5609         * gst/goom2k1/*: ... here, in case somebody is sick enough
5610
5611         Fixes #515073
5612
5613 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5614
5615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5616         Post the server response code in an error message instead of a generic
5617         'error' message. Fixes #517237.
5618
5619 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5620
5621         * tests/check/Makefile.am:
5622         Ignore gconfaudiosrc for the states unit test too. It will fallback
5623         to alsasrc if the gconf settings can't be read and not everybody has
5624         alsa.
5625
5626 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5627
5628         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5629         (gst_wavpack_parse_create_src_pad):
5630         * ext/wavpack/gstwavpackparse.h:
5631         Always report the duration if we know it in push mode and don't
5632         return 0 just to make totem believe we can't seek in push mode.
5633         Newer totem version use the SEEKING query which properly reports
5634         if we can seek or not.
5635
5636 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5637
5638         Patch by: Jens Granseuer <jensgr at gmx dot net>
5639
5640         * tests/examples/equalizer/demo.c: (main):
5641         C89 fix, moving variable declarations to the beginning of
5642         the block. Fixes bug #517933.
5643
5644 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5645
5646         * configure.ac:
5647         Back to development...
5648
5649 === release 0.10.7 ===
5650
5651 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5652
5653         * configure.ac:
5654           releasing 0.10.7, "Red Door Black"
5655
5656 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5657
5658         * gst/alpha/Makefile.am:
5659         Link alpha plugin with libgstbase. Fixes bug #517386.
5660
5661 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5662
5663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5664         Init values to -1 instead of the default 0 value.
5665         Fixes #516524.
5666
5667 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5668
5669         * tests/examples/spectrum/spectrum-example.c:
5670         Add missing include to fix compilation when libxml usage is disabled.
5671         Fixes: #516371
5672
5673 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5674
5675         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5676         fixes: #514889
5677
5678         * gst/rtp/gstrtph264pay.c:
5679         * gst/rtp/gstrtpmp4gdepay.c:
5680         * gst/rtp/gstrtpmp4gpay.c:
5681         * gst/rtp/gstrtpmp4gpay.h:
5682         * gst/rtp/gstrtptheorapay.c:
5683         * gst/rtp/gstrtpvorbispay.c:
5684
5685         Fix various leaks shown up in valgrind
5686         - free sprops and buffer in error cases in H264 payloader
5687         - fix leak in mp4g depayloader when construction the caps
5688         - don't leak config string in the mp4g payloader
5689         - don't leak buffers and headers in theora and vorbis payloaders
5690
5691         * tests/check/elements/rtp-payloading.c:
5692
5693         Fix the RTP data test
5694         - Actually send valid amr data to the payloader instead of 20
5695         zero-bytes
5696         - The mp4g payloader expects codec_data on the caps
5697
5698 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5699
5700         * win32/MANIFEST:
5701         Add libgstpng.dsp to MANIFEST.
5702         * win32/vs6/libgstaudiofx.dsp:
5703         Add new source files to VS project file.
5704
5705 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5706
5707         * sys/ximage/gstximagesrc.c:
5708         Initialise variables when opening the X display rather
5709         than in _start(), as the display can be opened before that.
5710
5711         Fixes: #515985
5712
5713 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5714
5715         * sys/directdraw/gstdirectdrawsink.c:
5716         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5717         (gst_directdraw_sink_finalize):
5718         Properly chain up finalize functions. Fixes bug #515980.
5719
5720 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5721
5722         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5723         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5724         (gst_v4l2_buffer_pool_class_init):
5725         Chain up the finalize functions. Fixes bug #515984.
5726
5727 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5728
5729         * sys/ximage/ximageutil.c:
5730         Chain up in the finalize function for our custom
5731         buffer sub-class.
5732         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5733         Fixes: #515706
5734
5735 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5736
5737         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5738         (gst_fenced_buffer_class_init):
5739         Properly chain up finalize method. Fixes bug #515979.
5740
5741 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5742
5743         * sys/ximage/gstximagesrc.c:
5744         Free allocated Damage memory before closing our connection to the
5745         X server. Partially fixes: #515706
5746
5747 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5748
5749         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5750         * tests/check/Makefile.am:
5751         * tests/check/gst-plugins-good.supp:
5752         Add a few libjpeg suppressions and initialize a variable to
5753         make smokeenc valgrind clean. Fixes bug #515701.
5754
5755 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5756
5757         * gst/avi/gstavidemux.c:
5758         Revert patch which sends timestamps only on keyframes, as it
5759         breaks playback with current gst-ffmpeg.
5760
5761         Fixes: #515562
5762
5763 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5764
5765         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5766         * tests/check/elements/multifile.c: (GST_START_TEST):
5767         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5768
5769 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5770
5771         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5772         Use and unset the GError when pipeline creation fails instead of
5773         simply leaking it. Fixes bug #515704.
5774
5775 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         * gst/audiofx/audioamplify.c:
5778         * gst/audiofx/audiochebband.c:
5779         * gst/audiofx/audiocheblimit.c:
5780         * gst/audiofx/audiodynamic.c:
5781         * gst/audiofx/audioinvert.c:
5782         * gst/audiofx/audiopanorama.c:
5783         * gst/audiofx/audiowsincband.c:
5784         * gst/audiofx/audiowsinclimit.c:
5785         Fix long description of audiofx elements. Fixes bug #515457.
5786
5787 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5788
5789         * docs/plugins/Makefile.am:
5790         * gst/spectrum/gstspectrum.c:
5791         * tests/examples/spectrum/.cvsignore:
5792         * tests/examples/spectrum/Makefile.am:
5793         * tests/examples/spectrum/spectrum-example.c:
5794
5795         Add a simple example application for the spectrum element, include it
5796         in the docs, and fix some documentation ambiguities.
5797
5798         Fixes: #348085
5799
5800 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5801
5802         * gst/equalizer/Makefile.am:
5803         * gst/spectrum/Makefile.am:
5804         Fix includes order
5805
5806         * tests/check/Makefile.am:
5807         Exclude v4l2src from the states test - it takes too long to start.
5808
5809         * tests/check/elements/spectrum.c:
5810         Make the test run properly with CK_FORK=no
5811
5812 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5813
5814         * gst/audiofix/Makefile.am: add missing header files 
5815
5816 2008-02-08  Julien Moutte  <julien@fluendo.com>
5817
5818         * gst/matroska/matroska-demux.c:
5819         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5820         keyframe and delta units correctly when dealign with a BlockGroup.
5821         Fixes: #514397
5822
5823 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5824
5825         * tests/check/elements/.cvsignore:
5826         Spell the new tests correctly in .cvsignore
5827
5828 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5831           Need to use gsize here for the size, fixes compiler warning.
5832
5833         * tests/examples/equalizer/.cvsignore:
5834         * tests/examples/equalizer/Makefile.am:
5835         * tests/examples/spectrum/.cvsignore:
5836         * tests/examples/spectrum/Makefile.am:
5837           Add missing files to fix the build.
5838
5839 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5840
5841         * configure.ac:
5842         * docs/plugins/Makefile.am:
5843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5844         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5845         * docs/plugins/gst-plugins-good-plugins.args:
5846         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5847         * docs/plugins/inspect/plugin-multifile.xml:
5848         * tests/check/Makefile.am:
5849         * tests/check/elements/.cvsignore:
5850
5851         Move multifile plugin from -bad.
5852         Fixes: #490283
5853
5854 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5855
5856         * configure.ac:
5857         * docs/plugins/Makefile.am:
5858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5860         * docs/plugins/gst-plugins-good-plugins.args:
5861         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5862         * docs/plugins/inspect/plugin-spectrum.xml:
5863         * gst/spectrum/Makefile.am:
5864         * tests/check/Makefile.am:
5865         * tests/check/elements/.cvsignore:
5866         * tests/examples/Makefile.am:
5867
5868         Move spectrum plugin from -bad.
5869         Move examples into tests/examples/spectrum.
5870
5871 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5872
5873         * configure.ac:
5874         * docs/plugins/Makefile.am:
5875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5877         * docs/plugins/gst-plugins-good-plugins.args:
5878         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5879         * docs/plugins/gst-plugins-good-plugins.interfaces:
5880         * docs/plugins/inspect/plugin-equalizer.xml:
5881         * gst/equalizer/Makefile.am:
5882         * tests/check/Makefile.am:
5883         * tests/examples/Makefile.am:
5884         Move the equalizer plugin across from -bad
5885
5886         * tests/check/elements/.cvsignore:
5887         Add equalizer, audiosincwband and audiosincwlimit
5888
5889         * tests/check/elements/equalizer.c:
5890         Fix compiler warnings
5891
5892         Fixes: #415627
5893
5894 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5895
5896         * configure.ac:
5897         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5898         are treated like releases and build without it.
5899
5900 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5901
5902         * docs/plugins/Makefile.am:
5903         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5904         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5905         * docs/plugins/gst-plugins-good-plugins.args:
5906         * docs/plugins/inspect/plugin-audiofx.xml:
5907         * gst/audiofx/Makefile.am:
5908         * gst/audiofx/audiofx.c:
5909         * gst/audiofx/audiowsincband.c:
5910         * gst/audiofx/audiowsincband.h:
5911         * gst/audiofx/audiowsinclimit.c:
5912         * gst/audiofx/audiowsinclimit.h:
5913         * tests/check/Makefile.am:
5914         * tests/check/elements/audiowsincband.c:
5915         * tests/check/elements/audiowsinclimit.c:
5916
5917         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5918         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5919         respectively.
5920
5921         Fixes: #467666
5922
5923 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5926         * tests/check/elements/icydemux.c:
5927           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5928           caps, and add a somewhat useful debug message. Plus test.
5929
5930 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5931
5932         * gst/rtsp/gstrtspsrc.c:
5933         Include unistd.h only if HAVE_UNISTD_H is defined
5934         * win32/common/config.h.in:
5935         * win32/common/config.h:
5936         Define socklen_t as it seems it's not defined in default 
5937         Visual Studio headers.
5938         * win32/vs6/libgstalpha.dsp:
5939         * win32/vs6/libgstapetag.dsp:
5940         * win32/vs6/libgstavi.dsp:
5941         * win32/vs6/libgstrtp.dsp:
5942         * win32/vs6/libgstrtsp.dsp:
5943         * win32/vs6/libgstvideomixer.dsp:
5944         Update project file dependencies and add new source files       
5945
5946 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5947
5948         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5949
5950         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5951         Don't leak buffers when we don't push them downstream.
5952         Fixes bug #514965.
5953
5954 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         * configure.ac:
5957           Bump requirements to (good) released versions to avoid
5958           confusion and make implicit core requirement explicit.
5959
5960 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5961
5962         * docs/plugins/Makefile.am:
5963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5964         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5965         * docs/plugins/gst-plugins-good-plugins.args:
5966         * docs/plugins/inspect/plugin-audiofx.xml:
5967         * gst/audiofx/Makefile.am:
5968         * gst/audiofx/audiochebband.c:
5969         * gst/audiofx/audiochebband.h:
5970         * gst/audiofx/audiocheblimit.c:
5971         * gst/audiofx/audiocheblimit.h:
5972         * gst/audiofx/audiochebyshevfreqband.c:
5973         * gst/audiofx/audiochebyshevfreqband.h:
5974         * gst/audiofx/audiochebyshevfreqlimit.c:
5975         * gst/audiofx/audiochebyshevfreqlimit.h:
5976         * gst/audiofx/audiofx.c:
5977         * tests/check/Makefile.am:
5978         * tests/check/elements/.cvsignore:
5979         * tests/check/elements/audiochebband.c:
5980         * tests/check/elements/audiocheblimit.c:
5981         * tests/check/elements/audiochebyshevfreqband.c:
5982         * tests/check/elements/audiochebyshevfreqlimit.c:
5983
5984         Rename audiochebyshevfreqband -> audiochebband and
5985         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5986         surgery.
5987
5988         Closes: #491811
5989
5990 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5991
5992         Patch by: Orjan Friberg <orjanf at axis dot com>
5993
5994         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5995         Fix caps memory leak. Fixes #514573.
5996
5997 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5998
5999         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6000         If there's no entries in the subindex, don't try to do anything stupid,
6001         just return.
6002
6003 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6004
6005         Patch by: John Millikin <jmillikin at gmail dot com>
6006
6007         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6008           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6009           Fix extraction of picture blocks with newer libflac versions again:
6010           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6011
6012 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * tests/check/Makefile.am:
6015           Add rtp-payloading test to VALGRIND_TO_FIX.
6016
6017         * tests/check/elements/rtp-payloading.c:
6018           Add semicolons after GST_TEST_END so gst-indent gets the
6019           formatting right; make test less verbose in general, but
6020           more verbose in the error case (which should probably
6021           make the test fail anyway).
6022
6023 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6024
6025         * docs/plugins/Makefile.am:
6026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6028         * gst/avi/gstavisubtitle.c:
6029         Add documentation for avisubtitle and change class to
6030         Codec/Parser/Subtitle
6031
6032 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6033
6034         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6035         Treat ENOTTY (driver does not implement ioctl) the same as
6036         EINVAL since it implies there are no available standards.
6037
6038         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6039         (gst_v4l2src_get_nearest_size):
6040         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6041         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6042         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6043         reason, and if we aren't yet actively capturing.
6044
6045         * sys/v4l2/v4l2src_calls.h:
6046         Remove replaced function declaration.
6047
6048 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6049
6050         * configure.ac:
6051         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6052         API.
6053
6054 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6055
6056         * configure.ac:
6057         Fix typo.
6058
6059 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6060
6061         * gst/alpha/Makefile.am:
6062         * gst/alpha/gstalpha.c:
6063
6064         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6065         some stuff, and making buffer-alloc and resizing work automatically.
6066         No longer crashes on odd frame widths and heights, although there
6067         seems to be a disagreement with ffmpegcolorspace about what size
6068         an AYUV frame with odd height should be.
6069
6070 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6071
6072         Patch by: Alessandro Decina <alessandro at nnva dot org>
6073
6074         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6075         * ext/libpng/gstpngenc.h:
6076         Preallocate the output buffer so that g_memdup() and
6077         gst_buffer_merge() aren't needed anymore. This greatly improves
6078         performances and fixes #512544.
6079
6080 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6081
6082         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6083         (gst_avi_demux_stream_data):
6084         GStreamer timestamps are PTS values while AVI only knows about DTS
6085         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6086         we are dealing with a key frame.
6087
6088 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6089
6090         * tests/check/Makefile.am:
6091         * tests/check/elements/.cvsignore:
6092         * tests/check/elements/rtp-payloading.c:
6093           Add add testsuite for the rtp-payloader that tries simulating
6094           dataflow. Needs more test data.
6095
6096 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6097
6098         * tests/check/elements/alphacolor.c:
6099           Remove two unused variables.
6100
6101 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6102
6103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6104           Use g_ascii_strtoll() instead of atoll, which is only
6105           available in C99.
6106
6107 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6108
6109         * gst/rtp/Makefile.am:
6110         * gst/rtp/gstrtp.c:
6111         * gst/rtp/gstrtpmpvpay.c:
6112         * gst/rtp/gstrtpmpvpay.h:
6113         Add MPEG2 video payloader
6114
6115 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6116
6117         * gst/level/gstlevel.c:
6118         Use #include <math.h> instead of #include "math.h".
6119
6120 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6121
6122         * tests/check/Makefile.am:
6123         Fix up some CFLAGS sets.
6124         Don't include gconfvideosrc in the states test.
6125
6126         * tests/check/elements/autodetect.c: (GST_START_TEST):
6127         Add some error strings to fail_unless arguments to fix some weird
6128         compiler errors on Solaris.
6129
6130 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6131
6132         * configure.ac:
6133         Detect video4linux headers on Solaris too.
6134         * sys/v4l2/gstv4l2colorbalance.h:
6135         * sys/v4l2/gstv4l2object.h:
6136         * sys/v4l2/v4l2_calls.c:
6137         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6138         (gst_v4l2_buffer_new):
6139
6140         Make v4l2 build on Solaris.
6141         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6142         Fixes: #510505
6143
6144 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6145
6146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6147           Update list from (still local) scanning script.
6148
6149 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6150
6151         Based on a patch by:
6152             Victor STINNER <victor dot stinner at haypocalc dot com>
6153
6154         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6155         Set variable to NULL after freeing it to prevent double frees
6156         or make failures by another use of it afterwards more obvious
6157         and fix use of it after the freeing. Fixes bug #510592.
6158
6159 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6160
6161         * gst/udp/gstmultiudpsink.c:
6162         use GST_WARNING for logging
6163
6164 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6165
6166         * gst/udp/gstmultiudpsink.c:
6167         Don't try to leave a multicast group with an invalid socket
6168
6169 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * ext/flac/gstflacdec.c:
6172           Fix compilation against flac 1.1.2 (as on debian stable), where
6173           the picture metadata defines and structs don't exist yet.
6174           Fixes #509301.
6175
6176 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6177
6178         Patch by: Olivier Crete <tester at tester dot ca>
6179
6180         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6181         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6182         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6183         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6184         * gst/udp/gstmultiudpsink.h:
6185         Add property to automatically join a multicast group or not. This can be
6186         useful when sharing a socket between multiple elements.
6187         Fixes #509531.
6188
6189 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6190
6191         * gst/videomixer/Makefile.am:
6192           Add controller flags.
6193
6194 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6195
6196         * gst/videomixer/videomixer.c:
6197           Also commit the missing gst_object_sync_values().
6198
6199 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * docs/plugins/Makefile.am:
6202           Remove duplicate entry.
6203
6204 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6205
6206         * docs/plugins/Makefile.am:
6207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6209         * docs/plugins/inspect/plugin-gamma.xml:
6210         * docs/plugins/inspect/plugin-monoscope.xml:
6211         * docs/plugins/inspect/plugin-video4linux2.xml:
6212           Add 3 more plugins to docs.
6213
6214 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6215
6216         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6217         * sys/osxvideo/osxvideosink.h:
6218           Revert previous change caused by a file that got stuck on an old
6219           revision.
6220
6221 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6222
6223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6224         * gst/multipart/Makefile.am:
6225         * gst/multipart/multipartdemux.c:
6226         * gst/multipart/multipartdemux.h:
6227         * gst/multipart/multipartmux.c:
6228         * gst/multipart/multipartmux.h:
6229           Re-add multipartdemux to the docs. Last round of section cleanup.
6230
6231 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6232
6233         * docs/plugins/Makefile.am:
6234         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6235         * sys/osxaudio/gstosxaudiosink.h:
6236         * sys/osxvideo/osxvideosink.h:
6237           Managed to resolve most unused declarations. Filed a bug for one left.          
6238
6239 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6240
6241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6242           Cleanup section file.
6243
6244 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6245
6246         * docs/plugins/Makefile.am:
6247         * docs/plugins/gst-plugins-good-plugins.args:
6248         * docs/plugins/gst-plugins-good-plugins.signals:
6249         * docs/plugins/inspect/plugin-alaw.xml:
6250         * docs/plugins/inspect/plugin-alpha.xml:
6251         * docs/plugins/inspect/plugin-alphacolor.xml:
6252         * docs/plugins/inspect/plugin-annodex.xml:
6253         * docs/plugins/inspect/plugin-apetag.xml:
6254         * docs/plugins/inspect/plugin-audiofx.xml:
6255         * docs/plugins/inspect/plugin-auparse.xml:
6256         * docs/plugins/inspect/plugin-autodetect.xml:
6257         * docs/plugins/inspect/plugin-avi.xml:
6258         * docs/plugins/inspect/plugin-cairo.xml:
6259         * docs/plugins/inspect/plugin-cdio.xml:
6260         * docs/plugins/inspect/plugin-cutter.xml:
6261         * docs/plugins/inspect/plugin-debug.xml:
6262         * docs/plugins/inspect/plugin-dv.xml:
6263         * docs/plugins/inspect/plugin-efence.xml:
6264         * docs/plugins/inspect/plugin-effectv.xml:
6265         * docs/plugins/inspect/plugin-flac.xml:
6266         * docs/plugins/inspect/plugin-flxdec.xml:
6267         * docs/plugins/inspect/plugin-gconfelements.xml:
6268         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6269         * docs/plugins/inspect/plugin-goom.xml:
6270         * docs/plugins/inspect/plugin-halelements.xml:
6271         * docs/plugins/inspect/plugin-icydemux.xml:
6272         * docs/plugins/inspect/plugin-id3demux.xml:
6273         * docs/plugins/inspect/plugin-jpeg.xml:
6274         * docs/plugins/inspect/plugin-ladspa.xml:
6275         * docs/plugins/inspect/plugin-level.xml:
6276         * docs/plugins/inspect/plugin-matroska.xml:
6277         * docs/plugins/inspect/plugin-mulaw.xml:
6278         * docs/plugins/inspect/plugin-multipart.xml:
6279         * docs/plugins/inspect/plugin-navigationtest.xml:
6280         * docs/plugins/inspect/plugin-png.xml:
6281         * docs/plugins/inspect/plugin-quicktime.xml:
6282         * docs/plugins/inspect/plugin-rtp.xml:
6283         * docs/plugins/inspect/plugin-rtsp.xml:
6284         * docs/plugins/inspect/plugin-shout2send.xml:
6285         * docs/plugins/inspect/plugin-smpte.xml:
6286         * docs/plugins/inspect/plugin-speex.xml:
6287         * docs/plugins/inspect/plugin-taglib.xml:
6288         * docs/plugins/inspect/plugin-udp.xml:
6289         * docs/plugins/inspect/plugin-videobalance.xml:
6290         * docs/plugins/inspect/plugin-videobox.xml:
6291         * docs/plugins/inspect/plugin-videocrop.xml:
6292         * docs/plugins/inspect/plugin-videoflip.xml:
6293         * docs/plugins/inspect/plugin-videomixer.xml:
6294         * docs/plugins/inspect/plugin-wavenc.xml:
6295         * docs/plugins/inspect/plugin-wavpack.xml:
6296         * docs/plugins/inspect/plugin-wavparse.xml:
6297           Update plugin docs.
6298
6299         * gst/videomixer/Makefile.am:
6300         * gst/videomixer/videomixer.c:
6301         * gst/videomixer/videomixer.h:
6302         * gst/videomixer/videomixerpad.h:
6303           Split out header to fix warnings from the doc-build.
6304
6305 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6306
6307         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6308
6309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6310         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6311
6312 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6316           Initialise variables to work around (false) 'foo might be used
6317           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6318
6319 2008-01-11  David Schleef  <ds@schleef.org>
6320
6321         * docs/plugins/.cvsignore:
6322         * tests/check/pipelines/.cvsignore:
6323           Ignore more files for the buildbot.
6324
6325 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6326
6327         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6328         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6329         Generate the image-type values correctly. Leave them out of the caps
6330         when outputting a "preview image" tag, since it only makes sense
6331         to have one of those - the type is irrelevant.
6332
6333         * sys/sunaudio/gstsunaudiomixerctrl.c:
6334         (gst_sunaudiomixer_ctrl_open):
6335         If we can, mark the mixer multiple open when we use it, in case
6336         (for some reason) the process wants to open it again elsewhere.
6337
6338 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6339
6340         Patch by: Olivier Crete <tester at tester dot ca>
6341
6342         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6343         * gst/rtp/gstrtptheorapay.c:
6344         Fix the clock rate to 90000 as required by the RFC.
6345         Fixes #508644.
6346
6347 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6348
6349         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6350           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6351
6352 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6353
6354         * autogen.sh:
6355           Add -Wno-portability to the automake parameters to stop warnings
6356           about GNU make extensions being used. We require GNU make in almost
6357           every Makefile anyway.
6358           
6359         * configure.ac:
6360           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6361           at the same time is required for per target flags.
6362
6363 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6364
6365         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6366         Fix error from my last commit.
6367
6368 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6371
6372         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6373           Make sure the ISO 639-X language code in ID3v2 COMM frames
6374           is actually valid UTF-8 (or rather: ASCII), so we don't end
6375           up with non-UTF8 strings in tags if there's garbage in the
6376           language field. Also make sure the language code is always
6377           lower case. Fixes: #508291.
6378
6379 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6380
6381         * ChangeLog:
6382           Fix ChangeLog typo.
6383
6384 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6385
6386         * Makefile.am:
6387           Include lcov.mak to allow building coverage reports. Guard
6388           check-torture target like in the other packages.
6389
6390 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6391
6392         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6393
6394         * gst/videomixer/videomixer.c:
6395         (gst_videomixer_set_master_geometry), (_do_init),
6396         (gst_videomixer_child_proxy_get_child_by_index),
6397         (gst_videomixer_child_proxy_get_children_count),
6398         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6399         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6400         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6401         Implement GstChildProxy interface.
6402         Send newsegment at the right moment
6403         Fixes #488879
6404
6405 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6406
6407         * gst/alpha/Makefile.am:
6408         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6409         (gst_alpha_sink_event), (gst_alpha_chain),
6410         (gst_alpha_change_state), (plugin_init):
6411         Make the various properties of 'alpha' controllable. This allows doing
6412         niceties like fade-in/fade-out.
6413
6414 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6415
6416         * gst/rtp/gstasteriskh263.c:
6417         * gst/rtp/gstrtpL16depay.c:
6418         * gst/rtp/gstrtpac3depay.c:
6419         * gst/rtp/gstrtpamrpay.c:
6420         * gst/rtp/gstrtpdepay.c:
6421         * gst/rtp/gstrtpgsmdepay.c:
6422         * gst/rtp/gstrtph263depay.c:
6423         * gst/rtp/gstrtph263pdepay.c:
6424         * gst/rtp/gstrtph263ppay.c:
6425         * gst/rtp/gstrtph264depay.c:
6426         * gst/rtp/gstrtph264pay.c:
6427         * gst/rtp/gstrtpmp2tdepay.c:
6428         * gst/rtp/gstrtpmp4adepay.c:
6429         * gst/rtp/gstrtpmp4gdepay.c:
6430         * gst/rtp/gstrtpmp4gpay.c:
6431         * gst/rtp/gstrtpmp4vdepay.c:
6432         * gst/rtp/gstrtpmpadepay.c:
6433         * gst/rtp/gstrtpmpvdepay.c:
6434         * gst/rtp/gstrtpsv3vdepay.c:
6435         * gst/rtp/gstrtptheoradepay.c:
6436         * gst/rtp/gstrtptheorapay.c:
6437         * gst/rtp/gstrtpvorbisdepay.c:
6438         * gst/rtp/gstrtpvorbispay.c:
6439           Remove copy/paste unused code (property setters and getter) found by
6440           the coverage suite (yay, saves ~20k on disk).
6441
6442 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6445           (videosink_templ):
6446           Also fix up pad templates to indicate that image/jpeg doesn't
6447           absolutely require the framerate property to be set (#504081).
6448
6449 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         Based on patch by: Wouter Cloetens  <wouter at mind be>
6452
6453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6454           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6455           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6456         * gst/matroska/matroska-mux.h:
6457           Keep track of first and last timestamps for each incoming stream,
6458           so we can calculate the total duration for live sources and other
6459           input where we can't query the duration from the start or where
6460           there's no constant framerate from which we can deduce the
6461           duration; also use calculated/observed duration if it is bigger
6462           than the previously queried duration. Furthermore, use
6463           gst_pad_query_peer_duration() and take into account that it may
6464           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6465           screws up comparisons when using unsigned integers. Fixes #504081.
6466
6467 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6468
6469         * configure.ac:
6470         * gst/audiofx/audioamplify.c:
6471         (gst_audio_amplify_clipping_method_get_type),
6472         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6473         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6474         (gst_audio_dynamic_transform_ip):
6475         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6476         (gst_audio_invert_transform_ip):
6477         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6478         (gst_audio_panorama_transform):
6479         * gst/level/gstlevel.c: (gst_level_init):
6480         Make elements GST_BUFFER_FLAG_GAP aware and call
6481         gst_base_transform_set_gap_aware for this.
6482         Bump core requirement to CVS.
6483         
6484         * gst/audiofx/audiochebyshevfreqband.c:
6485         (gst_audio_chebyshev_freq_band_transform_ip):
6486         * gst/audiofx/audiochebyshevfreqlimit.c:
6487         (gst_audio_chebyshev_freq_limit_transform_ip):
6488         Also sync GObject properties to the controller if operating
6489         in passthrough mode.
6490
6491 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6492
6493         * sys/directdraw/gstdirectdrawsink.c:
6494           (gst_directdraw_sink_window_thread):
6495           FALSE is not a gpointer.
6496
6497 2008-01-05  Julien Moutte  <julien@fluendo.com>
6498
6499         * sys/directdraw/gstdirectdrawsink.c:
6500         (gst_directdraw_sink_set_window_id),
6501         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6502         (gst_directdraw_sink_buffer_alloc),
6503         (gst_directdraw_sink_draw_borders),
6504         (gst_directdraw_sink_show_frame),
6505         (gst_directdraw_sink_setup_ddraw),
6506         (gst_directdraw_sink_window_thread),
6507         (gst_directdraw_sink_get_ddrawcaps),
6508         (gst_directdraw_sink_surface_create): Make sure we create our
6509         internal window only when we need it. That will give a chance to
6510         the application to get the prepare-xwindow-id bus message. Draw
6511         black borders when keeping aspect ratio. Handle the case where our
6512         rendering window disappears (closed or errors) like other sinks
6513         do. Various 80 columns fixes, improve state change order. That
6514         element could need some more love.
6515
6516 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6517
6518         * ext/taglib/gstapev2mux.h:
6519         * ext/taglib/gstid3v2mux.h:
6520         Remove useless typedefs without new type name. Fixes a warning with
6521         gcc 4.3.
6522
6523 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6524
6525         Patch by: John Millikin <jmillikin at gmail dot com>
6526
6527         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6528         (gst_flac_dec_setup_stream_decoder),
6529         (gst_flac_normalize_picture_mime_type),
6530         (gst_flac_extract_picture_buffer),
6531         (gst_flac_dec_metadata_callback):
6532         Emit metadata messages when a PICTURE block is encountered.
6533         Fixes #506715.
6534
6535 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6536
6537         * gst/avi/gstavi.c:
6538         increase rank because no known issues anymore ...
6539         * gst/avi/gstavisubtitle.c:
6540         send subtitle name to the srcpad
6541
6542 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6543
6544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6545         * gst/rtsp/gstrtspsrc.h:
6546         Implement redirect for the DESCRIBE reply. Fixes #506025.
6547
6548 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6549
6550         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6551         Fix 'xyz may be used uninitialized' compiler warnings caused
6552         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6553         abort() in any case but properly report the error.
6554
6555 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6558         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6559         * sys/ximage/gstximagesrc.c: (composite_pixel):
6560           Fix 'xyz may be used uninitialized' compiler warnings caused
6561           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6562           not really nice to abort in any case). Fixes #505745.
6563
6564 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6567           Small unit test fix (has no practical impact at the moment,
6568           since we're only feeding utf8 and hence just create a sub-
6569           buffer for the output).
6570
6571 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6572
6573         * gst/avi/gstavisubtitle.c:
6574         * tests/check/elements/avisubtitle.c:
6575         Add seeking support for avi subtitle
6576
6577 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6578
6579         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6580         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6581         (gst_flac_dec_write):
6582         * ext/flac/gstflacdec.h:
6583         Remove some unused vars.
6584         Do more cleanup of leftover events and tags.
6585         Output tags after the segment event. Fixes #504018.
6586
6587 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6590           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6591           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6592           Detect other UTF byte order markers and convert to UTF-8 as
6593           appropriate.
6594
6595 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * gst/avi/gstavisubtitle.c: (src_template),
6598           (gst_avi_subtitle_extract_utf8_file),
6599           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6600           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6601           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6602         * gst/avi/gstavisubtitle.h:
6603           Refactor a bit; fix name extraction; don't assume all the data
6604           in the chunk is actually subtitle data, there may be padding at
6605           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6606           file so it's there to send again after a seek (for future use).
6607
6608 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6609
6610         * gst/avi/Makefile.am:
6611         * gst/avi/gstavi.c:
6612         * gst/avi/gstavisubtitle.c:
6613         * gst/avi/gstavisubtitle.h:
6614         * tests/check/Makefile.am:
6615         * tests/check/elements/avisubtitle.c:
6616         * win32/common/config.h:
6617                 Add avi subtitle element for bug #442034. Need seeking support
6618                 and more support for character conversion.
6619
6620 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * Makefile.am:
6623           Include common/win32.mak for CRLF check of win32 project
6624           files (see #393626).
6625
6626         * win32/vs6/libgstpng.dsp:
6627           Fix line endings and do cvs admin -kb.
6628
6629 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6630
6631         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6632         Actually drop the buffers which are outside the currently configured
6633         segment instead of just emitting a WARNING.
6634
6635 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6636
6637         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6638         (gst_flac_dec_write):
6639         * ext/flac/gstflacdec.h:
6640         Send segments from the streaming thread. Fixes #502187.
6641         Fix segment seeking and a bunch of other seeking cases.
6642
6643 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6646           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6647           which is where it would end up if the same information was
6648           put in a vorbis comment (don't think it's worth adding a
6649           new URI tag for this). Fixes #488112.
6650
6651 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * configure.ac:
6654           We need core/base 0.10.15 or later.
6655
6656 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6657
6658         Patch by: Mark Nauwelaerts <manauw skynet be>
6659
6660         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6661         Fix regression in stream numbering. Fixes #502655.
6662
6663 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6664
6665         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6666
6667         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6668         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6669         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6670         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6671         (gst_rtp_h264_pay_handle_buffer):
6672         * gst/rtp/gstrtph264pay.h:
6673         Use higher performance start-code searching.
6674         Parse NALs and store SPS, PPS and profile in the caps so that they can
6675         be used in the SDP. Fixes #502814.
6676
6677 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6681           Init some structs to zero before we pass them to ioctl, which
6682           avoids valgrind warnings.  Also fix a small memory leak.
6683
6684 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6685
6686         Patch by: Wouter Cloetens <wouter at mind dot be>
6687
6688         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6689         Copy timestamp from input to output. Not very perfect yet but better
6690         than nothing. Fixes #503023.
6691
6692 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6693
6694         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6695           Also print a useful error message with the old Wavpack API
6696           if possible.
6697
6698 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * ext/wavpack/gstwavpackdec.c:
6701           More build fixes for old libwavpack versions: include config.h so
6702           that WAVPACK_OLD_API is actually defined as detected; only use
6703           WavpackGetErrorMessage if it is available. This fixes the build
6704           on debian stable for me.
6705
6706 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6707
6708         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6709         * ext/wavpack/gstwavpackparse.c:
6710           (gst_wavpack_parse_create_src_pad):
6711           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6712           versions below 4.40.0.
6713
6714 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6715
6716         * configure.ac:
6717           And now do it right for real...
6718
6719 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6720
6721         * configure.ac:
6722           Correctly reset $LIBS to not contain -lm.
6723
6724 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6725
6726         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6727
6728         * configure.ac:
6729         * ext/cairo/gsttimeoverlay.c:
6730           (gst_cairo_time_overlay_print_smpte_time):
6731           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6732           and checking for rint() and implementing it ourself if it doesn't
6733           exist. Fixes #497293.
6734
6735 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6736
6737         * configure.ac:
6738           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6739
6740 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6741
6742         * sys/oss/gstosshelper.c:
6743         Verify that the format returned after the ioctl is the one
6744         we requested. It is valid for the ioctl to succeed while
6745         substituting an alternate 'supported' sample format.
6746
6747 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * sys/oss/gstossaudio.c: (plugin_init):
6750         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6751         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6752           Post decent (and translated) error message when we can't
6753           open the audio device for some reason.
6754
6755 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6756
6757         * sys/oss/gstosssink.c:
6758         * sys/oss/gstosssrc.c:
6759         Allow the AUDIODEV environment variable to redirect us
6760         to a different default OSS device, like sunaudiosink does
6761         on Solaris (makes audio play automatically on SunRays).
6762
6763 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6764
6765         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6766         * gst/audiofx/audiochebyshevfreqband.c:
6767         (gst_audio_chebyshev_freq_band_transform_ip):
6768         * gst/audiofx/audiochebyshevfreqlimit.c:
6769         (gst_audio_chebyshev_freq_limit_transform_ip):
6770         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6771         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6772         The transform_ip() methods should do nothing if in passthrough mode.
6773         It might get non-writable buffers in that case but the buffer might
6774         as well be writable.
6775
6776         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6777         The transform() methods won't be called in passthrough mode and
6778         otherwise the buffer is always writable so don't check here.
6779
6780 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6781
6782         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6783           Fix seeking in .wav files again (#501775).  Some people seem to think
6784           they don't need to test their changes when they're just 'reflowing'
6785           some code.
6786
6787 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6788
6789         * gst/autodetect/gstautovideosink.c:
6790         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6791         (gst_auto_video_sink_init),
6792         (gst_auto_video_sink_create_element_with_pretty_name),
6793         (gst_auto_video_sink_find_best),
6794         (gst_auto_video_sink_set_property),
6795         (gst_auto_video_sink_get_property):
6796         * gst/autodetect/gstautovideosink.h:
6797         Fix docs.
6798         Use same error reporting code as autoaudiosink.
6799         Add property to filter sinks based on caps. Only select raw video sinks
6800         by default for backwards compat.
6801         API: GstAutoVideoSink::filter-caps
6802
6803 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6804
6805         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6806
6807         * gst/autodetect/gstautoaudiosink.c:
6808         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6809         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6810         (gst_auto_audio_sink_set_property),
6811         (gst_auto_audio_sink_get_property):
6812         * gst/autodetect/gstautoaudiosink.h:
6813         Add property to filter sinks based on caps. Only select raw audio sinks
6814         by default for backwards compat.  Fixes #417420.
6815         API: GstAutoAudioSink::filter-caps
6816
6817 2007-11-29  Michael Smith <msmith@fluendo.com>
6818
6819         Patch by: Arek Korbik <arkadini@gmail.com>
6820
6821         * gst/videobox/gstvideobox.c: (plugin_init):
6822           Initialise liboil in plugin_init()
6823
6824 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6825
6826         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6827         Post error before sending EOS. Fixes #499178.
6828
6829 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6830
6831         * win32/vs6/gst_plugins_good.dsw:
6832         * win32/vs6/libgstpng.dsp:
6833         Add a project file for libgstpng
6834
6835 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6836
6837         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6838         (gst_rtp_h263_depay_process):
6839         Code beautification.
6840         Added debug statements.
6841         Don't bit-shift everything, just do operations on last/first byte
6842         instead.
6843
6844 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6845
6846         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6847
6848         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6849         Fix wrong comparison in overrun check. Fixes #499239 some more.
6850
6851 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6852
6853         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6854         (gst_rtp_h263_depay_process):
6855         * gst/rtp/gstrtph263depay.h:
6856         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6857         stream.
6858
6859 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6860
6861         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6862
6863         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6864         (gst_rtp_mp4a_depay_process):
6865         * gst/rtp/gstrtpmp4adepay.h:
6866         Fix depayloading when multiple frames are inside one RTP packet.
6867         Fixes #499239.
6868
6869 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6870
6871         * gst/level/gstlevel.c:
6872           Add GAP-flag support.
6873
6874 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6875
6876         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6877         Read the I flag for Mode A h263 rtp stream and set the
6878         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6879         Fixes #499383
6880
6881 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6882
6883         * gst/level/gstlevel.c:
6884           Remove some dead code and do cleanups.
6885
6886 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6887
6888         * tests/check/pipelines/simple-launch-lines.c:
6889           Improve the tests by allowing to set a target state.
6890
6891 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6892
6893         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6894         Don't check the caps of the output buffer if they're equal some
6895         other caps. The caps can change in a backward compatible way
6896         and did at this point.
6897
6898 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6899
6900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6901         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6902         (gst_qtdemux_seek_to_previous_keyframe),
6903         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6904         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6905         reverse playback support.
6906
6907 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6908
6909         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6910         Also set the channel layout on the Wavpack caps if we're having
6911         a mono layout. Of course only do it for "audio/x-wavpack".
6912
6913 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6914
6915         * ext/wavpack/gstwavpackcommon.c:
6916         (gst_wavpack_get_default_channel_mask),
6917         (gst_wavpack_set_channel_layout),
6918         (gst_wavpack_get_default_channel_positions),
6919         (gst_wavpack_get_channel_mask_from_positions),
6920         (gst_wavpack_set_channel_mapping):
6921         * ext/wavpack/gstwavpackcommon.h:
6922         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6923         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6924         * ext/wavpack/gstwavpackdec.h:
6925         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6926         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6927         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6928         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6929         (gst_wavpack_enc_rewrite_first_block),
6930         (gst_wavpack_enc_sink_event):
6931         * ext/wavpack/gstwavpackenc.h:
6932         * ext/wavpack/gstwavpackparse.c:
6933         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6934         (gst_wavpack_parse_scan_to_find_sample),
6935         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6936         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6937         * ext/wavpack/gstwavpackparse.h:
6938         Add support for encoding, parsing and decoding multichannel
6939         files with up to 8 channels. This also improves the robustness
6940         of parsing quite a bit.
6941
6942         * ext/wavpack/gstwavpackstreamreader.c:
6943         (gst_wavpack_stream_reader_read_bytes),
6944         (gst_wavpack_stream_reader_get_pos),
6945         (gst_wavpack_stream_reader_set_pos_abs),
6946         (gst_wavpack_stream_reader_set_pos_rel),
6947         (gst_wavpack_stream_reader_push_back_byte),
6948         (gst_wavpack_stream_reader_get_length),
6949         (gst_wavpack_stream_reader_can_seek),
6950         (gst_wavpack_stream_reader_write_bytes):
6951         Improve debugging.
6952
6953 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6954
6955         * ext/libpng/gstpngdec.c:
6956         * ext/libpng/gstpngdec.h:
6957           Don't release the png-memory from within the callback.
6958
6959 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6960
6961         Patch by: René Stadler <mail at renestadler dot de>
6962
6963         * ext/libpng/gstpngenc.c:
6964           Don't leak buffer data memory. Fixes #498395.
6965
6966 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6967
6968         Patch by: René Stadler <mail at renestadler dot de>
6969
6970         * tests/check/pipelines/simple-launch-lines.c:
6971           Tests for #498395.
6972
6973 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6974
6975         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6976         (gst_tag_lib_mux_adjust_event_offsets):
6977         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6978         * sys/osxaudio/Makefile.am:
6979         * sys/osxvideo/cocoawindow.h:
6980         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6981
6982 2007-11-15  David Schleef  <ds@schleef.org>
6983
6984         * ext/cairo/gsttextoverlay.c:
6985           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6986
6987 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6988
6989         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6990
6991         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6992         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6993         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6994         * gst/rtp/gstrtpmp2tpay.h:
6995         Fill the MTU with as many packets as possible. Fixes #491323.
6996
6997 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6998
6999         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7000
7001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7002         Fix some more leaks. Fixes #497007.
7003
7004 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7007
7008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7009         (gst_rtspsrc_stream_configure_tcp):
7010         Fix 3 pad leaks. Fixes #496983.
7011
7012 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7015
7016         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7017         Fix small leak. Fixes #497017.
7018
7019 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7020
7021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7022         (gst_qtdemux_prepare_current_sample),
7023         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7024         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7025         * gst/qtdemux/qtdemux_fourcc.h:
7026         * gst/qtdemux/qtdemux_types.c:
7027         Add suppport for theora in quicktime according to XiphQT.
7028
7029 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7030
7031         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7032         (gst_v4l2src_init), (gst_v4l2src_set_property),
7033         (gst_v4l2src_get_property):
7034         * sys/v4l2/gstv4l2src.h:
7035         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7036           Always copy buffers by default (handle safer with bugged drivers)
7037           and added a property to make it possible to use mmap effectively (no
7038           copy if possible) when application wants to. Fixes: #480557.
7039
7040 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         * gst/id3demux/id3tags.c:
7043         * gst/id3demux/id3tags.h:
7044         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7045           We don't want the same string multiple times in a tag list for the
7046           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7047           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7048
7049 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7052           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7053           into ID3v2 TXXX frames (fixes #347848).
7054
7055 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7056
7057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7058           Don't leak sdp message contents (fixes #496773).
7059
7060         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7061           Don't leak URI string.
7062
7063 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         Patch by: Julien Puydt <julien dot puydt at laposte net>
7066
7067         * ext/raw1394/Makefile.am:
7068         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7069           (gst_1394_property_probe_get_properties),
7070           (gst_1394_property_probe_probe_property),
7071           (gst_1394_property_probe_needs_probe),
7072           (gst_1394_property_probe_get_values),
7073           (gst_1394_property_probe_interface_init),
7074           (gst_1394_type_add_property_probe_interface):
7075         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7076         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7077           (gst_dv1394src_init), (gst_dv1394src_dispose),
7078           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7079           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7080           (gst_dv1394src_update_device_name):
7081         * ext/raw1394/gstdv1394src.h:
7082           Implement GstPropertyProbe interface and add "device-name" property,
7083           so applications can use this to probe for available devices in the
7084           same way they can already with v4lsrc and v4l2src (however horrible
7085           this property probe interface may be). Fixes #358841.
7086
7087 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7090
7091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7092           (gst_rtspsrc_parse_range):
7093           Don't leak event, don't leak range (fixes #496752).
7094
7095 2007-11-14  Michael Smith <msmith@fluendo.com>
7096
7097         Patch by: Arek Korbik <arkadini@gmail.com>
7098
7099         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7100           Detect RGBA/BGRA correctly on little endian systems.
7101
7102 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7103
7104         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7105           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7106           corresponding ioctl() call fails even though the driver claims to
7107           support this format, just fall back to the pre-2.6.19 kernel
7108           routine that creates caps with suitable height and width ranges
7109           (see #448278).
7110
7111 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         Patch by: Mark Nauwelaerts <manauw skynet be>
7114
7115         * gst/matroska/matroska-demux.c:
7116           (gst_matroska_demux_push_dvd_clut_change_event),
7117           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7118           (gst_matroska_demux_subtitle_caps):
7119         * gst/matroska/matroska-ids.h:
7120           Extract palette data for dvd subpicture streams and send it
7121           downstream as custom gstreamer dvd event (fixes #453417).
7122
7123 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7126           Implement minimal parsing of the passed pango font description
7127           string, so passing a font size works the same as with the
7128           pango textoverlay plugin; fixes #455086.
7129           (Maybe we could just use pangocairo here at some point).
7130
7131 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7132
7133         * gst/avi/gstavidemux.c:
7134         * gst/wavparse/gstwavparse.c:
7135           Return the result in _activate_pull(). Don't ref element there.
7136
7137 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7138
7139         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7140         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7141         (gst_wavparse_srcpad_event):
7142           Ref the element when we should, but not when we its not needed. Reflow
7143           the event_handling to not leak the event.       
7144
7145 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7146
7147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7148         (qtdemux_parse_samples):
7149         Properly free QTDemuxSamples array.
7150         Protect table write with a sensible check, some files apparently DO contain
7151         stts values starting with 0 :(
7152
7153 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7154
7155         * gst/avi/gstavidemux.c:
7156         * gst/qtdemux/qtdemux.c:
7157           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7158           previous commit messed up.
7159
7160 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7161
7162         * gst/avi/gstavidemux.c:
7163         * gst/qtdemux/qtdemux.c:
7164           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7165           element when we should, but not when we its not needed.
7166
7167 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7168
7169         * gst/wavparse/gstwavparse.c:
7170           Return FALSE if we can't handle a query instead of changing the
7171           format. Ignore fact when dealing with mpeg audio.
7172
7173 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7176
7177         * configure.ac:
7178         * gst/udp/gstdynudpsink.c:
7179         * gst/udp/gstdynudpsink.h:
7180         * gst/udp/gstmultiudpsink.c:
7181         * gst/udp/gstmultiudpsink.h:
7182         * gst/udp/gstudpsink.c:
7183         * gst/udp/gstudpsink.h:
7184           Fix includes for MSVC and GLib-2.14.0 (#492388).
7185
7186         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7187           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7188
7189 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7190
7191         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7192         (gst_mulawdec_chain):
7193         * gst/law/mulaw-decode.h:
7194         Calculate outgoing buffer duration if incoming buffer didn't have a
7195         valid duration.
7196
7197 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7198
7199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7200         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7201         Smarter combine_flow code that also deals with downstream elements
7202         returning UNEXPECTED when they receive data out of the segment
7203         boundaries. Fixes #491305.
7204
7205 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7206
7207         * sys/v4l2/v4l2src_calls.c:
7208           Fix 'unused variable' compiler warning when compiling against
7209           older kernel headers.
7210
7211 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7212
7213         * ext/taglib/gstid3v2mux.cc (add_funcs):
7214           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7215
7216 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7217
7218         * tests/check/pipelines/simple-launch-lines.c:
7219            Improve the tests a little more.
7220
7221 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7222
7223         patch by: Yun Zheng Hu
7224
7225         * sys/osxaudio/gstosxaudiosrc.c:
7226         Use default input device instead of default output device and
7227         only memcpy actual available bytes.
7228
7229 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7230
7231         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7232           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7233           early. It is temporary until we find something better.
7234
7235 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7236
7237         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7238
7239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7240         Fix race when pausing a RTSP stream in interleaved.
7241         Fixes #475784.
7242
7243 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7244
7245         Patch by: Peter Kjellerstedt <pkj at axis com>
7246
7247         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7248         Use correct unref function for buffers. #488844.
7249
7250 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7251
7252         * gst/avi/gstavimux.c:
7253         * tests/check/elements/avimux.c:
7254           Add some debug and sync tests with the fix.     
7255
7256 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7257
7258         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7259
7260         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7261         When the socket is used by the app for other purposes, don't generate an
7262         error if there is activaty on the socket that is not data related.
7263         Fixes #487488.
7264
7265 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7266
7267         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7268         (gst_v4l2src_grab_frame):
7269         Add some more debug info. Generate an error when we run out of buffers
7270         for some reason. See #480557.
7271
7272 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7273
7274         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7275
7276         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7277         Set marker bit correctly.
7278
7279 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7282         Use allowed name for the GstStructure.
7283
7284 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * ext/gconf/gstswitchsink.c:
7287         * gst/autodetect/gstautoaudiosink.c:
7288           Use new gst_bus_pop_filtered().
7289
7290 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7291
7292         * sys/v4l2/gstv4l2src.c:
7293         * sys/v4l2/v4l2src_calls.c:
7294           When probing the formats and sizes a camera supports, make
7295           sure the best ones (highest resolution, prefered format)
7296           end up at the beginning of the probed caps and the less
7297           desirable ones at the end.  This is important because the
7298           order within the caps matters for things like fixation and
7299           negotiation, ie. what format is chosen in the end.
7300           With recent kernels, the current probing code will end up
7301           querying the supported sizes from lowest resolution to
7302           highest resolution, adding them to the probed caps in that
7303           order, resulting to v4l2src fixating to the lowest possible
7304           resolution if downstream does not express a size preference.
7305           Also make up a somewhat random ranking of prefered output
7306           formats for the same reason. Fixes #485828.
7307         
7308 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7311
7312         * gst/id3demux/id3v2frames.c:
7313           Extract license/copyright URIs from ID3v2 WCOP frames
7314           (Fixes #447000).
7315
7316         * tests/check/elements/id3demux.c:
7317         * tests/files/Makefile.am:
7318         * tests/files/id3-447000-wcop.tag:
7319           Add simple unit test.
7320
7321 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * ext/taglib/gstid3v2mux.cc:
7324           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7325           Prerequisite for #447000.
7326
7327 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7328
7329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7330         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7331         a GstClockTime.
7332
7333 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7336         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7337         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7338         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7339         (gst_rtspsrc_change_state):
7340         More seeking fixes, mostly passing around the new playback segment in
7341         order to configure it properly.
7342         Also reset base_time of udp sources when setting them back to PLAYING as
7343         a temporary hack until core supports seek in live sources properly.
7344
7345 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7346
7347         * gst/rtp/gstrtpmp4adepay.c:
7348         Fix caps as to not confuse autopluggers.
7349
7350 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * gst/id3demux/gstid3demux.c:
7353         * gst/id3demux/gstid3demux.h:
7354         * gst/id3demux/id3tags.c:
7355         * gst/id3demux/id3tags.h:
7356         * gst/id3demux/id3v2frames.c:
7357           Port ID3 tag demuxer over to the new GstTagDemux in -base
7358           (now would be a good time to test re-importing your music
7359           collection).
7360
7361 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * gst/apetag/Makefile.am:
7364         * gst/apetag/gstapedemux.c:
7365         * gst/apetag/gstapedemux.h:
7366         * gst/apetag/gsttagdemux.c:
7367         * gst/apetag/gsttagdemux.h:
7368           Port APE tag demuxer over to the new GstTagDemux in -base.
7369
7370 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7371
7372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7373         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7374         (gst_rtspsrc_handle_internal_src_query),
7375         (gst_rtspsrc_handle_src_query), (new_session_pad),
7376         (gst_rtspsrc_stream_configure_tcp),
7377         (gst_rtspsrc_stream_configure_transport),
7378         (gst_rtspsrc_loop_send_cmd):
7379         Improve flushing behaviour.
7380         Set state of the udp sources to PAUSE/PLAYING correctly.
7381         Handle events and queries for UDP and TCP transport now.
7382
7383 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7384
7385         * gst/rtp/gstrtpgsmdepay.c:
7386         * gst/rtp/gstrtpgsmpay.c:
7387           Add log category.
7388
7389 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7390
7391         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7392
7393         * tests/check/Makefile.am:
7394         * tests/check/pipelines/simple-launch-lines.c:
7395           Add unit tests for payloaders/depayloaders.
7396
7397 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7398
7399         * gst/avi/gstavimux.c:
7400         * gst/avi/gstavimux.h:
7401           Also save codec data for audio streams. Fixes #482495.
7402
7403 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7404
7405         * gst/avi/gstavimux.c:
7406           Fix "Index entry has invalid stream nr 1".
7407           Add support for muxing aac - work in progress (see #482495).
7408
7409 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7410
7411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7412         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7413         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7414         * gst/rtsp/gstrtspsrc.h:
7415         Parse bandwidth modifiers, they are not yet configured in the session
7416         manager because we don't have an API for that yet.
7417
7418 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7419
7420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7421         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7422         Use shiny new function in -base to get the default clock-rate.
7423         Update some docs.
7424
7425 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7426
7427         * win32/MANIFEST:
7428         Add files to win32 manifest.
7429         * win32/vs6/libgstaudiofx.dsp:
7430         * win32/vs6/libgstqtdemux.dsp:
7431         * win32/vs6/libgstrtp.dsp:
7432         * win32/vs6/libgstrtsp.dsp:
7433         Update project files.
7434
7435 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7438         (gst_rtspsrc_play):
7439         * gst/rtsp/gstrtspsrc.h:
7440         In TCP mode, only timestamp the first buffer. TCP is not real time and
7441         it does not make sense to try to skew compensate, also some servers send
7442         the first batch of data in a burst.
7443
7444 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7445
7446         * gst/matroska/matroska-demux.c:
7447           Fix setting the discont flag on the first buffer
7448           pushed downstream for formats with private codec
7449           data that needs to be deserialised into buffers
7450           (such as vorbis and FLAC when in a matroska container).
7451
7452 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7453
7454         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7455
7456         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7457         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7458         (gst_rtp_mp4v_pay_handle_buffer):
7459         * gst/rtp/gstrtpmp4vpay.h:
7460         Free the config string. Fixes #480707.
7461         Clean up the timestamp code a little.
7462
7463 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7464
7465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7466         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7467         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7468         * gst/rtsp/gstrtspsrc.h:
7469         Set timestamps on RTP buffers in interleaved mode.
7470         Mark first buffers with a DISCONT.
7471         Remove flush hack now that sync for live sources has been figured out.
7472
7473 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7474
7475         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7476         Update documentation.
7477
7478 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7479
7480         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7481         (gst_rtp_xqt_depay_change_state):
7482         * gst/qtdemux/gstrtpxqtdepay.h:
7483         Fail if we don't know the quicktime format.
7484
7485 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7486
7487         * ext/flac/gstflacenc.c:
7488         * ext/flac/gstflacenc.h:
7489           Save the flow return from the last gst_pad_push() and
7490           make sure we pass the right flow return value upstream
7491           in the case of failure; minor clean-ups.
7492
7493 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7494
7495         * ext/taglib/gstapev2mux.cc:
7496         * ext/taglib/gstid3v2mux.cc:
7497         * gst/apetag/gstapedemux.c:
7498           Add support for the new GST_TAG_COMPOSER (#459809).
7499
7500 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * gst/law/alaw-decode.c:
7503         * gst/law/alaw-decode.h:
7504         * gst/law/alaw-encode.c:
7505         * gst/law/alaw-encode.h:
7506         * gst/law/alaw.c:
7507         * gst/law/mulaw-conversion.h:
7508           Compulsive clean-ups: use boilerplate macros, add debug
7509           categories, fix up things to conform to symbol nomenklatura,
7510           etc.
7511
7512 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7513
7514         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7515
7516         * gst/law/alaw-decode.c:
7517         * gst/law/alaw-encode.c:
7518           Use static tables for A-Law decoding and encoding; this makes
7519           A-Law decoding and encoding less CPU-intensive, but increases
7520           the binary size a bit. Leaving old code around for now,
7521           selectable by a define in the code. Fixes #435435.
7522
7523 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7524
7525         * configure.ac:
7526         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7527         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7528         in configure.ac.
7529
7530 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7531
7532         Patch by: Jan Gerber <j at bootlab dot org>
7533
7534         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7535         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7536
7537 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7538
7539         * sys/oss/gstosshelper.c:
7540           Use GST_WARNING instead of a g_critical. This situation is not caused
7541           by the application.
7542
7543 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7544
7545         * po/LINGUAS:
7546         * po/nl.po:
7547           Updated translations.
7548
7549 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7550
7551         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7552
7553         * po/eu.po:
7554           Added Basque translation.
7555
7556 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7557
7558         translated by: Abel Cheung <abelcheung@gmail.com>
7559
7560         * po/zh_HK.po:
7561         * po/zh_TW.po:
7562           Added Chinese (traditional and Hong Kong) translation.
7563
7564 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7565
7566         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7567
7568         * po/pl.po:
7569           Added Polish translation.
7570
7571 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7572
7573         translated by: Ilkka Tuohela <hile@iki.fi>
7574
7575         * po/fi.po:
7576           Added Finnish translation.
7577
7578 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7579
7580         translated by: Jorge González González <aloriel@gmail.com>
7581
7582         * po/es.po:
7583           Added Spanish translation.
7584
7585 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7586
7587         translated by: Mogens Jaeger <mogens@jaeger.tf>
7588
7589         * po/da.po:
7590           Added Danish translation.
7591
7592 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7593
7594         translated by: Funda Wang <fundawang@linux.net.cn>
7595
7596         * po/zh_CN.po:
7597           Added Chinese (simplified) translation.
7598
7599 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7600
7601         translated by: Alexander Shopov <ash@contact.bg>
7602
7603         * po/bg.po:
7604           Added Bulgarian translation.
7605
7606 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7607
7608         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7609         Set outgoing packet duration because we can. Fixes #478244 some more.
7610
7611 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7612
7613         * ext/cairo/gsttextoverlay.c:
7614           Add info about static leak.
7615         
7616         * tests/check/Makefile.am:
7617         * tests/check/generic/states.c:
7618           Improved state change unit test.
7619
7620 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7621
7622         * docs/plugins/.cvsignore:
7623         * tests/check/.cvsignore:
7624           Ignore registries in any format.
7625
7626 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7627
7628         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7629         Removed some unused code.
7630
7631         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7632         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7633         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7634         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7635         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7636         (gst_rtp_theora_pay_flush_packet):
7637         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7638         Try to preserve the incomming buffer duration on the outgoing
7639         packets. Fixes #478244.
7640
7641 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * ext/taglib/gstapev2mux.cc:
7644         * ext/taglib/gstid3v2mux.cc:
7645           Work around compiler warnings with g++-4.2 when assigning a
7646           string constant to a gchar * (partially fixes #478092).
7647
7648 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * configure.ac:
7651           We require core CVS now for gst_base_src_set_do_timestamp().
7652
7653 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7654
7655         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7657         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7658         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7659         (gst_rtspsrc_handle_message):
7660         Fix compiler warnings shown with Forte.
7661
7662 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7663
7664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7665         (gst_rtspsrc_dup_printf):
7666         Give meaningfull error when all streams failed to configure for some
7667         reason.
7668
7669 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7670
7671         * gst/rtp/README:
7672         Update README with the design for synchronisation rules of RTP on
7673         sender and receiver.
7674
7675 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7676
7677         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7678         (gst_wavparse_chain):
7679         Don't push EOS from the chain function, the element
7680         driving the pipeline is responsible for this. The bug
7681         this was meant to fix seems to be queue not forwarding
7682         EOS in all cases (see #476514).
7683
7684 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7685
7686         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7687         (gst_level_transform_ip):
7688         * gst/level/gstlevel.h:
7689         Use basetransform segment so that it is correctly managed on flushes and
7690         start/stop.
7691         Report message timestamp as stream time, which is what an application
7692         can understand.
7693
7694 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7695
7696         * ext/taglib/gstapev2mux.cc:
7697         * ext/taglib/gstapev2mux.h:
7698         * ext/taglib/gsttaglibmux.c:
7699         * tests/check/elements/apev2mux.c:
7700         Update my mail address.
7701
7702 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7703
7704         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7705         (gst_wavparse_loop), (gst_wavparse_chain):
7706         Add EOS logic for the push-based mode too. Fixes #476514.
7707
7708 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7709
7710         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7711         * gst/law/alaw-encode.h:
7712         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7713         (gst_mulawenc_chain):
7714         * gst/law/mulaw-encode.h:
7715         Fix law encoder timestamps.
7716
7717 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7718
7719         * ext/gconf/gstgconfaudiosink.c:
7720           Fix warning when building without debug.
7721
7722         * sys/oss/gstossmixertrack.c:
7723           Use const like in alsamixertrack.c (fixes warnings).
7724
7725 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         * sys/v4l2/v4l2src_calls.c:
7728         (gst_v4l2src_probe_caps_for_format_and_size):
7729         Fix framerate detection code some more.
7730         Handle the case where there is a weird step in the stepwise framerates.
7731         Don't overwrite the min interval with the framerate, use a temp variable
7732         instead.
7733         Use max in the Continuous framerate intervals instead of step, which is
7734         1 according to the docs. Fixes #475424.
7735
7736 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7737
7738         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7739         Make udpsrc timestamp outgoing buffers based on when they were received.
7740         Also make it output a segment in time.
7741
7742 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7743
7744         * gst/avi/gstavidemux.c:
7745           Plug a little leak. Little code cleanups.
7746
7747 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7748
7749         * configure.ac:
7750           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7751           flac versions, 's good for cross-compilation karma.
7752
7753 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7756
7757         * gst/rtp/gstrtph263pay.c:
7758           Fix up header structure so that compilers don't add padding
7759           between the structure fields, since that would lead to us
7760           sending RTP packets with broken headers (as is currently the
7761           case when compiling with MSVC). Also see similar fixes in
7762           libgstrtp in gst-plugins-base. (#474616; #471194)
7763
7764 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         * sys/v4l2/v4l2src_calls.c:
7767         (gst_v4l2src_probe_caps_for_format_and_size):
7768         Don't overwrite our GValue with 0 but instead use the previously
7769         computed value. Fixes #471823 some more.
7770
7771 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7772
7773         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7774           No tabs in this file please, or gtk-doc will end up documenting
7775           rather absurd class hierarchies.
7776
7777 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * ext/gconf/gstswitchsink.c:
7780           If the new kid element fails to change state for some reason
7781           (e.g. esdsink not being able to connect to the sound server),
7782           forward the error message it posted on the bus instead of just
7783           posting a generic 'Internal state change error: please file a
7784           bug' error message. Fixes #471364.
7785
7786 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst/qtdemux/Makefile.am:
7789         * gst/qtdemux/qtdemux.c:
7790           Don't assume tags are encoded as UTF-8 (#473670).
7791
7792 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * sys/v4l2/gstv4l2src.c:
7795         * sys/v4l2/gstv4l2src.h:
7796         * sys/v4l2/v4l2src_calls.c:
7797           Implement LATENCY queries in the crudest way possible so I don't
7798           have to use sync=false any longer when testing with videosinks.
7799
7800 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         * configure.ac:
7803           Fix build.
7804
7805 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7806
7807         * sys/v4l2/v4l2src_calls.c:
7808         (gst_v4l2src_probe_caps_for_format_and_size):
7809         Add some more debugging in the framerate function.
7810         Iterate stepwise framerate up to and _including_ the max and if nothing
7811         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7812         don't end up with an empty list. Fixes #471823
7813
7814 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7815
7816         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7817         (gst_multiudpsink_set_clients_string),
7818         (gst_multiudpsink_get_clients_string),
7819         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7820         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7821         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7822         (gst_multiudpsink_clear):
7823         Add property do configure destination address/port pairs
7824         API:GstMultiUDPSink::clients
7825
7826 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7827
7828         * tests/examples/Makefile.am:
7829         * tests/examples/rtp/Makefile.am:
7830         * tests/examples/rtp/client-H263p-AMR.sh:
7831         * tests/examples/rtp/client-H263p-PCMA.sdp:
7832         * tests/examples/rtp/client-H263p-PCMA.sh:
7833         * tests/examples/rtp/client-H264-PCMA.sdp:
7834         * tests/examples/rtp/client-H264-PCMA.sh:
7835         * tests/examples/rtp/client-PCMA.sh:
7836         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7837         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7838         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7839         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7840         Added some RTP example scripts for sending and receiving RTP streams.
7841
7842 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7843
7844         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7845         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7846         Restructure the setcaps function so that we can also compute the
7847         expected GStreamer output size of the video frames.
7848         Set frame_byte_size correctly so that read-based devices have a chance
7849         of working correctly.
7850         When grabbing a frame, discard frames that are not of the expected size.
7851         Some cameras don't output the right framesize for the first buffer.
7852         Try only a couple of times to get a valid frame, else error out.
7853
7854         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7855         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7856         Add some more debug info when scanning the device.
7857
7858         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7859         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7860         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7861         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7862         Add some more debug info when dequeing a frame.
7863
7864 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7865
7866         * gst/wavparse/gstwavparse.c:
7867           More code cleanups. Add some more comment and improve debugs logs.
7868
7869 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7870
7871         * gst/wavparse/gstwavparse.c:
7872         * gst/wavparse/gstwavparse.h:
7873           Implement seek-query. Refactor duration calculations. Appropriate use
7874           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7875           out of loops.
7876
7877 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7878
7879         * gst/avi/gstavidemux.c:
7880           Implement seek-query.
7881
7882 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7883
7884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7885         (gst_rtspsrc_dup_printf):
7886         Use new basesink async property to make sparse RTCP packet not wait for
7887         preroll.
7888
7889 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7890
7891         * gst/audiofx/Makefile.am:
7892         Dist the right file.
7893
7894 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7897         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7898         Make sure we generate and parse floating point values in the POSIX
7899         locale instead of the current locale. 
7900
7901 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7902
7903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7904         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7905         (gst_rtspsrc_play):
7906         * gst/rtsp/gstrtspsrc.h:
7907         Fix method detection again.
7908         Keep track of when we must send a Range header.
7909         Use segment values for Range, Speed and Scale headers.
7910         Parse Speed and Scale headers to update the segment values.
7911
7912 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7913
7914         patch by: Mark Nauwelaerts <manauw@skynet.be>
7915
7916         * sys/v4l2/v4l2src_calls.c:
7917           Handle optional v4l2 ioctls gracefully.
7918
7919 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7920
7921         * gst/rtp/Makefile.am:
7922         * gst/rtp/gstrtp.c: (plugin_init):
7923         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7924         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7925         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7926         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7927         (gst_rtp_h263_depay_get_property),
7928         (gst_rtp_h263_depay_change_state),
7929         (gst_rtp_h263_depay_plugin_init):
7930         * gst/rtp/gstrtph263depay.h:
7931         Added an H263 depayloader. Fixes #369392.
7932
7933         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7934         (gst_rtp_h263p_depay_process):
7935         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7936         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7937         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7938         payloads.
7939         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7940
7941 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7942
7943         * gst/audiofx/audiochebyshevfreqband.c:
7944         * gst/audiofx/audiochebyshevfreqlimit.c:
7945         Add small comparision with the windowed sinc filters in the docs.
7946
7947 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7948
7949         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7950         (audiochebyshevfreqband_suite):
7951         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7952         (audiochebyshevfreqlimit_suite):
7953         Also test 32 bit float mode and the type 2 variants of the filters.
7954
7955 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7956
7957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7958         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7959         (gst_rtspsrc_loop):
7960         Refactor the udp and interleaved loop function a bit.
7961
7962 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7965         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7966         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7967         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7968         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7969         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7970         * gst/rtsp/gstrtspsrc.h:
7971         Protect connection activity with a new lock, avoids deadlocks when going
7972         to PAUSED. Fixes #455808.
7973
7974 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7975
7976         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7977         Fix debug statement.
7978
7979 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7980
7981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7982         Fix stray %u in debug line as spotted by Saur on IRC.
7983
7984 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7985
7986         * gst/audiofx/audiochebyshevfreqband.c:
7987         (gst_audio_chebyshev_freq_band_class_init):
7988         * gst/audiofx/audiochebyshevfreqlimit.c:
7989         (gst_audio_chebyshev_freq_limit_class_init):
7990         Use generator macros for the process functions for the different
7991         sample types, add lower upper boundaries for the GObject properties
7992         so automatically generated UIs can use sliders and add a note about
7993         the number of poles as a too high number of poles combined with
7994         very low or very high frequencies will produce only noise.
7995         * docs/plugins/gst-plugins-good-plugins.args:
7996         Regenerated for the property changes.
7997
7998 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7999
8000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8001         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8002         (gst_rtspsrc_stream_configure_udp_sink),
8003         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8004         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8005         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8006         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8007         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8008         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8009         * gst/rtsp/gstrtspsrc.h:
8010         Improve timeout handling.
8011         Use the same socket for sending and receiving RTCP packets so that some
8012         servers can track clients better.
8013         Improve connection closed handling. Try to reconnect.
8014         Don't overwrite our content base with NULL.
8015         Improve debugging.
8016         Improve range parsing and handling.
8017         Remove flushing hack now that core does the right thing.
8018
8019 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8020
8021         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8022         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8023         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8024         (gst_multiudpsink_close), (gst_multiudpsink_add):
8025         * gst/udp/gstmultiudpsink.h:
8026         Add support for getting and setting the socket to use.
8027
8028         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8029         (gst_udpsrc_create), (gst_udpsrc_get_property):
8030         Add support for getting the currently used socket.
8031
8032 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8033
8034         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8035
8036         * gst/audiofx/Makefile.am:
8037         * gst/audiofx/audiochebyshevfreqband.c:
8038         (gst_audio_chebyshev_freq_band_mode_get_type),
8039         (gst_audio_chebyshev_freq_band_base_init),
8040         (gst_audio_chebyshev_freq_band_dispose),
8041         (gst_audio_chebyshev_freq_band_class_init),
8042         (gst_audio_chebyshev_freq_band_init),
8043         (generate_biquad_coefficients), (calculate_gain),
8044         (generate_coefficients),
8045         (gst_audio_chebyshev_freq_band_set_property),
8046         (gst_audio_chebyshev_freq_band_get_property),
8047         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8048         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8049         (gst_audio_chebyshev_freq_band_start):
8050         * gst/audiofx/audiochebyshevfreqband.h:
8051         * gst/audiofx/audiochebyshevfreqlimit.c:
8052         (gst_audio_chebyshev_freq_limit_mode_get_type),
8053         (gst_audio_chebyshev_freq_limit_base_init),
8054         (gst_audio_chebyshev_freq_limit_dispose),
8055         (gst_audio_chebyshev_freq_limit_class_init),
8056         (gst_audio_chebyshev_freq_limit_init),
8057         (generate_biquad_coefficients), (calculate_gain),
8058         (generate_coefficients),
8059         (gst_audio_chebyshev_freq_limit_set_property),
8060         (gst_audio_chebyshev_freq_limit_get_property),
8061         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8062         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8063         (gst_audio_chebyshev_freq_limit_start):
8064         * gst/audiofx/audiochebyshevfreqlimit.h:
8065         * gst/audiofx/audiofx.c: (plugin_init):
8066         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8067         Fixes #464800.
8068
8069         * tests/check/Makefile.am:
8070         * tests/check/elements/.cvsignore:
8071         * tests/check/elements/audiochebyshevfreqband.c:
8072         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8073         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8074         * tests/check/elements/audiochebyshevfreqlimit.c:
8075         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8076         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8077         Add unit tests for the chebyshev filters.
8078
8079         * docs/plugins/Makefile.am:
8080         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8081         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8082         * docs/plugins/gst-plugins-good-plugins.args:
8083         * docs/plugins/inspect/plugin-1394.xml:
8084         * docs/plugins/inspect/plugin-audiofx.xml:
8085         * docs/plugins/inspect/plugin-dv.xml:
8086         * docs/plugins/inspect/plugin-flac.xml:
8087         * docs/plugins/inspect/plugin-jpeg.xml:
8088         * docs/plugins/inspect/plugin-png.xml:
8089         * docs/plugins/inspect/plugin-rtp.xml:
8090         * docs/plugins/inspect/plugin-shout2send.xml:
8091         * docs/plugins/inspect/plugin-wavpack.xml:
8092         And add docs for the chebyshev filters. While doing
8093         that also run make update in docs/plugins.
8094
8095 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8096
8097         * ext/annodex/gstcmmltag.c:
8098         * gst/rtp/gstrtpvorbispay.c:
8099           Make ro memory to share.
8100
8101 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8102
8103         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8104         Improve UDP performance by avoiding a select() when we have data
8105         available immediatly.
8106
8107 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8108
8109         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8110         (gst_rtp_dec_class_init):
8111         * gst/rtsp/gstrtpdec.h:
8112         Add (dummy) SSRC management signals.
8113
8114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8115         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8116         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8117         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8118         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8119         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8120         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8121         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8122         * gst/rtsp/gstrtspsrc.h:
8123         Add connection-speed property.
8124         Add find_stream helper functions.
8125         Handle stream EOS based on BYE messages or SSRC timeout.
8126         Returns SUCCESS from the state change function as we hide our async
8127         elements from the parent.
8128
8129 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8130
8131         * gst/debug/rndbuffersize.c:
8132           Fix da leak.
8133
8134 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8135
8136         * gst/debug/Makefile.am:
8137         * gst/debug/breakmydata.c:
8138         * gst/debug/gstdebug.c:
8139         * gst/debug/negotiation.c:
8140         * gst/debug/progressreport.c:
8141         * gst/debug/rndbuffersize.c:
8142         * gst/debug/testplugin.c:
8143           Add new test element and clean-up the others a little.
8144
8145 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8146
8147         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8148         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8149
8150 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8151
8152         * gst/rtp/gstrtpilbcdepay.c:
8153           Include stdlib.
8154
8155 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8156
8157         * gst/rtp/gstrtpmpvdepay.c:
8158         Set the mpegversion in the caps so that autoplugging does not get
8159         confused.
8160
8161 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8162
8163         * po/hu.po:
8164         * po/uk.po:
8165         * po/vi.po:
8166           Updated translations.
8167
8168 2007-08-08  Michael Smith <msmith@fluendo.com>
8169
8170         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8171           Render right border in the correct location.
8172
8173 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8174
8175         Patch by: Olivier Crete <tester at tester dot ca>
8176
8177         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8178         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8179         Make mode property a string. Fixes #464475.
8180
8181 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8182
8183         * ext/flac/gstflacenc.c:
8184           Widen caps to match decoder a bit and add more FIXMEs.
8185
8186 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8187
8188         patch by: Mark Nauwelaerts <manauw@skynet.be>
8189
8190         * gst/avi/gstavimux.c:
8191           Fix ODML index tag numbering. Fixes #463624.
8192
8193 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8194
8195         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8196         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8197         (gst_rtspsrc_stream_configure_tcp),
8198         (gst_rtspsrc_stream_configure_udp_sink):
8199         Fix default clock-rate for realmedia.
8200         Fix parsing of transport.
8201         Don't try to link NULL pads.
8202
8203 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         * po/POTFILES.skip:
8206           Add POTFILES.skip with list of source files that aren't disted at the
8207           moment but contain translatable strings. Should hopefully pacify
8208           broken tools and make it clearer that these files are left out
8209           intentionally (#461600).
8210
8211 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8212
8213         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8214         If the buffer was entirely clipped ... don't try sending it :)
8215
8216 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8219         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8220         (gst_rtspsrc_create_transports_string),
8221         (gst_rtspsrc_prepare_transports):
8222         If we don't hav a session manager, set the caps on outgoing buffers
8223         ourselves.
8224         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8225         Append final bit of the transport string even when it does not contain a
8226         placeholder.
8227
8228 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8229
8230         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8231         (gst_rtsp_ext_list_connect):
8232         * gst/rtsp/gstrtspext.h:
8233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8234         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8235         Clean up the interface list.
8236         Allow connecting to interface signals for the extensions.
8237         Remove old extension code.
8238         Free list on cleanup.
8239         Allow extensions to send additional RTSP messages.
8240
8241 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8242
8243         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8244         Handle a NULL gconf key gracefully by rendering the default element.
8245
8246 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8247
8248         * gst/rtsp/gstrtspext.h:
8249         Fix include path for extension interface.
8250
8251 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8252
8253         * gst/audiofx/audioamplify.h:
8254         Also remove a now unecessary variable here.
8255
8256 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8257
8258         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8259         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8260         * gst/audiofx/audiodynamic.c:
8261         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8262         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8263         * gst/audiofx/audiodynamic.h:
8264         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8265         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8266         * gst/audiofx/audioinvert.h:
8267         Don't save format information ourselves, this is already saved in
8268         GstAudioFilter.
8269
8270 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8271
8272         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8273         (gst_rtsp_ext_list_stream_select):
8274         * gst/rtsp/gstrtspext.h:
8275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8276         Use rank to filter out extensions.
8277         Add url to stream_select interface call.
8278
8279 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8280
8281         * gst/rtsp/Makefile.am:
8282         * gst/rtsp/base64.c:
8283         * gst/rtsp/base64.h:
8284         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8285         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8286         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8287         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8288         (gst_rtsp_ext_list_setup_media),
8289         (gst_rtsp_ext_list_configure_stream),
8290         (gst_rtsp_ext_list_get_transports),
8291         (gst_rtsp_ext_list_stream_select):
8292         * gst/rtsp/gstrtspext.h:
8293         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8294         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8295         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8296         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8297         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8298         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8299         (gst_rtspsrc_stream_configure_tcp),
8300         (gst_rtspsrc_stream_configure_mcast),
8301         (gst_rtspsrc_stream_configure_udp),
8302         (gst_rtspsrc_stream_configure_udp_sink),
8303         (gst_rtspsrc_stream_configure_transport),
8304         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8305         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8306         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8307         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8308         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8309         (gst_rtspsrc_parse_methods),
8310         (gst_rtspsrc_create_transports_string),
8311         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8312         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8313         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8314         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8315         * gst/rtsp/gstrtspsrc.h:
8316         * gst/rtsp/rtsp.h:
8317         * gst/rtsp/rtspconnection.c:
8318         * gst/rtsp/rtspconnection.h:
8319         * gst/rtsp/rtspdefs.c:
8320         * gst/rtsp/rtspdefs.h:
8321         * gst/rtsp/rtspext.h:
8322         * gst/rtsp/rtspextwms.c:
8323         * gst/rtsp/rtspextwms.h:
8324         * gst/rtsp/rtspmessage.c:
8325         * gst/rtsp/rtspmessage.h:
8326         * gst/rtsp/rtsprange.c:
8327         * gst/rtsp/rtsprange.h:
8328         * gst/rtsp/rtsptransport.c:
8329         * gst/rtsp/rtsptransport.h:
8330         * gst/rtsp/rtspurl.c:
8331         * gst/rtsp/rtspurl.h:
8332         * gst/rtsp/sdp.h:
8333         * gst/rtsp/sdpmessage.c:
8334         * gst/rtsp/sdpmessage.h:
8335         * gst/rtsp/test.c:
8336         Use shiny new RTSP and SDP library.
8337         Implement RTSP extensions using the new interface.
8338         Remove a lot of old code.
8339
8340 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8341
8342         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8343         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8344
8345 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8346
8347         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8348         Don't unref the outgoing buffer twice when dropping it because it's
8349         outside of the segment.
8350
8351 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8352
8353         * configure.ac:
8354         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8355         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8356         Use the new buffer clipping function from gstaudio here and
8357         require gst-plugins-base CVS.
8358         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8359         For framed Wavpack buffers we require a valid timestamp.
8360
8361 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8362
8363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8364         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8365         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8366         Clip raw audio and video when we can, keep track of current output
8367         segment.
8368         Don't leak buffers and events when there is no output pad.
8369         Improve debugging here and there.
8370
8371 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8372
8373         * configure.ac:
8374           Sync liboil check with plugins-base.
8375
8376 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8377
8378         * ext/annodex/Makefile.am:
8379           Fix CFLAGS/LIBS.
8380
8381         * ext/cdio/gstcdiocddasrc.c:
8382         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8383           Include stdlib
8384
8385         * ext/cairo/Makefile.am:
8386         * gst/videofilter/Makefile.am:
8387         * tests/examples/level/Makefile.am:
8388           Use $(LIBM) instead of -lm
8389
8390 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8391
8392         * sys/v4l2/gstv4l2src.c:
8393           Add another example pipeline.
8394
8395 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8396
8397         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8398
8399         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8400           Use define here.
8401
8402         * sys/v4l2/gstv4l2tuner.c:
8403         (gst_v4l2_tuner_set_frequency_and_notify):
8404           Don't touch the property - its still disabled.
8405
8406         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8407         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8408         * sys/v4l2/v4l2src_calls.h:
8409           Improve fallback format negotionation. Fixes #451388
8410
8411 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8412
8413         * tests/check/elements/videocrop.c: (GST_START_TEST):
8414           Fix the test.
8415
8416 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8417
8418         * docs/plugins/Makefile.am:
8419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8421         * docs/plugins/inspect/plugin-jpeg.xml:
8422         * docs/plugins/inspect/plugin-png.xml:
8423         * ext/jpeg/gstjpegdec.c:
8424         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8425         (gst_pngdec_sink_setcaps):
8426           More docs. More logs in pngdec.
8427
8428 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8429
8430         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8431           Initialize num_buffers with minimum value.
8432
8433         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8434         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8435           Handle frame-size query failure gracefully.
8436
8437 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8438
8439         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8440         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8441         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8442         of qt/aac files.
8443
8444 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8445
8446         * ext/wavpack/gstwavpackdec.c:
8447         (gst_wavpack_dec_clip_outgoing_buffer):
8448         Fix buffer clipping to correctly clip to the segment stop.
8449
8450 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8451
8452         * configure.ac:
8453         * tests/Makefile.am:
8454         Remove bogus check for libcheck, since we check for
8455         gstreamer-check and it pulls in the required info from there,
8456         and we weren't actually _using_ the information for libcheck
8457         ourselves anyway.
8458
8459 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8460
8461         * configure.ac:
8462           Use pkg-config to locate check.
8463
8464 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8467         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8468         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8469         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8470         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8471         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8472         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8473         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8474         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8475         * gst/effectv/gstrev.c: (gst_revtv_transform):
8476         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8477         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8478         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8479         * gst/matroska/matroska-demux.c:
8480         (gst_matroska_demux_add_wvpk_header),
8481         (gst_matroska_demux_check_subtitle_buffer),
8482         (gst_matroska_decode_buffer):
8483         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8484           Fix build against core CVS.
8485
8486 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8487
8488         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8489         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8490         don't have enough granularity to convert that boolean into a
8491         GstFlowReturn.
8492
8493 2007-07-06  Michael Smith <msmith@fluendo.com>
8494
8495         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8496         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8497         (gst_alawdec_change_state):
8498         * gst/law/alaw-decode.h:
8499         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8500         (gst_mulawdec_class_init), (gst_mulawdec_init),
8501         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8502         * gst/law/mulaw-decode.h:
8503           Fix capsnego bogosity in *law decoders. 
8504
8505 2007-07-06  Michael Smith <msmith@fluendo.com>
8506
8507         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8508         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8509         (gst_smokeenc_change_state):
8510         * ext/jpeg/gstsmokeenc.h:
8511           Remove stupidity in get/set caps functions.
8512           Fix some refcounting problems.
8513
8514 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8515
8516         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8517         Remove endianness-flipping hack that seems to have been required
8518         only because of a bug in ffmpegcolorspace.
8519         Partially Fixes: #451908
8520
8521 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8522
8523         * docs/plugins/Makefile.am:
8524           Simplify --extra-dir as gtkdoc scans recursively.
8525
8526 2007-07-03  Wim Taymans  <wim@fluendo.com>
8527
8528         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8529
8530         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8531         Set the encoding-name in the rtp caps to all uppercase, as required by
8532         the caps spec.
8533         Some small cleanups in the error paths. Fixes #453037.
8534
8535 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8536
8537         * ext/wavpack/gstwavpackparse.c:
8538         (gst_wavpack_parse_index_get_last_entry),
8539         (gst_wavpack_parse_index_get_entry_from_sample),
8540         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8541         (gst_wavpack_parse_scan_to_find_sample):
8542         * ext/wavpack/gstwavpackparse.h:
8543         Use a GSList for the GArray that is used like a list anyway.
8544
8545 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8548         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8549         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8550           Add state change function where we set 0/1 as default framerate in
8551           case our setcaps function isn't called, like it might not in a
8552           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8553           gdkpixbufdec trying to create caps with a 0/0 framerate.
8554           Also post an error message on the bus if gst_pad_push() fails when
8555           called from our sink event handler (+1 for flow returns for event
8556           functions in 0.11) instead of failing silently.
8557
8558 2007-06-27  Wim Taymans  <wim@fluendo.com>
8559
8560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8561         Cast stack args to the proper types. Fixes #451249.
8562
8563 2007-06-27  Wim Taymans  <wim@fluendo.com>
8564
8565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8566         (new_session_pad), (gst_rtspsrc_setup_streams):
8567         * gst/rtsp/gstrtspsrc.h:
8568         For container formats we only need to activate one of the streams so
8569         that we correctly signal no-more-pads. Fixes #451015.
8570
8571 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8572
8573         * docs/plugins/gst-plugins-good-plugins.args:
8574         * docs/plugins/inspect/plugin-aasink.xml:
8575         * docs/plugins/inspect/plugin-alaw.xml:
8576         * docs/plugins/inspect/plugin-alpha.xml:
8577         * docs/plugins/inspect/plugin-alphacolor.xml:
8578         * docs/plugins/inspect/plugin-annodex.xml:
8579         * docs/plugins/inspect/plugin-apetag.xml:
8580         * docs/plugins/inspect/plugin-audiofx.xml:
8581         * docs/plugins/inspect/plugin-auparse.xml:
8582         * docs/plugins/inspect/plugin-autodetect.xml:
8583         * docs/plugins/inspect/plugin-avi.xml:
8584         * docs/plugins/inspect/plugin-cacasink.xml:
8585         * docs/plugins/inspect/plugin-cairo.xml:
8586         * docs/plugins/inspect/plugin-cdio.xml:
8587         * docs/plugins/inspect/plugin-cutter.xml:
8588         * docs/plugins/inspect/plugin-debug.xml:
8589         * docs/plugins/inspect/plugin-efence.xml:
8590         * docs/plugins/inspect/plugin-effectv.xml:
8591         * docs/plugins/inspect/plugin-esdsink.xml:
8592         * docs/plugins/inspect/plugin-flac.xml:
8593         * docs/plugins/inspect/plugin-flxdec.xml:
8594         * docs/plugins/inspect/plugin-gconfelements.xml:
8595         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8596         * docs/plugins/inspect/plugin-goom.xml:
8597         * docs/plugins/inspect/plugin-halelements.xml:
8598         * docs/plugins/inspect/plugin-icydemux.xml:
8599         * docs/plugins/inspect/plugin-id3demux.xml:
8600         * docs/plugins/inspect/plugin-jpeg.xml:
8601         * docs/plugins/inspect/plugin-ladspa.xml:
8602         * docs/plugins/inspect/plugin-level.xml:
8603         * docs/plugins/inspect/plugin-matroska.xml:
8604         * docs/plugins/inspect/plugin-mulaw.xml:
8605         * docs/plugins/inspect/plugin-multipart.xml:
8606         * docs/plugins/inspect/plugin-navigationtest.xml:
8607         * docs/plugins/inspect/plugin-ossaudio.xml:
8608         * docs/plugins/inspect/plugin-png.xml:
8609         * docs/plugins/inspect/plugin-quicktime.xml:
8610         * docs/plugins/inspect/plugin-rtp.xml:
8611         * docs/plugins/inspect/plugin-rtsp.xml:
8612         * docs/plugins/inspect/plugin-smpte.xml:
8613         * docs/plugins/inspect/plugin-speex.xml:
8614         * docs/plugins/inspect/plugin-taglib.xml:
8615         * docs/plugins/inspect/plugin-udp.xml:
8616         * docs/plugins/inspect/plugin-videobalance.xml:
8617         * docs/plugins/inspect/plugin-videobox.xml:
8618         * docs/plugins/inspect/plugin-videocrop.xml:
8619         * docs/plugins/inspect/plugin-videoflip.xml:
8620         * docs/plugins/inspect/plugin-videomixer.xml:
8621         * docs/plugins/inspect/plugin-wavenc.xml:
8622         * docs/plugins/inspect/plugin-wavparse.xml:
8623         * docs/plugins/inspect/plugin-ximagesrc.xml:
8624           Update docs with caps info.
8625
8626 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * po/POTFILES.in:
8629           Add more files with translatable strings (#450878).
8630
8631 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8632
8633         * MAINTAINERS:
8634         Updating all the maintainers files
8635
8636 2007-06-22  Edward Hervey  <edward@fluendo.com>
8637
8638         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8639         * gst/interleave/deinterleave.c: (deinterleave_init),
8640         (deinterleave_sink_link):
8641         * gst/interleave/interleave.c: (interleave_init):
8642         * gst/median/gstmedian.c: (gst_median_init):
8643         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8644         Fix memory leaks.
8645         * tests/check/elements/id3demux.c: (pad_added_cb):
8646         Remove unused variable.
8647
8648 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8649
8650         * ext/gconf/gconf.h:
8651         Make the prototype of gst_gconf_get_key_for_sink_profile
8652         match the implementation.
8653         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8654         Fixes: #449747
8655
8656 2007-06-20  Michael Smith <msmith@fluendo.com>
8657
8658         * gst/rtp/gstrtpdepay.c:
8659           Fix description - rtpdepay is not a payloader.
8660
8661 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8662
8663         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8664         (qtdemux_video_caps):
8665         * gst/qtdemux/qtdemux_fourcc.h:
8666           Add MJPG to the variants of motion jpeg.
8667
8668 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * tests/check/Makefile.am:
8671         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8672         * tests/check/elements/videocrop.c: (GST_START_TEST):
8673         * tests/check/elements/videofilter.c:
8674         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8675         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8676           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8677           error flags are included and it errors out on compiler warnings
8678           for CVS builds; remove unused variables in various unit tests.
8679
8680 2007-06-19  Wim Taymans  <wim@fluendo.com>
8681
8682         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8683         (rtsp_connection_close), (rtsp_connection_free):
8684         Use threadsafe inet_ntop to convert an ip number to a string. 
8685         Fixes #447961.
8686         Don't leak fd (and ip) when freeing a connection without first closing
8687         it.
8688
8689 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8690
8691         * configure.ac:
8692         Back to CVS
8693
8694         * gst-plugins-good.doap:
8695         Add 0.10.6 to the doap file.
8696
8697 === release 0.10.6 ===
8698
8699 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8700
8701         * configure.ac:
8702           releasing 0.10.6, "Wobble Board"
8703
8704 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8705
8706         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8707         (rtsp_connection_free):
8708           Revert previous commit again, since we are frozen (sorry).
8709
8710 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8711
8712         Patch by: Peter Kjellerstedt <pkj at axis com>
8713
8714         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8715         (rtsp_connection_free):
8716           inet_ntoa() uses a static buffer internally, so we need to copy the
8717           returned string if we want to store it for later (#447961).
8718
8719 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8720
8721         * win32/vs6/autogen.dsp:
8722         * win32/vs6/gst_plugins_good.dsw:
8723         * win32/vs6/libgstalaw.dsp:
8724         * win32/vs6/libgstalpha.dsp:
8725         * win32/vs6/libgstalphacolor.dsp:
8726         * win32/vs6/libgstapetag.dsp:
8727         * win32/vs6/libgstaudiofx.dsp:
8728         * win32/vs6/libgstauparse.dsp:
8729         * win32/vs6/libgstautodetect.dsp:
8730         * win32/vs6/libgstavi.dsp:
8731         * win32/vs6/libgstcutter.dsp:
8732         * win32/vs6/libgstdirectdraw.dsp:
8733         * win32/vs6/libgstdirectsound.dsp:
8734         * win32/vs6/libgsteffectv.dsp:
8735         * win32/vs6/libgstflx.dsp:
8736         * win32/vs6/libgstgoom.dsp:
8737         * win32/vs6/libgsticydemux.dsp:
8738         * win32/vs6/libgstid3demux.dsp:
8739         * win32/vs6/libgstinterleave.dsp:
8740         * win32/vs6/libgstjpeg.dsp:
8741         * win32/vs6/libgstlevel.dsp:
8742         * win32/vs6/libgstmatroska.dsp:
8743         * win32/vs6/libgstmedian.dsp:
8744         * win32/vs6/libgstmonoscope.dsp:
8745         * win32/vs6/libgstmulaw.dsp:
8746         * win32/vs6/libgstmultipart.dsp:
8747         * win32/vs6/libgstqtdemux.dsp:
8748         * win32/vs6/libgstrtp.dsp:
8749         * win32/vs6/libgstrtsp.dsp:
8750         * win32/vs6/libgstsmpte.dsp:
8751         * win32/vs6/libgstspeex.dsp:
8752         * win32/vs6/libgstudp.dsp:
8753         * win32/vs6/libgstvideobalance.dsp:
8754         * win32/vs6/libgstvideobox.dsp:
8755         * win32/vs6/libgstvideocrop.dsp:
8756         * win32/vs6/libgstvideoflip.dsp:
8757         * win32/vs6/libgstvideomixer.dsp:
8758         * win32/vs6/libgstwaveform.dsp:
8759         * win32/vs6/libgstwavenc.dsp:
8760         * win32/vs6/libgstwavparse.dsp:
8761         Mark *.dsp & *.dsw as binary files and convert to DOS line
8762         endings, as they don't load into VS6 correctly otherwise.
8763
8764 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8765
8766         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8767         (rtsp_connection_connect):
8768         Fix the MingW build. 
8769         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8770         Fixes: #446981
8771
8772 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8773
8774         * tests/check/elements/.cvsignore:
8775         * tests/icles/.cvsignore:
8776         Hush the buildbots up
8777
8778 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8779
8780         * configure.ac:
8781         * sys/Makefile.am:
8782         * sys/directdraw/Makefile.am:
8783         * sys/directsound/Makefile.am:
8784         * sys/waveform/Makefile.am:
8785         Make sure to dist everything needed for win32 builds.
8786
8787 2007-06-14  Edward Hervey  <edward@fluendo.com>
8788
8789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8790         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8791         caps.
8792         Fixes #447458
8793
8794 2007-06-13  Wim Taymans  <wim@fluendo.com>
8795
8796         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8797         Make sure we allocate enough memory for the codec_data.
8798         Fixes #447210.
8799
8800 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8801
8802         * win32/MANIFEST:
8803         Add videocrop project file to the win32 manifest.
8804         * win32/vs6/gst_plugins_good.dsw:
8805         Add qtdemux,videocrop and waveform projects to the workspace.
8806         * win32/vs6/libgstqtdemux.dsp:
8807         Add zlib to the link list of qtdemux.
8808         * win32/vs6/libgstvideocrop.dsp:
8809         Add a project file for videocrop.
8810
8811 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8812
8813         * po/POTFILES.in:
8814         Add qtdemux for translation
8815
8816 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8817
8818         * configure.ac:
8819         * docs/plugins/Makefile.am:
8820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8822         * docs/plugins/inspect/plugin-videocrop.xml:
8823         * gst-plugins-good.spec.in:
8824         * sys/Makefile.am:
8825         * tests/check/Makefile.am:
8826         * tests/icles/Makefile.am:
8827         * tests/icles/videocrop-test.c:
8828         Move videocrop and osxvideo from -bad.
8829
8830 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8831
8832         * configure.ac:
8833         * docs/plugins/Makefile.am:
8834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8835         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8836         * docs/plugins/gst-plugins-good-plugins.args:
8837         * docs/plugins/inspect/plugin-qtdemux.xml:
8838         * docs/plugins/inspect/plugin-quicktime.xml:
8839         * win32/MANIFEST:
8840         Move qtdemux from -bad.
8841
8842         * gst-plugins-good.spec.in:
8843         Update spec file to reflect moving of qtdemux and wavpack
8844
8845 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8846         
8847         * win32/MANIFEST:
8848         * docs/plugins/Makefile.am:
8849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8851         * docs/plugins/inspect/plugin-directdraw.xml:
8852         * docs/plugins/inspect/plugin-directsound.xml:
8853         * docs/plugins/inspect/plugin-waveform.xml:
8854         Move the waveform plugin from -bad too. Update the inspect xml
8855         files to mention Plugins Good instead of Plugins Bad.
8856
8857 2007-06-12  Andy Wingo  <wingo@pobox.com>
8858
8859         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8860         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8861         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8862         finalization and resuscitation. No longer public.
8863         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8864         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8865         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8866         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8867         miniobject semantics, and be threadsafe.
8868         (gst_v4l2src_queue_frame): Remove this function, as we just call
8869         the ioctls directly in the two places where we queue buffers.
8870         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8871         directly.
8872         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8873         to allocate the pool, which also preallocates the GstBuffers.
8874         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8875         queueing the frames directly.
8876         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8877         mmap buffers have been dequeued.
8878
8879         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8880         real MiniObject instead of rolling our own refcounting and
8881         finalizing. Give it a lock.
8882         (struct _GstV4l2Buffer): Remove one intermediary object, having
8883         the buffers hold the struct v4l2_buffer directly.
8884
8885         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8886         capture_init so that it can set them on the buffers that it will
8887         create.
8888         (gst_v4l2src_get_read): For better or for worse, include the
8889         timestamping and offsetting code here; really we should be using
8890         bufferalloc though.
8891         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8892         preallocated, mmap'd buffers.
8893
8894 2007-06-11  Wim Taymans  <wim@fluendo.com>
8895
8896         Patch by: daniel fischer <dan at f3c dot com>
8897
8898         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8899         (gst_ximage_src_get_caps):
8900         Actually use the display_name property so that we can dump any
8901         available X display. Fixes #445905.
8902
8903 2007-06-11  Wim Taymans  <wim@fluendo.com>
8904
8905         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8906
8907         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8908         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8909         Add missing rate fields to caps. Fixes #441118.
8910
8911 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8912
8913         * win32/vs6/gst_plugins_good.dsw:
8914         * win32/vs8/gst-plugins-good.sln:
8915         Add DirectSound and DirectDraw sinks project files to
8916         workspace and solution files.
8917
8918 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8919
8920         Patch by: Josh Coalson <xflac at yahoo dot com>,
8921         updated by Alexis Ballier <aballier at gentoo dot org>:
8922
8923         * configure.ac:
8924         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8925         (gst_flac_dec_setup_seekable_decoder),
8926         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8927         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8928         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8929         * ext/flac/gstflacdec.h:
8930         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8931         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8932         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8933         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8934         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8935         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8936         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8937         * ext/flac/gstflacenc.h:
8938         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8939         
8940 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8941
8942         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8943         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8944         not necessary anymore as we need at least that core version. 
8945
8946 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8947
8948         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8949         (gst_wavpack_dec_chain):
8950         * ext/wavpack/gstwavpackdec.h:
8951         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8952         (gst_wavpack_parse_push_buffer):
8953         * ext/wavpack/gstwavpackparse.h:
8954         Improve discont handling by checking if the next Wavpack block has
8955         the expected, following block index.
8956
8957 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8960           Fix element description.
8961
8962 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8963
8964         * configure.ac:
8965         * docs/plugins/Makefile.am:
8966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8968         * docs/plugins/gst-plugins-good-plugins.args:
8969         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8970         * docs/plugins/gst-plugins-good-plugins.signals:
8971         * docs/plugins/inspect/plugin-autodetect.xml:
8972         * docs/plugins/inspect/plugin-gconfelements.xml:
8973         * docs/plugins/inspect/plugin-ladspa.xml:
8974         * docs/plugins/inspect/plugin-rtp.xml:
8975         * docs/plugins/inspect/plugin-wavpack.xml:
8976         * ext/Makefile.am:
8977         * tests/check/Makefile.am:
8978           move wavpack plugin.  See #352605.
8979
8980 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8981
8982         * configure.ac:
8983         * docs/plugins/Makefile.am:
8984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8986         * docs/plugins/gst-plugins-good-plugins.args:
8987         * sys/Makefile.am:
8988         * win32/MANIFEST:
8989         Add DirectDraw & DirectSound plugins to the build and docs.
8990
8991 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8994         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8995           When operating in pull mode, error out correct on not-linked.
8996
8997 2007-06-06  Andy Wingo  <wingo@pobox.com>
8998
8999         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9000         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9001         format and size if the ioctls are defined; should fix compilation
9002         on Linux < 2.16.19.
9003
9004 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9007           Printf fixes in debug statements; use LOG level for debug statements
9008           that are printed for each and every frame; convert c++ comments to
9009           C-style comments; not much point using g_try_malloc() if we then not
9010           even check the return value.
9011
9012 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * configure.ac:
9015           Bump requirements to released versions (core and base 0.10.13).
9016
9017         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9018           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9019           own implementation.
9020
9021 2007-06-05  Andy Wingo  <wingo@pobox.com>
9022
9023         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9024         some useless comments.
9025
9026         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9027         frames before calling STREAMON, that might leave them in a state
9028         where they can't be dequeued if we go back to NULL without calling
9029         STREAMON, according to the docs.
9030         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9031         before we call STREAMON.
9032         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9033         failures. (For me this code hung.) The pool refcounting is still
9034         crack; added a note to that effect.
9035
9036 2007-06-05  Wim Taymans  <wim@fluendo.com>
9037
9038         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9039         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9040         Add support for mapping gst structure names to the MIME type equivalent.
9041         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9042
9043 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9044
9045         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9046         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9047         (gst_wavenc_chain), (gst_wavenc_change_state):
9048         * gst/wavenc/gstwavenc.h:
9049         Properly write wav files with width!=depth by having the depth most
9050         significant bytes set and all others zero. Fixes #442535.
9051
9052 2007-06-01  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst/rtsp/rtspconnection.c:
9055         Add include to make buildbot happy.
9056
9057 2007-06-01  Wim Taymans  <wim@fluendo.com>
9058
9059         Patch by: Peter Kjellerstedt  <pkj at axis com>
9060
9061         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9062         (rtsp_connection_connect), (add_date_header),
9063         (rtsp_connection_send), (parse_response_status),
9064         (parse_request_line), (parse_line), (rtsp_connection_receive):
9065         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9066         * gst/rtsp/rtspdefs.h:
9067         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9068         (rtsp_message_init_request), (rtsp_message_init_response),
9069         (rtsp_message_remove_header), (rtsp_message_append_headers),
9070         (rtsp_message_dump):
9071         * gst/rtsp/rtspmessage.h:
9072         Improves version checking, allowing an RTSP server to reply with "505
9073         RTSP Version not supported.
9074         Adds a Date header to all messages.
9075         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9076         want to be able to send a response even if something in the request was
9077         invalid. EINVAL is only used when passing wrong arguments to functions.
9078         Do not handle an invalid method in parse_request_line(). Defer this to
9079         the caller so it can respond with "405 Method Not Allowed".
9080         Improves parsing of the timeout parameter to the Session header,
9081         allowing whitespace after the semicolon. 
9082         Avoids a compiler warning due to variables shadowing a function argument.
9083
9084 2007-06-01  Wim Taymans  <wim@fluendo.com>
9085
9086         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9087
9088         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9089         (gst_rtp_amr_depay_process):
9090         * gst/rtp/gstrtpamrdepay.h:
9091         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9092         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9093         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9094         * gst/rtp/gstrtpamrpay.h:
9095         Add support for AMR-WB.
9096         Small cleanups such as using BOILERPLATE.
9097
9098 2007-05-31  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9101         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9102
9103 2007-05-30  Andy Wingo  <wingo@pobox.com>
9104
9105         * sys/v4l2/gstv4l2object.h: 
9106         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9107         unintended changes.
9108
9109         * sys/v4l2/v4l2src_calls.h: 
9110         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9111         the format list in the order that the driver gives it to us.
9112         (gst_v4l2src_probe_caps_for_format_and_size)
9113         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9114         based on the capabilities of the device.
9115         (gst_v4l2src_grab_frame): Update for object variable renaming.
9116         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9117         as in the set_caps below.
9118         (gst_v4l2src_capture_init): Update for object variable renaming,
9119         and reflow.
9120         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9121         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9122         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9123         (gst_v4l2src_get_fps): Remove; these functions don't have much
9124         meaning outside of an atomic set_caps method.
9125         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9126         known.
9127
9128         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9129         call to update_fps; not sure about this change.
9130         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9131         moment we don't have an update_fps_func.
9132
9133         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9134         structures in the object, just store what we need. Do store the
9135         probed caps of the device. Don't store the current frame rate.
9136
9137         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9138         update_fps_function, for now. Update for new object variable
9139         naming.
9140         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9141         new object variable naming.
9142         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9143         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9144         (gst_v4l2src_get_caps): Rework to probe the device for supported
9145         frame sizes and frame rates.
9146         (gst_v4l2src_set_caps): Rework to be strict in the given
9147         parameters: if someone asks us to have a certain size and rate,
9148         that is what we configure.
9149         (gst_v4l2src_get_read): Update for object variable naming. Don't
9150         leak buffers on short reads.
9151         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9152         comments.
9153         (gst_v4l2src_create): Update for object variable naming.
9154
9155 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9158         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9159         * gst/avi/gstavidemux.h:
9160           Parse subtitle text streams instead of erroring out (#442034). Still
9161           needs a parser for the subtitles to actually show up.
9162
9163 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9166         (gst_avi_demux_loop):
9167           Make _push_event() return TRUE if the event could be pushed on at
9168           least one pad and not only if it could be pushed on all pads,
9169           otherwise we'll end up posting an error message on EOS if one or
9170           more source pads are not connected.
9171
9172 2007-05-28  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/rtsp/rtsptransport.c:
9175         Use renamed RTP bin.
9176
9177 2007-05-28  Wim Taymans  <wim@fluendo.com>
9178
9179         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9180
9181         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9182         (gst_video_box_set_property), (gst_video_box_transform_caps),
9183         (video_box_recalc_transform), (gst_video_box_set_caps),
9184         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9185         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9186         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9187         (gst_video_box_i420_i420), (gst_video_box_transform),
9188         (plugin_init):
9189         Add AYUV->AYUV and AYUV->I420 formats. 
9190         Fix negotiation and I420->AYUV conversion.
9191         Fixes #429329.
9192
9193 2007-05-26  Wim Taymans  <wim@fluendo.com>
9194
9195         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9196         Use different variables for nested for loops so that the outer loop
9197         functions properly and speex files with multiple frames per buffer work
9198         properly.
9199         Fixes #441408.
9200
9201 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9202
9203         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9204           Don't leak newsegment events.
9205
9206 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9207
9208         * gst/wavparse/Makefile.am:
9209           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9210           drags it in.
9211
9212 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9215         (notgst_value_array_append_buffer),
9216         (gst_flac_enc_process_stream_headers),
9217         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9218         (gst_flac_enc_change_state):
9219         * ext/flac/gstflacenc.h:
9220           Collect headers, add "streamheader" field to output caps and set
9221           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9222           produces output according to the official FLAC-to-Ogg mapping
9223           instead of completely broken files. Fixes #426044.
9224
9225 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9226
9227         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9228         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9229         (gst_id3demux_sink_event):
9230         * gst/id3demux/gstid3demux.h:
9231         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9232         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9233         (gst_tag_demux_send_new_segment):
9234         Handle and adjust new-segment events so that downstream really
9235         sees a stream with the tag pieces stripped off the front and back.
9236         Fixes strangeness in seeking when mp3 decoders use the new-segment
9237         byte position to estimate their current playback position timestamp
9238         and then the arriving buffers don't match up.
9239
9240 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9241
9242         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9243           Don't unnecessarily perform a READY->NULL->READY transition on the
9244           detected audio sink when starting up. Fixes: #440127
9245
9246 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9249         (gst_flac_enc_chain):
9250           Don't crash in chain function if setcaps hasn't been called.
9251
9252 2007-05-24  Wim Taymans  <wim@fluendo.com>
9253
9254         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9255         Init value to avoid infinte loops.
9256
9257 2007-05-24  Wim Taymans  <wim@fluendo.com>
9258
9259         Patch by: Peter Kjellerstedt  <pkj at axis com>
9260
9261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9262         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9263         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9264         (gst_rtspsrc_play):
9265         (rtsp_connection_send), (rtsp_connection_receive):
9266         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9267         Fix for new API.
9268
9269         * gst/rtsp/rtspconnection.c: (add_auth_header),
9270         Only add authorisation and session headers when sending messages.
9271
9272         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9273         (rtsp_message_init_request), (rtsp_message_init_response),
9274         (rtsp_message_unset), (rtsp_message_add_header),
9275         (rtsp_message_remove_header), (rtsp_message_get_header),
9276         (rtsp_message_append_headers), (dump_key_value),
9277         (rtsp_message_dump):
9278         * gst/rtsp/rtspmessage.h:
9279         Add support for multiple headers of the same type by storing the parsed
9280         headers in a GArray instaed of a hashtable.
9281
9282 2007-05-21  Wim Taymans  <wim@fluendo.com>
9283
9284         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9285         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9286         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9287         safer shutdown.
9288
9289 2007-05-21  Wim Taymans  <wim@fluendo.com>
9290
9291         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9292         * gst/rtsp/gstrtpdec.h:
9293         Added signal for backwards compat.
9294
9295 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9296         
9297         Patch by: René Stadler <mail at renestadler dot de>
9298
9299         * configure.ac:
9300         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9301         (gst_au_parse_parse_header), (gst_au_parse_chain):
9302         * gst/auparse/gstauparse.h:
9303         Use audioconvert for converting from non-native endianness floats
9304         in auparse instead of doing it ourself. Fixes #424527.
9305         This needs the audioconvert from plugins-base CVS.
9306         
9307 2007-05-21  Wim Taymans  <wim@fluendo.com>
9308
9309         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9310         (gst_rtp_h263p_pay_flush):
9311         Fix enum registration.
9312
9313 2007-05-21  Wim Taymans  <wim@fluendo.com>
9314
9315         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9316
9317         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9318         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9319         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9320         (gst_rtp_h263p_pay_flush):
9321         * gst/rtp/gstrtph263ppay.h:
9322         Add new fragmentation mode base on GOB headers. Fixes #438940.
9323
9324 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9327           Printf format fix.
9328
9329 2007-05-18  Wim Taymans  <wim@fluendo.com>
9330
9331         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9332         Don't crash when an unsupported transport error was returned by the
9333         server, just try to configure the next stream. Fixes #439255.
9334
9335 2007-05-18  Wim Taymans  <wim@fluendo.com>
9336
9337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9338         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9339         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9340         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9341         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9342         * gst/rtsp/gstrtspsrc.h:
9343         Add TCP timeout property and use it for all TCP connection.
9344
9345         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9346         (rtsp_connection_write), (rtsp_connection_next_timeout),
9347         (rtsp_connection_reset_timeout):
9348         Make connect and writes cancelable and make them use the timeout.
9349
9350 2007-05-18  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9353         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9354         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9355         (gst_rtspsrc_setup_streams):
9356         Refactor timeout handling.
9357         Also send keep-alive when dealing with TCP transport.
9358
9359         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9360         (rtsp_connection_free), (rtsp_connection_next_timeout),
9361         (rtsp_connection_reset_timeout):
9362         * gst/rtsp/rtspconnection.h:
9363         Use a timer to handle the session timeouts, add some methods to deal
9364         with timeouts.
9365
9366 2007-05-17  Wim Taymans  <wim@fluendo.com>
9367
9368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9369         (gst_rtspsrc_setup_streams):
9370         Ignore streams that fail the setup command, we will retry with a
9371         different transport later on.
9372
9373         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9374         (rtsp_ext_wms_configure_stream):
9375         Fix encoding name case.
9376
9377 2007-05-16  Edward Hervey  <edward@fluendo.com>
9378
9379         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9380         Fix build on macosx.
9381
9382 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9383
9384         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9385         Replace direct comparison of a string with the string literal "" with
9386         a comparison of the first character with '\0'. Fixes #438926.
9387
9388 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9389
9390         * gst/debug/breakmydata.c (gst_break_my_data_init):
9391           One more try. This should be the proper fix now.
9392
9393 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9394
9395         * gst/debug/breakmydata.c:
9396           Ooops, no // comments please.
9397
9398 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9399
9400         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9401         (gst_break_my_data_init):
9402           Fix gst_buffer_is_writable() assertion.
9403
9404 2007-05-14  David Schleef  <ds@schleef.org>
9405
9406         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9407           video/x-raw-bayer.  Fixes #314160.
9408
9409 2007-05-14  Wim Taymans  <wim@fluendo.com>
9410
9411         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9412         (gst_rtp_theora_depay_parse_configuration):
9413         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9414         (gst_rtp_theora_pay_finish_headers),
9415         (gst_rtp_theora_pay_handle_buffer):
9416         Update theora pay/depayloader in a similar to vorbis.
9417
9418         * gst/rtp/gstrtpvorbisdepay.c:
9419         (gst_rtp_vorbis_depay_parse_configuration):
9420         Update docs.
9421
9422 2007-05-14  Wim Taymans  <wim@fluendo.com>
9423
9424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9425         When we try to execute a method that is not supported by the server,
9426         don't error out but remove the method from the accepted methods so that
9427         we never try to perform this method again.
9428
9429 2007-05-14  Wim Taymans  <wim@fluendo.com>
9430
9431         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9432         Remove annoying _dump_mem.
9433
9434 2007-05-14  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9437         Parse range correctly.
9438
9439         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9440         The baseurl now always has a '/' at the start.
9441
9442 2007-05-14  Wim Taymans  <wim@fluendo.com>
9443
9444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9445         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9446         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9447         Factor out caps configuration and configure more stuff such as the time
9448         ranges and speed/scale values.
9449
9450         * gst/rtsp/rtsptransport.c:
9451         Add Copyright after non-trival fixes.
9452
9453 2007-05-12  Wim Taymans  <wim@fluendo.com>
9454
9455         Patch by: Peter Kjellerstedt  <pkj at axis com>
9456
9457         * gst/rtsp/gstrtspsrc.h:
9458         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9459         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9460         (rtsp_message_get_header):
9461         * gst/rtsp/rtspmessage.h:
9462         Make channel guint8 where possible.
9463         Make rtsp_message_init_data() take the channel as a guint8.
9464
9465         * gst/rtsp/rtspdefs.c:
9466         Fixed a typo: Timout -> Timeout
9467
9468         * gst/rtsp/rtspdefs.h:
9469         Make RTSP_CHECK() behave as a statement.
9470
9471         * gst/rtsp/sdpmessage.c:
9472         Avoid a compiler warning in INIT_ARRAY().
9473         Fixes #437692.
9474
9475 2007-05-12  Wim Taymans  <wim@fluendo.com>
9476
9477         Patch by: Peter Kjellerstedt  <pkj at axis com>
9478
9479         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9480         (rtsp_url_get_request_uri):
9481         * gst/rtsp/rtspurl.h:
9482         Add support for query parameters to RTSP URLs.
9483
9484 2007-05-12  Wim Taymans  <wim@fluendo.com>
9485
9486         Patch by: Peter Kjellerstedt  <pkj at axis com>
9487
9488         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9489         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9490         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9491         (rtsp_transport_parse), (rtsp_transport_as_text):
9492         * gst/rtsp/rtsptransport.h:
9493         Add validation to rtsp_transport_parse().
9494         Add rtsp_transport_as_text() to generate an RTSP header from an
9495         RTSPTransport.
9496         Change ssrc to guint (was a string) since that is what it is, even
9497         though it is sent as a hex string.
9498         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9499         incorrect, which can be seen when looking at the examples in the RFC).
9500         Fixes #437670.
9501
9502 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9503
9504         Patch by: Eric Anholt
9505
9506         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9507           gst_ximage_src_ximage_get):
9508         Use union of all damage between frames to make it faster.
9509         Fixes bug #342463.
9510         Also fix crasher when cursor is at bottom right of window.
9511
9512 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9515           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9516           streaming mode regression for file from #343837 with 'bext' chunk
9517           before the 'fmt' chunk.
9518
9519 2007-05-11  Wim Taymans  <wim@fluendo.com>
9520
9521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9522         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9523         (gst_rtspsrc_handle_src_event),
9524         (gst_rtspsrc_stream_configure_manager),
9525         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9526         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9527         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9528         * gst/rtsp/gstrtspsrc.h:
9529         * gst/rtsp/rtspdefs.h:
9530         Preliminary seek support.
9531         Activate internal pads so that we can receive events on them.
9532         Don't try to parse a range string when it's NULL.
9533
9534 2007-05-11  Wim Taymans  <wim@fluendo.com>
9535
9536         * gst/rtp/README:
9537         Update README with new RTP variables that will be used for
9538         synchronisation.
9539
9540         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9541         (gst_rtp_vorbis_depay_parse_configuration),
9542         (gst_rtp_vorbis_depay_process):
9543         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9544         (gst_rtp_vorbis_pay_finish_headers),
9545         (gst_rtp_vorbis_pay_handle_buffer):
9546         Update vorbis pay and depayloader to draft-04.
9547
9548 2007-05-11  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/rtsp/rtsptransport.c:
9551         UDP MCAST is actually the default for RTP/AVP.
9552 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9553
9554         * gst/level/gstlevel.c: (gst_level_transform_ip):
9555         Use guint8 * instead of gpointer then vs6 can build 
9556         in_data += (filter->width / 8).
9557
9558 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9559
9560         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9561           gst_ximage_src_ximage_get):
9562         * sys/ximage/gstximagesrc.h (last_ximage):
9563         When using Damage actually keep the last frame, and not assume
9564         that the buffer we get already has the last frame on it.
9565         Copy the cursor over if we specify a non-zero start x and
9566         start y.
9567
9568 2007-05-11  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst/rtsp/rtsptransport.c:
9571         Make UDP the default transport when not specified.
9572
9573 2007-05-09  David Schleef  <ds@schleef.org>
9574
9575         * gst/level/gstlevel.c:
9576           Revert last change.
9577
9578 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9579
9580         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9581         (gst_level_transform_ip):
9582         Use guint8 * instead of gpointer then vs6 know the size of data
9583         pointed when moving the pointer.
9584         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9585         Move instructions after variables declaration.
9586         * win32/vs6/autogen.dsp:
9587         * win32/vs6/libgstrtp.dsp:
9588         * win32/vs6/libgstrtsp.dsp:
9589         Update vs6 project files.
9590
9591 2007-05-09  Wim Taymans  <wim@fluendo.com>
9592
9593         * gst/rtsp/Makefile.am:
9594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9595         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9596         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9597         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9598         (rtsp_range_free):
9599         * gst/rtsp/rtsprange.h:
9600         Add code to parse time ranges.
9601         Report DURATION on the stream when possible.
9602
9603 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9604
9605         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9606         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9607         (gst_videomixer_collected):
9608           Fix strides calculation for AYUV (it's just width*4) (#436910).
9609
9610 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9611
9612         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9613         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9614         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9615         Sync the GObject properties before each processing step to properly
9616         work with the controller.
9617
9618 2007-05-04  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9621         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9622         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9623         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9624         (gst_rtspsrc_change_state):
9625         Let more error state trickle down so that we can catch more error
9626         cases.
9627         Handle keep-alive a little smarter by selecting a method the server
9628         actually supports.
9629         Fix a race in UDP streaming shutdown.
9630
9631 2007-05-04  Wim Taymans  <wim@fluendo.com>
9632
9633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9634         Ignore errors when trying to use the keep-alive messages.
9635
9636 2007-05-04  Wim Taymans  <wim@fluendo.com>
9637
9638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9639         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9640         (gst_rtspsrc_stream_configure_manager),
9641         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9642         (gst_rtspsrc_stream_configure_mcast),
9643         (gst_rtspsrc_stream_configure_udp),
9644         (gst_rtspsrc_stream_configure_udp_sink),
9645         (gst_rtspsrc_stream_configure_transport):
9646         Send RTCP messages back to the server over the TCP connection.
9647
9648         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9649         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9650         (rtsp_connection_receive):
9651         * gst/rtsp/rtspconnection.h:
9652         Factor out and expose lowlevel _write and _read methods.
9653         Implement sending data messages to the server.
9654
9655 2007-05-03  Wim Taymans  <wim@fluendo.com>
9656
9657         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9658         (gst_multipart_mux_collected):
9659         Fix timestamps on outgoing buffers.
9660
9661 2007-05-03  Wim Taymans  <wim@fluendo.com>
9662
9663         * gst/multipart/multipartmux.c:
9664         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9665         (gst_multipart_mux_change_state):
9666         Emit NEWSEGMENT events before pushing the first buffer.
9667
9668 2007-05-03  Wim Taymans  <wim@fluendo.com>
9669
9670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9671         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9672         (gst_rtspsrc_handle_src_query),
9673         (gst_rtspsrc_stream_configure_manager),
9674         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9675         (gst_rtspsrc_stream_configure_mcast),
9676         (gst_rtspsrc_stream_configure_udp),
9677         (gst_rtspsrc_stream_configure_udp_sink),
9678         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9679         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9680         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9681         (gst_rtspsrc_pause):
9682         Refactor transport configuration code.
9683         Create internal pads for TCP transport so that we can implement events
9684         and queries.
9685         Handle events and queries.
9686         Parse range from the SDP.
9687         Fix race in pause handler where the connection could still be flushing.
9688
9689 2007-05-02  Wim Taymans  <wim@fluendo.com>
9690
9691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9692         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9693         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9694         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9695         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9696         (gst_rtspsrc_change_state):
9697         * gst/rtsp/gstrtspsrc.h:
9698         Fix race when multiple udp sources post timeouts, just act on the first
9699         received timeout.
9700         Protect stream list with a recursive lock to fix some races.
9701         Flush connection when we need to do a reconnect or stop.
9702         Make state lock recursive.
9703
9704         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9705         (rtsp_connection_close):
9706         Some small cleanups.
9707
9708 2007-05-02  Wim Taymans  <wim@fluendo.com>
9709
9710         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9711         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9712         Only set DISCONT when there actually is a discont or when we just
9713         started.
9714
9715 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9716
9717         * ext/flac/gstflac.c: (plugin_init):
9718         Call bindtextdomain() to get localized strings.
9719
9720 2007-05-02  Wim Taymans  <wim@fluendo.com>
9721
9722         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9723         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9724         (gst_wavparse_stream_data):
9725         * gst/wavparse/gstwavparse.h:
9726         Be a bit more clever when dealing with VBR files with FACT tags, we
9727         don't want to timestamp buffers in that case but the estimated BPS can
9728         be used for seeking.
9729         Only send close segment in the streaming thread.
9730
9731 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9732
9733         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9734         Correctly post an error on the bus if something went wrong in the loop
9735         function. This fixes a few cases where the task was paused and nothing
9736         happened anymore.
9737
9738 2007-05-02  Wim Taymans  <wim@fluendo.com>
9739
9740         * gst/rtsp/test.c: (main):
9741         Fix compilation of deprecated test just because I'm too lazy to delete
9742         it.
9743
9744 2007-05-02  Wim Taymans  <wim@fluendo.com>
9745
9746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9747         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9748         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9749         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9750         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9751         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9752         * gst/rtsp/gstrtspsrc.h:
9753         Fix sending RTCP to the right place.
9754         Fix bug in reffing the wrong UDP element.
9755         Use new pad names for the session manager.
9756         Implement handling server requests in interleaved and UDP modes.
9757         Handle session keep-alive in UDP modes.
9758         Remove GCond for handling UDP timeouts.
9759
9760         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9761         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9762         (rtsp_connection_receive), (rtsp_connection_close):
9763         * gst/rtsp/rtspconnection.h:
9764         Store connection IP address for later.
9765         Add timeout args to all operations that might block forever.
9766         Parse session timeout.
9767         Only close sockets when not already closed.
9768
9769         * gst/rtsp/rtspdefs.c:
9770         * gst/rtsp/rtspdefs.h:
9771         Add timeout return value and error string.
9772
9773         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9774         Add small comment.
9775
9776 2007-05-01  Wim Taymans  <wim@fluendo.com>
9777
9778         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9779
9780         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9781         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9782         * gst/rtp/gstrtpmp4vpay.h:
9783         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9784
9785 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9788           Remove v4l2src from docs, since it breaks the docs build, and the
9789           plugin is only built if --enable-experimental is used anyway.
9790
9791         * docs/plugins/Makefile.am:
9792           Spaces => tab.
9793
9794 2007-04-29  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9797         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9798         Add code to drop membership of a multicast group.
9799
9800         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9801         (gst_udpsink_set_uri):
9802         Implement URI handler.
9803
9804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9805         (gst_rtspsrc_parse_rtpinfo):
9806         Use URI handler to make udpsink instace.
9807         Improve code to configure port and destination.
9808
9809 2007-04-29  Wim Taymans  <wim@fluendo.com>
9810
9811         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9812         Fix multicast detection.
9813         Don't try to join a multicast group if the address is not multicast.
9814
9815         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9816         Small debug improvement.
9817
9818 2007-04-27  Wim Taymans  <wim@fluendo.com>
9819
9820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9821         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9822         (gst_rtspsrc_handle_message):
9823         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9824         parent.
9825
9826 2007-04-27  Wim Taymans  <wim@fluendo.com>
9827
9828         * gst/rtp/gstrtpilbcdepay.h:
9829         Fix mode property when specified as an arg.
9830
9831 2007-04-26  Edward Hervey  <edward@fluendo.com>
9832
9833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9834         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9835         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9836         * docs/plugins/inspect/plugin-osxaudio.xml:
9837         Add documentation for osxaudio plugin.
9838
9839 2007-04-26  Wim Taymans  <wim@fluendo.com>
9840
9841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9842         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9843         (gst_rtspsrc_open), (gst_rtspsrc_close),
9844         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9845         (gst_rtspsrc_pause):
9846         * gst/rtsp/gstrtspsrc.h:
9847         Protect state changes with a lock.
9848
9849         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9850         (parse_line):
9851         * gst/rtsp/rtspconnection.h:
9852         Remove some unused stuff.
9853
9854 2007-04-26  Wim Taymans  <wim@fluendo.com>
9855
9856         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9857         Handle the case where there are exactly 0 bytes to read and the ioctl
9858         did not report an error. Fixes #433530.
9859
9860 2007-04-26  Wim Taymans  <wim@fluendo.com>
9861
9862         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9863         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9864         * gst/wavparse/gstwavparse.h:
9865         Apply DISCONT to buffers.
9866         Only apply timestamp to the first sample after a DISCONT, too many VBR
9867         files cause random jitter in the timestamps. Fixes #433119.
9868
9869 2007-04-25  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9872         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9873         (gst_rtp_dec_get_property):
9874         * gst/rtsp/gstrtpdec.h:
9875         Add dummy latency property to be backwards compat with rtpbin.
9876
9877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9878         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9879         (gst_rtspsrc_stream_configure_transport),
9880         (gst_rtspsrc_parse_rtpinfo):
9881         * gst/rtsp/gstrtspsrc.h:
9882         Add latency property and configure in the session manager.
9883         Don't set invalid clock-base and seqnum-base on caps, some servers
9884         sometimes don't send them.
9885
9886 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9889         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9890           Double-check that RGB input caps are really RGBA caps (apparently
9891           the core doesn't always catch it if those caps aren't a subset of
9892           our template caps, also see #421543). Fixes #429319 in a way.
9893           Also, don't leak the pad template in the transform_caps function.
9894
9895         * tests/check/Makefile.am:
9896         * tests/check/elements/.cvsignore:
9897         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9898         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9899         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9900         (GST_START_TEST), (alphacolor_suite):
9901           Add some basic unit tests for alphacolor.
9902
9903 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9904
9905         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9906           If we get a fatal flow return in the loop function, first post the
9907           error message and only then send the EOS event downstream, otherwise
9908           applications might get an eos message before the error message and
9909           think everything was ok (related to #429319).
9910
9911 2007-04-25  Wim Taymans  <wim@fluendo.com>
9912
9913         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9914         Read the channel byte as an unsigned byte.
9915
9916 2007-04-25  Wim Taymans  <wim@fluendo.com>
9917
9918         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9919         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9920         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9921         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9922         (gst_rtp_gsm_depay_setcaps):
9923         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9924         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9925         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9926         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9927         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9928         (gst_ilbc_depay_get_property):
9929         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9930         * gst/rtp/gstrtpmp4adepay.c:
9931         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9932         (gst_rtp_pcma_depay_setcaps):
9933         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9934         (gst_rtp_pcmu_depay_setcaps):
9935         Make sure we configure the clock_rate in the baseclass in the setcaps
9936         function. Fixes #431282.
9937
9938 2007-04-25  Wim Taymans  <wim@fluendo.com>
9939
9940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9941         (gst_rtspsrc_stream_free), (request_pt_map),
9942         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9943         * gst/rtsp/gstrtspsrc.h:
9944         Parse server address from SDP.
9945         Hook up a udpsink to send RTCP back to the server.
9946
9947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9948         * gst/rtsp/rtsptransport.h:
9949         Add some docs.
9950
9951 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9952
9953         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9954           Make header field check conditional. Fixes #433135
9955
9956 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * docs/plugins/Makefile.am:
9959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9961         * docs/plugins/inspect/plugin-alphacolor.xml:
9962         * gst/alpha/Makefile.am:
9963         * gst/alpha/gstalphacolor.c:
9964         * gst/alpha/gstalphacolor.h:
9965           Add minimal docs blurb to alphacolor; split out headers into
9966           separate header file for gtk-doc.
9967
9968 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         * gst/debug/progressreport.c: (gst_progress_report_report):
9971           Don't try to post NULL message (in case we can't query upstream
9972           position or duration).
9973
9974 2007-04-18  Michael Smith  <msmith@fluendo.com>
9975
9976         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9977         (gst_cutter_get_caps):
9978         * gst/cutter/gstcutter.h:
9979           Fix some of the most obvious bugs in cutter. Now doesn't leak
9980           everything if input is silent.
9981
9982 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9983
9984         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9985         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9986         * gst/wavenc/gstwavenc.h:
9987         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9988         else results in a invalid block align and invalid files.
9989
9990 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9991
9992         Patch by: Snaik <snaik32 gmail com>
9993
9994         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9995           Add missing break statement for BOX_HORIZONTAL case.
9996
9997 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9998
9999         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10000
10001         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10002         Use correct format strings for integer types.
10003
10004 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10005
10006         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10007         (gst_wavparse_create_sourcepad):
10008         Use gst_riff_create_audio_template_caps () instead of the local caps.
10009         This makes updates of the local caps unecessary whenever libgstriff
10010         gets support for new formats.
10011
10012 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10015
10016         * sys/sunaudio/gstsunaudio.c:
10017         * sys/sunaudio/gstsunaudiomixer.c:
10018         * sys/sunaudio/gstsunaudiomixer.h:
10019         * sys/sunaudio/gstsunaudiomixerctrl.c:
10020         * sys/sunaudio/gstsunaudiomixerctrl.h:
10021         * sys/sunaudio/gstsunaudiomixertrack.h:
10022         * sys/sunaudio/gstsunaudiosink.c:
10023         * sys/sunaudio/gstsunaudiosink.h:
10024         * sys/sunaudio/gstsunaudiosrc.c:
10025         * sys/sunaudio/gstsunaudiosrc.h:
10026           Fix and/or update copyright attributions (#430228).
10027
10028 2007-04-13  Wim Taymans  <wim@fluendo.com>
10029
10030         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10031         Fix docs.
10032
10033         * gst/rtsp/URLS:
10034         Add some more example urls.
10035
10036         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10037         (gst_rtp_dec_chain_rtp):
10038         Better debugging.
10039
10040         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10041         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10042         (gst_rtspsrc_parse_rtpinfo):
10043         Remove unused code.
10044
10045 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10046
10047         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10048         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10049         (gst_wavparse_stream_data):
10050           Relax the audio/mpeg caps again and add FIXME: comment.
10051
10052 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10053
10054         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10055         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10056         (gst_wavparse_stream_data):
10057         * gst/wavparse/gstwavparse.h:
10058           More sanity check for the header fields. Fix type for 'rate' header
10059           field.
10060
10061 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10064         (gst_icydemux_unicodify):
10065           If the metadata strings we get in the stream are not UTF-8, try to
10066           interpret them according to the character encodings specified in the
10067           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10068           only fall back to locale/ISO-8859-1 if those aren't set or don't
10069           work. Should fix #428901.
10070
10071 2007-04-12  Wim Taymans  <wim@fluendo.com>
10072
10073         * gst/rtp/gstrtph264depay.c:
10074         Use the proper sync word for SPS and PPS.
10075
10076 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10077
10078         * gst/rtp/Makefile.am:
10079         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10080           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10081         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10082           Add a simple hashing implementation that we can use to generate
10083           a 24-bit ident value based on the codebooks for vorbis and theora.
10084         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10085           gst_rtp_theora_pay_handle_buffer):
10086         * gst/rtp/gstrtpvorbisdepay.c
10087           (gst_rtp_vorbis_depay_parse_configuration,
10088           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10089         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10090           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10091           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10092           Use the hashing function, ensuring that the same codebooks result
10093           in the same ident and thus the same SDP description.
10094           Various log fixes/changes.
10095
10096 2007-04-12  Wim Taymans  <wim@fluendo.com>
10097
10098         Patch by: jerry tan <jerry dot tan at sun dot com>
10099
10100         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10101         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10102         application's responsibility to make sure it open the device once.
10103         Remove a careless error if AUDIODEV is set. Fixes #392620.
10104
10105 2007-04-12  Wim Taymans  <wim@fluendo.com>
10106
10107         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10108         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10109         * gst/rtsp/gstrtpdec.h:
10110         Make backward compat with rtpbin by adding the request-pt-map signals.
10111
10112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10113         (new_session_pad), (request_pt_map),
10114         (gst_rtspsrc_stream_configure_transport),
10115         (gst_rtspsrc_stream_configure_caps),
10116         (gst_rtspsrc_activate_streams):
10117         * gst/rtsp/gstrtspsrc.h:
10118         Implement request-pt-map signals instead of setting caps on the buffers
10119         for the session manager.
10120
10121 2007-04-11  Wim Taymans  <wim@fluendo.com>
10122
10123         * gst/udp/gstudp.c: (plugin_init):
10124         Register GstNetBuffer in plugin_init so that the type can be used from
10125         multiple threads without races.
10126
10127 2007-04-10  Wim Taymans  <wim@fluendo.com>
10128
10129         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10130         (gst_rtp_amr_depay_process):
10131         Fix depayloader clock_rate and some cleanups.
10132
10133         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10134         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10135         * gst/rtp/gstrtph264depay.h:
10136         Don't push codec_data in the adapter because it might get flushed when
10137         we get a discont.
10138
10139         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10140         Handle multiple AU per packet.
10141
10142         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10143         (gst_rtp_sv3v_depay_plugin_init):
10144         Disable rank, this one does not work.
10145         Remove timestamping, base class does that.
10146
10147 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10148
10149         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10150           limit caps to the formats we announce in the template
10151
10152         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10153         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10154         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10155           fix some crashers/asserts when dealing with broken files
10156
10157 2007-04-10  Wim Taymans  <wim@fluendo.com>
10158
10159         Patch by: Peter Kjellerstedt  <pkj at axis com>
10160
10161         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10162         * gst/rtp/gstrtpL16depay.c:
10163         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10164         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10165         (gst_rtp_speex_depay_setcaps):
10166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10167         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10168         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10169         Fix some compiler warnings. Fixes #428182.
10170
10171 2007-04-06  Wim Taymans  <wim@fluendo.com>
10172
10173         * gst/rtsp/Makefile.am:
10174         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10175         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10176         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10177         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10178         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10179         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10180         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10181         (create_rtcp), (gst_rtp_dec_request_new_pad),
10182         (gst_rtp_dec_release_pad):
10183         * gst/rtsp/gstrtpdec.h:
10184         * gst/rtsp/gstrtsp.c: (plugin_init):
10185         Morph RTPDec into something compatible with RTPBin as a fallback.
10186         Various other style fixes.
10187
10188         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10189         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10190         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10191         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10192         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10193         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10194         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10195         * gst/rtsp/gstrtspsrc.h:
10196         Implement RTPBin session manager handling.
10197         Don't try to add empty properties to caps.
10198         Implement fallback session manager, handling.
10199         Don't combine errors from RTCP streams, just ignore them.
10200
10201         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10202         * gst/rtsp/rtsptransport.h:
10203         Implement fallback session manager.
10204         Make RTPBin the default one when available.
10205
10206 2007-04-05  Wim Taymans  <wim@fluendo.com>
10207
10208         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10209         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10210         This element is ready to be autoplugged.
10211
10212 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10213
10214         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10215         Don't leave the offsets defined by upstream element on the
10216         compressed data buffer we are pushing downstream. Make them
10217         GST_BUFFER_OFFSET_NONE.
10218
10219 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10220
10221         * gst/avi/README:
10222         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10223         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10224         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10225         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10226         (gst_avi_demux_calculate_durations_from_index),
10227         (gst_avi_demux_stream_header_push),
10228         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10229         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10230           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10231
10232 2007-04-03  Wim Taymans  <wim@fluendo.com>
10233
10234         * gst/smpte/barboxwipes.c:
10235         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10236
10237 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10238
10239         * gst/wavparse/gstwavparse.c:
10240         Support audio/x-raw-float in wav files. This only works with
10241         plugins-base CVS, using an older version doesn't have any
10242         disadvantages though.
10243
10244 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10245
10246         * configure.ac:
10247         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10248         (gst_au_parse_parse_header), (gst_au_parse_chain):
10249         * gst/auparse/gstauparse.h:
10250         Revert last change as we don't want plugins-good to depend on
10251         plugins-base CVS now.
10252
10253 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10254
10255         * configure.ac:
10256         Require gst-plugins-base CVS for audioconvert with non-native
10257         float support and width/depth fix in libgstriff.
10258
10259         Patch by: René Stadler <mail at renestadler dot de>
10260
10261         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10262         (gst_au_parse_parse_header), (gst_au_parse_chain):
10263         * gst/auparse/gstauparse.h:
10264         Don't swap the floats ourself if they're not in native endianness.
10265         Instead let audioconvert handle this. Fixes #339838.
10266
10267 2007-03-29  Wim Taymans  <wim@fluendo.com>
10268
10269         * gst/rtp/gstasteriskh263.h:
10270         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10271         (gst_rtp_h263p_depay_change_state):
10272         * gst/rtp/gstrtph263pdepay.h:
10273         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10274         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10275         (gst_rtp_h264_depay_change_state):
10276         * gst/rtp/gstrtph264depay.h:
10277         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10278         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10279         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10280         Flush adapter on disconts.
10281
10282 2007-03-29  Wim Taymans  <wim@fluendo.com>
10283
10284         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10285         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10286         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10287         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10288         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10289         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10290         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10291         (gst_rtp_mp4v_depay_process):
10292         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10293         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10294         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10295         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10296         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10297         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10298         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10299         Use more efficient adapter and rtpbuffer methods when possible.
10300
10301 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10302
10303         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10304         (gst_wavenc_sink_setcaps):
10305         Correctly handle width!=depth input.
10306         * gst/wavparse/gstwavparse.c:
10307         Already export in the caps that width==8 uses unsigned samples and
10308         everything else uses signed samples.
10309
10310 2007-03-29  Wim Taymans  <wim@fluendo.com>
10311
10312         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10313
10314         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10315         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10316         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10317         (gst_dynudpsink_close):
10318         * gst/udp/gstdynudpsink.h:
10319         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10320         (gst_udpsrc_create), (gst_udpsrc_set_property),
10321         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10322         * gst/udp/gstudpsrc.h:
10323         Rework the socket allocation a bit based on the sockfd argument so that
10324         it becomes usable.
10325         Add a closefd property to instruct the udp elements to close the custom
10326         file descriptors when going to READY. Fixes #423304.
10327         API:GstUDPSrc::closefd property
10328         API:GstDynUDPSink::closefd property
10329
10330 2007-03-29  Wim Taymans  <wim@fluendo.com>
10331
10332         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10333
10334         * gst/rtp/Makefile.am:
10335         * gst/rtp/gstrtp.c: (plugin_init):
10336         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10337         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10338         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10339         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10340         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10341         (gst_rtp_h264_pay_plugin_init):
10342         * gst/rtp/gstrtph264pay.h:
10343         Added H264 payloader. Fixes #423782.
10344
10345         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10346         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10347         Small fixes.
10348
10349 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10350
10351         * gst/wavparse/gstwavparse.c:
10352         Actually support depths from 1 to 32, not only 8 to 32.
10353
10354 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10355
10356         * gst/wavparse/gstwavparse.c:
10357         Add support for wav files containing audio/x-raw-int with random
10358         depths between 1 and 32 bits.
10359
10360 2007-03-28  Wim Taymans  <wim@fluendo.com>
10361
10362         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10363
10364         * gst/rtp/Makefile.am:
10365         * gst/rtp/gstrtp.c: (plugin_init):
10366         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10367         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10368         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10369         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10370         (gst_rtp_mp4a_depay_get_property),
10371         (gst_rtp_mp4a_depay_change_state),
10372         (gst_rtp_mp4a_depay_plugin_init):
10373         * gst/rtp/gstrtpmp4adepay.h:
10374         Added MP4A-LATM depayloader. Fixes #417792.
10375
10376         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10377         (gst_rtp_mp4v_depay_process):
10378         Fixup depayloader, setting codec_data, using more efficient adaptor and
10379         rtpbuffer handling.
10380
10381         * gst/rtsp/URLS:
10382         Add url to test above.
10383
10384 2007-03-25  Wim Taymans  <wim@fluendo.com>
10385
10386         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10387         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10388         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10389         (gst_rtspsrc_media_to_caps),
10390         (gst_rtspsrc_stream_configure_transport),
10391         (gst_rtspsrc_stream_configure_caps),
10392         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10393         * gst/rtsp/gstrtspsrc.h:
10394         Handle default clock-rates for static payload types, rearrange stuff so
10395         that the rtpmap field in the sdp can override the defaults.
10396         Parse RTP-Info field to get the seqnum and timebase fields that should
10397         go in the caps.
10398         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10399         the server. 
10400
10401 2007-03-22  Wim Taymans  <wim@fluendo.com>
10402
10403         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10404
10405         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10406         Accept complex pipeline descriptions as an audio profile instead of just
10407         a single element. Fixes #420658.
10408
10409 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10412           Rename registered type in preparation of GstTagDemux moving to
10413           -base at some point in the future.
10414
10415 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10416
10417         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10418           Streaming mode fixes: don't unref buffer we don't own any longer;
10419           remove bogus adapter flush. Fixes #419338.
10420
10421 2007-03-17  David Schleef  <ds@schleef.org>
10422
10423         * REQUIREMENTS: Change the format to key/value, add a bunch of
10424           information, remove a bunch of requirements that are for
10425           other GStreamer packages.
10426
10427 2007-03-17  David Schleef  <ds@schleef.org>
10428
10429         * REQUIREMENTS: Fix a few things.  This file really needs a
10430         good once-over.
10431
10432 2007-03-15  Edward Hervey  <edward@fluendo.com>
10433
10434         * sys/Makefile.am:
10435         Don't forget to distribute the sys/osxaudio/ directory.
10436
10437 2007-03-15  Edward Hervey  <edward@fluendo.com>
10438
10439         * configure.ac:
10440         * sys/Makefile.am:
10441         * sys/osxaudio/Makefile.am:
10442         * sys/osxaudio/gstosxaudio.c:
10443         * sys/osxaudio/gstosxaudiosink.c:
10444         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10445         (gst_osx_audio_sink_getcaps),
10446         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10447         * sys/osxaudio/gstosxaudiosrc.c:
10448         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10449         (gst_osx_audio_src_create_ringbuffer):
10450         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10451         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10452         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10453         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10454         * sys/osxaudio/gstosxringbuffer.h:
10455         Activate osxaudio in gst-plugins-good with proper build setup.
10456         Add inlined documentation.
10457         Fix debug statements
10458         Fix ringbuffer when pausing.
10459         Fixes #323471
10460
10461 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10462         * gst/rtp/gstrtppcmapay.c:
10463         * gst/rtp/gstrtppcmapay.h:
10464         * gst/rtp/gstrtppcmupay.c:
10465         * gst/rtp/gstrtppcmupay.h:
10466         Ported mulaw and alaw payloaders to use new base class
10467
10468 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10469
10470         * po/af.po:
10471         * po/az.po:
10472         * po/cs.po:
10473         * po/en_GB.po:
10474         * po/it.po:
10475         * po/nl.po:
10476         * po/or.po:
10477         * po/sq.po:
10478         * po/sr.po:
10479         * po/sv.po:
10480         * po/uk.po:
10481         * po/vi.po:
10482           Update translations.
10483
10484 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * configure.ac:
10487           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10488
10489 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10492           Fix handling of -1 values for start and stop values when seeking,
10493           and SEEK_CUR+SEEK_END here as well.
10494
10495 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10496
10497         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10498           Fix handling of -1 values for start and stop values when seeking, 
10499           and SEEK_CUR+SEEK_END.
10500
10501 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10504           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10505           the image format a variable-length NUL-terminated string; in
10506           versions before that the image format is a fixed-length string of
10507           3 characters (see #348644 for a sample tag).
10508           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10509
10510 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10511
10512         * win32/MANIFEST:
10513         Add new project files to MANIFEST.
10514         * win32/vs6/libgstaudiofx.dsp:
10515         * win32/vs6/libgstrtp.dsp:
10516         * win32/vs6/libgstrtsp.dsp:
10517         Update project files.
10518         
10519 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10522         (gst_avi_demux_parse_index):
10523         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10524         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10525           Printf format fixes; also add some missing quotes in translated
10526           strings. Fixes #416728 and #416727.
10527
10528 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10529
10530         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10531           Tim and I can't think of any reason the child audio sink needs to 
10532           be set back to NULL after successfully determining that it can 
10533           reach READY - it gets immediately set back to READY by the caller
10534           anyway, causing an unnecessary close/open of any audio devices
10535           involved.
10536
10537 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10538
10539         * po/LINGUAS:
10540         * po/ja.po:
10541           Add ja.po file from #377306.
10542
10543 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10546         * sys/sunaudio/gstsunaudiomixertrack.c:
10547         (gst_sunaudiomixer_track_new):
10548           Actually translate sunaudio mixer track labels instead of just
10549           marking the strings as translatable (#377306); clean up weird
10550           label string mapping code that serves no apparent purpose. Also
10551           set the 'untranslated-label' property when creating mixer tracks
10552           if the GstMixerTrack base class supports this.
10553
10554         * tests/check/Makefile.am:
10555         * tests/check/elements/.cvsignore:
10556         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10557         (sunaudio_suite):
10558           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10559           actually tested on a system where sunaudiomixer is available).
10560
10561 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10562
10563         * tests/check/Makefile.am:
10564         Re-enable the states test and see if it works on the buildbots.
10565
10566 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10567
10568         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10569         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10570         (gst_dvdec_change_state):
10571         * ext/dv/gstdvdec.h:
10572         Infer pixel-aspect-ratio from the video frame format if it isn't
10573         provided by the container, as happens when playing DV from AVI
10574         or Quicktime containers.
10575
10576         Patch by: Wim Taymans <wim@fluendo.com>
10577         Fixes #380944
10578
10579 2007-03-09  Wim Taymans  <wim@fluendo.com>
10580
10581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10582         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10583         will later be handled by the jitterbuffer.
10584
10585 2007-03-09  Wim Taymans  <wim@fluendo.com>
10586
10587         * ext/taglib/gstid3v2mux.cc:
10588         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10589         Fixes #414496.
10590         
10591         Patch by: Alex Lancaster <alexl at users sourceforge net>
10592
10593 2007-03-09  Wim Taymans  <wim@fluendo.com>
10594
10595         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10596         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10597         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10598         (gst_avi_demux_chain):
10599         Fix stream position reporting after a seek. Fixes #416445.
10600
10601 2007-03-08  Wim Taymans  <wim@fluendo.com>
10602
10603         Patch by: René Stadler <mail at renestadler dot de>
10604
10605         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10606         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10607         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10608         Make avidemux accept optional header chunks in any order.
10609         Fixes #415446.
10610
10611 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10612
10613         * tests/check/Makefile.am:
10614         Disable the states check until the remaining Valgrind errors
10615         are fixed or suppressed.
10616
10617 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10618
10619         * tests/check/elements/.cvsignore:
10620           Add audiodynamic check to .cvsignore
10621
10622 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10623
10624         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10625
10626         * gst/audiofx/Makefile.am:
10627         * gst/audiofx/audiodynamic.c:
10628         (gst_audio_dynamic_characteristics_get_type),
10629         (gst_audio_dynamic_mode_get_type),
10630         (gst_audio_dynamic_set_process_function),
10631         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10632         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10633         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10634         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10635         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10636         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10637         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10638         (gst_audio_dynamic_transform_hard_knee_expander_int),
10639         (gst_audio_dynamic_transform_hard_knee_expander_float),
10640         (gst_audio_dynamic_transform_soft_knee_expander_int),
10641         (gst_audio_dynamic_transform_soft_knee_expander_float),
10642         (gst_audio_dynamic_transform_ip):
10643         * gst/audiofx/audiodynamic.h:
10644         * gst/audiofx/audiofx.c: (plugin_init):
10645         Add new audiodynamic element which can act as a compressor or
10646         expander. Supported are hard-knee and soft-knee operation modes with
10647         user-specified ratio and threshold.
10648         Attack and release parameters are not yet implemented but will follow.
10649         * docs/plugins/Makefile.am:
10650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10651         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10652         * docs/plugins/gst-plugins-good-plugins.args:
10653         * docs/plugins/inspect/plugin-audiofx.xml:
10654         Integrate audiodynamic into the docs.
10655         * tests/check/Makefile.am:
10656         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10657         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10658         Add unit test for audiodynamic.
10659
10660 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10661
10662         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10663         Free handles that we allocated when exiting via the error paths.
10664
10665 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10666
10667         * gst/level/gstlevel.c: (gst_level_class_init),
10668         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10669         (gst_level_transform_ip):
10670         * gst/level/gstlevel.h:
10671           Resolve message timestamps against the playback segment.
10672
10673 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10676         (gst_id3demux_sink_activate):
10677           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10678           caps passed to it (previously one code path assumed it took ownership
10679           while another one assumed it didn't, while in fact it sometimes did and
10680           sometimes didn't ...).
10681
10682         * configure.ac:
10683         * tests/files/Makefile.am:
10684         * tests/files/id3-407349-1.tag:
10685         * tests/files/id3-407349-2.tag:
10686           Add directory where data for unit tests can be stored.
10687
10688         * tests/Makefile.am:
10689         * tests/check/Makefile.am:
10690         * tests/check/elements/.cvsignore:
10691         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10692         (read_tags_from_file), (run_check_for_file),
10693         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10694           Add unit test for id3demux, and in particular for bug #407349. Only
10695           testing pull-mode for now; push mode doesn't work yet because the test
10696           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10697
10698 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * tests/check/Makefile.am:
10701           Add missing backslash at end of line.
10702
10703 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10704
10705         Trigger rebuild.
10706
10707 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10710         * gst/id3demux/id3tags.h:
10711         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10712         (parse_obsolete_tdat_frame):
10713           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10714           the four-digit number will be interpreted as a year, whereas it is
10715           month and day in DDMM format. Instead, parse TDAT frames and fix up
10716           the date in the GST_TAG_DATE tag later if we also extracted a year.
10717           Fixes #407349.
10718
10719 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10720
10721         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10722         (gst_switch_commit_new_kid):
10723         Fix up the dispose logic so it doesn't leak, and fix setting of 
10724         the child state so that we don't set a child to our current state 
10725         just as we are changing it to something else.
10726
10727 2007-03-06  Wim Taymans  <wim@fluendo.com>
10728
10729         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10730         (gst_goom_chain):
10731         * gst/goom/gstgoom.h:
10732         Document, fix and improve goom adapter behaviour.
10733         Fixes #407006.
10734
10735 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10736
10737         * ext/esd/esdsink.c: (gst_esdsink_open):
10738         Unref static pad template after using it.
10739
10740 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10741
10742         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10743         (gst_switch_commit_new_kid):
10744         Fix up the reference counting of the child elements.
10745
10746 2007-03-05  Wim Taymans  <wim@fluendo.com>
10747
10748         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10749         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10750         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10751         Fix encoding-name case.
10752
10753 2007-03-05  Wim Taymans  <wim@fluendo.com>
10754
10755         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10756         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10757         (gst_rtp_speex_depay_process):
10758         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10759         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10760         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10761         (gst_rtp_speex_pay_change_state):
10762         * gst/rtp/gstrtpspeexpay.h:
10763         Fix speex (de)payloader. Fixes #358040.
10764
10765 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10766
10767         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10768         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10769         Install fakesink in NULL by fixing some broken logic. This obviates
10770         the need to manually set _IS_SINK.
10771         Add some comments and remove a little cruft while I'm at it.
10772
10773 2007-03-05  Wim Taymans  <wim@fluendo.com>
10774
10775         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10776         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10777
10778 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * po/POTFILES.in:
10781           Update.
10782
10783 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10784
10785         * tests/check/Makefile.am:
10786         Gah! Also disable gconfvideosink from the tests, otherwise
10787         it will instantiate autovideosink, and dfbvideosink and
10788         leak on the buildbots.
10789
10790 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10791
10792         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10793         (gst_cdio_cdda_src_finalize):
10794         Make sure we always destroy our libcdio handle.
10795
10796 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10797
10798         * tests/check/Makefile.am:
10799         Disable autovideosink so the buildbots don't barf over memory
10800         leaked in the directfb sink.
10801
10802 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10803
10804         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10805         Chain up in dispose
10806
10807 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10808
10809         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10810         (gst_multipart_find_pad_by_mime):
10811         Use gst_pad_new_from_static_template instead of
10812         static_pad_template_get+pad_new.
10813
10814 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10817         Catch the case where no clock has been set.
10818
10819 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10820
10821         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10822         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10823         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10824         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10825         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10826         (gst_gconf_audio_src_finalize), (do_toggle_element):
10827         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10828         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10829         (do_toggle_element):
10830         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10831         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10832         (gst_gconf_video_src_finalize), (do_toggle_element):
10833         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10834         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10835         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10836         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10837         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10838         (gst_shout2send_init), (gst_shout2send_finalize):
10839         * gst/debug/testplugin.c: (gst_test_class_init),
10840         (gst_test_finalize):
10841         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10842         (gst_flxdec_dispose):
10843         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10844         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10846         (gst_rtspsrc_finalize):
10847         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10848         * gst/rtsp/rtspextwms.h:
10849         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10850         (gst_smpte_finalize):
10851         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10852         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10853         (gst_udpsink_finalize):
10854         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10855         (gst_wavparse_sink_activate):
10856         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10857         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10858         (gst_oss_src_finalize):
10859         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10860         * sys/v4l2/gstv4l2object.h:
10861         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10862         (gst_v4l2src_finalize):
10863         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10864
10865         Fix a bunch of leaks shown by the newly-added states test.
10866
10867 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10868
10869         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10870         Use gst_pad_new_from_static_template instead of 
10871         static_pad_template_get+pad_new.
10872
10873 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10876
10877         * ext/libcaca/Makefile.am:
10878         * gst/debug/Makefile.am:
10879           Don't mix tabs and spaces (#414168).
10880
10881 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10882
10883         * tests/check/generic/.cvsignore:
10884           Ignore files to please buildbot.
10885
10886 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10887
10888         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10889         (gst_wavparse_stream_data):
10890           Unbreak my previous commit (swapped nominator & denominator). Tim,
10891           thanks for spotting.
10892
10893 2007-03-02  Wim Taymans  <wim@fluendo.com>
10894
10895         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10896         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10897         (gst_cdio_cdda_src_finalize):
10898         Small code cleanups.
10899         Don't use pad_alloc as the base class cannot deal with the error codes.
10900
10901 2007-03-02  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10904         (gst_udpsrc_create):
10905         Fix doc.
10906
10907 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10908
10909         Patch by: René Stadler <mail@renestadler.de>
10910
10911         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10912         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10913         (gst_wavparse_stream_data):
10914           Handle rounding better to not drop last sample frame. Fixes #356692
10915
10916 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * tests/check/Makefile.am:
10919         Disable cacasink from the states check too - it also calls exit(1)
10920         on us when it can't find a terminal to talk to.
10921
10922 2007-03-02  Wim Taymans  <wim@fluendo.com>
10923
10924         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10925
10926         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10927         (gst_udpsrc_create), (gst_udpsrc_set_property),
10928         (gst_udpsrc_get_property):
10929         * gst/udp/gstudpsrc.h:
10930         Add support to strip proprietary headers. Fixes #350296.
10931
10932 2007-03-02  Wim Taymans  <wim@fluendo.com>
10933
10934         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10935         Fix compilation.
10936
10937 2007-03-02  Wim Taymans  <wim@fluendo.com>
10938
10939         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10940
10941         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10942         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10943         (gst_rtp_mp2t_depay_set_property),
10944         (gst_rtp_mp2t_depay_get_property):
10945         * gst/rtp/gstrtpmp2tdepay.h:
10946         Add support to strip off proprietary headers. Fixes #350278.
10947
10948 2007-03-02  Wim Taymans  <wim@fluendo.com>
10949
10950         * ext/hal/hal.c:
10951         Fix compilation.
10952
10953 2007-03-02  Wim Taymans  <wim@fluendo.com>
10954
10955         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10956         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10957         (gst_sunaudiosrc_open):
10958         * sys/sunaudio/gstsunaudiosrc.h:
10959         Remove device-name from GstSunAudioSrc. Fixes #412597.
10960
10961 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10962
10963         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10964         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10965         Having NULL as UDI previously selected the default sink/src. Change
10966         this back but mention it in the debug output.
10967         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10968         (gst_hal_get_oss_element), (gst_hal_get_string),
10969         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10970         (gst_hal_get_audio_src):
10971         * ext/hal/hal.h:
10972         Refactor a bit, check all error conditions, greatly improve debugging
10973         and fix some possible memory leaks. Also implement OSS support
10974         and allow specifying an UDI that points to a real device. For this the
10975         child device which supports ALSA (preferred) or OSS is used.
10976         As a side effect this makes it impossible now to get a alsasink in
10977         halaudiosrc and a alsasrc in halaudiosink.
10978
10979 2007-03-01  Wim Taymans  <wim@fluendo.com>
10980
10981         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10982         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10983         Errors from the udp sources are not fatal unless all of them are in
10984         error.
10985
10986 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10987
10988         * tests/check/Makefile.am:
10989         Disable aasink in the states test. I suspect this is the element that
10990         is calling exit(1) when it can't proceed.
10991
10992 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10993
10994         * tests/check/Makefile.am:
10995         Draw plugins in from the build tree sys/ dir, rather than picking
10996         up the already installed versions.
10997
10998 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10999
11000         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11001         Error out correctly when getting xcontext fails.
11002
11003 2007-03-01  Wim Taymans  <wim@fluendo.com>
11004
11005         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11006         Make state change to PAUSED NO_PREROLL because that's what it will be in
11007         the future and rtspsrc relies on it.
11008
11009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11010         (gst_rtspsrc_change_state):
11011         Don't error out when we don't get an error from the state change
11012         function.
11013
11014 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11015
11016         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11017         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11018           Check if the device UDI is set before trying to query HAL
11019           about it and give a useful error message if it wasn't set.
11020         * ext/hal/hal.c: (gst_hal_get_string):
11021           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11022           gives an assertion failure in D-Bus when running with
11023           DBUS_FATAL_WARNINGS=1.
11024
11025 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11026
11027         * configure.ac:
11028           Convert to new AG_GST style.
11029
11030 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11031
11032         * tests/check/Makefile.am:
11033         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11034           add test for states
11035
11036 2007-02-28  Wim Taymans  <wim@fluendo.com>
11037
11038         * tests/check/elements/.cvsignore:
11039         Add new videofilter check to .cvsignore.
11040
11041 2007-02-28  Wim Taymans  <wim@fluendo.com>
11042
11043         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11044         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11045         (gst_avi_demux_loop), (gst_avi_demux_chain):
11046         Fix combined flow return. Fixes #412608.
11047
11048 2007-02-28  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/videofilter/Makefile.am:
11051         Dist header..
11052
11053 2007-02-28  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst/videofilter/gstgamma.h:
11056         Add header too.
11057
11058 2007-02-28  Wim Taymans  <wim@fluendo.com>
11059
11060         Patch by: Mark Nauwelaerts <manauw at skynet be>
11061
11062         * gst/videofilter/Makefile.am:
11063         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11064         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11065         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11066         (oil_tablelookup_u8), (gst_gamma_set_caps),
11067         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11068         Port gamma filter to 0.10. Fixes #412704.
11069
11070         * tests/check/Makefile.am:
11071         * tests/check/elements/videofilter.c: (setup_filter),
11072         (cleanup_filter), (check_filter), (GST_START_TEST),
11073         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11074         Add unit tests for videofilters.
11075
11076 2007-02-28  Wim Taymans  <wim@fluendo.com>
11077
11078         * gst/rtsp/URLS:
11079         Add another interesting test url.
11080
11081         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11082         Don't allow getting header fields from data packets.
11083
11084 2007-02-28  Michael Smith  <msmith@fluendo.com>
11085
11086         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11087         (gst_shout2send_init), (gst_shout2send_start),
11088         (gst_shout2send_set_property), (gst_shout2send_get_property):
11089         * ext/shout2/gstshout2.h:
11090           Add a property for username.
11091
11092 2007-02-27  Christian Schallerr <christian@fluendo.com>
11093
11094         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11095
11096 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11097
11098         * gst/rtsp/Makefile.am:
11099         Fix make check too.
11100
11101 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11102
11103         * gst/rtsp/base64.c: (util_base64_encode):
11104         * gst/rtsp/base64.h:
11105         Commit missing files for base64 encoding.
11106
11107 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11110
11111         * configure.ac:
11112         * ext/annodex/Makefile.am:
11113         * ext/jpeg/Makefile.am:
11114         * ext/speex/Makefile.am:
11115         * gst/alpha/Makefile.am:
11116         * gst/cutter/Makefile.am:
11117         * gst/debug/Makefile.am:
11118         * gst/effectv/Makefile.am:
11119         * gst/goom/Makefile.am:
11120         * gst/level/Makefile.am:
11121         * gst/smpte/Makefile.am:
11122         * gst/videofilter/Makefile.am:
11123           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11124
11125 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11126
11127         * gst/rtsp/Makefile.am:
11128         * gst/rtsp/rtspconnection.c: (append_auth_header),
11129         (rtsp_connection_send), (rtsp_connection_set_auth):
11130         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11131         from icecast to replace it. Relicensed from GPL courtesy of Mike
11132         Smith.
11133
11134 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11135
11136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11137         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11138         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11139         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11140         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11141         (gst_rtspsrc_uri_set_uri):
11142         * gst/rtsp/gstrtspsrc.h:
11143         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11144         (append_auth_header), (rtsp_connection_send),
11145         (rtsp_connection_free), (rtsp_connection_set_auth):
11146         * gst/rtsp/rtspconnection.h:
11147         * gst/rtsp/rtspdefs.h:
11148         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11149         * gst/rtsp/rtspurl.h:
11150
11151         Implement simple Basic Authentication support so that urls like
11152         rtsp://user:pass@hostname/rtspstream work on hosts that require
11153         authentication.
11154
11155 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11156
11157         * sys/v4l2/gstv4l2object.c:
11158         * sys/v4l2/gstv4l2tuner.c:
11159         * sys/v4l2/v4l2_calls.c:
11160         Fix segfault when oppening a radio device.
11161         
11162 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11163
11164         * gst/level/gstlevel.c: (gst_level_set_caps),
11165         (gst_level_transform_ip):
11166         * sys/v4l2/README:
11167         * tests/check/elements/level.c: (GST_START_TEST):
11168           Fix level for multi-channel case.
11169
11170 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11171
11172         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11173         (gst_level_transform_ip):
11174         * gst/level/gstlevel.h:
11175           Use function pointer for process function and add process functions
11176           for float audio.
11177
11178 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11179
11180         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11181         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11182         (gst_v4l2src_capture_init):
11183           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11184           fixes #407369
11185
11186 2007-02-18  Wim Taymans  <wim@fluendo.com>
11187
11188         * gst/rtp/Makefile.am:
11189         * gst/rtp/gstrtp.c: (plugin_init):
11190         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11191         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11192         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11193         (gst_rtp_mp2t_pay_plugin_init):
11194         * gst/rtp/gstrtpmp2tpay.h:
11195         Added simple mpeg transport stream payloader.
11196
11197 2007-02-16  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/rtsp/URLS:
11200         Add example H264 rtsp url.
11201
11202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11203         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11204         Don't convert values to lowercase or we might mess up base64 encoded
11205         properties.
11206
11207 2007-02-16  Wim Taymans  <wim@fluendo.com>
11208
11209         * gst/rtp/README:
11210         Fix case of string params.
11211
11212         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11213         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11214         Fix depayloader, support more packet types.
11215         Add sync codes to make sure the packetizer can do its job.
11216
11217         * gst/rtp/gstrtpmp4gdepay.c:
11218         * gst/rtp/gstrtpmp4gpay.c:
11219         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11220         Fix caps case again.
11221
11222 2007-02-15  Wim Taymans  <wim@fluendo.com>
11223
11224         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11225         Set right caps on output buffers.
11226
11227 2007-02-14  Wim Taymans  <wim@fluendo.com>
11228
11229         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11230         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11231         Clear stack allocated SDPMedia struct before calling _init() on it.
11232         Clarify this in the docs as well.
11233
11234 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11235
11236         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11237         (do_change_child):
11238         Don't reset the profile when going switching states, as it makes
11239         the element non-reusable.
11240
11241 2007-02-14  Wim Taymans  <wim@fluendo.com>
11242
11243         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11244         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11245         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11246         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11247         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11248         (sdp_parse_line):
11249         * gst/rtsp/sdpmessage.h:
11250         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11251         Fix memory management of SDP messages. Fixes #407793.
11252
11253 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11254
11255         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11256
11257         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11258         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11259
11260 2007-02-14  Wim Taymans  <wim@fluendo.com>
11261
11262         Patch by: jp.liu <jp_liu at astrocom dot cn>
11263
11264         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11265         Fix parsing of password field in url. Fixes #407797.
11266
11267 2007-02-14  Wim Taymans  <wim@fluendo.com>
11268
11269         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11270         (gst_wavparse_reset), (gst_wavparse_init),
11271         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11272         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11273         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11274         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11275         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11276         (gst_wavparse_loop), (gst_wavparse_chain),
11277         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11278         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11279         (plugin_init):
11280         * gst/wavparse/gstwavparse.h:
11281         Update docs.
11282         Use boilerplate.
11283         Various code cleanups.
11284         When the bitrate is not known (bps == 0 or compressed formats) let
11285         downstream element guestimate the duration and position and don't
11286         generate timestamps or durations. Fixes #405213.
11287         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11288         error flowreturn upstream.
11289
11290 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11291
11292         * ext/gconf/Makefile.am:
11293         * ext/gconf/gconf.c: (gst_gconf_get_string),
11294         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11295         (gst_gconf_render_bin_with_default):
11296         * ext/gconf/gconf.h:
11297         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11298         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11299         (gst_gconf_audio_sink_dispose), (do_change_child),
11300         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11301         (cb_change_child), (gst_gconf_audio_sink_change_state):
11302         * ext/gconf/gstgconfaudiosink.h:
11303         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11304         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11305         (gst_switch_sink_init), (gst_switch_sink_dispose),
11306         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11307         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11308         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11309         * ext/gconf/gstswitchsink.h:
11310         * gst/autodetect/gstautoaudiosink.c:
11311         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11312         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11313         (gst_auto_audio_sink_detect):
11314         * gst/autodetect/gstautovideosink.c:
11315         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11316         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11317         (gst_auto_video_sink_detect):
11318         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11319         and a child that implements the GConf key monitoring. The end goal of
11320         this is an audio sink that can be changed on the fly, but at the 
11321         moment it still only changes on the next READY transition.
11322
11323 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11324
11325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11326         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11327         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11328         (gst_avi_demux_calculate_durations_from_index),
11329         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11330         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11331         (gst_avi_demux_loop):
11332           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11333
11334 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11335
11336         * configure.ac:
11337         * docs/plugins/Makefile.am:
11338           Add crossreferences to glib/gobject/gstream docs.
11339
11340 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * gst/monoscope/Makefile.am:
11343         * gst/monoscope/gstmonoscope.c:
11344           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11345           (but no LIBS, since we only use defines from the headers).
11346
11347 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11350
11351         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11352         (gst_wavparse_stream_data):
11353           Fix massive memory leak when operating in streaming mode due to
11354           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11355           Fixes #407057.
11356
11357 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11358
11359         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11360         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11361         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11362         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11363         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11364         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11365         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11366         (gst_avi_demux_calculate_durations_from_index),
11367         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11368         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11369         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11370         * gst/avi/gstavidemux.h:
11371           Save some memory (8%) by repacking the index entry structure (more to
11372           come). Add more FIXMEs to questionable parts.
11373
11374 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11377         (gst_v4l2src_get_caps):
11378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11379         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11380         (gst_v4l2src_capture_init):
11381           More FIXME comments and messaging changes.
11382
11383 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11384
11385         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11386         (gst_goom_change_state):
11387         * gst/goom/gstgoom.h:
11388           Improved docs and use GST_DEBUG_FUNCPTR.
11389
11390         * gst/level/gstlevel.c: (gst_level_class_init):
11391           Use GST_DEBUG_FUNCPTR.
11392
11393         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11394         (gst_monoscope_chain), (gst_monoscope_change_state):
11395           Improved docs source cleanups.
11396
11397 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         * gst/debug/Makefile.am:
11400         * gst/debug/gstdebug.c: (plugin_init):
11401         * gst/debug/gstpushfilesrc.c:
11402         * gst/debug/gstpushfilesrc.h:
11403           Add code for a pushfilesrc element that implements a pushfile:// URI
11404           handler, to make debugging push-mode operation of demuxer/decoders
11405           that support both easier in connection with seek/playbin/etc.
11406           The element isn't registered at the moment.
11407
11408 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11409
11410         * gst/avi/gstavimux.c:
11411           Comment a #if 0 in caps template definition as VS6 seems to 
11412         do not support it.
11413         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11414           Use gst_guint64_to_gdouble for conversion.
11415         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11416           Move variables declaration before the first instruction.
11417         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11418           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11419           And don't include netdb.h for G_OS_WIN32
11420         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11421           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11422           by VS6 then use an other way to initialize SDPMedia structure.
11423         * gst/udp/gstdynudpsink.h:
11424         * gst/udp/gstdynudpnetutils.h:
11425           Do not include <sys/time.h> for G_OS_WIN32
11426         * gst/udp/gstudpsrc.c:
11427           Define socklen_t as int for G_OS_WIN32
11428         * win/common/config.h.in:
11429           Undef HAVE_NETINET_IN_H
11430         * win32/vs6/gst_plugins_good.dsw:
11431         * win32/vs6/libgstrtp.dsp:
11432         * win32/vs6/libgstrtsp.dsp:
11433         * win32/vs6/libgstautogen.dsp:
11434         * win32/vs6/libgstaudiofx.dsp:
11435         * win32/vs6/libgstudp.dsp:
11436           Add and update project files.
11437         * win32/common/gstudp-enumtypes.c:
11438         * win32/common/gstudp-enumtypes.h:
11439           Add a copy of udp enumtypes to win32/common as in core 
11440           and base.
11441         
11442 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11443
11444         * configure.ac:
11445           Activate monoscope when building with --enable-experimental. Fix
11446           --enable-external configure switch description.
11447
11448         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11449         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11450           Help gst-indent.
11451
11452 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11453
11454         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11455           Explicitly cast result of pointer arithmetic to integer in order to
11456           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11457
11458 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * gst/debug/progressreport.c:
11461           Some more docs.
11462
11463 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * docs/plugins/inspect/plugin-rtp.xml:
11466           Update for new elements.
11467
11468         * gst/debug/progressreport.h:
11469           Commit newly-created header file as well.
11470
11471 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11472
11473         * docs/plugins/Makefile.am:
11474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11475         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11476         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11477         * gst/debug/Makefile.am:
11478         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11479         (gst_progress_report_do_query), (gst_progress_report_report):
11480           Make progressreport element post messages with the current progress
11481           on the bus. Also add some basic docs for it.
11482
11483 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * ext/hal/hal.c: (gst_hal_get_string):
11486         * ext/hal/hal.h:
11487           Some small cleanups; deal with errors when parsing the HAL ALSA
11488           capabilities a bit better.
11489
11490 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11493           Let's try this again and use the right cast this time.
11494
11495 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11498           Add cast to avoid compiler warnings with older GLib versions
11499           where the nick/name members in GEnumValue are not declared as
11500           constant strings.
11501
11502 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11505         (gst_gconf_render_bin_from_key),
11506         (gst_gconf_get_default_audio_sink):
11507         * ext/gconf/gconf.h:
11508         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11509         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11510         (gst_gconf_audio_sink_get_property):
11511           In gconfaudiosink, get the right key as the old key in do_toggle
11512           (ie. one dependent on the profile selected). Log some more stuff so
11513           we can see what's actually going on.
11514
11515 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11516
11517         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11518         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11519         (gst_audio_amplify_set_process_function),
11520         (gst_audio_amplify_setup):
11521         * gst/audiofx/audioamplify.h:
11522         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11523         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11524         * gst/audiofx/audioinvert.h:
11525         Some small cleanups and port both elements to the new GstAudioFilter
11526         base class to save a few lines of common code.
11527         * gst/audiofx/Makefile.am:
11528         Link against libgstaudio for the above changes
11529
11530 2007-01-29  Wim Taymans  <wim@fluendo.com>
11531
11532         * tests/check/elements/.cvsignore:
11533         Some more ignores.
11534
11535 2007-01-26  Wim Taymans  <wim@fluendo.com>
11536
11537         Patch by: charles <charlesg3 at gmail dot com>
11538
11539         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11540         (set_shout_metadata), (gst_shout2send_event):
11541         * ext/shout2/gstshout2.h:
11542         Properly handle tags in shout2send. Fixes #399825.
11543
11544 2007-01-25  Wim Taymans  <wim@fluendo.com>
11545
11546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11547         (gst_rtspsrc_activate_streams):
11548         Convert SDP fields to upper/lowercase following the rules in the SDP to
11549         caps document. 
11550
11551 2007-01-25  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/rtp/README:
11554         * gst/rtp/gstrtpilbcdepay.c:
11555         * gst/rtp/gstrtpilbcpay.c:
11556         * gst/rtp/gstrtpmp4gdepay.c:
11557         * gst/rtp/gstrtpmp4gpay.c:
11558         * gst/rtp/gstrtpspeexdepay.c:
11559         * gst/rtp/gstrtpspeexpay.c:
11560         * gst/rtp/gstrtpsv3vdepay.c:
11561         * gst/rtp/gstrtptheoradepay.c:
11562         * gst/rtp/gstrtptheorapay.c:
11563         * gst/rtp/gstrtpvorbisdepay.c:
11564         * gst/rtp/gstrtpvorbispay.c:
11565         Fix case of encoding-name and key/value pairs to match the document.
11566         This is to make interoperation with SDP case-insensitive as required by
11567         the relevant RFCs.
11568
11569 2007-01-25  Wim Taymans  <wim@fluendo.com>
11570
11571         * configure.ac:
11572         Bump required -core/-base to CVS
11573
11574 2007-01-25  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11577         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11578         * gst/rtp/gstrtpL16pay.h:
11579         Fill up to MTU using adapter.
11580         Timestamp rtp packets.
11581
11582 2007-01-25  Edward Hervey  <edward@fluendo.com>
11583
11584         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11585         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11586         Use G_GSIZE_FORMAT in print statements for portability.
11587         Fixes build on macosx.
11588
11589 2007-01-24  Wim Taymans  <wim@fluendo.com>
11590
11591         * gst/rtp/Makefile.am:
11592         * gst/rtp/gstrtp.c: (plugin_init):
11593         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11594         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11595         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11596         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11597         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11598         (gst_rtp_L16_depay_plugin_init):
11599         * gst/rtp/gstrtpL16depay.h:
11600         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11601         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11602         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11603         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11604         (gst_rtp_L16_pay_plugin_init):
11605         * gst/rtp/gstrtpL16pay.h:
11606         Port and enable raw audio payloader/depayloader. Needs a bit more work
11607         on the payloader side.
11608
11609 2007-01-24  Wim Taymans  <wim@fluendo.com>
11610
11611         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11612         (gst_rtspsrc_stream_configure_transport),
11613         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11614         * gst/rtsp/gstrtspsrc.h:
11615         Only unblock the udp pads when we linked and activated them all.
11616         Fixes #395688.
11617
11618 2007-01-24  Wim Taymans  <wim@fluendo.com>
11619
11620         * gst/rtp/Makefile.am:
11621         * gst/rtp/gstrtp.c: (plugin_init):
11622         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11623         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11624         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11625         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11626         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11627         * gst/rtp/gstrtpac3depay.h:
11628         Added simple AC3 depayloader (RFC 4184).
11629
11630         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11631         Fix a leak.
11632
11633 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11634
11635         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11636
11637         * gst/audiofx/Makefile.am:
11638         * gst/audiofx/audioamplify.c:
11639         (gst_audio_amplify_clipping_method_get_type),
11640         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11641         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11642         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11643         (gst_audio_amplify_set_caps),
11644         (gst_audio_amplify_transform_int_clip),
11645         (gst_audio_amplify_transform_int_wrap_negative),
11646         (gst_audio_amplify_transform_int_wrap_positive),
11647         (gst_audio_amplify_transform_float_clip),
11648         (gst_audio_amplify_transform_float_wrap_negative),
11649         (gst_audio_amplify_transform_float_wrap_positive),
11650         (gst_audio_amplify_transform_ip):
11651         * gst/audiofx/audioamplify.h:
11652         * gst/audiofx/audiofx.c: (plugin_init):
11653         Add new element "audioamplify". This allows scaling of raw audio
11654         samples, similar to the "volume" element, but provides different modes
11655         for clipping and allows unlimited amplification. It's mainly targeted
11656         for creative sound design and not as a replacement of the "volume"
11657         element. Fixes #397162
11658         * docs/plugins/Makefile.am:
11659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11661         * docs/plugins/gst-plugins-good-plugins.args:
11662         * docs/plugins/inspect/plugin-audiofx.xml:
11663         Add docs for audioamplify and integrate them into the build system
11664         * tests/check/Makefile.am:
11665         * tests/check/elements/audioamplify.c: (setup_amplify),
11666         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11667         Add fairly extensive unit test suite for audioamplify
11668
11669 2007-01-24  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11672         Unblock pads after adding the pads to the element so that autopluggers
11673         get a change to link something. Possibly fixes #395688.
11674
11675 2007-01-24  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst/rtp/gstrtpamrdepay.c:
11678         * gst/rtp/gstrtpgsmdepay.c:
11679         * gst/rtp/gstrtph263pdepay.c:
11680         * gst/rtp/gstrtph263ppay.c:
11681         * gst/rtp/gstrtph264depay.c:
11682         * gst/rtp/gstrtpilbcdepay.c:
11683         * gst/rtp/gstrtpmp2tdepay.c:
11684         * gst/rtp/gstrtpmp4gdepay.c:
11685         * gst/rtp/gstrtpmp4gpay.c:
11686         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11687         * gst/rtp/gstrtpmp4vpay.c:
11688         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11689         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11690         (gst_rtp_mpa_depay_process):
11691         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11692         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11693         * gst/rtp/gstrtppcmadepay.c:
11694         * gst/rtp/gstrtppcmudepay.c:
11695         * gst/rtp/gstrtpspeexdepay.c:
11696         * gst/rtp/gstrtpspeexpay.c:
11697         * gst/rtp/gstrtpsv3vdepay.c:
11698         * gst/rtp/gstrtptheoradepay.c:
11699         * gst/rtp/gstrtptheorapay.c:
11700         * gst/rtp/gstrtpvorbisdepay.c:
11701         * gst/rtp/gstrtpvorbispay.c:
11702         Fix caps with payload numbers.
11703         Add some fixed payload numbers to caps when possible.
11704
11705 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11706
11707         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11708
11709         * gst/audiofx/Makefile.am:
11710         * gst/audiofx/audiofx.c: (plugin_init):
11711         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11712         (gst_audio_invert_class_init), (gst_audio_invert_init),
11713         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11714         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11715         (gst_audio_invert_transform_float),
11716         (gst_audio_invert_transform_ip):
11717         * gst/audiofx/audioinvert.h:
11718         Add new audiofx element "audioinvert". This element swaps the upper
11719         and lower half of samples and can be used for example for a
11720         wide-stereo effect. Fixes #396057
11721         * docs/plugins/Makefile.am:
11722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11724         * docs/plugins/gst-plugins-good-plugins.args:
11725         * docs/plugins/inspect/plugin-audiofx.xml:
11726         Add docs for the audioinvert element and add them to the build system.
11727         * tests/check/Makefile.am:
11728         * tests/check/elements/audioinvert.c: (setup_invert),
11729         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11730         Add unit test suite for the audioinvert element.
11731
11732 2007-01-23  Wim Taymans  <wim@fluendo.com>
11733
11734         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11735         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11736         Parse config params as string and int.
11737         Parse and use AU header length
11738
11739 2007-01-23  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11742         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11743         * gst/smpte/gstmask.c: (_gst_mask_register):
11744         * gst/smpte/gstmask.h:
11745         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11746         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11747         (gst_smpte_paint_triangle_clock):
11748         constify some static structs.
11749         Don't update the mask if nothing changed to the params.
11750         Make sure we never draw outside of the picture. Fixes #398325.
11751
11752 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11755           Error out properly when pull_range fails while we're reading the
11756           headers, instead of just pausing the task silently. Fixes #399338.
11757
11758 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11759
11760         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11761           Some more sanity checks to make sure the input formats match and the
11762           input pads are actually negotiated, in case someone tries to feed
11763           buffers from fakesrc or filesrc. Fixes #398299.
11764           Also const-ify an array, just because we can.
11765
11766 2007-01-19  Edward Hervey  <edward@fluendo.com>
11767
11768         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11769         Ignore previous commit, that was only valid for widths and heights
11770         that are multiples of 4.
11771         Copy over size/stride macros from jpegdec. This allows the element
11772         to work with any width,height...
11773         ... but puts in evidence that the actual transformations only work
11774         with width/height that are multiples of 4.
11775
11776 2007-01-19  Edward Hervey  <edward@fluendo.com>
11777
11778         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11779         Allocate buffers of the right size.
11780         The proper size of a I420 buffer in bytes is:
11781         
11782             width * height * 3
11783             ------------------
11784                     2
11785
11786 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11787
11788         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11789           Proxy getcaps on sink pads too, so that we either end up with the
11790           same dimensions on all pads or error out if that's not possible
11791           (seems to work even!). Fixes #398086, I think.
11792
11793 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11796         * docs/plugins/gst-plugins-good-plugins.args:
11797         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11798           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11799           fix integer properties with -1 as minimum value.
11800
11801         * docs/plugins/inspect/plugin-1394.xml:
11802         * docs/plugins/inspect/plugin-aasink.xml:
11803         * docs/plugins/inspect/plugin-alaw.xml:
11804         * docs/plugins/inspect/plugin-alpha.xml:
11805         * docs/plugins/inspect/plugin-alphacolor.xml:
11806         * docs/plugins/inspect/plugin-annodex.xml:
11807         * docs/plugins/inspect/plugin-apetag.xml:
11808         * docs/plugins/inspect/plugin-audiofx.xml:
11809         * docs/plugins/inspect/plugin-auparse.xml:
11810         * docs/plugins/inspect/plugin-autodetect.xml:
11811         * docs/plugins/inspect/plugin-avi.xml:
11812         * docs/plugins/inspect/plugin-cacasink.xml:
11813         * docs/plugins/inspect/plugin-cairo.xml:
11814         * docs/plugins/inspect/plugin-cdio.xml:
11815         * docs/plugins/inspect/plugin-cutter.xml:
11816         * docs/plugins/inspect/plugin-debug.xml:
11817         * docs/plugins/inspect/plugin-dv.xml:
11818         * docs/plugins/inspect/plugin-efence.xml:
11819         * docs/plugins/inspect/plugin-effectv.xml:
11820         * docs/plugins/inspect/plugin-esdsink.xml:
11821         * docs/plugins/inspect/plugin-flac.xml:
11822         * docs/plugins/inspect/plugin-flxdec.xml:
11823         * docs/plugins/inspect/plugin-gconfelements.xml:
11824         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11825         * docs/plugins/inspect/plugin-goom.xml:
11826         * docs/plugins/inspect/plugin-halelements.xml:
11827         * docs/plugins/inspect/plugin-icydemux.xml:
11828         * docs/plugins/inspect/plugin-id3demux.xml:
11829         * docs/plugins/inspect/plugin-jpeg.xml:
11830         * docs/plugins/inspect/plugin-level.xml:
11831         * docs/plugins/inspect/plugin-matroska.xml:
11832         * docs/plugins/inspect/plugin-mulaw.xml:
11833         * docs/plugins/inspect/plugin-multipart.xml:
11834         * docs/plugins/inspect/plugin-navigationtest.xml:
11835         * docs/plugins/inspect/plugin-ossaudio.xml:
11836         * docs/plugins/inspect/plugin-png.xml:
11837         * docs/plugins/inspect/plugin-rtp.xml:
11838         * docs/plugins/inspect/plugin-rtsp.xml:
11839         * docs/plugins/inspect/plugin-shout2send.xml:
11840         * docs/plugins/inspect/plugin-smpte.xml:
11841         * docs/plugins/inspect/plugin-speex.xml:
11842         * docs/plugins/inspect/plugin-taglib.xml:
11843         * docs/plugins/inspect/plugin-udp.xml:
11844         * docs/plugins/inspect/plugin-videobalance.xml:
11845         * docs/plugins/inspect/plugin-videobox.xml:
11846         * docs/plugins/inspect/plugin-videoflip.xml:
11847         * docs/plugins/inspect/plugin-videomixer.xml:
11848         * docs/plugins/inspect/plugin-wavenc.xml:
11849         * docs/plugins/inspect/plugin-wavparse.xml:
11850         * docs/plugins/inspect/plugin-ximagesrc.xml:
11851           Update to CVS.
11852
11853 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11854
11855         Patch by: Sebastian Dröge <slomo circular-chaos org>
11856
11857         * gst/audiofx/audiopanorama.c:
11858           Fix doc section name (Fixes #397946)
11859
11860 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11861
11862         * sys/v4l2/gstv4l2object.c:
11863         (gst_v4l2_object_install_properties_helper),
11864         (gst_v4l2_object_set_property_helper),
11865         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11866         * sys/v4l2/gstv4l2object.h:
11867         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11868         (gst_v4l2src_init), (gst_v4l2src_set_property),
11869         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11870         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11871         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11872         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11873         (gst_v4l2src_capture_deinit):
11874           Fix EIO handing when capturing. Add new property to specify the number of
11875           buffers to enque (and remove the borked num-buffers usage).
11876
11877 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11878
11879         Patch by: Sebastian Dröge <slomo circular-chaos org>
11880
11881         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11882         (gst_audio_panorama_set_process_function):
11883           Use a function array for process methods, add more docs and define the
11884           startindex of enums.
11885
11886 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         Patch by: Mark Nauwelaerts <manauw at skynet be>
11889
11890         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11891         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11892         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11893         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11894         (gst_avi_mux_riff_get_avi_header),
11895         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11896         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11897         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11898         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11899         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11900         (gst_avi_mux_change_state):
11901         * gst/avi/gstavimux.h:
11902         * tests/check/elements/avimux.c: (teardown_src_pad):
11903           Add support for more than one audio stream; write better AVIX
11904           header; refactor code a bit; don't announce vorbis caps on our audio
11905           sink pads since we don't support it anyway. Closes #379298.
11906
11907 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         Patch by: Sebastian Dröge <slomo circular-chaos org>
11910
11911         * gst/audiofx/audiopanorama.c:
11912         (gst_audio_panorama_method_get_type),
11913         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11914         (gst_audio_panorama_set_process_function),
11915         (gst_audio_panorama_set_property),
11916         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11917         (gst_audio_panorama_transform_m2s_int_simple),
11918         (gst_audio_panorama_transform_s2s_int_simple),
11919         (gst_audio_panorama_transform_m2s_float_simple),
11920         (gst_audio_panorama_transform_s2s_float_simple):
11921         * gst/audiofx/audiopanorama.h:
11922           Add 'method' property and provide a simple (non-psychoacustic)
11923           processing method (#394859).
11924
11925         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11926         (panorama_suite):
11927           Tests for new method.
11928
11929 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11930
11931         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11932         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11933           Set correct caps on outgoing pulled buffers, or things blow up
11934           after recent core changes.
11935
11936 2007-01-11  Wim Taymans  <wim@fluendo.com>
11937
11938         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11939
11940         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11941         (gst_multipart_mux_request_new_pad),
11942         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11943         (gst_multipart_mux_change_state):
11944         Return FLOW errors ASAP. Fixes #394977.
11945         Misc cleanups.
11946
11947 2007-01-11  Wim Taymans  <wim@fluendo.com>
11948
11949         Patch by: Lutz Mueller <lutz at topfrose dot de>
11950
11951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11952         Check for stream pad before activating. 
11953
11954 2007-01-10  Wim Taymans  <wim@fluendo.com>
11955
11956         Patch by: Peter Kjellerstedt  <pkj at axis com>
11957
11958         * gst/rtsp/COPYING.MIT:
11959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11960         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11961         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11962         (gst_rtspsrc_stream_configure_transport),
11963         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11964         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11965         (gst_rtspsrc_parse_methods),
11966         (gst_rtspsrc_create_transports_string),
11967         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11968         (gst_rtspsrc_open), (gst_rtspsrc_close):
11969         * gst/rtsp/gstrtspsrc.h:
11970         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11971         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11972         (parse_request_line), (parse_line), (rtsp_connection_read),
11973         (rtsp_connection_close):
11974         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11975         (rtsp_method_as_text), (rtsp_header_as_text),
11976         (rtsp_status_as_text), (rtsp_find_header_field),
11977         (rtsp_find_method):
11978         * gst/rtsp/rtspdefs.h:
11979         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11980         (rtsp_ext_wms_configure_stream):
11981         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11982         (rtsp_message_new_request), (rtsp_message_init_request),
11983         (rtsp_message_new_response), (rtsp_message_init_response),
11984         (rtsp_message_init_data), (rtsp_message_unset),
11985         (rtsp_message_free), (rtsp_message_add_header),
11986         (rtsp_message_get_header), (rtsp_message_set_body),
11987         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11988         * gst/rtsp/rtspmessage.h:
11989         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11990         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11991         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11992         (sdp_message_dump):
11993         Allow url to be NULL to be able to use it for server connections.
11994         Can now send responses as well as requests.
11995         No longer hangs in an endless loop if EOF is received.
11996         Can now convert a status code to a text string.
11997         Return RTSP_HDR_INVALID for unknown headers.
11998         Return RTSP_INVALID for unknown methods.
11999         Copy CSeq and Session headers from the request.
12000         Only free memory corresponding to the currently set message type.
12001         Added const to function arguments as appropriate.
12002         Avoid a compiler warning when initializing nmedia.
12003         Use guint rather than gint to avoid compiler warnings.
12004         Fix crasher in wms extension.
12005         Factor out stream setup from open_connection.
12006         Delay activation of streams when actual data is received from the
12007         server, this prepares us to do proper protocol switching.
12008         Added new license.
12009         Fixes #380895.
12010
12011
12012 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12013
12014         Patch by: Sebastian Dröge <slomo ubuntu com>
12015
12016         * docs/plugins/Makefile.am:
12017         * gst/audiofx/audiopanorama.c:
12018           Some small docs fixes (#394851).
12019
12020 2007-01-09  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst/avi/gstavidemux.c:
12023         Fix docs.
12024
12025 2007-01-09  Wim Taymans  <wim@fluendo.com>
12026
12027         * gst/rtp/Makefile.am:
12028         * gst/rtp/gstrtp.c: (plugin_init):
12029         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12030         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12031         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12032         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12033         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12034         * gst/rtp/gstrtpmpvdepay.h:
12035           Added RFC 2250 MPEG Video Depayloader.
12036
12037         * gst/rtp/gstrtpL16depay.h:
12038         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12039         (gst_rtp_h263p_depay_process):
12040         Fix Header file. Small cleanups.
12041
12042         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12043         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12044         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12045         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12046         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12047         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12048         (gst_rtp_mp4v_depay_change_state):
12049         Remove usused code. Remove Adapter from state Change. Added debug.
12050
12051         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12052         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12053         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12054         * gst/rtp/gstrtpmpadepay.h:
12055         Subclass base depayloader.
12056         Added debug.
12057         Support static payload type assignment as well.
12058
12059         * gst/rtp/gstrtpmpapay.c:
12060         Fix caps.
12061
12062 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12065
12066         * ext/jpeg/gstjpegdec.c:
12067         * ext/jpeg/gstjpegenc.c:
12068         * ext/jpeg/smokecodec.c:
12069           These libjpeg callbacks should return a 'boolean' (unsigned char
12070           apparently) and not a 'gboolean' (which maps to gint). Fixes
12071           warnings when compiling with MingW (#393427).
12072
12073         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12074           Use ioctlsocket on win32.
12075
12076         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12077           Some printf format fixes for win32.
12078
12079 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12080
12081         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12082           Use gst_guint64_to_gdouble for conversion.
12083         * win32/vs6/libgstmatroska.dsp:
12084           Add zlib to the link.
12085         * win32/vs6/libgstvideobox.dsp:
12086           Update liboil library name (project is linked to 
12087           liboil-0.3-0.lib now).
12088           
12089 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * gst/matroska/Makefile.am:
12092           If zlib is available and used, we must link it explicitly for
12093           things to work on MingW (fixes #392855).
12094
12095 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         * ext/esd/esdsink.c: (gst_esdsink_delay):
12098           Don't return bogus values when esd_get_delay() fails for some
12099           reason (#392189).
12100
12101 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * sys/ximage/gstximagesrc.c: (composite_pixel):
12104           Fix presumably copy'n'pasto for 16bpp depth.
12105
12106 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12107
12108         * gst/matroska/matroska-mux.c:
12109         (gst_matroska_mux_audio_pad_setcaps):
12110           The "signed" field in audio caps is of boolean type, trying to use
12111           gst_structure_get_int() to extract it will fail. Fixing this makes
12112           matroskamux accept raw audio input (#387121) (use at your own risk
12113           though, due to the matroska spec being not entirely useful in this
12114           respect).
12115           Also fix up raw audio structures in template caps so that they
12116           represent what our setcaps function will actually accept, so that
12117           converters know what to convert to.
12118           Finally, don't fail if there isn't an "endianness" field in 8-bit
12119           PCM caps.
12120
12121 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12122
12123         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12124         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12125         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12126         (teardown_cmmldec):
12127         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12128         (teardown_cmmlenc):
12129         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12130           reapply consistent pad (de)activation
12131
12132 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12133
12134         * configure.ac:
12135         Back to CVS
12136
12137         * gst-plugins-good.doap:
12138         Add 0.10.5 doap entry
12139
12140 === release 0.10.5 ===
12141
12142 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12143
12144         * configure.ac:
12145           releasing 0.10.5, "The Path of Thorns"
12146
12147 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12148
12149         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12150         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12151         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12152         (teardown_cmmldec):
12153         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12154         (teardown_cmmlenc):
12155         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12156           revert my freeze breakage
12157
12158 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12159
12160         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12161         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12162         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12163         (teardown_cmmldec):
12164         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12165         (teardown_cmmlenc):
12166         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12167           consistent pad (de)activation
12168
12169 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12170
12171         * configure.ac:
12172         * ext/Makefile.am:
12173         Disable LADPSA, as it has moved to the -bad module for the duration.
12174
12175 2006-12-18  Wim Taymans  <wim@fluendo.com>
12176
12177         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12178         (gst_signal_processor_event):
12179         Reset flow_state back to _OK after a flush stop so that we exit our
12180         error state after the flush. Fixes #374213
12181
12182 2006-12-16  David Schleef  <ds@schleef.org>
12183
12184         * sys/osxvideo/osxvideosink.h:
12185         * sys/osxvideo/osxvideosink.m:
12186           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12187
12188 2006-12-16  David Schleef  <ds@schleef.org>
12189
12190         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12191
12192         * sys/osxvideo/Makefile.am:
12193         * sys/osxvideo/osxvideosink.h:
12194         * sys/osxvideo/osxvideosink.m:
12195           Preliminary patch for porting osxvideosink
12196
12197 2006-12-16  Wim Taymans  <wim@fluendo.com>
12198
12199         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12200
12201         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12202         (gst_videomixer_set_master_geometry),
12203         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12204         (gst_videomixer_reset), (gst_videomixer_init),
12205         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12206         (gst_videomixer_release_pad), (gst_videomixer_collected),
12207         (gst_videomixer_change_state):
12208         Introduce some locking around the videomixer state so that it does not
12209         crash when adding/removing pads. Fixes #383043.
12210
12211 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * configure.ac:
12214           Make sure libcaca can actually be used instead of just checking for
12215           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12216           cross-compiling (fixes #384587).
12217
12218 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12219
12220         * Makefile.am:
12221         * gst-plugins-good.doap:
12222         * gst-plugins-good.spec.in:
12223           adding doap file
12224
12225 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * configure.ac:
12228           libflac-1.1.3 changed API again, but we can't build against it yet,
12229           so make sure our check doesn't use libflac-1.1.3 and add a comment
12230           to this effect.
12231
12232 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12235         (gst_quarktv_planetable_clear):
12236           Add some NULL pointer checks (possibly related to #385623).
12237
12238 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12239
12240         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12241         (gst_tag_demux_chain):
12242         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12243           In streaming mode, if the first buffer we get doesn't have an
12244           offset, fix it up to be 0, otherwise trimming won't work later on
12245           and we'll be typefinding application/x-id3, which may result in
12246           decodebin plugging an endless number of id3demux elements as a
12247           consequence. Fixes #385031.
12248           
12249 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12250
12251         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12252           Ignore the buffer_time the sound device reports. Turns out it is 
12253           sometimes completely bogus and we're better off without it.
12254
12255 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12258         (gst_matroska_demux_video_caps):
12259         * gst/matroska/matroska-ids.c:
12260         (gst_matroska_track_init_video_context):
12261         * gst/matroska/matroska-ids.h:
12262           Try harder to extract the framerate for video tracks correctly and
12263           save it directly instead of converting it back and forth a few
12264           times. Mostly makes a difference for very small framerates (<1).
12265           Fixes #380199.
12266
12267 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12270         (gst_gconf_audio_src_dispose), (do_toggle_element):
12271         * ext/gconf/gstgconfaudiosrc.h:
12272           Remove gconf notify hook when the gconfaudiosrc element is
12273           destroyed, otherwise the callback may be called on an
12274           already-destroyed instance and bad things happen. Should fix
12275           #378184.
12276           Also ignore gconf key changes when the source is already running.
12277
12278 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         Patch by: Sebastian Dröge  <mail at slomosnail de>
12281
12282         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12283           We need to be able to read and parse any possible floating point string
12284           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12285           will parse the former only in certain locales though, so we really need
12286           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12287           make sure we can parse either version at all times.
12288           Fixes #382982 for real.
12289
12290 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12291
12292         * sys/sunaudio/gstsunaudiomixerctrl.c:
12293         * sys/sunaudio/gstsunaudiosrc.c:
12294
12295         Use the sunaudio debug category.
12296
12297         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12298         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12299         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12300         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12301         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12302         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12303         (gst_sunaudiosink_reset):
12304         * sys/sunaudio/gstsunaudiosink.h:
12305
12306         Uses the sunaudio debug category for all debug output
12307         Implements the _delay() callback to synchronise video playback better
12308         Change the segtotal and segsize values back to the parent class 
12309           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12310           respectively)
12311         Measure the samples written to the device vs. played.
12312         Keep track of segments in the device by writing empty eof frames, and
12313         sleep using a GCond when we get too far ahead and risk overrunning the
12314         sink's ringbuffer.
12315
12316         Fixes: #360673
12317
12318 2006-12-08  Wim Taymans  <wim@fluendo.com>
12319
12320         Patch by: Sebastian Dröge  <mail at slomosnail de >
12321
12322         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12323         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12324         * gst/audiofx/audiopanorama.h:
12325         Fix audiopanorame with float samples. Fixes #383726.
12326
12327 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12328
12329         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12330         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12331         (gst_sunaudiosrc_reset):
12332
12333         Implement reset functions to unblock the src/sink more quickly on 
12334         state change requests.
12335         Patch by: Brian Cameron <brian dot cameron at sun com>
12336
12337 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12338
12339         * sys/sunaudio/gstsunaudiomixer.c:
12340         (gst_sunaudiomixer_change_state):
12341         Construct the correct mixer device name when the AUDIODEV env var
12342         is set.
12343
12344         Patch by: Jerry Tan <jerry.tan at sun dot com>
12345         Fixes: #383596
12346
12347 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12348
12349         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12350         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12351         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12352         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12353         Patch by: Jerry Tan <jerry.tan at sun dot com>
12354         Fixes: #349015
12355
12356 2006-12-07  Wim Taymans  <wim@fluendo.com>
12357
12358         * gst/smpte/gstmask.h:
12359         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12360         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12361         (gst_smpte_collected), (gst_smpte_set_property),
12362         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12363         * gst/smpte/gstsmpte.h:
12364         Port to 0.10 some more. 
12365         Added duration property to specify the duration of the transition.
12366         Make framerate a fraction.
12367         Deprecate fps property, we only use negotiated fps.
12368         Added docs.
12369         Fix collectpad usage.
12370         Reset state in READY.
12371         Send NEWSEGMENT event.
12372         Fix racy updates of object properties.
12373         Added debug category.
12374         Fixes #383323.
12375
12376 2006-12-06  Wim Taymans  <wim@fluendo.com>
12377
12378         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12379
12380         * gst/videomixer/videomixer.c:
12381         (gst_videomixer_set_master_geometry),
12382         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12383         Don't reset xpos and ypos in the setcaps function because causes
12384         unexpected behaviour.
12385         Fixes #382179.
12386
12387 2006-12-06  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12390         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12391         Keep track of the buffer timestamp in the collectdata member instead
12392         of modifying the buffer without making the metadata writable first.
12393         Fixes #382277.
12394
12395 2006-12-06  Wim Taymans  <wim@fluendo.com>
12396
12397         Patch by: Rob Taylor <robtaylor at floopily dot org>
12398
12399         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12400         If using multicast in udpsrc, bind to the multicast address rather than
12401         IN_ADDR_ANY.
12402         This allows the simultanous use of multiple udpsrcs listening on
12403         different multicat addresses. Without this all udpsrcs will receive all
12404         packets from all subscribed multicast addresses.
12405         Fixes #383001.
12406
12407 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12408
12409         * ext/taglib/gstid3v2mux.cc:
12410         Don't attempt to write a NULL frame into the ID3 tag set when the 
12411         createFrame method returned NULL.
12412         Fixes: #381857
12413         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12414
12415 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12416
12417         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12418         Use g_strtod() instead of sscanf to parse doubles, so that it will
12419         try parsing in the C locale if the current locale fails.
12420         Fixes: #382982
12421         Patch by: Sebastian Dröge  <mail at slomosnail de >
12422
12423 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12424
12425         * win32/MANIFEST:
12426         Fix compilation on win32 under VS8
12427         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12428         Partially fixes #381175
12429
12430 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12431
12432         * gst/avi/gstavimux.c:
12433           accept all mpegversions,fixes #380825
12434           spotted by: Jerome Alet  
12435
12436 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12437
12438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12439         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12440         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12441         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12442           cleanup the error message a bit more
12443
12444 2006-11-28  Wim Taymans  <wim@fluendo.com>
12445
12446         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12447         Fix width and height properties.
12448
12449         * ext/libcaca/gstcacasink.h:
12450         Fix compilation on newer libcaca that require us to include a new
12451         header. Fixes #379918.
12452
12453 2006-11-28  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12456         * gst/rtsp/gstrtspsrc.h:
12457         * gst/rtsp/rtspext.h:
12458         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12459         (rtsp_ext_wms_get_context):
12460         Add method so that extensions can choose to disable the setup of
12461         a stream.
12462         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12463
12464 2006-11-27  Wim Taymans  <wim@fluendo.com>
12465
12466         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12467
12468         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12469         Push header in a separate buffer instead of memcpy:ing all data.
12470         Change LF => CRLF in headers.
12471         Move trailing LF to header. Fixes #379792.
12472
12473 2006-11-27  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12476         Small buffer overflow fix and improve debugging.
12477
12478 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12479
12480         * ext/esd/esdmon.h:
12481         * ext/esd/esdsink.h:
12482           remove obsolete _factory_init protos
12483
12484 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12485
12486         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12487         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12488         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12489         (gst_avi_demux_read_subindexes_push),
12490         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12491         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12492         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12493         (gst_avi_demux_massage_index),
12494         (gst_avi_demux_calculate_durations_from_index),
12495         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12496         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12497         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12498           remove dead code, tweak debugs statements, add comments, use
12499           _uint64_scale instead _uint64_scale_int when using guint64 values,
12500           small optimizations, reflow some error handling
12501
12502 2006-11-22  Edward Hervey  <edward@fluendo.com>
12503
12504         * po/.cvsignore:
12505         We never put .pot files in cvs. Let's ignore them all.
12506
12507 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12508
12509         * po/POTFILES.in:
12510           ... but better exclude files that aren't disted.
12511
12512 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * po/POTFILES.in:
12515           Add v4l2 source files to list of files with translations, so the
12516           strings are actually extracted (however bad they still may be).
12517
12518 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12519
12520         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12521           Minor clean-ups: const-ify static array, remove trailing comma from
12522           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12523
12524 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12525
12526         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12527         Make sure that g_free always gets called on the same pointer that was 
12528         returned by g_malloc.  Fixes #376594.
12529         Do not leak memory if decompressed size is wrong.
12530         Remove unneeded check of return value of g_malloc.
12531         Patch by: René Stadler <mail@renestadler.de>
12532
12533 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12536           Add missing curly brackets.
12537
12538 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12539
12540         * sys/v4l2/v4l2src_calls.c:
12541         Fix capture_deinit.
12542
12543 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12546         (gst_matroska_mux_request_new_pad):
12547           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12548
12549         * tests/check/elements/matroskamux.c: (setup_src_pad),
12550         (setup_sink_pad), (GST_START_TEST):
12551         Activate pads before using them.
12552
12553 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12554
12555         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12556           Initialise variable to get rid of bogus compiler warning.
12557
12558 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12559
12560         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12561
12562         * gst/rtp/gstrtph263pay.c:
12563         * gst/rtp/gstrtph263pdepay.c:
12564         * gst/rtp/gstrtph263ppay.c:
12565           Specify H.263 variant and version in the caps (fixes #361637)
12566
12567 2006-11-15  Wim Taymans  <wim@fluendo.com>
12568
12569         * gst/rtsp/rtspconnection.c: (read_body):
12570         Don't set a data pointer to NULL and a size > 0 when we deal
12571         with empty packets.
12572
12573         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12574         (rtsp_message_init_response), (rtsp_message_init_data),
12575         (rtsp_message_unset), (rtsp_message_free),
12576         (rtsp_message_take_body):
12577         Check that we can't create invalid empty packets. 
12578
12579 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12582
12583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12584         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12585         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12586         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12587         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12588         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12589         * gst/matroska/matroska-mux.h:
12590           Add basic tag writing support; implement releasing pads (#374658).
12591
12592 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12593
12594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12595         (gst_matroska_demux_audio_caps):
12596           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12597
12598 2006-11-14  David Schleef  <ds@schleef.org>
12599
12600         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12601
12602 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12605
12606         * win32/vs8/gst-plugins-good.sln:
12607         * win32/vs8/libgst1394.vcproj:
12608         * win32/vs8/libgstaasink.vcproj:
12609         * win32/vs8/libgstalaw.vcproj:
12610         * win32/vs8/libgstalpha.vcproj:
12611         * win32/vs8/libgstalphacolor.vcproj:
12612         * win32/vs8/libgstannodex.vcproj:
12613         * win32/vs8/libgstapetag.vcproj:
12614         * win32/vs8/libgstaudiofx.vcproj:
12615         * win32/vs8/libgstauparse.vcproj:
12616         * win32/vs8/libgstautodetect.vcproj:
12617         * win32/vs8/libgstavi.vcproj:
12618         * win32/vs8/libgstcacasink.vcproj:
12619         * win32/vs8/libgstcdio.vcproj:
12620         * win32/vs8/libgstcutter.vcproj:
12621         * win32/vs8/libgstdv.vcproj:
12622         * win32/vs8/libgsteffectv.vcproj:
12623         * win32/vs8/libgstflac.vcproj:
12624         * win32/vs8/libgstflxdec.vcproj:
12625         * win32/vs8/libgstgoom.vcproj:
12626         * win32/vs8/libgsticydemux.vcproj:
12627         * win32/vs8/libgstid3demux.vcproj:
12628         * win32/vs8/libgstjpeg.vcproj:
12629         * win32/vs8/libgstladspa.vcproj:
12630         * win32/vs8/libgstlevel.vcproj:
12631         * win32/vs8/libgstmatroska.vcproj:
12632         * win32/vs8/libgstmikmod.vcproj:
12633         * win32/vs8/libgstmng.vcproj:
12634         * win32/vs8/libgstmonoscope.vcproj:
12635         * win32/vs8/libgstmulaw.vcproj:
12636         * win32/vs8/libgstmultipart.vcproj:
12637         * win32/vs8/libgstpng.vcproj:
12638         * win32/vs8/libgstrtp.vcproj:
12639         * win32/vs8/libgstrtsp.vcproj:
12640         * win32/vs8/libgstshout2.vcproj:
12641         * win32/vs8/libgstsmpte.vcproj:
12642         * win32/vs8/libgstspeex.vcproj:
12643         * win32/vs8/libgsttaglib.vcproj:
12644         * win32/vs8/libgstudp.vcproj:
12645         * win32/vs8/libgstvideobalance.vcproj:
12646         * win32/vs8/libgstvideobox.vcproj:
12647         * win32/vs8/libgstvideoflip.vcproj:
12648         * win32/vs8/libgstvideomixer.vcproj:
12649         * win32/vs8/libgstwavenc.vcproj:
12650         * win32/vs8/libgstwavparse.vcproj:
12651           Make end-of-line returns unixy, so that when the files are checked
12652           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12653           Hopefully fixes #366492.
12654
12655 2006-11-14  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12658         Disable init_frames delay timestamp adjustment, it does not
12659         seem to be needed at all. Fixes #369621.
12660
12661 2006-11-13  Wim Taymans  <wim@fluendo.com>
12662
12663         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12664
12665         * gst/videomixer/videomixer.c:
12666         (gst_videomixer_set_master_geometry),
12667         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12668         (gst_videomixer_collect_free), (gst_videomixer_reset),
12669         (gst_videomixer_init), (gst_videomixer_finalize),
12670         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12671         (gst_videomixer_collected), (gst_videomixer_change_state):
12672         Fix memleak by unref'ing collectpads instance (when finalizing)
12673         Implement releasing a request pad. Fixes #374479.
12674
12675 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12676
12677         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12678
12679         * win32/vs8/gst-plugins-good.sln:
12680         * win32/vs8/libgst1394.vcproj:
12681         * win32/vs8/libgstaasink.vcproj:
12682         * win32/vs8/libgstalaw.vcproj:
12683         * win32/vs8/libgstalpha.vcproj:
12684         * win32/vs8/libgstalphacolor.vcproj:
12685         * win32/vs8/libgstannodex.vcproj:
12686         * win32/vs8/libgstapetag.vcproj:
12687         * win32/vs8/libgstaudiofx.vcproj:
12688         * win32/vs8/libgstauparse.vcproj:
12689         * win32/vs8/libgstautodetect.vcproj:
12690         * win32/vs8/libgstavi.vcproj:
12691         * win32/vs8/libgstcacasink.vcproj:
12692         * win32/vs8/libgstcdio.vcproj:
12693         * win32/vs8/libgstcutter.vcproj:
12694         * win32/vs8/libgstdv.vcproj:
12695         * win32/vs8/libgsteffectv.vcproj:
12696         * win32/vs8/libgstflac.vcproj:
12697         * win32/vs8/libgstflxdec.vcproj:
12698         * win32/vs8/libgstgoom.vcproj:
12699         * win32/vs8/libgsticydemux.vcproj:
12700         * win32/vs8/libgstid3demux.vcproj:
12701         * win32/vs8/libgstjpeg.vcproj:
12702         * win32/vs8/libgstladspa.vcproj:
12703         * win32/vs8/libgstlevel.vcproj:
12704         * win32/vs8/libgstmatroska.vcproj:
12705         * win32/vs8/libgstmikmod.vcproj:
12706         * win32/vs8/libgstmng.vcproj:
12707         * win32/vs8/libgstmonoscope.vcproj:
12708         * win32/vs8/libgstmulaw.vcproj:
12709         * win32/vs8/libgstmultipart.vcproj:
12710         * win32/vs8/libgstpng.vcproj:
12711         * win32/vs8/libgstrtp.vcproj:
12712         * win32/vs8/libgstrtsp.vcproj:
12713         * win32/vs8/libgstshout2.vcproj:
12714         * win32/vs8/libgstsmpte.vcproj:
12715         * win32/vs8/libgstspeex.vcproj:
12716         * win32/vs8/libgsttaglib.vcproj:
12717         * win32/vs8/libgstudp.vcproj:
12718         * win32/vs8/libgstvideobalance.vcproj:
12719         * win32/vs8/libgstvideobox.vcproj:
12720         * win32/vs8/libgstvideoflip.vcproj:
12721         * win32/vs8/libgstvideomixer.vcproj:
12722         * win32/vs8/libgstwavenc.vcproj:
12723         * win32/vs8/libgstwavparse.vcproj:
12724           Add VS8 project files (note that many of the plugins in ext are
12725           disabled by default). Fixes #366492.
12726
12727 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12728
12729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12730           we do not translate debug messages
12731
12732 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12733
12734         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12735           fix categorisation, make short desc more explicit, remove unused code
12736           Fixes #372021
12737
12738 2006-11-08  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/rtp/gstrtpL16depay.c:
12741         * gst/rtp/gstrtpamrdepay.c:
12742         * gst/rtp/gstrtpamrpay.c:
12743         * gst/rtp/gstrtpgsmdepay.c:
12744         * gst/rtp/gstrtph263pay.c:
12745         * gst/rtp/gstrtph263pdepay.c:
12746         * gst/rtp/gstrtph263ppay.c:
12747         * gst/rtp/gstrtph264depay.c:
12748         * gst/rtp/gstrtpmp2tdepay.c:
12749         * gst/rtp/gstrtpmp4gdepay.c:
12750         * gst/rtp/gstrtpmp4gpay.c:
12751         * gst/rtp/gstrtpmp4vdepay.c:
12752         * gst/rtp/gstrtpmp4vpay.c:
12753         * gst/rtp/gstrtpmpadepay.c:
12754         * gst/rtp/gstrtpmpapay.c:
12755         * gst/rtp/gstrtppcmadepay.c:
12756         * gst/rtp/gstrtppcmapay.c:
12757         * gst/rtp/gstrtppcmudepay.c:
12758         * gst/rtp/gstrtppcmupay.c:
12759         * gst/rtp/gstrtpspeexdepay.c:
12760         * gst/rtp/gstrtpspeexpay.c:
12761         * gst/rtp/gstrtpsv3vdepay.c:
12762         Fix element descriptions.
12763
12764 2006-11-08  Wim Taymans  <wim@fluendo.com>
12765
12766         * gst/rtp/gstrtpvorbisdepay.c:
12767         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12768         Fix description.
12769         Small cleanup in the payloader.
12770
12771 2006-11-08  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/rtp/Makefile.am:
12774         * gst/rtp/gstrtp.c: (plugin_init):
12775         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12776         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12777         (gst_rtp_theora_depay_finalize),
12778         (gst_rtp_theora_depay_parse_configuration),
12779         (gst_rtp_theora_depay_setcaps),
12780         (gst_rtp_theora_depay_switch_codebook),
12781         (gst_rtp_theora_depay_process),
12782         (gst_rtp_theora_depay_set_property),
12783         (gst_rtp_theora_depay_get_property),
12784         (gst_rtp_theora_depay_change_state),
12785         (gst_rtp_theora_depay_plugin_init):
12786         * gst/rtp/gstrtptheoradepay.h:
12787         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12788         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12789         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12790         (gst_rtp_theora_pay_init_packet),
12791         (gst_rtp_theora_pay_flush_packet),
12792         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12793         (gst_rtp_theora_pay_handle_buffer),
12794         (gst_rtp_theora_pay_plugin_init):
12795         * gst/rtp/gstrtptheorapay.h:
12796         Add theora pay/depayloaders.
12797
12798 2006-11-06  Wim Taymans  <wim@fluendo.com>
12799
12800         * gst/rtp/Makefile.am:
12801         We depend on gsttag to generate the vorbis comments.
12802
12803         * gst/rtp/gstrtpvorbisdepay.c:
12804         (gst_rtp_vorbis_depay_parse_configuration),
12805         (gst_rtp_vorbis_depay_setcaps),
12806         (gst_rtp_vorbis_depay_switch_codebook),
12807         (gst_rtp_vorbis_depay_process):
12808         * gst/rtp/gstrtpvorbisdepay.h:
12809         Parse configuration string in the depayloader.
12810         Implement selecting and switching to a new codebook.
12811         Receiving vorbis over RTP now works.
12812
12813         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12814         (gst_rtp_vorbis_pay_init_packet),
12815         (gst_rtp_vorbis_pay_finish_headers),
12816         (gst_rtp_vorbis_pay_handle_buffer):
12817         * gst/rtp/gstrtpvorbispay.h:
12818         Set timestamps on outgoing buffers and RTP packets.
12819         Fix configuration string, prepend number of Packet headers.
12820         Fix encoding of ident string.
12821         Add delivery-method to caps.
12822         Streaming vorbis over RTP now works.
12823
12824 2006-11-06  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12827         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12828         (gst_rtp_vorbis_pay_handle_buffer):
12829         * gst/rtp/gstrtpvorbispay.h:
12830         Generate a valid configuration string in the caps based on the
12831         vorbis headers.
12832
12833 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12834
12835         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12836         * ext/cdio/gstcdio.h:
12837         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12838           Move CD-TEXT utility function into common file so it can also be
12839           used by a future cdioparanoiasrc.
12840
12841 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12842         
12843         * sys/v4l2/Makefile.am:
12844         * sys/v4l2/gstv4l2object.c:
12845         * sys/v4l2/gstv4l2src.c:
12846         * sys/v4l2/gstv4l2xoverlay.c:
12847         * sys/v4l2/v4l2_calls.c:
12848         * sys/v4l2/v4l2src_calls.c:
12849         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12850         xoverlay code that is still not implemented.
12851
12852 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12855           We require a -base more recent than 0.10.9, so it's safe to use
12856           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12857
12858         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12859         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12860           Use _newsegment_full() now that we depend on a recent enough core.
12861
12862         * gst/wavparse/gstwavparse.c:
12863           Remove cruft that we don't need any longer now that we depend on
12864           a recent enough -base.
12865
12866 2006-10-31  Wim Taymans  <wim@fluendo.com>
12867
12868         * gst/rtp/Makefile.am:
12869         * gst/rtp/gstrtp.c: (plugin_init):
12870         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12871         (gst_rtpilbcpay_setcaps):
12872         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12873
12874 2006-10-31  Wim Taymans  <wim@fluendo.com>
12875
12876         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12877         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12878         Some small cleanups, use _scale.
12879
12880 2006-10-31  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12883         Use higher precision scale function.
12884
12885 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         Patch by: Michal Benes  <michal dot benes at itonis tv>
12888
12889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12890         (gst_matroska_demux_read_track_encodings),
12891         (gst_matroska_decode_buffer):
12892           Fix several issues with encoded/compressed/encrypted/signed tracks;
12893           also, remove superfluous newline characters from some debug
12894           statements. (#366155)
12895
12896 2006-10-30  Wim Taymans  <wim@fluendo.com>
12897
12898         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12899         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12900         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12901         (gst_smokedec_change_state):
12902         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12903         (gst_smokeenc_init), (gst_smokeenc_finalize),
12904         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12905         (gst_smokeenc_resync), (gst_smokeenc_chain),
12906         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12907         (gst_smokeenc_change_state):
12908         Various cleanups, capsnego and leak fixes.
12909
12910 2006-10-30  Wim Taymans  <wim@fluendo.com>
12911
12912         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12913
12914         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12915         Fix videomixer so that it can handle any combination of framerates.
12916         Fixes #367221.
12917
12918 2006-10-28  Wim Taymans  <wim@fluendo.com>
12919
12920         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12921         (gst_avi_demux_parse_file_header),
12922         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12923         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12924         (gst_avi_demux_chain):
12925         Fix position query for audio. also fixes timestamps in streaming
12926         mode and bug #364958.
12927         Small cleanups.
12928
12929 2006-10-27  Wim Taymans  <wim@fluendo.com>
12930
12931         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12932         * ext/libpng/gstpngenc.h:
12933         Fix strides. Fixes #364856.
12934         Cleanup capsnego.
12935         Set caps on outgoing buffers.
12936
12937 2006-10-18  Wim Taymans  <wim@fluendo.com>
12938
12939         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12940
12941         * gst/rtp/gstrtpgsmpay.c:
12942         * gst/rtp/gstrtph263pay.c:
12943         * gst/rtp/gstrtpmpapay.c:
12944         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12945         (gst_rtp_pcma_pay_handle_buffer):
12946         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12947         Add static payload numbers in addition to the dynamic ones.
12948         Fixes #361639.
12949
12950 2006-10-18  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12953         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12954         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12955         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12956         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12957         * gst/rtsp/rtspdefs.h:
12958         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12959         * gst/rtsp/rtspurl.h:
12960         Reuse already existing enum for lower transport.
12961         Add rtspt and rtspu protocols.
12962         Send redirect to rtspt when udp times out.
12963
12964 2006-10-18  Wim Taymans  <wim@fluendo.com>
12965
12966         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12967         (gst_wavparse_stream_data):
12968         Fix seeking some more, mostly for speed changes.
12969
12970 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         Patch by: Fredrik Persson  <frepe at bredband net>
12973
12974         * sys/v4l2/gstv4l2tuner.c:
12975         * sys/v4l2/gstv4l2tuner.h:
12976           Fix _set_channel(): remove useless g_object_notify() for "channel"
12977           property that doesn't exist any longer and therefore now also
12978           useless redirect (#338818).
12979
12980 2006-10-17  Wim Taymans  <wim@fluendo.com>
12981
12982         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12983         Some drivers do not support unsetting the non-blocking flag once the
12984         device is opened. In those cases, close/open the device in
12985         non-blocking mode. Fixes #362673.
12986
12987 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12988
12989         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12990         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12991         (gst_v4l2src_get_fps):
12992           dear stefan, framespersecond is not frameperiod, reverting but adding
12993           comment
12994
12995 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12996
12997         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12999         (gst_v4l2src_get_fps):
13000           Numerator is numerator and denominator is denominator. Say that aloud
13001           5 times and retry after next beer.
13002
13003 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         Patch by: Josep Torra Valles  <josep at fluendo com>
13006
13007         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13008         * ext/esd/esdsink.c: (gst_esdsink_write):
13009         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13010         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13011         (gst_flac_dec_send_newsegment):
13012         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13013         (gst_flac_enc_tell_callback):
13014         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13015         (smokecodec_parse_header), (smokecodec_decode):
13016         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13017         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13018         * gst/goom/Makefile.am:
13019         * gst/goom/gstgoom.c:
13020         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13021         * gst/rtsp/gstrtspsrc.c:
13022         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13023         * gst/udp/gstudpsink.c:
13024         * gst/udp/gstudpsrc.c:
13025         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13026         * sys/sunaudio/gstsunaudiomixertrack.h:
13027           Fix a bunch of problems discovered by the Forte compiler, mostly type
13028           mixups and pointer arithmetics with void pointers. Fixes #362603.
13029
13030 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * ext/speex/gstspeex.c: (plugin_init):
13033         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13034         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13035         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13036         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13037         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13038         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13039         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13040         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13041         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13042         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13043         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13044         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13045         * ext/speex/gstspeexenc.h:
13046           Miscellaneous clean-ups, among other things: speexenc => enc to
13047           enhance code readability; change speexenc => speex_enc; in chain
13048           function unref input buffer in case of error; take reference in
13049           event function; use boilerplate macro; use gst_pad_query_peer_*
13050           convenience functions.
13051
13052 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13053
13054         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13055         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13056         (gst_speexenc_set_header_on_caps):
13057           Fix some mem leaks.
13058
13059 2006-10-11  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst/rtsp/URLS:
13062         Added some other URL.
13063
13064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13065         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13066         (gst_rtspsrc_open), (gst_rtspsrc_play),
13067         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13068         * gst/rtsp/gstrtspsrc.h:
13069         Work on fallback to TCP connection when the UDP socket times out.
13070         Handler server requests, just reply with OK for now.
13071
13072         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13073         * gst/rtsp/rtspdefs.h:
13074         Added some more Real extension headers.
13075
13076         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13077         Fix parsing of urls with a ':' that is not part of the hostname:port
13078         part of the url.
13079
13080 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13083         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13084         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13085           Activate pad before adding it to the already-running element.
13086
13087         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13088           Activate newly-created pad too.
13089
13090 2006-10-11  Wim Taymans  <wim@fluendo.com>
13091
13092         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13093
13094         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13095         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13096         (gst_udpsrc_start):
13097         Fix some leaks in caps and uris. Fixes #361252.
13098
13099 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13100
13101         * gst/wavparse/Makefile.am:
13102           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13103
13104 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13105
13106         * sys/v4l2/gstv4l2xoverlay.c:
13107         * sys/v4l2/gstv4l2xoverlay.h:
13108         Fix build as per the patch in #338818 comment 36.
13109
13110 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13113           Activate pads before adding them to the source.
13114
13115 2006-10-06  Wim Taymans  <wim@fluendo.com>
13116
13117         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13118         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13119         Activate pads before adding.
13120
13121 2006-10-06  Wim Taymans  <wim@fluendo.com>
13122
13123         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13124         (gst_multipart_find_pad_by_mime):
13125         Activate pads before adding.
13126
13127         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13128         BOILERPLATE sets parent_class for us.
13129
13130 2006-10-06  Wim Taymans  <wim@fluendo.com>
13131
13132         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13133         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13134         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13135         (gst_rtspsrc_alloc_udp_ports),
13136         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13137         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13138         (gst_rtspsrc_create_transports_string),
13139         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13140         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13141         * gst/rtsp/gstrtspsrc.h:
13142         Rework how the transport string is constructed, try to share channels
13143         and udp ports.
13144         Make most of the stuff less dependant on RTP as we are also going to use
13145         it for RDT.
13146         Add support for transport specific session managers.
13147
13148         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13149         Implement _flush().
13150
13151         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13152         * gst/rtsp/rtspdefs.h:
13153         Add generic error return code.
13154
13155         * gst/rtsp/rtspext.h:
13156         Add support for pluggable tranport strings.
13157
13158         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13159         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13160         (rtsp_ext_wms_get_context):
13161         Detect WMServer and activate the extension.
13162
13163         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13164         (rtsp_transport_get_manager), (rtsp_transport_parse):
13165         * gst/rtsp/rtsptransport.h:
13166         Added methods to get mime/manager for certain transports.
13167
13168 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13169
13170         * ext/cairo/gsttimeoverlay.c:
13171         (gst_cairo_time_overlay_update_font_height):
13172         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13173         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13174         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13175         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13176         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13177         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13178         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13179         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13180         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13181         (gst_avi_demux_stream_data):
13182         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13183         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13184         (gst_fenced_buffer_copy):
13185         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13186         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13188         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13189         (gst_rtspsrc_handle_message):
13190         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13191         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13192           Printf format fixes.
13193
13194 2006-10-04  Wim Taymans  <wim@fluendo.com>
13195
13196         * gst/rtsp/Makefile.am:
13197         Dist new .h file too.
13198
13199 2006-10-04  Wim Taymans  <wim@fluendo.com>
13200
13201         * gst/rtsp/Makefile.am:
13202         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13203         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13205         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13206         (gst_rtspsrc_parse_rtpmap),
13207         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13208         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13209         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13210         * gst/rtsp/gstrtspsrc.h:
13211         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13212         * gst/rtsp/rtspdefs.h:
13213         * gst/rtsp/rtspext.h:
13214         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13215         (rtsp_ext_wms_get_context):
13216         * gst/rtsp/rtspextwms.h:
13217         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13218         (rtsp_transport_parse):
13219         * gst/rtsp/rtsptransport.h:
13220         Factor out extension in separate module.
13221         Fix getcaps to filter against the padtemplate.
13222         Use Content-Base if the server gives one.
13223         Rework the transport parsing a bit for future extensions.
13224         Added some Real Header field definitions.
13225
13226 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13227
13228         * docs/plugins/Makefile.am:
13229         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13231           added v4l2 stubs
13232         * gst-plugins-good.spec.in:
13233           add v4l2
13234
13235 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13236
13237         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13238           Extract disc/album/medium number and count and try harder
13239           to extract track number/count.
13240
13241 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13242
13243         * configure.ac:
13244         * sys/Makefile.am:
13245           add build stuff for v4l2, needs --enable-experimental until
13246           the last bits are resolved
13247
13248 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * tests/check/Makefile.am:
13251           Disable autodetect test temporarily, so that the build bots
13252           update -bad and the ranks of unreliable video sinks in there.
13253
13254         * tests/check/elements/autodetect.c: (GST_START_TEST):
13255           Skip test if no usable videosink is found.
13256
13257 2006-09-29  Wim Taymans  <wim@fluendo.com>
13258
13259         * gst/rtsp/URLS:
13260         Add some more URLs.
13261
13262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13263         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13264         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13265         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13266         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13267         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13268         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13269         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13270         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13271         * gst/rtsp/gstrtspsrc.h:
13272         Add timeout property to control UDP timeouts.
13273         Fix error messages.
13274         Also start a loop function when operating in UDP mode so that we can
13275         do some more stuff async.
13276         Handle element messages from udpsrc to detect timeouts. If a timeout
13277         happens we currently generate an error.
13278         API: rtspsrc::timeout property.
13279
13280         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13281         (gst_udpsrc_create):
13282         Really implement the timeout in microseconds and not milliseconds.
13283
13284 2006-09-29  Wim Taymans  <wim@fluendo.com>
13285
13286         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13287         (gst_udpsrc_create), (gst_udpsrc_set_property),
13288         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13289         * gst/udp/gstudpsrc.h:
13290         Added property to post a message on timeout.
13291         Updated docs.
13292         When restarting the select, initialize the fdsets again.
13293         Init control sockets so we don't accidentally close a random socket.
13294         API: GstUDPSrc::timeout property
13295
13296 2006-09-29  Wim Taymans  <wim@fluendo.com>
13297
13298         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13299         Fix flag registration.
13300
13301         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13302         Reading 0 also means 'no more commands'
13303
13304 2006-09-29  Wim Taymans  <wim@fluendo.com>
13305
13306         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13307
13308         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13309         Fix possible infinite loop when shutting down, a read can also return
13310         0 to indicate no more messages are available. Fixes #358156.
13311
13312 2006-09-25  Wim Taymans  <wim@fluendo.com>
13313
13314         * gst/autodetect/gstautoaudiosink.c:
13315         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13316         (gst_auto_audio_sink_find_best):
13317         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13318         Small cleanups.
13319         don't try to set "sync" property when it is not available.
13320
13321 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13322
13323         Patch by: Peter Kjellerstedt  <pkj at axis com>
13324
13325         * gst/alpha/gstalpha.c:
13326         * gst/rtp/gstrtpamrdepay.c:
13327         * gst/rtsp/gstrtspsrc.c:
13328         * gst/udp/gstudpsrc.c:
13329         * gst/videomixer/videomixer.c:
13330           Include stdlib.h in some more places, makes things compile
13331           with uClibc and -Werror (#357592).
13332
13333 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13334
13335         * ext/jpeg/gstjpegdec.c:
13336           Set minimum height to 8 (from 16), our code should handle
13337           that fine. Some of the buttons on the apple trailer site
13338           are apparently only 15 pixels high (see #357470).
13339
13340 2006-09-23  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13343         (gst_rtspsrc_open):
13344         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13345         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13346         (rtsp_connection_receive):
13347         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13348         * gst/rtsp/rtspdefs.h:
13349         Improve error reporting.
13350
13351 2006-09-23  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13354         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13355         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13356         * gst/rtp/gstrtpdepay.c:
13357         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13358         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13359         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13360         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13361         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13362         (gst_rtp_mp2t_depay_plugin_init):
13363         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13364         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13365         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13366         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13367         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13368         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13369         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13370         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13371         Fix klass typos.
13372         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13373
13374 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13375
13376         * configure.ac:
13377           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13378
13379 2006-09-22  Wim Taymans  <wim@fluendo.com>
13380
13381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13382         Don't check for a tag that is never there and check if we read the
13383         correct tag. Fixes seeking again.
13384         We must post an error when all pads are unlinked.
13385
13386 2006-09-22  Wim Taymans  <wim@fluendo.com>
13387
13388         * gst/rtp/Makefile.am:
13389         * gst/rtp/gstrtp.c: (plugin_init):
13390         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13391         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13392         (gst_rtp_vorbis_pay_reset_packet),
13393         (gst_rtp_vorbis_pay_init_packet),
13394         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13395         (gst_rtp_vorbis_pay_handle_buffer):
13396         More fixage, set endoder-params correctly in the payloader.
13397
13398 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * gst/autodetect/gstautoaudiosink.c:
13401         (gst_auto_audio_sink_base_init):
13402         * gst/autodetect/gstautovideosink.c:
13403         (gst_auto_video_sink_base_init):
13404           Make static pad templates static to appease valgrind's leak
13405           detector.
13406
13407         * tests/check/Makefile.am:
13408         * tests/check/elements/.cvsignore:
13409         * tests/check/elements/autodetect.c: (GST_START_TEST),
13410         (autodetect_suite):
13411           Add simple test for the ghostpad lockup on shutdown fixed in core
13412           CVS (audio bit disabled because it would need dozens of alsa
13413           suppressions and I'm too lazy to add those now).
13414
13415 2006-09-22  Wim Taymans  <wim@fluendo.com>
13416
13417         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13418         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13419         Small cleanups.
13420
13421         * gst/rtp/Makefile.am:
13422         * gst/rtp/gstrtp.c: (plugin_init):
13423         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13424         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13425         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13426         (gst_rtp_vorbis_depay_process),
13427         (gst_rtp_vorbis_depay_set_property),
13428         (gst_rtp_vorbis_depay_get_property),
13429         (gst_rtp_vorbis_depay_change_state),
13430         (gst_rtp_vorbis_depay_plugin_init):
13431         * gst/rtp/gstrtpvorbisdepay.h:
13432         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13433         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13434         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13435         (gst_rtp_vorbis_pay_flush_packet),
13436         (gst_rtp_vorbis_pay_append_buffer),
13437         (gst_rtp_vorbis_pay_handle_buffer),
13438         (gst_rtp_vorbis_pay_plugin_init):
13439         * gst/rtp/gstrtpvorbispay.h:
13440         Add experimental vorbis pay and depayloaders.
13441
13442 2006-09-21  Wim Taymans  <wim@fluendo.com>
13443
13444         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13445         Fix profile-level-id parsing and setup.
13446
13447 2006-09-21  Wim Taymans  <wim@fluendo.com>
13448
13449         * gst/udp/README:
13450         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13451         Update README, simple cleanup.
13452
13453 2006-09-21  Wim Taymans  <wim@fluendo.com>
13454
13455         * gst/rtp/README:
13456         Update README with some examples.
13457
13458         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13459         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13460         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13461         (gst_rtp_mp4g_pay_setcaps):
13462         * gst/rtp/gstrtpmp4gpay.h:
13463         Make optional RTP parameters of type STRING, as required by the
13464         application/x-rtp caps specification.
13465
13466 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13467
13468         * gst/rtp/gstrtph263pdepay.c:
13469         * gst/rtp/gstrtph263ppay.c:
13470         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13471         RTP header.
13472
13473 2006-09-20  Wim Taymans  <wim@fluendo.com>
13474
13475         * gst/rtp/Makefile.am:
13476         And makefile too.
13477
13478 2006-09-20  Wim Taymans  <wim@fluendo.com>
13479
13480         * gst/rtp/gstrtp.c: (plugin_init):
13481         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13482         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13483         (decode_base64), (gst_rtp_asf_depay_setcaps),
13484         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13485         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13486         (gst_rtp_asf_depay_plugin_init):
13487         * gst/rtp/gstrtpasfdepay.h:
13488         Added preliminary ASF depayloader.
13489
13490         * gst/rtp/gstrtph264depay.c: (decode_base64):
13491         Fix base64 decoding.
13492
13493 2006-09-20  Wim Taymans  <wim@fluendo.com>
13494
13495         * gst/rtsp/URLS:
13496         Added some test URLS.
13497
13498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13499         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13500         * gst/rtsp/gstrtspsrc.h:
13501         When creating streams, give access to the complete SDP.
13502         Fix some leaks.
13503         Collect and merge global stream properties in stream caps.
13504         Preliminary support for WMServer.
13505
13506         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13507         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13508         (rtsp_connection_receive):
13509         * gst/rtsp/rtspconnection.h:
13510         Make connection interruptable.
13511         Refactor to make it reconnectable.
13512         Don't fail on short reads when reading data packets.
13513
13514         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13515         (rtsp_url_get_port):
13516         * gst/rtsp/rtspurl.h:
13517         Add methods for getting/setting the port.
13518
13519         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13520         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13521         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13522         (sdp_media_get_format), (sdp_parse_line),
13523         (sdp_message_parse_buffer):
13524         Fix headers. 
13525         Add methods for getting multiple attributes with the same name.
13526         Increase buffer size when parsing.
13527         Fix parsing of a=foo fields.
13528
13529         * gst/rtsp/test.c: (main):
13530         Update to new connection API.
13531
13532         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13533         (rtsp_message_init_response), (rtsp_message_init_data),
13534         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13535         * gst/rtsp/rtspmessage.h:
13536         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13537         * gst/rtsp/rtsptransport.h:
13538         * gst/rtsp/sdp.h:
13539         * gst/rtsp/sdpmessage.h:
13540         * gst/rtsp/gstrtsp.c:
13541         * gst/rtsp/gstrtsp.h:
13542         * gst/rtsp/gstrtpdec.c:
13543         * gst/rtsp/gstrtpdec.h:
13544         * gst/rtsp/rtsp.h:
13545         * gst/rtsp/rtspdefs.c:
13546         * gst/rtsp/rtspdefs.h:
13547         Dual licensed under MIT and LGPL now.
13548
13549 2006-09-19  Wim Taymans  <wim@fluendo.com>
13550
13551         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13552         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13553         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13554         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13555         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13556         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13557         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13558         * gst/rtsp/gstrtspsrc.h:
13559         Reorganize stream parsing and creation.
13560         Detect container formats in interleaved mode.
13561         Keep more state about the streams.
13562         Assume a server also supports PLAY if it does not say.
13563         Add unicast and interleaved properties to TCP transport requests to make
13564         some servers happy (WMServer).
13565
13566         * gst/rtsp/sdpmessage.h:
13567         Add some defines for the standard Bandwidth types.
13568
13569 2006-09-19  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst/rtsp/test.c: (main):
13572         Fix build.
13573
13574 2006-09-19  Wim Taymans  <wim@fluendo.com>
13575
13576         * gst/wavparse/gstwavparse.c:
13577         Add ms-gsm to the src template.
13578
13579 2006-09-18  Wim Taymans  <wim@fluendo.com>
13580
13581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13582         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13583         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13584         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13585         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13586         * gst/rtsp/gstrtspsrc.h:
13587         Small cleanups, added documentation.
13588         Try to clean up the requests and responses.
13589         Refactor parsing the supported methods.
13590
13591         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13592         (rtsp_connection_create), (rtsp_connection_send),
13593         (parse_response_status), (parse_request_line),
13594         (rtsp_connection_receive), (rtsp_connection_close),
13595         (rtsp_connection_free):
13596         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13597         (rtsp_transport_init), (rtsp_transport_parse),
13598         (rtsp_transport_free):
13599         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13600         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13601         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13602         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13603         Use g_return_val some more.
13604
13605         * gst/rtsp/rtspdefs.h:
13606         Add more enum values to track initial states.
13607
13608         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13609         (rtsp_message_init_request), (rtsp_message_new_response),
13610         (rtsp_message_init_response), (rtsp_message_init_data),
13611         (rtsp_message_unset), (rtsp_message_free),
13612         (rtsp_message_add_header), (rtsp_message_remove_header),
13613         (rtsp_message_get_header), (rtsp_message_set_body),
13614         (rtsp_message_take_body), (rtsp_message_get_body),
13615         (rtsp_message_steal_body), (rtsp_message_dump):
13616         * gst/rtsp/rtspmessage.h:
13617         Reorder arguments, object goes as the first one.
13618         Use g_return_val some more.
13619
13620 2006-09-18  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13623         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13624         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13625         * gst/rtsp/gstrtspsrc.h:
13626         Export sometimes source pad with correct caps on the template, create
13627         the ghostpad from the template.
13628         Remove RTCP template as we never expose RTCP.
13629         Protect against invalid body size.
13630         Avoid memcpy when creating the output buffer.
13631         Properly post an error and send EOS when the loop function is shut down.
13632
13633 2006-09-18  Wim Taymans  <wim@fluendo.com>
13634
13635         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13636
13637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13638         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13639         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13640         * gst/rtsp/gstrtspsrc.h:
13641         Make sure we can never set an invalid location.
13642
13643         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13644         * gst/rtsp/rtspmessage.h:
13645         Added _steal_body method for future use.
13646
13647         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13648         Make freeing of NULL url return immediatly.
13649
13650 2006-09-18  Wim Taymans  <wim@fluendo.com>
13651
13652         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13653
13654         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13655         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13656         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13657         (gst_rtspsrc_change_state):
13658         * gst/rtsp/gstrtspsrc.h:
13659         Use boilerplate.
13660         Make rtspsrc subclass GstBin to make state changes easier.
13661         Add Range header field on the PLAY request.
13662
13663 2006-09-18  Wim Taymans  <wim@fluendo.com>
13664
13665         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13666
13667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13668         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13669         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13670         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13671         * gst/rtsp/rtspconnection.c: (inet_aton):
13672         Small cleanups.
13673         when multicast is selected as the transport, create UDP sources and
13674         connect to the multicast group.
13675         Move parsing and setting of caps to a common place.
13676         Fixes #349894.
13677
13678 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13679
13680         * ext/flac/gstflactag.c:
13681         * gst/alpha/gstalpha.c:
13682         * gst/debug/breakmydata.c:
13683         * gst/debug/negotiation.c:
13684         * gst/debug/testplugin.c:
13685         * gst/effectv/gstaging.c:
13686         * gst/effectv/gstdice.c:
13687         * gst/effectv/gstedge.c:
13688         * gst/effectv/gstquark.c:
13689         * gst/effectv/gstrev.c:
13690         * gst/effectv/gstshagadelic.c:
13691         * gst/effectv/gstvertigo.c:
13692         * gst/effectv/gstwarp.c:
13693         * gst/multipart/multipartdemux.c:
13694         * gst/multipart/multipartmux.c:
13695         * gst/videobox/gstvideobox.c:
13696         * gst/videofilter/gstgamma.c:
13697         * gst/videofilter/gstvideotemplate.c:
13698         * gst/videomixer/videomixer.c:
13699         * sys/sunaudio/gstsunaudiosrc.h:
13700         More G_OBJECT macro fixing.
13701
13702 2006-09-16  Wim Taymans  <wim@fluendo.com>
13703
13704         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13705
13706         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13707         Correctly set the dwLength in strh.
13708         With this patch, the file duration is now displayed correctly in window
13709         media player and the AVI plays completely. Fixes #356147
13710
13711 2006-09-15  Wim Taymans  <wim@fluendo.com>
13712
13713         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13714
13715         * sys/sunaudio/gstsunaudiomixerctrl.c:
13716         (gst_sunaudiomixer_ctrl_build_list):
13717         Set the output track as the MASTER so that the gnome-settings-daemon
13718         keybindings for changing the volume using the keyboard works.
13719         Fixes #356142.
13720
13721 2006-09-15  Wim Taymans  <wim@fluendo.com>
13722
13723         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13724         Fix documentation, it is not possible to control the framerate of jpegdec
13725         using filtered caps yet. Fixes #355210.
13726         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13727         stop when there is an error.
13728
13729 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13730
13731         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13732         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13733           Don't interpret a first buffer with an offset of NONE as
13734           'from the middle of the stream', but only a first buffer
13735           that has a valid buffer offset that's non-zero (see #345449).
13736
13737 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13738
13739         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13740         (gst_icydemux_typefind_or_forward):
13741         * gst/icydemux/gsticydemux.h:
13742           When we merge/collect multiple incoming buffers for typefinding
13743           purposes, keep an initial 0 offset on the first outgoing buffer
13744           as well (otherwise id3demux won't work right). Fixes #345449.
13745           Also Make buffer metadata writable before setting buffer caps.
13746
13747         * tests/check/elements/icydemux.c: (typefind_succeed),
13748         (cleanup_icydemux), (push_data), (GST_START_TEST),
13749         (icydemux_suite):
13750           Small test case for the above.
13751
13752 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13753
13754         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13755         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13756         (gst_avi_demux_stream_header_push),
13757         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13758         (gst_avi_demux_loop):
13759           More code reuse and better logging in _peek_chunk(). Reintroduce check
13760           for chunk sizes before reading them (avoid oom). Better handling for 
13761           invalid chunksizes when streaming.
13762
13763 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13764
13765         * gst/level/gstlevel.c: (gst_level_set_property):
13766         * gst/level/gstlevel.h:
13767           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13768           René Stadler
13769
13770 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13771
13772         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13773         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13774         (gst_avi_demux_stream_data):
13775           Revert one change to fix streaming avi (adapter size != data size).
13776
13777 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13780
13781         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13782         (gst_matroska_demux_reset),
13783         (gst_matroska_demux_read_track_encodings),
13784         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13785         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13786         (gst_matroska_demux_subtitle_caps):
13787         * gst/matroska/matroska-ids.h:
13788           Add support for VOBSUB subtitle tracks and zlib-compressed
13789           tracks. Make sure we start on a keyframe after a seek. (#343348)
13790
13791 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13794         (gst_matroska_demux_push_flac_codec_priv_data),
13795         (gst_matroska_demux_push_xiph_codec_priv_data),
13796         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13797         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13798         * gst/matroska/matroska-ids.h:
13799           Add basic FLAC support (#311586), not perfect yet though, needs some
13800           tweaking in flacdec; also, seeking could be better.
13801           Do better bounds checking when deserialising vorbis stream headers
13802           to make sure we don't read beyond the end of the buffer on bad input.
13803
13804 2006-09-04  Wim Taymans  <wim@fluendo.com>
13805
13806         Patch by: Alessandro Decina <alessandro at nnva dot org>
13807
13808         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13809         Seeking back in a file containing a CMML stream errors out if the seek
13810         goes back up to the CMML headers. This is because after the seek the xml
13811         processing instruction <?xml ...?> is submitted to the xml parser again, 
13812         which results in an error. The attached patch fixes the problem. 
13813         Fixes #353908.
13814
13815         * ext/annodex/gstcmmlenc.h:
13816         Fix authors name.
13817
13818
13819 2006-08-28  Andy Wingo  <wingo@pobox.com>
13820
13821         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13822         New helper function to lessen the ifdefs.
13823         (GST_INFO_OBJECT): 
13824         (gst_dv1394src_iso_receive): Use it.
13825         (gst_dv1394src_create): Also use the control sockets in iec61883
13826         mode.
13827         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13828         handle for AVC operations; fixes #348233.
13829
13830 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13831
13832         * configure.ac:
13833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13834         * docs/plugins/inspect/plugin-audiofx.xml:
13835         * docs/plugins/inspect/plugin-audiofxgood.xml:
13836         * gst/audiofx/Makefile.am:
13837         * gst/audiofx/audiofx.c:
13838         * gst/audiofxgood/.cvsignore:
13839         * gst/audiofxgood/Makefile.am:
13840         * gst/audiofxgood/audiofx.c:
13841         * gst/audiofxgood/audiopanorama.c:
13842         * gst/audiofxgood/audiopanorama.h:
13843           Rename again (audiofxgood -> audiofx).
13844
13845 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13846
13847         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13848         (gst_avi_demux_stream_scan):
13849           Initialze variables.
13850
13851 2006-08-25  Wim Taymans  <wim@fluendo.com>
13852
13853         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13854         (gst_avi_demux_init), (gst_avi_demux_finalize),
13855         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13856         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13857         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13858         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13859         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13860         (gst_avi_demux_massage_index),
13861         (gst_avi_demux_calculate_durations_from_index),
13862         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13863         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13864         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13865         (gst_avi_demux_change_state):
13866         * gst/avi/gstavidemux.h:
13867         More attempts to turn this into readable code.
13868         Don't leak adapters.
13869         Calculate duration according to index more efficiently.
13870         Don't try to act like we drive the pipeline in chain mode.
13871
13872 2006-08-25  Wim Taymans  <wim@fluendo.com>
13873
13874         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13875         Fix build.
13876
13877 2006-08-25  Wim Taymans  <wim@fluendo.com>
13878
13879         Patch by: Alessandro Decina <alessandro at nnva dot org>
13880
13881         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13882         Do some extra sanity checks.
13883         Fixes #350340.
13884
13885         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13886         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13887         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13888         Check if clip->start_time is valid before adding the clip to the
13889         track list.
13890         Reset enc->preamble going from PAUSED to READY.
13891         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13892         only used for EOS.
13893         Only post an error message if we were the one that created the fatal
13894         GstFlowReturn value.
13895
13896         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13897         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13898         Parse the seconds field of the npt-sec time format using %llu rather than
13899         %d and check that the value scaled by GST_SECOND doesn't overflow.
13900         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13901         Lookup a clip's track with clip->track rather than clip->id which
13902         makes no sense.
13903         Identify a clip by its track and start time and not its xml id.
13904         do some more input checking and make sure we don't do undefined shifts.
13905
13906         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13907         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13908         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13909         (push_clip), (push_empty_clip), (check_output_clip),
13910         (GST_START_TEST), (cmmldec_suite):
13911         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13912         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13913         (check_headers), (push_clip), (check_clip_times), (check_clip),
13914         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13915         Added some more checks.
13916
13917 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13918
13919         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13920         (gst_audio_panorama_set_property),
13921         (gst_audio_panorama_get_property),
13922         (gst_audio_panorama_transform_m2s_int),
13923         (gst_audio_panorama_transform_s2s_int),
13924         (gst_audio_panorama_transform_m2s_float),
13925         (gst_audio_panorama_transform_s2s_float):
13926         * gst/audiofxgood/audiopanorama.h:
13927         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13928           Make also the pan-property float (saves scaling and yields better
13929           resolution)
13930
13931 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13932
13933         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13934         (gst_audio_panorama_transform_m2s_float),
13935         (gst_audio_panorama_transform_s2s_float):
13936           ChangeLog surgery to add cymax's real name
13937
13938
13939 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13940
13941         Patch by: René Stadler <mail@renestadler.de>
13942
13943         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13944         (gst_audio_panorama_transform_m2s_int),
13945         (gst_audio_panorama_transform_s2s_int),
13946         (gst_audio_panorama_transform_m2s_float),
13947         (gst_audio_panorama_transform_s2s_float),
13948         (gst_audio_panorama_transform):
13949         * gst/audiofxgood/audiopanorama.h:
13950           Added float support
13951
13952 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13953
13954         * gst/audiofxgood/audiopanorama.c:
13955         (gst_audio_panorama_transform_m2s):
13956           Fix docs & debug category. Add Fixme for volume pan levels.
13957
13958 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13959
13960         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13961         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13962         (gst_avi_demux_stream_header_pull),
13963         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13964         (gst_avi_demux_chain):
13965           unbreak AVI index handling, some more debug, remove an obsolete
13966           adapter_flush that caused streaming to wander off in the wild
13967
13968 2006-08-24  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13971         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13972         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13973         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13974         (gst_avi_demux_calculate_durations_from_index),
13975         (gst_avi_demux_stream_header_push),
13976         (gst_avi_demux_stream_header_pull):
13977         * gst/avi/gstavidemux.h:
13978         Some more cleanups. 
13979         Fix totalFrames parsing in ODML.
13980         Disable use of index for length calculation in case of ODML as this is
13981         broken now.
13982
13983 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13984
13985         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13986           Use libgsttag helper function here too.
13987
13988 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13989
13990         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13991         (gst_avi_demux_init), (gst_avi_demux_dispose),
13992         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13993         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13994         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13995         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13996         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13997         (gst_avi_demux_parse_subindex),
13998         (gst_avi_demux_read_subindexes_push),
13999         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14000         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14001         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14002         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14003         (gst_avi_demux_stream_header_pull),
14004         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14005         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14006         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14007         (gst_avi_demux_change_state):
14008         * gst/avi/gstavidemux.h:
14009           Initial streaming support for avidemux (fixes #336465)
14010
14011 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14014           There is no taglibmux element ...
14015
14016         * gst/rtsp/gstrtspsrc.c:
14017           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14018           was complaining about unknown entity here.
14019
14020 2006-08-22  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14023         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14024         (gst_avi_demux_process_next_entry):
14025         * gst/avi/gstavidemux.h:
14026         Mark DISCONT.
14027         Remove old unused fields and reorder the struct a bit.
14028
14029 2006-08-22  Wim Taymans  <wim@fluendo.com>
14030
14031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14032         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14033         (gst_rtspsrc_pause):
14034         * gst/rtsp/gstrtspsrc.h:
14035         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14036         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14037         Small documentation updates.
14038
14039 2006-08-22  Wim Taymans  <wim@fluendo.com>
14040
14041         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14042         (gst_avi_demux_index_entry_for_time),
14043         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14044         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14045         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14046         (gst_avi_demux_next_data_buffer),
14047         (gst_avi_demux_calculate_durations_from_index),
14048         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14049         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14050         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14051         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14052         * gst/avi/gstavidemux.h:
14053         Precalc most of the duration query for each stream.
14054         Make seeking more correct.
14055         Use GstSegment to track position and duration.
14056         Code cleanups and leak fixes.
14057         Calculate correct total duration based on index length.
14058
14059 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14060
14061         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14062         (parse_insert_string_field):
14063           If strings in text fields are marked ISO8859-1, but contain
14064           valid UTF-8 already, then handle them as UTF-8 and ignore
14065           the encoding. (#351794)
14066
14067 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14068
14069         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14070         (gst_flac_dec_write), (gst_flac_dec_loop),
14071         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14072         (gst_flac_dec_src_query):
14073         * ext/flac/gstflacdec.h:
14074           Make flac-in-ogg work (#352100).
14075
14076 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14079           Don't unref buffers of which we've already given away
14080           ownership to the adapter.
14081
14082 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14085           Make metadata extraction actually work.
14086
14087         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14088         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14089         (gst_speexenc_chain):
14090           Fix metadata writing: replace old code which wrote completely
14091           broken tags with libgsttag-based code. Plus miscellaneous
14092           code cleanups (use static pad templates etc.) and a bunch
14093           of leak fixes.
14094
14095 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14096
14097         * gst/audiopanorama/.cvsignore:
14098         * gst/audiopanorama/Makefile.am:
14099         * gst/audiopanorama/audiofx.c:
14100         * gst/audiopanorama/audiopanorama.c:
14101         * gst/audiopanorama/audiopanorama.h:
14102           die! die! die! you should never have been there
14103
14104 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14105
14106         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14107         Fix invalid memory access in audiopanorama test suite.
14108
14109 2006-08-21  Edward Hervey  <edward@fluendo.com>
14110
14111         * tests/check/elements/.cvsignore:
14112         ignore built file
14113
14114 2006-08-21  Wim Taymans  <wim@fluendo.com>
14115
14116         * gst/rtp/Makefile.am:
14117         Fix the build again.
14118
14119 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14120
14121         * gst/audiofxgood/.cvsignore:
14122         * gst/audiofxgood/Makefile.am:
14123         * gst/audiofxgood/audiofx.c: (plugin_init):
14124         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14125         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14126         (gst_audio_panorama_set_property),
14127         (gst_audio_panorama_get_property),
14128         (gst_audio_panorama_get_unit_size),
14129         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14130         (gst_audio_panorama_transform_m2s),
14131         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14132         * gst/audiofxgood/audiopanorama.h:
14133           resubmit with the desired name *again*
14134
14135 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14136
14137         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14138         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14139           use g_assert in _get_unit_size
14140
14141 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14142
14143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14145         * docs/plugins/inspect/plugin-audiofxgood.xml:
14146           cleanup -unused.txt to make it useful, add previously missing docs
14147
14148         * ext/Makefile.am:
14149           Quietly (accidentally) enable LADSPA for building by default, 
14150           despite the fact that it doesn't meet the plugin checklist.
14151             -- Added by Jan Schmidt 18 Dec 2006
14152
14153         * ext/esd/esdmon.c:
14154         * ext/esd/esdsink.c:
14155         * ext/esd/gstesd.c: (plugin_init):
14156           reflow to get rid of two external symbols
14157
14158         * gst/audiofxgood/audiofx.c: (plugin_init):
14159           re-add
14160
14161 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14162
14163         * configure.ac:
14164         * gst/audiofxgood/.cvsignore:
14165         * gst/audiofxgood/Makefile.am:
14166         * gst/audiofxgood/audiofx.c
14167         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14168         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14169         (gst_audio_panorama_set_property),
14170         (gst_audio_panorama_get_property),
14171         (gst_audio_panorama_get_unit_size),
14172         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14173         (gst_audio_panorama_transform_m2s),
14174         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14175         * gst/audiofxgood/audiopanorama.h:
14176         * tests/check/Makefile.am:
14177         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14178         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14179         (panorama_suite), (main):
14180         Add audiofxgood plugin with audiopanorama element
14181
14182 2006-08-18  Wim Taymans  <wim@fluendo.com>
14183
14184         * docs/plugins/Makefile.am:
14185         More Oss docs fixage. 
14186
14187 2006-08-18  Wim Taymans  <wim@fluendo.com>
14188
14189         * gst/rtp/Makefile.am:
14190         * gst/rtp/gstrtp.c: (plugin_init):
14191         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14192         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14193         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14194         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14195         (gst_rtp_sv3v_depay_get_property),
14196         (gst_rtp_sv3v_depay_change_state),
14197         (gst_rtp_sv3v_depay_plugin_init):
14198         * gst/rtp/gstrtpsv3vdepay.h:
14199         Added experimental SVQ3 depayloader.
14200
14201 2006-08-18  Edward Hervey  <edward@fluendo.com>
14202
14203         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14204         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14205         * ext/dv/gstdvdemux.h:
14206         When handling seek requests, don't send the newsegment event from the
14207         calling thread. Instead save it so it can be sent from the streaming
14208         thread.
14209
14210 2006-08-17  Wim Taymans  <wim@fluendo.com>
14211
14212         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14213
14214         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14215         Accept leading whitespace before the boundary
14216         This patch makes the demuxer allow some whitespace before the actual
14217         boundary. This makes the demuxer work with the ``old'' gstreamer
14218         multipartmuxer again (which placed an extra \n before the start
14219         of the stream) Fixes #349068.
14220
14221 2006-08-17  Wim Taymans  <wim@fluendo.com>
14222
14223         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14224         Error out on non-implemented stuff.
14225
14226 2006-08-16  Wim Taymans  <wim@fluendo.com>
14227
14228         Patch by: Andy Wingo <wingo at pobox dot com>
14229
14230         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14231         (gst_signal_processor_start), (gst_signal_processor_stop),
14232         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14233         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14234         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14235         (gst_signal_processor_change_state):
14236         Make ladspa elements reusable. Fixes #350006.
14237
14238 2006-08-16  Wim Taymans  <wim@fluendo.com>
14239
14240         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14241         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14242         names as possible. Fixes #349901.
14243
14244 2006-08-16  Wim Taymans  <wim@fluendo.com>
14245
14246         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14247         (gst_signal_processor_do_pushes):
14248         A push() gives away our refcount so we should not use the buffer on the
14249         pen anymore.
14250
14251 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14254         (gst_oss_mixer_element_finalize):
14255           Don't leak device string.
14256
14257 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14258
14259         * configure.ac:
14260           Require CVS of GStreamer core and -base (for
14261           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14262
14263         * ext/taglib/gstid3v2mux.cc:
14264           Write extended comment tags properly (#348762).
14265
14266         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14267         (parse_comment_frame):
14268           Extract COMM frames into extended comments, which makes it
14269           easier to properly retain the description bit of the tag
14270           and maintain this information when re-tagging (#348762).
14271
14272 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14273
14274         * tests/check/Makefile.am:
14275           Don't try to run annodex unit tests if the annodex
14276           plugin has not been built (Fixes #351116).
14277
14278 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14279
14280         * gst/autodetect/gstautoaudiosink.c:
14281         (gst_auto_audio_sink_find_best):
14282           When we can't find a usable audiosink, don't error out,
14283           but use a fake sink instead and post a warning message
14284           on the bus (#341278).
14285
14286 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14287
14288         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14289         * sys/oss/gstosssink.c:
14290         * sys/oss/gstosssrc.c:
14291           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14292           ossmixer's new device property.
14293
14294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14296           Add docs for OSS elements.
14297
14298         * docs/plugins/inspect/plugin-aasink.xml:
14299         * docs/plugins/inspect/plugin-alaw.xml:
14300         * docs/plugins/inspect/plugin-alpha.xml:
14301         * docs/plugins/inspect/plugin-alphacolor.xml:
14302         * docs/plugins/inspect/plugin-annodex.xml:
14303         * docs/plugins/inspect/plugin-apetag.xml:
14304         * docs/plugins/inspect/plugin-auparse.xml:
14305         * docs/plugins/inspect/plugin-autodetect.xml:
14306         * docs/plugins/inspect/plugin-avi.xml:
14307         * docs/plugins/inspect/plugin-cacasink.xml:
14308         * docs/plugins/inspect/plugin-cairo.xml:
14309         * docs/plugins/inspect/plugin-cdio.xml:
14310         * docs/plugins/inspect/plugin-cutter.xml:
14311         * docs/plugins/inspect/plugin-debug.xml:
14312         * docs/plugins/inspect/plugin-dv.xml:
14313         * docs/plugins/inspect/plugin-efence.xml:
14314         * docs/plugins/inspect/plugin-effectv.xml:
14315         * docs/plugins/inspect/plugin-esdsink.xml:
14316         * docs/plugins/inspect/plugin-flac.xml:
14317         * docs/plugins/inspect/plugin-flxdec.xml:
14318         * docs/plugins/inspect/plugin-gconfelements.xml:
14319         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14320         * docs/plugins/inspect/plugin-goom.xml:
14321         * docs/plugins/inspect/plugin-halelements.xml:
14322         * docs/plugins/inspect/plugin-icydemux.xml:
14323         * docs/plugins/inspect/plugin-id3demux.xml:
14324         * docs/plugins/inspect/plugin-jpeg.xml:
14325         * docs/plugins/inspect/plugin-level.xml:
14326         * docs/plugins/inspect/plugin-matroska.xml:
14327         * docs/plugins/inspect/plugin-mulaw.xml:
14328         * docs/plugins/inspect/plugin-multipart.xml:
14329         * docs/plugins/inspect/plugin-navigationtest.xml:
14330         * docs/plugins/inspect/plugin-ossaudio.xml:
14331         * docs/plugins/inspect/plugin-png.xml:
14332         * docs/plugins/inspect/plugin-rtp.xml:
14333         * docs/plugins/inspect/plugin-rtsp.xml:
14334         * docs/plugins/inspect/plugin-shout2send.xml:
14335         * docs/plugins/inspect/plugin-smpte.xml:
14336         * docs/plugins/inspect/plugin-speex.xml:
14337         * docs/plugins/inspect/plugin-taglib.xml:
14338         * docs/plugins/inspect/plugin-udp.xml:
14339         * docs/plugins/inspect/plugin-videobalance.xml:
14340         * docs/plugins/inspect/plugin-videobox.xml:
14341         * docs/plugins/inspect/plugin-videoflip.xml:
14342         * docs/plugins/inspect/plugin-videomixer.xml:
14343         * docs/plugins/inspect/plugin-wavenc.xml:
14344         * docs/plugins/inspect/plugin-wavparse.xml:
14345         * docs/plugins/inspect/plugin-ximagesrc.xml:
14346           Update to CVS version.
14347           
14348 2006-08-16  Wim Taymans  <wim@fluendo.com>
14349
14350         * gst/rtp/gstrtpamrdepay.c:
14351         * gst/rtp/gstrtpmp4gdepay.c:
14352         Caps extra properties must be defined as strings for
14353         depayloaders because they are generated from an SDP.
14354
14355         * gst/rtp/Makefile.am:
14356         * gst/rtp/gstrtp.c: (plugin_init):
14357         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14358         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14359         (gst_rtp_h264_depay_finalize), (decode_base64),
14360         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14361         (gst_rtp_h264_depay_set_property),
14362         (gst_rtp_h264_depay_get_property),
14363         (gst_rtp_h264_depay_change_state),
14364         (gst_rtp_h264_depay_plugin_init):
14365         * gst/rtp/gstrtph264depay.h:
14366         Added basic, not completely functional RFC 3984 H264 depayloader.
14367
14368 2006-08-16  Wim Taymans  <wim@fluendo.com>
14369
14370         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14371         Add pads after setting them up.
14372
14373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14374         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14375         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14376         (gst_rtspsrc_stream_setup_rtp),
14377         (gst_rtspsrc_stream_configure_transport),
14378         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14379         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14380         (gst_rtspsrc_pause):
14381         * gst/rtsp/gstrtspsrc.h:
14382         Fix interleaved mode.
14383          - Protect streaming with lock.
14384          - Combine flows
14385          - set caps on outgoing buffers.
14386          - strip trailing \0 from data packets.
14387          - Configure RTP/RTCP in stream.
14388         Use DEBUG_OBJECT more.
14389
14390 2006-08-16  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14393         Turn a g_print into a DEBUG line.
14394
14395 2006-08-13  Wim Taymans  <wim@fluendo.com>
14396
14397         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14398         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14399         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14400         (gst_oss_mixer_element_get_property),
14401         (gst_oss_mixer_element_change_state):
14402         * sys/oss/gstossmixerelement.h:
14403         Small cleanups. Better error reporting.
14404         Add device property for the mixer instead of the hardcoded
14405         /dev/mixer. Fixes #350785.
14406         API: GstOssMixerElement::device property
14407
14408 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         Patch by: Jens Granseuer <jensgr at gmx net>
14411
14412         * gconf/Makefile.am:
14413           Make --disable-schemas work right (they still need
14414           to be copied to the installation directory, just not
14415           applied). Fixes #351347 (also #344100).
14416           
14417 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * configure.ac: back to HEAD
14420
14421 === release 0.10.4 ===
14422
14423 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14424
14425         * configure.ac:
14426           releasing 0.10.4, "Dear Leader"
14427
14428 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14429
14430         Patch by: Edward Hervey <edward@fluendo.com>
14431
14432         * configure.ac:
14433         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14434         (gst_wavparse_stream_data):
14435         Send the newsegment event in the streaming thread.
14436         Fixes #347529
14437
14438 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14441         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14442         (gst_smokeenc_resync), (gst_smokeenc_chain):
14443           Refuse sink caps in the encoder if width or height is not a
14444           multiple of 16, the encoder does not support that yet (#349939);
14445           along the same lines, check the return value of the encoder
14446           setup function; also remove some debug log clutter.
14447
14448 2006-08-04  Andy Wingo  <wingo@pobox.com>
14449
14450         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14451         whether a processor can work in place or not, and for keeping
14452         track of its state. Change the FlowReturn instance variable from
14453         "state" to "flow_state", all callers changed.
14454
14455         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14456         (gst_signal_processor_start, gst_signal_processor_stop)
14457         (gst_signal_processor_cleanup): New functions to manage the
14458         processor's state.
14459         (gst_signal_processor_setcaps): start() as well as setup() here.
14460         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14461         (gst_signal_processor_change_state): Stop and cleanup the
14462         processor as we go to NULL.
14463
14464         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14465         INPLACE_BROKEN is not set.
14466
14467         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14468         Do the alloc_buffer in bytes, not frames.
14469         
14470 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14471
14472         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14473         Fix rgb masks when recording in < 24bpp.
14474
14475 2006-08-04  Andy Wingo  <wingo@pobox.com>
14476
14477         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14478         (gst_signal_processor_prepare)
14479         (gst_signal_processor_update_inputs)
14480         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14481         (gst_signal_processor_flush)
14482         (gst_signal_processor_sink_activate_push)
14483         (gst_signal_processor_src_activate_pull)
14484         (gst_signal_processor_change_state): Remove the last of the code
14485         that assumes that we process whole buffers at a time. Fix some
14486         debugging. Seems to work now in some cases.
14487         (gst_signal_processor_src_activate_pull): BPB
14488
14489 2006-08-01  Andy Wingo  <wingo@pobox.com>
14490
14491         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14492         Fix nframes-choosing.
14493         (gst_signal_processor_init): Init pending_in and pending_out.
14494
14495         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14496         more default sample rate, although we never check that the sample
14497         rate actually gets set. Something for the future.
14498         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14499         (gst_signal_processor_event): Refcount fixen.
14500         (gst_signal_processor_process): Pull the number of frames to
14501         process from the sizes of the buffers in the input pens.
14502         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14503         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14504         it instead of buffer_frames.
14505         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14506         to do_pulls.
14507         (gst_signal_processor_chain)
14508         (gst_signal_processor_sink_activate_push)
14509         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14510
14511         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14512
14513 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14514
14515         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14516         (gst_signal_processor_process):
14517           don't query buffer-frames from caps, add lots of debug-log,
14518           try fix for assert (#349189)
14519
14520 2006-07-31  Wim Taymans  <wim@fluendo.com>
14521
14522         * gst/udp/gstudpsrc.c:
14523         Fix docs.
14524
14525 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14526
14527         * ext/ladspa/gstsignalprocessor.c:
14528         (gst_signal_processor_add_pad_from_template),
14529         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14530         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14531         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14532         (gst_signal_processor_sink_activate_push),
14533         (gst_signal_processor_src_activate_pull),
14534         (gst_signal_processor_change_state):
14535          Add debugs logs here and there, add more error handling, add some
14536          FIXME comments, filed #349189
14537
14538 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14539
14540         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14541         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14542         Set caps on buffer correctly.  Fixes bug #349155.
14543
14544 2006-07-28  Wim Taymans  <wim@fluendo.com>
14545
14546         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14547
14548         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14549         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14550         (gst_multipart_demux_finalize), (get_line_end),
14551         (multipart_parse_header), (multipart_find_boundary),
14552         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14553         (gst_multipart_set_property), (gst_multipart_get_property):
14554         Uses GstAdapter instead of own buffering.
14555         Actually parses the mime-type correctly (In tests the mime-type was
14556         always "" with the old version).
14557         Uses the Content-length header if available to speed up things.
14558         Reliably autoscans the boundary name by default.
14559         Fixes #349068.
14560
14561         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14562         Don't start the stream with a \n.
14563
14564 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         Patch by: Brian Cameron <brian dot cameron at sun com>
14567
14568         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14569           Open source with O_NONBLOCK (#349015).
14570
14571 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14572
14573         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14574         (gst_avi_demux_massage_index):
14575         * gst/avi/gstavidemux.h:
14576           Whitespace fixes and more debug
14577
14578 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14579
14580         * gst/autodetect/gstautoaudiosink.c:
14581         (gst_auto_audio_sink_create_element_with_pretty_name),
14582         (gst_auto_audio_sink_find_best),
14583         (gst_auto_audio_sink_change_state):
14584           Get rid of old and unused magic sound-server properties stuff.
14585           Add suffix to child sink's name that makes it easy to see from
14586           the name alone which type it actually is (alsa, oss, esd, etc.).
14587
14588 2006-07-27  Wim Taymans  <wim@fluendo.com>
14589
14590         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14591         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14592         (gst_udpsrc_start):
14593         * gst/udp/gstudpsrc.h:
14594         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14595         not some sort of feature we enable.
14596
14597 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14600           Use CLOSE_SOCKET() here instead of close() to maintain
14601           win32 workiness.
14602
14603 2006-07-27  Wim Taymans  <wim@fluendo.com>
14604
14605         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14606
14607         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14608         (gst_udpsrc_create), (gst_udpsrc_set_property),
14609         (gst_udpsrc_get_property), (gst_udpsrc_start):
14610         * gst/udp/gstudpsrc.h:
14611         Added "buffer-size" property to control the kernel receive buffer size.
14612         Update documentation.
14613         Small cleanups. Fixes #348752.
14614         API: buffer-size property
14615
14616 2006-07-26  Wim Taymans  <wim@fluendo.com>
14617
14618         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14619
14620         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14621         (gst_rtp_pcma_pay_handle_buffer):
14622         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14623         (gst_rtp_pcmu_pay_handle_buffer):
14624         Fix timestamp calculation on outgoing RTP packets.
14625         Fixes #348675.
14626
14627 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14628
14629         * ext/taglib/gstid3v2mux.cc:
14630           Fix writing of comment frames (should be COMM not TCOM),
14631           is still sub-optimal though, since we don't retain or
14632           extract the comment descriptions properly (#334375,
14633           also see #334375).
14634
14635 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * gst/wavparse/gstwavparse.c:
14638           #define 'fact' RIFF chunk if we are not compiling against
14639           -base CVS (we don't want to depend on -base CVS for this
14640           one define only, and also not for release order reasons).
14641
14642 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * ext/taglib/gstid3v2mux.cc:
14645           Handle multiple tags of the same type properly. Re-inject
14646           unparsed ID3v2 frames that we get as binary blobs from
14647           id3demux into the tag again so we don't lose information
14648           when retagging (#334375).
14649
14650 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14651
14652         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14653           Document newly-added properties properly, so that there is a
14654           'Since: 0.10.4' in the plugin docs. Convert some property
14655           names into canonical GObject style (GObject will do that
14656           internally anyway).
14657
14658 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14659
14660         * gst/id3demux/id3tags.c:
14661         (id3demux_add_id3v2_frame_blob_to_taglist):
14662           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14663           well, and add the version to the blob's buffer caps, since that
14664           information will be needed for deserialisation later on (#348644).
14665
14666 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14667
14668         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14669         (gst_avi_demux_parse_stream):
14670          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14671          indentation and spacing.
14672
14673 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * docs/plugins/Makefile.am:
14676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14678         * docs/plugins/gst-plugins-good-plugins.args:
14679         * docs/plugins/inspect/plugin-1394.xml:
14680         * docs/plugins/inspect/plugin-aasink.xml:
14681         * docs/plugins/inspect/plugin-alaw.xml:
14682         * docs/plugins/inspect/plugin-alpha.xml:
14683         * docs/plugins/inspect/plugin-alphacolor.xml:
14684         * docs/plugins/inspect/plugin-annodex.xml:
14685         * docs/plugins/inspect/plugin-apetag.xml:
14686         * docs/plugins/inspect/plugin-auparse.xml:
14687         * docs/plugins/inspect/plugin-autodetect.xml:
14688         * docs/plugins/inspect/plugin-avi.xml:
14689         * docs/plugins/inspect/plugin-cacasink.xml:
14690         * docs/plugins/inspect/plugin-cairo.xml:
14691         * docs/plugins/inspect/plugin-cdio.xml:
14692         * docs/plugins/inspect/plugin-cutter.xml:
14693         * docs/plugins/inspect/plugin-debug.xml:
14694         * docs/plugins/inspect/plugin-dv.xml:
14695         * docs/plugins/inspect/plugin-efence.xml:
14696         * docs/plugins/inspect/plugin-effectv.xml:
14697         * docs/plugins/inspect/plugin-esdsink.xml:
14698         * docs/plugins/inspect/plugin-flac.xml:
14699         * docs/plugins/inspect/plugin-flxdec.xml:
14700         * docs/plugins/inspect/plugin-gconfelements.xml:
14701         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14702         * docs/plugins/inspect/plugin-goom.xml:
14703         * docs/plugins/inspect/plugin-halelements.xml:
14704         * docs/plugins/inspect/plugin-icydemux.xml:
14705         * docs/plugins/inspect/plugin-id3demux.xml:
14706         * docs/plugins/inspect/plugin-jpeg.xml:
14707         * docs/plugins/inspect/plugin-level.xml:
14708         * docs/plugins/inspect/plugin-matroska.xml:
14709         * docs/plugins/inspect/plugin-mulaw.xml:
14710         * docs/plugins/inspect/plugin-multipart.xml:
14711         * docs/plugins/inspect/plugin-navigationtest.xml:
14712         * docs/plugins/inspect/plugin-ossaudio.xml:
14713         * docs/plugins/inspect/plugin-png.xml:
14714         * docs/plugins/inspect/plugin-rtp.xml:
14715         * docs/plugins/inspect/plugin-rtsp.xml:
14716         * docs/plugins/inspect/plugin-shout2send.xml:
14717         * docs/plugins/inspect/plugin-smpte.xml:
14718         * docs/plugins/inspect/plugin-speex.xml:
14719         * docs/plugins/inspect/plugin-udp.xml:
14720         * docs/plugins/inspect/plugin-videobalance.xml:
14721         * docs/plugins/inspect/plugin-videobox.xml:
14722         * docs/plugins/inspect/plugin-videoflip.xml:
14723         * docs/plugins/inspect/plugin-videomixer.xml:
14724         * docs/plugins/inspect/plugin-wavenc.xml:
14725         * docs/plugins/inspect/plugin-wavparse.xml:
14726         * docs/plugins/inspect/plugin-ximagesrc.xml:
14727           Update files to CVS/Prerelease version, add esdsink docs.
14728
14729         * ext/esd/esdsink.c:
14730           Add gtk-doc blurb.
14731
14732         * gst/rtp/gstrtpmp4vpay.c:
14733           Fix typo in element description.
14734
14735 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14736
14737         * ext/esd/esdsink.c: (gst_esdsink_open),
14738         (gst_esdsink_factory_init):
14739           Prevent libesd from auto-spawning a sound daemon if it
14740           is not already running. Now that we don't do evil stuff
14741           like that any longer we can give esdsink a rank so that
14742           autoaudiosink will try it as well if all other audio
14743           sinks fail (#343051).
14744
14745 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14746
14747         * ext/esd/Makefile.am:
14748           Oops, need to remove README from EXTRA_DIST as well.
14749
14750 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14751
14752         * ext/esd/README:
14753           Remove, it contains nothing useful anyway.
14754
14755         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14756         (gst_esdsink_delay):
14757           Some small clean-ups; use GST_BOILERPLATE etc.
14758
14759 2006-07-24  Wim Taymans  <wim@fluendo.com>
14760
14761         * gst/law/alaw-decode.c: (alawdec_getcaps):
14762         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14763         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14764         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14765         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14766
14767 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14768
14769         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14770         (gst_wavparse_other), (gst_wavparse_perform_seek),
14771         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14772         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14773         (gst_wavparse_pad_query):
14774         * gst/wavparse/gstwavparse.h:
14775           Use information from 'fact' chunk for length calculation of compressed
14776           samples. Calculate bps if bogus value is found in wav header (embeded
14777           mp2/mp3).
14778           
14779
14780 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14783
14784         * configure.ac:
14785         * gst/udp/Makefile.am:
14786         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14787         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14788         * gst/udp/gstdynudpsink.h:
14789         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14790         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14791         * gst/udp/gstmultiudpsink.h:
14792         * gst/udp/gstudp.c: (plugin_init):
14793         * gst/udp/gstudpsink.h:
14794         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14795         (gst_udpsrc_start), (gst_udpsrc_stop):
14796         * gst/udp/gstudpsrc.h:
14797         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14798         (gst_udp_net_utils_win32_wsa_startup):
14799         * gst/udp/gstudpnetutils.h:
14800           Port udp plugin to win32 (#345288).
14801
14802 2006-07-24  Wim Taymans  <wim@fluendo.com>
14803
14804         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14805         Remove unwanted DEBUG line.
14806
14807 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         * gst/id3demux/gstid3demux.c: (plugin_init):
14810         * gst/id3demux/id3tags.c:
14811         (id3demux_add_id3v2_frame_blob_to_taglist):
14812         * gst/id3demux/id3tags.h:
14813           On second thought, it might be wiser and more efficient
14814           not to do tag registration from a streaming thread.
14815
14816 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         * gst/id3demux/id3tags.c:
14819         (id3demux_add_id3v2_frame_blob_to_taglist),
14820         (id3demux_id3v2_frames_to_tag_list):
14821           Put ID3v2 frames we can't parse as binary blobs into private
14822           tags, so that they are not lost when retagging, at least once
14823           id3v2mux has been taught to re-inject those frames again.
14824           See bug #334375.
14825
14826 2006-07-21  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14829         (gst_avi_demux_process_next_entry):
14830         Fix some leaks.
14831
14832         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14833         Don't use \n in debug lines.
14834
14835 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14836
14837         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14839           Add annodex and icydemux, cleanup the sections a bit
14840
14841 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14842
14843         Patch by: Alex Lancaster <alexl at users sourceforge net>
14844
14845         * ext/taglib/gstid3v2mux.cc:
14846           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14847           ID3v2 TSSE frames (#347898).
14848
14849 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14850
14851         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14852           Respect mpegversion for "video/mpeg" and give message in case of
14853           unhandled versions.
14854
14855 2006-07-17  Wim Taymans  <wim@fluendo.com>
14856
14857         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14858         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14859         (gst_pngdec_chain), (gst_pngdec_sink_event),
14860         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14861         (gst_pngdec_sink_activate_push):
14862         * ext/libpng/gstpngdec.h:
14863         Use statically allocated segment instead of leaking.
14864         Various cleanups.
14865         Fix flush and seek handling.
14866
14867 2006-07-16  Wim Taymans  <wim@fluendo.com>
14868
14869         * gst/rtp/Makefile.am:
14870         * gst/rtp/gstrtp.c: (plugin_init):
14871         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14872         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14873         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14874         (gst_rtp_mp4g_depay_set_property),
14875         (gst_rtp_mp4g_depay_get_property),
14876         (gst_rtp_mp4g_depay_change_state),
14877         (gst_rtp_mp4g_depay_plugin_init):
14878         * gst/rtp/gstrtpmp4gdepay.h:
14879         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14880         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14881         (gst_rtp_mp4g_pay_flush):
14882         Added simple generic mpeg4 depayloader.
14883         Fix generic mpeg4 payloader.
14884
14885 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14888           Don't try doing state changes on a NULL pointer.
14889
14890 2006-07-14  Wim Taymans  <wim@fluendo.com>
14891
14892         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14893
14894         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14895         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14896         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14897         * gst/rtp/gstrtpamrdepay.h:
14898         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14899         Fixes #321191
14900
14901 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14902
14903         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14904         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14905         Fix segfault when moving mouse pointer to the bottom right corner.
14906
14907 2006-07-12  Wim Taymans  <wim@fluendo.com>
14908
14909         * gst/rtp/Makefile.am:
14910         * gst/rtp/gstrtp.c: (plugin_init):
14911         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14912         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14913         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14914         (gst_rtp_mp2t_depay_set_property),
14915         (gst_rtp_mp2t_depay_get_property),
14916         (gst_rtp_mp2t_depay_change_state),
14917         (gst_rtp_mp2t_depay_plugin_init):
14918         * gst/rtp/gstrtpmp2tdepay.h:
14919         Added mpeg2 TS depayloader. Closing #347234.
14920
14921 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14924           Remove g_assert that shouldn't be there and was triggered
14925           after trying to open a device that doesn't exist or can't
14926           be opened for some other reason (#347972).
14927
14928 2006-07-10  Edward Hervey  <edward@fluendo.com>
14929
14930         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14931         (gst_avi_demux_stream_header), (push_tag_lists):
14932         * gst/avi/gstavidemux.h:
14933         Don't push tag events found by gst_riff_parse_info() before outputting
14934         GST_EVENT_NEWSEGMENT.
14935
14936 2006-07-10  Wim Taymans  <wim@fluendo.com>
14937
14938         * gst/rtsp/Makefile.am:
14939         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14940         (rtsp_connection_close):
14941         * gst/rtsp/rtspdefs.h:
14942         replaced closesocket and close in code with one CLOSE_SOCKET. 
14943         Some more cleanups. Fixes #345301.
14944
14945 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14946
14947         * gst/autodetect/gstautoaudiosink.c:
14948           Fix example pipeline in docs.
14949
14950 2006-07-10  Wim Taymans  <wim@fluendo.com>
14951
14952         Patch by: Rob Taylor <robtaylor at floopily dot org>
14953
14954         * gst/udp/gstmultiudpsink.c: (join_multicast),
14955         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14956         If a destination is added before the stream is set to PAUSED, the
14957         multicast group is not joined as the socket is not created yet. 
14958         Also TTL and LOOP should also be set. Fixes #346921.
14959
14960 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14961
14962         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14963         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14964         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14965         (gst_ximage_src_init):
14966         * sys/ximage/gstximagesrc.h:
14967         Fix use-damage property to actually work :)
14968         Add startx, starty, endx, endy properties so screencasts other than full
14969         screen ones can work.
14970
14971 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14972
14973         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14974         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14975         (gst_ximage_src_class_init), (gst_ximage_src_init):
14976         * sys/ximage/gstximagesrc.h:
14977         Add use_damage property to offer ability to choose whether to use
14978         XDamage or not.
14979
14980 2006-07-07  Wim Taymans  <wim@fluendo.com>
14981
14982         * gst/goom/filters.c: (zoomFilterSetResolution):
14983         Avoid goom coredumping by clearing memory. 
14984         Fixes 345679.
14985
14986 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14987
14988         * win32/vs6/libgstid3demux.dsp:
14989         Add a link to libgsttag-0.10.lib.
14990
14991 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14994         (gst_tag_demux_read_range):
14995         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14996         (gst_id3demux_read_range):
14997           Don't return FLOW_UNEXPECTED when a buffer is before
14998           the start of the stream (which might happen with
14999           large ID3v2 tags if the tag reading was done pullrange
15000           based and we then switched to push mode later on).
15001           Fixes regression introduced by commit from June 29th.
15002
15003 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * ext/taglib/gstid3v2mux.cc:
15006           Make UTF-8 the default encoding when writing string
15007           tags (before, our UTF-8 strings would automatically
15008           be converted to ISO-8859-1 by taglib and written as
15009           ISO-8859-1 fields if that was possible).
15010
15011         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15012         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15013         (test_taglib_id3mux_with_tags):
15014           Add test case that makes sure our UTF-8 strings have
15015           actually been written into the tag as UTF-8.
15016
15017 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15018
15019         * configure.ac:
15020           Let's try that again.
15021
15022 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15023
15024         * configure.ac:
15025           Disable monoscope plugin for now until it fulfills
15026           all the requirements.
15027
15028 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * configure.ac:
15031         * gst/monoscope/Makefile.am:
15032         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15033         (gst_monoscope_class_init), (gst_monoscope_init),
15034         (gst_monoscope_finalize), (gst_monoscope_reset),
15035         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15036         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15037         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15038         (gst_monoscope_change_state), (plugin_init):
15039         * gst/monoscope/gstmonoscope.h:
15040           Port monoscope visualisation to 0.10.
15041
15042 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15043
15044         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15045         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15046           Return FLOW_UNEXPECTED when at the end of the file, not
15047           FLOW_ERROR. Fixes 'internal stream error' errors that
15048           would sometimes occur in totem when scrubbing to the
15049           end of an ID3v1 tagged mp3 file.
15050
15051 2006-07-03  Edward Hervey  <edward@fluendo.com>
15052
15053         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15054         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15055         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15056         * ext/libpng/gstpngdec.h:
15057         Implement buffer clipping/dropping using GstSegment.
15058         This provides accurate seeking.
15059
15060 2006-07-03  Edward Hervey  <edward@fluendo.com>
15061
15062         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15063         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15064         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15065         (gst_avi_demux_process_next_entry), (push_tag_lists),
15066         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15067         * gst/avi/gstavidemux.h:
15068         Proper aggregation of each stream's GstFlowReturn in order to figure out
15069         whether the task should stop or not.
15070         Don't send inline events before pushing out a NEW_SEGMENT, more
15071         specifically for GST_TAG_EVENT.
15072         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15073         sub-indexes.
15074
15075 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15076
15077         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15078
15079         * sys/sunaudio/gstsunaudiomixerctrl.c:
15080         (gst_sunaudiomixer_ctrl_build_list):
15081           Move "Monitor" slider to input tab so it works more like
15082           sdtaudiocontrol, which is what people on Solaris are used
15083           to using for their mixer program (#346259).
15084
15085 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15086
15087         * tests/check/elements/level.c: (GST_START_TEST):
15088           fix a leak, clean up at the end
15089
15090 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15091
15092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15093         (gst_matroska_demux_send_event),
15094         (gst_matroska_demux_loop_stream_parse_id):
15095         * gst/matroska/matroska-ids.h:
15096           Send tag event after newsegment event.
15097
15098 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15099
15100         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15101         (gst_id3demux_read_range):
15102           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15103           certain cases where a read beyond the end of the file is
15104           requested. Fixes #345930.
15105
15106         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15107         (gst_tag_demux_read_range):
15108           Fix same issue here as well.
15109
15110 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15111
15112         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15113         
15114         Fix hypothetical crash.
15115
15116 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15117
15118         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15119
15120         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15121           Do not modify the ports value. If the user has turned off the
15122           built-in speakers, then we should not reset it in the prepare
15123           function, since this causes the built-in speakers to turn
15124           back on anytime the user changes a track in totem, rhythmbox,
15125           etc. (#346066).
15126
15127 2006-06-23  Wim Taymans  <wim@fluendo.com>
15128
15129         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15130         Fix double caps unref when negotiation fails.
15131
15132 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15133
15134         * ext/annodex/gstcmmldec.c:
15135         * ext/annodex/gstcmmlenc.c:
15136         * ext/annodex/gstcmmlparser.c:
15137         * ext/dv/gstdvdec.c:
15138         * ext/dv/gstdvdemux.c:
15139         * ext/gdk_pixbuf/pixbufscale.c:
15140         * ext/jpeg/gstjpegenc.c:
15141         * ext/jpeg/gstsmokedec.c:
15142         * ext/jpeg/gstsmokeenc.c:
15143         * ext/libpng/gstpngdec.c:
15144         * ext/libpng/gstpngenc.c:
15145         * ext/speex/gstspeexenc.c:
15146         * gst/alpha/gstalphacolor.c:
15147         * gst/cutter/gstcutter.c:
15148         * gst/debug/gstnavigationtest.c:
15149         * gst/icydemux/gsticydemux.c:
15150         * gst/level/gstlevel.c:
15151         * gst/multipart/multipart.c:
15152         * gst/rtp/gstrtpamrpay.c:
15153         * gst/rtp/gstrtpdepay.c:
15154         * gst/rtp/gstrtpilbcpay.c:
15155         * gst/rtp/gstrtpmp4gpay.c:
15156         * gst/rtp/gstrtpmp4vpay.c:
15157         * gst/rtsp/gstrtpdec.c:
15158         * gst/rtsp/gstrtspsrc.c:
15159         * gst/udp/gstdynudpsink.c:
15160         * gst/udp/gstmultiudpsink.c:
15161         * gst/udp/gstudpsrc.c:
15162         * gst/videobox/gstvideobox.c:
15163         * gst/videofilter/gstvideoflip.c:
15164           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15165           plus two minor macro fixes.
15166
15167 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15168
15169         * gst/matroska/matroska-demux.c:
15170         (gst_matroska_demux_check_subtitle_buffer),
15171         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15172         (gst_matroska_demux_subtitle_caps):
15173         * gst/matroska/matroska-ids.c:
15174         (gst_matroska_track_init_subtitle_context):
15175         * gst/matroska/matroska-ids.h:
15176           Try to fix up broken matroska files containing subtitle
15177           streams with non-UTF8 character encodings (courtesy of
15178           mkvmerge) using either the encoding specified in the
15179           GST_SUBTITLE_ENCODING environment variable or the
15180           current locale's character set if it is non-UTF8.
15181           Fixes #337076.
15182
15183 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15184
15185         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15186           Set image type from APIC frame as "image-type" field
15187           of GST_TAG_IMAGE buffer caps (#344605).
15188
15189 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * ext/flac/Makefile.am:
15192         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15193         (gst_flac_dec_reset_decoders),
15194         (gst_flac_dec_setup_seekable_decoder),
15195         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15196         (gst_flac_dec_metadata_callback),
15197         (gst_flac_dec_metadata_callback_seekable),
15198         (gst_flac_dec_metadata_callback_stream),
15199         (gst_flac_dec_error_callback),
15200         (gst_flac_dec_error_callback_seekable),
15201         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15202         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15203         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15204         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15205         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15206         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15207         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15208         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15209         (gst_flac_dec_sink_activate_push),
15210         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15211         * ext/flac/gstflacdec.h:
15212           Support chain-based operation, should make flac-over-DAAP
15213           work (#340492).
15214
15215 2006-06-20  Wim Taymans  <wim@fluendo.com>
15216
15217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15218         Doc updates, merge some unused symbols.
15219
15220 2006-06-20  Wim Taymans  <wim@fluendo.com>
15221
15222         * docs/plugins/Makefile.am:
15223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15225         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15226         * gst/rtsp/gstrtspsrc.c:
15227         * gst/rtsp/gstrtspsrc.h:
15228         Added documentation for the rtsp plugin. Fixes #345393.
15229
15230 2006-06-20  Wim Taymans  <wim@fluendo.com>
15231
15232         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15233         (rtsp_connection_close), (rtsp_connection_free):
15234         Use better G_OS_* macros. Fixes #345301 some more.
15235
15236 2006-06-20  Wim Taymans  <wim@fluendo.com>
15237
15238         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15239
15240         * sys/sunaudio/Makefile.am:
15241         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15242         * sys/sunaudio/gstsunaudiomixerctrl.c:
15243         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15244         (gst_sunaudiomixer_ctrl_list_tracks),
15245         (gst_sunaudiomixer_ctrl_get_volume),
15246         (gst_sunaudiomixer_ctrl_set_volume),
15247         (gst_sunaudiomixer_ctrl_set_mute),
15248         (gst_sunaudiomixer_ctrl_set_record):
15249         * sys/sunaudio/gstsunaudiomixerctrl.h:
15250         * sys/sunaudio/gstsunaudiomixertrack.c:
15251         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15252         * sys/sunaudio/gstsunaudiomixertrack.h:
15253         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15254         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15255         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15256         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15257         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15258         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15259         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15260         (gst_sunaudiosrc_reset):
15261         * sys/sunaudio/gstsunaudiosrc.h:
15262         Add a SunAudio source plugin.
15263         Support stereo and right/left channel gain in the mixer plugin.
15264         Support the RECORD flag so that you can switch between line-input and
15265         microphone in gnome-volume-control.
15266         Code cleanups like using an enumerator for track number instead of an 
15267         integer. Fixes #344923.
15268
15269 2006-06-20  Wim Taymans  <wim@fluendo.com>
15270
15271         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15272
15273         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15274         (rtsp_connection_close):
15275         Make RTSP plugin compile on windows. Fixes #345301.
15276         Some changes to original patch to catch errors better.
15277         use ifdef WIN32 instead of ifndef.
15278
15279 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15280
15281         * configure.ac:
15282         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15283
15284 2006-06-18  Edward Hervey  <edward@fluendo.com>
15285
15286         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15287         After a failed buffer alloc, we need to abort the jpeg decoding (it
15288         started when parsing headers to figure out how many bytes we need
15289         to request downstream).
15290
15291 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15294
15295         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15296           Make sure we don't read beyond the end of the file (#345232).
15297
15298 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         * configure.ac:
15301           Fix --disable-external (can't set conditionals conditionally,
15302           #343602).
15303
15304 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15305
15306         * autogen.sh:
15307         * configure.ac:
15308         * docs/Makefile.am:
15309           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15310
15311         * docs/plugins/Makefile.am:
15312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15313         * docs/plugins/inspect/plugin-taglib.xml:
15314           Add/fix apev2mux docs.
15315
15316 2006-06-14  Wim Taymans  <wim@fluendo.com>
15317
15318         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15319         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15320         (gst_dvdec_change_state):
15321         Reset segment info on flush.
15322         Alloc segment in _init, free in _finalize.
15323
15324         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15325         Don't send segments twice.
15326
15327 2006-06-14  Wim Taymans  <wim@fluendo.com>
15328
15329         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15330         Respect segment.stop. Fixes #342592.
15331
15332 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15335           No language specified means the implied language is English
15336           according to the matroska spec (partially fixes #344708);
15337           add some more debug output.
15338
15339 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15342         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15343         (gst_wavparse_chain):
15344           When operating chain-based, don't make any assumptions about the
15345           chunking of the incoming data and make streaming work on days other
15346           than the second Thursday after a full moon. Also fix up debug
15347           messages here and there and make use of the most excellent new
15348           gst_pad_query_peer_duration() utility function.
15349           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15350
15351         * gst/wavparse/gstwavparse.h:
15352           Remove trailing comma after last enum value, some compilers don't
15353           like that.
15354
15355 2006-06-13  Wim Taymans  <wim@fluendo.com>
15356
15357         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15358         Handle premature EOS gracefully.
15359
15360 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15361
15362         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15363           Prevent out of bounds array access when scrubbing towards
15364           the end of the file between the last index entry and the
15365           end. Fixes occasional 'start <= stop' newsegment event
15366           assertions when scrubbing in MJPEG files.
15367
15368 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15369
15370         * tests/check/elements/.cvsignore:
15371           And another one.
15372
15373 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15376         (scan_encoded_string), (parse_picture_frame):
15377           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15378
15379         * configure.ac:
15380           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15381           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15382
15383 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15384
15385         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15386           gratuitous comment changes
15387         * tests/check/elements/level.c: (GST_START_TEST):
15388           fix level test leaks
15389
15390 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15391
15392         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15393         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15394           Use gst_pad_query_peer_duration() utility function here.
15395
15396 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15397
15398         * autogen.sh:
15399           require am17
15400         * configure.ac:
15401         * ext/annodex/Makefile.am:
15402         * ext/cdio/Makefile.am:
15403         * ext/dv/Makefile.am:
15404         * ext/esd/Makefile.am:
15405         * ext/flac/Makefile.am:
15406         * ext/gdk_pixbuf/Makefile.am:
15407         * ext/ladspa/Makefile.am:
15408         * ext/libcaca/Makefile.am:
15409         * ext/speex/Makefile.am:
15410         * ext/taglib/Makefile.am:
15411         * sys/oss/Makefile.am:
15412         * sys/sunaudio/Makefile.am:
15413         * sys/ximage/Makefile.am:
15414           clean up build further
15415
15416 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15417
15418         * gconf/Makefile.am:
15419           Honour --disable-schemas-install configure option. Fixes #344100.
15420
15421 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15422
15423         * tests/examples/level/Makefile.am:
15424           Add -lm to LIBS for pow() function, don't assume one of our
15425           dependencies (such as libxml-2.0) drags it in automatically
15426           (#343603).
15427
15428 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15431
15432         * configure.ac:
15433           We should use $SED and not $(SED) in configure.ac (#343678).
15434
15435 2006-06-09  Wim Taymans  <wim@fluendo.com>
15436
15437         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15438
15439         * sys/sunaudio/gstsunaudiomixerctrl.c:
15440         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15441         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15442         (gst_sunaudiomixer_ctrl_set_mute):
15443         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15444         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15445         (gst_sunaudiosink_write):
15446         Attached find a patch that fixes a number of bugs with the SunAudio
15447         mixer plugin and fixes #344101:
15448         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15449            tracks onto the tracklist causing gnome-volume-control's preferences
15450            dialog to be messed up and would core dump if you checked/unchecked
15451            any item.
15452         2. We weren't previously setting the MUTE flag properly.  Fixing this
15453            makes gnome-volume-control work better.
15454         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15455            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15456            gnome-volume-control look better.
15457         Also some minor cleanup in gstsunaudiosink.c.
15458
15459 2006-06-09  Wim Taymans  <wim@fluendo.com>
15460
15461         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15462         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15463         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15464         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15465         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15466         * ext/jpeg/gstjpegdec.h:
15467         API: Added IDCT method property
15468         Small cleanups.
15469         Avoid dynamic allocation of trivial fixed structure.
15470         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15471
15472 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15473
15474         * configure.ac:
15475         We now require libraw1394 >= 1.1.0 and that version onwards all
15476         have .pc files.
15477
15478 2006-06-02  Edward Hervey  <edward@fluendo.com>
15479
15480         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15481         Trying to get items from an ANY or EMPTY caps is ... stupid.
15482
15483 2006-06-02  Edward Hervey  <edward@fluendo.com>
15484
15485         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15486         (gst_dvdec_chain), (gst_dvdec_change_state):
15487         * ext/dv/gstdvdec.h:
15488         Added GstSegment handling, now implements dropping/clipping.
15489
15490 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15491
15492         * ext/aalib/gstaasink.h:
15493         * ext/annodex/gstcmmldec.h:
15494         * ext/cairo/gsttimeoverlay.h:
15495         * ext/dv/gstdvdec.h:
15496         * ext/dv/gstdvdemux.h:
15497         * ext/esd/esdmon.h:
15498         * ext/esd/esdsink.h:
15499         * ext/flac/gstflacenc.h:
15500         * ext/gconf/gstgconfaudiosink.h:
15501         * ext/gconf/gstgconfaudiosrc.h:
15502         * ext/gconf/gstgconfvideosink.h:
15503         * ext/gconf/gstgconfvideosrc.h:
15504         * ext/gdk_pixbuf/gstgdkanimation.h:
15505         * ext/gdk_pixbuf/pixbufscale.h:
15506         * ext/hal/gsthalaudiosink.h:
15507         * ext/hal/gsthalaudiosrc.h:
15508         * ext/jpeg/gstjpegenc.h:
15509         * ext/jpeg/gstsmokedec.h:
15510         * ext/jpeg/gstsmokeenc.h:
15511         * ext/libcaca/gstcacasink.h:
15512         * ext/libmng/gstmngdec.h:
15513         * ext/libmng/gstmngenc.h:
15514         * ext/libpng/gstpngdec.h:
15515         * ext/libpng/gstpngenc.h:
15516         * ext/raw1394/gstdv1394src.h:
15517         * ext/speex/gstspeexenc.h:
15518         * gst/autodetect/gstautoaudiosink.h:
15519         * gst/autodetect/gstautovideosink.h:
15520         * gst/avi/gstavidemux.h:
15521         * gst/cutter/gstcutter.h:
15522         * gst/debug/efence.h:
15523         * gst/debug/gstnavigationtest.h:
15524         * gst/debug/gstnavseek.h:
15525         * gst/flx/gstflxdec.h:
15526         * gst/goom/gstgoom.h:
15527         * gst/icydemux/gsticydemux.h:
15528         * gst/id3demux/gstid3demux.h:
15529         * gst/law/alaw-decode.h:
15530         * gst/law/alaw-encode.h:
15531         * gst/law/mulaw-decode.h:
15532         * gst/law/mulaw-encode.h:
15533         * gst/matroska/matroska-mux.h:
15534         * gst/median/gstmedian.h:
15535         * gst/oldcore/gstaggregator.h:
15536         * gst/oldcore/gstfdsink.h:
15537         * gst/oldcore/gstmd5sink.h:
15538         * gst/oldcore/gstmultifilesrc.h:
15539         * gst/oldcore/gstpipefilter.h:
15540         * gst/oldcore/gstshaper.h:
15541         * gst/oldcore/gststatistics.h:
15542         * gst/rtp/gstasteriskh263.h:
15543         * gst/rtp/gstrtpL16depay.h:
15544         * gst/rtp/gstrtpL16pay.h:
15545         * gst/rtp/gstrtpamrdepay.h:
15546         * gst/rtp/gstrtpamrpay.h:
15547         * gst/rtp/gstrtpdepay.h:
15548         * gst/rtp/gstrtpgsmdepay.h:
15549         * gst/rtp/gstrtpgsmpay.h:
15550         * gst/rtp/gstrtph263pay.h:
15551         * gst/rtp/gstrtph263pdepay.h:
15552         * gst/rtp/gstrtph263ppay.h:
15553         * gst/rtp/gstrtpmp4gpay.h:
15554         * gst/rtp/gstrtpmp4vdepay.h:
15555         * gst/rtp/gstrtpmp4vpay.h:
15556         * gst/rtp/gstrtpmpadepay.h:
15557         * gst/rtp/gstrtpmpapay.h:
15558         * gst/rtp/gstrtppcmadepay.h:
15559         * gst/rtp/gstrtppcmapay.h:
15560         * gst/rtp/gstrtppcmudepay.h:
15561         * gst/rtp/gstrtppcmupay.h:
15562         * gst/rtp/gstrtpspeexdepay.h:
15563         * gst/rtp/gstrtpspeexpay.h:
15564         * gst/rtsp/gstrtpdec.h:
15565         * gst/rtsp/gstrtspsrc.h:
15566         * gst/smpte/gstsmpte.h:
15567         * gst/udp/gstdynudpsink.h:
15568         * gst/udp/gstmultiudpsink.h:
15569         * gst/udp/gstudpsink.h:
15570         * gst/udp/gstudpsrc.h:
15571         * gst/videofilter/gstvideobalance.h:
15572         * gst/videofilter/gstvideoflip.h:
15573         * sys/oss/gstossdmabuffer.h:
15574         * sys/oss/gstossmixerelement.h:
15575         * sys/oss/gstosssink.h:
15576         * sys/oss/gstosssrc.h:
15577         * sys/osxvideo/osxvideosink.h:
15578         * sys/sunaudio/gstsunaudiomixer.h:
15579         * sys/sunaudio/gstsunaudiosink.h:
15580         * sys/ximage/gstximagesrc.h:
15581         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15582
15583 2006-05-31  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15586         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15587         (gst_goom_src_setcaps), (gst_goom_src_event),
15588         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15589         (gst_goom_change_state):
15590         * gst/goom/gstgoom.h:
15591         Handle QoS.
15592         Handle flushing, discont and events.
15593         Fix timestamps and various other cleanups.
15594
15595 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15596
15597         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15598         Fix bus reset when using libiec61883
15599
15600 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15601
15602         * configure.ac:
15603         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15604         * ext/raw1394/Makefile.am:
15605         Add CFLAGS.
15606         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15607         New method, to receive using libiec61883.
15608         (gst_dv1394src_iso_receive),
15609         #ifdef'd out if libiec61883 is present.
15610         (gst_dv1394src_bus_reset),
15611         Get userdata correctly if using libiec61883. 
15612         (gst_dv1394src_create),
15613         When using libiec61883, only poll one fd and no need to read.
15614         (gst_dv1394src_discover_avc_node),
15615         Replace g_warnings.
15616         (gst_dv1394src_start),
15617         Create new handle when we know which dv port.  More reliable
15618         than setting port on an existing handle.  Initialise libiec61883.
15619         (gst_dv1394src_stop):
15620         If using libiec61883, then cleanup its handle properly.
15621         * ext/raw1394/gstdv1394src.h:
15622         Add libiec61883 handle.
15623
15624 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15625
15626         * gst/avi/gstavidemux.c:
15627           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15628         * win32/MANIFEST:
15629           sort file listing
15630         * win32/vs6/libgstavi.dsp:
15631           add gstavimux.c to the project
15632         * win32/vs6/libgstid3demux.dsp:
15633           add link to zlib library
15634         * win32/vs6/libgstmatroska.dsp:
15635           add matroska-ids.c to the project
15636
15637 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         Patch by: Sebastian Dröge  <mail at slomosnail de >
15640
15641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15643         * ext/taglib/Makefile.am:
15644         * ext/taglib/gstapev2mux.cc:
15645         * ext/taglib/gstapev2mux.h:
15646         * ext/taglib/gstid3v2mux.cc:
15647         * ext/taglib/gsttaglibmux.c: (plugin_init):
15648         * ext/taglib/gsttaglibmux.h:
15649           Add apev2mux element (#343122).
15650         
15651         * tests/check/Makefile.am:
15652         * tests/check/elements/apev2mux.c:
15653         (test_taglib_apev2mux_create_tags),
15654         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15655         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15656         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15657         (apev2mux_suite), (main):
15658           Add unit test for apev2mux element.
15659
15660 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15661
15662         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15663         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15664         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15665           GST_PTR_FORMAT should be used to print caps in debug statements.
15666
15667 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15668
15669         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15670
15671         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15672         (ape_demux_parse_tags):
15673           Some clean-ups and additions: map APE 'file' tag to
15674           GST_TAG_LOCATION (#343123); add support for extracting
15675           the track count and clean up parsing a bit (#343127).
15676
15677 2006-05-28  Edward Hervey  <edward@fluendo.com>
15678
15679         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15680         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15681
15682 2006-05-28  Edward Hervey  <edward@fluendo.com>
15683
15684         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15685         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15686         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15687         * ext/jpeg/gstjpegdec.h:
15688         Clip outgoing buffers according to currently configured segment.
15689
15690 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15691
15692         * ext/taglib/gstid3v2mux.cc:
15693           Handle  writing of track-count or album-volume-count without
15694           track-number or albume-volume-number (in this case the number
15695           will just be set to 0).
15696
15697         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15698           It would be nice if we actually checked the values received for
15699           track/album-volume number/count in  _check_tags(), rather than
15700           setting them again ...
15701
15702 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15705           A track/volume number or count of 0 does not make sense,
15706           just ignore it along with negative numbers (a tag might
15707           only contain a track count without a track number).
15708
15709 2006-05-27  Edward Hervey  <edward@fluendo.com>
15710
15711         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15712         (gst_jpeg_dec_sink_event):
15713         Abort decompression when receiving FLUSH_STOP. This should avoid
15714         issues when interrupting decoding with flushes.
15715
15716 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         * ext/flac/gstflac.c:
15719           Don't #include file we don't dist any longer.
15720
15721 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15722
15723         * README:
15724           Replace current README (containing the release notes from
15725           some 0.9.x version) with a proper README taken from the core.
15726
15727 2006-05-24  Wim Taymans  <wim@fluendo.com>
15728
15729         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15730         Implement EOS correctly by either posting
15731         SEGMENT_DONE or pushing an EOS message depending
15732         on the seek type. Fixes #342592
15733
15734 2006-05-24  Wim Taymans  <wim@fluendo.com>
15735
15736         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15737         * gst/law/alaw-decode.h:
15738         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15739         * gst/law/alaw-encode.h:
15740         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15741         * gst/law/mulaw-decode.h:
15742         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15743         * gst/law/mulaw-encode.h:
15744         Some cleanups in the chain functions.
15745         Remove some GStreamer 0.0.2 bits.
15746
15747 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15748
15749         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15750
15751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15752           gst_collect_pads_stop() needs to be called before chaining up
15753           to the parent class (#342734).
15754
15755 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * ext/flac/Makefile.am:
15758         * ext/flac/flac_compat.h:
15759         * ext/flac/gstflac.c:
15760         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15761         * ext/flac/gstflacenc.c:
15762           Remove backwards compatibility cruft for dealing with FLAC API
15763           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15764
15765 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15766
15767         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15768         (gst_matroska_demux_push_xiph_codec_priv_data),
15769         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15770         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15771         * gst/matroska/matroska-ids.h:
15772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15773         (gst_matroska_mux_video_pad_setcaps),
15774         (xiph3_streamheader_to_codecdata),
15775         (vorbis_streamheader_to_codecdata),
15776         (theora_streamheader_to_codecdata),
15777         (gst_matroska_mux_audio_pad_setcaps),
15778         (gst_matroska_mux_write_data):
15779           Add support for muxing/demuxing theora video (#342448; too bad
15780           none of the usual linux players can actually play this). Playback
15781           in GStreamer will require additional changes to theoradec in -base.
15782           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15783           cleanups.
15784
15785 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15788         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15789           Fix crashes when the horizontal subsampling is 1.
15790           Fixes #342097.
15791
15792 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15793
15794         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15795
15796         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15797         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15798         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15799         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15800         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15801         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15802         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15803         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15804         (gst_avi_mux_change_state):
15805         * gst/avi/gstavimux.h:
15806           Some enhancements for avimux (#342526):
15807            - add odml (large file) index support
15808            - store codec init data (e.g. huffyuv)
15809            - miscellaneous other fixes/cleanups
15810
15811 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15812
15813         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15814         Don't output any tag when we encounter a negative track number - the
15815         tag type is uint, so we end up outputting huge positive numbers
15816         instead. (Fixes: #342029)
15817
15818 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15819
15820         * configure.ac:
15821           update for new GSTPB_PLUGINS_DIR
15822
15823 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15824
15825         * rtp/gst/gstrtph263pay.c:
15826         Properly set static caps for H263 at 34.
15827
15828 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15831
15832         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15833           Merge event tags and tag setter tags correctly (#339918). Also,
15834           don't leak taglist in case of an error.
15835           
15836 2006-05-17  Edward Hervey  <edward@fluendo.com>
15837
15838         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15839         We can only do caps intersection if the othercaps are non-empty and not
15840         ANY. Else we return the pad template (base_caps).
15841
15842 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15845           Fix crash when outputting debugging information for certain
15846           pictures (always good to use the right struct member for
15847           the number of records in an array).
15848
15849 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15852
15853         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15854         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15855         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15856         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15857         (gst_ebml_read_float), (gst_ebml_read_ascii),
15858         (gst_ebml_read_binary):
15859           Don't create unnecessary sub-buffers all the time. Dramatically
15860           improves performance with multiple concurrently running
15861           matroskademux instances (#341818) (and avoids doing
15862           unnecessarily inefficient things in the general case).
15863
15864 2006-05-16  Edward Hervey  <edward@fluendo.com>
15865
15866         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15867         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15868         return value of gst_pad_push_event().
15869
15870 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15871
15872         * gst/autodetect/gstautoaudiosink.c:
15873         (gst_auto_audio_sink_find_best):
15874         * gst/autodetect/gstautovideosink.c:
15875         (gst_auto_video_sink_find_best):
15876         Make the name of the child element be based on the name of the
15877         parent, so that debug output is more useful.
15878         
15879         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15880         (parse_insert_string_field), (parse_split_strings):
15881         Rework string parsing to always walk over BOM markers in UTF16
15882         strings, using the endianness indicated by the innermost one,
15883         then trying the opposite endianness if that fails to convert
15884         to valid UTF-8. Fixes #341774
15885
15886 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15887
15888         Patch from: Matthieu <matthieu at fluendo dot com>
15889
15890         * ext/libpng/Makefile.am:
15891         Add LIBPNG_CFLAGS.
15892
15893 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15894
15895         * ext/taglib/gstid3v2mux.cc:
15896           Add support for writing images (APIC frames) into ID3v2
15897           tags (picture type always set to 'other' for now though).
15898
15899 2006-05-14  Michael Smith  <msmith@fluendo.com>
15900
15901         * gst/wavparse/gstwavparse.c:
15902           Update docs; wavparse implements push and pull modes.
15903
15904 2006-05-12  Wim Taymans  <wim@fluendo.com>
15905
15906         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15907         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15908         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15909         Ooops, bitten by the copy-and-paste design paradigm, fixes
15910         seek again.
15911
15912 2006-05-12  Wim Taymans  <wim@fluendo.com>
15913
15914         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15915         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15916         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15917         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15918         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15919         (gst_avi_demux_massage_index),
15920         (gst_avi_demux_calculate_durations_from_index),
15921         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15922         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15923         (gst_avi_demux_loop):
15924         * gst/avi/gstavidemux.h:
15925         Some cleanups, prepare to use GstSegment.
15926         Fix error in entry walking code.
15927         Fix VBR detection.
15928         Smarter timestamp calculation code.
15929         Uniform error/eos handling.
15930
15931 2006-05-12  Michael Smith  <msmith@fluendo.com>
15932
15933         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15934         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15935           Fix use of uninitialised values if we're NOT seeking in ready.
15936           Fix typos.
15937
15938 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15939
15940         * gst/wavparse/Makefile.am:
15941           Add CFLAGS and LIBS for libgstbase, fixes build on
15942           Cygwin (#341489).
15943
15944 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15947           Some more debug info. No need to check whether the string
15948           returned by g_convert() is really UTF-8 - either it is or
15949           we get NULL returned.
15950
15951 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15952
15953         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15954           Fix parsing of numeric genre strings some more, by ensuring that
15955           we only try and parse strings that a) Start with '(' and b) Consist
15956           only of digits.
15957           Also, when finding an escaping '((' sequence, bust it back to '(' by
15958           swallowing the first parenthesis
15959
15960 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15963         (gst_esdsink_open), (gst_esdsink_close):
15964         * ext/esd/esdsink.h:
15965           Move the esd_get_server_info() into gst_esdsink_open() and fail
15966           with a decent error message on errors.
15967
15968 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15971         (gst_esdmon_channels_get_type):
15972         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15973         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15974         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15975         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15976         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15977         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15978         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15979         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15980         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15981         * gst/videomixer/videomixer.c:
15982         (gst_video_mixer_background_get_type):
15983           Const-ify GEnumValue arrays.
15984
15985 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15986
15987         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15988
15989         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15990         (gst_avi_mux_do_video_buffer):
15991           Work around gst_buffer_make_metadata_writable() bug that
15992           results in avimux marking all frames in the index as
15993           keyframes (#340859).
15994           
15995 2006-05-08  Wim Taymans  <wim@fluendo.com>
15996
15997         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15998         Make parsing of urls suck slightly less.
15999
16000 2006-05-08  Edward Hervey  <edward@fluendo.com>
16001
16002         * autogen.sh: (CONFIGURE_DEF_OPT): 
16003         libtoolize on Darwin/MacOSX is called glibtoolize.
16004
16005 2006-05-08  Wim Taymans  <wim@fluendo.com>
16006
16007         Patch by: Jens Granseuer <jensgr at gmx dot net>
16008
16009         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16010         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16011         C89 compliance fixes. Fixes #340980
16012
16013 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16014
16015         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16016         * ext/flac/gstflacdec.h:
16017           Handle segment seeks that include the end of the file as stop point
16018           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16019           message instead of an EOS event in case we're in segment seek
16020           mode (fixes #340699).
16021           
16022 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16023
16024         * ext/cairo/gsttextoverlay.c:
16025         * ext/flac/gstflacdec.c:
16026         * ext/gdk_pixbuf/pixbufscale.c:
16027         * gst/apetag/gstapedemux.c:
16028         * gst/debug/breakmydata.c:
16029         * gst/debug/testplugin.c:
16030         * gst/matroska/ebml-write.c:
16031         * gst/multipart/multipartdemux.c:
16032         * sys/osxaudio/gstosxaudiosink.c:
16033         * sys/osxaudio/gstosxaudiosrc.c:
16034         Add semicolons after GST_BOILERPLATE[_FULL] so that
16035         indent doesn't mess up following lines.
16036
16037 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16040
16041         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16042           Don't leak caps when freeing the stream context (#340623).
16043
16044 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16045
16046         * configure.ac:
16047           Back to CVS
16048
16049 === release 0.10.3 ===
16050
16051 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16052
16053         * configure.ac:
16054           releasing 0.10.3, "Desplazado"
16055
16056 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16057
16058         * gst/matroska/matroska-mux.c:
16059         (gst_matroska_mux_stream_is_vorbis_header),
16060         (gst_matroska_mux_write_data):
16061           Don't strcmp() NULL strings.
16062           Only start new clusters on video keyframes, not on any
16063           random audio buffer that doesn't have the DELTA_UNIT
16064           flag set (fixes 'make check' again).
16065
16066 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16067
16068         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16069
16070         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16071         (gst_matroska_mux_stream_is_vorbis_header),
16072         (gst_matroska_mux_write_data):
16073           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16074           value and then dead-lock when muxing vorbis audio streams
16075           (the three vorbis header buffers carry no timestamp, and it
16076           would try to mux these after all video buffers). Fixes #340346.
16077
16078           Improve clustering: start a new cluster also whenever we get
16079           a keyframe.     
16080
16081 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16082
16083         * win32/common/config.h:
16084         * win32/MANIFEST
16085           add the generated file as well
16086
16087 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16088
16089         * Makefile.am:
16090         * configure.ac:
16091         * win32/common/config.h.in:
16092           add win32 stuff
16093
16094 2006-05-03  Michael Smith  <msmith@fluendo.com>
16095
16096         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16097           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16098           SUCKS.
16099
16100 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16101
16102         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16103         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16104         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16105           don't leak caps-string
16106
16107 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16110         (gst_id3demux_sink_activate):
16111           Let core insert default error message for TYPE_NOT_FOUND
16112           errors, it's just as good as our own and has the added
16113           bonus of being translated.
16114
16115 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16116
16117         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16118         (gst_tag_demux_sink_event):
16119         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16120         (gst_id3demux_sink_event):
16121           Post an error message when we get an EOS event and were not
16122           able to find out the type of stream.
16123
16124         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16125         (test_taglib_id3mux_with_tags):
16126           Decrease num-buffers to 16 per iteration again, otherwise the
16127           many memcpy()s and reallocations in the test will hammer slow
16128           CPUs completely and make the test timeout.
16129
16130 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16131
16132         * configure.ac:
16133           figure out where plugins-base plugins are
16134         * tests/check/Makefile.am:
16135           use plugins-base plugins, so we have typefind functions
16136         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16137           increase num-buffers, this makes sure the test errors out instead
16138           of timing out when no typefind functions are present
16139
16140 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16141
16142         * docs/plugins/Makefile.am:
16143           also check .cc files for gtk-doc markup
16144         * configure.ac:
16145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16147         * tests/check/Makefile.am:
16148         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16149         * ext/Makefile.am:
16150         * ext/taglib/Makefile.am:
16151         * ext/taglib/gstid3v2mux.h:
16152         * ext/taglib/gsttaglibmux.c:
16153         * ext/taglib/gsttaglibmux.h:
16154           move taglib-based id3v2muxer to -good.  Fixes #336110.
16155
16156 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16157
16158         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16159           ... and fix multichannel/WAVFORMATEX support again.
16160
16161 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16162
16163         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16164         (gst_wavparse_class_init), (gst_wavparse_dispose),
16165         (gst_wavparse_reset), (gst_wavparse_init),
16166         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16167         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16168         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16169         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16170         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16171         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16172         (gst_wavparse_stream_data), (gst_wavparse_loop),
16173         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16174         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16175         (gst_wavparse_change_state), (plugin_init):
16176         * gst/wavparse/gstwavparse.h:
16177           Add push (streaming) mode to wavparse (fixes #337625)
16178
16179 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16180
16181         * configure.ac:
16182         * tests/Makefile.am:
16183           add ximagesrc icles test
16184
16185 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16186
16187         * configure.ac:
16188         * docs/plugins/Makefile.am:
16189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16191         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16192         (gst_cmml_enc_push_clip):
16193         * sys/Makefile.am:
16194         * sys/ximage/Makefile.am:
16195         * sys/ximage/gstximagesrc.c:
16196           Move ximagesrc plug-in to good after review.  Fixes #336756.
16197
16198 2006-04-28  Michael Smith  <msmith@fluendo.com>
16199
16200         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16201         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16202         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16203         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16204         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16205         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16206         * gst/icydemux/gsticydemux.h:
16207           Fix event handling: cache events when typefinding and forward later.
16208
16209 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16210
16211         * sys/osxaudio/gstosxaudiosink.c:
16212         (plugin_init):
16213          Register osxaudiosrc to the plugin.
16214         * sys/osxaudio/gstosxaudiosrc.c:
16215         (gst_osx_audio_src_osxelement_do_init),
16216         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16217         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16218         (gst_osx_audio_src_get_property),
16219         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16220         (gst_osx_audio_src_osxelement_init):
16221         * sys/osxaudio/gstosxaudiosrc.h:
16222           Port of osxaudiosrc to 0.10.
16223         * sys/osxaudio/Makefile.am:
16224           Add osxaudiosrc
16225
16226 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16227
16228         * sys/osxaudio/gstosxringbuffer.c:
16229         * sys/osxaudio/gstosxringbuffer.h:
16230           Forgot to commit earlier, part of the OSX audio plugin port
16231
16232 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16235         (parse_split_strings):
16236           Recognise and skip any byte order marker (BOM) in
16237           UTF-16 strings.
16238
16239 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * docs/plugins/Makefile.am:
16242         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16244         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16245         * docs/plugins/inspect/plugin-avi.xml:
16246         * gst/avi/gstavidemux.c:
16247         * gst/avi/gstavimux.c:
16248           Add docs for both avidemux and avimux.
16249
16250 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16251
16252         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16253
16254         * gst/avi/Makefile.am:
16255         * gst/avi/gstavi.c: (plugin_init):
16256         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16257         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16258         (gst_avi_mux_class_init), (gst_avi_mux_init),
16259         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16260         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16261         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16262         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16263         (gst_avi_mux_riff_get_avix_header),
16264         (gst_avi_mux_riff_get_video_header),
16265         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16266         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16267         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16268         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16269         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16270         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16271         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16272         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16273         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16274         (gst_avi_mux_change_state):
16275         * gst/avi/gstavimux.h:
16276           Port AVI muxer to GStreamer-0.10 (#332031).
16277
16278         * tests/check/Makefile.am:
16279         * tests/check/elements/avimux.c:
16280         * tests/check/elements/.cvsignore:
16281           Add unit test for AVI muxer.
16282
16283 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16284
16285         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16286         (gst_wavparse_class_init), (gst_wavparse_reset),
16287         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16288         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16289         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16290         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16291         (gst_wavparse_stream_data), (gst_wavparse_loop),
16292         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16293         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16294         (plugin_init):
16295         * gst/wavparse/gstwavparse.h:
16296           reverted patch #337625 for the price of 1 hour sleep
16297
16298 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16299
16300         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16301         (gst_wavparse_class_init), (gst_wavparse_reset),
16302         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16303         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16304         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16305         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16306         (gst_wavparse_stream_data), (gst_wavparse_loop),
16307         (gst_wavparse_chain), (plugin_init):
16308         * gst/wavparse/gstwavparse.h:
16309           correct partial implementation of push mode
16310           (from my last commit)
16311
16312 2006-04-26  Wim Taymans  <wim@fluendo.com>
16313
16314         * ext/esd/esdsink.c:
16315         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16316         it is not in esd.h
16317
16318 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16319
16320         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16321         (gst_au_parse_class_init), (gst_au_parse_init),
16322         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16323         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16324         (gst_au_parse_chain), (gst_au_parse_src_convert),
16325         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16326         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16327         (gst_au_parse_change_state):
16328         * gst/auparse/gstauparse.h:
16329           Rewrite auparse to suck a little bit less: make source pad
16330           dynamic, so decodebin/playbin work with non-raw formats
16331           like alaw/mulaw; add query function for duration/position
16332           queries; check whether we have enough data before attempting
16333           to parse the header (instead of crashing when that is not the
16334           case); work around audioconvert sucking by swapping endianness
16335           to the native endianness ourselves for float formats; send
16336           initial newsegment event. Fixes #161712.
16337
16338 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16339
16340         * sys/osxaudio/Makefile.am:
16341         * sys/osxaudio/gstosxaudioelement.c:
16342         (gst_osx_audio_element_get_type),
16343         (gst_osx_audio_element_class_init):
16344         * sys/osxaudio/gstosxaudioelement.h:
16345         * sys/osxaudio/gstosxaudiosink.c:
16346         (gst_osx_audio_sink_osxelement_do_init),
16347         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16348         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16349         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16350         (gst_osx_audio_sink_create_ringbuffer),
16351         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16352         (plugin_init):
16353         * sys/osxaudio/gstosxaudiosink.h:
16354         Port of osxaudiosink to 0.10
16355
16356 2006-04-26  Wim Taymans  <wim@fluendo.com>
16357
16358         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16359         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16360         the size of the ringbuffer. This should fix hangs with older 
16361         esd sound servers.
16362
16363 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16364
16365         * ext/aalib/gstaasink.c:
16366         * ext/annodex/gstcmmldec.c:
16367         * ext/annodex/gstcmmlenc.c:
16368         * ext/cairo/gsttextoverlay.c:
16369         * ext/cairo/gsttimeoverlay.c:
16370         * ext/cdio/gstcdiocddasrc.c:
16371         * ext/dv/gstdvdec.c:
16372         * ext/dv/gstdvdemux.c:
16373         * ext/esd/esdmon.c:
16374         * ext/esd/esdsink.c:
16375         * ext/flac/gstflacenc.c:
16376         * ext/flac/gstflactag.c:
16377         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16378         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16379         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16380         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16381         * ext/gdk_pixbuf/pixbufscale.c:
16382         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16383         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16384         * ext/jpeg/gstjpegdec.c:
16385         * ext/jpeg/gstjpegenc.c:
16386         * ext/jpeg/gstsmokedec.c:
16387         * ext/jpeg/gstsmokeenc.c:
16388         * ext/libcaca/gstcacasink.c:
16389         * ext/libmng/gstmngdec.c:
16390         * ext/libmng/gstmngenc.c:
16391         * ext/libpng/gstpngdec.c:
16392         * ext/libpng/gstpngenc.c:
16393         * ext/mikmod/gstmikmod.c:
16394         * ext/raw1394/gstdv1394src.c:
16395         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16396         * ext/shout2/gstshout2.h:
16397         * ext/speex/gstspeexdec.c:
16398         * ext/speex/gstspeexenc.c:
16399         * gst/alpha/gstalpha.c:
16400         * gst/alpha/gstalphacolor.c:
16401         * gst/apetag/gstapedemux.c:
16402         * gst/auparse/gstauparse.c:
16403         * gst/autodetect/gstautoaudiosink.c:
16404         (gst_auto_audio_sink_base_init):
16405         * gst/autodetect/gstautovideosink.c:
16406         (gst_auto_video_sink_base_init):
16407         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16408         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16409         * gst/cutter/gstcutter.c:
16410         * gst/debug/breakmydata.c:
16411         * gst/debug/efence.c:
16412         * gst/debug/gstnavigationtest.c:
16413         * gst/debug/gstnavseek.c:
16414         * gst/debug/negotiation.c:
16415         * gst/debug/progressreport.c:
16416         * gst/debug/testplugin.c:
16417         * gst/effectv/gstaging.c:
16418         * gst/effectv/gstdice.c:
16419         * gst/effectv/gstedge.c:
16420         * gst/effectv/gstquark.c:
16421         * gst/effectv/gstrev.c:
16422         * gst/effectv/gstshagadelic.c:
16423         * gst/effectv/gstvertigo.c:
16424         * gst/effectv/gstwarp.c:
16425         * gst/flx/gstflxdec.c:
16426         * gst/goom/gstgoom.c:
16427         * gst/icydemux/gsticydemux.c:
16428         * gst/id3demux/gstid3demux.c:
16429         * gst/interleave/deinterleave.c:
16430         * gst/interleave/interleave.c:
16431         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16432         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16433         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16434         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16435         * gst/level/gstlevel.c:
16436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16438         * gst/median/gstmedian.c:
16439         * gst/monoscope/gstmonoscope.c:
16440         * gst/multipart/multipartdemux.c:
16441         * gst/multipart/multipartmux.c:
16442         * gst/oldcore/gstaggregator.c:
16443         * gst/oldcore/gstfdsink.c:
16444         * gst/oldcore/gstmd5sink.c:
16445         * gst/oldcore/gstmultifilesrc.c:
16446         * gst/oldcore/gstpipefilter.c:
16447         * gst/oldcore/gstshaper.c:
16448         * gst/oldcore/gststatistics.c:
16449         * gst/rtp/gstasteriskh263.c:
16450         * gst/rtp/gstrtpL16depay.c:
16451         * gst/rtp/gstrtpL16pay.c:
16452         * gst/rtp/gstrtpamrdepay.c:
16453         * gst/rtp/gstrtpamrpay.c:
16454         * gst/rtp/gstrtpdepay.c:
16455         * gst/rtp/gstrtpgsmpay.c:
16456         * gst/rtp/gstrtph263pay.c:
16457         * gst/rtp/gstrtph263pdepay.c:
16458         * gst/rtp/gstrtph263ppay.c:
16459         * gst/rtp/gstrtpilbcdepay.c:
16460         * gst/rtp/gstrtpmp4gpay.c:
16461         * gst/rtp/gstrtpmp4vdepay.c:
16462         * gst/rtp/gstrtpmp4vpay.c:
16463         * gst/rtp/gstrtpmpadepay.c:
16464         * gst/rtp/gstrtpmpapay.c:
16465         * gst/rtp/gstrtppcmadepay.c:
16466         * gst/rtp/gstrtppcmapay.c:
16467         * gst/rtp/gstrtppcmudepay.c:
16468         * gst/rtp/gstrtppcmupay.c:
16469         * gst/rtp/gstrtpspeexdepay.c:
16470         * gst/rtp/gstrtpspeexpay.c:
16471         * gst/rtsp/gstrtpdec.c:
16472         * gst/rtsp/gstrtspsrc.c:
16473         * gst/smpte/gstsmpte.c:
16474         * gst/udp/gstdynudpsink.c:
16475         * gst/udp/gstmultiudpsink.c:
16476         * gst/udp/gstudpsink.c:
16477         * gst/udp/gstudpsrc.c:
16478         * gst/videobox/gstvideobox.c:
16479         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16480         * gst/videofilter/gstvideobalance.c:
16481         * gst/videofilter/gstvideoflip.c:
16482         * gst/videofilter/gstvideotemplate.c:
16483         (gst_videotemplate_base_init):
16484         * gst/videomixer/videomixer.c:
16485         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16486         (gst_wavparse_class_init), (gst_wavparse_dispose),
16487         (gst_wavparse_reset), (gst_wavparse_init),
16488         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16489         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16490         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16491         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16492         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16493         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16494         (gst_wavparse_change_state):
16495         * gst/wavparse/gstwavparse.h:
16496         * sys/oss/gstossmixerelement.c:
16497         * sys/oss/gstosssink.c:
16498         * sys/oss/gstosssrc.c:
16499         * sys/osxaudio/gstosxaudioelement.c:
16500         * sys/osxaudio/gstosxaudiosink.c:
16501         * sys/osxaudio/gstosxaudiosrc.c:
16502         * sys/sunaudio/gstsunaudiomixer.c:
16503         * sys/sunaudio/gstsunaudiosink.c:
16504           Define GstElementDetails as const and also static (when defined as
16505           global)
16506
16507 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16508
16509         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16510           Source pad has fixed caps. If we don't set this, bad
16511           things happen when the window is resized.
16512
16513 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst/matroska/Makefile.am:
16516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16517         (gst_matroska_demux_handle_src_event):
16518         * gst/matroska/matroska-ids.c:
16519         (gst_matroska_track_init_video_context),
16520         (gst_matroska_track_init_audio_context),
16521         (gst_matroska_track_init_subtitle_context),
16522         (gst_matroska_track_init_complex_context):
16523         * gst/matroska/matroska-ids.h:
16524           Handle case where the TrackType ebml chunk does not come before the
16525           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16526           events.
16527
16528 2006-04-25  Wim Taymans  <wim@fluendo.com>
16529
16530         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16531         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16532         It's codec_data, not codec_info.
16533
16534 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16535
16536         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16537
16538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16539           Handle codec_data for VfW compatibility codec IDs (#339451)
16540
16541         * gst/matroska/matroska-mux.c:
16542         (gst_matroska_mux_video_pad_setcaps):
16543           Same here, handle codec_data and add additional caps we can handle
16544           now to the pad template (huffyuv, dv and h263 video) (#339451)
16545
16546 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16549
16550         * gst/matroska/matroska-mux.c:
16551         (gst_matroska_mux_create_buffer_header),
16552         (gst_matroska_mux_write_data):
16553           Fix timestamping of B-frames, use signed integers, do
16554           some rounding (#339678).
16555
16556 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16557
16558         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16559         just make it compile with --disable-gst-debug.
16560
16561 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16562
16563         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16564         Fix a bad conversion using gst_guint64_to_gdouble.
16565         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16566         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16567         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16568     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16569         mistake.
16570
16571 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16572
16573         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16574         Use gst_guint64_to_gdouble for conversions
16575         * win32/vs6/gst_plugins_good.dsw:
16576         * win32/vs6/libgsticydemux.dsp:
16577         Add a project file for icydemux
16578
16579 2006-04-21  Wim Taymans  <wim@fluendo.com>
16580
16581         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16582
16583         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16584         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16585         When splitting audio chunks, the block alignment is not taken in
16586         consideration, so the smaller chunks could be of size which is 
16587         not a multiple of the block alignment. Fixes #336904
16588
16589 2006-04-21  Wim Taymans  <wim@fluendo.com>
16590
16591         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16592         Use scale functions
16593
16594 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16595
16596         * ext/dv/gstdv.c: (plugin_init):
16597           Fix build.
16598
16599 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16600
16601         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16602         (gst_progress_report_class_init), (gst_progress_report_init),
16603         (gst_progress_report_do_query), (gst_progress_report_report),
16604         (gst_progress_report_set_property),
16605         (gst_progress_report_get_property):
16606           Add 'format' property to force querying to a particular format.
16607
16608 2006-04-21  Andy Wingo  <wingo@pobox.com>
16609
16610         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16611         best, on big endian systems. Drop its rank in that case. OTOH on
16612         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16613
16614 2006-04-21  Michael Smith  <msmith@fluendo.com>
16615
16616         * configure.ac:
16617         * gst/icydemux/Makefile.am:
16618         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16619         (gst_icydemux_base_init), (gst_icydemux_class_init),
16620         (gst_icydemux_reset), (gst_icydemux_init),
16621         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16622         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16623         (unicodify), (gst_icydemux_unicodify),
16624         (gst_icydemux_parse_and_send_tags),
16625         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16626         (gst_icydemux_chain), (gst_icydemux_change_state),
16627         (gst_icydemux_send_tag_event), (plugin_init):
16628         * gst/icydemux/gsticydemux.h:
16629         * tests/check/Makefile.am:
16630         * tests/check/elements/icydemux.c: (typefind_succeed),
16631         (plugin_init), (icydemux_found_pad), (create_icydemux),
16632         (cleanup_icydemux), (push_data), (GST_START_TEST),
16633         (icydemux_suite), (main):
16634           Add icydemux, and tests.
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           Post SEGMENT_DONE message in TIME format.
16640
16641 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16642
16643         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16644
16645         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16646         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16647           Fix index creation when we have to scan the file to create
16648           an index. There may be other types of RIFF 'LIST' chunks than
16649           'movi' and we need to skip them properly as well or we'll end up
16650           reading garbage (#336889). Some other cosmetic changes.
16651           
16652 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16653
16654         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16655         (gst_flac_dec_handle_seek_event):
16656           Add support for segment seeks (fixes #338290). Also demote
16657           some recurring debug message from DEBUG to LOG level.
16658
16659 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16662         (gst_matroskademux_do_index_seek),
16663         (gst_matroska_demux_handle_seek_event),
16664         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16665         * gst/matroska/matroska-ids.h:
16666           Set DISCONT flag on first buffer after a discontinuity.
16667           Fix newsegment events sent when seeking and honour KEY_UNIT
16668           seek flag. Create pad with bogus caps if we don't recognise
16669           the stream codec id.
16670
16671         * gst/matroska/matroska-demux.h:
16672           Fix GObject macros.
16673
16674 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16675
16676         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16677
16678         * gst/matroska/matroska-demux.c:
16679         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16680           Handle end of segment properly when set; don't dead-lock when
16681           posting start of segment message when doing a segment seek.
16682           Fixes #338810.
16683
16684 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16685
16686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16687         (gst_matroska_demux_plugin_init):
16688           Make mpeg2 aac audio work: create artificial private codec data
16689           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16690           Also call gst_riff_init(). Partially fixes #338767.
16691
16692 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16693
16694         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16695         (gst_wavenc_class_init), (gst_wavenc_init),
16696         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16697         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16698         (gst_wavenc_chain), (gst_wavenc_change_state):
16699         * gst/wavenc/gstwavenc.h:
16700           Set caps on first outgoing buffer, so that it doesn't error out
16701           immediately with a non-negotiated error (#338716). Rewrite and
16702           clean up a bit; fix setcaps function to parse things properly;
16703           fix sink caps (8bit audio is unsigned and doesn't have depth);
16704           use boilerplate macros; remove unused properties stuff.
16705
16706 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16707
16708         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16709           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16710           handle MJPEG streams and might be autoplugged for those if the
16711           user doesn't have jpegdec installed (resulting in a cryptic error
16712           message about huffman tables). Better to disable JPEG decoding here
16713           and let the user figure out that she needs to install jpegdec.
16714
16715 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16716
16717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16718         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16719         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16720         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16721           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16722           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16723           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16724           debug messages. Fix boilerplate macros.
16725
16726 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16727
16728         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16729         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16730           No need to special-case for Gdk-2.0 any longer, we require
16731           Gdk 2.2 or newer; minor clean-ups.
16732
16733 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16734
16735         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16736         (gst_shout2send_class_init), (gst_shout2send_init),
16737         (set_shout_metadata), (gst_shout2send_set_metadata),
16738         (gst_shout2send_event), (gst_shout2send_start),
16739         (gst_shout2send_connect), (gst_shout2send_stop),
16740         (gst_shout2send_render), (gst_shout2send_set_property),
16741         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16742         (plugin_init):
16743         * ext/shout2/gstshout2.h:
16744         * po/POTFILES.in:
16745           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16746           change function; use GST_ELEMENT_ERROR for error reporting, not
16747           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16748           will cause crashes or assertion failures; remove (unused) "sync"
16749           property, basesink already has such a property; misc. other
16750           minor fixes and cleanups.
16751
16752 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16753
16754         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16755         * ext/esd/gstesd.c: (plugin_init):
16756         * po/POTFILES.in:
16757           Add translatable error message for when we cannot
16758           connect to the sound server, as "Cannot open resource
16759           for writing" isn't really an acceptable message to show
16760           to the user in this case.
16761
16762 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * sys/oss/gst-i18n-plugin.h:
16765           Remove bogus file that doesn't belong here.
16766
16767 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16768
16769         Patch by: Philippe Valembois
16770
16771         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16772         (gst_shout2send_set_metadata), (gst_shout2send_event),
16773         (gst_shout2send_render), (gst_shout2send_change_state):
16774         * ext/shout2/gstshout2.h:
16775           Handle tags being received before the connection to
16776           the server is established properly (see #338636).
16777
16778 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16779
16780         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16781           Don't crash in case the connection to the server fails:
16782           don't set pointer to NULL by assigning FALSE; error out
16783           properly by using GST_ELEMENT_ERROR and returning
16784           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16785           before resetting the pointer.
16786
16787 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16788
16789         * gst/id3demux/id3tags.c:
16790         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16791         (Fixes #338713)
16792
16793 2006-04-12  Wim Taymans  <wim@fluendo.com>
16794
16795         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16796         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16797         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16798         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16799         (gst_gdk_pixbuf_chain):
16800         Some cleanups.
16801         Added RGBA as a possible output format.
16802         Correctly free the supported mimetypes.
16803         deprecate silent arg, it's not used.
16804         Return result from _alloc_buffer to peer.
16805
16806 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16807
16808         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16809           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16810           overwriting GST_BUFFER_MALLOCDATA.
16811
16812 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16813
16814         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16815         (user_endrow_callback), (user_end_callback),
16816         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16817         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16818         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16819         * ext/libpng/gstpngdec.h:
16820           Handle more than one frame if the content is framed,
16821           like with png-in-quicktime (#331917).
16822
16823 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16824
16825         * sys/oss/Makefile.am:
16826         * sys/oss/common.h:
16827         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16828         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16829         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16830         (gst_oss_src_unprepare):
16831           - the user-visible error strings were in the wrong category
16832           - and the messages were not marked for translation
16833           - which is actually a good thing, because they were exactly
16834             the kind of message you would never want anyone to see
16835           - the macros were using variables that didn't exist in the macro
16836             arguments
16837           - and they were obviously copied from each other and then modified
16838           - so a common header makes sense
16839
16840 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16841
16842         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16843           Don't try to modify read-only data.
16844
16845         * gst/matroska/matroska-demux.c:
16846         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16847           Fix comment (won't crash any longer now).
16848
16849 2006-04-10  Michael Smith  <msmith@fluendo.com>
16850
16851         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16852           Use copies of header buffers for caps to avoid circular refcounting
16853           problems (as in theoradec, vorbisdec).
16854
16855         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16856           Fix a typo in test that meant it was testing the wrong thing.
16857
16858         * tests/check/elements/cmmlenc.c: (check_headers):
16859           Fix refcount checks now that we use buffer-copies for caps.
16860
16861 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16862
16863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16864         (gst_matroska_demux_handle_seek_event),
16865         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16866         (gst_matroska_demux_subtitle_caps),
16867         (gst_matroska_demux_plugin_init):
16868           Use static pad templates with ANY caps for audio and video
16869           source pads and get rid of a lot of unnecessary (and partially
16870           broken) code for the template caps. Clean up caps finding
16871           functions. Fixes playback of audio files/streams that do not
16872           contain the sample rate and/or number of channels in the audio
16873           context (happens a lot with vorbis/mp3 .mka files it seems).
16874           Fixes #337183.
16875           Also add myself to copyright holders.
16876
16877 2006-04-10  Michael Smith  <msmith@fluendo.com>
16878
16879         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16880           Use g_list_delete_link () instead of g_list_remove_link () so that
16881           we free the link as well as the contained data.
16882
16883 2006-04-10  Wim Taymans  <wim@fluendo.com>
16884
16885         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16886
16887         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16888         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16889         (gst_avi_demux_stream_header):
16890         Fix some crashers with empty chunks. (Fixes #337749)
16891
16892 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16893
16894         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16895           use G_GINT64_CONSTANT for INT64 constants
16896         * gst/videofilter/gstvideobalance.c:
16897           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16898         * win32/vs6/libgstavi.dsp:
16899          add missing libraries for the link and remove avimux.c from
16900          the project as it isn't ported to 0.10 yet
16901         
16902 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16905           Even better would be if we actually did the right thing
16906           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16907
16908 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16911           Can't just replace 1LL with 1L here just because MSVC doesn't
16912           support it, as it might lead to incorrect results when doing the
16913           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16914           force a 64-bit constant in a way that all compilers are happy with.
16915
16916 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16917
16918         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16919         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16920         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16921         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16922         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16923         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16924         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16925         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16926         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16927         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16928         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16929         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16930         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16931         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16932         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16933         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16934         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16935         * gst/debug/efence.c: (gst_efence_class_init):
16936         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16937         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16938         * gst/goom/gstgoom.c: (gst_goom_class_init):
16939         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16940         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16941         * gst/interleave/interleave.c: (interleave_class_init):
16942         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16943         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16944         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16945         * gst/median/gstmedian.c: (gst_median_class_init):
16946         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16947         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16948         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16949         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16950         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16951         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16952         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16953         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16954         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16955         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16956         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16957         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16958         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16959         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16960         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16961         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16962         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16963         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16964         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16965         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16966         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16967         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16968         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16969         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16970         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16972         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16973         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16974         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16975         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16976         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16977         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16978         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16979         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16980         * sys/osxaudio/gstosxaudioelement.c:
16981         (gst_osxaudioelement_class_init):
16982         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16983         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16984         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16985         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16986
16987 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16988
16989         * ext/mikmod/gstmikmod.h:
16990         * gst/level/gstlevel.h:
16991         Fix more broken GObject macros
16992
16993 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16994
16995         * ext/annodex/gstcmmldec.h:
16996         * ext/annodex/gstcmmlenc.h:
16997         * ext/annodex/gstcmmltag.h:
16998         * ext/cairo/gsttextoverlay.h:
16999         * ext/ladspa/gstsignalprocessor.h:
17000         * gst/matroska/ebml-read.h:
17001         * gst/matroska/ebml-write.h:
17002         * sys/osxaudio/gstosxaudioelement.h:
17003         Fix broken GObject macros
17004
17005 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17008           Don't try to seek beyond the end of the file (would
17009           occasionally display error dialogs in totem when seeking
17010           to the end) (#335869). Will still throw an error though
17011           if the file is truncated and the total_samples value in
17012           the stream header is wrong.
17013
17014 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17017         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17018         (gst_flac_dec_metadata_callback):
17019         * ext/flac/gstflacdec.h:
17020           If the stream header doesn't contain the total number of samples,
17021           search for the last flac frame at the end of the file and calculate
17022           the total duration from that frame's offset (fixes #337609).
17023
17024 2006-04-07  Edward Hervey  <edward@fluendo.com>
17025
17026         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17027         Don't unref the GstPadTemplate returned by
17028         gst_element_class_get_pad_template().
17029
17030 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17033
17034         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17035         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17036         * sys/sunaudio/gstsunaudiosink.h:
17037           Use spec->segsize and spec->segtotal in the prepare function
17038           to initialise the ring buffer instead of using the buffer-time
17039           property (#337421).
17040
17041 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * configure.ac:
17044           Bump core requirements to CVS for gst_pad_query_peer_duration()
17045           which is used by speexdec.
17046
17047 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * ext/speex/gstspeex.c: (plugin_init):
17050         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17051         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17052         (speex_get_sink_query_types), (speex_dec_sink_query),
17053         (speex_get_src_query_types), (speex_dec_src_query),
17054         (speex_dec_src_event), (speex_dec_sink_event),
17055         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17056         (speex_dec_chain_parse_data), (speex_dec_chain),
17057         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17058         (speex_dec_change_state):
17059         * ext/speex/gstspeexdec.h:
17060           Fix seeking and duration queries (#337033); clean up and
17061           refactor a bit.
17062
17063 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17064
17065         * ext/raw1394/gstdv1394src.c:
17066           distinguish between device not found and could not open for
17067           reading
17068
17069 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17070
17071         * Makefile.am:
17072         * configure.ac:
17073         * pkgconfig/.cvsignore:
17074         * pkgconfig/Makefile.am:
17075         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17076           add a .pc file so other modules can use good plugins in tests
17077
17078 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17079
17080         * configure.ac:
17081           clean up, use AS_VERSION and AS_NANO
17082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17083           use PACKAGE_VERSION define
17084         * po/af.po:
17085         * po/az.po:
17086         * po/cs.po:
17087         * po/en_GB.po:
17088         * po/hu.po:
17089         * po/it.po:
17090         * po/nb.po:
17091         * po/nl.po:
17092         * po/or.po:
17093         * po/sq.po:
17094         * po/sr.po:
17095         * po/sv.po:
17096         * po/uk.po:
17097         * po/vi.po:
17098           updated
17099
17100 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17101
17102         * ext\jpeg\smokecodec.c:
17103           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17104         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17105           move first instruction after all variables declarations
17106         * gst\alpha\gstalpha.c:
17107         * gst\effectv\gstshagadelic.c:
17108         * gst\smpte\paint.c:
17109         * gst\videofilter\gstvideobalance.c:
17110           define M_PI if it's not defined (it's not defined on WIN32)
17111         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17112         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17113         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17114         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17115         (gst_matroska_demux_video_caps):
17116         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17117         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17118           use gst_guint64_to_gdouble for conversions
17119         * gst\goom\filters.c: (setPixelRGB_):
17120           fix a debug which was using undefined variable
17121         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17122         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17123           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17124         * win32/vs6:
17125           add vs6 projects files for most of plugins-good
17126         
17127 2006-03-30  j^  <j@bootlab.org>
17128
17129         * ext/aalib/gstaasink.c:
17130         * ext/annodex/gstcmmldec.c:
17131         * ext/annodex/gstcmmlenc.c:
17132         * ext/cairo/gsttextoverlay.c:
17133         * ext/cairo/gsttimeoverlay.c:
17134         * ext/cdio/gstcdiocddasrc.c:
17135         * ext/dv/gstdvdec.c:
17136         * ext/esd/esdmon.c:
17137         * ext/esd/esdsink.c:
17138         * ext/flac/gstflacdec.c:
17139         * ext/flac/gstflacenc.c:
17140         * ext/flac/gstflactag.c:
17141         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17142         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17143         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17144         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17145         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17146         * ext/gdk_pixbuf/pixbufscale.c:
17147         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17148         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17149         * ext/jpeg/gstjpegdec.c:
17150         * ext/jpeg/gstjpegenc.c:
17151         * ext/jpeg/gstsmokedec.c:
17152         * ext/jpeg/gstsmokeenc.c:
17153         * ext/libcaca/gstcacasink.c:
17154         * ext/libmng/gstmngdec.c:
17155         * ext/libmng/gstmngenc.c:
17156         * ext/libpng/gstpngdec.c:
17157         * ext/libpng/gstpngenc.c:
17158         * ext/mikmod/gstmikmod.c:
17159         * ext/raw1394/gstdv1394src.c:
17160         * ext/shout2/gstshout2.c:
17161         * ext/speex/gstspeexdec.c:
17162         * ext/speex/gstspeexenc.c:
17163         * gst/alpha/gstalpha.c:
17164         * gst/alpha/gstalphacolor.c:
17165         * gst/auparse/gstauparse.c:
17166         * gst/autodetect/gstautoaudiosink.c:
17167         (gst_auto_audio_sink_base_init):
17168         * gst/autodetect/gstautovideosink.c:
17169         (gst_auto_video_sink_base_init):
17170         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17171         * gst/cutter/gstcutter.c:
17172         * gst/debug/breakmydata.c:
17173         * gst/debug/efence.c:
17174         * gst/debug/gstnavigationtest.c:
17175         * gst/debug/negotiation.c:
17176         * gst/debug/progressreport.c:
17177         * gst/debug/testplugin.c:
17178         * gst/effectv/gstaging.c:
17179         * gst/effectv/gstdice.c:
17180         * gst/effectv/gstedge.c:
17181         * gst/effectv/gstquark.c:
17182         * gst/effectv/gstrev.c:
17183         * gst/effectv/gstvertigo.c:
17184         * gst/effectv/gstwarp.c:
17185         * gst/flx/gstflxdec.c:
17186         * gst/goom/gstgoom.c:
17187         * gst/interleave/deinterleave.c:
17188         * gst/interleave/interleave.c:
17189         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17190         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17191         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17192         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17193         * gst/level/gstlevel.c:
17194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17195         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17196         * gst/median/gstmedian.c:
17197         * gst/monoscope/gstmonoscope.c:
17198         * gst/multipart/multipartdemux.c:
17199         * gst/multipart/multipartmux.c:
17200         * gst/oldcore/gstmd5sink.c:
17201         * gst/oldcore/gstmultifilesrc.c:
17202         * gst/oldcore/gstpipefilter.c:
17203         * gst/oldcore/gstshaper.c:
17204         * gst/oldcore/gststatistics.c:
17205         * gst/rtp/gstasteriskh263.c:
17206         * gst/rtp/gstrtpL16depay.c:
17207         * gst/rtp/gstrtpL16pay.c:
17208         * gst/rtp/gstrtpamrdepay.c:
17209         * gst/rtp/gstrtpamrpay.c:
17210         * gst/rtp/gstrtpdepay.c:
17211         * gst/rtp/gstrtpgsmpay.c:
17212         * gst/rtp/gstrtph263pay.c:
17213         * gst/rtp/gstrtph263pdepay.c:
17214         * gst/rtp/gstrtph263ppay.c:
17215         * gst/rtp/gstrtpmp4gpay.c:
17216         * gst/rtp/gstrtpmp4vdepay.c:
17217         * gst/rtp/gstrtpmp4vpay.c:
17218         * gst/rtp/gstrtpmpadepay.c:
17219         * gst/rtp/gstrtpmpapay.c:
17220         * gst/rtp/gstrtppcmadepay.c:
17221         * gst/rtp/gstrtppcmapay.c:
17222         * gst/rtp/gstrtppcmudepay.c:
17223         * gst/rtp/gstrtppcmupay.c:
17224         * gst/rtp/gstrtpspeexdepay.c:
17225         * gst/rtp/gstrtpspeexpay.c:
17226         * gst/rtsp/gstrtpdec.c:
17227         * gst/smpte/gstsmpte.c:
17228         * gst/videobox/gstvideobox.c:
17229         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17230         * gst/videofilter/gstvideobalance.c:
17231         * gst/videofilter/gstvideoflip.c:
17232         * gst/videofilter/gstvideotemplate.c:
17233         (gst_videotemplate_base_init):
17234         * gst/videomixer/videomixer.c:
17235         * gst/wavenc/gstwavenc.c:
17236         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17237          better/unified long descriptions
17238          Fixed #336602
17239          Some cleanups to auparse, don't send multiple newsegments.
17240
17241 2006-03-29  Wim Taymans  <wim@fluendo.com>
17242
17243         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17244
17245         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17246         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17247         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17248         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17249         * ext/dv/gstdvdemux.h:
17250         Seek in READY patch. Only works for pull based mode.
17251         Fixes #323880
17252
17253 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17254
17255         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17256         (gst_gdk_pixbuf_event):
17257           Fix two crashers: don't unref the same caps twice, and
17258           set pixbuf loader to NULL after freeing it.
17259
17260 2006-03-27  Wim Taymans  <wim@fluendo.com>
17261
17262         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17263         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17264         (gst_speexenc_chain):
17265         * ext/speex/gstspeexenc.h:
17266         Don't leak adapter.
17267         A push *always* takes ownership of the buffer, even on
17268         errors.
17269         Small cleanups.
17270
17271 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17272
17273         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17274           Create source pad without leaking.
17275
17276 2006-03-24  Wim Taymans  <wim@fluendo.com>
17277
17278         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17279         * ext/flac/gstflacdec.h:
17280         * ext/flac/gstflacenc.h:
17281         Spifify a bit.
17282         Fix deadly lock order error in seeking code, STREAM_LOCK
17283         cannot be taken within LOCK and the streaming variables are
17284         protected with the STREAM_LOCK anyway.
17285
17286 2006-03-24  Wim Taymans  <wim@fluendo.com>
17287
17288         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17289         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17290         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17291         this patch combines the global init_frames with the stream
17292         init_frames. Rationale being that the global delay should 
17293         be subtracted from any stream delay.
17294         Fixes #335858.
17295
17296 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17297
17298         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17299         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17300         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17301         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17302         use DEBUG_FUNCPTR for collectpads
17303
17304 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17305
17306         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17307           Don't crash when encoding images where the number of rows isn't
17308           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17309
17310 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17311
17312         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17313         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17314         * gst/interleave/interleave.c: (interleave_change_state):
17315         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17316           More state change function fixes.
17317
17318 2006-03-23  Wim Taymans  <wim@fluendo.com>
17319
17320         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17321         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17322         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17323         (gst_esdsink_delay), (gst_esdsink_reset):
17324         * ext/esd/esdsink.h:
17325         Fix esd choppy playback by configuring audiosink
17326         correctly. Fixes #325191
17327
17328 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17329
17330         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17331           Make state change function thread-safe.
17332
17333 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17336         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17337           Don't try to read beyond the end of the file just because
17338           the header claims a bigger size (like with truncated files).
17339
17340 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17343         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17344         (gst_wavparse_stream_data), (gst_wavparse_loop):
17345         * gst/wavparse/gstwavparse.h:
17346           Delay source pad creation until we have the first chunk of
17347           media data, so the we can examine the data and adjust the
17348           caps accordingly if required. This makes playback of .wav
17349           files with DTS-declared-as-PCM content work (#313266).
17350
17351 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17352
17353         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17354         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17355         Don't attempt typefinding on too-short buffers that have been
17356         completely trimmed away. (Fixes #330239)
17357
17358         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17359         Improve the debug output
17360
17361 2006-03-21  Wim Taymans  <wim@fluendo.com>
17362
17363         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17364         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17365         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17366         (gst_esdsink_set_property), (gst_esdsink_get_property):
17367         Some cleanups.
17368         Reset fd to -1 when we close them.
17369
17370 2006-03-21  Wim Taymans  <wim@fluendo.com>
17371
17372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17373         the OPTIONS request result is optional so don't
17374         fail on it.
17375
17376 2006-03-21  Edward Hervey  <edward@fluendo.com>
17377
17378         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17379         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17380         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17381         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17382         (gst_wavparse_change_state):
17383         gcc 4.1 unreferenced pointer fixes.
17384
17385 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17386
17387         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17388
17389         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17390           Fix block alignment calculation. Alignment should be done before
17391           adding the byte offset where the data starts (#335231).
17392
17393 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17394
17395         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17396           Ensure that we set correct caps on buffers that are transferred
17397           direct from the input.
17398
17399 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17400
17401         * gst/goom/filters.c: (zoomFilterDestroy):
17402         * gst/goom/goom_core.c: (goom_close):
17403           Free filter data when cleaning up. (Fixes: #334995)
17404
17405 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17406
17407         * configure.ac:
17408           Don't compile udp and rtsp plugins on win32 (mingw) or other
17409           systems that don't have <sys/socket.h> for some reason (#316203).
17410
17411 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17412
17413         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17414         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17415         * ext/raw1394/gstdv1394src.h:
17416           Change bus reset handler so it reports useful information such as
17417           whether the device being used connected or disconnected
17418
17419 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * gst/id3demux/id3v2frames.c:
17422         (parse_relative_volume_adjustment_two):
17423           We only care about gain and peak data for the master volume.
17424
17425 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17426
17427         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17428         (parse_id_string), (parse_unique_file_identifier),
17429         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17430           Read replay gain tags (#323721).
17431
17432 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17433
17434         * configure.ac:
17435           Bump requirements to gst-plugins-base CVS because
17436           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17437
17438 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17439
17440         * rtp/gst/gstrtppcmadepay.c:
17441         Fixed one of the caps in the code from mulaw to alaw.
17442
17443 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17444
17445         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17446           Ensure that we set caps on the buffers we pass.
17447
17448         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17449         (gst_id3demux_sink_activate):
17450           Ensure that we set caps on the buffers we pass.
17451
17452           Use STREAM, TYPE_NOT_FOUND as the error class when
17453           typefinding fails.
17454
17455 2006-03-15  Edward Hervey  <edward@fluendo.com>
17456
17457         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17458         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17460         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17461         (gst_jpeg_dec_setcaps):
17462         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17463         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17464         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17465         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17466         (gst_mngdec_src_getcaps):
17467         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17468         (gst_pngdec_caps_create_and_set):
17469         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17470         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17471         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17472         * gst/alpha/gstalpha.c: (gst_alpha_init):
17473         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17474         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17475         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17476         * gst/cutter/gstcutter.c: (gst_cutter_init):
17477         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17478         (gst_efence_checkgetrange):
17479         * gst/debug/negotiation.c: (gst_negotiation_init):
17480         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17481         * gst/goom/gstgoom.c: (gst_goom_init):
17482         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17483         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17484         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17485         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17486         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17487         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17488         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17489         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17490         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17491         (gst_wavparse_create_sourcepad):
17492         Fix memleak with gst_static_pad_template_get().
17493         This uses gst_pad_new_from_static_template() instead.
17494         Fixes #333512
17495
17496 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17497
17498         * configure.ac:
17499           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17500           used by id3demux.
17501
17502         * gst/id3demux/gstid3demux.c: (plugin_init):
17503         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17504         (parse_user_text_identification_frame),
17505         (parse_unique_file_identifier):
17506           Add support for UFID and TXXX frames and extract musicbrainz tags.
17507
17508 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17509
17510         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17511           Catch short reads, like they might happen with truncated
17512           files (see #305279); remove unnecessary indentation.
17513
17514 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17515
17516         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17517           Fix DIB image inversion for pictures with a
17518           depth != 8 (#305279).
17519
17520 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17521
17522         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17523         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17524         * ext/jpeg/gstjpegdec.h:
17525           Fix durations on outgoing buffers after seeking
17526           in MJPEG files (#334083); some minor clean-ups.
17527
17528 2006-03-13  Wim Taymans  <wim@fluendo.com>
17529
17530         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17531         (gst_wavparse_change_state):
17532         Implement seek in READY (re-fixes #327658)
17533
17534 2006-03-13  Wim Taymans  <wim@fluendo.com>
17535
17536         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17537         * ext/esd/esdmon.c: (gst_esdmon_get):
17538         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17540         (gst_gdk_pixbuf_sink_getcaps):
17541         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17542         (gst_jpegenc_setcaps):
17543         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17544         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17545         (gst_smokeenc_setcaps):
17546         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17547         (gst_mngdec_src_getcaps):
17548         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17549         (gst_mngenc_chain):
17550         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17551         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17552         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17553         (speex_dec_src_event), (speex_dec_chain):
17554         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17555         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17556         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17557         (gst_negotiation_pad_link), (gst_negotiation_chain):
17558         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17559         (gst_flxdec_chain):
17560         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17561         (deinterleave_chain):
17562         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17563         * gst/median/gstmedian.c: (gst_median_link):
17564         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17565         (gst_monoscope_chain):
17566         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17567         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17568         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17569         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17570         close #333784 unref the result of gst_pad_get_parent()
17571         by: Christophe Fergeau.
17572
17573 2006-03-09  Wim Taymans  <wim@fluendo.com>
17574
17575         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17576         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17577         Handle events in push mode better, can now do non-flushing
17578         seeks in push mode as well.
17579
17580 2006-03-07  Wim Taymans  <wim@fluendo.com>
17581
17582         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17583         Applied patch from Kai Vehmanen, fixes #333624.
17584
17585 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17586
17587         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17588         Implement paletted and grayscale png files handling.
17589         (#150363).
17590
17591 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17592
17593         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17594         (gst_speexenc_chain):
17595           fix a tag list assert
17596           follow gst-plugins-base/ext/ogg/README; set OFFSET
17597           and OFFSET_END.  Muxes correctly with gst-plugins-base
17598           > 0.9.3
17599
17600 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17601
17602         * gst/id3demux/Makefile.am:
17603         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17604         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17605           Use new typefind helper functions here as well, and
17606           do typefinding in pull-mode if upstream supports that.
17607
17608 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17609
17610         * sys/sunaudio/gstsunaudiomixerctrl.c:
17611         (gst_sunaudiomixer_ctrl_get_volume),
17612         (gst_sunaudiomixer_ctrl_set_volume):
17613         * sys/sunaudio/gstsunaudiomixertrack.c:
17614         (gst_sunaudiomixer_track_new):
17615           Remove unused variables, breaks build from CVS
17616           with -Werror (#333392, patch by: Benjamin Pineau)
17617
17618 2006-03-03  Wim Taymans  <wim@fluendo.com>
17619
17620         * docs/plugins/Makefile.am:
17621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17622         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17623         Added wavparse docs.
17624
17625         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17626         (gst_wavparse_reset), (gst_wavparse_init),
17627         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17628         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17629         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17630         (gst_wavparse_stream_data), (gst_wavparse_loop),
17631         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17632         (gst_wavparse_change_state):
17633         * gst/wavparse/gstwavparse.h:
17634         Implement seek in READY (fixes #327658)
17635         Added docs and did some cleanups.
17636
17637 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17638
17639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17640         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17641         (gst_avi_demux_calculate_durations_from_index),
17642         (gst_avi_demux_stream_header):
17643         * gst/avi/gstavidemux.h:
17644           If we have an index, use a duration based on the index instead
17645           of blindly trusting the information in the stream headers
17646           (fixes #331817).
17647
17648 2006-03-03  Wim Taymans  <wim@fluendo.com>
17649
17650         * docs/plugins/Makefile.am:
17651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17653         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17654         Added smoke and jpeg to the docs.
17655
17656         * ext/jpeg/Makefile.am:
17657         * ext/jpeg/gstjpeg.c: (plugin_init):
17658         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17659         * ext/jpeg/gstjpegenc.h:
17660         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17661         (gst_smokedec_chain):
17662         * ext/jpeg/gstsmokedec.h:
17663         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17664         * ext/jpeg/gstsmokeenc.h:
17665         * ext/jpeg/smokecodec.h:
17666         Port smokedec (fixes #331905).
17667         Added some docs.
17668         Some cleanups.
17669
17670 2006-03-03  Wim Taymans  <wim@fluendo.com>
17671
17672         * docs/plugins/Makefile.am:
17673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17675         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17676         Added videobalance and videoflip to the docs.
17677
17678         * gst/videofilter/Makefile.am:
17679         * gst/videofilter/gstvideobalance.c:
17680         (gst_video_balance_update_tables_planar411),
17681         (gst_video_balance_is_passthrough),
17682         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17683         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17684         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17685         (gst_video_balance_finalize), (gst_video_balance_class_init),
17686         (gst_video_balance_init), (gst_video_balance_interface_supported),
17687         (gst_video_balance_interface_init),
17688         (gst_video_balance_colorbalance_list_channels),
17689         (gst_video_balance_colorbalance_set_value),
17690         (gst_video_balance_colorbalance_get_value),
17691         (gst_video_balance_colorbalance_init),
17692         (gst_video_balance_set_property), (gst_video_balance_get_property),
17693         (gst_video_balance_get_type), (plugin_init):
17694         * gst/videofilter/gstvideobalance.h:
17695         Ported to 0.10. (Fixes #326160)
17696         Added docs.
17697
17698         * gst/videofilter/gstvideoflip.c:
17699         * gst/videofilter/gstvideoflip.h:
17700         Added docs.
17701
17702 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17703
17704         * configure.ac:
17705           Bump requirements to current core and -base CVS
17706           (core for new typefind helper API, and -base for the
17707           WAVFORMATEX support that was added to libgstriff and
17708           is needed by wavparse).
17709         
17710         * gst/apetag/Makefile.am:
17711         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17712         (gst_tag_demux_sink_activate):
17713           Use new typefind helpers for typefinding instead of our
17714           home-grown stuff; also, do typefinding in pull-mode if
17715           upstream supports that.
17716
17717 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17718
17719         Reviewed by: Christian Schaller <christian@fluendo.com>
17720
17721         This patch fixes bug: 329107
17722
17723         This Changelog entry is for a commit done on February 17
17724
17725         * ext/gconf/gconf.c
17726         * ext/gconf/gconf.h
17727         * ext/gconf/gstgconfaudiosink.c
17728         * ext/gconf/gstgconfaudiosink.h
17729         * gconf/gstreamer.schemas.in
17730
17731 2006-02-28  Wim Taymans  <wim@fluendo.com>
17732
17733         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17734         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17735         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17736         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17737         Use DEBUG_OBJECT more.
17738
17739 2006-02-28  Wim Taymans  <wim@fluendo.com>
17740
17741         * docs/plugins/Makefile.am:
17742         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17743         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17744         Added dvdec and dvdemux to docs.
17745
17746         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17747         Added docs.
17748         Check frame sizes so we don't crash when don't have enough
17749         data.
17750         Send nice error messages on error.
17751
17752         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17753         (gst_dvdemux_class_init), (gst_dvdemux_init),
17754         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17755         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17756         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17757         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17758         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17759         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17760         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17761         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17762         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17763         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17764         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17765         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17766         * ext/dv/gstdvdemux.h:
17767         Added docs.
17768         Implement pull mode.
17769         Fix memleaks.
17770         Reduce memcpy for the video demuxing.
17771
17772 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17773
17774         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17775         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17776         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17777         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17778           Add a little extra debug. Make the decoder not return NOT_LINKED,
17779           as we want to continue decoding all CMML and emitting tags.
17780
17781 2006-02-27  Michael Smith  <msmith@fluendo.com>
17782
17783         * ext/annodex/gstskeltag.c:
17784         * ext/annodex/gstskeltag.h:
17785           Deleted; these files aren't used any more either.
17786
17787 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17788
17789         * ext/Makefile.am: Fix dist-check.
17790
17791 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17792
17793         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17794         memleak.
17795
17796 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17797
17798         * ext/annodex/Makefile.am:
17799         * ext/annodex/gstannodex.c:
17800         * ext/annodex/gstcmmldec.c:
17801         * ext/annodex/gstcmmlenc.c:
17802         * ext/annodex/gstcmmlparser.c:
17803         * ext/annodex/gstcmmlparser.h:
17804         * ext/annodex/gstcmmlutils.c:
17805         * tests/check/elements/cmmldec.c:
17806         * tests/check/elements/cmmlenc.c:
17807           Fix a memleak in gst_cmml_track_list_add_clip.
17808           Handle overflows in clip's start and end times.
17809           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17810           Do not parse junk at the end of a CMML preamble buffer.
17811           Register a libxml error handler to not print stuff on stderr.
17812           Check for bad clip start and end times in the testsuites.
17813
17814 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17815
17816         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17817         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17818         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17819         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17820         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17821         possible memleaks.
17822
17823 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17824
17825         * tests/check/Makefile.am:
17826         * tests/check/elements/cmmldec.c:
17827         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17828         the plugins-base tags.
17829
17830 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17831
17832         * ext/Makefile.am: Re-enable module.
17833
17834 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17835
17836         * tests/check/Makefile.am: Forgot to remove that test.
17837
17838 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17839
17840         * ext/annodex/Makefile.am:
17841         * ext/annodex/gstannodex.c: (plugin_init):
17842         * ext/annodex/gstcmmldec.c:
17843         * ext/annodex/gstskeldec.c:
17844         * ext/annodex/gstskeldec.h:
17845         * tests/check/Makefile.am:
17846         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17847
17848 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17849
17850         * tests/check/Makefile.am: Disable those checks as well.
17851
17852 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17853
17854         * ext/Makefile.am: Disable annodex for now until we figure out
17855         how to make it build.
17856         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17857         Add a rule to your checklist : "please try to at least build 
17858         what you are going to commit into -good, or if you are too lazy
17859         to do that, please check that the buildbots are not crying because
17860         of your commit."
17861
17862 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17863
17864         * configure.ac:
17865         * ext/Makefile.am:
17866         * ext/gdk_pixbuf/Makefile.am:
17867         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17868         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17869         * ext/gdk_pixbuf/pixbufscale.c:
17870         * ext/gdk_pixbuf/pixbufscale.h:
17871           Gdkpixbuf ported from 0.8 to 0.10 by
17872           Renato Filho <renato.filho@indt.org.br>.
17873           gst_loader and gdkpixbufanimation still need port.
17874
17875 2006-02-24  Michael Smith  <msmith@fluendo.com>
17876
17877         * configure.ac:
17878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17879         * ext/Makefile.am:
17880         * ext/annodex/Makefile.am:
17881         * ext/annodex/gstannodex.c:
17882         * ext/annodex/gstannodex.h:
17883         * ext/annodex/gstcmmldec.c:
17884         * ext/annodex/gstcmmldec.h:
17885         * ext/annodex/gstcmmlenc.c:
17886         * ext/annodex/gstcmmlenc.h:
17887         * ext/annodex/gstcmmlparser.c:
17888         * ext/annodex/gstcmmlparser.h:
17889         * ext/annodex/gstcmmltag.c:
17890         * ext/annodex/gstcmmltag.h:
17891         * ext/annodex/gstcmmlutils.c:
17892         * ext/annodex/gstcmmlutils.h:
17893         * ext/annodex/gstskeldec.c:
17894         * ext/annodex/gstskeldec.h:
17895         * ext/annodex/gstskeltag.c:
17896         * ext/annodex/gstskeltag.h:
17897         * tests/check/Makefile.am:
17898         * tests/check/elements/cmmldec.c:
17899         * tests/check/elements/cmmlenc.c:
17900         * tests/check/elements/skeldec.c:
17901           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17902           Includes tests & docs, oh my! Passes Thomas's -good checklist
17903           entirely. Wow.
17904
17905 2006-02-24  Michael Smith  <msmith@fluendo.com>
17906
17907         * autogen.sh:
17908           Check for automake 1.9 as well.
17909
17910 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17911
17912         * ext/flac/gstflacenc.c:
17913           Change min. sample rate to 8kHz to match flacdec's.
17914           
17915 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17916
17917         * ext/cdio/Makefile.am:
17918           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17919           required for Cygwin, see #317048)
17920
17921         * gst/rtp/gstasteriskh263.c:
17922           Cygwin has includes for both the unix network socket API
17923           and the windows API, but only one can be included, so fix
17924           includes to only use one or the other, prefering the unxi
17925           one (#317048).
17926
17927 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17928
17929         * rtp/gst/gstrtppcmadepay.c:
17930         * rtp/gst/gstrtppcmadepay.h:
17931         * rtp/gst/gstgstrtppcmapay.c:
17932         * rtp/gst/gstgstrtppcmapay.h:
17933         * rtp/gst/gstrtppcmudepay.c:
17934         * rtp/gst/gstrtppcmudepay.h:
17935         * rtp/gst/gstrtppcmupay.c:
17936         * rtp/gst/gstrtppcmupay.h:
17937         * rtp/gst/Makefile.am:
17938         * rtp/gst/gstrtp.c:
17939         * rtp/gst/README:
17940         Separated the G711 payloaders/depayloaders into separate elements for
17941         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17942
17943 2006-02-22  Wim Taymans  <wim@fluendo.com>
17944
17945         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17946         (gst_dvdec_change_state):
17947         * ext/dv/gstdvdec.h:
17948         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17949         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17950         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17951         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17952         (gst_dvdemux_flush), (gst_dvdemux_chain),
17953         (gst_dvdemux_change_state):
17954         * ext/dv/gstdvdemux.h:
17955         Ueber spiffify some more, added debug category.
17956         Use _scale.
17957         Use segments, respect playback rate from newsegment.
17958         Fix refcount issue.
17959
17960 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17961
17962         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17963         (gst_signal_processor_process):
17964         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17965         enabled for the build, but it helps me win the feature-count
17966         competitions ooh yeah.
17967
17968 2006-02-19  Wim Taymans  <wim@fluendo.com>
17969
17970         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17971         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17972         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17973         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17974         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17975         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17976         Use scaling code for added precission and more correct stop
17977         position in case scale==0.
17978
17979 2006-02-19  Wim Taymans  <wim@fluendo.com>
17980
17981         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17982         (gst_flxdec_chain):
17983         * gst/flx/gstflxdec.h:
17984         Implement DURATION query.
17985
17986 2006-02-19  Wim Taymans  <wim@fluendo.com>
17987
17988         * gst/flx/flx_color.h:
17989         * gst/flx/flx_fmt.h:
17990         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17991         (gst_flxdec_src_query_handler), (flx_decode_color),
17992         (gst_flxdec_chain):
17993         * gst/flx/gstflxdec.h:
17994         Set MALLOCDATA for the temp buffers so we don't leak.
17995         Some debug cleanups.
17996         Consume all data in the adapter before leaving the chain
17997         function. Fixes #330678.
17998
17999 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18000
18001         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18002         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18003          Handle 0 data size in otherwise valid frames.
18004          Handle numeric strings in 2.4.0 even when not in parentheses 
18005
18006 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18007
18008         * gst/matroska/matroska-demux.c:
18009         (gst_matroska_demux_subtitle_caps),
18010         (gst_matroska_demux_plugin_init):
18011         * gst/matroska/matroska-ids.h:
18012           Recognise SSA/ASS and USF subtitle formats and
18013           set proper caps when they are found.
18014
18015 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18018         (gst_jpeg_dec_chain):
18019           Fix invalid memory access for some odd-sized images
18020           (see image contained in quicktime stream in #327083);
18021           use g_malloc() instead of g_alloca().
18022
18023 2006-02-17  Wim Taymans  <wim@fluendo.com>
18024
18025         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18026         Patch from Sebastien Cote, fixes #319884
18027
18028 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18029
18030         * ext/cdio/gstcdio.c: (plugin_init):
18031           Init debug category (#331253).
18032
18033 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18034
18035         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18036           Pass extra_data to gst_riff_create_audio_caps(), so that
18037           WAVEFORMATEX stuff works. Post audio codec name and post
18038           it as taglist on the bus. Allow up to 8 channesl for raw
18039           PCM in the source pad template caps.
18040
18041 2006-02-16  Wim Taymans  <wim@fluendo.com>
18042
18043         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18044         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18045         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18046         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18047         (gst_multipart_set_property), (gst_multipart_get_property):
18048         Applied #318663. Gives quite a few false positives in
18049         autoscan mode, but it's better than nothing. Not closing yet.
18050
18051 2006-02-16  Wim Taymans  <wim@fluendo.com>
18052
18053         * docs/plugins/Makefile.am:
18054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18056         * docs/plugins/gst-plugins-good-plugins.args:
18057         * docs/plugins/inspect/plugin-udp.xml:
18058         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18059         (gst_udpsrc_start):
18060         Update documentation.
18061         Fix args.
18062
18063 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18064
18065         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18066         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18067         frame size. (Fixes #331368)
18068
18069 2006-02-16  Wim Taymans  <wim@fluendo.com>
18070
18071         * gst/rtsp/README:
18072         Updated README.
18073
18074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18075         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18076         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18077         * gst/rtsp/gstrtspsrc.h:
18078         Make sure the RTP port is an even port an try to allocate 
18079         another if not.
18080         Added retry property to control max retries for port allocation.
18081         Make sure RTCP port is RTP port+1.
18082         Cleanup when port allocation fails.
18083         Fixes #319183.
18084         
18085 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18086
18087         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18088           Don't ignore return value of the parent class's state
18089           change function (#331385, patch by: Wouter Paesen).
18090
18091 2006-02-15  Wim Taymans  <wim@fluendo.com>
18092
18093         * configure.ac:
18094         * docs/plugins/Makefile.am:
18095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18097         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18098         * ext/Makefile.am:
18099         * ext/hal/Makefile.am:
18100         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18101         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18102         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18103         (do_toggle_element), (gst_hal_audio_sink_set_property),
18104         (gst_hal_audio_sink_get_property),
18105         (gst_hal_audio_sink_change_state):
18106         * ext/hal/gsthalaudiosink.h:
18107         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18108         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18109         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18110         (do_toggle_element), (gst_hal_audio_src_set_property),
18111         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18112         * ext/hal/gsthalaudiosrc.h:
18113         * ext/hal/gsthalelements.c: (plugin_init):
18114         * ext/hal/gsthalelements.h:
18115         * ext/hal/hal.c: (gst_hal_get_string),
18116         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18117         (gst_hal_get_audio_src):
18118         * ext/hal/hal.h:
18119         Add HAL sound device wrapper plugins. Closes #329106
18120
18121 2006-02-15  Wim Taymans  <wim@fluendo.com>
18122
18123         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18124         Add comment in a fultile attempt to stop the copy-and-paste 
18125         paradigm leading to duplication of bad code.
18126
18127         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18128         Mime parameters have to be checked case insensitive
18129
18130 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18131
18132         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18133           Advance stream time for lagging subtitle streams by sending
18134           newsegment events with the update flag set.
18135
18136 2006-02-14  Edward Hervey  <edward@fluendo.com>
18137
18138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18139         There can be bogus data before the hdrl LIST tag in the RIFF header.
18140         It's hard to say if it's not respecting the AVI specifications or not,
18141         but since Google Video is producing AVIs like that and the other player
18142         don't seem to complain, I guess we should do the same.
18143
18144 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18145
18146         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18147         (parse_split_strings):
18148         Add more validation to ensure that a char encoding conversion
18149         produced a valid UTF-8 string.
18150
18151 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18152
18153         Reviewed by: Edward Hervey  <edward@fluendo.com>
18154
18155         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18156         Properly handle end of segment. Closes #330885.
18157
18158 2006-02-13  Wim Taymans  <wim@fluendo.com>
18159
18160         * gst/rtp/gstrtpmp4gpay.h:
18161         For got to commit this one.
18162
18163 2006-02-12  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18166         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18167         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18168         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18169         * gst/rtp/gstrtpmp4gpay.h:
18170         Make more things work.
18171         Handle ACC config strings.
18172
18173 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18174
18175         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18176           set timestamps if no incoming timestamps set
18177
18178 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18181         (gst_tag_demux_do_typefind):
18182           ... and fix the very same leaks in GstTagDemux.
18183
18184 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18185
18186         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18187         (gst_id3demux_do_typefind):
18188         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18189         <jonathan at kaolin dot wh9 dot net>)
18190
18191 2006-02-10  Wim Taymans  <wim@fluendo.com>
18192
18193         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18194         First set options, then set caps or else the baseclass
18195         will not know about the options, duh.
18196
18197 2006-02-10  Wim Taymans  <wim@fluendo.com>
18198
18199         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18200         (gst_rtp_mp4v_pay_setcaps):
18201         Don't waste time looking for a config string if we have codec_info
18202         on the incomming caps.
18203
18204 2006-02-10  Wim Taymans  <wim@fluendo.com>
18205
18206         * gst/rtp/README:
18207         Say something about case-sensitivity of caps vs mime-attributes.
18208
18209         * gst/rtp/Makefile.am:
18210         * gst/rtp/gstrtp.c: (plugin_init):
18211         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18212         (gst_rtp_amr_pay_handle_buffer):
18213         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18214         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18215         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18216         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18217         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18218         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18219         (gst_rtp_mp4g_pay_plugin_init):
18220         * gst/rtp/gstrtpmp4gpay.h:
18221         Added beginnings of mpeg4-generic payloader (RFC 3640)
18222
18223 2006-02-09  Wim Taymans  <wim@fluendo.com>
18224
18225         * gst/rtsp/Makefile.am:
18226         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18227         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18228         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18229         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18230         (gst_rtpdec_change_state):
18231         * gst/rtsp/gstrtpdec.h:
18232         * gst/rtsp/gstrtsp.c: (plugin_init):
18233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18234         * gst/rtsp/rtspconnection.c: (read_body),
18235         (rtsp_connection_receive):
18236         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18237         Resurected rtpdec to make rtspsrc happy again.
18238         Skip attributes from the session id.
18239         Don't crash when dumping a message with an empty body.
18240
18241
18242 2006-02-09  Wim Taymans  <wim@fluendo.com>
18243
18244         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18245         Added more meaningfull warnings when something goes wrong.
18246         Clear F bit on outgoing AMR packets.
18247
18248         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18249         (gst_rtp_amr_pay_handle_buffer):
18250         Added debugging category
18251         Support payloading of multiple AMR frames.
18252
18253         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18254         Added some debugging.
18255
18256 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18257
18258         * configure.ac:
18259           Back to CVS
18260
18261 === release 0.10.2 ===
18262
18263 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18264
18265         * configure.ac:
18266           releasing 0.10.2, "Papa was a rolling stone"
18267
18268 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18269
18270         * configure.ac:
18271           Bump core and plugins-base requirement to 0.10.2.2
18272           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18273
18274 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * ext/flac/gstflac.c: (plugin_init):
18277         * ext/speex/gstspeex.c: (plugin_init):
18278           Register musicbrainz tags.
18279
18280 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18281
18282         * ext/gconf/gconf.h:
18283           Remove declaration of function that no longer exists.
18284
18285 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18286
18287         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18288         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18289         Make shout2 work for non ogg streams
18290
18291 2006-02-06  Wim Taymans  <wim@fluendo.com>
18292
18293         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18294         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18295         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18296         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18297         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18298         * gst/udp/gstmultiudpsink.h:
18299         Updated docs.
18300         Added properties bytes-served, bytes_to_serve.
18301         Post proper error messages,
18302         Emit client added signal too.
18303
18304 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18305
18306         * docs/plugins/Makefile.am:
18307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18309         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18310         (gst_multiudpsink_get_stats):
18311           adding docs for multiudpsink
18312
18313 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         * gst/level/gstlevel.c: (gst_level_transform_ip):
18316           peak below decay is not necessarily an error, so don't ERROR log
18317
18318 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18319
18320         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18321         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18322         (gst_ebml_write_seek):
18323         * gst/matroska/ebml-write.h:
18324           Make sure we send a newsegment event in BYTES format
18325           before sending buffers (#328531).
18326
18327 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18330         (gst_dvdemux_sink_query):
18331         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18332         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18333         (speex_dec_src_query):
18334         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18335         (gst_speexenc_sink_query):
18336         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18337         * gst/matroska/matroska-demux.c:
18338         (gst_matroska_demux_get_src_query_types),
18339         (gst_matroska_demux_handle_src_query):
18340         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18341         (gst_wavparse_pad_query):
18342           Pass unhandled queries upstream instead of just dropping
18343           them (#326446). Update query type arrays here and there.
18344
18345 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18346
18347         * tests/check/elements/matroskamux.c: (setup_src_pad):
18348           Collectpads in core got changed and now also holds a
18349           reference to any pad that is part of it. Fix refcount
18350           checks in test case accordingly.
18351
18352 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         * gst/apetag/gstapedemux.h:
18355           Fix include, for now GstTagDemux is in the apetag dir.
18356
18357 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * docs/plugins/Makefile.am:
18360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18362         * docs/plugins/inspect/plugin-cdio.xml:
18363           Add cdio plugin to docs.
18364
18365         * ext/cdio/gstcdiocddasrc.c:
18366           Add gtk-doc blurb.
18367
18368         * ext/cdio/gstcdio.c:
18369           The plugin is called 'cdio' not 'cddio'.
18370
18371 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18372
18373         * configure.ac:
18374         * docs/plugins/Makefile.am:
18375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18378         * docs/plugins/inspect/plugin-apetag.xml:
18379         * gst/apetag/Makefile.am:
18380         * gst/apetag/gstapedemux.c:
18381         * gst/apetag/gstapedemux.h:
18382         * gst/apetag/gsttagdemux.c:
18383         * gst/apetag/gsttagdemux.h:
18384           Add APE tag demuxer (#325649).
18385
18386 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18387
18388         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18389         (gst_gconf_get_default_video_sink),
18390         (gst_gconf_get_default_audio_src),
18391         (gst_gconf_get_default_video_src):
18392         * ext/gconf/gconf.h:
18393         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18394         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18395         (do_toggle_element):
18396         * ext/gconf/gstgconfaudiosink.h:
18397         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18398         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18399         (do_toggle_element):
18400         * ext/gconf/gstgconfaudiosrc.h:
18401         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18402         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18403         (do_toggle_element):
18404         * ext/gconf/gstgconfvideosink.h:
18405         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18406         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18407         (do_toggle_element):
18408         * ext/gconf/gstgconfvideosrc.h:
18409           Ignore changing the GConf key to "". Ignore GConf key updates
18410           that don't actually change the string.
18411           For now, ignore the GConf key when the state is > READY, as
18412           it breaks streaming. Sometime it will be nice to bring the
18413           new sink online even mid-stream, by sending NEWSEGMENT info
18414           and possibly prerolling.
18415           (Fixes #326736)
18416
18417 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18418
18419         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18420         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18421         (zoomFilterSetResolution), (zoomFilterDestroy),
18422         (zoomFilterFastRGB), (pointFilter):
18423         * gst/goom/filters.h:
18424         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18425         (goom_update), (goom_close):
18426         * gst/goom/goom_core.h:
18427         * gst/goom/goom_tools.h:
18428         * gst/goom/graphic.c:
18429         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18430         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18431         * gst/goom/gstgoom.h:
18432         * gst/goom/lines.c: (goom_lines):
18433         * gst/goom/lines.h:
18434           Make goom reentrant by moving all important static variables
18435           into instance structures.
18436           (Fixes #329181)
18437
18438 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18439
18440         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18441         (gst_avi_demux_all_source_pads_unlinked),
18442         (gst_avi_demux_process_next_entry):
18443         * gst/avi/gstavidemux.h:
18444           Third attempt, use gst_pad_is_linked() this time.
18445
18446 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18447
18448         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18449         (parse_split_strings):
18450         Adjust for data length indicators when parsing (Fixes #329810)
18451         Fix stupid bug parsing UTF-8 tag text.
18452         Output tag strings with multiple fields as multiple tags, so the
18453         app gets all the data.
18454
18455 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18456
18457         * ext/flac/gstflacenc.c:
18458         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18459         show me.
18460         
18461 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18462
18463         * ext/flac/gstflacenc.c:
18464         * gst/matroska/ebml-read.c:
18465         Just make it compile with --disable-gst-debug.
18466
18467 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18468
18469         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18470         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18471         (id3v2_genre_fields_to_taglist):
18472           Never output a tag with a null contents string.
18473
18474 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18475
18476         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18477           Only pause if all pads are unlinked AND we've tried to send data
18478           on all of them at least once.
18479
18480 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18481
18482         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18483         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18484           Make loop function/task pause itself when all source pads are
18485           unlinked.
18486
18487 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * configure.ac:
18490         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18491           Use new functions from core to render a bin from a
18492           string. Fixes build. Up requirements to core CVS.
18493
18494 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18497           Don't push buffers into the adapter that we are going to
18498           push downstream again without framing anyway. Also, the
18499           adaptor takes ownership of buffers put into it (fixes
18500           auparse pushing invalid buffers for .au files with
18501           ADPCM contents). Finally, set caps on all outgoing buffers.
18502
18503 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18504
18505         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18506         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18507         (gst_id3demux_send_tag_event):
18508         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18509         Someone should kick my butt. Remove ID3v1 tags from the end of the
18510         file.
18511
18512         Improve error messages. Send the TAG message as soon as we complete
18513         typefinding, instead of waiting until we send the first buffer.
18514         Downstream tag event is still sent before the first buffer.
18515
18516 2006-01-27  Jan Gerber  <j@bootlab.org>
18517
18518         Reviewed by: Andy Wingo <wingo@pobox.com>
18519
18520         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18521         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18522         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18523         to not have warings flooding stderr. this is the suggested way
18524         also used in dvgrab and kino. (#328336)
18525
18526 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18527
18528         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18529         (gst_oss_sink_init), (gst_oss_sink_finalise):
18530           Free the device name string when finalised.
18531
18532 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18533
18534         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18535           Don't put function calls in g_return_if_fail() statements,
18536           or they'll be replaced with NOOPs if someone compiles with
18537           G_DISABLE_CHECKS defined.
18538           
18539 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18540
18541         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18542         Never trust ANY information encoded in a media file, especially
18543         when it's giving you sizes. (Fixes #328452)
18544
18545 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18546
18547         * gst/rtp/gstrtpg711pay.c:
18548         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18549         bug #325148.
18550
18551 2006-01-23  Edward Hervey  <edward@fluendo.com>
18552
18553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18554         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18555         * gst/matroska/matroska-ids.h:
18556         Added recognition of Real Audio and Video streams in matroska demuxer.
18557
18558 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18559
18560         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18561           Remove errant break statement, and fix compilation with
18562           older GCC.
18563
18564 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18565
18566         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18567
18568         * sys/sunaudio/gstsunaudiomixerctrl.c:
18569         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18570           Export functions that are needed in other parts of the code,
18571           makes the mixer actually work; adjust magic minimum buffer-time
18572           value from 3ms to 5ms to work around stuttering during mp3
18573           playback (#327765).
18574
18575 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18576
18577         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18578
18579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18580         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18581           Fix possible deadlock in matroska muxer (#327825).
18582
18583 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18584
18585         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18586         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18587         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18588         * gst/rtsp/sdpmessage.h:
18589         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18590         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18591           C89 fixes: declare variables at the beginning of a block and
18592           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18593           <jensgr at gmx dot net>).
18594
18595 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18596
18597         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18598         * gst/id3demux/id3tags.h:
18599         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18600         (parse_comment_frame), (parse_text_identification_frame),
18601         (id3v2_tag_to_taglist), (id3v2_are_digits),
18602         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18603         (parse_split_strings), (free_tag_strings):
18604           Rewrite parsing of text tags to handle multiple NULL terminated
18605           strings. Parse numeric genre strings and ID3v2 type
18606           "(3)(6)Alternative" style genre strings.
18607           Parse dates that are only YYYY or YYYY-mm format.
18608           (Fixes #328241 and #322154)
18609
18610 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18613           Don't forget to initialize liboil, otherwise our oil functions
18614           will crash (fixes #327871; patch by: Christoph Burghardt
18615           <hawkes at web dot de>).
18616
18617 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18618
18619         * configure.ac:
18620           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18621           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18622           patch by: Brian Cameron <brian dot cameron at sun dot com>
18623
18624 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18627         * ext/cdio/gstcdio.h:
18628         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18629           Fix build for libcdio versions >= 76; give slightly lower rank
18630           than cdparanoia.
18631
18632 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18633
18634         * configure.ac:
18635         * ext/Makefile.am:
18636         * ext/cdio/Makefile.am:
18637         * ext/cdio/gstcdio.c:
18638         * ext/cdio/gstcdio.h:
18639         * ext/cdio/gstcdiocddasrc.c:
18640         * ext/cdio/gstcdiocddasrc.h:
18641           Port libcdio cdda source, formerly known as cddasrc, now known as
18642           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18643           but that's not tested (fixes #317658).
18644
18645 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18646
18647         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18648           Fix conversion from TIME to BYTES format (fixes #326864;
18649           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18650
18651 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18652
18653         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18654           Fix compilation of id3demux when zlib is not present.
18655           (Fixes #326602; patch by: Sergey Scobich)
18656
18657 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * ext/esd/Makefile.am:
18660           Add $(ESD_CFLAGS), otherwise build will fail for folks
18661           with libesd in a non-standard prefix (#327009).
18662
18663 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18664
18665         * configure.ac:
18666           back to HEAD
18667
18668 === release 0.10.1 ===
18669
18670 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18671
18672         * configure.ac:
18673           releasing 0.10.1, "Li"
18674
18675 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18676
18677           patch by: Wim Taymans
18678
18679         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18680           fix memleak.  Fixes #326618
18681
18682 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18683
18684           patch by: Mike Smith
18685
18686         * gst/level/gstlevel.c: (gst_level_message_new),
18687         (gst_level_message_append_channel):
18688           Fix memleak.  Fixes #326612
18689
18690 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18691
18692         * configure.ac:
18693           prereleasing
18694         * po/af.po:
18695         * po/az.po:
18696         * po/cs.po:
18697         * po/en_GB.po:
18698         * po/hu.po:
18699         * po/it.po:
18700         * po/nb.po:
18701         * po/nl.po:
18702         * po/or.po:
18703         * po/sq.po:
18704         * po/sr.po:
18705         * po/sv.po:
18706         * po/uk.po:
18707         * po/vi.po:
18708           update translations
18709
18710 2006-01-10  Michael Smith  <msmith@fluendo.com>
18711
18712         * gst/level/gstlevel.c: (gst_level_class_init),
18713         (gst_level_dispose):
18714           Don't leak filter arrays.
18715
18716 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18717
18718         reviewed by: Christian Schaller <uraeus@gnome.org>
18719         
18720         * configure.ac:
18721         * gst-plugins-good.spec.in:
18722         * sys/Makefile.am:
18723         * sys/sunaudio/Makefile.am:
18724         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18725         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18726         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18727         (gst_sunaudiomixer_change_state):
18728         * sys/sunaudio/gstsunaudiomixer.h:
18729         * sys/sunaudio/gstsunaudiomixerctrl.c:
18730         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18731         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18732         (gst_sunaudiomixer_ctrl_list_tracks),
18733         (gst_sunaudiomixer_ctrl_get_volume),
18734         (gst_sunaudiomixer_ctrl_set_volume),
18735         (gst_sunaudiomixer_ctrl_set_mute),
18736         (gst_sunaudiomixer_ctrl_set_record):
18737         * sys/sunaudio/gstsunaudiomixerctrl.h:
18738         * sys/sunaudio/gstsunaudiomixertrack.c:
18739         (gst_sunaudiomixer_track_class_init),
18740         (gst_sunaudiomixer_track_init), (fill_labels),
18741         (gst_sunaudiomixer_track_new):
18742         * sys/sunaudio/gstsunaudiomixertrack.h:
18743         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18744         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18745         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18746         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18747         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18748         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18749         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18750         * sys/sunaudio/gstsunaudiosink.h:
18751
18752         Add SunAudio plugin - tested to make sure it doesn't break
18753         the build under GNU/Linux.      
18754
18755 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18756
18757         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18758         * gst-plugins-good/gst/udp/gstudpsrc.c:
18759         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18760         overrides the port or multicast parameters. Fixes bugs #323021.
18761         API addition: adds GstUDPSrc::sockfd property   
18762
18763 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18764
18765         * ext/gconf/Makefile.am:
18766         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18767         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18768         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18769         (do_toggle_element), (cb_toggle_element),
18770         (gst_gconf_audio_src_change_state):
18771         * ext/gconf/gstgconfaudiosrc.h:
18772         * ext/gconf/gstgconfelements.c: (plugin_init):
18773         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18774         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18775         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18776         (do_toggle_element), (cb_toggle_element),
18777         (gst_gconf_video_src_change_state):
18778         * ext/gconf/gstgconfvideosrc.h:
18779           Add new gconfaudiosrc and gconfvideosrc elements
18780           (needed for gnome-sound-recorder).
18781
18782 2006-01-06  Edward Hervey  <edward@fluendo.com>
18783
18784         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18785         Add gst_element_no_more_pads() for proper decodebin behaviour.
18786         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18787         (parse_text_identification_frame), (parse_split_strings):
18788         Failure to decode some tags is not a GST_ERROR() but a
18789         GST_WARNING()
18790         When iterating over a chunk of text, check that we haven't gone too
18791         far.
18792
18793 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18794
18795         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18796         (plugin_init):
18797           call oil_init() when using liboil
18798
18799 2006-01-04  Wim Taymans  <wim@fluendo.com>
18800
18801         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18802         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18803         Fix leaks.
18804
18805 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18806
18807         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18810         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18811         (gst_flac_dec_change_state):
18812           Don't g_assert() where we should just return FALSE; remove
18813           unnecessary g_assert(); initialize some fields properly in
18814           state change function (fixes #325504). Also, use
18815           GST_DEBUG_OBJECT in two more places.
18816
18817 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18818
18819         * configure.ac:
18820           also remove smoothwave's Makefile.am
18821         * docs/plugins/Makefile.am:
18822           fix plugin docs
18823
18824 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18825
18826         * tests/examples/Makefile.am:
18827           added missing Makefile.am
18828
18829 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18830
18831         * configure.ac:
18832         * gst/level/Makefile.am:
18833         * gst/level/level-example.c:
18834         * tests/Makefile.am:
18835         * tests/examples/level/Makefile.am:
18836         * tests/examples/level/level-example.c: (message_handler), (main):
18837           moved level-example to tests/examples/level-example
18838         * tests/old/examples/level/demo.c: (main):
18839         * tests/old/examples/level/plot.c: (main):
18840           some initial fixes
18841
18842 2005-12-29  Michael Smith  <msmith@fluendo.com>
18843
18844         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18845         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18846         * gst/udp/gstmultiudpsink.h:
18847           Track packets sent per client in addition to bytes sent; provide
18848           this info through get-stats signal
18849
18850 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18851
18852         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18853           Can't use gst_object_unref() on a GstAdapter (#325191).
18854
18855 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18856
18857         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18858         If a broken tag has 0 bytes payload, at least still skip
18859         the 10 byte header
18860
18861 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18862
18863         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18864         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18865         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18866         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18867           Making these depayloaders (H263+ and mpeg4 video) inherit from
18868           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18869
18870 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18871
18872         * docs/plugins/gst-plugins-good-plugins.args:
18873         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18874         Regenerate the plugin hiearchy.
18875
18876 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18877
18878         * docs/plugins/Makefile.am:
18879         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18880         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18881         * docs/plugins/gst-plugins-good-plugins.args:
18882         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18883         (gst_id3demux_base_init), (gst_id3demux_class_init),
18884         (gst_id3demux_chain):
18885         * gst/id3demux/gstid3demux.h:
18886           Add documentation for id3demux.
18887           Don't fail if the first buffer is not at offset 0, just
18888           attempt to typefind and do pass through
18889           Rename the gst_type function from gst_gst_id3demux..
18890
18891 2005-12-20  Michael Smith  <msmith@fluendo.com>
18892
18893         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18894         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18895         (gst_multiudpsink_get_stats):
18896         * gst/udp/gstmultiudpsink.h:
18897           Collect statistics; return them from get_stats.
18898
18899 2005-12-19  Edward Hervey  <edward@fluendo.com>
18900
18901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18902         Stupid signedness issue...
18903
18904 2005-12-19  Edward Hervey  <edward@fluendo.com>
18905
18906         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18907         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18908         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18909         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18910         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18911         Construct index for indexless files.
18912         Make sure pad/buffers are correctly reset to NULL once we don't need
18913         them anymore, else we get lovely segfaults/assertions.
18914         * gst/wavparse/gstwavparse.c:
18915         Yes, you can have 96KHz audio and wma in wav :(
18916
18917 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18918
18919         * configure.ac:
18920           Check for optional dependency on zlib for id3demux
18921
18922         * gst/id3demux/Makefile.am:
18923         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18924         (gst_id3demux_base_init), (gst_id3demux_class_init),
18925         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18926         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18927         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18928         (gst_id3demux_set_property), (gst_id3demux_get_property),
18929         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18930         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18931         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18932         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18933         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18934         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18935         (simple_find_peek), (simple_find_suggest),
18936         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18937         (plugin_init):
18938         * gst/id3demux/gstid3demux.h:
18939         * gst/id3demux/id3tags.c: (read_synch_uint),
18940         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18941         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18942         (id3demux_id3v2_frames_to_tag_list):
18943         * gst/id3demux/id3tags.h:
18944         * gst/id3demux/id3v2.4.0-frames.txt:
18945         * gst/id3demux/id3v2.4.0-structure.txt:
18946         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18947         (parse_comment_frame), (parse_text_identification_frame),
18948         (id3v2_tag_to_taglist), (parse_split_strings):
18949           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18950           otherwise it discards them. Works on my test files. 
18951
18952         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18953           Don't send EOS to a non-existing srcpad
18954           The debug category can be static
18955
18956 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18957
18958         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18959         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18960         * gst/multipart/multipartdemux.c:
18961           change some char* into char[]
18962
18963 2005-12-16  Wim Taymans  <wim@fluendo.com>
18964
18965         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18966         (gst_wavparse_other), (gst_wavparse_perform_seek),
18967         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18968         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18969         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18970         * gst/wavparse/gstwavparse.h:
18971         Use GstSegment to implement more seeking features.
18972
18973 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18974
18975         * gst/rtsp/rtspconnection.c:
18976           Add <netinet/in.h> include and move <arpa/inet.h> include
18977           to make things work on OpenBSD as well (fixes #323717;
18978           patch by: Benjamin Pineau)
18979
18980 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18981
18982         * gst/rtp/gstrtpspeexdepay.c:
18983         * gst/rtp/gstrtpspeexpay.c:
18984         Set clock rate to be fixed in 8000. It fixes bug #324012.
18985
18986 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18987
18988         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18989         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18990         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18991         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18992         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18993         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18994         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18995         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18996         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18997         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18998         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18999         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19000         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19001         * gst-plugins-good/gst/rtp/README:
19002         Fixed payload range in payloder caps. Removed payload range completely
19003         from depayloaders as they don't require payload type in their caps.
19004         In effect, there isn't any specific payload type for any given codec,
19005         only suggestions.
19006         Fixes bug #324011.
19007
19008 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19009
19010         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19011         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19012         (gst_videomixer_collected): Code cleanup and re-enabling 
19013         queued time validity check for correct EOS handling.
19014
19015 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19016
19017         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19018         (gst_oss_mixer_element_get_property),
19019         (gst_oss_mixer_element_change_state):
19020         Add 'device-name' property and fix state change function.
19021
19022 2005-12-13  Edward Hervey  <edward@fluendo.com>
19023
19024         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19025         If the speed of the file is null in the header, set the frame_time to
19026         the default setting of GST_SECOND / 70. Which is the default
19027         frame_delay for .fli files as stated in this document :
19028         http://www.compuphase.com/flic.htm
19029         Would be nice to have the time conversion done properly too (duration =
19030         flxh->frames * flxdec->frame_time)
19031
19032 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19033
19034         * docs/plugins/Makefile.am:
19035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19037         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19038         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19039         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19040         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19041         documentation for videomixer on my way with a funny sample
19042         pipeline.
19043
19044 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19045
19046         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19047         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19048         (gst_videomixer_update_queues), (gst_videomixer_collected):
19049         Fix caps negotiation. (#323896)
19050
19051 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19052
19053         * gst/matroska/matroska-demux.c:
19054         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19055           Set correct timestamps on audio laces, fixes playback of mp3 from
19056                 matroska.
19057
19058 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19059
19060         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19061         (gst_au_parse_class_init), (gst_au_parse_init),
19062         (gst_au_parse_dispose), (gst_au_parse_chain),
19063         (gst_au_parse_change_state), (plugin_init):
19064         * gst/auparse/gstauparse.h:
19065           Use gst_object_unref() for GstObjects instead of
19066           g_object_unref() and fix a mem leak in a debug
19067           statement; while we're at it, also borgify, use
19068           boilerplate macros and clean up a little bit.
19069
19070 2005-12-11  Edward Hervey  <edward@fluendo.com>
19071
19072         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19073         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19074         Added pull mode.
19075
19076 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19077
19078         * gst/goom/gstgoom.c:
19079         * gst/level/level-example.c: (main):
19080         * gst/smoothwave/demo-osssrc.c: (main):
19081           Use audiotestsrc instead of sinesrc (#323798).
19082
19083 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19084
19085         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19086           more debug-func-ptr usage
19087
19088 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19089
19090         * gst/flx/flx_color.c: (flx_colorspace_convert):
19091         * gst/flx/flx_color.h:
19092         * gst/flx/flx_fmt.h:
19093         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19094         * gst/flx/gstflxdec.h:
19095           Now flxdec works on big-endian machines as well.
19096
19097 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19098
19099         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19100         (gst_fenced_buffer_copy):
19101           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19102           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19103           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19104           and use GST_DEBUG_FUNCPTR for pad functions.
19105
19106 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19107
19108         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19109         (gst_flac_dec_class_init), (gst_flac_dec_init),
19110         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19111         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19112         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19113         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19114         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19115         (gst_flac_dec_change_state):
19116         * ext/flac/gstflacdec.h:
19117           Rewrite flacdec a bit, so that even seeking might work now. Most
19118           importantly, don't act upon any flow return values we get, just tell
19119           the decoder everything's dandy and act on the flow return values
19120           later on in the loop function. We don't want to mess up the internal
19121           decoder state for non-fatal things like flushing pads etc. Other
19122           than that, use GstSegment (segment seeks don't work yet though, but
19123           should be easy to add), use boilerplate macros, drop the superfluous
19124           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19125           lots of other things.
19126
19127 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19128
19129         * configure.ac:
19130           Update comment in OSS includes check.
19131
19132         * sys/oss/gstossdmabuffer.c:
19133         * sys/oss/gstosshelper.c:
19134         * sys/oss/gstossmixer.c:
19135         * sys/oss/gstossmixertrack.c:
19136         * sys/oss/gstosssink.c:
19137         * sys/oss/gstosssrc.c:
19138         * sys/oss/oss_probe.c:
19139           Don't assume the OSS soundcard.h include is always in
19140           the sys/ directory. Instead, use the existing defines
19141           from config.h to include the right file. Fixes
19142           compilation on OpenBSD 3.8 (#323718).
19143
19144 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19145
19146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19147         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19148         * docs/plugins/inspect/plugin-1394.xml:
19149         * docs/plugins/inspect/plugin-aasink.xml:
19150         * docs/plugins/inspect/plugin-alaw.xml:
19151         * docs/plugins/inspect/plugin-alpha.xml:
19152         * docs/plugins/inspect/plugin-alphacolor.xml:
19153         * docs/plugins/inspect/plugin-auparse.xml:
19154         * docs/plugins/inspect/plugin-autodetect.xml:
19155         * docs/plugins/inspect/plugin-avi.xml:
19156         * docs/plugins/inspect/plugin-cacasink.xml:
19157         * docs/plugins/inspect/plugin-cairo.xml:
19158         * docs/plugins/inspect/plugin-cutter.xml:
19159         * docs/plugins/inspect/plugin-debug.xml:
19160         * docs/plugins/inspect/plugin-dv.xml:
19161         * docs/plugins/inspect/plugin-efence.xml:
19162         * docs/plugins/inspect/plugin-effectv.xml:
19163         * docs/plugins/inspect/plugin-esdsink.xml:
19164         * docs/plugins/inspect/plugin-flac.xml:
19165         * docs/plugins/inspect/plugin-flxdec.xml:
19166         * docs/plugins/inspect/plugin-gconfelements.xml:
19167         * docs/plugins/inspect/plugin-goom.xml:
19168         * docs/plugins/inspect/plugin-jpeg.xml:
19169         * docs/plugins/inspect/plugin-level.xml:
19170         * docs/plugins/inspect/plugin-matroska.xml:
19171         * docs/plugins/inspect/plugin-mulaw.xml:
19172         * docs/plugins/inspect/plugin-multipart.xml:
19173         * docs/plugins/inspect/plugin-navigationtest.xml:
19174         * docs/plugins/inspect/plugin-ossaudio.xml:
19175         * docs/plugins/inspect/plugin-png.xml:
19176         * docs/plugins/inspect/plugin-rtp.xml:
19177         * docs/plugins/inspect/plugin-rtsp.xml:
19178         * docs/plugins/inspect/plugin-shout2send.xml:
19179         * docs/plugins/inspect/plugin-smpte.xml:
19180         * docs/plugins/inspect/plugin-speex.xml:
19181         * docs/plugins/inspect/plugin-udp.xml:
19182         * docs/plugins/inspect/plugin-videobox.xml:
19183         * docs/plugins/inspect/plugin-videoflip.xml:
19184         * docs/plugins/inspect/plugin-videomixer.xml:
19185         * docs/plugins/inspect/plugin-wavenc.xml:
19186         * docs/plugins/inspect/plugin-wavparse.xml:
19187         * ext/flac/gstflac.c: (plugin_init):
19188         * ext/flac/gstflacdec.c: (flacdec_get_type),
19189         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19190         (gst_flac_dec_init), (gst_flac_dec_finalize),
19191         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19192         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19193         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19194         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19195         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19196         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19197         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19198         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19199         * ext/flac/gstflacdec.h:
19200         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19201         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19202         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19203         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19204         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19205         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19206         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19207         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19208         (gst_flac_enc_change_state):
19209         * ext/flac/gstflacenc.h:
19210           borgify and fix up documentation
19211
19212 2005-12-09  Michael Smith  <msmith@fluendo.com>
19213
19214         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19215           Accept a wider range of flac files, more closely matching flac spec.
19216
19217 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19218
19219         * docs/plugins/Makefile.am: Add multipart elements.
19220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19221         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19222         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19223         * gst/multipart/multipartdemux.c:
19224         * gst/multipart/multipartmux.c: Add docs.
19225
19226 2005-12-07  Edward Hervey  <edward@fluendo.com>
19227
19228         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19229         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19230         (gst_avi_demux_invert):
19231         Memleak and crasher fixes.
19232         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19233         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19234         Memleak fixes
19235
19236 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19237
19238         * ext/aalib/gstaasink.h:
19239         * ext/cairo/gsttextoverlay.h:
19240         * ext/dv/gstdvdec.h:
19241         * ext/dv/gstdvdemux.c:
19242         * ext/dv/gstdvdemux.h:
19243         * ext/esd/esdsink.h:
19244         * ext/flac/flac_compat.h:
19245         * ext/flac/gstflacdec.h:
19246         * ext/flac/gstflacenc.h:
19247         * ext/gconf/gconf.h:
19248         * ext/gconf/gstgconfaudiosink.h:
19249         * ext/gconf/gstgconfvideosink.h:
19250         * ext/gdk_pixbuf/gstgdkanimation.h:
19251         * ext/jpeg/gstjpegdec.h:
19252         * ext/jpeg/smokecodec.h:
19253         * ext/jpeg/smokeformat.h:
19254         * ext/ladspa/gstsignalprocessor.h:
19255         * ext/ladspa/search.c: (LADSPAPluginSearch):
19256         * ext/ladspa/utils.h:
19257         * ext/libmng/gstmng.c:
19258         * ext/libmng/gstmngdec.h:
19259         * ext/libmng/gstmngenc.c:
19260         * ext/libmng/gstmngenc.h:
19261         * ext/libpng/gstpng.c:
19262         * ext/libpng/gstpngenc.c:
19263         * ext/libpng/gstpngenc.h:
19264         * ext/shout2/gstshout2.h:
19265         * ext/speex/gstspeexdec.h:
19266         * ext/speex/gstspeexenc.c:
19267         * ext/speex/gstspeexenc.h:
19268         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19269         * gst/autodetect/gstautoaudiosink.h:
19270         * gst/autodetect/gstautovideosink.h:
19271         * gst/avi/gstavidemux.h:
19272         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19273         (gst_cutter_set_property), (gst_cutter_get_caps):
19274         * gst/cutter/gstcutter.h:
19275         * gst/debug/tests.c: (md5_process_block):
19276         * gst/debug/tests.h:
19277         * gst/effectv/gstwarp.c:
19278         * gst/flx/flx_fmt.h:
19279         * gst/flx/gstflxdec.h:
19280         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19281         (zoomFilterFastRGB):
19282         * gst/goom/filters.h:
19283         * gst/goom/goom_tools.h:
19284         * gst/law/alaw-encode.c:
19285         * gst/level/gstlevel.c:
19286         * gst/level/gstlevel.h:
19287         * gst/matroska/ebml-write.h:
19288         * gst/matroska/matroska-demux.h:
19289         * gst/matroska/matroska-ids.h:
19290         * gst/matroska/matroska-mux.h:
19291         * gst/monoscope/convolve.c: (convolve_match):
19292         * gst/monoscope/convolve.h:
19293         * gst/multipart/multipartmux.c:
19294         * gst/oldcore/gstaggregator.c:
19295         * gst/oldcore/gstaggregator.h:
19296         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19297         * gst/oldcore/gstmd5sink.h:
19298         * gst/oldcore/gstmultifilesrc.c:
19299         * gst/oldcore/gstmultifilesrc.h:
19300         * gst/oldcore/gstpipefilter.h:
19301         * gst/oldcore/gstshaper.h:
19302         * gst/rtp/gstrtpL16depay.h:
19303         * gst/rtp/gstrtpL16pay.h:
19304         * gst/rtp/gstrtpdepay.h:
19305         * gst/rtp/gstrtpmp4vpay.c:
19306         * gst/rtp/gstrtpmp4vpay.h:
19307         * gst/rtsp/gstrtspsrc.c:
19308         * gst/rtsp/gstrtspsrc.h:
19309         * gst/rtsp/rtspconnection.h:
19310         * gst/rtsp/rtspdefs.h:
19311         * gst/rtsp/rtspmessage.h:
19312         * gst/rtsp/rtsptransport.h:
19313         * gst/rtsp/rtspurl.c:
19314         * gst/rtsp/rtspurl.h:
19315         * gst/rtsp/sdpmessage.c:
19316         * gst/rtsp/sdpmessage.h:
19317         * gst/smpte/barboxwipes.c:
19318         * gst/smpte/gstmask.h:
19319         * gst/smpte/gstsmpte.h:
19320         * gst/smpte/paint.c:
19321         * gst/smpte/paint.h:
19322         * gst/udp/gstdynudpsink.h:
19323         * gst/udp/gstmultiudpsink.h:
19324         * gst/udp/gstudpsink.c:
19325         * gst/udp/gstudpsink.h:
19326         * gst/udp/gstudpsrc.c:
19327         * gst/videomixer/videomixer.c:
19328         * gst/wavenc/riff.h:
19329         * gst/wavparse/gstwavparse.h:
19330         * sys/oss/gstossdmabuffer.h:
19331         * sys/oss/gstossmixer.h:
19332         * sys/oss/gstossmixerelement.h:
19333         * sys/oss/gstossmixertrack.h:
19334         * sys/oss/gstosssink.c:
19335         * sys/oss/gstosssink.h:
19336         * sys/oss/gstosssrc.c:
19337         * sys/oss/gstosssrc.h:
19338         * sys/osxaudio/gstosxaudioelement.h:
19339         * sys/osxaudio/gstosxaudiosink.h:
19340         * sys/osxaudio/gstosxaudiosrc.h:
19341           expand tabs
19342
19343 === release 0.10.0 ===
19344
19345 2005-12-05   <thomas (at) apestaart (dot) org>
19346
19347         * configure.ac:
19348           releasing 0.10.0, "Abondance"
19349
19350 2005-12-05  Andy Wingo  <wingo@pobox.com>
19351
19352         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19353         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19354         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19355         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19356         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19357         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19358         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19359         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19360         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19361         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19362         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19363         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19364         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19365         * gst/goom/gstgoom.c: (gst_goom_chain):
19366         * gst/matroska/matroska-demux.c:
19367         (gst_matroska_demux_push_vorbis_codec_priv_data),
19368         (gst_matroska_demux_add_wvpk_header):
19369         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19370         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19371         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19372         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19373         alloc_buffer changes.
19374
19375 2005-12-05  Michael Smith  <msmith@fluendo.com>
19376
19377         * docs/plugins/gst-plugins-good-plugins.args:
19378           Remove args for plugins that aren't in -good.
19379
19380 === release 0.9.7 ===
19381
19382 2005-12-01   <thomas (at) apestaart (dot) org>
19383
19384         * configure.ac:
19385           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19386
19387 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19388
19389         * docs/plugins/.cvsignore:
19390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19391         * docs/plugins/inspect/plugin-multipart.xml:
19392         * docs/plugins/inspect/plugin-rtp.xml:
19393           add multipart plugin to docs
19394
19395 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19396
19397         * configure.ac:
19398         * ext/Makefile.am:
19399         * ext/pango/Makefile.am:
19400         * ext/pango/gstclockoverlay.c:
19401         * ext/pango/gstclockoverlay.h:
19402         * ext/pango/gsttextoverlay.c:
19403         * ext/pango/gsttextoverlay.h:
19404         * ext/pango/gsttextrender.c:
19405         * ext/pango/gsttextrender.h:
19406         * ext/pango/gsttimeoverlay.c:
19407         * ext/pango/gsttimeoverlay.h:
19408           move pango to base
19409
19410 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19411
19412         * gst/rtp/Makefile.am:
19413         * gst/rtp/gstrtpL16depay.c:
19414         * gst/rtp/gstrtpL16depay.h:
19415         * gst/rtp/gstrtpL16parse.c:
19416         * gst/rtp/gstrtpL16parse.h:
19417         * gst/rtp/gstrtpgsmdepay.c:
19418         * gst/rtp/gstrtpgsmdepay.h:
19419         * gst/rtp/gstrtpgsmparse.c:
19420         * gst/rtp/gstrtpgsmparse.h:
19421           parsers are depayers
19422
19423 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19424
19425         * gst/rtp/Makefile.am:
19426         * gst/rtp/gstasteriskh263.c:
19427         * gst/rtp/gstrtp.c:
19428         * gst/rtp/gstrtpL16enc.c:
19429         * gst/rtp/gstrtpL16enc.h:
19430         * gst/rtp/gstrtpL16parse.c:
19431         * gst/rtp/gstrtpL16parse.h:
19432         * gst/rtp/gstrtpL16pay.c:
19433         * gst/rtp/gstrtpL16pay.h:
19434         * gst/rtp/gstrtpamrdec.c:
19435         * gst/rtp/gstrtpamrdec.h:
19436         * gst/rtp/gstrtpamrdepay.c:
19437         * gst/rtp/gstrtpamrdepay.h:
19438         * gst/rtp/gstrtpamrenc.c:
19439         * gst/rtp/gstrtpamrenc.h:
19440         * gst/rtp/gstrtpamrpay.c:
19441         * gst/rtp/gstrtpamrpay.h:
19442         * gst/rtp/gstrtpdec.c:
19443         * gst/rtp/gstrtpdec.h:
19444         * gst/rtp/gstrtpdepay.c:
19445         * gst/rtp/gstrtpdepay.h:
19446         * gst/rtp/gstrtpg711dec.c:
19447         * gst/rtp/gstrtpg711dec.h:
19448         * gst/rtp/gstrtpg711depay.c:
19449         * gst/rtp/gstrtpg711depay.h:
19450         * gst/rtp/gstrtpg711enc.c:
19451         * gst/rtp/gstrtpg711enc.h:
19452         * gst/rtp/gstrtpg711pay.c:
19453         * gst/rtp/gstrtpg711pay.h:
19454         * gst/rtp/gstrtpgsmenc.c:
19455         * gst/rtp/gstrtpgsmenc.h:
19456         * gst/rtp/gstrtpgsmparse.c:
19457         * gst/rtp/gstrtpgsmparse.h:
19458         * gst/rtp/gstrtpgsmpay.c:
19459         * gst/rtp/gstrtpgsmpay.h:
19460         * gst/rtp/gstrtph263enc.c:
19461         * gst/rtp/gstrtph263enc.h:
19462         * gst/rtp/gstrtph263pay.c:
19463         * gst/rtp/gstrtph263pay.h:
19464         * gst/rtp/gstrtph263pdec.c:
19465         * gst/rtp/gstrtph263pdec.h:
19466         * gst/rtp/gstrtph263pdepay.c:
19467         * gst/rtp/gstrtph263pdepay.h:
19468         * gst/rtp/gstrtph263penc.c:
19469         * gst/rtp/gstrtph263penc.h:
19470         * gst/rtp/gstrtph263ppay.c:
19471         * gst/rtp/gstrtph263ppay.h:
19472         * gst/rtp/gstrtpmp4vdec.c:
19473         * gst/rtp/gstrtpmp4vdec.h:
19474         * gst/rtp/gstrtpmp4vdepay.c:
19475         * gst/rtp/gstrtpmp4vdepay.h:
19476         * gst/rtp/gstrtpmp4venc.c:
19477         * gst/rtp/gstrtpmp4venc.h:
19478         * gst/rtp/gstrtpmp4vpay.c:
19479         * gst/rtp/gstrtpmp4vpay.h:
19480         * gst/rtp/gstrtpmpadec.c:
19481         * gst/rtp/gstrtpmpadec.h:
19482         * gst/rtp/gstrtpmpadepay.c:
19483         * gst/rtp/gstrtpmpadepay.h:
19484         * gst/rtp/gstrtpmpaenc.c:
19485         * gst/rtp/gstrtpmpaenc.h:
19486         * gst/rtp/gstrtpmpapay.c:
19487         * gst/rtp/gstrtpmpapay.h:
19488         * gst/rtp/gstrtpspeexdec.c:
19489         * gst/rtp/gstrtpspeexdec.h:
19490         * gst/rtp/gstrtpspeexdepay.c:
19491         * gst/rtp/gstrtpspeexdepay.h:
19492         * gst/rtp/gstrtpspeexenc.c:
19493         * gst/rtp/gstrtpspeexenc.h:
19494         * gst/rtp/gstrtpspeexpay.c:
19495         * gst/rtp/gstrtpspeexpay.h:
19496           Do burger's rename for rtp payloaders and depayloaders
19497
19498 2005-11-30  Wim Taymans  <wim@fluendo.com>
19499
19500         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19501         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19502         * ext/dv/gstdvdemux.h:
19503         Fix seeking in dvdemux again, add some more debug info.
19504
19505 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19506
19507         * configure.ac:
19508           fix tests
19509
19510 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19511
19512         * PORTED_09:
19513         * docs/random/PORTED_09:
19514           move
19515         * tests/Makefile.am:
19516           add
19517         * win32/gst.sln:
19518           remove
19519
19520 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19521
19522         * Makefile.am:
19523         * check/.cvsignore:
19524         * check/Makefile.am:
19525         * check/elements/.cvsignore:
19526         * check/elements/level.c:
19527         * check/elements/matroskamux.c:
19528         * configure.ac:
19529         * examples/Makefile.am:
19530         * examples/capsfilter/Makefile.am:
19531         * examples/capsfilter/capsfilter1.c:
19532         * examples/gob/Makefile.am:
19533         * examples/gob/gst-identity2.gob:
19534         * examples/gstplay/.cvsignore:
19535         * examples/gstplay/Makefile.am:
19536         * examples/gstplay/player.c:
19537         * examples/indexing/.cvsignore:
19538         * examples/indexing/Makefile.am:
19539         * examples/indexing/indexmpeg.c:
19540         * examples/level/Makefile.am:
19541         * examples/level/README:
19542         * examples/level/demo.c:
19543         * examples/level/plot.c:
19544         * examples/stats/Makefile.am:
19545         * examples/stats/mp2ogg.c:
19546         * examples/switch/.cvsignore:
19547         * examples/switch/Makefile.am:
19548         * examples/switch/switcher.c:
19549           move under tests/
19550
19551 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19552
19553         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19554         (gst_text_render_class_init), (resize_bitmap),
19555         (gst_text_render_render_text), (gst_text_render_setcaps),
19556         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19557         (gst_text_render_chain), (gst_text_render_finalize),
19558         (gst_text_render_init), (gst_text_render_set_property):
19559         * ext/pango/gsttextrender.h:
19560           Add missing files.
19561
19562 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19563
19564         * configure.ac:
19565         * ext/Makefile.am:
19566         * ext/pango/Makefile.am:
19567         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19568         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19569         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19570         * ext/pango/gstclockoverlay.h:
19571         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19572         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19573         (gst_text_overlay_finalize), (gst_text_overlay_init),
19574         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19575         (gst_text_overlay_text_pad_linked),
19576         (gst_text_overlay_text_pad_unlinked),
19577         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19578         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19579         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19580         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19581         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19582         (gst_text_overlay_change_state), (plugin_init):
19583         * ext/pango/gsttextoverlay.h:
19584         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19585         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19586         (gst_time_overlay_class_init), (gst_time_overlay_init):
19587         * ext/pango/gsttimeoverlay.h:
19588           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19589           and add background shading and text wrapping modes. Make 
19590           timoverlay derive from textoverlay. Also add new clockoverlay
19591           element.
19592
19593 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19594
19595         * gst/udp/Makefile.am: Moved to netbuffer.
19596
19597 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19598
19599         * configure.ac:
19600         * PORTED_O9:
19601         * gst/multipart/Makefile.am:
19602         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19603         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19604         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19605         (gst_multipart_demux_change_state),
19606         (gst_multipart_demux_plugin_init):
19607         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19608         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19609         (gst_multipart_mux_sinkconnect),
19610         (gst_multipart_mux_request_new_pad),
19611         (gst_multipart_mux_handle_src_event),
19612         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19613         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19614         0.9.
19615
19616 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19619         * gst/debug/gstnavigationtest.h:
19620         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19621         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19622         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19623         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19624         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19625         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19626         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19627         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19628         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19629         (gst_video_flip_get_type):
19630         * gst/videofilter/gstvideoflip.h:
19631           update for symbols change
19632
19633 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19634
19635         * gst/udp/gstdynudpsink.c:
19636         * gst/udp/gstudpsrc.c:
19637           the old gstnet lib was renamed gstnetbuffer (#322257)
19638
19639 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19640
19641         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19642         (gst_text_overlay_collected):
19643           Actually render the text from the text pad.
19644
19645 2005-11-29  Edward Hervey  <edward@fluendo.com>
19646
19647         * gst/debug/gstnavseek.c: (gst_navseek_event):
19648         * gst/debug/progressreport.c: (gst_progress_report_event):
19649         Update for GstBaseTransform event virtual method
19650
19651 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19652
19653         * ext/cairo/Makefile.am:
19654           no need to link to videofilter
19655
19656 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * gst/debug/Makefile.am:
19659         * gst/debug/gstnavigationtest.h:
19660         * gst/effectv/Makefile.am:
19661         * gst/effectv/gstaging.c:
19662         * gst/effectv/gstdice.c:
19663         * gst/effectv/gstedge.c:
19664         * gst/effectv/gstquark.c:
19665         * gst/effectv/gstrev.c:
19666         * gst/effectv/gstshagadelic.c:
19667         * gst/effectv/gstvertigo.c:
19668         * gst/effectv/gstwarp.c:
19669         * gst/videofilter/Makefile.am:
19670         * gst/videofilter/gstvideofilter.c:
19671         * gst/videofilter/gstvideofilter.h:
19672         * gst/videofilter/gstvideoflip.h:
19673           remove the videofilter library and link to the one in base
19674
19675 2005-11-28  Edward Hervey  <edward@fluendo.com>
19676
19677         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19678         Useless check now we're setting the current entry correctly.
19679
19680 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19681
19682         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19683         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19684         (gst_jpegenc_change_state):
19685           Don't leak input buffer in chain function (fixes #322667); make 
19686           state change function thread-safe; don't repeat the current function
19687           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19688           gst_pad_alloc_buffer(); misc. minor cleanups.
19689
19690 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19691
19692         * gst/matroska/matroska-mux.c:
19693         (gst_matroska_mux_video_pad_setcaps):
19694         Look for pixel-aspect-ratio in caps, not pixel_width and
19695         pixel_height (Fixes: #322645)
19696
19697 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19698
19699         * gst/matroska/matroska-mux.c:
19700         (gst_matroska_mux_video_pad_setcaps):
19701         From Michal Benes:
19702         frame duration should be GST_SECOND / framerate, not
19703         GST_SECOND * framerate. (Fixes: #322643)
19704
19705 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19706
19707         * configure.ac:
19708           fix up GST_PLUGIN_LDFLAGS
19709         * gst/rtsp/rtspconnection.c:
19710           fix includes (see #317043)
19711         * gst/videofilter/Makefile.am:
19712           stop installing this library
19713
19714 2005-11-26  Edward Hervey  <edward@fluendo.com>
19715
19716         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19717         Handle the case where the incoming Video dv stream doesn't have
19718         a pixel aspect ratio set.
19719
19720 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19721
19722         * docs/plugins/Makefile.am:
19723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19725         * ext/flac/gstflacdec.c:
19726           document flacdec
19727
19728 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * docs/plugins/Makefile.am:
19731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19733         * docs/plugins/inspect/plugin-autodetect.xml:
19734         * ext/cairo/gstcairo.c: (plugin_init):
19735         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19736         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19737         (gst_text_overlay_init), (gst_text_overlay_font_init),
19738         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19739         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19740         (gst_text_overlay_text_pad_linked),
19741         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19742         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19743         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19744         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19745         (gst_text_overlay_change_state):
19746         * ext/cairo/gsttextoverlay.h:
19747         * ext/cairo/gsttimeoverlay.c:
19748         (gst_cairo_time_overlay_update_font_height),
19749         (gst_cairo_time_overlay_set_caps),
19750         (gst_cairo_time_overlay_get_unit_size),
19751         (gst_cairo_time_overlay_print_smpte_time),
19752         (gst_cairo_time_overlay_transform),
19753         (gst_cairo_time_overlay_base_init),
19754         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19755         (gst_cairo_time_overlay_get_type):
19756         * ext/cairo/gsttimeoverlay.h:
19757           do some name borgifying
19758           document
19759
19760 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * docs/plugins/Makefile.am:
19763         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19764         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19765         * gst/autodetect/gstautoaudiosink.c:
19766         (gst_auto_audio_sink_base_init):
19767         * gst/autodetect/gstautovideosink.c:
19768         (gst_auto_video_sink_base_init),
19769         (gst_auto_video_sink_factory_filter):
19770           documenting auto*sink
19771           using strstr for the video sink lookup, class field is not ordered
19772         * docs/plugins/inspect/plugin-1394.xml:
19773         * docs/plugins/inspect/plugin-aasink.xml:
19774         * docs/plugins/inspect/plugin-alaw.xml:
19775         * docs/plugins/inspect/plugin-alpha.xml:
19776         * docs/plugins/inspect/plugin-alphacolor.xml:
19777         * docs/plugins/inspect/plugin-auparse.xml:
19778         * docs/plugins/inspect/plugin-autodetect.xml:
19779         * docs/plugins/inspect/plugin-avi.xml:
19780         * docs/plugins/inspect/plugin-cacasink.xml:
19781         * docs/plugins/inspect/plugin-cairo.xml:
19782         * docs/plugins/inspect/plugin-cutter.xml:
19783         * docs/plugins/inspect/plugin-debug.xml:
19784         * docs/plugins/inspect/plugin-dv.xml:
19785         * docs/plugins/inspect/plugin-efence.xml:
19786         * docs/plugins/inspect/plugin-effectv.xml:
19787         * docs/plugins/inspect/plugin-esdsink.xml:
19788         * docs/plugins/inspect/plugin-flac.xml:
19789         * docs/plugins/inspect/plugin-flxdec.xml:
19790         * docs/plugins/inspect/plugin-gconfelements.xml:
19791         * docs/plugins/inspect/plugin-goom.xml:
19792         * docs/plugins/inspect/plugin-jpeg.xml:
19793         * docs/plugins/inspect/plugin-level.xml:
19794         * docs/plugins/inspect/plugin-matroska.xml:
19795         * docs/plugins/inspect/plugin-mulaw.xml:
19796         * docs/plugins/inspect/plugin-navigationtest.xml:
19797         * docs/plugins/inspect/plugin-ossaudio.xml:
19798         * docs/plugins/inspect/plugin-png.xml:
19799         * docs/plugins/inspect/plugin-rtp.xml:
19800         * docs/plugins/inspect/plugin-rtsp.xml:
19801         * docs/plugins/inspect/plugin-shout2send.xml:
19802         * docs/plugins/inspect/plugin-smpte.xml:
19803         * docs/plugins/inspect/plugin-speex.xml:
19804         * docs/plugins/inspect/plugin-udp.xml:
19805         * docs/plugins/inspect/plugin-videobox.xml:
19806         * docs/plugins/inspect/plugin-videoflip.xml:
19807         * docs/plugins/inspect/plugin-videomixer.xml:
19808         * docs/plugins/inspect/plugin-wavenc.xml:
19809         * docs/plugins/inspect/plugin-wavparse.xml:
19810           update for HEAD version
19811
19812 2005-11-25  Michael Smith  <msmith@fluendo.com>
19813
19814         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19815           Patch from Sebastien Cote to close control sockets in udpsrc.
19816
19817 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19818
19819         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19820         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19821         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19822         (gst_quarktv_base_init), (gst_quarktv_class_init),
19823         (gst_quarktv_init): Flush the planes list on reverse caps
19824         negotiation. This was crashing because of differently sized
19825         buffers.
19826
19827 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19828
19829         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19830         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19831         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19832         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19833         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19834         (gst_videoflip_set_property), (gst_videoflip_base_init),
19835         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19836         correctly, fix identity flipping, convert navigation event 
19837         correctly again.
19838
19839 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19840
19841         * configure.ac: back to HEAD
19842
19843 === release 0.9.6 ===
19844
19845 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19846
19847         * configure.ac:
19848           releasing 0.9.6, "Everything's Not Lost"
19849
19850 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19851
19852         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19853         Oops, initialise the framerate GValue
19854
19855 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19856
19857         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19858         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19859         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19860         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19861         (gst_timeoverlay_get_type):
19862         * ext/cairo/gsttimeoverlay.h:
19863         * gst/debug/Makefile.am:
19864         * gst/debug/gstnavigationtest.c:
19865         (gst_navigationtest_handle_src_event),
19866         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19867         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19868         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19869         (gst_navigationtest_init), (gst_navigationtest_get_type),
19870         (plugin_init):
19871         * gst/debug/gstnavigationtest.h:
19872         * gst/effectv/Makefile.am:
19873         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19874         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19875         (gst_agingtv_base_init), (gst_agingtv_class_init),
19876         (gst_agingtv_init), (gst_agingtv_get_type):
19877         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19878         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19879         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19880         (gst_dicetv_get_type):
19881         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19882         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19883         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19884         (gst_edgetv_get_type):
19885         * gst/effectv/gsteffectv.c:
19886         * gst/effectv/gsteffectv.h:
19887         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19888         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19889         (gst_quarktv_change_state), (gst_quarktv_base_init),
19890         (gst_quarktv_class_init), (gst_quarktv_init),
19891         (gst_quarktv_get_type):
19892         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19893         (gst_revtv_get_unit_size), (gst_revtv_transform),
19894         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19895         (gst_revtv_get_type):
19896         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19897         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19898         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19899         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19900         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19901         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19902         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19903         (gst_vertigotv_init), (gst_vertigotv_get_type):
19904         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19905         (gst_warptv_get_unit_size), (gst_warptv_transform),
19906         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19907         (gst_warptv_get_type):
19908         * gst/videofilter/Makefile.am:
19909         * gst/videofilter/gstvideobalance.c:
19910         * gst/videofilter/gstvideobalance.h:
19911         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19912         (gst_videofilter_class_init), (gst_videofilter_init):
19913         * gst/videofilter/gstvideofilter.h:
19914         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19915         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19916         (gst_videoflip_flip), (gst_videoflip_transform),
19917         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19918         (gst_videoflip_base_init), (gst_videoflip_class_init),
19919         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19920         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19921         BaseTransform, it's just a place holder for now and every video
19922         effect plugin has been ported to use BaseTransform features 
19923         directly. QuarkTV was fixed too (was broken), navigationtest works
19924         and best for the end, videoflip converts navigation events depending
19925         on flip method ! Fixes #320953
19926
19927 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19928
19929         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19930         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19931         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19932         (gst_goom_src_negotiate), (gst_goom_chain):
19933         * gst/matroska/matroska-mux.c:
19934         (gst_matroska_mux_video_pad_setcaps):
19935         * sys/osxvideo/osxvideosink.m:
19936           Fixes for API changes
19937
19938 2005-11-23  Michael Smith <msmith@fluendo.com>
19939
19940         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19941         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19942         * ext/jpeg/gstjpegdec.h:
19943         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19944         * ext/jpeg/gstjpegenc.h:
19945         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19946         (gst_smokeenc_resync):
19947         * ext/jpeg/gstsmokeenc.h:
19948           JPEG fractiony goodness.
19949
19950 2005-11-22  Michael Smith <msmith@fluendo.com>
19951
19952         * gst/goom/filters.c:
19953         * gst/goom/graphic.h:
19954           Fix compilation by making some functions static inline instead of
19955           extern inline, matching the way they're used.
19956
19957 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19958
19959         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19960         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19961         * ext/cairo/gsttextoverlay.h:
19962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19963         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19964         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19965         (gst_pngdec_caps_create_and_set):
19966         * ext/libpng/gstpngdec.h:
19967         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19968         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19969         * gst/avi/gstavimux.c: (gst_avimux_init),
19970         (gst_avimux_vidsinkconnect):
19971         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19972         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19973         (gst_goom_src_negotiate), (gst_goom_chain):
19974         * gst/goom/gstgoom.h:
19975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19976         * gst/matroska/matroska-mux.c:
19977         (gst_matroska_mux_video_pad_setcaps):
19978         * sys/osxvideo/osxvideosink.h:
19979         * sys/osxvideo/osxvideosink.m:
19980           More fractional framerate conversions 
19981
19982 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19983
19984         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19985         * gst/debug/gstnavigationtest.c:
19986         (gst_navigationtest_handle_src_event):
19987         * gst/videofilter/gstvideofilter.c:
19988         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19989         (gst_videofilter_init):
19990         * gst/videofilter/gstvideofilter.h:
19991           Convert to fractional framerates.
19992
19993 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19994
19995         * ext/aalib/gstaasink.c:
19996         * ext/dv/gstdvdec.c:
19997         * ext/esd/esdmon.c:
19998         * ext/flac/gstflacenc.c:
19999         * ext/gdk_pixbuf/pixbufscale.c:
20000         * ext/libcaca/gstcacasink.c:
20001         * ext/shout2/gstshout2.c:
20002         * gst/alpha/gstalpha.c:
20003         * gst/oldcore/gstaggregator.c:
20004         * gst/oldcore/gstshaper.c:
20005         * gst/smpte/barboxwipes.c:
20006         * gst/smpte/gstsmpte.c:
20007         * gst/videobox/gstvideobox.c:
20008         * gst/videofilter/gstvideoflip.c:
20009         * gst/videomixer/videomixer.c:
20010           fix up more enums
20011
20012 2005-11-22  Michael Smith <msmith@fluendo.com>
20013
20014         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20015         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20016         (gst_videomixer_update_queues):
20017           Fractional framerates, videomixer.
20018
20019 2005-11-22  Michael Smith <msmith@fluendo.com>
20020
20021         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20022         * ext/dv/gstdvdec.h:
20023         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20024         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20025         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20026         (gst_dvdemux_flush):
20027         * ext/dv/gstdvdemux.h:
20028           Fractional framerates for DV. 
20029
20030 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20031
20032         * gst/autodetect/gstautoaudiosink.c:
20033         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20034         * gst/autodetect/gstautovideosink.c:
20035         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20036           Use gst_plugin_feature_list_free() to free feature list and
20037           in the case of autovideosink free the list at all. Also
20038           miscellaneous cosmetic fixes.
20039
20040 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20041
20042         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20043         (gst_cutter_set_property), (gst_cutter_get_caps):
20044           copy calculation code from level; remove use of some audio
20045           functions
20046
20047 2005-11-22  Andy Wingo  <wingo@pobox.com>
20048
20049         * Update for gst_tag_setter API changes.
20050
20051 2005-11-22  Andy Wingo  <wingo@pobox.com>
20052
20053         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20054         (gst_dvdemux_demux_frame)
20055         * ext/flac/gstflacdec.c (gst_flacdec_write)
20056         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20057         (gst_flacenc_sink_event)
20058         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20059         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20060         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20061         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20062         * gst/auparse/gstauparse.c (gst_auparse_chain)
20063         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20064         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20065         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20066         (gst_avi_demux_handle_seek)
20067         * gst/goom/gstgoom.c (gst_goom_event)
20068         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20069         * gst/matroska/matroska-demux.c
20070         (gst_matroska_demux_handle_seek_event)
20071         (gst_matroska_demux_loop_stream_parse_id)
20072         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20073         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20074         (gst_wavparse_stream_headers): Run update-funcnames.
20075
20076 2005-11-22  Edward Hervey  <edward@fluendo.com>
20077
20078         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20079         (gst_dv1394src_init), (gst_dv1394src_dispose),
20080         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20081         (gst_dv1394src_uri_set_uri):
20082         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20083         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20084         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20085         URIHandler interface and element properties are now properly
20086         synchronized for DV1394src and UDPSrc
20087
20088 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20089
20090         * ext/flac/Makefile.am:
20091         * ext/speex/Makefile.am:
20092           libgsttagedit has been renamed to libgsttag.
20093
20094 2005-11-21  Wim Taymans  <wim@fluendo.com>
20095
20096         * gst/rtsp/rtspconnection.c: (read_body):
20097         Apply patch from Sebastien Cote to fix #319184.
20098
20099 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20100
20101         * configure.ac:
20102         * gst/cutter/Makefile.am:
20103         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20104         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20105         (gst_cutter_set_property), (gst_cutter_get_property),
20106         (plugin_init), (gst_cutter_get_caps):
20107           port cutter
20108         * gst/level/gstlevel.c:
20109           fix up plugin details
20110
20111 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20112
20113         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20114         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20115         (gst_flacdec_src_event):
20116         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20117         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20118         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20120         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20121         (gst_flxdec_sink_event_handler):
20122         * gst/matroska/matroska-demux.c:
20123         (gst_matroska_demux_handle_seek_event):
20124         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20125           Update for stream lock API changes: don't take stream log
20126           in sink event handlers any longer and change GST_STREAM_LOCK
20127           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20128           functions.
20129
20130 2005-11-21  Michael Smith <msmith@fluendo.com>
20131
20132         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20133           gst_object_unref, not g_object_unref
20134
20135 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20136
20137         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20138         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20139           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20140
20141 2005-11-21  Michael Smith <msmith@fluendo.com>
20142
20143         * gst/auparse/Makefile.am:
20144         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20145         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20146         (gst_auparse_change_state):
20147         * gst/auparse/gstauparse.h:
20148           Partially fix #161712. playbin still doesn't work on these files,
20149           (on the bug report, Andy says we aren't typefinding it for some
20150           reason?) but at least auparse isn't totally busted like it was before.
20151
20152 2005-11-21  Andy Wingo  <wingo@pobox.com>
20153
20154         * *.h:
20155         * *.c: Ran scripts/update-macros. Oh yes.
20156
20157 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20158
20159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20160           Filler events are gone for now, comment out section generating
20161           them.
20162
20163 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20164
20165         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20166         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20167         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20168         * sys/osxvideo/osxvideosink.m:
20169           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20170           (#322027)
20171
20172 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20173
20174         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20175         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20176         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20177         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20178         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20179         (gst_avi_demux_stream_data):
20180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20181         * gst/wavenc/gstwavenc.c: (write_metadata):
20182         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20183         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20184         Fixes for GST_FOURCC_FORMAT API change.
20185
20186 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20187
20188         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20189         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20190         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20191         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20192         (gst_text_overlay_change_state):
20193         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20194         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20195         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20196         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20197         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20198         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20199         (gst_videomixer_change_state):
20200           Fix for collect pads API change. Also fix textoverlay state
20201           change function.
20202
20203 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20204
20205         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20206         GST_PAD_IS_USABLE by something approaching it.
20207
20208 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20209
20210         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20211         API changes.
20212         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20213         but also fix the code that was not checking return values from
20214         pad_push neither using pad_alloc_buffer.
20215
20216 2005-11-18  Edward Hervey  <edward@fluendo.com>
20217
20218         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20219         (gst_pngenc_chain):
20220         Added debug category
20221         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20222         goes to EOS.
20223
20224 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20225
20226         * gst/rtp/Makefile.am
20227         * gst/rtp/gstrtp.c
20228         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20229         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20230         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20231         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20232         * gst/rtp/gstrtpg711enc.h:
20233         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20234         * gst/rtp/gstrtpspeexenc.c:
20235         * gst/rtp/gstrtpspeexenc.h:
20236         * gst/rtp/gstrtpspeexdec.c:
20237         * gst/rtp/gstrtpspeexdec.h:
20238         Created Speex payloader and depayloader; Optimize G711 payloader to
20239         use adapter and send packets until MTU size.
20240
20241 2005-11-16  Wim Taymans  <wim@fluendo.com>
20242
20243         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20244         Fix leak in check.
20245
20246 2005-11-16  Wim Taymans  <wim@fluendo.com>
20247
20248         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20249         Fix state change.
20250
20251 2005-11-16  Andy Wingo  <wingo@pobox.com>
20252
20253         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20254         (gst_udpsrc_create): Move comment.
20255
20256 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20257
20258         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20259
20260         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20261           When seeking, seek to closest index entry at or before the requested
20262           seek position, not just the closest one (#321001).
20263
20264 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20265
20266         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20267         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20268           Invert DIB images again (see #132341).
20269
20270 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20271
20272         * configure.ac:
20273           rework configure.ac file
20274         * ext/aalib/gstaasink.c:
20275         * ext/cairo/gstcairo.c:
20276         * ext/dv/gstdv.c:
20277         * ext/esd/gstesd.c:
20278         * ext/flac/gstflac.c:
20279         * ext/gconf/gstgconfelements.c:
20280         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20281         * ext/jpeg/gstjpeg.c:
20282         * ext/ladspa/gstladspa.c:
20283         * ext/libcaca/gstcacasink.c:
20284         * ext/libmng/gstmng.c:
20285         * ext/libpng/gstpng.c:
20286         * ext/mikmod/gstmikmod.c:
20287         * ext/pango/gsttextoverlay.c:
20288         * ext/pango/gsttimeoverlay.c:
20289         * ext/raw1394/gst1394.c:
20290         * ext/speex/gstspeex.c:
20291         * gst/alpha/Makefile.am:
20292         * gst/alpha/gstalpha.c:
20293         * gst/alpha/gstalphacolor.c:
20294         * gst/auparse/gstauparse.c:
20295         * gst/autodetect/gstautoaudiosink.c:
20296         (gst_auto_audio_sink_factory_filter),
20297         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20298         * gst/autodetect/gstautodetect.c:
20299         * gst/avi/gstavi.c:
20300         * gst/cutter/gstcutter.c:
20301         * gst/debug/efence.c:
20302         * gst/debug/gstdebug.c:
20303         * gst/debug/gstnavigationtest.c:
20304         * gst/effectv/gsteffectv.c:
20305         * gst/flx/gstflxdec.c:
20306         * gst/goom/gstgoom.c:
20307         * gst/interleave/plugin.c:
20308         * gst/law/alaw.c:
20309         * gst/law/mulaw.c:
20310         * gst/level/gstlevel.c:
20311         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20312         * gst/matroska/matroska.c:
20313         * gst/median/gstmedian.c:
20314         * gst/monoscope/gstmonoscope.c:
20315         * gst/multipart/multipart.c:
20316         * gst/oldcore/gstelements.c:
20317         * gst/rtp/gstrtp.c:
20318         * gst/rtsp/gstrtsp.c:
20319         * gst/smoothwave/gstsmoothwave.c:
20320         * gst/smpte/gstsmpte.c:
20321         * gst/udp/gstudp.c:
20322         * gst/videobox/gstvideobox.c:
20323         * gst/videofilter/gstgamma.c:
20324         * gst/videofilter/gstvideobalance.c:
20325         * gst/videofilter/gstvideoflip.c:
20326         * gst/videofilter/gstvideotemplate.c:
20327         * gst/videomixer/videomixer.c:
20328         * gst/wavenc/gstwavenc.c:
20329         * gst/wavparse/gstwavparse.c:
20330         * sys/oss/gstossaudio.c:
20331         * sys/osxaudio/gstosxaudio.c:
20332           update GST_PLUGIN_DEFINE
20333         * gst/rtp/Makefile.am:
20334         * gst/rtp/gstasteriskh263.c:
20335           check for htons/htonl headers and possibly link to winsock2 lib
20336
20337 2005-11-12  Edward Hervey  <edward@fluendo.com>
20338
20339         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20340         Only GST_DEBUG() information on the valid components.
20341
20342 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20343
20344         * configure.ac: back to HEAD
20345
20346 === release 0.9.5 ===
20347
20348 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20349
20350         * configure.ac:
20351           releasing 0.9.5, "Phone Alarm"
20352
20353 2005-11-11  Edward Hervey  <edward@fluendo.com>
20354
20355         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20356         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20357         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20358         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20359         (gst_avi_demux_loop):
20360         * gst/avi/gstavidemux.h:
20361         Yeah, implement proper seeking. Exact seeking and segment seeking.
20362         Still need to do some checks for segment_stop.
20363
20364 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20365
20366         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20367
20368         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20369           Don't try to ready buffer duration from buffer that we don't
20370           own any  longer and that might already have been unreffed.
20371           (#321136)
20372
20373 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20374
20375         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20376         (flx_decode_delta_flc), (gst_flxdec_chain):
20377         Attempting to optimize the code for embedded systems.
20378
20379 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20380
20381         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20382
20383         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20384           Don't re-use already closed file descriptor. (#320920)
20385
20386 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20387
20388         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20389         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20390         (gst_oss_sink_prepare):
20391         * sys/oss/gstosssink.h:
20392           Cache probed caps; fix debug output for SET_PARAM macros.
20393
20394 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20395
20396         * ext/cairo/Makefile.am:
20397         * ext/cairo/gstcairo.c: (plugin_init):
20398         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20399         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20400         (gst_text_overlay_init), (gst_text_overlay_font_init),
20401         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20402         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20403         (gst_text_overlay_text_pad_linked),
20404         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20405         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20406         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20407         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20408         (gst_text_overlay_change_state):
20409         * ext/cairo/gsttextoverlay.h:
20410           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20411           property and redo positioning. Doesn't handle upstream renegotiation
20412           yet though.
20413
20414 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20415
20416         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20417         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20418         (gst_avi_demux_loop):
20419           No need to take the STREAM_LOCK in the loop function. Improve
20420           some debug messages. Don't leak pad names in debug messages.
20421
20422 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20423
20424         * gst/matroska/matroska-demux.c:
20425         (gst_matroska_demux_push_vorbis_codec_priv_data),
20426         (gst_matroska_demux_add_wvpk_header):
20427           Don't error out when the source pad isn't linked.
20428
20429 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20430
20431         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20432         (gst_gconf_audio_sink_change_state):
20433         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20434         (gst_gconf_video_sink_change_state):
20435           Fix state change functions here as well and set kid
20436           to NULL state before removing it.
20437
20438 2005-11-01  Edward Hervey  <edward@fluendo.com>
20439
20440         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20441         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20442         Added proper event handlind, 
20443         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20444         ignored),
20445         and don't set a duration of 0 for buffers otherwise they are discarded
20446         by GstBaseSink.
20447
20448         GstWavEnc needs some serious loving, after going through the code I'm
20449         really wondering how this can stay in -good ...
20450
20451 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20452
20453         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20454         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20455         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20456         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20457         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20458         (gst_matroska_mux_collected):
20459           Fix leaks and invalid memory access as reported by valgrind
20460
20461 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20462
20463         Patch by: Michal Benes <michal.benes@xeris.cz>
20464
20465         * check/Makefile.am:
20466         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20468         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20469           add a unit test for matroskamux
20470           fix the bugs that the unit test exposed
20471
20472 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20473
20474         * gst/autodetect/gstautoaudiosink.c:
20475         (gst_auto_audio_sink_class_init),
20476         (gst_auto_audio_sink_change_state):
20477         * gst/autodetect/gstautovideosink.c:
20478         (gst_auto_video_sink_class_init),
20479         (gst_auto_video_sink_change_state):
20480           Fix state change function and use GST_DEBUG_FUNCPTR in
20481           class_init.
20482
20483 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20484
20485         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20486
20487         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20488         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20489         * gst/matroska/ebml-write.h:
20490         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20491           Set timestamps on outgoing ebml headers as well, so that the
20492           element after matroskamux can get the timestamp already when
20493           reading the first ebml element and doesn't have to wait for
20494           the actual data buffer for that (#320308).
20495           
20496 2005-10-31  Andy Wingo  <wingo@pobox.com>
20497
20498         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20499         (gst_videomixer_pad_link): Kill some memleaks.
20500         (gst_videomixer_pad_get_property): Style fix.
20501         (gst_videomixer_pad_set_property): Style fix.
20502         (gst_videomixer_pad_init): Style fix.
20503         (gst_videomixer_update_queues): Kill memleak.
20504         (gst_videomixer_loop): Kill memleak.
20505         (gst_videomixer_collected): Kill memleak.
20506
20507 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20508
20509         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20510         gst_auparse_change_state:
20511         Just some cleanup.
20512
20513 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20514
20515         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20516         Add checks to GST_FLOW_NOT_LINKED for values returned
20517         from gst_pad_push.
20518         
20519 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20520
20521         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20522         (gst_rtpg711dec_process):
20523         * gst/rtp/gstrtpgsmenc.c:
20524         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20525         are never set. This is important for the g711 to work with burger's rtpbin
20526         element.
20527
20528 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20529
20530         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20531         (gst_speexenc_push_buffer):
20532         Add checks for return values from gst_pad_push and
20533         gst_pad_alloc_buffer.
20534
20535 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20536
20537         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20538
20539         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20540         (gst_matroska_demux_parse_info),
20541         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20542         (gst_matroska_demux_parse_cluster):
20543         * gst/matroska/matroska-ids.h:
20544         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20545         (gst_matroska_mux_init), (gst_matroska_mux_start),
20546         (gst_matroska_mux_create_buffer_header),
20547         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20548         (gst_matroska_mux_get_property):
20549         * gst/matroska/matroska-mux.h:
20550           Add SimpleBlock support to matroska demuxer and muxer (part of
20551           Matroska v2). (#319731)
20552
20553 2005-10-28  Wim Taymans  <wim@fluendo.com>
20554
20555         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20556         (gst_jpeg_dec_change_state):
20557         * ext/jpeg/gstjpegdec.h:
20558         Cleanups. Don't create caps for every chain.
20559
20560 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20561
20562         * gst/law/alaw-encode.c: (gst_alawenc_init),
20563         (alawenc_setcaps), (gst_alawenc_chain)
20564         * gst/law/alaw-encode.h:
20565         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20566         (mulawenc_setcaps), (gst_mulawenc_chain)
20567         * gst/law/mulaw-encode.h:
20568         Set timestamp on buffer and it allows RTP G711 elements
20569         work properly.
20570
20571 2005-10-27  Wim Taymans  <wim@fluendo.com>
20572
20573         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20574         Set correct format on oss instead of a silly value. 
20575
20576 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20577
20578         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20579         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20580         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20581         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20582         I420 rendering as well, doesn't bring much for my platform.
20583         Might help on some other platforms.
20584
20585 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20586
20587         * gst/rtp/gstrtpgsmenc.c:
20588         * gst/rtp/gstrtpgsmparse.c:
20589         Declaring the padtemplate correctly.
20590
20591 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20592
20593         * gst/rtp/gstrtpg711dec.c:
20594         * gst/rtp/gstrtpg711enc.c:
20595         * gst/rtp/gstrtpgsmenc.c:
20596         * gst/rtp/gstrtpgsmparse.c:
20597         Setting the proper copyright notice.
20598
20599 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20600
20601         * gst/videobox/Makefile.am: Use liboil.
20602         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20603         (gst_video_box_set_property), (gst_video_box_transform_caps),
20604         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20605         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20606         using liboil. Will dot the same to I420 border generation
20607         tomorrow.
20608
20609 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20610
20611         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20612         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20613         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20614         * gst/rtp/gstrtpg711dec.h:
20615         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20616         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20617         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20618         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20619         (gst_rtpgsmenc_handle_buffer):
20620         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20621         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20622         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20623         * gst/rtp/gstrtpgsmparse.h:
20624         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20625         inherits from the basertpdepayloader.
20626
20627 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20628
20629         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20630         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20631         (gst_video_box_ayuv): Removing this forgotten debug.
20632
20633 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20634
20635         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20636         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20637         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20638
20639 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20640
20641         * sys/oss/gstossaudio.c:
20642         * sys/oss/gstossdmabuffer.c:
20643         * sys/oss/gstosshelper.c:
20644         * sys/oss/gstossmixer.c:
20645         * sys/oss/gstossmixerelement.c:
20646         * sys/oss/gstossmixertrack.c:
20647         * sys/oss/gstosssink.c:
20648         * sys/oss/gstosssrc.c:
20649           Actually use the 'oss' debug category we register.
20650
20651 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20652
20653         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20654         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20655         Use gst_pad_get_parent and drop the ref that was added through
20656         that call.
20657
20658 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         * gst/rtp/gstrtpgsmenc.c:
20661           Fix compilation
20662
20663 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20664
20665         * gst/rtp/gstrtpg711dec.c
20666         Just removed a couple of lines of weird code used during
20667         development/test time.
20668
20669 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20670
20671         * gst/rtp/Makefile.am
20672         * gst/rtp/gstrtp.c
20673         * gst/rtp/gstrtpg711enc.c
20674         * gst/rtp/gstrtpg711enc.h
20675         * gst/rtp/gstrtpg711dec.c
20676         * gst/rtp/gstrtpg711dec.h
20677         Created G711 payloader and depayloader (it supports mulaw and alaw
20678         (dec)encoders)
20679
20680 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20681
20682         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20683         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20684         Doh ! I introduced wingo's bug again ! Sorry...
20685
20686 2005-10-25  Christian Schaller <christian@fluendo.com> 
20687
20688         * gst/rtp/Makefile.am: add missing header files for disting
20689
20690 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20691
20692         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20693         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20694         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20695         (gst_rtpgsmenc_handle_buffer):
20696         * gst/rtp/gstrtpgsmenc.h:
20697         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20698         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20699         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20700         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20701         * gst/rtp/gstrtpgsmparse.h:
20702         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20703
20704 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20705
20706         * ext/libpng/gstpngdec.c: (user_info_callback),
20707         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20708         a newsegment event, move some redundant code in a single place.
20709
20710 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20711
20712         * ext/libpng/gstpngdec.c: (user_info_callback),
20713         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20714         hack to get correct colors order when we have a png image with
20715         alpha channel.
20716
20717 2005-10-24  Edward Hervey  <edward@fluendo.com>
20718
20719         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20720         Call gst_element_no_more_pads when there will be no more pads.
20721
20722 2005-10-24  Wim Taymans  <wim@fluendo.com>
20723
20724         * gst/rtp/Makefile.am:
20725         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20726         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20727         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20728         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20729         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20730         (gst_asteriskh263_plugin_init):
20731         * gst/rtp/gstasteriskh263.h:
20732         * gst/rtp/gstrtp.c: (plugin_init):
20733         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20734         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20735         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20736         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20737         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20738         (gst_rtph263enc_plugin_init):
20739         * gst/rtp/gstrtph263enc.h:
20740         Added two new payloaders, an RFC 2190 payloader for h263 and
20741         a payload convertor for an asterisk server.
20742
20743 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20744
20745         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20746           Set bytes_per_sample correctly (is not always 4, but 
20747           depends on width and number of channels).
20748
20749 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20750
20751         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20752         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20753         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20754         (gst_flacenc_sink_event), (gst_flacenc_chain),
20755         (gst_flacenc_set_property), (gst_flacenc_get_property),
20756         (gst_flacenc_change_state):
20757         * ext/flac/gstflacenc.h:
20758           Fix seeking, so that flacenc can rewrite the header with the
20759           correct duration and amount of samples and all that at EOS;
20760           also set timestamps and granulepos on outgoing buffers; add
20761           debug category; fix state change function.
20762           
20763 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20764
20765         * gst/videomixer/videomixer.c: Don't restrict video geometry
20766         from 16 to 4096.
20767
20768 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20769
20770         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20771         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20772         Fix caps negotiation correctly, add debugging category.
20773
20774 2005-10-24  Christian Schaller  <christian@fluendo.com>
20775
20776         * configure.ac: Port over Thomas's change from base listing all plugins
20777
20778 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20779
20780         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20781         a sink pad.
20782
20783 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20784
20785         * configure.ac:
20786         * docs/upload.mak:
20787           back to HEAD
20788
20789 === release 0.9.4 ===
20790
20791 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20792
20793         * configure.ac:
20794           Releasing 0.9.4, "Dromiceiomimus"
20795
20796 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20797
20798         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20799         (gst_speexenc_src_query):
20800           Add position and duration query, fix query type function.
20801           
20802         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20803         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20804           Let's not set non-fixed caps on source pads.
20805
20806 2005-10-21  Wim Taymans  <wim@fluendo.com>
20807
20808         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20809         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20810         (gst_avi_demux_handle_seek):
20811         Set correct stream_time in newsegment event.
20812         avi can also handle a duration query now.
20813
20814 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20815
20816         * gst/matroska/matroska-demux.c:
20817         (gst_matroska_demux_handle_src_query),
20818         (gst_matroska_demux_handle_seek_event),
20819         (gst_matroska_demux_loop_stream_parse_id):
20820           Fix duration query; fix basetime in newsegment event after
20821           seek; fix duration in initial newsegment event.
20822
20823         * gst/matroska/matroska-mux.c:
20824         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20825           Extract number of channels and samplerate from vorbis headers;
20826           add some debug messages when querying the durations of the
20827           input streams.
20828
20829 2005-10-20  Wim Taymans  <wim@fluendo.com>
20830
20831         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20832         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20833         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20834         Set stream time correctly in newsegment.
20835
20836 2005-10-20  Wim Taymans  <wim@fluendo.com>
20837
20838         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20839         Correctly fill in the stream time.
20840
20841 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20842
20843         * check/elements/level.c: (GST_START_TEST):
20844         * gst/level/gstlevel.c: (gst_level_message_new):
20845         * gst/level/level-example.c: (message_handler):
20846           use ELEMENT messages instead
20847
20848 2005-10-19  Wim Taymans  <wim@fluendo.com>
20849
20850         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20851         (gst_dvdemux_src_query):
20852         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20853         (gst_flacdec_src_query):
20854         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20855         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20856         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20857         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20858         * gst/debug/progressreport.c: (gst_progress_report_report):
20859         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20860         * gst/matroska/matroska-demux.c:
20861         (gst_matroska_demux_handle_src_query):
20862         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20863         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20864         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20865         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20866         (gst_wavparse_srcpad_event):
20867         API change fix.
20868
20869 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20870
20871         * gst/goom/filters.c:
20872         * gst/goom/graphic.h:
20873         * gst/goom/lines.c:
20874           Make inline functions either 'static inline' or 'extern inline',
20875           otherwise the Forte compiler apparently won't inline them (#317300).
20876
20877 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20878
20879         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20880         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20881         (user_info_callback), (user_endrow_callback), (user_end_callback),
20882         (user_read_data), (gst_pngdec_caps_create_and_set),
20883         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20884         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20885         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20886         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20887         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20888         very nice and handle push/pull based model. if you have filesrc
20889         connected to it, it will do random access to load the png file.
20890         If you have a network source that can't do _getrange, it does 
20891         progressive loading through the chain function.
20892         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20893         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20894         thanks to Master Wim Taymans ;-)
20895
20896 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20897
20898         * gst/matroska/Makefile.am:
20899         * gst/matroska/ebml-read.c:
20900         * gst/matroska/ebml-read.h:
20901         * gst/matroska/matroska-demux.c:
20902         * gst/matroska/matroska-demux.h:
20903         * gst/matroska/matroska.c: (plugin_init):
20904           Ported matroska demuxer to 0.9.
20905
20906 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20907
20908         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20909
20910         * gst/matroska/matroska-mux.c:
20911         (gst_matroska_mux_video_pad_setcaps),
20912         (gst_matroska_mux_audio_pad_setcaps):
20913           Fix mpeg4 input handling (#318847); also, while we're at it,
20914           fix media type for Motion-JPEG: should be image/jpeg.
20915
20916 2005-10-18  Wim Taymans  <wim@fluendo.com>
20917
20918         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20919         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20920         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20921         Fix for segment-start/stop API change.
20922
20923 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20924
20925         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20926         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20927         way.
20928
20929 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20930
20931         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20932         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20933         output declared in transform_caps.
20934
20935 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20936
20937         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20938
20939 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20940
20941         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20942         (gst_video_box_get_unit_size): Fix wrong size calculations and
20943         implement get_unit_size correctly.
20944
20945 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20946
20947         * configure.ac:
20948           Enable flx plugin.
20949
20950         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20951           Fix gcc4 signedness issue.
20952
20953 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20954
20955         * configure.ac: Adding videomixer.
20956         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20957         (user_read_data), (gst_pngdec_chain): More debugging.
20958         * gst/alpha/Makefile.am: Adding alphacolor
20959         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20960         (gst_alpha_color_class_init), (gst_alpha_color_init),
20961         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20962         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20963         (plugin_init): Ported to 0.9 using in place base tranform.
20964         * gst/videomixer/Makefile.am:
20965         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20966         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20967         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20968         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20969         (gst_videomixer_init), (gst_videomixer_getcaps),
20970         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20971         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20972         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20973         to 0.9 using collectpads.
20974
20975 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20976
20977         * configure.ac:
20978         * gst/flx/Makefile.am:
20979         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20980         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20981         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20982         * gst/flx/gstflxdec.h:
20983         flx plugin ported to 0.9
20984
20985 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20988           use new gst_version_string()
20989
20990 2005-10-16  Andy Wingo  <wingo@pobox.com>
20991
20992         * configure.ac: GLIB_CHECK.
20993
20994 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20995
20996         * ext/libpng/Makefile.am:
20997         * ext/libpng/gstpng.c: (plugin_init):
20998         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20999         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21000         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21001
21002 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21003
21004         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21005
21006         * configure.ac:
21007         * gst/matroska/Makefile.am:
21008         * gst/matroska/ebml-ids.h:
21009         * gst/matroska/ebml-write.c:
21010         * gst/matroska/ebml-write.h:
21011         * gst/matroska/matroska-ids.h:
21012         * gst/matroska/matroska-mux.c:
21013         * gst/matroska/matroska-mux.h:
21014         * gst/matroska/matroska.c: (plugin_init):
21015           Port matroska muxer to 0.9 (#318847).
21016
21017 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21018
21019         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21020         (comment_init), (comment_add):
21021           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21022           use GST_READ_UINT32_LE() and friends rather than the private
21023           implementation of those same macros.
21024
21025 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21026
21027         * examples/stats/mp2ogg.c:
21028           more typo fixes
21029
21030 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21031
21032         * examples/indexing/indexmpeg.c: (main):
21033         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21034         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21035         * ext/esd/esdmon.h:
21036         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21037         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21038         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21039         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21040         * gst/avi/gstavimux.c: (gst_avimux_init):
21041         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21042         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21043         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21044         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21045         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21046         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21047         * gst/oldcore/gstmultifilesrc.h:
21048         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21049         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21050         (gst_pipefilter_change_state):
21051         * gst/oldcore/gstpipefilter.h:
21052         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21053         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21054         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21055         * sys/osxaudio/gstosxaudiosink.h:
21056         * sys/osxaudio/gstosxaudiosrc.h:
21057           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21058           moved bitshift from macro to enum definition
21059
21060 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21061
21062         * ext/Makefile.am:
21063         * ext/cairo/Makefile.am:
21064         * ext/cairo/gstcairo.c: (plugin_init):
21065         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21066         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21067         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21068         * ext/cairo/gsttimeoverlay.h:
21069           update of cairo-based timeoverlay to 1.0 Cairo API
21070           doesn't work yet for resizing of output sink
21071
21072 2005-10-11  Wim Taymans  <wim@fluendo.com>
21073
21074         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21075         newsegment API fix.
21076
21077 2005-10-11  Wim Taymans  <wim@fluendo.com>
21078
21079         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21080         (gst_dvdemux_demux_frame):
21081         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21082         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21083         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21084         (gst_avi_demux_handle_seek):
21085         * gst/goom/gstgoom.c: (gst_goom_event):
21086         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21087         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21088         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21089         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21090         (gst_wavparse_srcpad_event):
21091         newsegment API update.
21092
21093 2005-10-11  Andy Wingo  <wingo@pobox.com>
21094
21095         * ext/speex/gstspeexenc.c: Signedness cleanups.
21096
21097 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21098
21099         * PORTED_09:
21100         * ext/speex/Makefile.am:
21101         * ext/speex/gstspeex.c:
21102         * ext/speex/gstspeexenc.c:
21103         Speexenc ported to 0.9
21104
21105 2005-10-10  Wim Taymans  <wim@fluendo.com>
21106
21107         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21108         (gst_oss_sink_init), (gst_oss_sink_set_property),
21109         (gst_oss_sink_get_property), (gst_oss_sink_open),
21110         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21111         * sys/oss/gstosssink.h:
21112         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21113         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21114         (gst_oss_src_prepare):
21115         Cleanups, make device configurable in the sink, handle and report
21116         errors.
21117
21118 2005-10-10  Wim Taymans  <wim@fluendo.com>
21119
21120         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21121         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21122         Make sure element is NULL before removing from the bin.
21123
21124 2005-10-07  Andy Wingo  <wingo@pobox.com>
21125
21126         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21127         block forever in a read().
21128         (gst_dv1394src_bus_reset): Post a message when the cable is
21129         unplugged.
21130         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21131         (gst_dv1394src_bus_reset): Don't unref the message.
21132
21133         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21134         hacking. The only change should be that the state change stuff was
21135         put into basesrc's start() and stop() routines, which coalesces
21136         some steps.
21137
21138 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21139
21140         * configure.ac:
21141           Add check for mmap
21142           
21143         * gst/debug/Makefile.am:
21144           Only compile efence plugin on systems that have mmap.
21145
21146 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21147
21148         * gst/debug/Makefile.am:
21149         * gst/debug/breakmydata.c:
21150         * gst/debug/gstdebug.c:
21151         * gst/debug/gstnavigationtest.c:
21152         * gst/debug/gstnavseek.c: 
21153         * gst/debug/gstnavseek.h:
21154         * gst/debug/progressreport.c: 
21155         * gst/debug/testplugin.c:
21156           Port progressreport, navseek, navigationtest, testsink and
21157           breakmydata.
21158
21159 2005-10-05  Edward Hervey  <edward@fluendo.com>
21160
21161         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21162         (gst_dvdemux_src_query):
21163         Fixes for better conversion
21164
21165 2005-10-04  Michael Smith <msmith@fluendo.com>
21166
21167         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21168         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21169         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21170         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21171           Set state of elements to NULL before removing from bins.
21172           Set state of test element to NULL if we failed to move it to READY
21173
21174 2005-10-04  Edward Hervey  <edward@fluendo.com>
21175
21176         * ext/dv/Makefile.am:
21177         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21178         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21179         Corrected the query function for position so it doesn't forget what
21180         format was asked, and calls the conversion functions on the correct pad.
21181
21182 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21183
21184         * configure.ac:
21185           back to development
21186
21187 === release 0.9.3 ===
21188
21189 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21190
21191         * configure.ac:
21192           Releasing 0.9.3, "Aramis"
21193
21194 2005-10-03  Andy Wingo  <wingo@pobox.com>
21195
21196         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21197         error returns.
21198
21199 2005-10-02  Andy Wingo  <wingo@pobox.com>
21200
21201         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21202
21203         * ext/flac/gstflacenc.c: Ported to 0.9.
21204
21205         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21206
21207         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21208         and link to gsttagedit. Enable flacenc.
21209
21210         * ext/flac/gstflacdec.c: Re-enable tag reading.
21211
21212 2005-09-30  Wim Taymans  <wim@fluendo.com>
21213
21214         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21215         * gst/rtp/gstrtpgsmparse.c:
21216         * gst/rtp/gstrtph263penc.c:
21217         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21218         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21219         (gst_rtpmp4venc_set_property):
21220         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21221         Various class and caps fixes from Andre Magalhaes (andrunko)
21222
21223 2005-09-29  Wim Taymans  <wim@fluendo.com>
21224
21225         * gst/level/level-example.c: (main):
21226         Update for new bus API.
21227
21228 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21229
21230         * configure.ac:
21231           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21232           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21233
21234 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21235
21236         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21237           Fix playback of mono streams (bytes_per_sample should be set
21238           from the sample width and the number of channels negotiated,
21239           and not just be set to 4) (#317338)
21240
21241 2005-09-26  Wim Taymans  <wim@fluendo.com>
21242
21243         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21244         (gst_rtpmpaenc_handle_buffer):
21245         Set buffer duration correctly.
21246
21247 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21248
21249         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21250         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21251         (gst_avi_demux_change_state):
21252           Don't crash when encountering a stream with an unknown fourcc or
21253           codec id. Instead, create a pad of type video/x-avi-unknown or
21254           audio/x-avi-unknown, which as a side-effect also results in less
21255           confusing error messages in players ('no decoder' vs. 'no streams');
21256           minor fixes to state change function and class_init function.
21257
21258 2005-09-24  Wim Taymans  <wim@fluendo.com>
21259
21260         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21261         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21262         These are sinks.
21263
21264 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21265
21266         * check/elements/level.c: (GST_START_TEST):
21267           fix test for new GstClockTime use
21268         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21269         (gst_level_transform_ip):
21270         * gst/level/gstlevel.h:
21271           fix up the decay peak, ensuring the decay peak is never lower
21272           than the peak for that interval
21273
21274 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21275
21276         * docs/plugins/gst-plugins-good-plugins.args:
21277         * docs/plugins/inspect/plugin-alpha.xml:
21278         * docs/plugins/inspect/plugin-rtp.xml:
21279         * gst/level/gstlevel.c: (gst_level_set_caps),
21280         (gst_level_transform_ip):
21281           updating docs
21282
21283 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21284
21285         * Makefile.am:
21286         * check/elements/level.c: (GST_START_TEST):
21287         * gst/level/Makefile.am:
21288         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21289         (gst_level_set_property), (gst_level_get_property),
21290         (gst_level_set_caps), (gst_level_message_new),
21291         (gst_level_transform_ip):
21292         * gst/level/gstlevel.h:
21293         * gst/level/level-example.c: (message_handler), (main):
21294           convert to using GstClockTime for all time values, finally.
21295
21296 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21297
21298         * gst/auparse/Makefile.am:
21299         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21300           fix up build
21301         * configure.ac:
21302         * ext/cairo/Makefile.am:
21303         * ext/dv/Makefile.am:
21304         * ext/esd/Makefile.am:
21305         * ext/flac/Makefile.am:
21306         * ext/gconf/Makefile.am:
21307         * ext/gdk_pixbuf/Makefile.am:
21308         * ext/jpeg/Makefile.am:
21309         * ext/ladspa/Makefile.am:
21310         * ext/libcaca/Makefile.am:
21311         * ext/libmng/Makefile.am:
21312         * ext/libpng/Makefile.am:
21313         * ext/mikmod/Makefile.am:
21314         * ext/pango/Makefile.am:
21315         * ext/raw1394/Makefile.am:
21316         * ext/shout2/Makefile.am:
21317         * ext/speex/Makefile.am:
21318         * gst/alpha/Makefile.am:
21319         * gst/autodetect/Makefile.am:
21320         * gst/avi/Makefile.am:
21321         * gst/cutter/Makefile.am:
21322         * gst/debug/Makefile.am:
21323         * gst/effectv/Makefile.am:
21324         * gst/flx/Makefile.am:
21325         * gst/goom/Makefile.am:
21326         * gst/interleave/Makefile.am:
21327         * gst/law/Makefile.am:
21328         * gst/matroska/Makefile.am:
21329         * gst/median/Makefile.am:
21330         * gst/monoscope/Makefile.am:
21331         * gst/multipart/Makefile.am:
21332         * gst/oldcore/Makefile.am:
21333         * gst/rtp/Makefile.am:
21334         * gst/rtsp/Makefile.am:
21335         * gst/smoothwave/Makefile.am:
21336         * gst/smpte/Makefile.am:
21337         * gst/videobox/Makefile.am:
21338         * gst/videofilter/Makefile.am:
21339         * gst/videomixer/Makefile.am:
21340         * gst/wavenc/Makefile.am:
21341         * gst/wavparse/Makefile.am:
21342         * sys/oss/Makefile.am:
21343         * sys/osxaudio/Makefile.am:
21344         * sys/osxvideo/Makefile.am:
21345           fix up GST_LIBS use
21346
21347 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21348
21349         * gst/auparse/Makefile.am:
21350         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21351           fix build of auparse
21352
21353 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21354
21355         * configure.ac:
21356         * PORTED_09:
21357         * gst/auparse/gstauparse.c:
21358         * gst/auparse/gstauparse.h:
21359         Auparse ported to 0.9.
21360
21361 2005-09-22  Wim Taymans  <wim@fluendo.com>
21362
21363         * gst/rtp/TODO:
21364         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21365         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21366         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21367         (gst_rtpmp4venc_set_property):
21368         * gst/rtp/gstrtpmp4venc.h:
21369         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21370         * gst/rtp/gstrtpmpaenc.h:
21371         Use is_filled to both check MTU and max-ptime of base class.
21372
21373 2005-09-22  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21376         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21377         (gst_rtpmp4venc_set_property):
21378         Don't fragment packets with multiple frames.
21379
21380 2005-09-22  Wim Taymans  <wim@fluendo.com>
21381
21382         * gst/rtp/TODO:
21383         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21384         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21385         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21386         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21387         (gst_rtpmp4venc_get_property):
21388         * gst/rtp/gstrtpmp4venc.h:
21389         Remove g_print.
21390         Update TODO
21391         Make payload encoder a bit smarter and more correct with
21392         timestamps.
21393         Added option in payloader to include config string in-band.
21394
21395 2005-09-21  Wim Taymans  <wim@fluendo.com>
21396
21397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21398         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21399         (gst_rtspsrc_send):
21400         Strip spaces for key/value pairs.
21401
21402 2005-09-21  Wim Taymans  <wim@fluendo.com>
21403
21404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21405         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21406         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21407         (gst_rtspsrc_change_state):
21408         More SDP parsing and caps setting.
21409         Do NO_PREROLL differently.
21410         add pads only after negotiated.
21411
21412         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21413         (gst_udpsrc_getcaps):
21414         Implement the getcaps function.
21415
21416 2005-09-21  Wim Taymans  <wim@fluendo.com>
21417
21418         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21419         (gst_rtpamrdec_chain):
21420         Handle multiple AMr packets per payload. Handle CRC and
21421         parse ILL/ILP.
21422
21423         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21424         Make caps params strings for easy SDP mapping.
21425         
21426         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21427         Handle capsnego better.
21428
21429         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21430         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21431         Generate and parse config string in the caps.
21432
21433 2005-09-21  Wim Taymans  <wim@fluendo.com>
21434
21435         * gst/rtp/README:
21436         Update README
21437
21438         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21439         Make extra params as strings.
21440
21441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21442         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21443         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21444         Make state change return NO_PREROLL as this is a live
21445         source.
21446
21447         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21448         Don't unref old caps when NULL.
21449
21450 2005-09-20  Wim Taymans  <wim@fluendo.com>
21451
21452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21453         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21454         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21455         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21456         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21457         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21458         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21459         * gst/rtsp/sdpmessage.h:
21460         Add URI handler.
21461         Parse SDP and create caps.
21462
21463 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21464
21465         * gst/alpha/gstalpha.c:
21466           fix element description
21467
21468 2005-09-19  Wim Taymans  <wim@fluendo.com>
21469
21470         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21471         Don't check payload for now.
21472
21473 2005-09-19  Wim Taymans  <wim@fluendo.com>
21474
21475         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21476         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21477         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21478         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21479         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21480         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21481         (gst_wavparse_change_state):
21482         * gst/wavparse/gstwavparse.h:
21483         Fix wavparse some more.
21484
21485 2005-09-19  Wim Taymans  <wim@fluendo.com>
21486
21487         * check/elements/level.c: (GST_START_TEST):
21488         Fix for bus API change.
21489
21490 2005-09-19  Wim Taymans  <wim@fluendo.com>
21491
21492         * gst/level/level-example.c: (main):
21493         Fix for new bus API.
21494
21495         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21496         Set caps on pads.
21497
21498 2005-09-15  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst/rtp/Makefile.am:
21501         * gst/rtp/README:
21502         * gst/rtp/gstrtp.c: (plugin_init):
21503         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21504         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21505         (gst_rtpamrdec_change_state):
21506         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21507         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21508         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21509         * gst/rtp/gstrtpamrenc.h:
21510         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21511         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21512         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21513         * gst/rtp/gstrtpgsmenc.h:
21514         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21515         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21516         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21517         (gst_rtpgsmparse_change_state):
21518         * gst/rtp/gstrtpgsmparse.h:
21519         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21520         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21521         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21522         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21523         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21524         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21525         * gst/rtp/gstrtph263penc.h:
21526         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21527         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21528         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21529         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21530         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21531         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21532         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21533         * gst/rtp/gstrtpmp4venc.h:
21534         * gst/rtp/gstrtpmpadec.c:
21535         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21536         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21537         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21538         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21539         * gst/rtp/gstrtpmpaenc.h:
21540         Updates to payloader/depayloaders, make payloaders use
21541         the base classes.
21542         Updated README with suggested RTP caps and how to convert
21543         to/from SDP.
21544         Added config descriptor in mp4v payloader.
21545
21546 2005-09-15  Andy Wingo  <wingo@pobox.com>
21547
21548         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21549         * gst/autodetect/gstautovideosink.c
21550         (gst_auto_video_sink_find_best): Update for new registry API.
21551
21552 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21553
21554         * common/c-to-xml.py:
21555         * common/gtk-doc-plugins.mak:
21556           a simple py script to generate valid xml from a C example
21557           probably also need to strip an MIT license when we decide
21558         * docs/plugins/Makefile.am:
21559         * gst/level/Makefile.am:
21560         * gst/level/gstlevel.c: (gst_level_init):
21561         * gst/level/level-example.c: (message_handler), (main):
21562           add an example to level that will show up in the docs
21563         * gst/rtp/TODO:
21564           add a note for the future
21565
21566 2005-09-14  Michael Smith <msmith@fluendo.com>
21567
21568         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21569           Actually define the debug object being used in wavenc. Fixes #316205
21570
21571 2005-09-14  Michael Smith <msmith@fluendo.com>
21572
21573         * gst/smpte/Makefile.am:
21574           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21575           needed to build on windows (bug 316204)
21576
21577 2005-09-12  Andy Wingo  <wingo@pobox.com>
21578
21579         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21580
21581 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21582
21583         * configure.ac:
21584         * gst/fdsrc/Makefile.am:
21585         * gst/fdsrc/gstfdsrc.c:
21586         * gst/fdsrc/gstfdsrc.h:
21587           Move fdsrc back into gstreamer core elements.
21588
21589         * gst/level/gstlevel.c: (gst_level_class_init),
21590         (gst_level_transform_ip):
21591         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21592           Basetransform changes.
21593
21594 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21595
21596         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21597         * ext/jpeg/smokecodec.c: (find_best_size):
21598           fix compiler warnings
21599
21600 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21601
21602         * gst-plugins-good.spec.in:
21603           spec file fixes
21604         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21605         (gst_multiudpsink_render), (gst_multiudpsink_add),
21606         (gst_multiudpsink_clear):
21607           it actually helps to actually stream if we hook up the
21608           "add" signal to an actual implementation
21609         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21610           some debugging
21611
21612 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21613
21614         * ext/jpeg/Makefile.am:
21615         * ext/jpeg/gstjpeg.c
21616         * ext/jpeg/gstjpegenc.c:
21617         * ext/jpeg/gstsmokeenc.c:
21618
21619 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21620
21621         * ext/flac/gstflacdec.c:
21622         * ext/flac/gstflacenc.c:
21623         * ext/flac/gstflactag.c:
21624         * ext/speex/gstspeexenc.c:
21625           gsttaginterface.h -> gsttagsetter.h
21626
21627 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21628
21629         * configure.ac:
21630         * gst/debug/Makefile.am:
21631         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21632         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21633         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21634         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21635         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21636           Port to 0.9 and re-enable efence plugin.
21637
21638 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21639
21640         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21641         (gst_flacdec_write), (gst_flacdec_convert_src):
21642         * ext/flac/gstflacdec.h:
21643           Add support for flac files with 24/32 bits per sample; and misc.
21644           minor clean-ups. Seeking is still partly broken (for me at least).
21645
21646 2005-09-06  Wim Taymans  <wim@fluendo.com>
21647
21648         * gst/rtp/Makefile.am:
21649         * gst/rtp/gstrtp.c: (plugin_init):
21650         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21651         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21652         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21653         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21654         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21655         (gst_rtpmp4vdec_plugin_init):
21656         * gst/rtp/gstrtpmp4vdec.h:
21657         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21658         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21659         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21660         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21661         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21662         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21663         * gst/rtp/gstrtpmp4venc.h:
21664         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21665         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21666         Added mpeg4 video payload encoder/decoder.
21667         Added some docs in mpa payloader.
21668
21669 === release 0.9.1 ===
21670
21671 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21672
21673         * NEWS:
21674         * README:
21675         * RELEASE:
21676         * autogen.sh:
21677         * configure.ac:
21678           releasing 0.9.1, "Blondie"
21679
21680 2005-09-05  Andy Wingo  <wingo@pobox.com>
21681
21682         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21683         here from the state change handler, so we fire signals without
21684         holding the state lock.
21685
21686 2005-09-02  Andy Wingo  <wingo@pobox.com>
21687
21688         * All plugins updated for element state changes.
21689
21690 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * Makefile.am:
21693         * check/.cvsignore:
21694         * check/Makefile.am:
21695         * check/elements/.cvsignore:
21696         * check/elements/level.c: (setup_level), (cleanup_level),
21697         (GST_START_TEST), (level_suite), (main):
21698           add a test for level
21699         * common/release.mak:
21700           move the enum checking to release.mak
21701         * configure.ac:
21702           add valgrind and check checking
21703         * gst/level/gstlevel.c: (gst_level_transform):
21704         * gst/level/gstlevel.h:
21705           fix Andy's cast bug
21706           convert a field to int
21707           fix the arithmetic to int when checking for emit so that a
21708           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21709
21710 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * Makefile.am:
21713         * configure.ac:
21714           add docs to build
21715         * common/plugins.xsl:
21716           wrap Description into a refsect2
21717         * docs/Makefile.am:
21718         * docs/plugins/Makefile.am:
21719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21721         * gst/goom/Makefile.am:
21722         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21723         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21724         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21725         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21726         (gst_goom_change_state):
21727         * gst/goom/gstgoom.h:
21728           GstGOOM -> GstGoom
21729           add an example launch line
21730         * gst/level/gstlevel.h:
21731         * gst/monoscope/gstmonoscope.c:
21732           cleanups
21733
21734 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21735
21736         * configure.ac:
21737         * docs/plugins/Makefile.am:
21738         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21740         * docs/plugins/gst-plugins-good-plugins.types:
21741           document elements and plugins.  Shazam !
21742
21743 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21744
21745         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21746           be found under doc/random/ChangeLog-0.8