gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
4         Copy incomming timestamp to outgoing packets.
5
6 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
9         (gst_rtp_mp4v_pay_event):
10         Don't try to push packets before we could find a valid config
11         startcode. Fixes #563509.
12
13 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         Patch by: Brian Cameron <brian.cameron at sun dot com>
16
17         * sys/sunaudio/gstsunaudiomixerctrl.c:
18         (gst_sunaudiomixer_ctrl_open):
19         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
20
21 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
22
23         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
24
25         * configure.ac:
26         Make usage of libv4l optional by a configure parameter.
27         Fixes bug #563504.
28
29 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
30
31         * docs/plugins/Makefile.am:
32         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
33         * docs/plugins/gst-plugins-good-plugins-sections.txt:
34         * docs/plugins/gst-plugins-good-plugins.args:
35         * docs/plugins/gst-plugins-good-plugins.hierarchy:
36         * docs/plugins/gst-plugins-good-plugins.interfaces:
37         * docs/plugins/inspect/plugin-1394.xml:
38         * docs/plugins/inspect/plugin-aasink.xml:
39         * docs/plugins/inspect/plugin-alaw.xml:
40         * docs/plugins/inspect/plugin-alpha.xml:
41         * docs/plugins/inspect/plugin-alphacolor.xml:
42         * docs/plugins/inspect/plugin-annodex.xml:
43         * docs/plugins/inspect/plugin-apetag.xml:
44         * docs/plugins/inspect/plugin-audiofx.xml:
45         * docs/plugins/inspect/plugin-auparse.xml:
46         * docs/plugins/inspect/plugin-autodetect.xml:
47         * docs/plugins/inspect/plugin-avi.xml:
48         * docs/plugins/inspect/plugin-cacasink.xml:
49         * docs/plugins/inspect/plugin-cairo.xml:
50         * docs/plugins/inspect/plugin-cutter.xml:
51         * docs/plugins/inspect/plugin-debug.xml:
52         * docs/plugins/inspect/plugin-dv.xml:
53         * docs/plugins/inspect/plugin-efence.xml:
54         * docs/plugins/inspect/plugin-effectv.xml:
55         * docs/plugins/inspect/plugin-equalizer.xml:
56         * docs/plugins/inspect/plugin-esdsink.xml:
57         * docs/plugins/inspect/plugin-flac.xml:
58         * docs/plugins/inspect/plugin-flxdec.xml:
59         * docs/plugins/inspect/plugin-gamma.xml:
60         * docs/plugins/inspect/plugin-gconfelements.xml:
61         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
62         * docs/plugins/inspect/plugin-goom.xml:
63         * docs/plugins/inspect/plugin-goom2k1.xml:
64         * docs/plugins/inspect/plugin-halelements.xml:
65         * docs/plugins/inspect/plugin-icydemux.xml:
66         * docs/plugins/inspect/plugin-id3demux.xml:
67         * docs/plugins/inspect/plugin-interleave.xml:
68         * docs/plugins/inspect/plugin-jpeg.xml:
69         * docs/plugins/inspect/plugin-level.xml:
70         * docs/plugins/inspect/plugin-matroska.xml:
71         * docs/plugins/inspect/plugin-monoscope.xml:
72         * docs/plugins/inspect/plugin-mulaw.xml:
73         * docs/plugins/inspect/plugin-multifile.xml:
74         * docs/plugins/inspect/plugin-multipart.xml:
75         * docs/plugins/inspect/plugin-navigationtest.xml:
76         * docs/plugins/inspect/plugin-ossaudio.xml:
77         * docs/plugins/inspect/plugin-png.xml:
78         * docs/plugins/inspect/plugin-pulseaudio.xml:
79         * docs/plugins/inspect/plugin-quicktime.xml:
80         * docs/plugins/inspect/plugin-replaygain.xml:
81         * docs/plugins/inspect/plugin-rtp.xml:
82         * docs/plugins/inspect/plugin-rtsp.xml:
83         * docs/plugins/inspect/plugin-shout2send.xml:
84         * docs/plugins/inspect/plugin-smpte.xml:
85         * docs/plugins/inspect/plugin-soup.xml:
86         * docs/plugins/inspect/plugin-spectrum.xml:
87         * docs/plugins/inspect/plugin-speex.xml:
88         * docs/plugins/inspect/plugin-taglib.xml:
89         * docs/plugins/inspect/plugin-udp.xml:
90         * docs/plugins/inspect/plugin-video4linux2.xml:
91         * docs/plugins/inspect/plugin-videobalance.xml:
92         * docs/plugins/inspect/plugin-videobox.xml:
93         * docs/plugins/inspect/plugin-videocrop.xml:
94         * docs/plugins/inspect/plugin-videoflip.xml:
95         * docs/plugins/inspect/plugin-videomixer.xml:
96         * docs/plugins/inspect/plugin-wavenc.xml:
97         * docs/plugins/inspect/plugin-wavpack.xml:
98         * docs/plugins/inspect/plugin-wavparse.xml:
99         * docs/plugins/inspect/plugin-ximagesrc.xml:
100         * gst/matroska/matroska-demux.c:
101         * gst/matroska/matroska-demux.h:
102         * gst/matroska/matroska-mux.c:
103         * gst/matroska/matroska-mux.h:
104         Add documentation for matroskamux and matroskademux and
105         update the inspection xml files.
106
107 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
108
109         * configure.ac:
110         Apparently AC_CONFIG_MACRO_DIR breaks when using more
111         than one macro directory, reverting last change.
112
113 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
114
115         * configure.ac:
116         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
117         our M4 macros.
118
119 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
122         Provide the parameters that are required for the format string
123         to fix a compiler warning.
124
125 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
126
127         * gst/autodetect/gstautoaudiosrc.c:
128           Fix classification.
129
130 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
131
132         Patch by: Cygwin Ports maintainer
133                   <yselkowitz at users dot sourceforge dot net>
134
135         * autogen.sh:
136         * configure.ac:
137         Require gettext 0.17 because older versions don't mix with libtool
138         2.2. At build time an older gettext version will still work.
139         Fixes bug #556091.
140
141 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
142
143         Patch by: Peter Kjellerstedt <pkj at axis com>
144
145         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
146         Make gst_multiudpsink_render() ignore errors from sendto() instead of
147         breaking streaming. Emit a warning instead. Fixes #562572.
148
149 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
150
151         Patch by: Ron McOuat <rmcouat at smartt dot com>
152
153         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
154         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
155         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
156         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
157         * ext/soup/gstsouphttpsrc.h:
158         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
159         (digest_auth_cb), (run_test), (GST_START_TEST),
160         (souphttpsrc_suite), (run_server):
161         Add support for basic and digest authentication in souphttpsrc.
162         Fixes bug #561775.
163
164 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
165
166         Patch by: Pepijn Van Eeckhoudt
167                       <pepijn dot vaneeckhoudt at luciad dot com>
168
169         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
170         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
171         * gst/wavenc/gstwavenc.h:
172         * gst/wavenc/riff.h:
173         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
174
175 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
176
177         Patch by: 이문형 <iwings at gmail dot com>
178
179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
180         Prevent further read/write actions taken to the connect-failed socket by
181         erroring out quickly. See #562258.
182
183 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
184
185         * tests/examples/level/level-example.c:
186           Set fakesink to sync. Otherwise people might question the message
187           interval. Nevertheless the timestamp in the message is what matters.
188
189 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * tests/icles/.cvsignore:
192         cvsignore newly generated file.
193
194 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * gst/rtp/gstasteriskh263.c:
197         * gst/rtp/gstasteriskh263.h:
198         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
199         * gst/rtp/gstrtpL16depay.h:
200         * gst/rtp/gstrtpL16pay.c:
201         * gst/rtp/gstrtpL16pay.h:
202         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
203         * gst/rtp/gstrtpac3depay.h:
204         * gst/rtp/gstrtpamrdepay.c:
205         * gst/rtp/gstrtpamrdepay.h:
206         * gst/rtp/gstrtpamrpay.c:
207         * gst/rtp/gstrtpamrpay.h:
208         * gst/rtp/gstrtpdepay.c:
209         * gst/rtp/gstrtpdepay.h:
210         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
211         * gst/rtp/gstrtpg726depay.c:
212         * gst/rtp/gstrtpg726pay.c:
213         * gst/rtp/gstrtpg729depay.c:
214         * gst/rtp/gstrtpg729pay.c:
215         * gst/rtp/gstrtpgsmdepay.c:
216         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
217         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
218         * gst/rtp/gstrtph263depay.h:
219         * gst/rtp/gstrtph263pay.c:
220         * gst/rtp/gstrtph263pay.h:
221         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
222         * gst/rtp/gstrtph263pdepay.h:
223         * gst/rtp/gstrtph263ppay.c:
224         * gst/rtp/gstrtph263ppay.h:
225         * gst/rtp/gstrtph264depay.c:
226         * gst/rtp/gstrtph264depay.h:
227         * gst/rtp/gstrtph264pay.c:
228         * gst/rtp/gstrtph264pay.h:
229         * gst/rtp/gstrtpilbcdepay.c:
230         * gst/rtp/gstrtpilbcpay.c:
231         * gst/rtp/gstrtpjpegdepay.h:
232         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
233         * gst/rtp/gstrtpmp1sdepay.h:
234         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
235         * gst/rtp/gstrtpmp2tdepay.h:
236         * gst/rtp/gstrtpmp2tpay.c:
237         * gst/rtp/gstrtpmp2tpay.h:
238         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
239         * gst/rtp/gstrtpmp4apay.c:
240         * gst/rtp/gstrtpmp4apay.h:
241         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
242         * gst/rtp/gstrtpmp4gdepay.h:
243         * gst/rtp/gstrtpmp4gpay.c:
244         * gst/rtp/gstrtpmp4gpay.h:
245         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
246         * gst/rtp/gstrtpmp4vdepay.h:
247         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
248         * gst/rtp/gstrtpmp4vpay.h:
249         * gst/rtp/gstrtpmpadepay.c:
250         * gst/rtp/gstrtpmpadepay.h:
251         * gst/rtp/gstrtpmpapay.c:
252         * gst/rtp/gstrtpmpapay.h:
253         * gst/rtp/gstrtpmpvdepay.c:
254         * gst/rtp/gstrtpmpvdepay.h:
255         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
256         * gst/rtp/gstrtppcmapay.c:
257         * gst/rtp/gstrtppcmudepay.c:
258         * gst/rtp/gstrtppcmupay.c:
259         * gst/rtp/gstrtpspeexdepay.c:
260         * gst/rtp/gstrtpspeexpay.c:
261         * gst/rtp/gstrtpsv3vdepay.c:
262         * gst/rtp/gstrtpsv3vdepay.h:
263         * gst/rtp/gstrtptheoradepay.c:
264         * gst/rtp/gstrtptheoradepay.h:
265         * gst/rtp/gstrtptheorapay.c:
266         * gst/rtp/gstrtptheorapay.h:
267         * gst/rtp/gstrtpvorbisdepay.c:
268         * gst/rtp/gstrtpvorbisdepay.h:
269         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
270         * gst/rtp/gstrtpvorbispay.h:
271         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
272         * gst/rtp/gstrtpvrawpay.c:
273         Fix the descriptions and fix some email addresses.
274
275 2008-11-25  Julien Moutte  <julien@fluendo.com>
276
277         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
278         to supported qtdemux video codecs as I found some video clips using 
279         those.
280
281 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
282
283         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
284         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
285         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
286         (gst_auto_video_sink_detect):
287         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
288         Post an error when we can't set the internal ghostpad target.
289
290 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
291
292         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
293         (gst_video_crop_transform), (gst_video_crop_transform_caps),
294         (gst_video_crop_set_caps), (gst_video_crop_set_property):
295         * gst/videocrop/gstvideocrop.h:
296         Fix renegotiation when changing properties using the new basetransform
297         features. Fixes #561502.
298
299         * tests/icles/Makefile.am:
300         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
301         Add crazy interactive test unit for dynamically changing properties.
302
303 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
304
305         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
306         (gst_rtspsrc_parse_range):
307         Add some more debugging.
308         Use the reanges received from the server unconditionally.
309         Fixes #561625.
310
311 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
312
313         * ext/pulse/pulsesink.c:
314           Change #if 0 to something more expresive and add pointer to related
315           bug ticket.
316
317 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
318
319         Patch by: Tal Shalif <tshalif at nargila dot org>
320
321         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
322         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
323         the latter don't exist on some systems (mingw). Fixes bug #561990.
324
325 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
326
327         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
328
329         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
330         Add transferMode.dnla.org header to HTTP requests as this is
331         required by the DLNA specs and doesn't hurt in other situations.
332         Fixes bug #561802.
333
334 2008-11-20  Michael Smith <msmith@songbirdnest.com>
335
336         * sys/osxvideo/osxvideosink.h:
337         * sys/osxvideo/osxvideosink.m:
338           Handle video window resizing more correctly, avoiding crashes when
339           embedding the window and resizing it.
340
341 2008-11-20  Michael Smith <msmith@songbirdnest.com>
342
343         * gst/udp/gstmultiudpsink.c:
344         * gst/udp/gstudpnetutils.c:
345         * gst/udp/gstudpnetutils.h:
346         * gst/udp/gstudpsrc.c:
347           Fix multiudpsink on OSX by passing the specific length of the socket,
348           refactor that into a function shared with the same thing in udpsrc.
349
350 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
351
352         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
353         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
354         (gst_wavparse_stream_headers):
355         Fix the scaling code.
356         Fix parsing of the INFO chunks, we were reading the wrong number of
357         bytes.  Fixes #561580.
358
359 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
360
361         * gst/matroska/matroska-mux.c:
362         Fix NULL pointer dereference of an unset codec_id in the recently 
363         added Dirac paths
364
365 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
366
367         * tests/check/Makefile.am:
368         Just keep disabling elements that hang the states test until it
369         works.
370
371 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
372
373         * ext/libpng/gstpngenc.c:
374         Don't flush downstream after every buffer - that's not what
375         this libpng callback is for at all!
376
377 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
378
379         * sys/v4l2/v4l2src_calls.c:
380           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
381           (gst_v4l2src_probe_caps_for_format):
382           Turns out we don't always get the frame sizes in a predefined
383           order from lowest to highest resolution, so let's just sort the
384           list by frame size once we've queried the possible resolutions
385           rather than assume any particular order. Fixes probed caps for
386           the camera in my HP2133 mini notebook and makes v4l2src default
387           to a decent size.
388
389 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
390
391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
392         * gst/matroska/matroska-ids.h:
393         Make mkvdemux aware of E-AC3.
394
395 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * gst/rtp/Makefile.am:
398         * gst/rtp/gstrtp.c: (plugin_init):
399         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
400         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
401         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
402         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
403         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
404         (gst_rtp_jpeg_depay_change_state),
405         (gst_rtp_jpeg_depay_plugin_init):
406         * gst/rtp/gstrtpjpegdepay.h:
407         Add a jpeg depayloader.
408
409         * gst/rtp/gstrtpjpegpay.c:
410         Set the default properties on the payloader to better defaults.
411
412 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
413
414         * sys/v4l2/gstv4l2.c:
415           Give it a primary rank for autovideosrc.
416
417 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         Patch by: Bjorn Ostby <bjornos at axis dot com>
420
421         * gst/rtp/Makefile.am:
422         * gst/rtp/gstrtp.c: (plugin_init):
423         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
424         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
425         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
426         (gst_rtp_jpeg_pay_read_quant_table),
427         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
428         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
429         (gst_rtp_jpeg_pay_plugin_init):
430         * gst/rtp/gstrtpjpegpay.h:
431         Add JPEG payloader. Fixes #560756.
432
433 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         Patch by: Fabricio Godoy <skarllot at gmail dot com>
436
437         * sys/oss/gstosssink.c: (gst_oss_sink_open):
438         * sys/oss/gstosssrc.c: (gst_oss_src_open):
439         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
440         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
441         Fix some spelling mistakes. Fixes #556802.
442
443 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
444
445         * gst/equalizer/GstIirEqualizer10Bands.prs:
446         * gst/equalizer/GstIirEqualizer3Bands.prs:
447         * gst/equalizer/Makefile.am:
448         * gst/equalizer/gstiirequalizer10bands.c:
449         * gst/equalizer/gstiirequalizer3bands.c:
450           Add presets for equalizer. Fixes #522183.
451
452 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
453
454         * gst/rtsp/Makefile.am:
455         * gst/rtsp/gstrtsp.c: (plugin_init):
456         * gst/rtsp/gstrtspgoogle.c:
457         * gst/rtsp/gstrtspgoogle.h:
458         Remove google extension again, it's not needed anymore because we never
459         send multiple transports anymore.
460
461 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
464
465         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
466         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
467         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
468         (gst_rtspsrc_stream_free),
469         (gst_rtspsrc_stream_configure_udp_sinks),
470         (gst_rtspsrc_stream_configure_transport),
471         (gst_rtspsrc_send_dummy_packets),
472         (gst_rtspsrc_create_transports_string),
473         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
474         * gst/rtsp/gstrtspsrc.h:
475         Add property to configure NAT traversal method.
476         Ignore EOS from the internal sinks.
477         Implement sending dummy packets as a (simple) method to open up
478         some firewalls.
479         Send PLAY request to the server after we started the udp sources.
480         Fixes #559545.
481
482 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
483
484         Patch by: Yotam <sh dot yotam at gmail dot com>
485
486         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
487         Flush the remaining frames on EOS. Fixes #560641.
488
489 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
490
491         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
492         Fix compiler warning about printf formatting.
493
494 2008-11-12  Andy Wingo  <wingo@pobox.com>
495
496         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
497         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
498         segment events instead of sending them from the seeking thread.
499         Fixes #559288.
500         (gst_qtdemux_push_pending_newsegment): New helper, sends out
501         queued newsegment events.
502         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
503         call it here, as we only seek when looping, and only push in the
504         movie state.
505
506 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
507
508         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
509         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
510         * gst/qtdemux/qtdemux_fourcc.h:
511         * gst/qtdemux/qtdemux_types.c:
512         Add cover and alternative copyright tag, and enhance some existing
513         ones by marking them as container atoms.
514
515 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
518         Don't ignore the return value of setcaps.
519
520 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
521
522         Patch by: Olivier Crete <tester at tester dot ca>
523
524         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
525         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
526         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
527         * gst/rtp/gstrtpg729pay.h:
528         Replace G729 payloader with an improved version. Fixes #532409.
529
530 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
531
532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
533         (gst_rtspsrc_change_state):
534         Only send one transport at a time for improved compatibility with some
535         broken servers. See #537832.
536
537 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
540         (gst_rtspsrc_perform_seek):
541         Only pause/play in the seek handler when the source was playing.
542         Fixes #529379.
543
544 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
545
546         * gst/matroska/matroska-mux.c:
547         (gst_matroska_mux_handle_dirac_packet):
548         Fix muxing of Dirac streams if the input already has the format
549         we need, i.e. is the output of matroskademux.
550
551 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
552
553         * gst/avi/gstavimux.c:
554           Don't segfault on string typed tags being NULL. Fixes #560155.
555
556 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
557
558         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
559         (gst_matroska_mux_audio_pad_setcaps):
560         Fix mapping AAC profile to Matroska codec id.
561
562 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
563
564         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
565         (qtdemux_video_caps), (qtdemux_audio_caps):
566         Refactor some raw audio caps building, and handle >16-bit cases.
567         Fix/replace building caps from a string description.
568
569 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
570
571         * gst/audiofx/audiowsincband.c:
572         * gst/audiofx/audiowsinclimit.c:
573         * gst/cutter/gstcutter.c:
574           Make author name consistent with others.
575
576 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
577
578         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
579
580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
581         (gst_rtspsrc_stream_configure_udp_sink):
582         Pause the RTSP stream before doing a new play request.
583         Make sure that adding the udpsinks does not cause the rtspsrc to become
584         a sink. Fixes #559547.
585
586 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
587
588         * gst/matroska/matroska-ids.h:
589         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
590         (gst_matroska_mux_handle_dirac_packet),
591         (gst_matroska_mux_write_data):
592         Implement Dirac muxing into Matroska comforming to the spec, i.e.
593         put all Dirac packages up to a picture into a Matroska block.
594
595         TODO: Implement writing of the ReferenceBlock Matroska elements,
596         currently the Dirac muxing is only 100% correct if Matroska version 2
597         is selected for muxing.
598
599 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
600
601         Patch by: Bastien Nocera <hadess at hadess dot net>,
602                   Hans de Goede <jwrdegoede at fedoraproject dot org>
603
604         * configure.ac:
605         * sys/v4l2/Makefile.am:
606         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
607         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
608         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
609         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
610         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
611         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
612         (gst_v4l2_get_input), (gst_v4l2_set_input):
613         * sys/v4l2/v4l2_calls.h:
614         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
615         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
616         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
617         (gst_v4l2src_fill_format_list),
618         (gst_v4l2src_probe_caps_for_format_and_size),
619         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
620         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
621         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
622         (gst_v4l2src_get_nearest_size):
623         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
624
625 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
626
627         * ext/aalib/Makefile.am:
628         * ext/annodex/Makefile.am:
629         * ext/cairo/Makefile.am:
630         * ext/dv/Makefile.am:
631         * ext/esd/Makefile.am:
632         * ext/flac/Makefile.am:
633         * ext/gconf/Makefile.am:
634         * ext/gdk_pixbuf/Makefile.am:
635         * ext/hal/Makefile.am:
636         * ext/jpeg/Makefile.am:
637         * ext/ladspa/Makefile.am:
638         * ext/libcaca/Makefile.am:
639         * ext/libmng/Makefile.am:
640         * ext/libpng/Makefile.am:
641         * ext/mikmod/Makefile.am:
642         * ext/pulse/Makefile.am:
643         * ext/raw1394/Makefile.am:
644         * ext/shout2/Makefile.am:
645         * ext/soup/Makefile.am:
646         * ext/speex/Makefile.am:
647         * ext/taglib/Makefile.am:
648         * ext/wavpack/Makefile.am:
649         * gst/alpha/Makefile.am:
650         * gst/apetag/Makefile.am:
651         * gst/audiofx/Makefile.am:
652         * gst/auparse/Makefile.am:
653         * gst/autodetect/Makefile.am:
654         * gst/avi/Makefile.am:
655         * gst/cutter/Makefile.am:
656         * gst/debug/Makefile.am:
657         * gst/effectv/Makefile.am:
658         * gst/equalizer/Makefile.am:
659         * gst/flx/Makefile.am:
660         * gst/goom/Makefile.am:
661         * gst/goom2k1/Makefile.am:
662         * gst/icydemux/Makefile.am:
663         * gst/id3demux/Makefile.am:
664         * gst/interleave/Makefile.am:
665         * gst/law/Makefile.am:
666         * gst/level/Makefile.am:
667         * gst/matroska/Makefile.am:
668         * gst/median/Makefile.am:
669         * gst/monoscope/Makefile.am:
670         * gst/multifile/Makefile.am:
671         * gst/multipart/Makefile.am:
672         * gst/oldcore/Makefile.am:
673         * gst/qtdemux/Makefile.am:
674         * gst/replaygain/Makefile.am:
675         * gst/rtp/Makefile.am:
676         * gst/rtsp/Makefile.am:
677         * gst/smpte/Makefile.am:
678         * gst/spectrum/Makefile.am:
679         * gst/udp/Makefile.am:
680         * gst/videobox/Makefile.am:
681         * gst/videocrop/Makefile.am:
682         * gst/videofilter/Makefile.am:
683         * gst/videomixer/Makefile.am:
684         * gst/wavenc/Makefile.am:
685         * gst/wavparse/Makefile.am:
686         * sys/directdraw/Makefile.am:
687         * sys/directsound/Makefile.am:
688         * sys/oss/Makefile.am:
689         * sys/osxaudio/Makefile.am:
690         * sys/osxvideo/Makefile.am:
691         * sys/sunaudio/Makefile.am:
692         * sys/v4l2/Makefile.am:
693         * sys/waveform/Makefile.am:
694         * sys/ximage/Makefile.am:
695           Don't install static libs for plugins. Fixes #550851 for -good.
696
697 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
698
699         * ext/flac/Makefile.am:
700         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
701         This fixes compilation if FLAC is installed in an uncommon location
702         that is not already handled by other CFLAGS. Fixes bug #558711.
703
704 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
707         Guard more uncommon formats with ifdefs so that we can compile on older
708         versions.
709
710 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Patch by: Nick Haddad <nick at haddads dot net>
713
714         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
715         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
716         (gst_avi_demux_stream_data):
717         Invert other uncompressed RGB formats. Fixes #558554.
718
719 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
720
721         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
722         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
723         * gst/wavenc/gstwavenc.h:
724         Add support for float/double as input and remove the (nowadays)
725         useless parsing of the depth as we require width==depth.
726
727 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
728
729         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
730         * gst/rtp/gstrtpmpapay.c:
731         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
732         mpeg version 1. Fixes #558427.
733
734 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
737         (gst_rtp_L16_pay_getcaps):
738         Only put an integral amount of samples in the RTP packet.
739         Fixes #556641.
740
741 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
744         * gst/rtp/gstrtpchannels.h:
745         Add method to get possible channel positions.
746
747 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
748
749         * gst/rtp/Makefile.am:
750         Also commit updated makefile
751
752 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
753
754         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
755         Don't allow width=32,depth=24 as input. WAV requires that the width
756         is the next integer multiply of 8 from the depth.
757
758 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
761         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
762         (gst_rtp_L16_pay_getcaps):
763         * gst/rtp/gstrtpchannels.c: (check_channels),
764         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
765         (gst_rtp_channels_create_default):
766         * gst/rtp/gstrtpchannels.h:
767         Add mappings for multichannel support. Does not completely just work
768         because the getcaps function does not yet return the allowed channel
769         mappings. See #556641.
770
771 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
772
773         * gst/goom/Makefile.am:
774         * gst/goom/README:
775         * gst/goom/config_param.c:
776         * gst/goom/convolve_fx.c:
777         * gst/goom/drawmethods.c:
778         * gst/goom/drawmethods.h:
779         * gst/goom/filters.c:
780         * gst/goom/filters_mmx.s:
781         * gst/goom/flying_stars_fx.c:
782         * gst/goom/goom.h:
783         * gst/goom/goom_config.h:
784         * gst/goom/goom_config_param.h:
785         * gst/goom/goom_core.c:
786         * gst/goom/goom_filters.h:
787         * gst/goom/goom_fx.h:
788         * gst/goom/goom_graphic.h:
789         * gst/goom/goom_plugin_info.h:
790         * gst/goom/goom_tools.c:
791         * gst/goom/goom_tools.h:
792         * gst/goom/goom_typedefs.h:
793         * gst/goom/goom_visual_fx.h:
794         * gst/goom/graphic.c:
795         * gst/goom/ifs.c:
796         * gst/goom/ifs.h:
797         * gst/goom/lines.c:
798         * gst/goom/lines.h:
799         * gst/goom/mathtools.c:
800         * gst/goom/mathtools.h:
801         * gst/goom/mmx.c:
802         * gst/goom/motif_goom1.h:
803         * gst/goom/motif_goom2.h:
804         * gst/goom/plugin_info.c:
805         * gst/goom/ppc_drawings.h:
806         * gst/goom/ppc_zoom_ultimate.h:
807         * gst/goom/sound_tester.c:
808         * gst/goom/sound_tester.h:
809         * gst/goom/surf3d.c:
810         * gst/goom/surf3d.h:
811         * gst/goom/tentacle3d.c:
812         * gst/goom/tentacle3d.h:
813         * gst/goom/v3d.c:
814         * gst/goom/v3d.h:
815         * gst/goom/xmmx.c:
816           Add license headers in all source files. Remove filter.c from
817           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
818           which are not used right now. Fixes #557709.
819
820 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         Patch by: Olivier Crete <tester at tester dot ca>
823
824         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
825         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
826         Implement getcaps in rtpL16pay. Fixes #556484.
827
828 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
829
830         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
831         (gst_rtp_L16_depay_process):
832         Check if clock-rate and channels are valid.
833         Don't ignore the return value of setcaps.
834         No need to validate the buffer, the base class does that for us.
835         Use the marker bit to set the DISCONT flag on outgoing buffers.
836
837         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
838         Don't ignore the return value of set_outcaps.
839
840         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
841         (gst_rtp_ac3_depay_process):
842         Don't ignore the return value of set_caps.
843         No need to validate the buffer, the base class does that for us.
844
845         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
846         (gst_rtp_amr_depay_process):
847         * gst/rtp/gstrtpamrdepay.h:
848         Don't ignore the return value of setcaps.
849         No need to validate the buffer, the base class does that for us.
850         No need to set output caps on the buffers, the base class does that for
851         us.
852         The subclass will make sure we are negotiated.
853         
854         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
855         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
856         * gst/rtp/gstrtpdvdepay.h:
857         Clean up caps negotiation.
858         The subclass will make sure we are negotiated.
859
860         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
861         (gst_rtp_g726_depay_process):
862         Clean up caps negotiation.
863         Use the marker bit to set the DISCONT flag on outgoing buffers.
864
865         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
866         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
867         * gst/rtp/gstrtpg729depay.h:
868         The subclass will make sure we are negotiated.
869         Use the marker bit to set the DISCONT flag on outgoing buffers.
870
871         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
872         (gst_rtp_gsm_depay_process):
873         Clean up caps negotiation.
874         Use the marker bit to set the DISCONT flag on outgoing buffers.
875
876         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
877         Clean up caps negotiation.
878         Don't ignore the return value of set_outcaps.
879
880         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
881         (gst_rtp_h263_depay_process):
882         Clean up caps negotiation.
883         No need to validate the buffer, the base class does that for us.
884
885         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
886         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
887         * gst/rtp/gstrtph263pay.h:
888         Don't ignore the return value of set_outcaps.
889         Do some more timestamps.
890
891         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
892         (gst_rtp_h263p_depay_process):
893         Clean up caps negotiation.
894         Don't ignore the return value of setcaps.
895         No need to validate the buffer, the base class does that for us.
896
897         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
898         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
899         (gst_rtp_h263p_pay_handle_buffer):
900         * gst/rtp/gstrtph263ppay.h:
901         Don't ignore the return value of set_outcaps.
902         Do some more timestamps.
903
904         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
905         (gst_rtp_h264_depay_process):
906         Clean up caps negotiation.
907         Don't ignore the return value of setcaps.
908         Fix possible caps leak.
909         No need to validate the buffer, the base class does that for us.
910
911         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
912         Add some more debug info.
913
914         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
915         (gst_rtp_ilbc_depay_process):
916         Clean up caps negotiation.
917         Use the marker bit to set the DISCONT flag on outgoing buffers.
918
919         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
920         Clean up caps negotiation.
921
922         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
923         (gst_rtp_mp1s_depay_process):
924         Clean up caps negotiation.
925         Don't ignore the return value of setcaps.
926         No need to validate the buffer, the base class does that for us.
927         No need to set caps on buffers, subclass does that for us.
928
929         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
930         (gst_rtp_mp2t_depay_process):
931         Clean up caps negotiation.
932         Don't ignore the return value of setcaps.
933         No need to validate the buffer, the base class does that for us.
934         No need to set caps on buffers, subclass does that for us.
935
936         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
937         (gst_rtp_mp4a_depay_process):
938         Clean up caps negotiation.
939         Don't ignore the return value of setcaps.
940         No need to validate the buffer, the base class does that for us.
941
942         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
943         (gst_rtp_mp4a_pay_setcaps):
944         Don't ignore the return value of set_outcaps.
945
946         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
947         (gst_rtp_mp4g_depay_process):
948         Clean up caps negotiation.
949         Don't ignore the return value of setcaps.
950         No need to validate the buffer, the base class does that for us.
951         No need to set caps on buffers, subclass does that for us.
952
953         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
954         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
955         Don't ignore the return value of set_outcaps.
956
957         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
958         (gst_rtp_mp4v_depay_process):
959         Clean up caps negotiation.
960         Don't ignore the return value of setcaps.
961         No need to validate the buffer, the base class does that for us.
962         No need to set caps on buffers, subclass does that for us.
963
964         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
965         (gst_rtp_mp4v_pay_setcaps):
966         Don't ignore the return value of set_outcaps.
967
968         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
969         (gst_rtp_mpa_depay_process):
970         Clean up caps negotiation.
971         Don't ignore the return value of setcaps.
972         No need to validate the buffer, the base class does that for us.
973         Use the marker bit to set the DISCONT flag on outgoing buffers.
974
975         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
976         Don't ignore the return value of set_outcaps.
977
978         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
979         (gst_rtp_mpv_depay_process):
980         Clean up caps negotiation.
981         Actually set output caps.
982         No need to validate the buffer, the base class does that for us.
983
984         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
985         Don't ignore the return value of set_outcaps.
986
987         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
988         (gst_rtp_pcma_depay_process):
989         Clean up caps negotiation.
990         Set output buffer duration because we can.
991         Use the marker bit to set the DISCONT flag on outgoing buffers.
992
993         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
994         Don't ignore the return value of set_outcaps.
995
996         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
997         (gst_rtp_pcmu_depay_process):
998         Clean up caps negotiation.
999         Use the marker bit to set the DISCONT flag on outgoing buffers.
1000
1001         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1002         Don't ignore the return value of set_outcaps.
1003
1004         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1005         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1006         Clean up caps negotiation.
1007         Set output caps on the pad and header buffers.
1008         Set duration on output buffers because we can.
1009
1010         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1011         Don't ignore the return value of set_outcaps.
1012
1013         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1014         (gst_rtp_sv3v_depay_process):
1015         Clean up caps negotiation.
1016         No need to validate the buffer, the base class does that for us.
1017         No need to set caps out output buffers, subclass does that.
1018
1019         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1020         (gst_rtp_theora_depay_process):
1021         Don't ignore the return value of setcaps.
1022         No need to validate the buffer, the base class does that for us.
1023
1024         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1025         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1026         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1027         (gst_rtp_theora_pay_handle_buffer):
1028         Don't ignore the return value of set_outcaps.
1029
1030         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1031         (gst_rtp_vorbis_depay_process):
1032         Don't ignore the return value of setcaps.
1033         No need to validate the buffer, the base class does that for us.
1034
1035         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1036         Don't ignore the return value of set_outcaps.
1037
1038         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1039         Clean up caps negotiation, don't ignore setcaps return.
1040
1041         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1042         Don't ignore the return value of set_outcaps.
1043
1044 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1045
1046         * gst/matroska/matroska-demux.c:
1047         (gst_matroska_demux_handle_src_event):
1048         Forward unknown events upstream.
1049
1050 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1053         Add some refcount check
1054
1055         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1056         Don't ignore the result of write(), fixes a  compiler warning for me.
1057
1058         * tests/icles/videobox-test.c: (main):
1059         Make the output a little more pretty.
1060
1061 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1062
1063         * ext/esd/esdmon.c:
1064           Add doc blob.
1065
1066 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1067
1068         * docs/plugins/Makefile.am:
1069         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1070         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1071         * docs/plugins/gst-plugins-good-plugins.args:
1072         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1073         * docs/plugins/gst-plugins-good-plugins.interfaces:
1074         * docs/plugins/inspect/plugin-autodetect.xml:
1075           Add the docs of the new elements.
1076
1077 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1078
1079         * gst/autodetect/gstautoaudiosrc.c:
1080         (gst_auto_audio_src_class_init):
1081         * gst/autodetect/gstautovideosrc.c:
1082         (gst_auto_video_src_class_init):
1083         Fix "Since" tags in the documentation.
1084
1085 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1086
1087         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1088
1089         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1090         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1091         Add support for souphttpsrc to act as a live source. This makes it
1092         possible to get timestamped buffers in combination with the
1093         "do-timestamp" property. Fixes bug #556019.
1094
1095 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1096
1097         * gst/autodetect/Makefile.am:
1098         * gst/autodetect/gstautoaudiosink.c:
1099         * gst/autodetect/gstautoaudiosrc.c:
1100         * gst/autodetect/gstautoaudiosrc.h:
1101         * gst/autodetect/gstautodetect.c:
1102         * gst/autodetect/gstautovideosink.c:
1103         * gst/autodetect/gstautovideosrc.c:
1104         * gst/autodetect/gstautovideosrc.h:
1105           Implement src plugins. Little code/string cleanup in the sinks.
1106           Fixes #523813.
1107
1108 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1109
1110         Patch by: Peter Kjellerstedt <pkj at axis com>
1111
1112         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1113         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1114         Fix a memory leak when pads are requested but the pipeline never
1115         goes into PLAYING.
1116
1117         Correctly remove request pads, no matter if they have collected
1118         data or not.
1119
1120         Fixes bug #557710.
1121
1122 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1123
1124         Patch by: <lrn1986 at gmail dot com>
1125
1126         * gst/udp/gstudpnetutils.h:
1127         Define the correct WINVER so getaddinfo() can be used when using
1128         mingw32. Fixes bug #557294.
1129
1130 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1131
1132         Patch by: <lrn1986 at gmail dot com>
1133
1134         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1135         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1136         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1137         Fix "argument type mismatch" compiler warnings on Windows.
1138         Fixes bug #557293.
1139
1140 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1141
1142         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1143         Don't calculate the filter coefficients for every single buffer
1144         but only when it's needed. Fixes bug #557260.
1145
1146 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1147
1148         * configure.ac:
1149         Back to development -> 0.10.11.1
1150
1151 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1152
1153         * gst-plugins-good.doap:
1154         Fix version number of 0.10.11 release in doap file
1155
1156 === release 0.10.11 ===
1157
1158 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1159
1160         * configure.ac:
1161           releasing 0.10.11, "Secondary Consideration"
1162
1163 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1164
1165         * configure.ac:
1166         Commit 0.10.10.4 pre-release
1167
1168 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1169
1170         * gst/avi/gstavimux.c:
1171         Fix VPRP chunk setup in avimux.
1172         Fixes: #556010
1173         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1174
1175 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1176
1177         * gst/videobox/gstvideobox.c:
1178         support dynamically changing properties in videobox
1179         Fixed: #557085
1180         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1181
1182 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1183
1184         * configure.ac:
1185         0.10.10.3 pre-release
1186
1187 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1188
1189         * tests/check/Makefile.am:
1190         Don't run the states test on pulsesrc and pulsesink
1191
1192 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1193
1194         * configure.ac:
1195         Commit 0.10.10.2 pre-release bump that actually went
1196         out on 2008-10-11
1197
1198 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1199
1200         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1201         Skip entries for streams that don't have a output pad yet, thereby
1202         avoiding calling pad functions with a NULL pad.
1203         Fixes #556424
1204
1205 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1206
1207         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1208         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1209         Remove problematic and useless refcount check.
1210         Fixes #556381
1211
1212 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1213
1214         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1215         Remove problematic and useless refcount check.
1216         Fixes #556381
1217
1218 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1219
1220         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1221         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1222         Cast some size_t arguments to guint to avoid compiler
1223         warnings on 64-bit systems.
1224
1225 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1226
1227         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1228         Return TRUE instead of FALSE from the event handler when we swallowed the
1229         event.
1230
1231 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1234         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1235         Reset header state. Fixes #555321.
1236
1237 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1238
1239         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1240         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1241         * gst/avi/gstavidemux.h:
1242         For timestamping audio packets we need to take into account the
1243         amount of blocks in one entry using the blockalign. Fixes some sync
1244         issues with zero-padded audio blocks in the beginning of avi files.
1245
1246 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1247
1248         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1249         (gst_multi_file_src_query):
1250         Implement DEFAULT and BUFFER position queries. See #555260.
1251
1252 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1253
1254         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1255         Fix build for systems that don't have XDamage.
1256
1257 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         * tests/examples/rtp/client-H263p.sdp:
1260         * tests/examples/rtp/client-H263p.sh:
1261         * tests/examples/rtp/server-VTS-H263p.sh:
1262         Add some more H263p server and client examples.
1263
1264 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1265
1266         * configure.ac::
1267           Depend on released versions of core and base.
1268
1269 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1270
1271         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1272         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1273         Return -1 instead of 0 in error cases. Fixes #554771.
1274
1275 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1276
1277         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1278         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1279         Stop leaking the cursor image.
1280         Unref the last_ximage and the cached cursor image on shutdown.
1281         Fixes #551570.
1282
1283 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         * sys/v4l2/gstv4l2object.h:
1286         Getting the Class from an instance is not just a matter of casting it to
1287         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1288         instance. Fixes #549784.
1289
1290 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1291
1292         * configure.ac:
1293           Fix libs for linking directsound.
1294         * sys/directsound/gstdirectsoundsink.c:
1295           Fix buffer sizing to prevent racing the ringbuffer at startup.
1296           Add volume property.
1297
1298 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1299
1300         * ext/pulse/pulsesink.c:
1301         Fix problems with pulsesink randomly erroring with code 'OK' after a
1302         format change on the stream by waiting when disconnecting the stream.
1303
1304 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1305
1306         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1307         (gst_rtp_amr_depay_process):
1308         Mark DISCONT on output buffers when the marker bit signals a new talk
1309         spurt.
1310
1311         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1312         Set the marker bit for buffers with a DISCONT flag to signal a talk
1313         spurt.
1314
1315 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1316
1317         * gst/rtp/Makefile.am:
1318         * gst/rtp/gstrtp.c: (plugin_init):
1319         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1320         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1321         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1322         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1323         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1324         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1325         * gst/rtp/gstrtpmp4apay.h:
1326         Added MP4A-LATM payloader to match the depayloader.
1327
1328 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1329
1330         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1331         (gst_videomixer_sink_event):
1332         Handle segments a little better. Fixes #537361.
1333
1334 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1335
1336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1337         Don't assume the server supports PAUSE by default. Fixes #551048.
1338
1339 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1340
1341         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1342         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1343         Switch on the socket family to get the addrlen size right.
1344
1345 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1346
1347         Patch by: Daniel Franke <df at dfranke dot us>
1348
1349         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1350         OS X's bind() implementation is picky about its addrlen parameter and
1351         fails with EINVAL if it is larger than expected for the socket's address
1352         family. Set the length to the expected length instead. Fixes #553191.
1353
1354 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1355
1356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1357         Handle the case where we cannot do desribe or when the describe result
1358         does not contain a valid SDP message.
1359
1360 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1361
1362         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1363         Fix setting the qos.
1364
1365 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1366
1367         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1368         (gst_qtdemux_chain):
1369         Some 'broken' files out there have atom lengths of zero...
1370         which basically results in qtdemux consuming that atom again and again
1371         until the *end of night* !
1372         Detect that and emits an adequate element error message.
1373
1374 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1375
1376         * gst/interleave/Makefile.am:
1377         * gst/matroska/Makefile.am:
1378         Fix build flags order.
1379
1380         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1381         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1382         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1383         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1384         Format fixes.
1385
1386         * tests/check/elements/multifile.c:
1387         Pull in unistd.h
1388
1389 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1390
1391         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1392         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1393         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1394         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1395         (gst_rtp_mp4g_depay_change_state):
1396         * gst/rtp/gstrtpmp4gdepay.h:
1397         Handle interleaved streams by reordering AU in a queue.
1398
1399 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1400
1401         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1402         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1403         Change some of the ranges in the caps, mostly for the amount of bits we
1404         can use.
1405         Added a little bitstream parse and use it to parse the AU header fields.
1406         Check for malformed and wrongly sized packets better.
1407         Implement more header field parsing.
1408         Handle the size of fragmented packets correctly.
1409
1410 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1411
1412         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1413         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1414         Add mapping for 'tiff' => image/tiff
1415         Fixes #552213
1416
1417 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1418
1419
1420         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1421         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1422           Pretend to care about the result of write() which works around
1423           compiler warnings.
1424
1425 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1426
1427         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1428           Make sure the desired default values are actually set, not only
1429           registered as defaults (actual problem is that the stereo-specific
1430           values are only updated if channels==2, which is not the case yet
1431           when the object is created, so the default values for the
1432           mid-side-stereo and loose-mid-side-stereo settings are never
1433           set in _update_quality()). Makes flacenc create smaller files by
1434           default (for stereo input), and fixes #550791.
1435
1436 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1437
1438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1439         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1440         (qtdemux_parse_trak), (qtdemux_video_caps):
1441         * gst/qtdemux/qtdemux.h:
1442         * gst/qtdemux/qtdemux_fourcc.h:
1443         * gst/qtdemux/qtdemux_types.c:
1444         Add support for video/mj2 mime-type and its additional atoms/boxes.
1445         Fixes #550646.
1446
1447 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * gst/debug/gsttaginject.c:
1450           Add warning when tags parameter is unparsable and give example for
1451           quoting in the docs.
1452
1453 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1454
1455         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1456         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1457         Add some alternative byteswapped mappings that seem to pop up sometimes.
1458         Fixes #550288.
1459
1460 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1461
1462         * po/LINGUAS:
1463         * po/POTFILES.in:
1464         * po/POTFILES.skip:
1465           Add 'ca' to LINGUAS; add some more files with translations and some
1466           files which should be ignored by translation tools.
1467
1468 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1469
1470         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1471         * ext/speex/gstspeexdec.h:
1472         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1473         * ext/speex/gstspeexenc.h:
1474         Use integer encoding and decoding functions instead of converting
1475         the integer input to float in the element. The libspeex integer
1476         functions are doing this for us already or, if libspeex was compiled
1477         in integer mode, they're doing everything using integer arithmetics.
1478         Also saves some copying around.
1479
1480 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1481
1482         * configure.ac:
1483           Fix --disable-external
1484
1485 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1486
1487         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1488         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1489         * ext/wavpack/gstwavpackenc.h:
1490         Handle non-zero start timestamps and stream discontinuities
1491         correctly. This only has an effect if we're muxing into
1492         a container format as the raw WavPack stream must contain
1493         continous sample numbers.
1494
1495 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1496
1497         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1498         Correct the timestamp and granulepos calculation by one Speex
1499         frame.
1500
1501 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1502
1503         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1504         Correctly take the granulepos from upstream if possible and
1505         correctly handle the granulepos in various calculations: the
1506         granulepos is the sample number of the _last_ sample in a frame, not
1507         the first.
1508
1509         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1510         (gst_speex_enc_encode), (gst_speex_enc_chain),
1511         (gst_speex_enc_change_state):
1512         * ext/speex/gstspeexenc.h:
1513         Handle non-zero start timestamps in the encoder and detect/handle
1514         stream discontinuities. Fixes bug #547075.
1515
1516 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1517
1518         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1519
1520         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1521         Fix compiler warnings caused by passing a string as format string
1522         instead of "%s" and then the string. This is only exposed by -Wformat=2
1523         as used by default on Ubuntu. Fixes bug #550015.
1524
1525 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1526
1527         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1528         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1529         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1530         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1531         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1532           (gst_ebml_read_element_length):
1533         * gst/matroska/matroska-demux.c:
1534           (gst_matroska_demux_check_subtitle_buffer):
1535           Make stuff compile with GST_DISABLE_GST_DEBUG.
1536
1537 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1538
1539         * gst/law/alaw.c:
1540         * gst/law/mulaw.c:
1541           Ref caps before passing to gst_pad_template_new(), since that takes
1542           ownership.
1543
1544 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1545
1546         Patch by: Mersad Jelacic <mersad at axis dot com>
1547
1548         * gst/multipart/multipartdemux.c:
1549         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1550         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1551         demuxer. Fixes #549551.
1552
1553 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1554
1555         * sys/osxaudio/gstosxaudiosink.c:
1556         (gst_osx_audio_sink_select_device):
1557         * sys/osxaudio/gstosxaudiosrc.c:
1558         (gst_osx_audio_src_create_ringbuffer),
1559         (gst_osx_audio_src_select_device):
1560         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1561         Fix the build on macosx.
1562
1563 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1564
1565         * gst/icydemux/gsticydemux.c:
1566           Small docs fix: in the example pipeline, we need to pass
1567           iradio-mode=true to the source, so the server actually sends
1568           an ICY stream.
1569
1570 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1571
1572         * sys/osxaudio/gstosxaudio.c:
1573           Oops. Revert more completely.
1574
1575 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1576
1577         * sys/osxaudio/gstosxaudio.c:
1578           Revert accidental element rename from testing.
1579
1580 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1581
1582         * gst-plugins-good.doap:
1583         Pull in 0.10.10 doap entry from release branch
1584
1585 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1586
1587         * configure.ac:
1588         Update version number to reflect 0.10.10 release from
1589         branch.
1590
1591 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1592
1593         * sys/osxaudio/Makefile.am:
1594         * sys/osxaudio/gstosxaudio.c:
1595         * sys/osxaudio/gstosxaudiosink.c:
1596         * sys/osxaudio/gstosxaudiosink.h:
1597         * sys/osxaudio/gstosxaudiosrc.c:
1598         * sys/osxaudio/gstosxaudiosrc.h:
1599         * sys/osxaudio/gstosxringbuffer.c:
1600         * sys/osxaudio/gstosxringbuffer.h:
1601           Rewrite caps setting and ring buffer initialisation.
1602           Previously we never told CoreAudio what format we were going to send it,
1603           so it only worked due to luck, and not at all on some hardware.
1604           Now we explicitly advertise what formats the hardware supports, and then
1605           configure the selected one correctly.
1606
1607 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1608
1609         * sys/v4l2/gstv4l2object.c:
1610         * sys/v4l2/gstv4l2src.c:
1611         * sys/v4l2/gstv4l2src.h:
1612         * sys/v4l2/v4l2_calls.c:
1613         * sys/v4l2/v4l2src_calls.c:
1614           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1615           need to memset instance structures. Some more FIXME's and comments.
1616
1617 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1618
1619         * tests/icles/.cvsignore:
1620           Ignore more.
1621
1622 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1623
1624         * gst/goom/.cvsignore:
1625         * gst/goom2k1/.cvsignore:
1626           Ignore files.
1627
1628 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1629
1630         * ext/cairo/gsttextoverlay.c:
1631           Fix compiler warning.
1632
1633 2008-08-25  David Schleef  <ds@schleef.org>
1634
1635         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1636
1637 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1638
1639         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1640         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1641         * gst/matroska/matroska-mux.c:
1642         (gst_matroska_mux_video_pad_setcaps),
1643         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1644         Add Real[Audio|Video] support to Matroska containers.
1645         It works fine for:
1646         * decoding real audio/video streams contained in mkv
1647         * 'transmuxing' real (.rm) files into .mkv files
1648         It will not work though for encoding real[audio/video] streams that
1649         don't contain the 'mdpr_data' extra data on the caps.
1650         The reason why this will not work is because I never intended to
1651         duplicate virtually all the 'mdpr' block creation into mkvmux.
1652         Fixes #536067
1653
1654 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1655
1656         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1657         * gst/law/mulaw-conversion.c:
1658         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1659         (gst_mulawenc_chain):
1660         The encoder can't really renegotiate at the time they perform a
1661         pad-alloc so make the srcpads use fixed caps.
1662         Check the buffer size after a pad-alloc because the returned size might
1663         not be right when the downstream element does not know the size of the
1664         new buffer (capsfilter). Fixes #549073.
1665
1666 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1667
1668         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1669
1670         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1671         v4l2src doesn't have a property named "norm" so don't try to notify
1672         about changes to that property. The "norm" property and related
1673         code are commented out currently. Fixes bug #549090.
1674
1675 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1676
1677         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1678
1679         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1680         Reprobe devices again instead of taking a cached list as new
1681         devices could've been plugged in. Fixes bug #549062.
1682
1683 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1684
1685         * gst/autodetect/Makefile.am:
1686         Don't link the autodetect plugin with GConf as it doesn't
1687         use GConf. Fixes bug #545463.
1688
1689 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1690
1691         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1692         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1693         (gst_ebml_read_sint), (gst_ebml_read_float),
1694         (gst_ebml_read_header):
1695         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1696         possible to ignore errors and not post any ERROR messages on
1697         the bus.
1698
1699         * gst/matroska/matroska-demux.c:
1700         (gst_matroska_demux_parse_contents):
1701         Ignore any errors and not just EOS when parsing the contents of
1702         a SeekHead. Errors here are usually caused by truncated files
1703         and playback of the file works fine. Fixes playback of the
1704         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1705         archive.
1706
1707 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1708
1709         * gst/multipart/multipartdemux.c:
1710         * gst/multipart/multipartmux.c:
1711         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1712
1713 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1714
1715         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1716           gst_directdraw_sink_bufferpool_clear):
1717           Fix two more buffer ref leaks.
1718
1719 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1720
1721         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1722
1723         * sys/directdraw/gstdirectdrawsink.c:
1724           (gst_directdraw_sink_show_frame):
1725           Fix buffer ref leak.
1726
1727 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1728
1729         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1730         Revert the last commit. wavenc still supports width!=depth for 32 bit
1731         width. Thanks Tim.
1732
1733 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1734
1735         * gst/matroska/matroska-demux.c:
1736         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1737         If the duration of a block is unknown only use the timestamp for the
1738         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1739         laces. Otherwise every lace has the same timestamp which leads to
1740         various problems. Really fixes bug #548831.
1741
1742 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1743
1744         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1745         If we're not allowing width!=depth in wavenc we should also disable
1746         the code that was added to support width!=depth.
1747
1748 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1749
1750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1751         Don't calculate the default duration of a frame from the audio sampling
1752         rate. This only works for raw audio if every frame contains a single
1753         sample and results in broken buffer durations for other formats
1754         if no specified default duration is given or the blocks have no
1755         duration. Fixes bug #548831.
1756
1757 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1758
1759         * gst/matroska/matroska-demux.c:
1760         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1761         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1762         are used for text/plain subtitles as a gap-filler in some files.
1763
1764 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1765
1766         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1767         (gst_v4l2_get_caps_info):
1768         Add S910 and PWC formats with a low priority.
1769
1770         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1771         (gst_v4l2src_probe_caps_for_format):
1772         Add more debugging.
1773
1774 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1775
1776         * ext/flac/gstflacenc.c:
1777           Fix compilation against older libflac versions.
1778
1779 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1780
1781         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1782         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1783         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1784         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1785         (gst_pulsemixer_ctrl_set_volume):
1786         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1787         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1788         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1789         (gst_pulsesink_init), (gst_pulsesink_open),
1790         (gst_pulsesink_prepare), (gst_pulsesink_write),
1791         (gst_pulsesink_delay), (gst_pulsesink_reset):
1792         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1793         (gst_pulsesrc_init):
1794         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1795         Fix a locking issue in pulsesink's prepare function.
1796
1797         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1798         Check if the created channel layout is valid for GStreamer.
1799
1800 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1801
1802         * gst/rtsp/gstrtspgoogle.c:
1803         Things that can happen when your brain is in google mode trying to
1804         deal with their google rtsp server extensions and trying to type your
1805         google mail account.
1806
1807 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1808
1809         * gst/rtsp/Makefile.am:
1810         * gst/rtsp/gstrtsp.c: (plugin_init):
1811         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1812         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1813         (_do_init), (gst_rtsp_google_base_init),
1814         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1815         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1816         (gst_rtsp_google_extension_init):
1817         * gst/rtsp/gstrtspgoogle.h:
1818         Add google RTSP extension, it can only handle udp and responds with
1819         unsupported if we do anything else. Fixes #546465.
1820
1821         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1822         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1823         (gst_rtspsrc_create_transports_string),
1824         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1825         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1826         Make transport setup code a bit better using GString.
1827         Add some more debug.
1828         Check for closed connections before doing anything on them.
1829
1830 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1831
1832         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1833         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1834         (gst_pulsesrc_prepare):
1835         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1836         (gst_pulse_channel_map_to_gst):
1837         * ext/pulse/pulseutil.h:
1838         If downstream provides no channel layout and >2 channels should be
1839         used use the default layout that pulseaudio chooses and also
1840         add this layout to the caps. Fixes bug #547258.
1841
1842 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1843
1844         Patch by: Peter Kjellerstedt <pkj at axis com>
1845
1846         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1847         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1848         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1849         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1850         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1851         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1852         (gst_udpsrc_set_property):
1853         Avoid leaking internally allocated file descriptors when setting
1854         custom file descriptors. Fixes #543101.
1855
1856 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1857
1858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1859         Don't try to configure RTCP back to the server when the server did not
1860         give us a valid port number.
1861
1862 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1863
1864         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1865         Use new basetransform method to renegotiate. Fixes #544956.
1866
1867         * tests/icles/Makefile.am:
1868         * tests/icles/videobox-test.c: (make_pipeline), (main):
1869         Add videobox renegotiation example.
1870
1871 2008-08-19  David Schleef  <ds@schleef.org>
1872
1873         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1874         with sane values.  Fixes #548530.
1875
1876 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1877
1878         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1879         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1880         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1881         are already filled with the correct values by
1882         gst_ring_buffer_parse_caps() so there's no need to set them again
1883         with wrong values.
1884
1885 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1886
1887         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1888         (gst_avi_demux_read_subindexes_push):
1889         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1890         and instead of using the 'ix##' nomenclature, use '##ix'.
1891         They're still valid though, this fixes the duration and indexes for
1892         virtually all the ODML files I have.
1893
1894 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         Patch by: Olivier Crete <tester at tester dot ca>
1897
1898         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1899         (gst_rtp_vorbis_depay_process):
1900         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1901         Update the vorbis RTP pay/depay to RFC 5215.
1902         Fixes #547842.
1903
1904 2008-08-14  David Schleef  <ds@schleef.org>
1905
1906         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1907           with 3:2 pulldown, i.e., 24p.
1908
1909 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1910
1911         * tests/check/elements/level.c: (GST_START_TEST):
1912         Fix compilation some more.
1913
1914 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1915
1916         * configure.ac::
1917           Require -base CVS for wavparse acid chunk parsing.
1918
1919 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1922         (gst_pulsesink_init), (gst_pulsesink_finalize),
1923         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1924         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1925         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1926         * ext/pulse/pulsesink.h:
1927         Add "device-name" property to pulsesink too and currently commented
1928         out and not working support for a "volume" property.
1929
1930 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1931
1932         * configure.ac:
1933         Remove more cdio stuff (moved to ugly)
1934
1935 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1936
1937         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1938
1939         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1940         (gst_pulsesrc_get_property):
1941         Add "device-name" property, which provides a human readable string
1942         for the audio device, to make it more consisten with other audio
1943         sources. Fixes bug #547519.
1944
1945 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1946
1947         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1948         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1949         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1950         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1951         * ext/pulse/pulsemixerctrl.h:
1952         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1953         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1954         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1955         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1956         * ext/pulse/pulseprobe.h:
1957         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1958         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1959         (gst_pulsesrc_change_state):
1960         Improve debugging a bit by including the parent object in pulsemixerctrl
1961         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1962         GST_WARNING.
1963
1964         Use the parent GObject subclass instead of a random struct as GObject
1965         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1966         when probing for another property than "device".
1967
1968 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1969
1970         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1971
1972         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1973         Fix property probing after the device property is set by calling
1974         set_server when the server property changes. Fixes bug #547518.
1975
1976 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1977
1978         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1979
1980         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1981         (gst_pulsesink_implements_interface_init),
1982         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1983         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1984         (gst_pulsesink_get_type):
1985         * ext/pulse/pulsesink.h:
1986         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1987         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1988         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1989         * ext/pulse/pulsesrc.h:
1990         Implement GstPropertyProbe interface on pulsesink for detecting
1991         sink devices and on pulsesrc for detecting source devices.
1992         Fixes bugs #547227 and #547217.
1993
1994 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1995
1996         * gst/spectrum/gstspectrum.c:
1997           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1998
1999 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2000
2001         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2002         Properly set the maximum latency value, in the same way it is done in
2003         v4lsrc.
2004         * sys/v4l2/v4l2src_calls.c:
2005         Simplify fraction equality check, no need to use GValues for this.
2006
2007 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2008
2009         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2010         Add warning messages stating exactly why the latency query failed.
2011         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2012         In some cases, the negotiated framerate might be the default one which
2013         is already set internally. But we still need to mark it down in fps_n
2014         and fps_d so that the latency query can happen properly.
2015
2016 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2017
2018         * docs/plugins/inspect/plugin-1394.xml:
2019         Whoops, forgot one doc file for people who can't/don't build the
2020         raw1394 plugin.
2021
2022 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2023
2024         * docs/plugins/Makefile.am:
2025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2027         * docs/plugins/inspect/plugin-cdio.xml:
2028         * ext/Makefile.am:
2029         * ext/cdio/Makefile.am:
2030         * ext/cdio/gstcdio.c:
2031         * ext/cdio/gstcdio.h:
2032         * ext/cdio/gstcdiocddasrc.c:
2033         * ext/cdio/gstcdiocddasrc.h:
2034
2035         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2036         CDDA source to -ugly.
2037
2038         * po/LINGUAS:
2039         * po/POTFILES.in:
2040         * po/id.po:
2041         Pull in new translation from 0.10.9.2 release branch.
2042
2043 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2044
2045         * docs/plugins/Makefile.am:
2046         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2047         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2048         * docs/plugins/gst-plugins-good-plugins.args:
2049         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2050         * docs/plugins/gst-plugins-good-plugins.interfaces:
2051         Integrate documentation for new hdv1394src element.
2052
2053 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2054
2055         * ext/raw1394/Makefile.am:
2056         * ext/raw1394/gst1394.c: (plugin_init):
2057         * ext/raw1394/gsthdv1394src.c: (_do_init),
2058         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2059         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2060         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2061         (gst_hdv1394src_from_raw1394handle),
2062         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2063         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2064         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2065         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2066         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2067         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2068         (gst_hdv1394src_uri_handler_init):
2069         * ext/raw1394/gsthdv1394src.h:
2070         mpeg2-ts (HDV) variant of firewire capture element.
2071         Fixes #350830
2072
2073 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2074
2075         * gst/level/gstlevel.c: (gst_level_message_new):
2076          Fix compilation (also known as the classic 'fix code that someone
2077          committed without compiling it first').
2078
2079 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2080
2081         * tests/check/elements/level.c:
2082           Add a test for level in stereo mode.
2083
2084 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2085
2086         * tests/examples/spectrum/demo-audiotest.c:
2087         * tests/examples/spectrum/demo-osssrc.c:
2088           Demo how to draw analyzer results synced to the clock.
2089
2090 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2091
2092         * gst/level/gstlevel.c:
2093           Little renaming (l -> level).
2094
2095         * gst/spectrum/gstspectrum.c:
2096         * gst/spectrum/gstspectrum.h:
2097           Also send full timestamp/duration details here.
2098
2099 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2100
2101         * gst/level/gstlevel.c:
2102         * gst/level/gstlevel.h:
2103           Send same timestamp/duration details as videoanalysis. This gives
2104           applications better chance to sync analysis results with playback.
2105
2106 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2107
2108         * gst/matroska/matroska-mux.c:
2109         (gst_matroska_mux_handle_sink_event),
2110         (flac_streamheader_to_codecdata):
2111         We need to drop one additional buffer for FLAC as the fLaC
2112         marker and STREAMINFO block are merged into one buffer in the caps.
2113
2114         Also don't pretend to support NEWSEGMENT events, otherwise we
2115         will most probably write some invalid data.
2116
2117 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2118
2119         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2120         (gst_matroska_mux_audio_pad_setcaps):
2121         Add support for muxing FLAC into Matroska containers.
2122         Fixes bug #311586.
2123
2124 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2125
2126         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2127         Actually provide the variables required for the format string.
2128
2129 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2130
2131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2132         (gst_matroska_demux_element_send_event),
2133         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2134         * gst/matroska/matroska-demux.h:
2135         Close the current segment if we're doing a non-flushing seek and send
2136         the close-segment and the new segment of the seek from the streaming
2137         thread.
2138
2139 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2140
2141         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2142         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2143         (gst_flac_enc_change_state):
2144         * ext/flac/gstflacenc.h:
2145         Handle non-zero start timestamps correctly, mark header packets as
2146         IN_CAPS and print a warning and suggest using audiorate if stream
2147         discontinuities are detected. When FLAC supports flushing the encoder
2148         somehow this should be done for discontinuities instead.
2149
2150         Remove some unused variables from the instance struct.
2151
2152 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2153
2154         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2155         If seeking failed return the appropiate return value to FLAC.
2156         Otherwise it thinks seeking was successfull and tries to rewrite
2157         parts of the headers which then get appended to the output.
2158
2159 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2160
2161         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2162
2163         * ext/esd/gstesd.c: (plugin_init):
2164         * ext/flac/gstflac.c: (plugin_init):
2165         * ext/shout2/gstshout2.c: (plugin_init):
2166         * ext/wavpack/gstwavpack.c: (plugin_init):
2167         * sys/oss/gstossaudio.c: (plugin_init):
2168         * sys/v4l2/gstv4l2.c: (plugin_init):
2169         Make sure gettext returns translations in UTF-8 encoding rather
2170         than in the current locale encoding (#546822).
2171
2172 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2173
2174         * ext/flac/gstflacdec.c:
2175         Add FIXME for 0.11 to simply output everything with width=32 as given
2176         by FLAC and let audioconvert handle the conversions instead of doing
2177         them in flacdec.
2178
2179 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2180
2181         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2182         When outputting a pad template range for the size, include a framerate
2183         range too, to avoid 'not a real subset of template caps' errors.
2184
2185 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2186
2187         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2188
2189         * ext/flac/Makefile.am:
2190         * ext/flac/gstflac.c: (plugin_init):
2191         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2192         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2193         (gst_flac_tag_dispose), (gst_flac_tag_init),
2194         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2195         (gst_flac_tag_change_state):
2196         * ext/flac/gstflactag.h:
2197         Port flactag to 0.10, add documentation for it and clean it up a bit.
2198         Fixes bug #413841.
2199
2200         * docs/plugins/Makefile.am:
2201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2203         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2204         * docs/plugins/gst-plugins-good-plugins.interfaces:
2205         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2206         * docs/plugins/inspect/plugin-flac.xml:
2207         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2208         * ext/flac/gstflacdec.h:
2209         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2210         * ext/flac/gstflacenc.h:
2211         Add flactag and flacenc to the documentation and mark
2212         the private parts of the flacdec instance structure as private.
2213
2214         Also use gst_element_class_set_details_simple() in flacdec and
2215         flacenc.
2216
2217 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2218
2219         * gst/qtdemux/qtdemux.c:
2220           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2221           for it but ffmpeg does not.
2222
2223 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2224
2225         * gst/wavparse/gstwavparse.c:
2226           Handle the list chunk and use gst_riff_parse_info() to parse the info
2227           sub-chunk.
2228
2229 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * gst/wavparse/gstwavparse.c:
2232           Handle the acid chunk and send tempo as part of tags. Other fields are
2233           interesting too, but need more tag-definitions. Fixes #545433.
2234
2235 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2236
2237         * gst/wavparse/gstwavparse.c:
2238           Refactor wavparse. Call _reset() from dispose() and move old code from
2239           dispose into reset. This way we don't leak taglists when we abort
2240           parsing. Fix some comments. Move code for skipping a chunk into extra
2241           function. Replace chunk sizes with a const to ease readability.         
2242
2243 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2244
2245         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2246
2247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2248         Improve udp port setup. Fixes #545710.
2249
2250 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2251
2252         * gst/rtp/Makefile.am:
2253         * gst/rtp/gstrtp.c: (plugin_init):
2254         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2255         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2256         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2257         (gst_rtp_mp1s_depay_set_property),
2258         (gst_rtp_mp1s_depay_get_property),
2259         (gst_rtp_mp1s_depay_change_state),
2260         (gst_rtp_mp1s_depay_plugin_init):
2261         * gst/rtp/gstrtpmp1sdepay.h:
2262         Add MP1S depayloader.
2263
2264         * gst/rtsp/URLS:
2265         Some more sample rtsp streams.
2266
2267 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2268
2269         * gst/rtsp/URLS:
2270         Add another URL.
2271
2272         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2273         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2274         Add some more debug info.
2275
2276 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2277
2278         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2279         Provide cbSize field for audio extra_data size, and take care to
2280         pad extra_data.
2281
2282 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2283
2284         * gst/qtdemux/qtdemux.c:
2285           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2286           TRUE.
2287
2288 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2289
2290         * gst/qtdemux/qtdemux.c:
2291         * gst/qtdemux/qtdemux_fourcc.h:
2292           Add keyword tag support. Fixes #520694 for qtdemux.
2293
2294 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2295
2296         * gst/qtdemux/qtdemux.c:
2297           Add support for tmpo tag (BPM).
2298
2299 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2302         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2303         Set an estimate for the total number of samples that will be encoded
2304         if possible to help decoders if the streaminfo can't be rewritten
2305         later (like when muxing into Ogg containers).
2306
2307         Add a warning if we get header packets after data packets as those
2308         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2309         work.
2310
2311 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2312
2313         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2314         (gst_flac_dec_write):
2315         Support decoding of all depths between 4 and 32 bits and read the
2316         depth from the streaminfo header if needed. Also support all sampling
2317         rates between 1 and 655350 Hz.
2318
2319         * ext/flac/gstflacenc.c:
2320         (gst_flac_enc_caps_append_structure_with_widths),
2321         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2322         (gst_flac_enc_chain):
2323         * ext/flac/gstflacenc.h:
2324         Support encoding in all bit depths supported by the streamable
2325         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2326         between 1 Hz and 655350 Hz.
2327
2328 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2329
2330         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2331         (gst_flac_enc_sink_getcaps):
2332         Support encoding of up to 8 channels.
2333
2334 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2335
2336         * ext/soup/gstsouphttpsrc.c:
2337         * ext/soup/gstsouphttpsrc.h:
2338         Fix seeking race condition in #540300
2339         Patch By: Wouter Cloetens  <wouter at mind be>
2340
2341 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2342
2343         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2344         (gst_matroska_demux_element_send_event),
2345         (gst_matroska_demux_handle_seek_event),
2346         (gst_matroska_demux_handle_src_event):
2347         When receiving a SEEK event on a specific pad first search for a seek
2348         table entry for the stream of the pad and then fall back to an entry
2349         for a different stream.
2350
2351 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2352
2353         * configure.ac:
2354         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2355         * gst/matroska/matroska-ids.h:
2356         Build depend on core CVS for the attachment tag.
2357
2358 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2359
2360         * configure.ac:
2361         * gst/matroska/Makefile.am:
2362         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2363         (copy_backptr), (lzo1x_decode), (main):
2364         * gst/matroska/lzo.h:
2365         * gst/matroska/matroska-demux.c:
2366         (gst_matroska_demux_read_track_encoding),
2367         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2368         (gst_matroska_decode_buffer),
2369         (gst_matroska_decode_content_encodings),
2370         (gst_matroska_demux_read_track_encodings),
2371         (gst_matroska_demux_add_stream),
2372         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2373         * gst/matroska/matroska-ids.h:
2374         Decode the codec private data and following ContentEncoding if
2375         necessary.
2376
2377         Support bzip2, lzo and header stripped compression. For lzo use the
2378         ffmpeg lzo implementation as liblzo is GPL licensed.
2379         
2380         Fix zlib decompression.
2381
2382 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2383
2384         * gst/matroska/matroska-mux.c:
2385         (gst_matroska_mux_audio_pad_setcaps):
2386         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2387         duration of a frame with the new mpegaudioversion caps field.
2388
2389 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2390
2391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2392         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2393         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2394         (gst_matroska_demux_stream_from_num),
2395         (gst_matroska_demux_tracknumber_unique),
2396         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2397         (gst_matroska_demux_handle_seek_event),
2398         (gst_matroska_demux_sync_streams),
2399         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2400         (gst_matroska_demux_loop):
2401         * gst/matroska/matroska-demux.h:
2402         Allow an infinite number of stream inside Matroska containers and use
2403         a GPtrArray for storing them instead of allowing "only" 127 streams.
2404
2405 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2406
2407         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2408         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2409         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2410         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2411         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2412         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2413         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2414         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2415         (gst_ebml_read_master), (gst_ebml_read_binary),
2416         (gst_ebml_read_header):
2417         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2418         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2419         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2420         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2421         (gst_ebml_replace_uint):
2422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2423         (gst_matroska_demux_read_track_encoding),
2424         (gst_matroska_demux_read_track_encodings),
2425         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2426         (gst_matroska_demux_send_event),
2427         (gst_matroska_demux_element_send_event),
2428         (gst_matroska_demux_handle_seek_event),
2429         (gst_matroska_demux_handle_src_event),
2430         (gst_matroska_demux_init_stream),
2431         (gst_matroska_demux_parse_tracks),
2432         (gst_matroska_demux_parse_index_cuetrack),
2433         (gst_matroska_demux_parse_index_pointentry),
2434         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2435         (gst_matroska_demux_parse_metadata_id_simple_tag),
2436         (gst_matroska_demux_parse_metadata_id_tag),
2437         (gst_matroska_demux_parse_metadata),
2438         (gst_matroska_demux_parse_attached_file),
2439         (gst_matroska_demux_parse_attachments),
2440         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2441         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2442         (gst_matroska_demux_push_flac_codec_priv_data),
2443         (gst_matroska_demux_push_xiph_codec_priv_data),
2444         (gst_matroska_demux_push_dvd_clut_change_event),
2445         (gst_matroska_demux_add_mpeg_seq_header),
2446         (gst_matroska_demux_add_wvpk_header),
2447         (gst_matroska_demux_check_subtitle_buffer),
2448         (gst_matroska_decode_buffer),
2449         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2450         (gst_matroska_demux_parse_cluster),
2451         (gst_matroska_demux_parse_contents_seekentry),
2452         (gst_matroska_demux_parse_contents),
2453         (gst_matroska_demux_loop_stream_parse_id),
2454         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2455         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2456         (gst_matroska_demux_subtitle_caps),
2457         (gst_matroska_demux_change_state):
2458         * gst/matroska/matroska-ids.c:
2459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2460         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2461         (gst_matroska_mux_video_pad_setcaps),
2462         (xiph3_streamheader_to_codecdata),
2463         (vorbis_streamheader_to_codecdata),
2464         (theora_streamheader_to_codecdata),
2465         (gst_matroska_mux_audio_pad_setcaps),
2466         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2467         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2468         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2469         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2470         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2471         Fix indention everywhere. A broken indent version has added newlines
2472         after every single declaration some time ago.
2473
2474 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2475
2476         * gst/matroska/matroska-demux.c:
2477         (gst_matroska_demux_loop_stream_parse_id):
2478         If no Tracks are found error out instead of trying it again until the
2479         end of time.
2480
2481 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2482
2483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2484         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2485         bit and signed otherwise, not the other way around.
2486
2487 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2488
2489         * gst/matroska/matroska-mux.c:
2490         Add more raw YUV formats to the list of supported formats.
2491
2492 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2493
2494         * gst/matroska/matroska-mux.c:
2495         (gst_matroska_mux_audio_pad_setcaps):
2496         Add support for muxing raw float audio now that the spec defines the
2497         endianness and add support for muxing raw integer audio with 24 and
2498         32 bits.
2499
2500         Allow muxing of more than 8 audio channels.
2501
2502 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2503
2504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2505         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2506         Add locking to the global array of used track UIDs to prevent random
2507         crashes if more than a single matrosmux instance is used.
2508
2509         Use 64 bit values for the track UIDs.
2510
2511         Use the global GRandom of GLib instead of creating our own one
2512         for the few random numbers we need every single time.
2513
2514 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2515
2516         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2517         (gst_flac_dec_setup_stream_decoder),
2518         (gst_flac_dec_update_metadata):
2519         Always post the audio-codec tag, not only if other tags are present.
2520
2521 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2522
2523         * configure.ac:
2524         Back to development -> 0.10.9.1
2525
2526 === release 0.10.9 ===
2527
2528 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2529
2530         * configure.ac:
2531           releasing 0.10.9, "Steam Train Rolling"
2532
2533 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2534
2535         * ext/soup/gstsouphttpsrc.c:
2536         Don't throw an error when soup completes a msg with status
2537         'cancelled', as that indicates we cancelled a request while
2538         shutting down or seeking, and it's not an error.
2539         Fixes: #540300 again.
2540
2541 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2542
2543         * configure.ac:
2544         0.10.8.4 pre-release
2545
2546 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2547
2548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2549         Fix segment-stop regression.
2550         Add documentation regarding segments in quicktime files by Wim Taymans.
2551         Fixes #544509
2552
2553 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2554
2555         * configure.ac:
2556         0.10.8.3 pre-release
2557
2558         * po/LINGUAS:
2559         * po/pt_BR.po:
2560         Add pt_BR translation
2561
2562 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2563
2564         * gst/goom/convolve_fx.c:
2565         * gst/goom/filters.c:
2566         * gst/goom/goom_config.h:
2567         * gst/goom/goom_core.c:
2568         * gst/goom/goom_tools.h:
2569           Fix build with MSVC: include glib.h to define inline appropriately,
2570           use header guards where needed.
2571         * gst/udp/gstudpnetutils.c:
2572         * gst/udp/gstudpsrc.c:
2573           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2574           g_snprintf rather than snprintf.
2575           Fixes #544433.
2576
2577 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2578
2579         * gst/debug/gsttaginject.c:
2580         * gst/debug/gsttaginject.h:
2581           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2582           partially.
2583
2584 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2585
2586         * configure.ac:
2587         0.10.8.2 pre-release
2588
2589 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2590
2591         * ext/Makefile.am:
2592         Finish hooking up pulseaudio plugin to the build.
2593
2594         * ext/pulse/pulsemixerctrl.c:
2595         Fix compilation error.
2596
2597 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2598
2599         * po/LINGUAS:
2600         * po/lt.po:
2601         Add new lithunian translation, and add french to the LINGUAS
2602         file.
2603
2604 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2605
2606         * ext/soup/gstsouphttpsrc.c:
2607         Fix Soup HTTP source seeking.
2608         Patch By: Wouter Cloetens  <wouter at mind be>
2609         Fixes: #540300
2610
2611         * tests/check/elements/.cvsignore:
2612         Ignore new check programs.
2613
2614 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2615
2616         * configure.ac:
2617         * docs/plugins/Makefile.am:
2618         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2619         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2620         * docs/plugins/gst-plugins-good-plugins.args:
2621         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2622         * docs/plugins/gst-plugins-good-plugins.interfaces:
2623         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2624         * docs/plugins/inspect/plugin-interleave.xml:
2625         * docs/plugins/inspect/plugin-replaygain.xml:
2626         * tests/check/Makefile.am:
2627
2628         Move replaygain and interleave plugins from -bad.
2629         Fixes: #543406
2630         Fixes: #536228
2631
2632 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2633
2634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2635         (qtdemux_parse_trak):
2636         Revert ISO base media spec based pixel-aspect-ratio calculation.
2637         Fixes #543300.
2638
2639 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2640
2641         * sys/osxvideo/osxvideosink.m:
2642         Fix minor build issues on macosx.
2643         Fixes #543054
2644
2645 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2646
2647         * configure.ac::
2648         * ext/taglib/Makefile.am::
2649           Only use -Wno-attributes (which is there to work around a
2650           bug in the taglib 1.5 headers) if the c++ compiler actually
2651           supports it (#543255).
2652
2653 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2654
2655         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2656
2657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2658           Avoid compiler warning by initialising variable to NULL (#543259).
2659
2660 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2663         Don't pass NULL taglists to gst_tag_list_is_empty().
2664
2665 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2666
2667         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2668         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2669         (rtp_pipeline_run):
2670         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2671         Don't use declarations after statements.
2672
2673 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2674
2675         * ext/jpeg/gstjpegdec.c:
2676         Align documentation with reality.
2677
2678 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2679
2680         * gst/udp/gstudpnetutils.c:
2681         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2682         old value (1) if it's not defined which should not cause any problems
2683         as we're using it internal only anyway.
2684
2685 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2686
2687         Patch by: Alessandro Decina <alessandro at nnva dot org>
2688
2689         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2690         Fix build of avidemux on big endian architectures.
2691
2692 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2693
2694         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2695
2696         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2697         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2698
2699 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2700
2701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2702         (qtdemux_parse_trak):
2703         Set pixel-aspect-ratio in caps using display width and height
2704         provided in track.
2705
2706 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2707
2708         * configure.ac:
2709         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2710         flags that are invalid for C++. Fixes bug #516509.
2711
2712 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2713
2714         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2715         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2716         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2717         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2718         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2719         * tests/examples/equalizer/demo.c: (message_handler):
2720         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2721         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2722         Don't use declarations after statements and variable length arrays.
2723
2724 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2725
2726         Patch by: Daniel Drake <dsd at gentoo dot org>
2727
2728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2729         (gst_v4l2src_get_nearest_size):
2730         Try progressive video if interlaced fails. Fixes bug #541956
2731         and the usage of v4l2src on OLPC.
2732
2733 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2734
2735         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2736         (gst_rtp_speex_depay_process):
2737         * gst/rtp/gstrtpspeexdepay.h:
2738         Revert last change: Only the jitterbuffer is able to convert RTP to
2739         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2740         Reopens bug #541787.
2741
2742 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2743
2744         * gst/rtp/gstrtpvrawdepay.c:
2745           Include stdlib.h for atoi().
2746
2747         * gst/rtsp/gstrtspsrc.c:
2748           Use floating point math for latencies < 0 sec in log output.
2749
2750 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2751
2752         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2753
2754         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2755         (gst_rtp_speex_depay_process):
2756         * gst/rtp/gstrtpspeexdepay.h:
2757         Take timestamp from the RTP packet as a first step to fix problems
2758         with transmission over RTP when the network is not reliable.
2759         Fixes bug #541787.
2760
2761 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2762
2763         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2764
2765         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2766         Fix parsing of udp:// URIs containing IPv6 addresses.
2767         Fixes bug #541650.
2768
2769 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2770
2771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2772         Do not leak incoming buffers.
2773
2774 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2775
2776         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2777
2778         * configure.ac:
2779         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2780         for htons() and htonl(). Fixes bug #541412.
2781
2782 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2783
2784         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2785         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2786         (gst_matroska_demux_element_query),
2787         (gst_matroska_demux_handle_src_query),
2788         (gst_matroska_demux_handle_seek_event):
2789         Handle position and duration query in DEFAULT format if the
2790         pad's track has a default frame duration set.
2791
2792         Fix seeking now that the segment's duration doesn't contain the
2793         (possibly wrong or inaccurate) duration of the Matroska file.
2794
2795 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2796
2797         * gst/matroska/ebml-read.c: (_ext2dbl):
2798         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2799         in math.h except on MSVC where it is defined in xmath.h.
2800         Fixes compilation with MSVC.
2801
2802 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2803
2804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2805         (gst_matroska_demux_handle_src_query),
2806         (gst_matroska_demux_parse_info),
2807         (gst_matroska_demux_loop_stream_parse_id):
2808         * gst/matroska/matroska-demux.h:
2809         Don't set the segment duration to the duration from the Matroska
2810         header as this value could be wrong and is just informational.
2811
2812 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2813
2814         * gst/matroska/matroska-demux.c:
2815         (gst_matroska_demux_loop_stream_parse_id):
2816         If no Tracks element is found until the first Cluster is found
2817         search it and error out if none is found in the complete file.
2818
2819 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2820
2821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2822         Resync non-subtitle tracks too if a too large gap compared to other
2823         tracks is detected.
2824
2825 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2826
2827         * gst/rtp/Makefile.am:
2828         * gst/rtp/gstrtp.c: (plugin_init):
2829         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2830         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2831         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2832         (gst_rtp_vraw_depay_change_state),
2833         (gst_rtp_vraw_depay_plugin_init):
2834         * gst/rtp/gstrtpvrawdepay.h:
2835         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2836         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2837         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2838         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2839         (gst_rtp_vraw_pay_plugin_init):
2840         * gst/rtp/gstrtpvrawpay.h:
2841         Add raw video pay and depayloaders, see RFC4175.
2842
2843 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2844
2845         * ext/libpng/gstpngdec.c:
2846         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2847         whatever it returned.
2848
2849 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2850
2851         * gst/avi/avi-ids.h:
2852         Add vprp chunk related structures.
2853         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2854         (gst_avi_demux_parse_stream):
2855         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2856         to caps.  Fixes #539482.
2857         * gst/avi/gstavimux.h:
2858         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2859         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2860         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2861
2862 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2863
2864         * tests/check/elements/avimux.c: (check_avimux_pad):
2865         Adjust avimux unit test according to increased streamheader size.
2866
2867 2008-06-27  David Schleef  <ds@schleef.org>
2868
2869         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2870
2871 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2872
2873         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2874         * gst/avi/gstavimux.h:
2875         Add 8 bytes to current streamheader to make for a complete one
2876         and to make more players happy.  Fixes #519460.
2877
2878 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2879
2880         * sys/v4l2/v4l2_calls.c::
2881           Don't include unused gstv4l2xoverlay.h. Fixes build
2882           in case where X11 headers are not installed.
2883
2884 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2885
2886         * ext/dv/gstdv.c: (plugin_init):
2887         Fix compilation.
2888
2889 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2890
2891         * ext/dv/gstdv.c: (plugin_init):
2892         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2893         DV decoder available.
2894         Fixes #532393
2895
2896 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2897
2898         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2899         Call getsockname() after the call to bind() to get updated values
2900         for the port, etc. This fixes the usage of udpsrc on anonymous
2901         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2902         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2903
2904 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2905
2906         * tests/check/pipelines/wavpack.c: (bus_handler):
2907         Remove workaround for a bug in identity that is fixed in 0.10.20.
2908
2909 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2910
2911         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2912
2913         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2914         Fix HTTP auth support with user/password passed via the URI.
2915         Fixes bug #540067.
2916
2917 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2918
2919         * configure.ac:
2920           Depend on released versions of core and -base.
2921
2922 2008-06-23  Julien Moutte  <julien@fluendo.com>
2923
2924         * gst/matroska/matroska-demux.c:
2925         (gst_matroska_demux_read_track_encoding),
2926         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2927         format strings in macros. (makes it build on OS X again...)
2928
2929 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2930
2931         * gst/rtp/gstrtptheorapay.c:
2932         * gst/udp/gstmultiudpsink.c:
2933           Added debug.
2934
2935 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2936
2937         * configure.ac: switch v4l2src over to the normal build instead of
2938         being 'experimental'. Fixes bug #536831.
2939
2940 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2941
2942         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2943         Remove unused variable so that we can compile again.
2944
2945 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2946
2947         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2948         No need to check for audio/G723 and audio/32KADPCM here as they are
2949         no longer supported.
2950
2951 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2952
2953         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2954         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2955         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2956         known length.
2957
2958 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2959
2960         * gst/matroska/matroska-demux.c:
2961         (gst_matroska_demux_add_wvpk_header),
2962         (gst_matroska_demux_audio_caps):
2963         * gst/matroska/matroska-ids.h:
2964         Fix demuxing of WavPack files. Muxing is still broken.
2965
2966 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2967
2968         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2969         (gst_matroska_demux_add_mpeg_seq_header),
2970         (gst_matroska_demux_add_wvpk_header),
2971         (gst_matroska_demux_check_subtitle_buffer),
2972         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2973         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2974         (gst_matroska_demux_subtitle_caps):
2975         * gst/matroska/matroska-ids.h:
2976         Add a "vfunc" to the track context for postprocessing frames and
2977         convert the wavpack and subtitle postprocessing to this vfunc.
2978         Copy buffer flags in those functions to the new buffers too.
2979
2980         Parse CodecState elements of Blocks.
2981
2982         Add a postprocessing function for MPEG video that adds the sequence
2983         header from the codec private data or codec state to the frames if
2984         it's not already there.
2985
2986 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2987
2988         * gst/matroska/matroska-demux.c:
2989         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2990         If a gap of more than 1/2 second is found in one stream send a
2991         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2992         This also fixes Matroska files where the first buffer doesn't start
2993         at timestamp 0. Fixes bug #429322.
2994
2995         The duration of a block is the default duration multiplied with the
2996         number of laces. Every lace is one frame and the default duration
2997         is the duration of one frame. This fixes playback of files that use
2998         lacing for some tracks.
2999
3000 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         * gst/matroska/matroska-demux.c:
3003         (gst_matroska_demux_parse_contents_seekentry):
3004         Update FIXME/TODOs and only ignore EOS at the central, important place
3005         instead of several places.
3006
3007 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3008
3009         * gst/rtp/gstrtpg726pay.c:
3010         Fix caps, See #538891.
3011
3012 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3013
3014         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3015         (gst_matroska_demux_stream_from_num),
3016         (gst_matroska_demux_encoding_cmp),
3017         (gst_matroska_demux_encoding_order_unique),
3018         (gst_matroska_demux_read_track_encoding),
3019         (gst_matroska_demux_read_track_encodings),
3020         (gst_matroska_demux_tracknumber_unique),
3021         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3022         (gst_matroska_demux_parse_tracks),
3023         (gst_matroska_demux_parse_index_cuetrack),
3024         (gst_matroska_demux_parse_index_pointentry),
3025         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3026         (gst_matroska_demux_parse_metadata_id_simple_tag),
3027         (gst_matroska_demux_parse_metadata_id_tag),
3028         (gst_matroska_demux_parse_metadata),
3029         (gst_matroska_demux_parse_attached_file),
3030         (gst_matroska_demux_parse_attachments),
3031         (gst_matroska_demux_parse_chapters),
3032         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3033         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3034         (gst_matroska_demux_parse_cluster),
3035         (gst_matroska_demux_parse_contents_seekentry),
3036         (gst_matroska_demux_parse_contents),
3037         (gst_matroska_demux_loop_stream_parse_id),
3038         (gst_matroska_demux_loop):
3039         Improve debug output everywhere and fix the EOS logic.
3040
3041         Check the values of the ContentEncoding elements more strictly and
3042         don't use tracks for which it's invalid.
3043
3044         Check that the track number is unique for this stream.
3045
3046         Check that seek positions are below G_MAXINT64 as our seeks are
3047         int64-based and overflows will fail badly.
3048
3049         After seeks also don't push SimpleBlocks until the first one
3050         containing a keyframe is found. Before this was done only for normal
3051         Blocks.
3052
3053         Update some FIXME/TODOs.
3054         
3055         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3056         (gst_ebml_read_utf8), (gst_ebml_read_header):
3057         Improve debug output.
3058
3059         * gst/matroska/matroska-ids.c:
3060         (gst_matroska_track_init_video_context):
3061         * gst/matroska/matroska-ids.h:
3062         * gst/matroska/matroska-mux.c:
3063         (gst_matroska_mux_video_pad_setcaps):
3064         Remove eye mode and don't parse it anymore. We can't use that
3065         information in GStreamer yet so it's useless.
3066
3067
3068 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3069
3070         Patch by: Mersad Jelacic <mersad at axis dot com>
3071
3072         * gst/rtp/Makefile.am:
3073         * gst/rtp/gstrtp.c: (plugin_init):
3074         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3075         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3076         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3077         (gst_rtp_g726_depay_plugin_init):
3078         * gst/rtp/gstrtpg726depay.h:
3079         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3080         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3081         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3082         * gst/rtp/gstrtpg726pay.h:
3083         Added G726 pay/depayloaders. Fixes #538891.
3084
3085 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3086
3087         * gst/rtsp/URLS:
3088         Some more urls.
3089
3090         * gst/smpte/barboxwipes.c:
3091         Add a comment
3092
3093         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3094         Fix typo, add audioresample to the pipeline.
3095
3096 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * ext/libmng/Makefile.am:
3099         * ext/libmng/gstmng.c: (plugin_init):
3100         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3101         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3102         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3103         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3104         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3105         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3106         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3107         (gst_mng_dec_change_state):
3108         * ext/libmng/gstmngdec.h:
3109         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3110         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3111         (gst_mng_enc_init), (gst_mng_enc_chain),
3112         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3113         * ext/libmng/gstmngenc.h:
3114         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3115         bits ifdeffed out still.
3116
3117 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3118
3119         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3120         When comparing index elements with the same time compare their
3121         block number.
3122
3123 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3124
3125         * gst/matroska/matroska-demux.c:
3126           (gst_matroska_demux_parse_attached_file)
3127           Init variable to NULL to avoid compiler warning.
3128
3129 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3130
3131         * gst/matroska/Makefile.am:
3132         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3133         (gst_matroska_demux_parse_attached_file),
3134         (gst_matroska_demux_parse_attachments),
3135         (gst_matroska_demux_parse_contents_seekentry),
3136         (gst_matroska_demux_loop_stream_parse_id):
3137         * gst/matroska/matroska-demux.h:
3138         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3139         * gst/matroska/matroska-ids.h:
3140         * gst/matroska/matroska.c: (plugin_init):
3141         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3142         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3143         and description of the attachments in the caps. Fixes bug #537622.
3144
3145 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3146
3147         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3148         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3149         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3150         (gst_speex_enc_src_query), (gst_speex_enc_init),
3151         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3152         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3153         (gst_speex_enc_set_property):
3154         Add mode property.
3155         Some cleanups, add more debug info.
3156         Add latency query.
3157
3158 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3159
3160         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3161         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3162         If we get less bytes than requested we can't do anything except doing
3163         our EOS logic.
3164
3165 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3166
3167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3168         (gst_matroskademux_do_index_seek),
3169         (gst_matroska_demux_parse_index_cuetrack),
3170         (gst_matroska_demux_parse_index_pointentry),
3171         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3172         (gst_matroska_demux_parse_metadata):
3173         * gst/matroska/matroska-demux.h:
3174         * gst/matroska/matroska-ids.h:
3175         Use a GArray for storing the Cue (i.e. seek) information, store
3176         the CueTrackPositions for every track, store the block number
3177         and optimize searching in the array by sorting it after the last
3178         element was added.
3179
3180         Fix a small memory leak when trying to parse a tags element that was
3181         already parsed.
3182
3183 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3184
3185         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3186         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3187         (gst_matroska_mux_write_data):
3188         * gst/matroska/matroska-mux.h:
3189         Don't write another SeekHead which indexes all Clusters to the end of
3190         the file. This isn't useful for anything and just increases filesize.
3191
3192 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3193
3194         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3195         Prevent unaligned memory access when reading floats.
3196
3197 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * gst/matroska/ebml-read.c:
3200         * gst/matroska/ebml-read.h:
3201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3202         (gst_matroska_demux_parse_metadata):
3203         * gst/matroska/matroska-demux.h:
3204         Make sure that every Tags element is only parsed once and it's
3205         containing tags are only posted once.
3206
3207 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3208
3209         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3210         (gst_ebml_read_header):
3211         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3212         (gst_matroska_demux_parse_tracks),
3213         (gst_matroska_demux_parse_index_cuetrack),
3214         (gst_matroska_demux_parse_index_pointentry),
3215         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3216         (gst_matroska_demux_parse_metadata_id_simple_tag),
3217         (gst_matroska_demux_parse_metadata_id_tag),
3218         (gst_matroska_demux_parse_metadata),
3219         (gst_matroska_demux_parse_attachments),
3220         (gst_matroska_demux_parse_chapters),
3221         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3222         (gst_matroska_demux_parse_cluster),
3223         (gst_matroska_demux_parse_contents_seekentry),
3224         (gst_matroska_demux_parse_contents),
3225         (gst_matroska_demux_loop_stream_parse_id):
3226         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3227         already. They're not useful in the matroska parser and only cause
3228         additional code.
3229
3230 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3231
3232         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3233         (gst_ebml_finalize), (gst_ebml_read_change_state),
3234         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3235         * gst/matroska/matroska-demux.c:
3236         (gst_matroska_demux_parse_contents_seekentry):
3237         Reverse the level list as we usually are only interested in the
3238         first element or want to add a new first element. Having the
3239         first element stored at the end and calling g_list_last() and
3240         g_list_append() is more expensive.
3241
3242         Also use GSlice for allocating the GstEbmlLevel structs.
3243
3244 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3245
3246         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3247           (gst_tag_inject_class_init), (gst_tag_inject_init):
3248           Don't unref NULL taglist in finalize. Don't use c++ style
3249           comments.
3250
3251 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3252
3253         * gst/matroska/matroska-demux.c:
3254         (gst_matroska_demux_parse_metadata_id_simple_tag):
3255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3256         (gst_matroska_mux_write_data):
3257         Use gst_value_serialize() and gst_value_deserialize() for transforming
3258         tags from some GType to a string and the other way around. The default
3259         transformations in GLib don't include transformations from string to
3260         number types.
3261
3262 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3263
3264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3265         (gst_matroska_demux_parse_tracks),
3266         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3267         (gst_matroska_demux_parse_attachments),
3268         (gst_matroska_demux_parse_chapters),
3269         (gst_matroska_demux_parse_contents_seekentry),
3270         (gst_matroska_demux_loop_stream_parse_id):
3271         * gst/matroska/matroska-demux.h:
3272         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3273         Tags multiple times. The first ones can appear more than once but must
3274         contain the same content as the first for backup purposes so we ignore
3275         all but the first one. Tags can appear multiple times with different
3276         content.
3277
3278         Jump to all elements except Clusters that are available from a
3279         SeekHead to make it more likely to have all required informations
3280         before getting to the first Clusters.
3281
3282         Add dummy functions for parsing Attachments and Chapters.
3283
3284 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3287         (gst_udpsrc_create), (gst_udpsrc_set_property),
3288         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3289         * gst/udp/gstudpsrc.h:
3290         Add property to control automatic join/leave of multicast groups.
3291         Add G_LIKELY.
3292         Remove setting caps on buffers explicitly, basesrc does that for us now.
3293         Improve debug info.
3294         Convert some non-fatal error into warnings.
3295         Use g_ntohs for better portability.
3296         Leave multicast groups when stopping.
3297         When using external sockets, use getsockname() on them to fill up the
3298         addr structure before calling methods that use the structure.
3299         Should all fix #536903.
3300         API: GstUDPSrc::auto-multicast property
3301
3302 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3305         Use g_ntohl for better portability.
3306
3307 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3308
3309         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3310         (gst_multiudpsink_remove):
3311         Fix a typo and do some small cleanups.
3312
3313 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3314
3315         Patch by: Olivier Crete <tester at tester dot ca>
3316
3317         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3318         Make the delivery-method mandatory on the caps and only accept inline
3319         for now.
3320         Reverse strcmp checks for delivery-method.
3321
3322         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3323         Make delivery method optional when parsing caps and note this in the
3324         caps.
3325         Reverse strcmp checks for delivery-method.
3326
3327         * gst/rtp/gstrtpvorbispay.c:
3328         Update a comment to note that the delivery-method is optional, 
3329         Fixes #537675.
3330
3331 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3334         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3335         leaving them in READY. Fixes #537832.
3336
3337 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3338
3339         * gst/avi/gstavimux.c:
3340           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3341           for a random constant in tagmuxing code.
3342
3343 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3344
3345         * gst/debug/gsttaginject.c:
3346         * gst/debug/gsttaginject.h:
3347           Now actually adding the new element.
3348
3349 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3350
3351         * docs/plugins/Makefile.am:
3352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3354         * docs/plugins/gst-plugins-good-plugins.args:
3355         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3356         * docs/plugins/gst-plugins-good-plugins.interfaces:
3357         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3358         * docs/plugins/inspect/plugin-aasink.xml:
3359         * docs/plugins/inspect/plugin-alaw.xml:
3360         * docs/plugins/inspect/plugin-alpha.xml:
3361         * docs/plugins/inspect/plugin-alphacolor.xml:
3362         * docs/plugins/inspect/plugin-annodex.xml:
3363         * docs/plugins/inspect/plugin-apetag.xml:
3364         * docs/plugins/inspect/plugin-audiofx.xml:
3365         * docs/plugins/inspect/plugin-auparse.xml:
3366         * docs/plugins/inspect/plugin-autodetect.xml:
3367         * docs/plugins/inspect/plugin-avi.xml:
3368         * docs/plugins/inspect/plugin-cacasink.xml:
3369         * docs/plugins/inspect/plugin-cairo.xml:
3370         * docs/plugins/inspect/plugin-cdio.xml:
3371         * docs/plugins/inspect/plugin-cutter.xml:
3372         * docs/plugins/inspect/plugin-debug.xml:
3373         * docs/plugins/inspect/plugin-dv.xml:
3374         * docs/plugins/inspect/plugin-efence.xml:
3375         * docs/plugins/inspect/plugin-effectv.xml:
3376         * docs/plugins/inspect/plugin-equalizer.xml:
3377         * docs/plugins/inspect/plugin-esdsink.xml:
3378         * docs/plugins/inspect/plugin-flac.xml:
3379         * docs/plugins/inspect/plugin-flxdec.xml:
3380         * docs/plugins/inspect/plugin-gamma.xml:
3381         * docs/plugins/inspect/plugin-gconfelements.xml:
3382         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3383         * docs/plugins/inspect/plugin-goom.xml:
3384         * docs/plugins/inspect/plugin-goom2k1.xml:
3385         * docs/plugins/inspect/plugin-halelements.xml:
3386         * docs/plugins/inspect/plugin-icydemux.xml:
3387         * docs/plugins/inspect/plugin-id3demux.xml:
3388         * docs/plugins/inspect/plugin-jpeg.xml:
3389         * docs/plugins/inspect/plugin-level.xml:
3390         * docs/plugins/inspect/plugin-matroska.xml:
3391         * docs/plugins/inspect/plugin-monoscope.xml:
3392         * docs/plugins/inspect/plugin-mulaw.xml:
3393         * docs/plugins/inspect/plugin-multifile.xml:
3394         * docs/plugins/inspect/plugin-multipart.xml:
3395         * docs/plugins/inspect/plugin-navigationtest.xml:
3396         * docs/plugins/inspect/plugin-ossaudio.xml:
3397         * docs/plugins/inspect/plugin-png.xml:
3398         * docs/plugins/inspect/plugin-quicktime.xml:
3399         * docs/plugins/inspect/plugin-rtp.xml:
3400         * docs/plugins/inspect/plugin-rtsp.xml:
3401         * docs/plugins/inspect/plugin-smpte.xml:
3402         * docs/plugins/inspect/plugin-soup.xml:
3403         * docs/plugins/inspect/plugin-spectrum.xml:
3404         * docs/plugins/inspect/plugin-speex.xml:
3405         * docs/plugins/inspect/plugin-taglib.xml:
3406         * docs/plugins/inspect/plugin-udp.xml:
3407         * docs/plugins/inspect/plugin-video4linux2.xml:
3408         * docs/plugins/inspect/plugin-videobalance.xml:
3409         * docs/plugins/inspect/plugin-videobox.xml:
3410         * docs/plugins/inspect/plugin-videocrop.xml:
3411         * docs/plugins/inspect/plugin-videoflip.xml:
3412         * docs/plugins/inspect/plugin-videomixer.xml:
3413         * docs/plugins/inspect/plugin-wavenc.xml:
3414         * docs/plugins/inspect/plugin-wavpack.xml:
3415         * docs/plugins/inspect/plugin-wavparse.xml:
3416         * docs/plugins/inspect/plugin-ximagesrc.xml:
3417         * gst/debug/Makefile.am:
3418         * gst/debug/breakmydata.c:
3419         * gst/debug/efence.c:
3420         * gst/debug/gstdebug.c:
3421         * gst/debug/gstnavseek.c:
3422         * gst/debug/gstpushfilesrc.c:
3423         * gst/debug/gstpushfilesrc.h:
3424         * gst/debug/negotiation.c:
3425         * gst/debug/progressreport.c:
3426         * gst/debug/progressreport.h:
3427         * gst/debug/rndbuffersize.c:
3428         * gst/debug/testplugin.c:
3429           Remove dummy plugin_init. Remove some undefined entries from doc-
3430           section file. Add taginject element and rebuild docs for it.
3431
3432 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3433
3434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3435         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3436         Update the counter for the number of streams when pads are added or
3437         removed. This will make sure that a seek table is generated for
3438         files with just one audio stream.
3439
3440 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3441
3442         * gst/matroska/matroska-demux.c:
3443         (gst_matroska_demux_parse_metadata_id_simple_tag):
3444         * gst/matroska/matroska-ids.h:
3445         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3446         Add some more tags, improve debugging a bit and make sure that
3447         GValue transformation has succeeded before using the result
3448         as a tag.
3449
3450 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3451
3452         Patch by: Olivier Crete <tester at tester dot ca>
3453
3454         * gst/rtp/gstrtptheorapay.c:
3455         The Theora RTP payloader only supports the "inline" delievery method
3456         so let's declare this on the caps of the static pad template.
3457         Fixes bug #537675.
3458
3459 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3462         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3463         Remove bogus check.
3464
3465 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3466
3467         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3468         (gst_videomixer_blend_buffers):
3469         Use stream_time to synchronize the object properties.
3470         Use running_time of the master pad to timestamp outgoing buffers.
3471         Fix the initial segment event to extend an unknown amount of time.
3472         Fixes #537361.
3473
3474 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3475
3476         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3477         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3478         (gst_avi_demux_calculate_durations_from_index),
3479         (gst_avi_demux_stream_header_push),
3480         (gst_avi_demux_stream_header_pull):
3481         Try to ignore unparsable/unknown streams and give a warning instead of
3482         erroring out. Fixes #537377.
3483
3484 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3485
3486         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3487         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3488
3489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3490         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3491         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3492         (gst_matroska_demux_read_track_encodings),
3493         (gst_matroska_demux_add_stream),
3494         (gst_matroska_demux_handle_src_query),
3495         (gst_matroska_demux_init_stream),
3496         (gst_matroska_demux_parse_index_cuetrack),
3497         (gst_matroska_demux_parse_index_pointentry),
3498         (gst_matroska_demux_parse_info),
3499         (gst_matroska_demux_parse_metadata_id_simple_tag),
3500         (gst_matroska_demux_parse_metadata),
3501         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3502         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3503         (gst_matroska_demux_parse_cluster),
3504         (gst_matroska_demux_parse_contents_seekentry),
3505         (gst_matroska_demux_loop_stream_parse_id),
3506         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3507         (gst_matroska_demux_audio_caps),
3508         (gst_matroska_demux_subtitle_caps):
3509         * gst/matroska/matroska-demux.h:
3510         * gst/matroska/matroska-ids.c:
3511         (gst_matroska_track_init_subtitle_context):
3512         * gst/matroska/matroska-ids.h:
3513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3514         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3515         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3516         (gst_matroska_mux_video_pad_setcaps),
3517         (gst_matroska_mux_audio_pad_setcaps),
3518         (gst_matroska_mux_subtitle_pad_setcaps),
3519         (gst_matroska_mux_request_new_pad),
3520         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3521         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3522         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3523         (gst_matroska_mux_set_property):
3524         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3525         elements, do some checks for valid values in the demuxer, handle
3526         tracktimecodescale in the demuxer, set correct default values for all
3527         settings in the demuxer, review and add all missing matroska
3528         IDs and some more raw YUV formats, and some trivial cleanup.
3529
3530 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3531
3532         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3533         (gst_pulsemixer_class_init):
3534         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3535         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3536         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3537         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3538         (gst_pulsesrc_prepare):
3539         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3540         gst_element_class_set_details_simple() and fix coding style a bit
3541         more.
3542
3543 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3544
3545         * docs/plugins/Makefile.am:
3546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3548         * docs/plugins/gst-plugins-good-plugins.args:
3549         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3550         * docs/plugins/gst-plugins-good-plugins.interfaces:
3551         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3552         * docs/plugins/inspect/plugin-aasink.xml:
3553         * docs/plugins/inspect/plugin-alaw.xml:
3554         * docs/plugins/inspect/plugin-alpha.xml:
3555         * docs/plugins/inspect/plugin-alphacolor.xml:
3556         * docs/plugins/inspect/plugin-annodex.xml:
3557         * docs/plugins/inspect/plugin-apetag.xml:
3558         * docs/plugins/inspect/plugin-audiofx.xml:
3559         * docs/plugins/inspect/plugin-auparse.xml:
3560         * docs/plugins/inspect/plugin-autodetect.xml:
3561         * docs/plugins/inspect/plugin-avi.xml:
3562         * docs/plugins/inspect/plugin-cacasink.xml:
3563         * docs/plugins/inspect/plugin-cairo.xml:
3564         * docs/plugins/inspect/plugin-cdio.xml:
3565         * docs/plugins/inspect/plugin-cutter.xml:
3566         * docs/plugins/inspect/plugin-debug.xml:
3567         * docs/plugins/inspect/plugin-dv.xml:
3568         * docs/plugins/inspect/plugin-efence.xml:
3569         * docs/plugins/inspect/plugin-effectv.xml:
3570         * docs/plugins/inspect/plugin-equalizer.xml:
3571         * docs/plugins/inspect/plugin-esdsink.xml:
3572         * docs/plugins/inspect/plugin-flac.xml:
3573         * docs/plugins/inspect/plugin-flxdec.xml:
3574         * docs/plugins/inspect/plugin-gamma.xml:
3575         * docs/plugins/inspect/plugin-gconfelements.xml:
3576         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3577         * docs/plugins/inspect/plugin-goom.xml:
3578         * docs/plugins/inspect/plugin-goom2k1.xml:
3579         * docs/plugins/inspect/plugin-halelements.xml:
3580         * docs/plugins/inspect/plugin-icydemux.xml:
3581         * docs/plugins/inspect/plugin-id3demux.xml:
3582         * docs/plugins/inspect/plugin-jpeg.xml:
3583         * docs/plugins/inspect/plugin-level.xml:
3584         * docs/plugins/inspect/plugin-matroska.xml:
3585         * docs/plugins/inspect/plugin-monoscope.xml:
3586         * docs/plugins/inspect/plugin-mulaw.xml:
3587         * docs/plugins/inspect/plugin-multifile.xml:
3588         * docs/plugins/inspect/plugin-multipart.xml:
3589         * docs/plugins/inspect/plugin-navigationtest.xml:
3590         * docs/plugins/inspect/plugin-ossaudio.xml:
3591         * docs/plugins/inspect/plugin-png.xml:
3592         * docs/plugins/inspect/plugin-pulseaudio.xml:
3593         * docs/plugins/inspect/plugin-quicktime.xml:
3594         * docs/plugins/inspect/plugin-rtp.xml:
3595         * docs/plugins/inspect/plugin-rtsp.xml:
3596         * docs/plugins/inspect/plugin-smpte.xml:
3597         * docs/plugins/inspect/plugin-soup.xml:
3598         * docs/plugins/inspect/plugin-spectrum.xml:
3599         * docs/plugins/inspect/plugin-speex.xml:
3600         * docs/plugins/inspect/plugin-taglib.xml:
3601         * docs/plugins/inspect/plugin-udp.xml:
3602         * docs/plugins/inspect/plugin-video4linux2.xml:
3603         * docs/plugins/inspect/plugin-videobalance.xml:
3604         * docs/plugins/inspect/plugin-videobox.xml:
3605         * docs/plugins/inspect/plugin-videocrop.xml:
3606         * docs/plugins/inspect/plugin-videoflip.xml:
3607         * docs/plugins/inspect/plugin-videomixer.xml:
3608         * docs/plugins/inspect/plugin-wavenc.xml:
3609         * docs/plugins/inspect/plugin-wavpack.xml:
3610         * docs/plugins/inspect/plugin-wavparse.xml:
3611         * docs/plugins/inspect/plugin-ximagesrc.xml:
3612         * ext/pulse/plugin.c:
3613         * ext/pulse/pulsemixer.c:
3614         * ext/pulse/pulsesink.c:
3615         * ext/pulse/pulsesrc.c:
3616         Add documentation to the pulseaudio plugin and run make update
3617         in docs/plugins.
3618
3619 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3620
3621         Patch by: Brian Cameron <brian.cameron at sun dot com>
3622
3623         * sys/sunaudio/gstsunaudiomixerctrl.c:
3624         (gst_sunaudiomixer_ctrl_get_volume),
3625         (gst_sunaudiomixer_ctrl_set_volume):
3626         Improvements for the SunAudio mixer by handling mute as no gain
3627         for tracks that have a gain property but no mute property.
3628         Fixes bug #536067.
3629
3630 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3631
3632         * configure.ac:
3633         * ext/pulse/Makefile.am:
3634         * ext/pulse/plugin.c: (plugin_init):
3635         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3636         (gst_pulsemixer_implements_interface_init),
3637         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3638         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3639         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3640         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3641         * ext/pulse/pulsemixer.h:
3642         * ext/pulse/pulsemixerctrl.c:
3643         (gst_pulsemixer_ctrl_context_state_cb),
3644         (gst_pulsemixer_ctrl_sink_info_cb),
3645         (gst_pulsemixer_ctrl_source_info_cb),
3646         (gst_pulsemixer_ctrl_subscribe_cb),
3647         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3648         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3649         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3650         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3651         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3652         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3653         * ext/pulse/pulsemixerctrl.h:
3654         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3655         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3656         * ext/pulse/pulsemixertrack.h:
3657         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3658         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3659         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3660         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3661         (gst_pulseprobe_new), (gst_pulseprobe_free),
3662         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3663         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3664         (gst_pulseprobe_set_server):
3665         * ext/pulse/pulseprobe.h:
3666         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3667         (gst_pulsesink_class_init), (gst_pulsesink_init),
3668         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3669         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3670         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3671         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3672         (gst_pulsesink_stream_request_cb),
3673         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3674         (gst_pulsesink_close), (gst_pulsesink_prepare),
3675         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3676         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3677         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3678         (gst_pulsesink_event), (gst_pulsesink_get_type):
3679         * ext/pulse/pulsesink.h:
3680         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3681         (gst_pulsesrc_implements_interface_init),
3682         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3683         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3684         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3685         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3686         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3687         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3688         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3689         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3690         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3691         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3692         (gst_pulsesrc_get_type):
3693         * ext/pulse/pulsesrc.h:
3694         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3695         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3696         * ext/pulse/pulseutil.h:
3697         Add pulseaudio GStreamer element from gst-pulse. Development will
3698         continue here instead of pulseaudio SVN. Fixes bug #400679.
3699         Only changes over gst-pulse SVN are added copyright to the top of
3700         files and coding style changes.
3701
3702 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3703
3704         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3705
3706         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3707           (gst_cdio_add_cdtext_album_tags):
3708         * ext/cdio/gstcdio.h:
3709         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3710           Also extract album title and album genre from CD-TEXT if
3711           available (#537021).
3712
3713 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3714
3715         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3716
3717         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3718         Improve negotiation a bit more by picking the smallest possible
3719         resolution that is larger than the resolution specified in the
3720         first caps entry of the peer caps. Fixes bug #536994.
3721
3722 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3723
3724         Patch by: Bastien Nocera <hadess at hadess dot net>
3725
3726         * sys/v4l2/gstv4l2vidorient.c:
3727         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3728         Fix compilation with newer GIT kernels that deprecated
3729         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3730
3731 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3732
3733         * configure.ac:
3734         * ext/cdio/gstcdio.c:
3735         * ext/cdio/gstcdio.h:
3736         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3737           Require libcdio >= 0.76.
3738
3739 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3740
3741         * gst/avi/gstavidemux.c:
3742         Catch UNEXPECTED when downstream has reached end of
3743         segment in reverse mode.
3744
3745 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3746
3747         * gst/avi/gstavidemux.c:
3748         Fix typo in comment
3749
3750 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3751
3752         * gst/avi/gstavidemux.c:
3753         Because we don't know the frame order we need to push till
3754         the next keyframe
3755
3756 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3759
3760         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3761         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3762         Provide a custom negotiation function to make sure to pick the highest
3763         possible framerate and resolution. Fixes bug #536646.
3764
3765 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3766
3767         * gst/avi/gstavidemux.c:
3768         Set EOS when going out of the segment in reverse playback
3769
3770 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3771
3772         * ext/taglib/Makefile.am::
3773           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3774           taglib headers (with gcc 4.3.1).
3775
3776 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3777
3778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3779         Use the new gst_rtsp_connection_get_ip() to access the IP address
3780         of a GstRTSPConnection since it is a private member.
3781
3782 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3783
3784         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3785         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3786           Use new utility functions in libgsttag to process coverart (#512333).
3787
3788 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3789
3790         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3791         We actually support left/side, right/side and mid/side files. The
3792         conversion to normal, interleaved stereo is done by libflac.
3793
3794 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3795
3796         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3797         (gst_ebml_write_set_cache):
3798         Unref the write cache in finalize if it was set and add add "FIXME"
3799         to a comment that needs it.
3800
3801 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3802
3803         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3804
3805         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3806         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3807         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3808         (gst_avi_demux_process_next_entry):
3809         * gst/avi/gstavidemux.h:
3810         Implement reverse playback. Fixes #535300.
3811         Small cleanups.
3812
3813 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3814
3815         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3816         (gst_videomixer_query_latency):
3817         When using gst_element_iterate_pads() one has to unref every pad
3818         after usage.
3819
3820 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3821
3822         Patch by: Bastien Nocera <hadess at hadess dot net>
3823         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3824         (qtdemux_parse_udta):
3825         * gst/qtdemux/qtdemux_fourcc.h:
3826         Improve meta-data handling, add 'comment', 'description' and
3827         'copyright' tag handling.
3828         Fixes #535935
3829
3830 2008-05-31  Julien Moutte  <julien@fluendo.com>
3831
3832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3833         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3834         (gst_qtdemux_seek_to_previous_keyframe),
3835         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3836         we don't clip the segment's stop using the main segment duration as
3837         that could crop quite some video frames. Make reverse playback support
3838         more robust and support edit lists. Support seeking to the last frame,
3839         and fix reverse looping playback. Add some debugging.
3840         * win32/common/config.h: Updated.
3841
3842 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3843
3844         * gst/equalizer/gstiirequalizer.c:
3845         (gst_iir_equalizer_transform_ip):
3846         Don't clip float/double samples, correctly unset passthrough mode
3847         and use better rounding for integer samples.
3848
3849 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3850
3851         * gst/equalizer/gstiirequalizer.c:
3852         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3853         (setup_filter), (set_passthrough), (update_coefficients),
3854         (gst_iir_equalizer_compute_frequencies),
3855         (gst_iir_equalizer_transform_ip):
3856         * gst/equalizer/gstiirequalizer.h:
3857         Update the filter coefficients only when needed in the transform_ip
3858         function and correctly set the element into passthrough mode if the
3859         gain of all bands is 0.
3860
3861 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3864
3865         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3866         (gst_alpha_set_property), (gst_alpha_get_property),
3867         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3868         Try to skip pixels or areas that are too dark or too bright for us to do
3869         meaningfull color detection.
3870         Added properties to control the sensitivity to light and darkness.
3871         Added some small cleanups. Fixes #512345.
3872
3873 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3874
3875         * docs/plugins/.cvsignore:
3876         * tests/check/elements/.cvsignore:
3877         Ignore some more generated things
3878
3879         * tests/check/Makefile.am:
3880         Ignore OSS elements in the state changes test too.
3881
3882 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3883
3884         * docs/plugins/Makefile.am:
3885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3887         Add SMPTE effect elements to docs.
3888
3889 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3890
3891         * docs/plugins/Makefile.am:
3892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3894         * ext/raw1394/gstdv1394src.c:
3895           Document whats first shown on the fdo plugin docs page :)
3896
3897 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3898
3899         * docs/plugins/Makefile.am:
3900         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3901         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3902         * docs/plugins/gst-plugins-good-plugins.args:
3903         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3904         * docs/plugins/inspect/plugin-audiofx.xml:
3905         * gst/audiofx/Makefile.am:
3906         * gst/audiofx/audiofx.c:
3907         * gst/audiofx/audiokaraoke.c:
3908         * gst/audiofx/audiokaraoke.h:
3909         * gst/audiofx/audiovoice.c:
3910         * gst/audiofx/audiovoice.h:
3911           Rename audiovoice to audiokaraoke and add it to the docs.
3912
3913 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3914
3915         * REQUIREMENTS:
3916         * docs/plugins/Makefile.am:
3917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3919         * docs/plugins/gst-plugins-good-plugins.args:
3920         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3921         * docs/plugins/gst-plugins-good-plugins.interfaces:
3922         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3923         * docs/plugins/inspect/plugin-aasink.xml:
3924         * docs/plugins/inspect/plugin-alaw.xml:
3925         * docs/plugins/inspect/plugin-alpha.xml:
3926         * docs/plugins/inspect/plugin-alphacolor.xml:
3927         * docs/plugins/inspect/plugin-annodex.xml:
3928         * docs/plugins/inspect/plugin-apetag.xml:
3929         * docs/plugins/inspect/plugin-audiofx.xml:
3930         * docs/plugins/inspect/plugin-auparse.xml:
3931         * docs/plugins/inspect/plugin-autodetect.xml:
3932         * docs/plugins/inspect/plugin-avi.xml:
3933         * docs/plugins/inspect/plugin-cacasink.xml:
3934         * docs/plugins/inspect/plugin-cairo.xml:
3935         * docs/plugins/inspect/plugin-cdio.xml:
3936         * docs/plugins/inspect/plugin-cutter.xml:
3937         * docs/plugins/inspect/plugin-debug.xml:
3938         * docs/plugins/inspect/plugin-dv.xml:
3939         * docs/plugins/inspect/plugin-efence.xml:
3940         * docs/plugins/inspect/plugin-effectv.xml:
3941         * docs/plugins/inspect/plugin-equalizer.xml:
3942         * docs/plugins/inspect/plugin-esdsink.xml:
3943         * docs/plugins/inspect/plugin-flac.xml:
3944         * docs/plugins/inspect/plugin-flxdec.xml:
3945         * docs/plugins/inspect/plugin-gamma.xml:
3946         * docs/plugins/inspect/plugin-gconfelements.xml:
3947         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3948         * docs/plugins/inspect/plugin-goom.xml:
3949         * docs/plugins/inspect/plugin-goom2k1.xml:
3950         * docs/plugins/inspect/plugin-halelements.xml:
3951         * docs/plugins/inspect/plugin-icydemux.xml:
3952         * docs/plugins/inspect/plugin-id3demux.xml:
3953         * docs/plugins/inspect/plugin-jpeg.xml:
3954         * docs/plugins/inspect/plugin-level.xml:
3955         * docs/plugins/inspect/plugin-matroska.xml:
3956         * docs/plugins/inspect/plugin-monoscope.xml:
3957         * docs/plugins/inspect/plugin-mulaw.xml:
3958         * docs/plugins/inspect/plugin-multifile.xml:
3959         * docs/plugins/inspect/plugin-multipart.xml:
3960         * docs/plugins/inspect/plugin-navigationtest.xml:
3961         * docs/plugins/inspect/plugin-ossaudio.xml:
3962         * docs/plugins/inspect/plugin-png.xml:
3963         * docs/plugins/inspect/plugin-quicktime.xml:
3964         * docs/plugins/inspect/plugin-rtp.xml:
3965         * docs/plugins/inspect/plugin-rtsp.xml:
3966         * docs/plugins/inspect/plugin-smpte.xml:
3967         * docs/plugins/inspect/plugin-soup.xml:
3968         * docs/plugins/inspect/plugin-spectrum.xml:
3969         * docs/plugins/inspect/plugin-speex.xml:
3970         * docs/plugins/inspect/plugin-taglib.xml:
3971         * docs/plugins/inspect/plugin-udp.xml:
3972         * docs/plugins/inspect/plugin-video4linux2.xml:
3973         * docs/plugins/inspect/plugin-videobalance.xml:
3974         * docs/plugins/inspect/plugin-videobox.xml:
3975         * docs/plugins/inspect/plugin-videocrop.xml:
3976         * docs/plugins/inspect/plugin-videoflip.xml:
3977         * docs/plugins/inspect/plugin-videomixer.xml:
3978         * docs/plugins/inspect/plugin-wavenc.xml:
3979         * docs/plugins/inspect/plugin-wavpack.xml:
3980         * docs/plugins/inspect/plugin-wavparse.xml:
3981         * docs/plugins/inspect/plugin-ximagesrc.xml:
3982         * ext/aalib/gstaasink.c:
3983         * ext/libcaca/gstcacasink.c:
3984           Document aasink and cacasink.
3985
3986 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3987
3988         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3989         (gst_videomixer_init), (gst_videomixer_query_duration),
3990         (gst_videomixer_query_latency), (gst_videomixer_query),
3991         (gst_videomixer_blend_buffers):
3992         * gst/videomixer/videomixer.h:
3993         Implement position (in time), duration and latency queries.
3994
3995 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3996
3997         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3998         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3999         (gst_videomixer_fill_queues), (forward_event_func),
4000         (forward_event), (gst_videomixer_src_event),
4001         (gst_videomixer_sink_event):
4002         * gst/videomixer/videomixer.h:
4003         Implement proper seek/newsegment handling.
4004         Based on adder's implementation.
4005         Fixes #535121
4006
4007 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4008
4009         Patch by: Jan Gerber <j at oil21 dot org>
4010
4011         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4012         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4013
4014 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * gst/audiofx/Makefile.am:
4017         * gst/audiofx/audiofx.c: (plugin_init):
4018         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4019         (gst_audio_voice_class_init), (gst_audio_voice_init),
4020         (update_filter), (gst_audio_voice_set_property),
4021         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4022         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4023         (gst_audio_voice_transform_ip):
4024         * gst/audiofx/audiovoice.h:
4025         Add simple voice removal element. Yay karaoke.
4026
4027 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4030
4031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4032         Fix potential caps leak.
4033         If we can't get the framerate with an ioctl, try to get it with the
4034         current norm. Fixes #520092.
4035
4036 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4037
4038         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4039
4040         * sys/v4l2/v4l2src_calls.c:
4041         (gst_v4l2src_probe_caps_for_format_and_size):
4042         If we fail to get the frame intervals, simply don't touch the framerates
4043         on the template caps instead of discarding the format. See #520092.
4044
4045 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4046
4047         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4048
4049         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4050         (gst_v4l2_get_caps_info):
4051         Add NV12, NV21 and bayer support. See #520092.
4052
4053 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4054
4055         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4056         (gst_qtdemux_activate_segment):
4057         Unbreak segment activation again. Fixes #531672.
4058
4059 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4060
4061         * ext/flac/Makefile.am:
4062         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4063         Set the channel layout when decoding FLAC files with more than 2
4064         channels as defined by the FLAC spec. Fixes bug #534570.
4065
4066         Also don't try to decode left/side, right/side and mid/side files
4067         as we don't support this at all.
4068
4069 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4070
4071         * configure.ac:
4072           We need -base CVS (rtsp).
4073
4074 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4075
4076         * gst/udp/Makefile.am:
4077           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4078           when including netdb.h when building against glibc >= 2.8.
4079
4080 2008-05-22  Julien Moutte  <julien@fluendo.com>
4081
4082         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4083         debug statement arguments.
4084         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4085         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4086         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4087         on more platforms.
4088
4089 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4090
4091         * tests/check/elements/avimux.c: (setup_src_pad),
4092         (teardown_src_pad):
4093         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4094         (GST_START_TEST):
4095         * tests/check/elements/matroskamux.c: (setup_src_pad),
4096         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4097         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4098         (GST_START_TEST):
4099         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4100         (setup_wavpackparse), (cleanup_wavpackparse):
4101         Don't use gst_element_get_pad(), it's a bad, bad method.
4102
4103 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4104
4105         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4106         (do_toggle_element):
4107         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4108         (do_toggle_element):
4109         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4110         (do_toggle_element):
4111         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4112         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4113         (do_toggle_element):
4114         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4115         (do_toggle_element):
4116         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4117         (gst_auto_audio_sink_detect):
4118         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4119         (gst_auto_video_sink_detect):
4120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4121         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4122         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4123         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4124         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4125         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4126         * tests/icles/videocrop-test.c: (test_with_caps),
4127         (video_crop_get_test_caps):
4128         Don't use gst_element_get_pad(), it's a bad method.
4129
4130 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4131
4132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4133         (gst_multiudpsink_add_internal):
4134         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4135         (gst_udp_join_group):
4136         * gst/udp/gstudpnetutils.h:
4137         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4138         Joining a multicast group and setting the loop/ttl properties are
4139         totally unrelated tasks are must be separated.
4140
4141 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4142
4143         * gst/avi/gstavimux.c:
4144           Also support alaw/mulaw.
4145
4146 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4147
4148         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4149         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4150         * gst/udp/gstmultiudpsink.h:
4151         Add a fixme for the auto-multicast property.
4152         Fix some confusing debug messages.
4153         Disable setting a qos value by default.
4154
4155 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4158
4159         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4160         Ignore EPERM errors from sendto. Fixes #533619.
4161
4162 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4163
4164         Patch by: Henrik Eriksson <henriken at axis dot com>
4165
4166         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4167         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4168         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4169         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4170         * gst/udp/gstmultiudpsink.h:
4171         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4172
4173 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4174
4175         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4176         Improve debugging of the ident.
4177
4178 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4179
4180         Patch by: Bruno Santos <brunof at ua dot pt>
4181
4182         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4183         (gst_udp_join_group), (gst_udp_leave_group),
4184         (gst_udp_is_multicast):
4185         * gst/udp/gstudpnetutils.h:
4186         Provide a bunch of helper methods to deal with IPv4 and IPv6
4187         transparently.
4188
4189         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4190         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4191         (gst_multiudpsink_get_property), (join_multicast),
4192         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4193         (gst_multiudpsink_remove):
4194         * gst/udp/gstmultiudpsink.h:
4195         Add multicast TTL and loopback properties.
4196         Use the helper methods to implement ip4 and ip6.
4197
4198         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4199         * gst/udp/gstudpsrc.h:
4200         Use the helper methods to implement ip4 and ip6.
4201         Fixes #515962.
4202
4203 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4204
4205         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4206
4207         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4208         (gst_multipart_demux_get_gstname),
4209         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4210         * gst/multipart/multipartdemux.h:
4211         Don't blindly copy the mime-type as the caps name because they not
4212         always map directly. Instead use a hashtable with common mappings.
4213         Fixes #533287.
4214
4215 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4216
4217         * ext/esd/esdsink.c: (gst_esdsink_write):
4218         When we post an error, we must return -1 to let the parent know that we
4219         cannot write the segment else it will loop and continue to call us again
4220         forever. Patch by Michael Meeks.
4221
4222 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4223
4224         * gst/videomixer/videomixer.c:
4225           Add missing incudes.
4226
4227 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4228
4229         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4230         (gst_rtp_h264_pay_handle_buffer):
4231         * gst/rtp/gstrtph264pay.h:
4232         Correct a typo (sinle -> single).
4233
4234 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4235
4236         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4237         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4238         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4239         (gst_rtp_h264_depay_process):
4240         * gst/rtp/gstrtph264depay.h:
4241         Add experimental support for outputting quicktime-like AVC output in
4242         addition to the existing bytestream output.
4243
4244         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4245         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4246         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4247         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4248         (gst_rtp_h264_pay_get_property):
4249         * gst/rtp/gstrtph264pay.h:
4250         Make the parsing mode configurable, for some inputs we don't need to
4251         scan every byte for start codes.
4252         Only set the marker bit on ACCESS units.
4253
4254 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4255
4256         * gst/equalizer/gstiirequalizer.c:
4257         Use a bigger type in integer mode for the intermediate results to
4258         prevent overflows. This fixes the crippled sound when using the
4259         equalizer in integer mode. Fixes bug #510865.
4260
4261 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4262
4263         * gst/videomixer/videomixer.c:
4264         * gst/videomixer/videomixer.h:
4265         Instead of a random number for the request pad id's,
4266         use a counter.
4267
4268         Register the videomixerpad class from the element's class_init
4269         where it's safer, and allows the docs generator to scan it.
4270
4271 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4272
4273         * gst/smpte/Makefile.am:
4274         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4275         * gst/smpte/gstsmpte.h:
4276         * gst/smpte/gstsmptealpha.c:
4277         (gst_smpte_alpha_transition_type_get_type),
4278         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4279         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4280         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4281         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4282         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4283         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4284         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4285         * gst/smpte/gstsmptealpha.h:
4286         * gst/smpte/plugin.c: (plugin_init):
4287         Add new plugin that adds the SMPTE transition in the alpha channel of
4288         I420 and AYUV frames so that they can be blended with videomixer later
4289         on. Uses all niceties such as using base transform for efficient alloc
4290         and negotiation. It currently requires GstController to control the
4291         position in the transition effect.
4292
4293 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4294
4295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4297         * docs/plugins/gst-plugins-good-plugins.args:
4298         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4299         * docs/plugins/gst-plugins-good-plugins.interfaces:
4300         * docs/plugins/gst-plugins-good-plugins.types:
4301         * gst/videomixer/videomixer.c:
4302           Try using thaytans new mechanism to get extra classes into plugin
4303           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4304           missing still.
4305
4306 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4307
4308         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4309         Set proper rate in avi stream header for PCM audio, and also do some
4310         more sanity checks on caps in this case.  Fixes #511489.
4311
4312 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4313
4314         * sys/v4l2/gstv4l2src.c:
4315         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4316         isn't implemented at all yet and this requires X headers to be
4317         installed. Fixes bug #533264.
4318
4319 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4320
4321         reviewed by: <delete if not using a buddy>
4322
4323         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4324         (gst_ebml_write_set_cache):
4325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4326         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4327         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4328         (gst_matroska_demux_read_track_encodings),
4329         (gst_matroska_demux_add_stream),
4330         (gst_matroska_demux_handle_src_query),
4331         (gst_matroska_demux_init_stream),
4332         (gst_matroska_demux_parse_index_cuetrack),
4333         (gst_matroska_demux_parse_index_pointentry),
4334         (gst_matroska_demux_parse_info),
4335         (gst_matroska_demux_parse_metadata_id_simple_tag),
4336         (gst_matroska_demux_parse_metadata),
4337         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4338         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4339         (gst_matroska_demux_parse_cluster),
4340         (gst_matroska_demux_parse_contents_seekentry),
4341         (gst_matroska_demux_loop_stream_parse_id),
4342         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4343         (gst_matroska_demux_audio_caps),
4344         (gst_matroska_demux_subtitle_caps):
4345         * gst/matroska/matroska-demux.h:
4346         * gst/matroska/matroska-ids.c:
4347         (gst_matroska_track_init_subtitle_context):
4348         * gst/matroska/matroska-ids.h:
4349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4350         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4351         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4352         * sys/v4l2/gstv4l2src.c:
4353         * tests/check/pipelines/wavpack.c: (bus_handler):
4354         * win32/common/config.h:
4355
4356 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4357
4358         * ext/wavpack/gstwavpackstreamreader.c:
4359         * tests/examples/spectrum/demo-audiotest.c:
4360         * tests/examples/spectrum/demo-osssrc.c:
4361         Fix some compiler warnings.
4362
4363 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4364
4365         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4366         Small comment added.
4367
4368         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4369         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4370         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4371         Debug string cleanups (remove trailing \n)
4372         Refactor and clean up the payloader a bit and make sure that we only
4373         put one NAL unit in an RTP packet even if the input buffer contains
4374         multiple NAL units.
4375         Add suport for AVC format input.
4376
4377 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4378
4379         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4380         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4381         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4382         * gst/rtp/gstrtph264pay.h:
4383         Make it possible to specify profile-level-id and sprop-parameter-sets
4384         using properties in case they are not available in-stream.
4385
4386 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4387
4388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4389         * docs/plugins/gst-plugins-good-plugins.args:
4390         * docs/plugins/inspect/plugin-ladspa.xml:
4391           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4392
4393 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4394
4395         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4396         Send an initial BYTE segment to inform downstream of later seeking,
4397         and to forego sync attempts.
4398
4399 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4402         Fix wrong caps string.
4403
4404 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4405
4406         Based on patch by: Olivier Crete <tester at tester dot ca>
4407
4408         * gst/rtp/Makefile.am:
4409         * gst/rtp/gstrtp.c: (plugin_init):
4410         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4411         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4412         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4413         (gst_rtp_g729_depay_plugin_init):
4414         * gst/rtp/gstrtpg729depay.h:
4415         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4416         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4417         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4418         * gst/rtp/gstrtpg729pay.h:
4419         Added G729 pay and depayloaders. Fixes #532409.
4420
4421 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4424         Fix the calculation of the duration of the concealment packets.
4425
4426 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4427
4428         Based on patch by: Olivier Crete <tester at tester dot ca>
4429
4430         * gst/rtp/Makefile.am:
4431         * gst/rtp/gstrtp.c: (plugin_init):
4432         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4433         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4434         (parse_encode), (gst_rtp_dv_depay_setcaps),
4435         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4436         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4437         (gst_rtp_dv_depay_plugin_init):
4438         * gst/rtp/gstrtpdvdepay.h:
4439         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4440         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4441         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4442         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4443         (gst_dv_pay_negotiate), (include_dif),
4444         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4445         * gst/rtp/gstrtpdvpay.h:
4446         Add DV pay and depayloaders. Fixes #532423.
4447
4448 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4449
4450         * gst/matroska/matroska-demux.c:
4451         (gst_matroska_demux_push_dvd_clut_change_event):
4452         Convert subtitle palette info in VobSub private data from VobSub's
4453         (buggy) RGB to YUV.
4454
4455 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4456
4457         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4458         Do not leave fourcc stream header field empty upon reset.
4459         Fixes #519301.
4460
4461 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4462
4463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4465         * docs/plugins/inspect/plugin-goom.xml:
4466         * docs/plugins/inspect/plugin-goom2k1.xml:
4467         * gst/goom/gstgoom.c:
4468         * gst/goom2k1/gstgoom.c:
4469         Add goom2k1 into the docs.
4470
4471 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4472
4473         Based on patch by: Wouter Cloetens  <wouter at mind be>
4474
4475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4476         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4477         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4478         (gst_rtsp_decode_quoted_string),
4479         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4480         (gst_rtspsrc_setup_auth):
4481         Support Digest authentication. Fixes #532065.
4482
4483 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4484
4485         * gst/level/gstlevel.c:
4486           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4487           about whats needed for liboil acceleration. Simplify docs a bit.
4488
4489 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4490
4491         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4492
4493         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4494         Update the track duration if the old one was invalid.
4495         Fixes bug #532117.
4496
4497 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4498
4499         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4500           Use GST_STR_NULL when trying to print sps and pps strings that could
4501           be NULL, as this might crash on some platforms.
4502
4503 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4504
4505         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4506
4507         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4508           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4509           set after creating the clipper.
4510
4511 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4512
4513         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4514
4515         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4516           Added checking of surface lost case after an unsuccessful
4517           IDirectDrawSurface7_Lock() call.
4518           If surface is lost, return GST_FLOW_OK.
4519
4520 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4521
4522         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4523
4524         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4525           WndProc, gst_directdraw_sink_window_thread):
4526           Improved Windows message loop and fixed window destruction issue.
4527           When the window which DirectDraw is rendering to is destroyed, the
4528           render/show_frame function will return GST_FLOW_ERROR.
4529           Partially fixes #520885.
4530
4531 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4532
4533         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4534
4535         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4536           Fixed mid stream resolution change bug, the offscreen surface is now
4537           released when set_caps is called.
4538           Partially fixes #520885.
4539
4540 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4541
4542         * sys/directdraw/gstdirectdrawsink.c
4543           (gst_directdraw_sink_buffer_alloc):
4544           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4545           width/height.
4546
4547           Especially when looking through the pool of buffers, make sure that
4548           the width/height of caps is used instead of the already negotiated
4549           dimensions.
4550           For example if a buffer with different caps is requested, i.e.
4551           higher resolution, the caller would get a buffer with the old
4552           dimensions and thus corrupt the heap.
4553
4554 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4555
4556         * sys/directdraw/gstdirectdrawsink.c
4557           (gst_directdraw_sink_buffer_alloc):
4558           Clear the flags on recycled buffers from buffer_alloc.
4559           Partially fixes #520885.
4560
4561 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4562
4563         * gst/rtp/gstrtpilbcpay.c:
4564           Added missing stdlib.h include for strtol(), and made include ordering and
4565           style consistent with the corresponding depayloader.
4566
4567 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4568
4569         * configure.ac:
4570           Error out if we don't have the required core/base versions.
4571
4572 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4573
4574         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4575
4576         * sys/osxvideo/cocoawindow.m:
4577         Fix compiler warnings on PPC64. Fixes bug #499318.
4578
4579 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4580
4581         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4582
4583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4584         Don't leak file descriptors on error. Fixes #531532.
4585
4586 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4587
4588         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4589         (gst_gconf_audio_src_change_state):
4590         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4591         (gst_gconf_video_sink_change_state):
4592         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4593         (gst_gconf_video_src_change_state):
4594         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4595         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4596         When we can't create a fakesink/fakesrc complain instead of unreffing
4597         NULL pointers and crashing later. See bug #530535.
4598
4599 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4600
4601         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4602         Add some more debug info and guard against small payloads.
4603
4604         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4605         Set duration on outgoing buffers because we can.
4606
4607 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4608
4609         Patch by: Olivier Crete <tester at tester dot ca>
4610
4611         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4612         (gst_speex_enc_init), (gst_speex_enc_chain):
4613         Add negotiation for the speex channels and rate. Fixes #465146.
4614
4615 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4616
4617         Patch by: Olivier Crete <tester at tester dot ca>
4618
4619         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4620         (gst_rtp_speex_pay_getcaps):
4621         Add negotiation for the speex channels and rate. See #465146.
4622
4623 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4624
4625         Patch by: Olivier Crete <tester at tester dot ca>
4626
4627         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4628         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4629         Add negotiation for the ILBC mode. See #465146.
4630
4631 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4632
4633         * ext/soup/gstsouphttpsrc.c:
4634           Include stdlib to fix the build. Use g_free instead of free, libsoup
4635           uses glib.
4636
4637 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4638
4639         Patch by: j^ <j@bootlab.org>
4640
4641         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4642         Add more mpeg2 variants. Fixes #530886.
4643
4644 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4645
4646         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4647
4648         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4649           Don't error out if we get an ICMP destination-unreachable
4650           message when trying to read packets on win32 (#529454).
4651
4652 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4653
4654         * configure.ac:
4655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4656           Use new error code for encrypted streams (which requires core CVS).
4657
4658 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4659
4660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4661           (gst_qtdemux_audiosrc_template):
4662           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4663
4664 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4665
4666         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4667         (speex_dec_chain_parse_data):
4668         Produce concealment data when time progresses in a segment update.
4669
4670 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4671
4672         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4673         (speex_dec_chain):
4674         Try to preserve input timestamps when we can.
4675         Do beginnings of error concealment.
4676
4677 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4678
4679         * gst/debug/gstnavigationtest.c:
4680           MSVC doesn't provide rint(), define an adequate replacement locally as
4681           elsewhere.
4682
4683 2008-04-28  Julien Moutte  <julien@fluendo.com>
4684
4685         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4686         format to pacify Mac OSX's gcc.
4687
4688 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4689
4690         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4691           (DEFAULT_MAX), (src_template), (sink_template),
4692           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4693           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4694           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4695           Bring rndbuffersize element into a state that doesn't require us
4696           to move it to -bad immediately. For one, fix up default min/max
4697           values so that the element actuall works using the default values.
4698           Also, don't ignore flow return values and do some kind of minimal
4699           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4700           other gratuitious clean-ups.
4701
4702 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4703
4704         * docs/plugins/Makefile.am:
4705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4707         * docs/plugins/gst-plugins-good-plugins.args:
4708         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4709         * docs/plugins/gst-plugins-good-plugins.interfaces:
4710         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4711         * docs/plugins/inspect/plugin-1394.xml:
4712         * docs/plugins/inspect/plugin-aasink.xml:
4713         * docs/plugins/inspect/plugin-alaw.xml:
4714         * docs/plugins/inspect/plugin-alpha.xml:
4715         * docs/plugins/inspect/plugin-alphacolor.xml:
4716         * docs/plugins/inspect/plugin-annodex.xml:
4717         * docs/plugins/inspect/plugin-apetag.xml:
4718         * docs/plugins/inspect/plugin-audiofx.xml:
4719         * docs/plugins/inspect/plugin-auparse.xml:
4720         * docs/plugins/inspect/plugin-autodetect.xml:
4721         * docs/plugins/inspect/plugin-avi.xml:
4722         * docs/plugins/inspect/plugin-cacasink.xml:
4723         * docs/plugins/inspect/plugin-cairo.xml:
4724         * docs/plugins/inspect/plugin-cdio.xml:
4725         * docs/plugins/inspect/plugin-cutter.xml:
4726         * docs/plugins/inspect/plugin-debug.xml:
4727         * docs/plugins/inspect/plugin-dv.xml:
4728         * docs/plugins/inspect/plugin-efence.xml:
4729         * docs/plugins/inspect/plugin-effectv.xml:
4730         * docs/plugins/inspect/plugin-equalizer.xml:
4731         * docs/plugins/inspect/plugin-esdsink.xml:
4732         * docs/plugins/inspect/plugin-flac.xml:
4733         * docs/plugins/inspect/plugin-flxdec.xml:
4734         * docs/plugins/inspect/plugin-gamma.xml:
4735         * docs/plugins/inspect/plugin-gconfelements.xml:
4736         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4737         * docs/plugins/inspect/plugin-goom.xml:
4738         * docs/plugins/inspect/plugin-halelements.xml:
4739         * docs/plugins/inspect/plugin-icydemux.xml:
4740         * docs/plugins/inspect/plugin-id3demux.xml:
4741         * docs/plugins/inspect/plugin-jpeg.xml:
4742         * docs/plugins/inspect/plugin-level.xml:
4743         * docs/plugins/inspect/plugin-matroska.xml:
4744         * docs/plugins/inspect/plugin-monoscope.xml:
4745         * docs/plugins/inspect/plugin-mulaw.xml:
4746         * docs/plugins/inspect/plugin-multifile.xml:
4747         * docs/plugins/inspect/plugin-multipart.xml:
4748         * docs/plugins/inspect/plugin-navigationtest.xml:
4749         * docs/plugins/inspect/plugin-ossaudio.xml:
4750         * docs/plugins/inspect/plugin-png.xml:
4751         * docs/plugins/inspect/plugin-quicktime.xml:
4752         * docs/plugins/inspect/plugin-rtp.xml:
4753         * docs/plugins/inspect/plugin-rtsp.xml:
4754         * docs/plugins/inspect/plugin-shout2send.xml:
4755         * docs/plugins/inspect/plugin-smpte.xml:
4756         * docs/plugins/inspect/plugin-spectrum.xml:
4757         * docs/plugins/inspect/plugin-speex.xml:
4758         * docs/plugins/inspect/plugin-taglib.xml:
4759         * docs/plugins/inspect/plugin-udp.xml:
4760         * docs/plugins/inspect/plugin-video4linux2.xml:
4761         * docs/plugins/inspect/plugin-videobalance.xml:
4762         * docs/plugins/inspect/plugin-videobox.xml:
4763         * docs/plugins/inspect/plugin-videocrop.xml:
4764         * docs/plugins/inspect/plugin-videoflip.xml:
4765         * docs/plugins/inspect/plugin-videomixer.xml:
4766         * docs/plugins/inspect/plugin-wavenc.xml:
4767         * docs/plugins/inspect/plugin-wavpack.xml:
4768         * docs/plugins/inspect/plugin-wavparse.xml:
4769         * docs/plugins/inspect/plugin-ximagesrc.xml:
4770           Add docs for gdkpixbufsink; update docs to CVS version.
4771
4772 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4773
4774         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4775         Remove test sync-offset by default.
4776
4777 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4778
4779         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4780         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4781         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4782           Use GLib versions of htonl, htons, ntohl and ntohs in order
4783           to avoid problems on win32 (#529707).
4784
4785 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         Patch by: Jesús Corrius <jesus at softcatala org>
4788
4789         * gst/goom/filters.c: (zoomVector):
4790         * gst/goom/goom_core.c: (init_buffers):
4791           Fix build with mingw32: use rand() instead of random() and
4792           replace bzero() with memset(). Fixes #529692.
4793
4794 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4795
4796         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4797         Fix typo in comments.
4798
4799         * tests/examples/rtp/client-H263p-PCMA.sdp:
4800         * tests/examples/rtp/client-H263p-PCMA.sh:
4801         * tests/examples/rtp/client-H264-PCMA.sdp:
4802         * tests/examples/rtp/client-H264-PCMA.sh:
4803         * tests/examples/rtp/client-H264.sdp:
4804         * tests/examples/rtp/client-H264.sh:
4805         * tests/examples/rtp/client-PCMA.sdp:
4806         * tests/examples/rtp/client-PCMA.sh:
4807         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4808         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4809         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4810         Add some more docs and fix examples.
4811
4812 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4813
4814         * tests/check/elements/multifile.c:
4815         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4816         declared in the former, some have it declared in the latter.
4817
4818 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4819
4820         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4821         * gst/debug/tests.c: (md5_get_value):
4822         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4823         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4824         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4825         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4826         Stop using deprecated GLib functions.
4827
4828 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4829
4830         * configure.ac:
4831         Back to development -> 0.10.8.1
4832
4833 === release 0.10.8 ===
4834
4835 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4836
4837         * configure.ac:
4838           releasing 0.10.8, "One For The Money"
4839
4840 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4841
4842         * configure.ac:
4843         0.10.7.4 pre-release
4844
4845 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4846
4847         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4848         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4849         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4850         * gst/goom/flying_stars_fx.c: (fs_free):
4851         * gst/goom/goom_config_param.h:
4852         * gst/goom/goom_core.c: (goom_init), (goom_close):
4853         * gst/goom/goom_plugin_info.h:
4854         * gst/goom/gstgoom.c: (gst_goom_finalize):
4855         * gst/goom/lines.c: (goom_lines_free):
4856         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4857         * gst/goom/surf3d.c: (grid3d_free):
4858         * gst/goom/surf3d.h:
4859         * gst/goom/tentacle3d.c: (tentacle_free):
4860         Free a bunch of stuff, and initialise things to fix leaks
4861         and valgrind warnings in the testsuite.
4862
4863         Fixes: #529268
4864
4865 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4866
4867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4868         (gst_rtspsrc_configure_caps):
4869         Ref caps as the return value for the request_pt_map signal.
4870         Remove some caps weirdness when configuring a stream. See #528245.
4871
4872 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * tests/icles/gdkpixbufsink-test.c:
4875           Add cast to placate gcc 4.1.2.
4876
4877 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4878
4879         * configure.ac:
4880         0.10.7.3 pre-release
4881
4882 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4883
4884         * tests/check/Makefile.am:
4885         Disable some more elements in the state test.
4886         Add a define so the soup test can find the test files
4887         it needs at runtime.
4888
4889         * tests/check/elements/souphttpsrc.c: (run_server):
4890
4891         Add a define so the soup test can find the test files
4892         it needs at runtime.
4893
4894 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4895
4896         * gst/goom/convolve_fx.c: (convolve_apply):
4897         Don't ever draw the GOOM logo.
4898         Fixes: #528615
4899
4900 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4901
4902         * ext/cdio/gstcdiocddasrc.c:
4903         * ext/dv/gstdvdemux.c: 
4904         gst_atomic_int_set ==> g_atomic_int_set
4905
4906 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * configure.ac:
4909         * gst/goom/Makefile.am:
4910         * gst/goom/convolve_fx.c:
4911         * gst/goom/default_scripts.h:
4912         * gst/goom/goom.h:
4913         * gst/goom/goom_core.c: (choose_a_goom_line):
4914         * gst/goom/goom_plugin_info.h:
4915         * gst/goom/goomsl.c:
4916         * gst/goom/goomsl.h:
4917         * gst/goom/goomsl_hash.c:
4918         * gst/goom/goomsl_hash.h:
4919         * gst/goom/goomsl_heap.c:
4920         * gst/goom/goomsl_heap.h:
4921         * gst/goom/goomsl_private.h:
4922         * gst/goom/plugin_info.c:
4923           Strip out the config/script parsing stuff, we don't need it.
4924           Fixes #527999.
4925
4926 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * gst/goom/plugin_info.c: (setOptimizedMethods):
4929           Disable altivec optimisations for 32-bit PPC as well to make
4930           things build properly on all PPC systems. Fixes #528143
4931
4932 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst-plugins-good.spec.in:
4935           Update for souphttpsrc plugin which has moved to -good.
4936
4937 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4938
4939         * gst/matroska/matroska-demux.c:
4940         (gst_matroska_demux_handle_seek_event):
4941         Fix open-ended seeks in matroskademux
4942         Patch by: Mark Nauwelaerts <manauw skynet be>
4943         Fixes: #526557
4944
4945 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4946
4947         * tests/check/Makefile.am:
4948         Add soup test certificates to the dist.
4949
4950 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4951
4952         * ext/Makefile.am:
4953         Remove LADSPA reference I missed.
4954
4955 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4956
4957         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4958         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4959         over gnome-vfs and everything else. Fixes bug #527848.
4960
4961 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4962
4963         * configure.ac:
4964         * ext/Makefile.am:
4965         Remove LADSPA plugin. Fixes: #515978
4966
4967 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4968
4969         * configure.ac:
4970         * docs/plugins/Makefile.am:
4971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4973         * docs/plugins/gst-plugins-good-plugins.args:
4974         * docs/plugins/inspect/plugin-soup.xml:
4975         * ext/Makefile.am:
4976         * tests/check/Makefile.am:
4977         Move soup plugin from -bad (Fixes: #523124)
4978
4979 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4980
4981         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4982         Fix bounds checking of mode in Speex header, which may
4983         produce negative numbers in speex <= 1.1.12
4984
4985 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4986
4987         * gst/goom/Makefile.am:
4988         * gst/goom/gfontlib.c:
4989         * gst/goom/gfontlib.h:
4990         * gst/goom/gfontrle.c:
4991         * gst/goom/gfontrle.h:
4992         * gst/goom/goom.h:
4993         * gst/goom/goom_core.c: (goom_update):
4994         * gst/goom/goom_plugin_info.h:
4995         * gst/goom/gstgoom.c: (gst_goom_chain):
4996         * gst/goom/plugin_info.c:
4997           Remove a bunch of font/text related code that we don't need.
4998
4999 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5000
5001         * gst/goom/ppc_drawings.s:
5002         * gst/goom/ppc_zoom_ultimate.s:
5003           Change license of these files to LGPL, as permitted by the
5004           author, Guillaume Borios. See #515073.
5005
5006 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5007
5008         * gst/goom/convolve_fx.c:
5009         * gst/goom/motif_goom1.h:
5010         * gst/goom/motif_goom2.h:
5011           As hinted in Bug #518213, revert one change and fix warnings properly.
5012           This fixes both #518213 and #520073 for me.     
5013
5014 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5015
5016         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5017         * gst/matroska/matroska-demux.c:
5018         (gst_matroska_demux_handle_seek_event),
5019         (gst_matroska_demux_parse_contents_seekentry),
5020         (gst_matroska_demux_loop):
5021         Fix the Forte build by making function declaration signatures
5022         match the implementations.
5023
5024 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5027         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5028         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5029           More logging when probing (see #518474), some comments in _reset().
5030
5031 2008-04-07  Julien Moutte  <julien@fluendo.com>
5032
5033         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5034         because of a bad argument number.
5035
5036 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * tests/icles/.cvsignore:
5039         * tests/icles/Makefile.am:
5040         * tests/icles/gdkpixbufsink-test.c:
5041           Interactive test app for gdkpixbufsink.
5042
5043 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5044
5045         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5046
5047         * configure.ac:
5048         Actually build dlls when cross-compiling with mingw32.
5049         Fixes bug #526247.
5050
5051 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5052
5053         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5054           Don't munge device string to 'default:x' for capture devices.
5055           Fixes #525833.
5056
5057 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5058
5059         * ext/wavpack/gstwavpackparse.c:
5060         (gst_wavpack_parse_index_entry_free):
5061         Always use GSlice as we actually depend on GLib 2.12 already.
5062
5063 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * configure.ac:
5066           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5067           Also bump the GLib requirement to the current de-facto requirement
5068           (ie. 2.12).
5069
5070 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5071
5072         * gst/rtp/gstrtph264pay.c: (encode_base64),
5073         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5074         * gst/rtp/gstrtph264pay.h:
5075         Parse codec_data for future AVC compatibility.
5076         Fail when we encounter AVC data for now.
5077
5078 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5079
5080         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5081           (gst_spectrum_init), (gst_spectrum_set_property),
5082           (gst_spectrum_get_property), (gst_spectrum_message_new):
5083           Rename property enums and default defines for the properties to match
5084           the property names and rephrase property descriptions to make them a
5085           bit clearer (hopefully). See #518188.
5086
5087 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * tests/check/Makefile.am:
5090         * tests/check/elements/.cvsignore:
5091         * tests/check/elements/gdkpixbufsink.c:
5092           Add unit test for gdkpixbufsink element.
5093
5094 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5095
5096         * ext/gdk_pixbuf/Makefile.am:
5097         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5098         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5099           (gst_gdk_pixbuf_sink_base_init),
5100           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5101           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5102           (gst_gdk_pixbuf_sink_set_caps),
5103           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5104           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5105           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5106           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5107           (gst_gdk_pixbuf_sink_get_property):
5108         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5109           Add gdkpixbufsink element for easy snapshotting (#525946).
5110
5111 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5112
5113         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5114         Bump timeout from 3 to 60 seconds.
5115
5116 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5117
5118         * tests/check/pipelines/.cvignore:
5119         Remove useless file.
5120
5121         * tests/check/pipelines/.cvsignore:
5122         Add new test to .cvsignore.
5123
5124 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * tests/check/Makefile.am:
5127         * tests/check/pipelines/wavpack.c: (bus_handler),
5128         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5129         (wavpack_suite), (main):
5130         Add unit test that encodes and decodes some data, checks that it
5131         is still the same and that all timestamps/offsets are perfect.
5132
5133 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5134
5135         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5136         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5137         * ext/wavpack/gstwavpackparse.c:
5138         (gst_wavpack_parse_index_entry_new),
5139         (gst_wavpack_parse_index_entry_free),
5140         (gst_wavpack_parse_base_init),
5141         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5142         Use GSlice for allocating index entries and use
5143         gst_element_class_set_details_simple().
5144
5145 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         Patch by: Brian Cameron <brian.cameron at sun dot com>
5148
5149         * sys/sunaudio/gstsunaudio.c:
5150         * sys/sunaudio/gstsunaudiomixer.c:
5151         * sys/sunaudio/gstsunaudiomixer.h:
5152         * sys/sunaudio/gstsunaudiomixerctrl.c:
5153         * sys/sunaudio/gstsunaudiomixerctrl.h:
5154         * sys/sunaudio/gstsunaudiomixertrack.c:
5155         * sys/sunaudio/gstsunaudiomixertrack.h:
5156         * sys/sunaudio/gstsunaudiosink.c:
5157         * sys/sunaudio/gstsunaudiosink.h:
5158         * sys/sunaudio/gstsunaudiosrc.c:
5159         * sys/sunaudio/gstsunaudiosrc.h:
5160           Fix up copyrights (#525860).
5161
5162 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5163
5164         * gst/goom/goomsl.c: (gsl_read_file):
5165           Check return value of fread() to avoid compiler warnings.
5166
5167 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5168
5169         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5170
5171         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5172         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5173         * gst/law/alaw-decode.h:
5174         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5175         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5176         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5177         * gst/law/mulaw-decode.h:
5178         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5179         Make negotiation a bit modern.
5180         Use pad_alloc. Fixes #525359.
5181
5182 2008-03-31  David Schleef  <ds@schleef.org>
5183
5184         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5185           compiles consistently.  Fixes #522278.
5186
5187 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5188
5189         Patch by: Brian Cameron <brian.cameron at sun dot com>
5190
5191         * sys/sunaudio/gstsunaudiomixerctrl.c:
5192           (gst_sunaudiomixer_ctrl_get_volume),
5193           (gst_sunaudiomixer_ctrl_set_volume):
5194         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5195           Fix up the mixer tracks to use a volume range of 0-255, which is what
5196           the sun audio API uses. This simplifies the code and avoids rounding
5197           errors. Fixes #524593.
5198
5199 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5200
5201         * sys/v4l2/gstv4l2object.c:
5202         * sys/v4l2/gstv4l2object.h:
5203         Add device-fd property to make it possible to apps to call ioctl's.
5204
5205 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5206
5207         * gst/qtdemux/qtdemux.c: (next_entry_size):
5208         Unbreak streaming mode again.
5209
5210 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5213           Remove superfluous DEBUG macro.
5214
5215 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         Based on patch by: William M. Brack <wbrack at mmm com hk>
5218
5219         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5220           (gst_v4l2src_set_capture):
5221           Check whether the device supports setting the framerate before
5222           trying to set it and then posting a warning or error if it doesn't
5223           work (#516649, #520092). Also compare fractions more correctly.
5224
5225 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * gst/goom/Makefile.am:
5228           Remove ppc assembler optimisations from the build until they
5229           actually build (they also seem to have GPL headers).
5230
5231 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         * m4/Makefile.am:
5234           Better not dist files that don't exist any longer (lrint*m4).
5235
5236 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5237
5238         * configure.ac:
5239         * m4/lrint.m4:
5240         * m4/lrintf.m4:
5241         Remove lrint/lrintf checks. We don't use it anywhere.
5242
5243 2008-03-18  Andy Wingo  <wingo@pobox.com>
5244
5245         * sys/osxvideo/osxvideosink.m
5246         (gst_osx_video_sink_osxwindow_destroy)
5247         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5248         task, whoopdee.
5249         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5250         2 ms.
5251
5252 2008-03-18  Andy Wingo  <wingo@pobox.com>
5253
5254         * sys/osxvideo/osxvideosink.m
5255         (gst_osx_video_sink_osxwindow_destroy)
5256         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5257         task, whoopdee.
5258         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5259         2 ms.
5260         
5261 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         Patch by: William M. Brack <wbrack at mmm com hk>
5264
5265         * sys/v4l2/v4l2src_calls.c:
5266           (gst_v4l2src_probe_caps_for_format_and_size),
5267           (gst_v4l2src_probe_caps_for_format):
5268           Make sure the probed frame sizes are reversed in the resulting
5269           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5270           highest resolution first); also remove unused variable.
5271           (Partly fixes #520092)
5272
5273 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5274
5275         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5276
5277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5278         (gst_rtspsrc_finalize):
5279         Call WSAStartup() and WSACleanup before using the Winsock API.
5280         See #520808.
5281
5282 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5283
5284         * gst/avi/gstavidemux.c:
5285           Erm, the buffer-size is just guint, no need for the special format
5286           specifier.
5287
5288 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst/goom/plugin_info.c:
5291         * gst/goom/ppc_zoom_ultimate.h:
5292           Small fixes to build more on PPC: ifdef out code that uses unknown
5293           define; add newline at end of header file to avoid compiler warning.
5294           Assembler code still doesn't build though.
5295
5296 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5297
5298         * gst/avi/gstavidemux.c:
5299           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5300           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5301
5302 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5303
5304         * gst/avi/gstavidemux.c:
5305           Chunksize is uint32. Fix format specifier.
5306
5307 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5308
5309         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5310         mistake. Return file to pure MIT text.
5311
5312 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5313
5314         * gst/audiofx/audiofx.c:
5315         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5316         of hardcoding values.
5317
5318 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         Patch by: Mark Nauwelaerts <manauw skynet be>
5321
5322         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5323           (gst_oss_src_close):
5324         * sys/oss/gstosssrc.h:
5325           Cache probed caps, so _get_caps() during recording doesn't cause
5326           ioctl calls which may disrupt the recording (fixes #521875).
5327
5328 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5329
5330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5331         (gst_qtdemux_activate_segment),
5332         (gst_qtdemux_prepare_current_sample),
5333         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5334         Make sure we always send a DISCONT after a seek by setting the sample
5335         index to an undefined value after a seek.
5336
5337 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5340           (GST_IS_AVI_SUBTITLE_CLASS):
5341           Fix up IS_FOO macros, which makes gtk-doc much happier.
5342
5343 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * tests/icles/Makefile.am:
5346           Move the -lgstfoo where it belongs.
5347
5348 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5349
5350         * gst/matroska/ebml-ids.h:
5351         Add ID for EBML CRC32 elements.
5352
5353         * gst/matroska/Makefile.am:
5354         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5355         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5356         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5357         (gst_ebml_read_header):
5358         Support reading 80bit floats, add finalize method to clean up
5359         in any case, support reading length/id elements with any length
5360         as long as it's smaller than our supported maximum, don't leak
5361         buffers if reading as much data as we wanted failed and some
5362         smaller cleanup.
5363
5364 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5365
5366         Patch by: Olivier Crete <tester at tester dot ca>
5367
5368         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5369         Check that a buffer is large enough before reading from it.
5370         Fixes bug #521102.
5371         
5372 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5373
5374         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5375         Fix compilation after removing the GstPollMode from the
5376         constructor.
5377
5378 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5379
5380         * configure.ac:
5381         * gst/audiofx/Makefile.am:
5382         * gst/audiofx/audiochebband.c:
5383         * gst/audiofx/audiocheblimit.c:
5384         * gst/audiofx/math_compat.h:
5385         Check for sinh(), cosh() and asinh() and define our own
5386         implementations if they're not available. Fixes bug #520880.
5387
5388 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5389
5390         Patch by: Olivier Crete <tester at tester dot ca>
5391
5392         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5393         Unref the buffers only once when handling not-negotiated errors.
5394         Fixes bug #520764.
5395
5396 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5397
5398         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5399
5400         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5401         (gst_udpsrc_stop):
5402         Properly balance WSA_Cleanup with WSA_Startup.
5403         Also make the poll controllable on windows. Fixes #520888.
5404
5405 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5406
5407         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5408         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5409         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5410         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5411         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5412         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5413         (gst_ebml_read_date), (gst_ebml_read_master),
5414         (gst_ebml_read_binary), (gst_ebml_read_header):
5415         * gst/matroska/ebml-read.h:
5416         * gst/matroska/matroska-demux.c:
5417         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5418         (gst_matroska_demux_read_track_encodings),
5419         (gst_matroska_demux_add_stream),
5420         (gst_matroska_demux_handle_src_query),
5421         (gst_matroska_demux_handle_seek_event),
5422         (gst_matroska_demux_init_stream),
5423         (gst_matroska_demux_parse_tracks),
5424         (gst_matroska_demux_parse_index_cuetrack),
5425         (gst_matroska_demux_parse_index_pointentry),
5426         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5427         (gst_matroska_demux_parse_metadata_id_simple_tag),
5428         (gst_matroska_demux_parse_metadata_id_tag),
5429         (gst_matroska_demux_parse_metadata),
5430         (gst_matroska_demux_sync_streams),
5431         (gst_matroska_demux_push_hdr_buf),
5432         (gst_matroska_demux_push_flac_codec_priv_data),
5433         (gst_matroska_demux_push_xiph_codec_priv_data),
5434         (gst_matroska_demux_add_wvpk_header),
5435         (gst_matroska_demux_check_subtitle_buffer),
5436         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5437         (gst_matroska_demux_parse_cluster),
5438         (gst_matroska_demux_parse_contents_seekentry),
5439         (gst_matroska_demux_parse_contents),
5440         (gst_matroska_demux_loop_stream_parse_id),
5441         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5442         * gst/matroska/matroska-demux.h:
5443         * gst/matroska/matroska-ids.h:
5444         Handle return values from pull_range in a more granular way to properly
5445         shut down on seeks.
5446         Combine return values from push.
5447         Implement proper error handling.
5448         Prepare for handling seeking correctly.
5449
5450 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5451
5452         * gst/matroska/ebml-read.c:
5453         Use GINT64 formatting constants from GLIB.
5454
5455         * gst/matroska/matroska-demux.c:
5456         Add some guards to avoid a possible division by 0 and crashing
5457         with NULL events on some systems.
5458         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5459         conversion. 
5460
5461         * gst/matroska/matroska-mux.c:
5462         Check for invalid timestamps in a bunch of places to avoid
5463         writing bogus durations into the output file.
5464         Fix some double<->gint64 conversions that weren't using
5465         gst_guint64_to_gdouble
5466
5467 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5468
5469         * configure.ac:
5470         Move the checks for bison, flex and as to the program section and the
5471         check for gcc inline asm to the compiler characteristics section.
5472
5473 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5474
5475         * configure.ac:
5476         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5477         plug-ins are included/excluded. (#498222)
5478
5479 2008-02-29  Michael Smith <msmith@fluendo.com>
5480
5481         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5482           Don't call gst_object_sync_values() unless we have a valid timestamp.
5483
5484 2008-02-28  David Schleef  <ds@schleef.org>
5485
5486         * gst/matroska/matroska-demux.c:
5487         * gst/matroska/matroska-ids.h:
5488         * gst/matroska/matroska-mux.c:
5489           Fix Dirac mapping.  I had previously added a VfW-type
5490           mapping, but it looks like Dirac will get a native Matroska
5491           mapping, and this is the most likely method.
5492
5493 2008-02-28  David Schleef  <ds@schleef.org>
5494
5495         * gst/avi/gstavimux.c: Add Dirac encoding
5496
5497 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5498
5499         Patch by: Peter Kjellerstedt <pkj at axis com>
5500
5501         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5502         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5503         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5504         * gst/udp/gstudpsrc.h:
5505         Port to GstPoll. See #505417.
5506
5507 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5508
5509         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5510         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5511         yet on the srcpad. We need rate and channels before we
5512         can do any processing. Fixes bug #519088.
5513
5514 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5515
5516         * configure.ac:
5517         Detect and indicate if GCC inline assembly syntax is
5518         available.
5519
5520         * gst/goom/Makefile.am:
5521         * gst/goom/convolve_fx.c:
5522         * gst/goom/flying_stars_fx.c:
5523         * gst/goom/goom_config.h:
5524         * gst/goom/goom_core.c:
5525         * gst/goom/goomsl.c:
5526         * gst/goom/ifs.c:
5527         * gst/goom/mmx.c:
5528         * gst/goom/plugin_info.c:
5529         * gst/goom/xmmx.c:
5530         Fix various GCC-isms, and only build the inline assembly
5531         with compilers that support GCC inline assembly.
5532
5533         Fix a couple of other warnings shown with Forte.
5534
5535 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5536
5537         * gst/goom/xmmx.c:
5538           Use 'emms' instead of 'femms' to not crash on cpus that do not
5539           implement this 3dnow specific instruction.
5540
5541 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5542
5543         * gst/goom/plugin_info.c: (setOptimizedMethods):
5544         Use extended MMX for draw_line() too if available, not only
5545         normal MMX.
5546
5547 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5548
5549         * ext/jpeg/gstjpeg.c: (plugin_init):
5550         Remove (commented out) smoke typefinder. This is in base now.
5551
5552 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5553
5554         * gst/goom2k1/Makefile.am:
5555         * gst/goom2k1/gstgoom.c:
5556
5557         Rename the installed library, and don't register the same 
5558         GType name as the new goom.
5559
5560 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * configure.ac:
5563         * ext/taglib/Makefile.am:
5564           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5565           when building C++ code (#516509).
5566
5567 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5568
5569         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5570         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5571           (setOptimizedMethods):
5572           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5573           anything useful. Export goom debug category so we can get
5574           rid of the VERBOSE define and the printfs.
5575
5576 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * gst/goom/goomsl_heap.c: (align_it):
5579         * gst/goom/plugin_info.c: (setOptimizedMethods):
5580           Compile fixes for x86-64.
5581
5582 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5583
5584         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5585         with warnings, but add other CFLAGS
5586
5587         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5588         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5589         (calculate_labels), (gsl_read_file):
5590         * gst/goom/goomsl_lex.l:
5591         * gst/goom/goomsl_yacc.y:
5592         * gst/goom/plugin_info.c: Remove a few live printf, and
5593         fprintf, replace exit() calls with g_assert_not_reached()
5594         if it not optimal for a library
5595
5596 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5597
5598         * gst/goom/Makefile.am: Remove the warnings being disabled,
5599         fix linkage on x86, spotted by Sebastian Dröge
5600         <slomo@circular-chaos.org>
5601
5602         * gst/goom/convolve_fx.c (convolve_init),
5603         (create_output_with_brightness), (convolve_apply):
5604         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5605         * gst/goom/goomsl.c:
5606         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5607         * gst/goom/plugin_info.c:
5608         * gst/goom/tentacle3d.c (tentacle_fx_create):
5609         Fix warnings, and disable the motifs in the convolve_fx
5610         plugin (they were causing warnings, and they were just
5611         "Goom" in funny letterring)
5612
5613 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5614
5615         * configure.ac: Add checks for Flex/Yacc/Bison and other
5616         furry animals, for the new goom 2k4 based plugin
5617
5618         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5619         CPU optimisations (not working yet), move the old plugin to...
5620
5621         * gst/goom2k1/*: ... here, in case somebody is sick enough
5622
5623         Fixes #515073
5624
5625 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5626
5627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5628         Post the server response code in an error message instead of a generic
5629         'error' message. Fixes #517237.
5630
5631 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5632
5633         * tests/check/Makefile.am:
5634         Ignore gconfaudiosrc for the states unit test too. It will fallback
5635         to alsasrc if the gconf settings can't be read and not everybody has
5636         alsa.
5637
5638 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5639
5640         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5641         (gst_wavpack_parse_create_src_pad):
5642         * ext/wavpack/gstwavpackparse.h:
5643         Always report the duration if we know it in push mode and don't
5644         return 0 just to make totem believe we can't seek in push mode.
5645         Newer totem version use the SEEKING query which properly reports
5646         if we can seek or not.
5647
5648 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5649
5650         Patch by: Jens Granseuer <jensgr at gmx dot net>
5651
5652         * tests/examples/equalizer/demo.c: (main):
5653         C89 fix, moving variable declarations to the beginning of
5654         the block. Fixes bug #517933.
5655
5656 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5657
5658         * configure.ac:
5659         Back to development...
5660
5661 === release 0.10.7 ===
5662
5663 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5664
5665         * configure.ac:
5666           releasing 0.10.7, "Red Door Black"
5667
5668 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5669
5670         * gst/alpha/Makefile.am:
5671         Link alpha plugin with libgstbase. Fixes bug #517386.
5672
5673 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5674
5675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5676         Init values to -1 instead of the default 0 value.
5677         Fixes #516524.
5678
5679 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5680
5681         * tests/examples/spectrum/spectrum-example.c:
5682         Add missing include to fix compilation when libxml usage is disabled.
5683         Fixes: #516371
5684
5685 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5686
5687         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5688         fixes: #514889
5689
5690         * gst/rtp/gstrtph264pay.c:
5691         * gst/rtp/gstrtpmp4gdepay.c:
5692         * gst/rtp/gstrtpmp4gpay.c:
5693         * gst/rtp/gstrtpmp4gpay.h:
5694         * gst/rtp/gstrtptheorapay.c:
5695         * gst/rtp/gstrtpvorbispay.c:
5696
5697         Fix various leaks shown up in valgrind
5698         - free sprops and buffer in error cases in H264 payloader
5699         - fix leak in mp4g depayloader when construction the caps
5700         - don't leak config string in the mp4g payloader
5701         - don't leak buffers and headers in theora and vorbis payloaders
5702
5703         * tests/check/elements/rtp-payloading.c:
5704
5705         Fix the RTP data test
5706         - Actually send valid amr data to the payloader instead of 20
5707         zero-bytes
5708         - The mp4g payloader expects codec_data on the caps
5709
5710 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5711
5712         * win32/MANIFEST:
5713         Add libgstpng.dsp to MANIFEST.
5714         * win32/vs6/libgstaudiofx.dsp:
5715         Add new source files to VS project file.
5716
5717 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5718
5719         * sys/ximage/gstximagesrc.c:
5720         Initialise variables when opening the X display rather
5721         than in _start(), as the display can be opened before that.
5722
5723         Fixes: #515985
5724
5725 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5726
5727         * sys/directdraw/gstdirectdrawsink.c:
5728         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5729         (gst_directdraw_sink_finalize):
5730         Properly chain up finalize functions. Fixes bug #515980.
5731
5732 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5733
5734         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5735         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5736         (gst_v4l2_buffer_pool_class_init):
5737         Chain up the finalize functions. Fixes bug #515984.
5738
5739 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5740
5741         * sys/ximage/ximageutil.c:
5742         Chain up in the finalize function for our custom
5743         buffer sub-class.
5744         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5745         Fixes: #515706
5746
5747 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5748
5749         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5750         (gst_fenced_buffer_class_init):
5751         Properly chain up finalize method. Fixes bug #515979.
5752
5753 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5754
5755         * sys/ximage/gstximagesrc.c:
5756         Free allocated Damage memory before closing our connection to the
5757         X server. Partially fixes: #515706
5758
5759 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5760
5761         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5762         * tests/check/Makefile.am:
5763         * tests/check/gst-plugins-good.supp:
5764         Add a few libjpeg suppressions and initialize a variable to
5765         make smokeenc valgrind clean. Fixes bug #515701.
5766
5767 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5768
5769         * gst/avi/gstavidemux.c:
5770         Revert patch which sends timestamps only on keyframes, as it
5771         breaks playback with current gst-ffmpeg.
5772
5773         Fixes: #515562
5774
5775 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5778         * tests/check/elements/multifile.c: (GST_START_TEST):
5779         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5780
5781 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5782
5783         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5784         Use and unset the GError when pipeline creation fails instead of
5785         simply leaking it. Fixes bug #515704.
5786
5787 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5788
5789         * gst/audiofx/audioamplify.c:
5790         * gst/audiofx/audiochebband.c:
5791         * gst/audiofx/audiocheblimit.c:
5792         * gst/audiofx/audiodynamic.c:
5793         * gst/audiofx/audioinvert.c:
5794         * gst/audiofx/audiopanorama.c:
5795         * gst/audiofx/audiowsincband.c:
5796         * gst/audiofx/audiowsinclimit.c:
5797         Fix long description of audiofx elements. Fixes bug #515457.
5798
5799 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5800
5801         * docs/plugins/Makefile.am:
5802         * gst/spectrum/gstspectrum.c:
5803         * tests/examples/spectrum/.cvsignore:
5804         * tests/examples/spectrum/Makefile.am:
5805         * tests/examples/spectrum/spectrum-example.c:
5806
5807         Add a simple example application for the spectrum element, include it
5808         in the docs, and fix some documentation ambiguities.
5809
5810         Fixes: #348085
5811
5812 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5813
5814         * gst/equalizer/Makefile.am:
5815         * gst/spectrum/Makefile.am:
5816         Fix includes order
5817
5818         * tests/check/Makefile.am:
5819         Exclude v4l2src from the states test - it takes too long to start.
5820
5821         * tests/check/elements/spectrum.c:
5822         Make the test run properly with CK_FORK=no
5823
5824 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5825
5826         * gst/audiofix/Makefile.am: add missing header files 
5827
5828 2008-02-08  Julien Moutte  <julien@fluendo.com>
5829
5830         * gst/matroska/matroska-demux.c:
5831         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5832         keyframe and delta units correctly when dealign with a BlockGroup.
5833         Fixes: #514397
5834
5835 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5836
5837         * tests/check/elements/.cvsignore:
5838         Spell the new tests correctly in .cvsignore
5839
5840 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5843           Need to use gsize here for the size, fixes compiler warning.
5844
5845         * tests/examples/equalizer/.cvsignore:
5846         * tests/examples/equalizer/Makefile.am:
5847         * tests/examples/spectrum/.cvsignore:
5848         * tests/examples/spectrum/Makefile.am:
5849           Add missing files to fix the build.
5850
5851 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5852
5853         * configure.ac:
5854         * docs/plugins/Makefile.am:
5855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5857         * docs/plugins/gst-plugins-good-plugins.args:
5858         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5859         * docs/plugins/inspect/plugin-multifile.xml:
5860         * tests/check/Makefile.am:
5861         * tests/check/elements/.cvsignore:
5862
5863         Move multifile plugin from -bad.
5864         Fixes: #490283
5865
5866 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5867
5868         * configure.ac:
5869         * docs/plugins/Makefile.am:
5870         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5871         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5872         * docs/plugins/gst-plugins-good-plugins.args:
5873         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5874         * docs/plugins/inspect/plugin-spectrum.xml:
5875         * gst/spectrum/Makefile.am:
5876         * tests/check/Makefile.am:
5877         * tests/check/elements/.cvsignore:
5878         * tests/examples/Makefile.am:
5879
5880         Move spectrum plugin from -bad.
5881         Move examples into tests/examples/spectrum.
5882
5883 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5884
5885         * configure.ac:
5886         * docs/plugins/Makefile.am:
5887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5889         * docs/plugins/gst-plugins-good-plugins.args:
5890         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5891         * docs/plugins/gst-plugins-good-plugins.interfaces:
5892         * docs/plugins/inspect/plugin-equalizer.xml:
5893         * gst/equalizer/Makefile.am:
5894         * tests/check/Makefile.am:
5895         * tests/examples/Makefile.am:
5896         Move the equalizer plugin across from -bad
5897
5898         * tests/check/elements/.cvsignore:
5899         Add equalizer, audiosincwband and audiosincwlimit
5900
5901         * tests/check/elements/equalizer.c:
5902         Fix compiler warnings
5903
5904         Fixes: #415627
5905
5906 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5907
5908         * configure.ac:
5909         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5910         are treated like releases and build without it.
5911
5912 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5913
5914         * docs/plugins/Makefile.am:
5915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5917         * docs/plugins/gst-plugins-good-plugins.args:
5918         * docs/plugins/inspect/plugin-audiofx.xml:
5919         * gst/audiofx/Makefile.am:
5920         * gst/audiofx/audiofx.c:
5921         * gst/audiofx/audiowsincband.c:
5922         * gst/audiofx/audiowsincband.h:
5923         * gst/audiofx/audiowsinclimit.c:
5924         * gst/audiofx/audiowsinclimit.h:
5925         * tests/check/Makefile.am:
5926         * tests/check/elements/audiowsincband.c:
5927         * tests/check/elements/audiowsinclimit.c:
5928
5929         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5930         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5931         respectively.
5932
5933         Fixes: #467666
5934
5935 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5938         * tests/check/elements/icydemux.c:
5939           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5940           caps, and add a somewhat useful debug message. Plus test.
5941
5942 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5943
5944         * gst/rtsp/gstrtspsrc.c:
5945         Include unistd.h only if HAVE_UNISTD_H is defined
5946         * win32/common/config.h.in:
5947         * win32/common/config.h:
5948         Define socklen_t as it seems it's not defined in default 
5949         Visual Studio headers.
5950         * win32/vs6/libgstalpha.dsp:
5951         * win32/vs6/libgstapetag.dsp:
5952         * win32/vs6/libgstavi.dsp:
5953         * win32/vs6/libgstrtp.dsp:
5954         * win32/vs6/libgstrtsp.dsp:
5955         * win32/vs6/libgstvideomixer.dsp:
5956         Update project file dependencies and add new source files       
5957
5958 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5959
5960         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5961
5962         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5963         Don't leak buffers when we don't push them downstream.
5964         Fixes bug #514965.
5965
5966 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5967
5968         * configure.ac:
5969           Bump requirements to (good) released versions to avoid
5970           confusion and make implicit core requirement explicit.
5971
5972 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5973
5974         * docs/plugins/Makefile.am:
5975         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5976         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5977         * docs/plugins/gst-plugins-good-plugins.args:
5978         * docs/plugins/inspect/plugin-audiofx.xml:
5979         * gst/audiofx/Makefile.am:
5980         * gst/audiofx/audiochebband.c:
5981         * gst/audiofx/audiochebband.h:
5982         * gst/audiofx/audiocheblimit.c:
5983         * gst/audiofx/audiocheblimit.h:
5984         * gst/audiofx/audiochebyshevfreqband.c:
5985         * gst/audiofx/audiochebyshevfreqband.h:
5986         * gst/audiofx/audiochebyshevfreqlimit.c:
5987         * gst/audiofx/audiochebyshevfreqlimit.h:
5988         * gst/audiofx/audiofx.c:
5989         * tests/check/Makefile.am:
5990         * tests/check/elements/.cvsignore:
5991         * tests/check/elements/audiochebband.c:
5992         * tests/check/elements/audiocheblimit.c:
5993         * tests/check/elements/audiochebyshevfreqband.c:
5994         * tests/check/elements/audiochebyshevfreqlimit.c:
5995
5996         Rename audiochebyshevfreqband -> audiochebband and
5997         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5998         surgery.
5999
6000         Closes: #491811
6001
6002 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6003
6004         Patch by: Orjan Friberg <orjanf at axis dot com>
6005
6006         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6007         Fix caps memory leak. Fixes #514573.
6008
6009 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6010
6011         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6012         If there's no entries in the subindex, don't try to do anything stupid,
6013         just return.
6014
6015 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         Patch by: John Millikin <jmillikin at gmail dot com>
6018
6019         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6020           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6021           Fix extraction of picture blocks with newer libflac versions again:
6022           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6023
6024 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6025
6026         * tests/check/Makefile.am:
6027           Add rtp-payloading test to VALGRIND_TO_FIX.
6028
6029         * tests/check/elements/rtp-payloading.c:
6030           Add semicolons after GST_TEST_END so gst-indent gets the
6031           formatting right; make test less verbose in general, but
6032           more verbose in the error case (which should probably
6033           make the test fail anyway).
6034
6035 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6036
6037         * docs/plugins/Makefile.am:
6038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6040         * gst/avi/gstavisubtitle.c:
6041         Add documentation for avisubtitle and change class to
6042         Codec/Parser/Subtitle
6043
6044 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6045
6046         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6047         Treat ENOTTY (driver does not implement ioctl) the same as
6048         EINVAL since it implies there are no available standards.
6049
6050         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6051         (gst_v4l2src_get_nearest_size):
6052         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6053         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6054         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6055         reason, and if we aren't yet actively capturing.
6056
6057         * sys/v4l2/v4l2src_calls.h:
6058         Remove replaced function declaration.
6059
6060 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6061
6062         * configure.ac:
6063         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6064         API.
6065
6066 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6067
6068         * configure.ac:
6069         Fix typo.
6070
6071 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6072
6073         * gst/alpha/Makefile.am:
6074         * gst/alpha/gstalpha.c:
6075
6076         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6077         some stuff, and making buffer-alloc and resizing work automatically.
6078         No longer crashes on odd frame widths and heights, although there
6079         seems to be a disagreement with ffmpegcolorspace about what size
6080         an AYUV frame with odd height should be.
6081
6082 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6083
6084         Patch by: Alessandro Decina <alessandro at nnva dot org>
6085
6086         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6087         * ext/libpng/gstpngenc.h:
6088         Preallocate the output buffer so that g_memdup() and
6089         gst_buffer_merge() aren't needed anymore. This greatly improves
6090         performances and fixes #512544.
6091
6092 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6093
6094         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6095         (gst_avi_demux_stream_data):
6096         GStreamer timestamps are PTS values while AVI only knows about DTS
6097         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6098         we are dealing with a key frame.
6099
6100 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6101
6102         * tests/check/Makefile.am:
6103         * tests/check/elements/.cvsignore:
6104         * tests/check/elements/rtp-payloading.c:
6105           Add add testsuite for the rtp-payloader that tries simulating
6106           dataflow. Needs more test data.
6107
6108 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6109
6110         * tests/check/elements/alphacolor.c:
6111           Remove two unused variables.
6112
6113 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6116           Use g_ascii_strtoll() instead of atoll, which is only
6117           available in C99.
6118
6119 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6120
6121         * gst/rtp/Makefile.am:
6122         * gst/rtp/gstrtp.c:
6123         * gst/rtp/gstrtpmpvpay.c:
6124         * gst/rtp/gstrtpmpvpay.h:
6125         Add MPEG2 video payloader
6126
6127 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6128
6129         * gst/level/gstlevel.c:
6130         Use #include <math.h> instead of #include "math.h".
6131
6132 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6133
6134         * tests/check/Makefile.am:
6135         Fix up some CFLAGS sets.
6136         Don't include gconfvideosrc in the states test.
6137
6138         * tests/check/elements/autodetect.c: (GST_START_TEST):
6139         Add some error strings to fail_unless arguments to fix some weird
6140         compiler errors on Solaris.
6141
6142 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6143
6144         * configure.ac:
6145         Detect video4linux headers on Solaris too.
6146         * sys/v4l2/gstv4l2colorbalance.h:
6147         * sys/v4l2/gstv4l2object.h:
6148         * sys/v4l2/v4l2_calls.c:
6149         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6150         (gst_v4l2_buffer_new):
6151
6152         Make v4l2 build on Solaris.
6153         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6154         Fixes: #510505
6155
6156 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6157
6158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6159           Update list from (still local) scanning script.
6160
6161 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6162
6163         Based on a patch by:
6164             Victor STINNER <victor dot stinner at haypocalc dot com>
6165
6166         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6167         Set variable to NULL after freeing it to prevent double frees
6168         or make failures by another use of it afterwards more obvious
6169         and fix use of it after the freeing. Fixes bug #510592.
6170
6171 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6172
6173         * gst/udp/gstmultiudpsink.c:
6174         use GST_WARNING for logging
6175
6176 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6177
6178         * gst/udp/gstmultiudpsink.c:
6179         Don't try to leave a multicast group with an invalid socket
6180
6181 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * ext/flac/gstflacdec.c:
6184           Fix compilation against flac 1.1.2 (as on debian stable), where
6185           the picture metadata defines and structs don't exist yet.
6186           Fixes #509301.
6187
6188 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6189
6190         Patch by: Olivier Crete <tester at tester dot ca>
6191
6192         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6193         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6194         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6195         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6196         * gst/udp/gstmultiudpsink.h:
6197         Add property to automatically join a multicast group or not. This can be
6198         useful when sharing a socket between multiple elements.
6199         Fixes #509531.
6200
6201 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6202
6203         * gst/videomixer/Makefile.am:
6204           Add controller flags.
6205
6206 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6207
6208         * gst/videomixer/videomixer.c:
6209           Also commit the missing gst_object_sync_values().
6210
6211 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6212
6213         * docs/plugins/Makefile.am:
6214           Remove duplicate entry.
6215
6216 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6217
6218         * docs/plugins/Makefile.am:
6219         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6220         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6221         * docs/plugins/inspect/plugin-gamma.xml:
6222         * docs/plugins/inspect/plugin-monoscope.xml:
6223         * docs/plugins/inspect/plugin-video4linux2.xml:
6224           Add 3 more plugins to docs.
6225
6226 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6227
6228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6229         * sys/osxvideo/osxvideosink.h:
6230           Revert previous change caused by a file that got stuck on an old
6231           revision.
6232
6233 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6234
6235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6236         * gst/multipart/Makefile.am:
6237         * gst/multipart/multipartdemux.c:
6238         * gst/multipart/multipartdemux.h:
6239         * gst/multipart/multipartmux.c:
6240         * gst/multipart/multipartmux.h:
6241           Re-add multipartdemux to the docs. Last round of section cleanup.
6242
6243 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6244
6245         * docs/plugins/Makefile.am:
6246         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6247         * sys/osxaudio/gstosxaudiosink.h:
6248         * sys/osxvideo/osxvideosink.h:
6249           Managed to resolve most unused declarations. Filed a bug for one left.          
6250
6251 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6254           Cleanup section file.
6255
6256 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6257
6258         * docs/plugins/Makefile.am:
6259         * docs/plugins/gst-plugins-good-plugins.args:
6260         * docs/plugins/gst-plugins-good-plugins.signals:
6261         * docs/plugins/inspect/plugin-alaw.xml:
6262         * docs/plugins/inspect/plugin-alpha.xml:
6263         * docs/plugins/inspect/plugin-alphacolor.xml:
6264         * docs/plugins/inspect/plugin-annodex.xml:
6265         * docs/plugins/inspect/plugin-apetag.xml:
6266         * docs/plugins/inspect/plugin-audiofx.xml:
6267         * docs/plugins/inspect/plugin-auparse.xml:
6268         * docs/plugins/inspect/plugin-autodetect.xml:
6269         * docs/plugins/inspect/plugin-avi.xml:
6270         * docs/plugins/inspect/plugin-cairo.xml:
6271         * docs/plugins/inspect/plugin-cdio.xml:
6272         * docs/plugins/inspect/plugin-cutter.xml:
6273         * docs/plugins/inspect/plugin-debug.xml:
6274         * docs/plugins/inspect/plugin-dv.xml:
6275         * docs/plugins/inspect/plugin-efence.xml:
6276         * docs/plugins/inspect/plugin-effectv.xml:
6277         * docs/plugins/inspect/plugin-flac.xml:
6278         * docs/plugins/inspect/plugin-flxdec.xml:
6279         * docs/plugins/inspect/plugin-gconfelements.xml:
6280         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6281         * docs/plugins/inspect/plugin-goom.xml:
6282         * docs/plugins/inspect/plugin-halelements.xml:
6283         * docs/plugins/inspect/plugin-icydemux.xml:
6284         * docs/plugins/inspect/plugin-id3demux.xml:
6285         * docs/plugins/inspect/plugin-jpeg.xml:
6286         * docs/plugins/inspect/plugin-ladspa.xml:
6287         * docs/plugins/inspect/plugin-level.xml:
6288         * docs/plugins/inspect/plugin-matroska.xml:
6289         * docs/plugins/inspect/plugin-mulaw.xml:
6290         * docs/plugins/inspect/plugin-multipart.xml:
6291         * docs/plugins/inspect/plugin-navigationtest.xml:
6292         * docs/plugins/inspect/plugin-png.xml:
6293         * docs/plugins/inspect/plugin-quicktime.xml:
6294         * docs/plugins/inspect/plugin-rtp.xml:
6295         * docs/plugins/inspect/plugin-rtsp.xml:
6296         * docs/plugins/inspect/plugin-shout2send.xml:
6297         * docs/plugins/inspect/plugin-smpte.xml:
6298         * docs/plugins/inspect/plugin-speex.xml:
6299         * docs/plugins/inspect/plugin-taglib.xml:
6300         * docs/plugins/inspect/plugin-udp.xml:
6301         * docs/plugins/inspect/plugin-videobalance.xml:
6302         * docs/plugins/inspect/plugin-videobox.xml:
6303         * docs/plugins/inspect/plugin-videocrop.xml:
6304         * docs/plugins/inspect/plugin-videoflip.xml:
6305         * docs/plugins/inspect/plugin-videomixer.xml:
6306         * docs/plugins/inspect/plugin-wavenc.xml:
6307         * docs/plugins/inspect/plugin-wavpack.xml:
6308         * docs/plugins/inspect/plugin-wavparse.xml:
6309           Update plugin docs.
6310
6311         * gst/videomixer/Makefile.am:
6312         * gst/videomixer/videomixer.c:
6313         * gst/videomixer/videomixer.h:
6314         * gst/videomixer/videomixerpad.h:
6315           Split out header to fix warnings from the doc-build.
6316
6317 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6318
6319         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6320
6321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6322         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6323
6324 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6325
6326         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6328           Initialise variables to work around (false) 'foo might be used
6329           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6330
6331 2008-01-11  David Schleef  <ds@schleef.org>
6332
6333         * docs/plugins/.cvsignore:
6334         * tests/check/pipelines/.cvsignore:
6335           Ignore more files for the buildbot.
6336
6337 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6338
6339         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6340         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6341         Generate the image-type values correctly. Leave them out of the caps
6342         when outputting a "preview image" tag, since it only makes sense
6343         to have one of those - the type is irrelevant.
6344
6345         * sys/sunaudio/gstsunaudiomixerctrl.c:
6346         (gst_sunaudiomixer_ctrl_open):
6347         If we can, mark the mixer multiple open when we use it, in case
6348         (for some reason) the process wants to open it again elsewhere.
6349
6350 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6351
6352         Patch by: Olivier Crete <tester at tester dot ca>
6353
6354         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6355         * gst/rtp/gstrtptheorapay.c:
6356         Fix the clock rate to 90000 as required by the RFC.
6357         Fixes #508644.
6358
6359 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6360
6361         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6362           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6363
6364 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6365
6366         * autogen.sh:
6367           Add -Wno-portability to the automake parameters to stop warnings
6368           about GNU make extensions being used. We require GNU make in almost
6369           every Makefile anyway.
6370           
6371         * configure.ac:
6372           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6373           at the same time is required for per target flags.
6374
6375 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6376
6377         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6378         Fix error from my last commit.
6379
6380 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6381
6382         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6383
6384         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6385           Make sure the ISO 639-X language code in ID3v2 COMM frames
6386           is actually valid UTF-8 (or rather: ASCII), so we don't end
6387           up with non-UTF8 strings in tags if there's garbage in the
6388           language field. Also make sure the language code is always
6389           lower case. Fixes: #508291.
6390
6391 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6392
6393         * ChangeLog:
6394           Fix ChangeLog typo.
6395
6396 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6397
6398         * Makefile.am:
6399           Include lcov.mak to allow building coverage reports. Guard
6400           check-torture target like in the other packages.
6401
6402 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6403
6404         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6405
6406         * gst/videomixer/videomixer.c:
6407         (gst_videomixer_set_master_geometry), (_do_init),
6408         (gst_videomixer_child_proxy_get_child_by_index),
6409         (gst_videomixer_child_proxy_get_children_count),
6410         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6411         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6412         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6413         Implement GstChildProxy interface.
6414         Send newsegment at the right moment
6415         Fixes #488879
6416
6417 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6418
6419         * gst/alpha/Makefile.am:
6420         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6421         (gst_alpha_sink_event), (gst_alpha_chain),
6422         (gst_alpha_change_state), (plugin_init):
6423         Make the various properties of 'alpha' controllable. This allows doing
6424         niceties like fade-in/fade-out.
6425
6426 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6427
6428         * gst/rtp/gstasteriskh263.c:
6429         * gst/rtp/gstrtpL16depay.c:
6430         * gst/rtp/gstrtpac3depay.c:
6431         * gst/rtp/gstrtpamrpay.c:
6432         * gst/rtp/gstrtpdepay.c:
6433         * gst/rtp/gstrtpgsmdepay.c:
6434         * gst/rtp/gstrtph263depay.c:
6435         * gst/rtp/gstrtph263pdepay.c:
6436         * gst/rtp/gstrtph263ppay.c:
6437         * gst/rtp/gstrtph264depay.c:
6438         * gst/rtp/gstrtph264pay.c:
6439         * gst/rtp/gstrtpmp2tdepay.c:
6440         * gst/rtp/gstrtpmp4adepay.c:
6441         * gst/rtp/gstrtpmp4gdepay.c:
6442         * gst/rtp/gstrtpmp4gpay.c:
6443         * gst/rtp/gstrtpmp4vdepay.c:
6444         * gst/rtp/gstrtpmpadepay.c:
6445         * gst/rtp/gstrtpmpvdepay.c:
6446         * gst/rtp/gstrtpsv3vdepay.c:
6447         * gst/rtp/gstrtptheoradepay.c:
6448         * gst/rtp/gstrtptheorapay.c:
6449         * gst/rtp/gstrtpvorbisdepay.c:
6450         * gst/rtp/gstrtpvorbispay.c:
6451           Remove copy/paste unused code (property setters and getter) found by
6452           the coverage suite (yay, saves ~20k on disk).
6453
6454 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6457           (videosink_templ):
6458           Also fix up pad templates to indicate that image/jpeg doesn't
6459           absolutely require the framerate property to be set (#504081).
6460
6461 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6462
6463         Based on patch by: Wouter Cloetens  <wouter at mind be>
6464
6465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6466           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6467           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6468         * gst/matroska/matroska-mux.h:
6469           Keep track of first and last timestamps for each incoming stream,
6470           so we can calculate the total duration for live sources and other
6471           input where we can't query the duration from the start or where
6472           there's no constant framerate from which we can deduce the
6473           duration; also use calculated/observed duration if it is bigger
6474           than the previously queried duration. Furthermore, use
6475           gst_pad_query_peer_duration() and take into account that it may
6476           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6477           screws up comparisons when using unsigned integers. Fixes #504081.
6478
6479 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         * configure.ac:
6482         * gst/audiofx/audioamplify.c:
6483         (gst_audio_amplify_clipping_method_get_type),
6484         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6485         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6486         (gst_audio_dynamic_transform_ip):
6487         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6488         (gst_audio_invert_transform_ip):
6489         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6490         (gst_audio_panorama_transform):
6491         * gst/level/gstlevel.c: (gst_level_init):
6492         Make elements GST_BUFFER_FLAG_GAP aware and call
6493         gst_base_transform_set_gap_aware for this.
6494         Bump core requirement to CVS.
6495         
6496         * gst/audiofx/audiochebyshevfreqband.c:
6497         (gst_audio_chebyshev_freq_band_transform_ip):
6498         * gst/audiofx/audiochebyshevfreqlimit.c:
6499         (gst_audio_chebyshev_freq_limit_transform_ip):
6500         Also sync GObject properties to the controller if operating
6501         in passthrough mode.
6502
6503 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * sys/directdraw/gstdirectdrawsink.c:
6506           (gst_directdraw_sink_window_thread):
6507           FALSE is not a gpointer.
6508
6509 2008-01-05  Julien Moutte  <julien@fluendo.com>
6510
6511         * sys/directdraw/gstdirectdrawsink.c:
6512         (gst_directdraw_sink_set_window_id),
6513         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6514         (gst_directdraw_sink_buffer_alloc),
6515         (gst_directdraw_sink_draw_borders),
6516         (gst_directdraw_sink_show_frame),
6517         (gst_directdraw_sink_setup_ddraw),
6518         (gst_directdraw_sink_window_thread),
6519         (gst_directdraw_sink_get_ddrawcaps),
6520         (gst_directdraw_sink_surface_create): Make sure we create our
6521         internal window only when we need it. That will give a chance to
6522         the application to get the prepare-xwindow-id bus message. Draw
6523         black borders when keeping aspect ratio. Handle the case where our
6524         rendering window disappears (closed or errors) like other sinks
6525         do. Various 80 columns fixes, improve state change order. That
6526         element could need some more love.
6527
6528 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6529
6530         * ext/taglib/gstapev2mux.h:
6531         * ext/taglib/gstid3v2mux.h:
6532         Remove useless typedefs without new type name. Fixes a warning with
6533         gcc 4.3.
6534
6535 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6536
6537         Patch by: John Millikin <jmillikin at gmail dot com>
6538
6539         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6540         (gst_flac_dec_setup_stream_decoder),
6541         (gst_flac_normalize_picture_mime_type),
6542         (gst_flac_extract_picture_buffer),
6543         (gst_flac_dec_metadata_callback):
6544         Emit metadata messages when a PICTURE block is encountered.
6545         Fixes #506715.
6546
6547 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6548
6549         * gst/avi/gstavi.c:
6550         increase rank because no known issues anymore ...
6551         * gst/avi/gstavisubtitle.c:
6552         send subtitle name to the srcpad
6553
6554 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6555
6556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6557         * gst/rtsp/gstrtspsrc.h:
6558         Implement redirect for the DESCRIBE reply. Fixes #506025.
6559
6560 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6561
6562         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6563         Fix 'xyz may be used uninitialized' compiler warnings caused
6564         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6565         abort() in any case but properly report the error.
6566
6567 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6568
6569         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6570         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6571         * sys/ximage/gstximagesrc.c: (composite_pixel):
6572           Fix 'xyz may be used uninitialized' compiler warnings caused
6573           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6574           not really nice to abort in any case). Fixes #505745.
6575
6576 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6579           Small unit test fix (has no practical impact at the moment,
6580           since we're only feeding utf8 and hence just create a sub-
6581           buffer for the output).
6582
6583 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6584
6585         * gst/avi/gstavisubtitle.c:
6586         * tests/check/elements/avisubtitle.c:
6587         Add seeking support for avi subtitle
6588
6589 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6590
6591         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6592         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6593         (gst_flac_dec_write):
6594         * ext/flac/gstflacdec.h:
6595         Remove some unused vars.
6596         Do more cleanup of leftover events and tags.
6597         Output tags after the segment event. Fixes #504018.
6598
6599 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6602           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6603           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6604           Detect other UTF byte order markers and convert to UTF-8 as
6605           appropriate.
6606
6607 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * gst/avi/gstavisubtitle.c: (src_template),
6610           (gst_avi_subtitle_extract_utf8_file),
6611           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6612           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6613           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6614         * gst/avi/gstavisubtitle.h:
6615           Refactor a bit; fix name extraction; don't assume all the data
6616           in the chunk is actually subtitle data, there may be padding at
6617           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6618           file so it's there to send again after a seek (for future use).
6619
6620 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6621
6622         * gst/avi/Makefile.am:
6623         * gst/avi/gstavi.c:
6624         * gst/avi/gstavisubtitle.c:
6625         * gst/avi/gstavisubtitle.h:
6626         * tests/check/Makefile.am:
6627         * tests/check/elements/avisubtitle.c:
6628         * win32/common/config.h:
6629                 Add avi subtitle element for bug #442034. Need seeking support
6630                 and more support for character conversion.
6631
6632 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * Makefile.am:
6635           Include common/win32.mak for CRLF check of win32 project
6636           files (see #393626).
6637
6638         * win32/vs6/libgstpng.dsp:
6639           Fix line endings and do cvs admin -kb.
6640
6641 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6642
6643         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6644         Actually drop the buffers which are outside the currently configured
6645         segment instead of just emitting a WARNING.
6646
6647 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6648
6649         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6650         (gst_flac_dec_write):
6651         * ext/flac/gstflacdec.h:
6652         Send segments from the streaming thread. Fixes #502187.
6653         Fix segment seeking and a bunch of other seeking cases.
6654
6655 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6658           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6659           which is where it would end up if the same information was
6660           put in a vorbis comment (don't think it's worth adding a
6661           new URI tag for this). Fixes #488112.
6662
6663 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * configure.ac:
6666           We need core/base 0.10.15 or later.
6667
6668 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6669
6670         Patch by: Mark Nauwelaerts <manauw skynet be>
6671
6672         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6673         Fix regression in stream numbering. Fixes #502655.
6674
6675 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6676
6677         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6678
6679         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6680         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6681         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6682         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6683         (gst_rtp_h264_pay_handle_buffer):
6684         * gst/rtp/gstrtph264pay.h:
6685         Use higher performance start-code searching.
6686         Parse NALs and store SPS, PPS and profile in the caps so that they can
6687         be used in the SDP. Fixes #502814.
6688
6689 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6692         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6693           Init some structs to zero before we pass them to ioctl, which
6694           avoids valgrind warnings.  Also fix a small memory leak.
6695
6696 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6697
6698         Patch by: Wouter Cloetens <wouter at mind dot be>
6699
6700         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6701         Copy timestamp from input to output. Not very perfect yet but better
6702         than nothing. Fixes #503023.
6703
6704 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6705
6706         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6707           Also print a useful error message with the old Wavpack API
6708           if possible.
6709
6710 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * ext/wavpack/gstwavpackdec.c:
6713           More build fixes for old libwavpack versions: include config.h so
6714           that WAVPACK_OLD_API is actually defined as detected; only use
6715           WavpackGetErrorMessage if it is available. This fixes the build
6716           on debian stable for me.
6717
6718 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6719
6720         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6721         * ext/wavpack/gstwavpackparse.c:
6722           (gst_wavpack_parse_create_src_pad):
6723           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6724           versions below 4.40.0.
6725
6726 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6727
6728         * configure.ac:
6729           And now do it right for real...
6730
6731 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6732
6733         * configure.ac:
6734           Correctly reset $LIBS to not contain -lm.
6735
6736 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6737
6738         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6739
6740         * configure.ac:
6741         * ext/cairo/gsttimeoverlay.c:
6742           (gst_cairo_time_overlay_print_smpte_time):
6743           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6744           and checking for rint() and implementing it ourself if it doesn't
6745           exist. Fixes #497293.
6746
6747 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6748
6749         * configure.ac:
6750           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6751
6752 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6753
6754         * sys/oss/gstosshelper.c:
6755         Verify that the format returned after the ioctl is the one
6756         we requested. It is valid for the ioctl to succeed while
6757         substituting an alternate 'supported' sample format.
6758
6759 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * sys/oss/gstossaudio.c: (plugin_init):
6762         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6763         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6764           Post decent (and translated) error message when we can't
6765           open the audio device for some reason.
6766
6767 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6768
6769         * sys/oss/gstosssink.c:
6770         * sys/oss/gstosssrc.c:
6771         Allow the AUDIODEV environment variable to redirect us
6772         to a different default OSS device, like sunaudiosink does
6773         on Solaris (makes audio play automatically on SunRays).
6774
6775 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6776
6777         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6778         * gst/audiofx/audiochebyshevfreqband.c:
6779         (gst_audio_chebyshev_freq_band_transform_ip):
6780         * gst/audiofx/audiochebyshevfreqlimit.c:
6781         (gst_audio_chebyshev_freq_limit_transform_ip):
6782         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6783         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6784         The transform_ip() methods should do nothing if in passthrough mode.
6785         It might get non-writable buffers in that case but the buffer might
6786         as well be writable.
6787
6788         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6789         The transform() methods won't be called in passthrough mode and
6790         otherwise the buffer is always writable so don't check here.
6791
6792 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6795           Fix seeking in .wav files again (#501775).  Some people seem to think
6796           they don't need to test their changes when they're just 'reflowing'
6797           some code.
6798
6799 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6800
6801         * gst/autodetect/gstautovideosink.c:
6802         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6803         (gst_auto_video_sink_init),
6804         (gst_auto_video_sink_create_element_with_pretty_name),
6805         (gst_auto_video_sink_find_best),
6806         (gst_auto_video_sink_set_property),
6807         (gst_auto_video_sink_get_property):
6808         * gst/autodetect/gstautovideosink.h:
6809         Fix docs.
6810         Use same error reporting code as autoaudiosink.
6811         Add property to filter sinks based on caps. Only select raw video sinks
6812         by default for backwards compat.
6813         API: GstAutoVideoSink::filter-caps
6814
6815 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6816
6817         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6818
6819         * gst/autodetect/gstautoaudiosink.c:
6820         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6821         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6822         (gst_auto_audio_sink_set_property),
6823         (gst_auto_audio_sink_get_property):
6824         * gst/autodetect/gstautoaudiosink.h:
6825         Add property to filter sinks based on caps. Only select raw audio sinks
6826         by default for backwards compat.  Fixes #417420.
6827         API: GstAutoAudioSink::filter-caps
6828
6829 2007-11-29  Michael Smith <msmith@fluendo.com>
6830
6831         Patch by: Arek Korbik <arkadini@gmail.com>
6832
6833         * gst/videobox/gstvideobox.c: (plugin_init):
6834           Initialise liboil in plugin_init()
6835
6836 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6837
6838         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6839         Post error before sending EOS. Fixes #499178.
6840
6841 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6842
6843         * win32/vs6/gst_plugins_good.dsw:
6844         * win32/vs6/libgstpng.dsp:
6845         Add a project file for libgstpng
6846
6847 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6848
6849         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6850         (gst_rtp_h263_depay_process):
6851         Code beautification.
6852         Added debug statements.
6853         Don't bit-shift everything, just do operations on last/first byte
6854         instead.
6855
6856 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6859
6860         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6861         Fix wrong comparison in overrun check. Fixes #499239 some more.
6862
6863 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6864
6865         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6866         (gst_rtp_h263_depay_process):
6867         * gst/rtp/gstrtph263depay.h:
6868         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6869         stream.
6870
6871 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6872
6873         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6874
6875         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6876         (gst_rtp_mp4a_depay_process):
6877         * gst/rtp/gstrtpmp4adepay.h:
6878         Fix depayloading when multiple frames are inside one RTP packet.
6879         Fixes #499239.
6880
6881 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6882
6883         * gst/level/gstlevel.c:
6884           Add GAP-flag support.
6885
6886 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6887
6888         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6889         Read the I flag for Mode A h263 rtp stream and set the
6890         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6891         Fixes #499383
6892
6893 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6894
6895         * gst/level/gstlevel.c:
6896           Remove some dead code and do cleanups.
6897
6898 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6899
6900         * tests/check/pipelines/simple-launch-lines.c:
6901           Improve the tests by allowing to set a target state.
6902
6903 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6904
6905         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6906         Don't check the caps of the output buffer if they're equal some
6907         other caps. The caps can change in a backward compatible way
6908         and did at this point.
6909
6910 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6911
6912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6913         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6914         (gst_qtdemux_seek_to_previous_keyframe),
6915         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6916         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6917         reverse playback support.
6918
6919 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6920
6921         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6922         Also set the channel layout on the Wavpack caps if we're having
6923         a mono layout. Of course only do it for "audio/x-wavpack".
6924
6925 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6926
6927         * ext/wavpack/gstwavpackcommon.c:
6928         (gst_wavpack_get_default_channel_mask),
6929         (gst_wavpack_set_channel_layout),
6930         (gst_wavpack_get_default_channel_positions),
6931         (gst_wavpack_get_channel_mask_from_positions),
6932         (gst_wavpack_set_channel_mapping):
6933         * ext/wavpack/gstwavpackcommon.h:
6934         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6935         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6936         * ext/wavpack/gstwavpackdec.h:
6937         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6938         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6939         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6940         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6941         (gst_wavpack_enc_rewrite_first_block),
6942         (gst_wavpack_enc_sink_event):
6943         * ext/wavpack/gstwavpackenc.h:
6944         * ext/wavpack/gstwavpackparse.c:
6945         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6946         (gst_wavpack_parse_scan_to_find_sample),
6947         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6948         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6949         * ext/wavpack/gstwavpackparse.h:
6950         Add support for encoding, parsing and decoding multichannel
6951         files with up to 8 channels. This also improves the robustness
6952         of parsing quite a bit.
6953
6954         * ext/wavpack/gstwavpackstreamreader.c:
6955         (gst_wavpack_stream_reader_read_bytes),
6956         (gst_wavpack_stream_reader_get_pos),
6957         (gst_wavpack_stream_reader_set_pos_abs),
6958         (gst_wavpack_stream_reader_set_pos_rel),
6959         (gst_wavpack_stream_reader_push_back_byte),
6960         (gst_wavpack_stream_reader_get_length),
6961         (gst_wavpack_stream_reader_can_seek),
6962         (gst_wavpack_stream_reader_write_bytes):
6963         Improve debugging.
6964
6965 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6966
6967         * ext/libpng/gstpngdec.c:
6968         * ext/libpng/gstpngdec.h:
6969           Don't release the png-memory from within the callback.
6970
6971 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6972
6973         Patch by: René Stadler <mail at renestadler dot de>
6974
6975         * ext/libpng/gstpngenc.c:
6976           Don't leak buffer data memory. Fixes #498395.
6977
6978 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6979
6980         Patch by: René Stadler <mail at renestadler dot de>
6981
6982         * tests/check/pipelines/simple-launch-lines.c:
6983           Tests for #498395.
6984
6985 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6986
6987         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6988         (gst_tag_lib_mux_adjust_event_offsets):
6989         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6990         * sys/osxaudio/Makefile.am:
6991         * sys/osxvideo/cocoawindow.h:
6992         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6993
6994 2007-11-15  David Schleef  <ds@schleef.org>
6995
6996         * ext/cairo/gsttextoverlay.c:
6997           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6998
6999 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7000
7001         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7002
7003         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7004         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7005         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7006         * gst/rtp/gstrtpmp2tpay.h:
7007         Fill the MTU with as many packets as possible. Fixes #491323.
7008
7009 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7010
7011         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7012
7013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7014         Fix some more leaks. Fixes #497007.
7015
7016 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7017
7018         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7019
7020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7021         (gst_rtspsrc_stream_configure_tcp):
7022         Fix 3 pad leaks. Fixes #496983.
7023
7024 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7027
7028         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7029         Fix small leak. Fixes #497017.
7030
7031 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7032
7033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7034         (gst_qtdemux_prepare_current_sample),
7035         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7036         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7037         * gst/qtdemux/qtdemux_fourcc.h:
7038         * gst/qtdemux/qtdemux_types.c:
7039         Add suppport for theora in quicktime according to XiphQT.
7040
7041 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7042
7043         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7044         (gst_v4l2src_init), (gst_v4l2src_set_property),
7045         (gst_v4l2src_get_property):
7046         * sys/v4l2/gstv4l2src.h:
7047         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7048           Always copy buffers by default (handle safer with bugged drivers)
7049           and added a property to make it possible to use mmap effectively (no
7050           copy if possible) when application wants to. Fixes: #480557.
7051
7052 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/id3demux/id3tags.c:
7055         * gst/id3demux/id3tags.h:
7056         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7057           We don't want the same string multiple times in a tag list for the
7058           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7059           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7060
7061 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7064           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7065           into ID3v2 TXXX frames (fixes #347848).
7066
7067 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7070           Don't leak sdp message contents (fixes #496773).
7071
7072         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7073           Don't leak URI string.
7074
7075 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         Patch by: Julien Puydt <julien dot puydt at laposte net>
7078
7079         * ext/raw1394/Makefile.am:
7080         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7081           (gst_1394_property_probe_get_properties),
7082           (gst_1394_property_probe_probe_property),
7083           (gst_1394_property_probe_needs_probe),
7084           (gst_1394_property_probe_get_values),
7085           (gst_1394_property_probe_interface_init),
7086           (gst_1394_type_add_property_probe_interface):
7087         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7088         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7089           (gst_dv1394src_init), (gst_dv1394src_dispose),
7090           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7091           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7092           (gst_dv1394src_update_device_name):
7093         * ext/raw1394/gstdv1394src.h:
7094           Implement GstPropertyProbe interface and add "device-name" property,
7095           so applications can use this to probe for available devices in the
7096           same way they can already with v4lsrc and v4l2src (however horrible
7097           this property probe interface may be). Fixes #358841.
7098
7099 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7102
7103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7104           (gst_rtspsrc_parse_range):
7105           Don't leak event, don't leak range (fixes #496752).
7106
7107 2007-11-14  Michael Smith <msmith@fluendo.com>
7108
7109         Patch by: Arek Korbik <arkadini@gmail.com>
7110
7111         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7112           Detect RGBA/BGRA correctly on little endian systems.
7113
7114 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7117           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7118           corresponding ioctl() call fails even though the driver claims to
7119           support this format, just fall back to the pre-2.6.19 kernel
7120           routine that creates caps with suitable height and width ranges
7121           (see #448278).
7122
7123 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         Patch by: Mark Nauwelaerts <manauw skynet be>
7126
7127         * gst/matroska/matroska-demux.c:
7128           (gst_matroska_demux_push_dvd_clut_change_event),
7129           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7130           (gst_matroska_demux_subtitle_caps):
7131         * gst/matroska/matroska-ids.h:
7132           Extract palette data for dvd subpicture streams and send it
7133           downstream as custom gstreamer dvd event (fixes #453417).
7134
7135 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7136
7137         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7138           Implement minimal parsing of the passed pango font description
7139           string, so passing a font size works the same as with the
7140           pango textoverlay plugin; fixes #455086.
7141           (Maybe we could just use pangocairo here at some point).
7142
7143 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7144
7145         * gst/avi/gstavidemux.c:
7146         * gst/wavparse/gstwavparse.c:
7147           Return the result in _activate_pull(). Don't ref element there.
7148
7149 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7150
7151         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7152         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7153         (gst_wavparse_srcpad_event):
7154           Ref the element when we should, but not when we its not needed. Reflow
7155           the event_handling to not leak the event.       
7156
7157 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7158
7159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7160         (qtdemux_parse_samples):
7161         Properly free QTDemuxSamples array.
7162         Protect table write with a sensible check, some files apparently DO contain
7163         stts values starting with 0 :(
7164
7165 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7166
7167         * gst/avi/gstavidemux.c:
7168         * gst/qtdemux/qtdemux.c:
7169           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7170           previous commit messed up.
7171
7172 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7173
7174         * gst/avi/gstavidemux.c:
7175         * gst/qtdemux/qtdemux.c:
7176           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7177           element when we should, but not when we its not needed.
7178
7179 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7180
7181         * gst/wavparse/gstwavparse.c:
7182           Return FALSE if we can't handle a query instead of changing the
7183           format. Ignore fact when dealing with mpeg audio.
7184
7185 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7188
7189         * configure.ac:
7190         * gst/udp/gstdynudpsink.c:
7191         * gst/udp/gstdynudpsink.h:
7192         * gst/udp/gstmultiudpsink.c:
7193         * gst/udp/gstmultiudpsink.h:
7194         * gst/udp/gstudpsink.c:
7195         * gst/udp/gstudpsink.h:
7196           Fix includes for MSVC and GLib-2.14.0 (#492388).
7197
7198         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7199           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7200
7201 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7202
7203         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7204         (gst_mulawdec_chain):
7205         * gst/law/mulaw-decode.h:
7206         Calculate outgoing buffer duration if incoming buffer didn't have a
7207         valid duration.
7208
7209 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7210
7211         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7212         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7213         Smarter combine_flow code that also deals with downstream elements
7214         returning UNEXPECTED when they receive data out of the segment
7215         boundaries. Fixes #491305.
7216
7217 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * sys/v4l2/v4l2src_calls.c:
7220           Fix 'unused variable' compiler warning when compiling against
7221           older kernel headers.
7222
7223 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * ext/taglib/gstid3v2mux.cc (add_funcs):
7226           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7227
7228 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7229
7230         * tests/check/pipelines/simple-launch-lines.c:
7231            Improve the tests a little more.
7232
7233 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7234
7235         patch by: Yun Zheng Hu
7236
7237         * sys/osxaudio/gstosxaudiosrc.c:
7238         Use default input device instead of default output device and
7239         only memcpy actual available bytes.
7240
7241 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7242
7243         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7244           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7245           early. It is temporary until we find something better.
7246
7247 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7248
7249         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7250
7251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7252         Fix race when pausing a RTSP stream in interleaved.
7253         Fixes #475784.
7254
7255 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7256
7257         Patch by: Peter Kjellerstedt <pkj at axis com>
7258
7259         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7260         Use correct unref function for buffers. #488844.
7261
7262 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * gst/avi/gstavimux.c:
7265         * tests/check/elements/avimux.c:
7266           Add some debug and sync tests with the fix.     
7267
7268 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7269
7270         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7271
7272         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7273         When the socket is used by the app for other purposes, don't generate an
7274         error if there is activaty on the socket that is not data related.
7275         Fixes #487488.
7276
7277 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7278
7279         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7280         (gst_v4l2src_grab_frame):
7281         Add some more debug info. Generate an error when we run out of buffers
7282         for some reason. See #480557.
7283
7284 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7285
7286         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7287
7288         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7289         Set marker bit correctly.
7290
7291 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7292
7293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7294         Use allowed name for the GstStructure.
7295
7296 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7297
7298         * ext/gconf/gstswitchsink.c:
7299         * gst/autodetect/gstautoaudiosink.c:
7300           Use new gst_bus_pop_filtered().
7301
7302 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         * sys/v4l2/gstv4l2src.c:
7305         * sys/v4l2/v4l2src_calls.c:
7306           When probing the formats and sizes a camera supports, make
7307           sure the best ones (highest resolution, prefered format)
7308           end up at the beginning of the probed caps and the less
7309           desirable ones at the end.  This is important because the
7310           order within the caps matters for things like fixation and
7311           negotiation, ie. what format is chosen in the end.
7312           With recent kernels, the current probing code will end up
7313           querying the supported sizes from lowest resolution to
7314           highest resolution, adding them to the probed caps in that
7315           order, resulting to v4l2src fixating to the lowest possible
7316           resolution if downstream does not express a size preference.
7317           Also make up a somewhat random ranking of prefered output
7318           formats for the same reason. Fixes #485828.
7319         
7320 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7323
7324         * gst/id3demux/id3v2frames.c:
7325           Extract license/copyright URIs from ID3v2 WCOP frames
7326           (Fixes #447000).
7327
7328         * tests/check/elements/id3demux.c:
7329         * tests/files/Makefile.am:
7330         * tests/files/id3-447000-wcop.tag:
7331           Add simple unit test.
7332
7333 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         * ext/taglib/gstid3v2mux.cc:
7336           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7337           Prerequisite for #447000.
7338
7339 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7340
7341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7342         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7343         a GstClockTime.
7344
7345 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7346
7347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7348         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7349         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7350         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7351         (gst_rtspsrc_change_state):
7352         More seeking fixes, mostly passing around the new playback segment in
7353         order to configure it properly.
7354         Also reset base_time of udp sources when setting them back to PLAYING as
7355         a temporary hack until core supports seek in live sources properly.
7356
7357 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7358
7359         * gst/rtp/gstrtpmp4adepay.c:
7360         Fix caps as to not confuse autopluggers.
7361
7362 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * gst/id3demux/gstid3demux.c:
7365         * gst/id3demux/gstid3demux.h:
7366         * gst/id3demux/id3tags.c:
7367         * gst/id3demux/id3tags.h:
7368         * gst/id3demux/id3v2frames.c:
7369           Port ID3 tag demuxer over to the new GstTagDemux in -base
7370           (now would be a good time to test re-importing your music
7371           collection).
7372
7373 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * gst/apetag/Makefile.am:
7376         * gst/apetag/gstapedemux.c:
7377         * gst/apetag/gstapedemux.h:
7378         * gst/apetag/gsttagdemux.c:
7379         * gst/apetag/gsttagdemux.h:
7380           Port APE tag demuxer over to the new GstTagDemux in -base.
7381
7382 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7383
7384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7385         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7386         (gst_rtspsrc_handle_internal_src_query),
7387         (gst_rtspsrc_handle_src_query), (new_session_pad),
7388         (gst_rtspsrc_stream_configure_tcp),
7389         (gst_rtspsrc_stream_configure_transport),
7390         (gst_rtspsrc_loop_send_cmd):
7391         Improve flushing behaviour.
7392         Set state of the udp sources to PAUSE/PLAYING correctly.
7393         Handle events and queries for UDP and TCP transport now.
7394
7395 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7396
7397         * gst/rtp/gstrtpgsmdepay.c:
7398         * gst/rtp/gstrtpgsmpay.c:
7399           Add log category.
7400
7401 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7402
7403         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7404
7405         * tests/check/Makefile.am:
7406         * tests/check/pipelines/simple-launch-lines.c:
7407           Add unit tests for payloaders/depayloaders.
7408
7409 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7410
7411         * gst/avi/gstavimux.c:
7412         * gst/avi/gstavimux.h:
7413           Also save codec data for audio streams. Fixes #482495.
7414
7415 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7416
7417         * gst/avi/gstavimux.c:
7418           Fix "Index entry has invalid stream nr 1".
7419           Add support for muxing aac - work in progress (see #482495).
7420
7421 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7424         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7425         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7426         * gst/rtsp/gstrtspsrc.h:
7427         Parse bandwidth modifiers, they are not yet configured in the session
7428         manager because we don't have an API for that yet.
7429
7430 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7431
7432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7433         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7434         Use shiny new function in -base to get the default clock-rate.
7435         Update some docs.
7436
7437 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7438
7439         * win32/MANIFEST:
7440         Add files to win32 manifest.
7441         * win32/vs6/libgstaudiofx.dsp:
7442         * win32/vs6/libgstqtdemux.dsp:
7443         * win32/vs6/libgstrtp.dsp:
7444         * win32/vs6/libgstrtsp.dsp:
7445         Update project files.
7446
7447 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7448
7449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7450         (gst_rtspsrc_play):
7451         * gst/rtsp/gstrtspsrc.h:
7452         In TCP mode, only timestamp the first buffer. TCP is not real time and
7453         it does not make sense to try to skew compensate, also some servers send
7454         the first batch of data in a burst.
7455
7456 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7457
7458         * gst/matroska/matroska-demux.c:
7459           Fix setting the discont flag on the first buffer
7460           pushed downstream for formats with private codec
7461           data that needs to be deserialised into buffers
7462           (such as vorbis and FLAC when in a matroska container).
7463
7464 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7465
7466         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7467
7468         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7469         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7470         (gst_rtp_mp4v_pay_handle_buffer):
7471         * gst/rtp/gstrtpmp4vpay.h:
7472         Free the config string. Fixes #480707.
7473         Clean up the timestamp code a little.
7474
7475 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7476
7477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7478         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7479         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7480         * gst/rtsp/gstrtspsrc.h:
7481         Set timestamps on RTP buffers in interleaved mode.
7482         Mark first buffers with a DISCONT.
7483         Remove flush hack now that sync for live sources has been figured out.
7484
7485 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7486
7487         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7488         Update documentation.
7489
7490 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7491
7492         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7493         (gst_rtp_xqt_depay_change_state):
7494         * gst/qtdemux/gstrtpxqtdepay.h:
7495         Fail if we don't know the quicktime format.
7496
7497 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7498
7499         * ext/flac/gstflacenc.c:
7500         * ext/flac/gstflacenc.h:
7501           Save the flow return from the last gst_pad_push() and
7502           make sure we pass the right flow return value upstream
7503           in the case of failure; minor clean-ups.
7504
7505 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         * ext/taglib/gstapev2mux.cc:
7508         * ext/taglib/gstid3v2mux.cc:
7509         * gst/apetag/gstapedemux.c:
7510           Add support for the new GST_TAG_COMPOSER (#459809).
7511
7512 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7513
7514         * gst/law/alaw-decode.c:
7515         * gst/law/alaw-decode.h:
7516         * gst/law/alaw-encode.c:
7517         * gst/law/alaw-encode.h:
7518         * gst/law/alaw.c:
7519         * gst/law/mulaw-conversion.h:
7520           Compulsive clean-ups: use boilerplate macros, add debug
7521           categories, fix up things to conform to symbol nomenklatura,
7522           etc.
7523
7524 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7527
7528         * gst/law/alaw-decode.c:
7529         * gst/law/alaw-encode.c:
7530           Use static tables for A-Law decoding and encoding; this makes
7531           A-Law decoding and encoding less CPU-intensive, but increases
7532           the binary size a bit. Leaving old code around for now,
7533           selectable by a define in the code. Fixes #435435.
7534
7535 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7536
7537         * configure.ac:
7538         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7539         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7540         in configure.ac.
7541
7542 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7543
7544         Patch by: Jan Gerber <j at bootlab dot org>
7545
7546         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7547         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7548
7549 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7550
7551         * sys/oss/gstosshelper.c:
7552           Use GST_WARNING instead of a g_critical. This situation is not caused
7553           by the application.
7554
7555 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7556
7557         * po/LINGUAS:
7558         * po/nl.po:
7559           Updated translations.
7560
7561 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7562
7563         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7564
7565         * po/eu.po:
7566           Added Basque translation.
7567
7568 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7569
7570         translated by: Abel Cheung <abelcheung@gmail.com>
7571
7572         * po/zh_HK.po:
7573         * po/zh_TW.po:
7574           Added Chinese (traditional and Hong Kong) translation.
7575
7576 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7577
7578         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7579
7580         * po/pl.po:
7581           Added Polish translation.
7582
7583 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7584
7585         translated by: Ilkka Tuohela <hile@iki.fi>
7586
7587         * po/fi.po:
7588           Added Finnish translation.
7589
7590 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7591
7592         translated by: Jorge González González <aloriel@gmail.com>
7593
7594         * po/es.po:
7595           Added Spanish translation.
7596
7597 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7598
7599         translated by: Mogens Jaeger <mogens@jaeger.tf>
7600
7601         * po/da.po:
7602           Added Danish translation.
7603
7604 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7605
7606         translated by: Funda Wang <fundawang@linux.net.cn>
7607
7608         * po/zh_CN.po:
7609           Added Chinese (simplified) translation.
7610
7611 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7612
7613         translated by: Alexander Shopov <ash@contact.bg>
7614
7615         * po/bg.po:
7616           Added Bulgarian translation.
7617
7618 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7621         Set outgoing packet duration because we can. Fixes #478244 some more.
7622
7623 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7624
7625         * ext/cairo/gsttextoverlay.c:
7626           Add info about static leak.
7627         
7628         * tests/check/Makefile.am:
7629         * tests/check/generic/states.c:
7630           Improved state change unit test.
7631
7632 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * docs/plugins/.cvsignore:
7635         * tests/check/.cvsignore:
7636           Ignore registries in any format.
7637
7638 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7639
7640         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7641         Removed some unused code.
7642
7643         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7644         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7645         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7646         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7647         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7648         (gst_rtp_theora_pay_flush_packet):
7649         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7650         Try to preserve the incomming buffer duration on the outgoing
7651         packets. Fixes #478244.
7652
7653 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7654
7655         * ext/taglib/gstapev2mux.cc:
7656         * ext/taglib/gstid3v2mux.cc:
7657           Work around compiler warnings with g++-4.2 when assigning a
7658           string constant to a gchar * (partially fixes #478092).
7659
7660 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7661
7662         * configure.ac:
7663           We require core CVS now for gst_base_src_set_do_timestamp().
7664
7665 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7666
7667         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7669         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7670         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7671         (gst_rtspsrc_handle_message):
7672         Fix compiler warnings shown with Forte.
7673
7674 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7675
7676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7677         (gst_rtspsrc_dup_printf):
7678         Give meaningfull error when all streams failed to configure for some
7679         reason.
7680
7681 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         * gst/rtp/README:
7684         Update README with the design for synchronisation rules of RTP on
7685         sender and receiver.
7686
7687 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7688
7689         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7690         (gst_wavparse_chain):
7691         Don't push EOS from the chain function, the element
7692         driving the pipeline is responsible for this. The bug
7693         this was meant to fix seems to be queue not forwarding
7694         EOS in all cases (see #476514).
7695
7696 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7697
7698         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7699         (gst_level_transform_ip):
7700         * gst/level/gstlevel.h:
7701         Use basetransform segment so that it is correctly managed on flushes and
7702         start/stop.
7703         Report message timestamp as stream time, which is what an application
7704         can understand.
7705
7706 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7707
7708         * ext/taglib/gstapev2mux.cc:
7709         * ext/taglib/gstapev2mux.h:
7710         * ext/taglib/gsttaglibmux.c:
7711         * tests/check/elements/apev2mux.c:
7712         Update my mail address.
7713
7714 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7715
7716         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7717         (gst_wavparse_loop), (gst_wavparse_chain):
7718         Add EOS logic for the push-based mode too. Fixes #476514.
7719
7720 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7721
7722         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7723         * gst/law/alaw-encode.h:
7724         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7725         (gst_mulawenc_chain):
7726         * gst/law/mulaw-encode.h:
7727         Fix law encoder timestamps.
7728
7729 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7730
7731         * ext/gconf/gstgconfaudiosink.c:
7732           Fix warning when building without debug.
7733
7734         * sys/oss/gstossmixertrack.c:
7735           Use const like in alsamixertrack.c (fixes warnings).
7736
7737 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7738
7739         * sys/v4l2/v4l2src_calls.c:
7740         (gst_v4l2src_probe_caps_for_format_and_size):
7741         Fix framerate detection code some more.
7742         Handle the case where there is a weird step in the stepwise framerates.
7743         Don't overwrite the min interval with the framerate, use a temp variable
7744         instead.
7745         Use max in the Continuous framerate intervals instead of step, which is
7746         1 according to the docs. Fixes #475424.
7747
7748 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7749
7750         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7751         Make udpsrc timestamp outgoing buffers based on when they were received.
7752         Also make it output a segment in time.
7753
7754 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7755
7756         * gst/avi/gstavidemux.c:
7757           Plug a little leak. Little code cleanups.
7758
7759 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         * configure.ac:
7762           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7763           flac versions, 's good for cross-compilation karma.
7764
7765 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7768
7769         * gst/rtp/gstrtph263pay.c:
7770           Fix up header structure so that compilers don't add padding
7771           between the structure fields, since that would lead to us
7772           sending RTP packets with broken headers (as is currently the
7773           case when compiling with MSVC). Also see similar fixes in
7774           libgstrtp in gst-plugins-base. (#474616; #471194)
7775
7776 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         * sys/v4l2/v4l2src_calls.c:
7779         (gst_v4l2src_probe_caps_for_format_and_size):
7780         Don't overwrite our GValue with 0 but instead use the previously
7781         computed value. Fixes #471823 some more.
7782
7783 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7786           No tabs in this file please, or gtk-doc will end up documenting
7787           rather absurd class hierarchies.
7788
7789 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7790
7791         * ext/gconf/gstswitchsink.c:
7792           If the new kid element fails to change state for some reason
7793           (e.g. esdsink not being able to connect to the sound server),
7794           forward the error message it posted on the bus instead of just
7795           posting a generic 'Internal state change error: please file a
7796           bug' error message. Fixes #471364.
7797
7798 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * gst/qtdemux/Makefile.am:
7801         * gst/qtdemux/qtdemux.c:
7802           Don't assume tags are encoded as UTF-8 (#473670).
7803
7804 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * sys/v4l2/gstv4l2src.c:
7807         * sys/v4l2/gstv4l2src.h:
7808         * sys/v4l2/v4l2src_calls.c:
7809           Implement LATENCY queries in the crudest way possible so I don't
7810           have to use sync=false any longer when testing with videosinks.
7811
7812 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         * configure.ac:
7815           Fix build.
7816
7817 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * sys/v4l2/v4l2src_calls.c:
7820         (gst_v4l2src_probe_caps_for_format_and_size):
7821         Add some more debugging in the framerate function.
7822         Iterate stepwise framerate up to and _including_ the max and if nothing
7823         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7824         don't end up with an empty list. Fixes #471823
7825
7826 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7827
7828         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7829         (gst_multiudpsink_set_clients_string),
7830         (gst_multiudpsink_get_clients_string),
7831         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7832         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7833         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7834         (gst_multiudpsink_clear):
7835         Add property do configure destination address/port pairs
7836         API:GstMultiUDPSink::clients
7837
7838 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7839
7840         * tests/examples/Makefile.am:
7841         * tests/examples/rtp/Makefile.am:
7842         * tests/examples/rtp/client-H263p-AMR.sh:
7843         * tests/examples/rtp/client-H263p-PCMA.sdp:
7844         * tests/examples/rtp/client-H263p-PCMA.sh:
7845         * tests/examples/rtp/client-H264-PCMA.sdp:
7846         * tests/examples/rtp/client-H264-PCMA.sh:
7847         * tests/examples/rtp/client-PCMA.sh:
7848         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7849         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7850         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7851         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7852         Added some RTP example scripts for sending and receiving RTP streams.
7853
7854 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7855
7856         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7857         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7858         Restructure the setcaps function so that we can also compute the
7859         expected GStreamer output size of the video frames.
7860         Set frame_byte_size correctly so that read-based devices have a chance
7861         of working correctly.
7862         When grabbing a frame, discard frames that are not of the expected size.
7863         Some cameras don't output the right framesize for the first buffer.
7864         Try only a couple of times to get a valid frame, else error out.
7865
7866         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7867         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7868         Add some more debug info when scanning the device.
7869
7870         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7871         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7872         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7873         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7874         Add some more debug info when dequeing a frame.
7875
7876 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7877
7878         * gst/wavparse/gstwavparse.c:
7879           More code cleanups. Add some more comment and improve debugs logs.
7880
7881 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7882
7883         * gst/wavparse/gstwavparse.c:
7884         * gst/wavparse/gstwavparse.h:
7885           Implement seek-query. Refactor duration calculations. Appropriate use
7886           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7887           out of loops.
7888
7889 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7890
7891         * gst/avi/gstavidemux.c:
7892           Implement seek-query.
7893
7894 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7897         (gst_rtspsrc_dup_printf):
7898         Use new basesink async property to make sparse RTCP packet not wait for
7899         preroll.
7900
7901 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7902
7903         * gst/audiofx/Makefile.am:
7904         Dist the right file.
7905
7906 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7907
7908         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7909         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7910         Make sure we generate and parse floating point values in the POSIX
7911         locale instead of the current locale. 
7912
7913 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7914
7915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7916         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7917         (gst_rtspsrc_play):
7918         * gst/rtsp/gstrtspsrc.h:
7919         Fix method detection again.
7920         Keep track of when we must send a Range header.
7921         Use segment values for Range, Speed and Scale headers.
7922         Parse Speed and Scale headers to update the segment values.
7923
7924 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7925
7926         patch by: Mark Nauwelaerts <manauw@skynet.be>
7927
7928         * sys/v4l2/v4l2src_calls.c:
7929           Handle optional v4l2 ioctls gracefully.
7930
7931 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7932
7933         * gst/rtp/Makefile.am:
7934         * gst/rtp/gstrtp.c: (plugin_init):
7935         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7936         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7937         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7938         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7939         (gst_rtp_h263_depay_get_property),
7940         (gst_rtp_h263_depay_change_state),
7941         (gst_rtp_h263_depay_plugin_init):
7942         * gst/rtp/gstrtph263depay.h:
7943         Added an H263 depayloader. Fixes #369392.
7944
7945         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7946         (gst_rtp_h263p_depay_process):
7947         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7948         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7949         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7950         payloads.
7951         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7952
7953 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7954
7955         * gst/audiofx/audiochebyshevfreqband.c:
7956         * gst/audiofx/audiochebyshevfreqlimit.c:
7957         Add small comparision with the windowed sinc filters in the docs.
7958
7959 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7960
7961         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7962         (audiochebyshevfreqband_suite):
7963         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7964         (audiochebyshevfreqlimit_suite):
7965         Also test 32 bit float mode and the type 2 variants of the filters.
7966
7967 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7968
7969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7970         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7971         (gst_rtspsrc_loop):
7972         Refactor the udp and interleaved loop function a bit.
7973
7974 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7975
7976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7977         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7978         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7979         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7980         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7981         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7982         * gst/rtsp/gstrtspsrc.h:
7983         Protect connection activity with a new lock, avoids deadlocks when going
7984         to PAUSED. Fixes #455808.
7985
7986 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7987
7988         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7989         Fix debug statement.
7990
7991 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7992
7993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7994         Fix stray %u in debug line as spotted by Saur on IRC.
7995
7996 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7997
7998         * gst/audiofx/audiochebyshevfreqband.c:
7999         (gst_audio_chebyshev_freq_band_class_init):
8000         * gst/audiofx/audiochebyshevfreqlimit.c:
8001         (gst_audio_chebyshev_freq_limit_class_init):
8002         Use generator macros for the process functions for the different
8003         sample types, add lower upper boundaries for the GObject properties
8004         so automatically generated UIs can use sliders and add a note about
8005         the number of poles as a too high number of poles combined with
8006         very low or very high frequencies will produce only noise.
8007         * docs/plugins/gst-plugins-good-plugins.args:
8008         Regenerated for the property changes.
8009
8010 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8011
8012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8013         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8014         (gst_rtspsrc_stream_configure_udp_sink),
8015         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8016         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8017         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8018         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8019         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8020         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8021         * gst/rtsp/gstrtspsrc.h:
8022         Improve timeout handling.
8023         Use the same socket for sending and receiving RTCP packets so that some
8024         servers can track clients better.
8025         Improve connection closed handling. Try to reconnect.
8026         Don't overwrite our content base with NULL.
8027         Improve debugging.
8028         Improve range parsing and handling.
8029         Remove flushing hack now that core does the right thing.
8030
8031 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8032
8033         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8034         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8035         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8036         (gst_multiudpsink_close), (gst_multiudpsink_add):
8037         * gst/udp/gstmultiudpsink.h:
8038         Add support for getting and setting the socket to use.
8039
8040         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8041         (gst_udpsrc_create), (gst_udpsrc_get_property):
8042         Add support for getting the currently used socket.
8043
8044 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8045
8046         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8047
8048         * gst/audiofx/Makefile.am:
8049         * gst/audiofx/audiochebyshevfreqband.c:
8050         (gst_audio_chebyshev_freq_band_mode_get_type),
8051         (gst_audio_chebyshev_freq_band_base_init),
8052         (gst_audio_chebyshev_freq_band_dispose),
8053         (gst_audio_chebyshev_freq_band_class_init),
8054         (gst_audio_chebyshev_freq_band_init),
8055         (generate_biquad_coefficients), (calculate_gain),
8056         (generate_coefficients),
8057         (gst_audio_chebyshev_freq_band_set_property),
8058         (gst_audio_chebyshev_freq_band_get_property),
8059         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8060         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8061         (gst_audio_chebyshev_freq_band_start):
8062         * gst/audiofx/audiochebyshevfreqband.h:
8063         * gst/audiofx/audiochebyshevfreqlimit.c:
8064         (gst_audio_chebyshev_freq_limit_mode_get_type),
8065         (gst_audio_chebyshev_freq_limit_base_init),
8066         (gst_audio_chebyshev_freq_limit_dispose),
8067         (gst_audio_chebyshev_freq_limit_class_init),
8068         (gst_audio_chebyshev_freq_limit_init),
8069         (generate_biquad_coefficients), (calculate_gain),
8070         (generate_coefficients),
8071         (gst_audio_chebyshev_freq_limit_set_property),
8072         (gst_audio_chebyshev_freq_limit_get_property),
8073         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8074         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8075         (gst_audio_chebyshev_freq_limit_start):
8076         * gst/audiofx/audiochebyshevfreqlimit.h:
8077         * gst/audiofx/audiofx.c: (plugin_init):
8078         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8079         Fixes #464800.
8080
8081         * tests/check/Makefile.am:
8082         * tests/check/elements/.cvsignore:
8083         * tests/check/elements/audiochebyshevfreqband.c:
8084         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8085         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8086         * tests/check/elements/audiochebyshevfreqlimit.c:
8087         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8088         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8089         Add unit tests for the chebyshev filters.
8090
8091         * docs/plugins/Makefile.am:
8092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8094         * docs/plugins/gst-plugins-good-plugins.args:
8095         * docs/plugins/inspect/plugin-1394.xml:
8096         * docs/plugins/inspect/plugin-audiofx.xml:
8097         * docs/plugins/inspect/plugin-dv.xml:
8098         * docs/plugins/inspect/plugin-flac.xml:
8099         * docs/plugins/inspect/plugin-jpeg.xml:
8100         * docs/plugins/inspect/plugin-png.xml:
8101         * docs/plugins/inspect/plugin-rtp.xml:
8102         * docs/plugins/inspect/plugin-shout2send.xml:
8103         * docs/plugins/inspect/plugin-wavpack.xml:
8104         And add docs for the chebyshev filters. While doing
8105         that also run make update in docs/plugins.
8106
8107 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8108
8109         * ext/annodex/gstcmmltag.c:
8110         * gst/rtp/gstrtpvorbispay.c:
8111           Make ro memory to share.
8112
8113 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8114
8115         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8116         Improve UDP performance by avoiding a select() when we have data
8117         available immediatly.
8118
8119 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8120
8121         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8122         (gst_rtp_dec_class_init):
8123         * gst/rtsp/gstrtpdec.h:
8124         Add (dummy) SSRC management signals.
8125
8126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8127         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8128         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8129         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8130         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8131         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8132         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8133         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8134         * gst/rtsp/gstrtspsrc.h:
8135         Add connection-speed property.
8136         Add find_stream helper functions.
8137         Handle stream EOS based on BYE messages or SSRC timeout.
8138         Returns SUCCESS from the state change function as we hide our async
8139         elements from the parent.
8140
8141 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8142
8143         * gst/debug/rndbuffersize.c:
8144           Fix da leak.
8145
8146 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8147
8148         * gst/debug/Makefile.am:
8149         * gst/debug/breakmydata.c:
8150         * gst/debug/gstdebug.c:
8151         * gst/debug/negotiation.c:
8152         * gst/debug/progressreport.c:
8153         * gst/debug/rndbuffersize.c:
8154         * gst/debug/testplugin.c:
8155           Add new test element and clean-up the others a little.
8156
8157 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8158
8159         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8160         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8161
8162 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8163
8164         * gst/rtp/gstrtpilbcdepay.c:
8165           Include stdlib.
8166
8167 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8168
8169         * gst/rtp/gstrtpmpvdepay.c:
8170         Set the mpegversion in the caps so that autoplugging does not get
8171         confused.
8172
8173 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8174
8175         * po/hu.po:
8176         * po/uk.po:
8177         * po/vi.po:
8178           Updated translations.
8179
8180 2007-08-08  Michael Smith <msmith@fluendo.com>
8181
8182         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8183           Render right border in the correct location.
8184
8185 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8186
8187         Patch by: Olivier Crete <tester at tester dot ca>
8188
8189         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8190         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8191         Make mode property a string. Fixes #464475.
8192
8193 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8194
8195         * ext/flac/gstflacenc.c:
8196           Widen caps to match decoder a bit and add more FIXMEs.
8197
8198 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8199
8200         patch by: Mark Nauwelaerts <manauw@skynet.be>
8201
8202         * gst/avi/gstavimux.c:
8203           Fix ODML index tag numbering. Fixes #463624.
8204
8205 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8206
8207         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8208         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8209         (gst_rtspsrc_stream_configure_tcp),
8210         (gst_rtspsrc_stream_configure_udp_sink):
8211         Fix default clock-rate for realmedia.
8212         Fix parsing of transport.
8213         Don't try to link NULL pads.
8214
8215 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * po/POTFILES.skip:
8218           Add POTFILES.skip with list of source files that aren't disted at the
8219           moment but contain translatable strings. Should hopefully pacify
8220           broken tools and make it clearer that these files are left out
8221           intentionally (#461600).
8222
8223 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8224
8225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8226         If the buffer was entirely clipped ... don't try sending it :)
8227
8228 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8229
8230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8231         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8232         (gst_rtspsrc_create_transports_string),
8233         (gst_rtspsrc_prepare_transports):
8234         If we don't hav a session manager, set the caps on outgoing buffers
8235         ourselves.
8236         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8237         Append final bit of the transport string even when it does not contain a
8238         placeholder.
8239
8240 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8241
8242         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8243         (gst_rtsp_ext_list_connect):
8244         * gst/rtsp/gstrtspext.h:
8245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8246         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8247         Clean up the interface list.
8248         Allow connecting to interface signals for the extensions.
8249         Remove old extension code.
8250         Free list on cleanup.
8251         Allow extensions to send additional RTSP messages.
8252
8253 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8254
8255         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8256         Handle a NULL gconf key gracefully by rendering the default element.
8257
8258 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8259
8260         * gst/rtsp/gstrtspext.h:
8261         Fix include path for extension interface.
8262
8263 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8264
8265         * gst/audiofx/audioamplify.h:
8266         Also remove a now unecessary variable here.
8267
8268 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8269
8270         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8271         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8272         * gst/audiofx/audiodynamic.c:
8273         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8274         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8275         * gst/audiofx/audiodynamic.h:
8276         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8277         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8278         * gst/audiofx/audioinvert.h:
8279         Don't save format information ourselves, this is already saved in
8280         GstAudioFilter.
8281
8282 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8283
8284         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8285         (gst_rtsp_ext_list_stream_select):
8286         * gst/rtsp/gstrtspext.h:
8287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8288         Use rank to filter out extensions.
8289         Add url to stream_select interface call.
8290
8291 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         * gst/rtsp/Makefile.am:
8294         * gst/rtsp/base64.c:
8295         * gst/rtsp/base64.h:
8296         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8297         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8298         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8299         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8300         (gst_rtsp_ext_list_setup_media),
8301         (gst_rtsp_ext_list_configure_stream),
8302         (gst_rtsp_ext_list_get_transports),
8303         (gst_rtsp_ext_list_stream_select):
8304         * gst/rtsp/gstrtspext.h:
8305         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8306         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8307         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8308         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8309         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8310         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8311         (gst_rtspsrc_stream_configure_tcp),
8312         (gst_rtspsrc_stream_configure_mcast),
8313         (gst_rtspsrc_stream_configure_udp),
8314         (gst_rtspsrc_stream_configure_udp_sink),
8315         (gst_rtspsrc_stream_configure_transport),
8316         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8317         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8318         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8319         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8320         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8321         (gst_rtspsrc_parse_methods),
8322         (gst_rtspsrc_create_transports_string),
8323         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8324         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8325         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8326         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8327         * gst/rtsp/gstrtspsrc.h:
8328         * gst/rtsp/rtsp.h:
8329         * gst/rtsp/rtspconnection.c:
8330         * gst/rtsp/rtspconnection.h:
8331         * gst/rtsp/rtspdefs.c:
8332         * gst/rtsp/rtspdefs.h:
8333         * gst/rtsp/rtspext.h:
8334         * gst/rtsp/rtspextwms.c:
8335         * gst/rtsp/rtspextwms.h:
8336         * gst/rtsp/rtspmessage.c:
8337         * gst/rtsp/rtspmessage.h:
8338         * gst/rtsp/rtsprange.c:
8339         * gst/rtsp/rtsprange.h:
8340         * gst/rtsp/rtsptransport.c:
8341         * gst/rtsp/rtsptransport.h:
8342         * gst/rtsp/rtspurl.c:
8343         * gst/rtsp/rtspurl.h:
8344         * gst/rtsp/sdp.h:
8345         * gst/rtsp/sdpmessage.c:
8346         * gst/rtsp/sdpmessage.h:
8347         * gst/rtsp/test.c:
8348         Use shiny new RTSP and SDP library.
8349         Implement RTSP extensions using the new interface.
8350         Remove a lot of old code.
8351
8352 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8353
8354         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8355         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8356
8357 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8358
8359         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8360         Don't unref the outgoing buffer twice when dropping it because it's
8361         outside of the segment.
8362
8363 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8364
8365         * configure.ac:
8366         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8367         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8368         Use the new buffer clipping function from gstaudio here and
8369         require gst-plugins-base CVS.
8370         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8371         For framed Wavpack buffers we require a valid timestamp.
8372
8373 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8374
8375         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8376         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8377         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8378         Clip raw audio and video when we can, keep track of current output
8379         segment.
8380         Don't leak buffers and events when there is no output pad.
8381         Improve debugging here and there.
8382
8383 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8384
8385         * configure.ac:
8386           Sync liboil check with plugins-base.
8387
8388 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8389
8390         * ext/annodex/Makefile.am:
8391           Fix CFLAGS/LIBS.
8392
8393         * ext/cdio/gstcdiocddasrc.c:
8394         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8395           Include stdlib
8396
8397         * ext/cairo/Makefile.am:
8398         * gst/videofilter/Makefile.am:
8399         * tests/examples/level/Makefile.am:
8400           Use $(LIBM) instead of -lm
8401
8402 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8403
8404         * sys/v4l2/gstv4l2src.c:
8405           Add another example pipeline.
8406
8407 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8408
8409         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8410
8411         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8412           Use define here.
8413
8414         * sys/v4l2/gstv4l2tuner.c:
8415         (gst_v4l2_tuner_set_frequency_and_notify):
8416           Don't touch the property - its still disabled.
8417
8418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8419         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8420         * sys/v4l2/v4l2src_calls.h:
8421           Improve fallback format negotionation. Fixes #451388
8422
8423 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8424
8425         * tests/check/elements/videocrop.c: (GST_START_TEST):
8426           Fix the test.
8427
8428 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8429
8430         * docs/plugins/Makefile.am:
8431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8433         * docs/plugins/inspect/plugin-jpeg.xml:
8434         * docs/plugins/inspect/plugin-png.xml:
8435         * ext/jpeg/gstjpegdec.c:
8436         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8437         (gst_pngdec_sink_setcaps):
8438           More docs. More logs in pngdec.
8439
8440 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8441
8442         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8443           Initialize num_buffers with minimum value.
8444
8445         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8446         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8447           Handle frame-size query failure gracefully.
8448
8449 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8450
8451         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8452         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8453         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8454         of qt/aac files.
8455
8456 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8457
8458         * ext/wavpack/gstwavpackdec.c:
8459         (gst_wavpack_dec_clip_outgoing_buffer):
8460         Fix buffer clipping to correctly clip to the segment stop.
8461
8462 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8463
8464         * configure.ac:
8465         * tests/Makefile.am:
8466         Remove bogus check for libcheck, since we check for
8467         gstreamer-check and it pulls in the required info from there,
8468         and we weren't actually _using_ the information for libcheck
8469         ourselves anyway.
8470
8471 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8472
8473         * configure.ac:
8474           Use pkg-config to locate check.
8475
8476 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8479         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8480         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8481         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8482         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8483         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8484         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8485         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8486         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8487         * gst/effectv/gstrev.c: (gst_revtv_transform):
8488         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8489         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8490         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8491         * gst/matroska/matroska-demux.c:
8492         (gst_matroska_demux_add_wvpk_header),
8493         (gst_matroska_demux_check_subtitle_buffer),
8494         (gst_matroska_decode_buffer):
8495         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8496           Fix build against core CVS.
8497
8498 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8499
8500         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8501         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8502         don't have enough granularity to convert that boolean into a
8503         GstFlowReturn.
8504
8505 2007-07-06  Michael Smith <msmith@fluendo.com>
8506
8507         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8508         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8509         (gst_alawdec_change_state):
8510         * gst/law/alaw-decode.h:
8511         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8512         (gst_mulawdec_class_init), (gst_mulawdec_init),
8513         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8514         * gst/law/mulaw-decode.h:
8515           Fix capsnego bogosity in *law decoders. 
8516
8517 2007-07-06  Michael Smith <msmith@fluendo.com>
8518
8519         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8520         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8521         (gst_smokeenc_change_state):
8522         * ext/jpeg/gstsmokeenc.h:
8523           Remove stupidity in get/set caps functions.
8524           Fix some refcounting problems.
8525
8526 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8529         Remove endianness-flipping hack that seems to have been required
8530         only because of a bug in ffmpegcolorspace.
8531         Partially Fixes: #451908
8532
8533 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8534
8535         * docs/plugins/Makefile.am:
8536           Simplify --extra-dir as gtkdoc scans recursively.
8537
8538 2007-07-03  Wim Taymans  <wim@fluendo.com>
8539
8540         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8541
8542         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8543         Set the encoding-name in the rtp caps to all uppercase, as required by
8544         the caps spec.
8545         Some small cleanups in the error paths. Fixes #453037.
8546
8547 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8548
8549         * ext/wavpack/gstwavpackparse.c:
8550         (gst_wavpack_parse_index_get_last_entry),
8551         (gst_wavpack_parse_index_get_entry_from_sample),
8552         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8553         (gst_wavpack_parse_scan_to_find_sample):
8554         * ext/wavpack/gstwavpackparse.h:
8555         Use a GSList for the GArray that is used like a list anyway.
8556
8557 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8558
8559         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8560         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8561         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8562           Add state change function where we set 0/1 as default framerate in
8563           case our setcaps function isn't called, like it might not in a
8564           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8565           gdkpixbufdec trying to create caps with a 0/0 framerate.
8566           Also post an error message on the bus if gst_pad_push() fails when
8567           called from our sink event handler (+1 for flow returns for event
8568           functions in 0.11) instead of failing silently.
8569
8570 2007-06-27  Wim Taymans  <wim@fluendo.com>
8571
8572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8573         Cast stack args to the proper types. Fixes #451249.
8574
8575 2007-06-27  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8578         (new_session_pad), (gst_rtspsrc_setup_streams):
8579         * gst/rtsp/gstrtspsrc.h:
8580         For container formats we only need to activate one of the streams so
8581         that we correctly signal no-more-pads. Fixes #451015.
8582
8583 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8584
8585         * docs/plugins/gst-plugins-good-plugins.args:
8586         * docs/plugins/inspect/plugin-aasink.xml:
8587         * docs/plugins/inspect/plugin-alaw.xml:
8588         * docs/plugins/inspect/plugin-alpha.xml:
8589         * docs/plugins/inspect/plugin-alphacolor.xml:
8590         * docs/plugins/inspect/plugin-annodex.xml:
8591         * docs/plugins/inspect/plugin-apetag.xml:
8592         * docs/plugins/inspect/plugin-audiofx.xml:
8593         * docs/plugins/inspect/plugin-auparse.xml:
8594         * docs/plugins/inspect/plugin-autodetect.xml:
8595         * docs/plugins/inspect/plugin-avi.xml:
8596         * docs/plugins/inspect/plugin-cacasink.xml:
8597         * docs/plugins/inspect/plugin-cairo.xml:
8598         * docs/plugins/inspect/plugin-cdio.xml:
8599         * docs/plugins/inspect/plugin-cutter.xml:
8600         * docs/plugins/inspect/plugin-debug.xml:
8601         * docs/plugins/inspect/plugin-efence.xml:
8602         * docs/plugins/inspect/plugin-effectv.xml:
8603         * docs/plugins/inspect/plugin-esdsink.xml:
8604         * docs/plugins/inspect/plugin-flac.xml:
8605         * docs/plugins/inspect/plugin-flxdec.xml:
8606         * docs/plugins/inspect/plugin-gconfelements.xml:
8607         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8608         * docs/plugins/inspect/plugin-goom.xml:
8609         * docs/plugins/inspect/plugin-halelements.xml:
8610         * docs/plugins/inspect/plugin-icydemux.xml:
8611         * docs/plugins/inspect/plugin-id3demux.xml:
8612         * docs/plugins/inspect/plugin-jpeg.xml:
8613         * docs/plugins/inspect/plugin-ladspa.xml:
8614         * docs/plugins/inspect/plugin-level.xml:
8615         * docs/plugins/inspect/plugin-matroska.xml:
8616         * docs/plugins/inspect/plugin-mulaw.xml:
8617         * docs/plugins/inspect/plugin-multipart.xml:
8618         * docs/plugins/inspect/plugin-navigationtest.xml:
8619         * docs/plugins/inspect/plugin-ossaudio.xml:
8620         * docs/plugins/inspect/plugin-png.xml:
8621         * docs/plugins/inspect/plugin-quicktime.xml:
8622         * docs/plugins/inspect/plugin-rtp.xml:
8623         * docs/plugins/inspect/plugin-rtsp.xml:
8624         * docs/plugins/inspect/plugin-smpte.xml:
8625         * docs/plugins/inspect/plugin-speex.xml:
8626         * docs/plugins/inspect/plugin-taglib.xml:
8627         * docs/plugins/inspect/plugin-udp.xml:
8628         * docs/plugins/inspect/plugin-videobalance.xml:
8629         * docs/plugins/inspect/plugin-videobox.xml:
8630         * docs/plugins/inspect/plugin-videocrop.xml:
8631         * docs/plugins/inspect/plugin-videoflip.xml:
8632         * docs/plugins/inspect/plugin-videomixer.xml:
8633         * docs/plugins/inspect/plugin-wavenc.xml:
8634         * docs/plugins/inspect/plugin-wavparse.xml:
8635         * docs/plugins/inspect/plugin-ximagesrc.xml:
8636           Update docs with caps info.
8637
8638 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * po/POTFILES.in:
8641           Add more files with translatable strings (#450878).
8642
8643 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8644
8645         * MAINTAINERS:
8646         Updating all the maintainers files
8647
8648 2007-06-22  Edward Hervey  <edward@fluendo.com>
8649
8650         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8651         * gst/interleave/deinterleave.c: (deinterleave_init),
8652         (deinterleave_sink_link):
8653         * gst/interleave/interleave.c: (interleave_init):
8654         * gst/median/gstmedian.c: (gst_median_init):
8655         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8656         Fix memory leaks.
8657         * tests/check/elements/id3demux.c: (pad_added_cb):
8658         Remove unused variable.
8659
8660 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8661
8662         * ext/gconf/gconf.h:
8663         Make the prototype of gst_gconf_get_key_for_sink_profile
8664         match the implementation.
8665         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8666         Fixes: #449747
8667
8668 2007-06-20  Michael Smith <msmith@fluendo.com>
8669
8670         * gst/rtp/gstrtpdepay.c:
8671           Fix description - rtpdepay is not a payloader.
8672
8673 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8674
8675         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8676         (qtdemux_video_caps):
8677         * gst/qtdemux/qtdemux_fourcc.h:
8678           Add MJPG to the variants of motion jpeg.
8679
8680 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8681
8682         * tests/check/Makefile.am:
8683         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8684         * tests/check/elements/videocrop.c: (GST_START_TEST):
8685         * tests/check/elements/videofilter.c:
8686         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8687         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8688           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8689           error flags are included and it errors out on compiler warnings
8690           for CVS builds; remove unused variables in various unit tests.
8691
8692 2007-06-19  Wim Taymans  <wim@fluendo.com>
8693
8694         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8695         (rtsp_connection_close), (rtsp_connection_free):
8696         Use threadsafe inet_ntop to convert an ip number to a string. 
8697         Fixes #447961.
8698         Don't leak fd (and ip) when freeing a connection without first closing
8699         it.
8700
8701 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8702
8703         * configure.ac:
8704         Back to CVS
8705
8706         * gst-plugins-good.doap:
8707         Add 0.10.6 to the doap file.
8708
8709 === release 0.10.6 ===
8710
8711 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8712
8713         * configure.ac:
8714           releasing 0.10.6, "Wobble Board"
8715
8716 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8717
8718         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8719         (rtsp_connection_free):
8720           Revert previous commit again, since we are frozen (sorry).
8721
8722 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8723
8724         Patch by: Peter Kjellerstedt <pkj at axis com>
8725
8726         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8727         (rtsp_connection_free):
8728           inet_ntoa() uses a static buffer internally, so we need to copy the
8729           returned string if we want to store it for later (#447961).
8730
8731 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8732
8733         * win32/vs6/autogen.dsp:
8734         * win32/vs6/gst_plugins_good.dsw:
8735         * win32/vs6/libgstalaw.dsp:
8736         * win32/vs6/libgstalpha.dsp:
8737         * win32/vs6/libgstalphacolor.dsp:
8738         * win32/vs6/libgstapetag.dsp:
8739         * win32/vs6/libgstaudiofx.dsp:
8740         * win32/vs6/libgstauparse.dsp:
8741         * win32/vs6/libgstautodetect.dsp:
8742         * win32/vs6/libgstavi.dsp:
8743         * win32/vs6/libgstcutter.dsp:
8744         * win32/vs6/libgstdirectdraw.dsp:
8745         * win32/vs6/libgstdirectsound.dsp:
8746         * win32/vs6/libgsteffectv.dsp:
8747         * win32/vs6/libgstflx.dsp:
8748         * win32/vs6/libgstgoom.dsp:
8749         * win32/vs6/libgsticydemux.dsp:
8750         * win32/vs6/libgstid3demux.dsp:
8751         * win32/vs6/libgstinterleave.dsp:
8752         * win32/vs6/libgstjpeg.dsp:
8753         * win32/vs6/libgstlevel.dsp:
8754         * win32/vs6/libgstmatroska.dsp:
8755         * win32/vs6/libgstmedian.dsp:
8756         * win32/vs6/libgstmonoscope.dsp:
8757         * win32/vs6/libgstmulaw.dsp:
8758         * win32/vs6/libgstmultipart.dsp:
8759         * win32/vs6/libgstqtdemux.dsp:
8760         * win32/vs6/libgstrtp.dsp:
8761         * win32/vs6/libgstrtsp.dsp:
8762         * win32/vs6/libgstsmpte.dsp:
8763         * win32/vs6/libgstspeex.dsp:
8764         * win32/vs6/libgstudp.dsp:
8765         * win32/vs6/libgstvideobalance.dsp:
8766         * win32/vs6/libgstvideobox.dsp:
8767         * win32/vs6/libgstvideocrop.dsp:
8768         * win32/vs6/libgstvideoflip.dsp:
8769         * win32/vs6/libgstvideomixer.dsp:
8770         * win32/vs6/libgstwaveform.dsp:
8771         * win32/vs6/libgstwavenc.dsp:
8772         * win32/vs6/libgstwavparse.dsp:
8773         Mark *.dsp & *.dsw as binary files and convert to DOS line
8774         endings, as they don't load into VS6 correctly otherwise.
8775
8776 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8777
8778         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8779         (rtsp_connection_connect):
8780         Fix the MingW build. 
8781         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8782         Fixes: #446981
8783
8784 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8785
8786         * tests/check/elements/.cvsignore:
8787         * tests/icles/.cvsignore:
8788         Hush the buildbots up
8789
8790 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8791
8792         * configure.ac:
8793         * sys/Makefile.am:
8794         * sys/directdraw/Makefile.am:
8795         * sys/directsound/Makefile.am:
8796         * sys/waveform/Makefile.am:
8797         Make sure to dist everything needed for win32 builds.
8798
8799 2007-06-14  Edward Hervey  <edward@fluendo.com>
8800
8801         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8802         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8803         caps.
8804         Fixes #447458
8805
8806 2007-06-13  Wim Taymans  <wim@fluendo.com>
8807
8808         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8809         Make sure we allocate enough memory for the codec_data.
8810         Fixes #447210.
8811
8812 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8813
8814         * win32/MANIFEST:
8815         Add videocrop project file to the win32 manifest.
8816         * win32/vs6/gst_plugins_good.dsw:
8817         Add qtdemux,videocrop and waveform projects to the workspace.
8818         * win32/vs6/libgstqtdemux.dsp:
8819         Add zlib to the link list of qtdemux.
8820         * win32/vs6/libgstvideocrop.dsp:
8821         Add a project file for videocrop.
8822
8823 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8824
8825         * po/POTFILES.in:
8826         Add qtdemux for translation
8827
8828 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8829
8830         * configure.ac:
8831         * docs/plugins/Makefile.am:
8832         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8833         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8834         * docs/plugins/inspect/plugin-videocrop.xml:
8835         * gst-plugins-good.spec.in:
8836         * sys/Makefile.am:
8837         * tests/check/Makefile.am:
8838         * tests/icles/Makefile.am:
8839         * tests/icles/videocrop-test.c:
8840         Move videocrop and osxvideo from -bad.
8841
8842 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8843
8844         * configure.ac:
8845         * docs/plugins/Makefile.am:
8846         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8847         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8848         * docs/plugins/gst-plugins-good-plugins.args:
8849         * docs/plugins/inspect/plugin-qtdemux.xml:
8850         * docs/plugins/inspect/plugin-quicktime.xml:
8851         * win32/MANIFEST:
8852         Move qtdemux from -bad.
8853
8854         * gst-plugins-good.spec.in:
8855         Update spec file to reflect moving of qtdemux and wavpack
8856
8857 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8858         
8859         * win32/MANIFEST:
8860         * docs/plugins/Makefile.am:
8861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8863         * docs/plugins/inspect/plugin-directdraw.xml:
8864         * docs/plugins/inspect/plugin-directsound.xml:
8865         * docs/plugins/inspect/plugin-waveform.xml:
8866         Move the waveform plugin from -bad too. Update the inspect xml
8867         files to mention Plugins Good instead of Plugins Bad.
8868
8869 2007-06-12  Andy Wingo  <wingo@pobox.com>
8870
8871         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8872         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8873         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8874         finalization and resuscitation. No longer public.
8875         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8876         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8877         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8878         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8879         miniobject semantics, and be threadsafe.
8880         (gst_v4l2src_queue_frame): Remove this function, as we just call
8881         the ioctls directly in the two places where we queue buffers.
8882         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8883         directly.
8884         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8885         to allocate the pool, which also preallocates the GstBuffers.
8886         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8887         queueing the frames directly.
8888         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8889         mmap buffers have been dequeued.
8890
8891         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8892         real MiniObject instead of rolling our own refcounting and
8893         finalizing. Give it a lock.
8894         (struct _GstV4l2Buffer): Remove one intermediary object, having
8895         the buffers hold the struct v4l2_buffer directly.
8896
8897         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8898         capture_init so that it can set them on the buffers that it will
8899         create.
8900         (gst_v4l2src_get_read): For better or for worse, include the
8901         timestamping and offsetting code here; really we should be using
8902         bufferalloc though.
8903         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8904         preallocated, mmap'd buffers.
8905
8906 2007-06-11  Wim Taymans  <wim@fluendo.com>
8907
8908         Patch by: daniel fischer <dan at f3c dot com>
8909
8910         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8911         (gst_ximage_src_get_caps):
8912         Actually use the display_name property so that we can dump any
8913         available X display. Fixes #445905.
8914
8915 2007-06-11  Wim Taymans  <wim@fluendo.com>
8916
8917         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8918
8919         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8920         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8921         Add missing rate fields to caps. Fixes #441118.
8922
8923 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8924
8925         * win32/vs6/gst_plugins_good.dsw:
8926         * win32/vs8/gst-plugins-good.sln:
8927         Add DirectSound and DirectDraw sinks project files to
8928         workspace and solution files.
8929
8930 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8931
8932         Patch by: Josh Coalson <xflac at yahoo dot com>,
8933         updated by Alexis Ballier <aballier at gentoo dot org>:
8934
8935         * configure.ac:
8936         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8937         (gst_flac_dec_setup_seekable_decoder),
8938         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8939         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8940         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8941         * ext/flac/gstflacdec.h:
8942         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8943         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8944         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8945         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8946         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8947         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8948         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8949         * ext/flac/gstflacenc.h:
8950         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8951         
8952 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8953
8954         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8955         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8956         not necessary anymore as we need at least that core version. 
8957
8958 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8959
8960         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8961         (gst_wavpack_dec_chain):
8962         * ext/wavpack/gstwavpackdec.h:
8963         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8964         (gst_wavpack_parse_push_buffer):
8965         * ext/wavpack/gstwavpackparse.h:
8966         Improve discont handling by checking if the next Wavpack block has
8967         the expected, following block index.
8968
8969 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8970
8971         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8972           Fix element description.
8973
8974 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8975
8976         * configure.ac:
8977         * docs/plugins/Makefile.am:
8978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8980         * docs/plugins/gst-plugins-good-plugins.args:
8981         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8982         * docs/plugins/gst-plugins-good-plugins.signals:
8983         * docs/plugins/inspect/plugin-autodetect.xml:
8984         * docs/plugins/inspect/plugin-gconfelements.xml:
8985         * docs/plugins/inspect/plugin-ladspa.xml:
8986         * docs/plugins/inspect/plugin-rtp.xml:
8987         * docs/plugins/inspect/plugin-wavpack.xml:
8988         * ext/Makefile.am:
8989         * tests/check/Makefile.am:
8990           move wavpack plugin.  See #352605.
8991
8992 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8993
8994         * configure.ac:
8995         * docs/plugins/Makefile.am:
8996         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8997         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8998         * docs/plugins/gst-plugins-good-plugins.args:
8999         * sys/Makefile.am:
9000         * win32/MANIFEST:
9001         Add DirectDraw & DirectSound plugins to the build and docs.
9002
9003 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9006         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9007           When operating in pull mode, error out correct on not-linked.
9008
9009 2007-06-06  Andy Wingo  <wingo@pobox.com>
9010
9011         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9012         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9013         format and size if the ioctls are defined; should fix compilation
9014         on Linux < 2.16.19.
9015
9016 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9017
9018         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9019           Printf fixes in debug statements; use LOG level for debug statements
9020           that are printed for each and every frame; convert c++ comments to
9021           C-style comments; not much point using g_try_malloc() if we then not
9022           even check the return value.
9023
9024 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9025
9026         * configure.ac:
9027           Bump requirements to released versions (core and base 0.10.13).
9028
9029         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9030           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9031           own implementation.
9032
9033 2007-06-05  Andy Wingo  <wingo@pobox.com>
9034
9035         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9036         some useless comments.
9037
9038         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9039         frames before calling STREAMON, that might leave them in a state
9040         where they can't be dequeued if we go back to NULL without calling
9041         STREAMON, according to the docs.
9042         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9043         before we call STREAMON.
9044         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9045         failures. (For me this code hung.) The pool refcounting is still
9046         crack; added a note to that effect.
9047
9048 2007-06-05  Wim Taymans  <wim@fluendo.com>
9049
9050         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9051         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9052         Add support for mapping gst structure names to the MIME type equivalent.
9053         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9054
9055 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9056
9057         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9058         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9059         (gst_wavenc_chain), (gst_wavenc_change_state):
9060         * gst/wavenc/gstwavenc.h:
9061         Properly write wav files with width!=depth by having the depth most
9062         significant bytes set and all others zero. Fixes #442535.
9063
9064 2007-06-01  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst/rtsp/rtspconnection.c:
9067         Add include to make buildbot happy.
9068
9069 2007-06-01  Wim Taymans  <wim@fluendo.com>
9070
9071         Patch by: Peter Kjellerstedt  <pkj at axis com>
9072
9073         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9074         (rtsp_connection_connect), (add_date_header),
9075         (rtsp_connection_send), (parse_response_status),
9076         (parse_request_line), (parse_line), (rtsp_connection_receive):
9077         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9078         * gst/rtsp/rtspdefs.h:
9079         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9080         (rtsp_message_init_request), (rtsp_message_init_response),
9081         (rtsp_message_remove_header), (rtsp_message_append_headers),
9082         (rtsp_message_dump):
9083         * gst/rtsp/rtspmessage.h:
9084         Improves version checking, allowing an RTSP server to reply with "505
9085         RTSP Version not supported.
9086         Adds a Date header to all messages.
9087         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9088         want to be able to send a response even if something in the request was
9089         invalid. EINVAL is only used when passing wrong arguments to functions.
9090         Do not handle an invalid method in parse_request_line(). Defer this to
9091         the caller so it can respond with "405 Method Not Allowed".
9092         Improves parsing of the timeout parameter to the Session header,
9093         allowing whitespace after the semicolon. 
9094         Avoids a compiler warning due to variables shadowing a function argument.
9095
9096 2007-06-01  Wim Taymans  <wim@fluendo.com>
9097
9098         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9099
9100         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9101         (gst_rtp_amr_depay_process):
9102         * gst/rtp/gstrtpamrdepay.h:
9103         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9104         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9105         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9106         * gst/rtp/gstrtpamrpay.h:
9107         Add support for AMR-WB.
9108         Small cleanups such as using BOILERPLATE.
9109
9110 2007-05-31  Wim Taymans  <wim@fluendo.com>
9111
9112         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9113         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9114
9115 2007-05-30  Andy Wingo  <wingo@pobox.com>
9116
9117         * sys/v4l2/gstv4l2object.h: 
9118         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9119         unintended changes.
9120
9121         * sys/v4l2/v4l2src_calls.h: 
9122         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9123         the format list in the order that the driver gives it to us.
9124         (gst_v4l2src_probe_caps_for_format_and_size)
9125         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9126         based on the capabilities of the device.
9127         (gst_v4l2src_grab_frame): Update for object variable renaming.
9128         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9129         as in the set_caps below.
9130         (gst_v4l2src_capture_init): Update for object variable renaming,
9131         and reflow.
9132         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9133         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9134         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9135         (gst_v4l2src_get_fps): Remove; these functions don't have much
9136         meaning outside of an atomic set_caps method.
9137         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9138         known.
9139
9140         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9141         call to update_fps; not sure about this change.
9142         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9143         moment we don't have an update_fps_func.
9144
9145         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9146         structures in the object, just store what we need. Do store the
9147         probed caps of the device. Don't store the current frame rate.
9148
9149         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9150         update_fps_function, for now. Update for new object variable
9151         naming.
9152         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9153         new object variable naming.
9154         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9155         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9156         (gst_v4l2src_get_caps): Rework to probe the device for supported
9157         frame sizes and frame rates.
9158         (gst_v4l2src_set_caps): Rework to be strict in the given
9159         parameters: if someone asks us to have a certain size and rate,
9160         that is what we configure.
9161         (gst_v4l2src_get_read): Update for object variable naming. Don't
9162         leak buffers on short reads.
9163         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9164         comments.
9165         (gst_v4l2src_create): Update for object variable naming.
9166
9167 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9168
9169         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9170         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9171         * gst/avi/gstavidemux.h:
9172           Parse subtitle text streams instead of erroring out (#442034). Still
9173           needs a parser for the subtitles to actually show up.
9174
9175 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9178         (gst_avi_demux_loop):
9179           Make _push_event() return TRUE if the event could be pushed on at
9180           least one pad and not only if it could be pushed on all pads,
9181           otherwise we'll end up posting an error message on EOS if one or
9182           more source pads are not connected.
9183
9184 2007-05-28  Wim Taymans  <wim@fluendo.com>
9185
9186         * gst/rtsp/rtsptransport.c:
9187         Use renamed RTP bin.
9188
9189 2007-05-28  Wim Taymans  <wim@fluendo.com>
9190
9191         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9192
9193         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9194         (gst_video_box_set_property), (gst_video_box_transform_caps),
9195         (video_box_recalc_transform), (gst_video_box_set_caps),
9196         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9197         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9198         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9199         (gst_video_box_i420_i420), (gst_video_box_transform),
9200         (plugin_init):
9201         Add AYUV->AYUV and AYUV->I420 formats. 
9202         Fix negotiation and I420->AYUV conversion.
9203         Fixes #429329.
9204
9205 2007-05-26  Wim Taymans  <wim@fluendo.com>
9206
9207         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9208         Use different variables for nested for loops so that the outer loop
9209         functions properly and speex files with multiple frames per buffer work
9210         properly.
9211         Fixes #441408.
9212
9213 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9216           Don't leak newsegment events.
9217
9218 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         * gst/wavparse/Makefile.am:
9221           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9222           drags it in.
9223
9224 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9225
9226         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9227         (notgst_value_array_append_buffer),
9228         (gst_flac_enc_process_stream_headers),
9229         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9230         (gst_flac_enc_change_state):
9231         * ext/flac/gstflacenc.h:
9232           Collect headers, add "streamheader" field to output caps and set
9233           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9234           produces output according to the official FLAC-to-Ogg mapping
9235           instead of completely broken files. Fixes #426044.
9236
9237 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9238
9239         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9240         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9241         (gst_id3demux_sink_event):
9242         * gst/id3demux/gstid3demux.h:
9243         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9244         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9245         (gst_tag_demux_send_new_segment):
9246         Handle and adjust new-segment events so that downstream really
9247         sees a stream with the tag pieces stripped off the front and back.
9248         Fixes strangeness in seeking when mp3 decoders use the new-segment
9249         byte position to estimate their current playback position timestamp
9250         and then the arriving buffers don't match up.
9251
9252 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9253
9254         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9255           Don't unnecessarily perform a READY->NULL->READY transition on the
9256           detected audio sink when starting up. Fixes: #440127
9257
9258 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9261         (gst_flac_enc_chain):
9262           Don't crash in chain function if setcaps hasn't been called.
9263
9264 2007-05-24  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9267         Init value to avoid infinte loops.
9268
9269 2007-05-24  Wim Taymans  <wim@fluendo.com>
9270
9271         Patch by: Peter Kjellerstedt  <pkj at axis com>
9272
9273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9274         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9275         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9276         (gst_rtspsrc_play):
9277         (rtsp_connection_send), (rtsp_connection_receive):
9278         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9279         Fix for new API.
9280
9281         * gst/rtsp/rtspconnection.c: (add_auth_header),
9282         Only add authorisation and session headers when sending messages.
9283
9284         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9285         (rtsp_message_init_request), (rtsp_message_init_response),
9286         (rtsp_message_unset), (rtsp_message_add_header),
9287         (rtsp_message_remove_header), (rtsp_message_get_header),
9288         (rtsp_message_append_headers), (dump_key_value),
9289         (rtsp_message_dump):
9290         * gst/rtsp/rtspmessage.h:
9291         Add support for multiple headers of the same type by storing the parsed
9292         headers in a GArray instaed of a hashtable.
9293
9294 2007-05-21  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9297         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9298         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9299         safer shutdown.
9300
9301 2007-05-21  Wim Taymans  <wim@fluendo.com>
9302
9303         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9304         * gst/rtsp/gstrtpdec.h:
9305         Added signal for backwards compat.
9306
9307 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9308         
9309         Patch by: René Stadler <mail at renestadler dot de>
9310
9311         * configure.ac:
9312         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9313         (gst_au_parse_parse_header), (gst_au_parse_chain):
9314         * gst/auparse/gstauparse.h:
9315         Use audioconvert for converting from non-native endianness floats
9316         in auparse instead of doing it ourself. Fixes #424527.
9317         This needs the audioconvert from plugins-base CVS.
9318         
9319 2007-05-21  Wim Taymans  <wim@fluendo.com>
9320
9321         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9322         (gst_rtp_h263p_pay_flush):
9323         Fix enum registration.
9324
9325 2007-05-21  Wim Taymans  <wim@fluendo.com>
9326
9327         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9328
9329         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9330         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9331         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9332         (gst_rtp_h263p_pay_flush):
9333         * gst/rtp/gstrtph263ppay.h:
9334         Add new fragmentation mode base on GOB headers. Fixes #438940.
9335
9336 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9339           Printf format fix.
9340
9341 2007-05-18  Wim Taymans  <wim@fluendo.com>
9342
9343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9344         Don't crash when an unsupported transport error was returned by the
9345         server, just try to configure the next stream. Fixes #439255.
9346
9347 2007-05-18  Wim Taymans  <wim@fluendo.com>
9348
9349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9350         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9351         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9352         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9353         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9354         * gst/rtsp/gstrtspsrc.h:
9355         Add TCP timeout property and use it for all TCP connection.
9356
9357         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9358         (rtsp_connection_write), (rtsp_connection_next_timeout),
9359         (rtsp_connection_reset_timeout):
9360         Make connect and writes cancelable and make them use the timeout.
9361
9362 2007-05-18  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9365         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9366         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9367         (gst_rtspsrc_setup_streams):
9368         Refactor timeout handling.
9369         Also send keep-alive when dealing with TCP transport.
9370
9371         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9372         (rtsp_connection_free), (rtsp_connection_next_timeout),
9373         (rtsp_connection_reset_timeout):
9374         * gst/rtsp/rtspconnection.h:
9375         Use a timer to handle the session timeouts, add some methods to deal
9376         with timeouts.
9377
9378 2007-05-17  Wim Taymans  <wim@fluendo.com>
9379
9380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9381         (gst_rtspsrc_setup_streams):
9382         Ignore streams that fail the setup command, we will retry with a
9383         different transport later on.
9384
9385         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9386         (rtsp_ext_wms_configure_stream):
9387         Fix encoding name case.
9388
9389 2007-05-16  Edward Hervey  <edward@fluendo.com>
9390
9391         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9392         Fix build on macosx.
9393
9394 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9395
9396         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9397         Replace direct comparison of a string with the string literal "" with
9398         a comparison of the first character with '\0'. Fixes #438926.
9399
9400 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9401
9402         * gst/debug/breakmydata.c (gst_break_my_data_init):
9403           One more try. This should be the proper fix now.
9404
9405 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9406
9407         * gst/debug/breakmydata.c:
9408           Ooops, no // comments please.
9409
9410 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9411
9412         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9413         (gst_break_my_data_init):
9414           Fix gst_buffer_is_writable() assertion.
9415
9416 2007-05-14  David Schleef  <ds@schleef.org>
9417
9418         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9419           video/x-raw-bayer.  Fixes #314160.
9420
9421 2007-05-14  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9424         (gst_rtp_theora_depay_parse_configuration):
9425         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9426         (gst_rtp_theora_pay_finish_headers),
9427         (gst_rtp_theora_pay_handle_buffer):
9428         Update theora pay/depayloader in a similar to vorbis.
9429
9430         * gst/rtp/gstrtpvorbisdepay.c:
9431         (gst_rtp_vorbis_depay_parse_configuration):
9432         Update docs.
9433
9434 2007-05-14  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9437         When we try to execute a method that is not supported by the server,
9438         don't error out but remove the method from the accepted methods so that
9439         we never try to perform this method again.
9440
9441 2007-05-14  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9444         Remove annoying _dump_mem.
9445
9446 2007-05-14  Wim Taymans  <wim@fluendo.com>
9447
9448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9449         Parse range correctly.
9450
9451         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9452         The baseurl now always has a '/' at the start.
9453
9454 2007-05-14  Wim Taymans  <wim@fluendo.com>
9455
9456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9457         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9458         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9459         Factor out caps configuration and configure more stuff such as the time
9460         ranges and speed/scale values.
9461
9462         * gst/rtsp/rtsptransport.c:
9463         Add Copyright after non-trival fixes.
9464
9465 2007-05-12  Wim Taymans  <wim@fluendo.com>
9466
9467         Patch by: Peter Kjellerstedt  <pkj at axis com>
9468
9469         * gst/rtsp/gstrtspsrc.h:
9470         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9471         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9472         (rtsp_message_get_header):
9473         * gst/rtsp/rtspmessage.h:
9474         Make channel guint8 where possible.
9475         Make rtsp_message_init_data() take the channel as a guint8.
9476
9477         * gst/rtsp/rtspdefs.c:
9478         Fixed a typo: Timout -> Timeout
9479
9480         * gst/rtsp/rtspdefs.h:
9481         Make RTSP_CHECK() behave as a statement.
9482
9483         * gst/rtsp/sdpmessage.c:
9484         Avoid a compiler warning in INIT_ARRAY().
9485         Fixes #437692.
9486
9487 2007-05-12  Wim Taymans  <wim@fluendo.com>
9488
9489         Patch by: Peter Kjellerstedt  <pkj at axis com>
9490
9491         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9492         (rtsp_url_get_request_uri):
9493         * gst/rtsp/rtspurl.h:
9494         Add support for query parameters to RTSP URLs.
9495
9496 2007-05-12  Wim Taymans  <wim@fluendo.com>
9497
9498         Patch by: Peter Kjellerstedt  <pkj at axis com>
9499
9500         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9501         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9502         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9503         (rtsp_transport_parse), (rtsp_transport_as_text):
9504         * gst/rtsp/rtsptransport.h:
9505         Add validation to rtsp_transport_parse().
9506         Add rtsp_transport_as_text() to generate an RTSP header from an
9507         RTSPTransport.
9508         Change ssrc to guint (was a string) since that is what it is, even
9509         though it is sent as a hex string.
9510         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9511         incorrect, which can be seen when looking at the examples in the RFC).
9512         Fixes #437670.
9513
9514 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9515
9516         Patch by: Eric Anholt
9517
9518         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9519           gst_ximage_src_ximage_get):
9520         Use union of all damage between frames to make it faster.
9521         Fixes bug #342463.
9522         Also fix crasher when cursor is at bottom right of window.
9523
9524 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9527           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9528           streaming mode regression for file from #343837 with 'bext' chunk
9529           before the 'fmt' chunk.
9530
9531 2007-05-11  Wim Taymans  <wim@fluendo.com>
9532
9533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9534         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9535         (gst_rtspsrc_handle_src_event),
9536         (gst_rtspsrc_stream_configure_manager),
9537         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9538         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9539         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9540         * gst/rtsp/gstrtspsrc.h:
9541         * gst/rtsp/rtspdefs.h:
9542         Preliminary seek support.
9543         Activate internal pads so that we can receive events on them.
9544         Don't try to parse a range string when it's NULL.
9545
9546 2007-05-11  Wim Taymans  <wim@fluendo.com>
9547
9548         * gst/rtp/README:
9549         Update README with new RTP variables that will be used for
9550         synchronisation.
9551
9552         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9553         (gst_rtp_vorbis_depay_parse_configuration),
9554         (gst_rtp_vorbis_depay_process):
9555         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9556         (gst_rtp_vorbis_pay_finish_headers),
9557         (gst_rtp_vorbis_pay_handle_buffer):
9558         Update vorbis pay and depayloader to draft-04.
9559
9560 2007-05-11  Wim Taymans  <wim@fluendo.com>
9561
9562         * gst/rtsp/rtsptransport.c:
9563         UDP MCAST is actually the default for RTP/AVP.
9564 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9565
9566         * gst/level/gstlevel.c: (gst_level_transform_ip):
9567         Use guint8 * instead of gpointer then vs6 can build 
9568         in_data += (filter->width / 8).
9569
9570 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9571
9572         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9573           gst_ximage_src_ximage_get):
9574         * sys/ximage/gstximagesrc.h (last_ximage):
9575         When using Damage actually keep the last frame, and not assume
9576         that the buffer we get already has the last frame on it.
9577         Copy the cursor over if we specify a non-zero start x and
9578         start y.
9579
9580 2007-05-11  Wim Taymans  <wim@fluendo.com>
9581
9582         * gst/rtsp/rtsptransport.c:
9583         Make UDP the default transport when not specified.
9584
9585 2007-05-09  David Schleef  <ds@schleef.org>
9586
9587         * gst/level/gstlevel.c:
9588           Revert last change.
9589
9590 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9591
9592         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9593         (gst_level_transform_ip):
9594         Use guint8 * instead of gpointer then vs6 know the size of data
9595         pointed when moving the pointer.
9596         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9597         Move instructions after variables declaration.
9598         * win32/vs6/autogen.dsp:
9599         * win32/vs6/libgstrtp.dsp:
9600         * win32/vs6/libgstrtsp.dsp:
9601         Update vs6 project files.
9602
9603 2007-05-09  Wim Taymans  <wim@fluendo.com>
9604
9605         * gst/rtsp/Makefile.am:
9606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9607         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9608         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9609         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9610         (rtsp_range_free):
9611         * gst/rtsp/rtsprange.h:
9612         Add code to parse time ranges.
9613         Report DURATION on the stream when possible.
9614
9615 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9616
9617         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9618         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9619         (gst_videomixer_collected):
9620           Fix strides calculation for AYUV (it's just width*4) (#436910).
9621
9622 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9623
9624         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9625         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9626         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9627         Sync the GObject properties before each processing step to properly
9628         work with the controller.
9629
9630 2007-05-04  Wim Taymans  <wim@fluendo.com>
9631
9632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9633         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9634         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9635         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9636         (gst_rtspsrc_change_state):
9637         Let more error state trickle down so that we can catch more error
9638         cases.
9639         Handle keep-alive a little smarter by selecting a method the server
9640         actually supports.
9641         Fix a race in UDP streaming shutdown.
9642
9643 2007-05-04  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9646         Ignore errors when trying to use the keep-alive messages.
9647
9648 2007-05-04  Wim Taymans  <wim@fluendo.com>
9649
9650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9651         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9652         (gst_rtspsrc_stream_configure_manager),
9653         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9654         (gst_rtspsrc_stream_configure_mcast),
9655         (gst_rtspsrc_stream_configure_udp),
9656         (gst_rtspsrc_stream_configure_udp_sink),
9657         (gst_rtspsrc_stream_configure_transport):
9658         Send RTCP messages back to the server over the TCP connection.
9659
9660         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9661         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9662         (rtsp_connection_receive):
9663         * gst/rtsp/rtspconnection.h:
9664         Factor out and expose lowlevel _write and _read methods.
9665         Implement sending data messages to the server.
9666
9667 2007-05-03  Wim Taymans  <wim@fluendo.com>
9668
9669         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9670         (gst_multipart_mux_collected):
9671         Fix timestamps on outgoing buffers.
9672
9673 2007-05-03  Wim Taymans  <wim@fluendo.com>
9674
9675         * gst/multipart/multipartmux.c:
9676         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9677         (gst_multipart_mux_change_state):
9678         Emit NEWSEGMENT events before pushing the first buffer.
9679
9680 2007-05-03  Wim Taymans  <wim@fluendo.com>
9681
9682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9683         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9684         (gst_rtspsrc_handle_src_query),
9685         (gst_rtspsrc_stream_configure_manager),
9686         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9687         (gst_rtspsrc_stream_configure_mcast),
9688         (gst_rtspsrc_stream_configure_udp),
9689         (gst_rtspsrc_stream_configure_udp_sink),
9690         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9691         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9692         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9693         (gst_rtspsrc_pause):
9694         Refactor transport configuration code.
9695         Create internal pads for TCP transport so that we can implement events
9696         and queries.
9697         Handle events and queries.
9698         Parse range from the SDP.
9699         Fix race in pause handler where the connection could still be flushing.
9700
9701 2007-05-02  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9704         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9705         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9706         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9707         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9708         (gst_rtspsrc_change_state):
9709         * gst/rtsp/gstrtspsrc.h:
9710         Fix race when multiple udp sources post timeouts, just act on the first
9711         received timeout.
9712         Protect stream list with a recursive lock to fix some races.
9713         Flush connection when we need to do a reconnect or stop.
9714         Make state lock recursive.
9715
9716         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9717         (rtsp_connection_close):
9718         Some small cleanups.
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_stream_data):
9724         Only set DISCONT when there actually is a discont or when we just
9725         started.
9726
9727 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9728
9729         * ext/flac/gstflac.c: (plugin_init):
9730         Call bindtextdomain() to get localized strings.
9731
9732 2007-05-02  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9735         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9736         (gst_wavparse_stream_data):
9737         * gst/wavparse/gstwavparse.h:
9738         Be a bit more clever when dealing with VBR files with FACT tags, we
9739         don't want to timestamp buffers in that case but the estimated BPS can
9740         be used for seeking.
9741         Only send close segment in the streaming thread.
9742
9743 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9744
9745         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9746         Correctly post an error on the bus if something went wrong in the loop
9747         function. This fixes a few cases where the task was paused and nothing
9748         happened anymore.
9749
9750 2007-05-02  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtsp/test.c: (main):
9753         Fix compilation of deprecated test just because I'm too lazy to delete
9754         it.
9755
9756 2007-05-02  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9759         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9760         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9761         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9762         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9763         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9764         * gst/rtsp/gstrtspsrc.h:
9765         Fix sending RTCP to the right place.
9766         Fix bug in reffing the wrong UDP element.
9767         Use new pad names for the session manager.
9768         Implement handling server requests in interleaved and UDP modes.
9769         Handle session keep-alive in UDP modes.
9770         Remove GCond for handling UDP timeouts.
9771
9772         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9773         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9774         (rtsp_connection_receive), (rtsp_connection_close):
9775         * gst/rtsp/rtspconnection.h:
9776         Store connection IP address for later.
9777         Add timeout args to all operations that might block forever.
9778         Parse session timeout.
9779         Only close sockets when not already closed.
9780
9781         * gst/rtsp/rtspdefs.c:
9782         * gst/rtsp/rtspdefs.h:
9783         Add timeout return value and error string.
9784
9785         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9786         Add small comment.
9787
9788 2007-05-01  Wim Taymans  <wim@fluendo.com>
9789
9790         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9791
9792         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9793         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9794         * gst/rtp/gstrtpmp4vpay.h:
9795         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9796
9797 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9800           Remove v4l2src from docs, since it breaks the docs build, and the
9801           plugin is only built if --enable-experimental is used anyway.
9802
9803         * docs/plugins/Makefile.am:
9804           Spaces => tab.
9805
9806 2007-04-29  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9809         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9810         Add code to drop membership of a multicast group.
9811
9812         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9813         (gst_udpsink_set_uri):
9814         Implement URI handler.
9815
9816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9817         (gst_rtspsrc_parse_rtpinfo):
9818         Use URI handler to make udpsink instace.
9819         Improve code to configure port and destination.
9820
9821 2007-04-29  Wim Taymans  <wim@fluendo.com>
9822
9823         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9824         Fix multicast detection.
9825         Don't try to join a multicast group if the address is not multicast.
9826
9827         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9828         Small debug improvement.
9829
9830 2007-04-27  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9833         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9834         (gst_rtspsrc_handle_message):
9835         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9836         parent.
9837
9838 2007-04-27  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst/rtp/gstrtpilbcdepay.h:
9841         Fix mode property when specified as an arg.
9842
9843 2007-04-26  Edward Hervey  <edward@fluendo.com>
9844
9845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9846         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9847         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9848         * docs/plugins/inspect/plugin-osxaudio.xml:
9849         Add documentation for osxaudio plugin.
9850
9851 2007-04-26  Wim Taymans  <wim@fluendo.com>
9852
9853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9854         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9855         (gst_rtspsrc_open), (gst_rtspsrc_close),
9856         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9857         (gst_rtspsrc_pause):
9858         * gst/rtsp/gstrtspsrc.h:
9859         Protect state changes with a lock.
9860
9861         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9862         (parse_line):
9863         * gst/rtsp/rtspconnection.h:
9864         Remove some unused stuff.
9865
9866 2007-04-26  Wim Taymans  <wim@fluendo.com>
9867
9868         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9869         Handle the case where there are exactly 0 bytes to read and the ioctl
9870         did not report an error. Fixes #433530.
9871
9872 2007-04-26  Wim Taymans  <wim@fluendo.com>
9873
9874         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9875         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9876         * gst/wavparse/gstwavparse.h:
9877         Apply DISCONT to buffers.
9878         Only apply timestamp to the first sample after a DISCONT, too many VBR
9879         files cause random jitter in the timestamps. Fixes #433119.
9880
9881 2007-04-25  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9884         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9885         (gst_rtp_dec_get_property):
9886         * gst/rtsp/gstrtpdec.h:
9887         Add dummy latency property to be backwards compat with rtpbin.
9888
9889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9890         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9891         (gst_rtspsrc_stream_configure_transport),
9892         (gst_rtspsrc_parse_rtpinfo):
9893         * gst/rtsp/gstrtspsrc.h:
9894         Add latency property and configure in the session manager.
9895         Don't set invalid clock-base and seqnum-base on caps, some servers
9896         sometimes don't send them.
9897
9898 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9899
9900         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9901         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9902           Double-check that RGB input caps are really RGBA caps (apparently
9903           the core doesn't always catch it if those caps aren't a subset of
9904           our template caps, also see #421543). Fixes #429319 in a way.
9905           Also, don't leak the pad template in the transform_caps function.
9906
9907         * tests/check/Makefile.am:
9908         * tests/check/elements/.cvsignore:
9909         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9910         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9911         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9912         (GST_START_TEST), (alphacolor_suite):
9913           Add some basic unit tests for alphacolor.
9914
9915 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9918           If we get a fatal flow return in the loop function, first post the
9919           error message and only then send the EOS event downstream, otherwise
9920           applications might get an eos message before the error message and
9921           think everything was ok (related to #429319).
9922
9923 2007-04-25  Wim Taymans  <wim@fluendo.com>
9924
9925         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9926         Read the channel byte as an unsigned byte.
9927
9928 2007-04-25  Wim Taymans  <wim@fluendo.com>
9929
9930         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9931         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9932         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9933         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9934         (gst_rtp_gsm_depay_setcaps):
9935         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9936         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9937         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9938         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9939         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9940         (gst_ilbc_depay_get_property):
9941         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9942         * gst/rtp/gstrtpmp4adepay.c:
9943         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9944         (gst_rtp_pcma_depay_setcaps):
9945         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9946         (gst_rtp_pcmu_depay_setcaps):
9947         Make sure we configure the clock_rate in the baseclass in the setcaps
9948         function. Fixes #431282.
9949
9950 2007-04-25  Wim Taymans  <wim@fluendo.com>
9951
9952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9953         (gst_rtspsrc_stream_free), (request_pt_map),
9954         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9955         * gst/rtsp/gstrtspsrc.h:
9956         Parse server address from SDP.
9957         Hook up a udpsink to send RTCP back to the server.
9958
9959         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9960         * gst/rtsp/rtsptransport.h:
9961         Add some docs.
9962
9963 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9964
9965         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9966           Make header field check conditional. Fixes #433135
9967
9968 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         * docs/plugins/Makefile.am:
9971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9973         * docs/plugins/inspect/plugin-alphacolor.xml:
9974         * gst/alpha/Makefile.am:
9975         * gst/alpha/gstalphacolor.c:
9976         * gst/alpha/gstalphacolor.h:
9977           Add minimal docs blurb to alphacolor; split out headers into
9978           separate header file for gtk-doc.
9979
9980 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9981
9982         * gst/debug/progressreport.c: (gst_progress_report_report):
9983           Don't try to post NULL message (in case we can't query upstream
9984           position or duration).
9985
9986 2007-04-18  Michael Smith  <msmith@fluendo.com>
9987
9988         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9989         (gst_cutter_get_caps):
9990         * gst/cutter/gstcutter.h:
9991           Fix some of the most obvious bugs in cutter. Now doesn't leak
9992           everything if input is silent.
9993
9994 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9995
9996         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9997         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9998         * gst/wavenc/gstwavenc.h:
9999         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10000         else results in a invalid block align and invalid files.
10001
10002 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         Patch by: Snaik <snaik32 gmail com>
10005
10006         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10007           Add missing break statement for BOX_HORIZONTAL case.
10008
10009 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10010
10011         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10012
10013         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10014         Use correct format strings for integer types.
10015
10016 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10017
10018         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10019         (gst_wavparse_create_sourcepad):
10020         Use gst_riff_create_audio_template_caps () instead of the local caps.
10021         This makes updates of the local caps unecessary whenever libgstriff
10022         gets support for new formats.
10023
10024 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10027
10028         * sys/sunaudio/gstsunaudio.c:
10029         * sys/sunaudio/gstsunaudiomixer.c:
10030         * sys/sunaudio/gstsunaudiomixer.h:
10031         * sys/sunaudio/gstsunaudiomixerctrl.c:
10032         * sys/sunaudio/gstsunaudiomixerctrl.h:
10033         * sys/sunaudio/gstsunaudiomixertrack.h:
10034         * sys/sunaudio/gstsunaudiosink.c:
10035         * sys/sunaudio/gstsunaudiosink.h:
10036         * sys/sunaudio/gstsunaudiosrc.c:
10037         * sys/sunaudio/gstsunaudiosrc.h:
10038           Fix and/or update copyright attributions (#430228).
10039
10040 2007-04-13  Wim Taymans  <wim@fluendo.com>
10041
10042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10043         Fix docs.
10044
10045         * gst/rtsp/URLS:
10046         Add some more example urls.
10047
10048         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10049         (gst_rtp_dec_chain_rtp):
10050         Better debugging.
10051
10052         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10053         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10054         (gst_rtspsrc_parse_rtpinfo):
10055         Remove unused code.
10056
10057 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10058
10059         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10060         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10061         (gst_wavparse_stream_data):
10062           Relax the audio/mpeg caps again and add FIXME: comment.
10063
10064 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10065
10066         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10067         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10068         (gst_wavparse_stream_data):
10069         * gst/wavparse/gstwavparse.h:
10070           More sanity check for the header fields. Fix type for 'rate' header
10071           field.
10072
10073 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10076         (gst_icydemux_unicodify):
10077           If the metadata strings we get in the stream are not UTF-8, try to
10078           interpret them according to the character encodings specified in the
10079           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10080           only fall back to locale/ISO-8859-1 if those aren't set or don't
10081           work. Should fix #428901.
10082
10083 2007-04-12  Wim Taymans  <wim@fluendo.com>
10084
10085         * gst/rtp/gstrtph264depay.c:
10086         Use the proper sync word for SPS and PPS.
10087
10088 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10089
10090         * gst/rtp/Makefile.am:
10091         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10092           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10093         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10094           Add a simple hashing implementation that we can use to generate
10095           a 24-bit ident value based on the codebooks for vorbis and theora.
10096         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10097           gst_rtp_theora_pay_handle_buffer):
10098         * gst/rtp/gstrtpvorbisdepay.c
10099           (gst_rtp_vorbis_depay_parse_configuration,
10100           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10101         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10102           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10103           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10104           Use the hashing function, ensuring that the same codebooks result
10105           in the same ident and thus the same SDP description.
10106           Various log fixes/changes.
10107
10108 2007-04-12  Wim Taymans  <wim@fluendo.com>
10109
10110         Patch by: jerry tan <jerry dot tan at sun dot com>
10111
10112         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10113         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10114         application's responsibility to make sure it open the device once.
10115         Remove a careless error if AUDIODEV is set. Fixes #392620.
10116
10117 2007-04-12  Wim Taymans  <wim@fluendo.com>
10118
10119         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10120         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10121         * gst/rtsp/gstrtpdec.h:
10122         Make backward compat with rtpbin by adding the request-pt-map signals.
10123
10124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10125         (new_session_pad), (request_pt_map),
10126         (gst_rtspsrc_stream_configure_transport),
10127         (gst_rtspsrc_stream_configure_caps),
10128         (gst_rtspsrc_activate_streams):
10129         * gst/rtsp/gstrtspsrc.h:
10130         Implement request-pt-map signals instead of setting caps on the buffers
10131         for the session manager.
10132
10133 2007-04-11  Wim Taymans  <wim@fluendo.com>
10134
10135         * gst/udp/gstudp.c: (plugin_init):
10136         Register GstNetBuffer in plugin_init so that the type can be used from
10137         multiple threads without races.
10138
10139 2007-04-10  Wim Taymans  <wim@fluendo.com>
10140
10141         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10142         (gst_rtp_amr_depay_process):
10143         Fix depayloader clock_rate and some cleanups.
10144
10145         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10146         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10147         * gst/rtp/gstrtph264depay.h:
10148         Don't push codec_data in the adapter because it might get flushed when
10149         we get a discont.
10150
10151         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10152         Handle multiple AU per packet.
10153
10154         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10155         (gst_rtp_sv3v_depay_plugin_init):
10156         Disable rank, this one does not work.
10157         Remove timestamping, base class does that.
10158
10159 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10160
10161         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10162           limit caps to the formats we announce in the template
10163
10164         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10165         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10166         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10167           fix some crashers/asserts when dealing with broken files
10168
10169 2007-04-10  Wim Taymans  <wim@fluendo.com>
10170
10171         Patch by: Peter Kjellerstedt  <pkj at axis com>
10172
10173         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10174         * gst/rtp/gstrtpL16depay.c:
10175         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10176         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10177         (gst_rtp_speex_depay_setcaps):
10178         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10179         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10180         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10181         Fix some compiler warnings. Fixes #428182.
10182
10183 2007-04-06  Wim Taymans  <wim@fluendo.com>
10184
10185         * gst/rtsp/Makefile.am:
10186         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10187         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10188         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10189         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10190         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10191         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10192         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10193         (create_rtcp), (gst_rtp_dec_request_new_pad),
10194         (gst_rtp_dec_release_pad):
10195         * gst/rtsp/gstrtpdec.h:
10196         * gst/rtsp/gstrtsp.c: (plugin_init):
10197         Morph RTPDec into something compatible with RTPBin as a fallback.
10198         Various other style fixes.
10199
10200         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10201         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10202         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10203         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10204         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10205         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10206         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10207         * gst/rtsp/gstrtspsrc.h:
10208         Implement RTPBin session manager handling.
10209         Don't try to add empty properties to caps.
10210         Implement fallback session manager, handling.
10211         Don't combine errors from RTCP streams, just ignore them.
10212
10213         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10214         * gst/rtsp/rtsptransport.h:
10215         Implement fallback session manager.
10216         Make RTPBin the default one when available.
10217
10218 2007-04-05  Wim Taymans  <wim@fluendo.com>
10219
10220         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10221         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10222         This element is ready to be autoplugged.
10223
10224 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10225
10226         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10227         Don't leave the offsets defined by upstream element on the
10228         compressed data buffer we are pushing downstream. Make them
10229         GST_BUFFER_OFFSET_NONE.
10230
10231 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10232
10233         * gst/avi/README:
10234         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10235         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10236         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10237         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10238         (gst_avi_demux_calculate_durations_from_index),
10239         (gst_avi_demux_stream_header_push),
10240         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10241         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10242           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10243
10244 2007-04-03  Wim Taymans  <wim@fluendo.com>
10245
10246         * gst/smpte/barboxwipes.c:
10247         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10248
10249 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10250
10251         * gst/wavparse/gstwavparse.c:
10252         Support audio/x-raw-float in wav files. This only works with
10253         plugins-base CVS, using an older version doesn't have any
10254         disadvantages though.
10255
10256 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10257
10258         * configure.ac:
10259         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10260         (gst_au_parse_parse_header), (gst_au_parse_chain):
10261         * gst/auparse/gstauparse.h:
10262         Revert last change as we don't want plugins-good to depend on
10263         plugins-base CVS now.
10264
10265 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10266
10267         * configure.ac:
10268         Require gst-plugins-base CVS for audioconvert with non-native
10269         float support and width/depth fix in libgstriff.
10270
10271         Patch by: René Stadler <mail at renestadler dot de>
10272
10273         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10274         (gst_au_parse_parse_header), (gst_au_parse_chain):
10275         * gst/auparse/gstauparse.h:
10276         Don't swap the floats ourself if they're not in native endianness.
10277         Instead let audioconvert handle this. Fixes #339838.
10278
10279 2007-03-29  Wim Taymans  <wim@fluendo.com>
10280
10281         * gst/rtp/gstasteriskh263.h:
10282         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10283         (gst_rtp_h263p_depay_change_state):
10284         * gst/rtp/gstrtph263pdepay.h:
10285         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10286         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10287         (gst_rtp_h264_depay_change_state):
10288         * gst/rtp/gstrtph264depay.h:
10289         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10290         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10291         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10292         Flush adapter on disconts.
10293
10294 2007-03-29  Wim Taymans  <wim@fluendo.com>
10295
10296         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10297         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10298         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10299         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10300         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10301         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10302         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10303         (gst_rtp_mp4v_depay_process):
10304         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10305         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10306         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10307         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10308         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10309         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10310         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10311         Use more efficient adapter and rtpbuffer methods when possible.
10312
10313 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10314
10315         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10316         (gst_wavenc_sink_setcaps):
10317         Correctly handle width!=depth input.
10318         * gst/wavparse/gstwavparse.c:
10319         Already export in the caps that width==8 uses unsigned samples and
10320         everything else uses signed samples.
10321
10322 2007-03-29  Wim Taymans  <wim@fluendo.com>
10323
10324         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10325
10326         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10327         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10328         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10329         (gst_dynudpsink_close):
10330         * gst/udp/gstdynudpsink.h:
10331         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10332         (gst_udpsrc_create), (gst_udpsrc_set_property),
10333         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10334         * gst/udp/gstudpsrc.h:
10335         Rework the socket allocation a bit based on the sockfd argument so that
10336         it becomes usable.
10337         Add a closefd property to instruct the udp elements to close the custom
10338         file descriptors when going to READY. Fixes #423304.
10339         API:GstUDPSrc::closefd property
10340         API:GstDynUDPSink::closefd property
10341
10342 2007-03-29  Wim Taymans  <wim@fluendo.com>
10343
10344         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10345
10346         * gst/rtp/Makefile.am:
10347         * gst/rtp/gstrtp.c: (plugin_init):
10348         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10349         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10350         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10351         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10352         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10353         (gst_rtp_h264_pay_plugin_init):
10354         * gst/rtp/gstrtph264pay.h:
10355         Added H264 payloader. Fixes #423782.
10356
10357         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10358         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10359         Small fixes.
10360
10361 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10362
10363         * gst/wavparse/gstwavparse.c:
10364         Actually support depths from 1 to 32, not only 8 to 32.
10365
10366 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10367
10368         * gst/wavparse/gstwavparse.c:
10369         Add support for wav files containing audio/x-raw-int with random
10370         depths between 1 and 32 bits.
10371
10372 2007-03-28  Wim Taymans  <wim@fluendo.com>
10373
10374         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10375
10376         * gst/rtp/Makefile.am:
10377         * gst/rtp/gstrtp.c: (plugin_init):
10378         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10379         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10380         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10381         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10382         (gst_rtp_mp4a_depay_get_property),
10383         (gst_rtp_mp4a_depay_change_state),
10384         (gst_rtp_mp4a_depay_plugin_init):
10385         * gst/rtp/gstrtpmp4adepay.h:
10386         Added MP4A-LATM depayloader. Fixes #417792.
10387
10388         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10389         (gst_rtp_mp4v_depay_process):
10390         Fixup depayloader, setting codec_data, using more efficient adaptor and
10391         rtpbuffer handling.
10392
10393         * gst/rtsp/URLS:
10394         Add url to test above.
10395
10396 2007-03-25  Wim Taymans  <wim@fluendo.com>
10397
10398         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10399         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10400         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10401         (gst_rtspsrc_media_to_caps),
10402         (gst_rtspsrc_stream_configure_transport),
10403         (gst_rtspsrc_stream_configure_caps),
10404         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10405         * gst/rtsp/gstrtspsrc.h:
10406         Handle default clock-rates for static payload types, rearrange stuff so
10407         that the rtpmap field in the sdp can override the defaults.
10408         Parse RTP-Info field to get the seqnum and timebase fields that should
10409         go in the caps.
10410         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10411         the server. 
10412
10413 2007-03-22  Wim Taymans  <wim@fluendo.com>
10414
10415         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10416
10417         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10418         Accept complex pipeline descriptions as an audio profile instead of just
10419         a single element. Fixes #420658.
10420
10421 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10424           Rename registered type in preparation of GstTagDemux moving to
10425           -base at some point in the future.
10426
10427 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10430           Streaming mode fixes: don't unref buffer we don't own any longer;
10431           remove bogus adapter flush. Fixes #419338.
10432
10433 2007-03-17  David Schleef  <ds@schleef.org>
10434
10435         * REQUIREMENTS: Change the format to key/value, add a bunch of
10436           information, remove a bunch of requirements that are for
10437           other GStreamer packages.
10438
10439 2007-03-17  David Schleef  <ds@schleef.org>
10440
10441         * REQUIREMENTS: Fix a few things.  This file really needs a
10442         good once-over.
10443
10444 2007-03-15  Edward Hervey  <edward@fluendo.com>
10445
10446         * sys/Makefile.am:
10447         Don't forget to distribute the sys/osxaudio/ directory.
10448
10449 2007-03-15  Edward Hervey  <edward@fluendo.com>
10450
10451         * configure.ac:
10452         * sys/Makefile.am:
10453         * sys/osxaudio/Makefile.am:
10454         * sys/osxaudio/gstosxaudio.c:
10455         * sys/osxaudio/gstosxaudiosink.c:
10456         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10457         (gst_osx_audio_sink_getcaps),
10458         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10459         * sys/osxaudio/gstosxaudiosrc.c:
10460         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10461         (gst_osx_audio_src_create_ringbuffer):
10462         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10463         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10464         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10465         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10466         * sys/osxaudio/gstosxringbuffer.h:
10467         Activate osxaudio in gst-plugins-good with proper build setup.
10468         Add inlined documentation.
10469         Fix debug statements
10470         Fix ringbuffer when pausing.
10471         Fixes #323471
10472
10473 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10474         * gst/rtp/gstrtppcmapay.c:
10475         * gst/rtp/gstrtppcmapay.h:
10476         * gst/rtp/gstrtppcmupay.c:
10477         * gst/rtp/gstrtppcmupay.h:
10478         Ported mulaw and alaw payloaders to use new base class
10479
10480 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10481
10482         * po/af.po:
10483         * po/az.po:
10484         * po/cs.po:
10485         * po/en_GB.po:
10486         * po/it.po:
10487         * po/nl.po:
10488         * po/or.po:
10489         * po/sq.po:
10490         * po/sr.po:
10491         * po/sv.po:
10492         * po/uk.po:
10493         * po/vi.po:
10494           Update translations.
10495
10496 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10497
10498         * configure.ac:
10499           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10500
10501 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10504           Fix handling of -1 values for start and stop values when seeking,
10505           and SEEK_CUR+SEEK_END here as well.
10506
10507 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10508
10509         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10510           Fix handling of -1 values for start and stop values when seeking, 
10511           and SEEK_CUR+SEEK_END.
10512
10513 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10516           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10517           the image format a variable-length NUL-terminated string; in
10518           versions before that the image format is a fixed-length string of
10519           3 characters (see #348644 for a sample tag).
10520           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10521
10522 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10523
10524         * win32/MANIFEST:
10525         Add new project files to MANIFEST.
10526         * win32/vs6/libgstaudiofx.dsp:
10527         * win32/vs6/libgstrtp.dsp:
10528         * win32/vs6/libgstrtsp.dsp:
10529         Update project files.
10530         
10531 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10534         (gst_avi_demux_parse_index):
10535         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10536         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10537           Printf format fixes; also add some missing quotes in translated
10538           strings. Fixes #416728 and #416727.
10539
10540 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10541
10542         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10543           Tim and I can't think of any reason the child audio sink needs to 
10544           be set back to NULL after successfully determining that it can 
10545           reach READY - it gets immediately set back to READY by the caller
10546           anyway, causing an unnecessary close/open of any audio devices
10547           involved.
10548
10549 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10550
10551         * po/LINGUAS:
10552         * po/ja.po:
10553           Add ja.po file from #377306.
10554
10555 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10556
10557         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10558         * sys/sunaudio/gstsunaudiomixertrack.c:
10559         (gst_sunaudiomixer_track_new):
10560           Actually translate sunaudio mixer track labels instead of just
10561           marking the strings as translatable (#377306); clean up weird
10562           label string mapping code that serves no apparent purpose. Also
10563           set the 'untranslated-label' property when creating mixer tracks
10564           if the GstMixerTrack base class supports this.
10565
10566         * tests/check/Makefile.am:
10567         * tests/check/elements/.cvsignore:
10568         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10569         (sunaudio_suite):
10570           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10571           actually tested on a system where sunaudiomixer is available).
10572
10573 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10574
10575         * tests/check/Makefile.am:
10576         Re-enable the states test and see if it works on the buildbots.
10577
10578 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10579
10580         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10581         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10582         (gst_dvdec_change_state):
10583         * ext/dv/gstdvdec.h:
10584         Infer pixel-aspect-ratio from the video frame format if it isn't
10585         provided by the container, as happens when playing DV from AVI
10586         or Quicktime containers.
10587
10588         Patch by: Wim Taymans <wim@fluendo.com>
10589         Fixes #380944
10590
10591 2007-03-09  Wim Taymans  <wim@fluendo.com>
10592
10593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10594         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10595         will later be handled by the jitterbuffer.
10596
10597 2007-03-09  Wim Taymans  <wim@fluendo.com>
10598
10599         * ext/taglib/gstid3v2mux.cc:
10600         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10601         Fixes #414496.
10602         
10603         Patch by: Alex Lancaster <alexl at users sourceforge net>
10604
10605 2007-03-09  Wim Taymans  <wim@fluendo.com>
10606
10607         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10608         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10609         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10610         (gst_avi_demux_chain):
10611         Fix stream position reporting after a seek. Fixes #416445.
10612
10613 2007-03-08  Wim Taymans  <wim@fluendo.com>
10614
10615         Patch by: René Stadler <mail at renestadler dot de>
10616
10617         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10618         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10619         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10620         Make avidemux accept optional header chunks in any order.
10621         Fixes #415446.
10622
10623 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10624
10625         * tests/check/Makefile.am:
10626         Disable the states check until the remaining Valgrind errors
10627         are fixed or suppressed.
10628
10629 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10630
10631         * tests/check/elements/.cvsignore:
10632           Add audiodynamic check to .cvsignore
10633
10634 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10635
10636         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10637
10638         * gst/audiofx/Makefile.am:
10639         * gst/audiofx/audiodynamic.c:
10640         (gst_audio_dynamic_characteristics_get_type),
10641         (gst_audio_dynamic_mode_get_type),
10642         (gst_audio_dynamic_set_process_function),
10643         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10644         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10645         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10646         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10647         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10648         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10649         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10650         (gst_audio_dynamic_transform_hard_knee_expander_int),
10651         (gst_audio_dynamic_transform_hard_knee_expander_float),
10652         (gst_audio_dynamic_transform_soft_knee_expander_int),
10653         (gst_audio_dynamic_transform_soft_knee_expander_float),
10654         (gst_audio_dynamic_transform_ip):
10655         * gst/audiofx/audiodynamic.h:
10656         * gst/audiofx/audiofx.c: (plugin_init):
10657         Add new audiodynamic element which can act as a compressor or
10658         expander. Supported are hard-knee and soft-knee operation modes with
10659         user-specified ratio and threshold.
10660         Attack and release parameters are not yet implemented but will follow.
10661         * docs/plugins/Makefile.am:
10662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10664         * docs/plugins/gst-plugins-good-plugins.args:
10665         * docs/plugins/inspect/plugin-audiofx.xml:
10666         Integrate audiodynamic into the docs.
10667         * tests/check/Makefile.am:
10668         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10669         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10670         Add unit test for audiodynamic.
10671
10672 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10673
10674         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10675         Free handles that we allocated when exiting via the error paths.
10676
10677 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10678
10679         * gst/level/gstlevel.c: (gst_level_class_init),
10680         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10681         (gst_level_transform_ip):
10682         * gst/level/gstlevel.h:
10683           Resolve message timestamps against the playback segment.
10684
10685 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10686
10687         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10688         (gst_id3demux_sink_activate):
10689           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10690           caps passed to it (previously one code path assumed it took ownership
10691           while another one assumed it didn't, while in fact it sometimes did and
10692           sometimes didn't ...).
10693
10694         * configure.ac:
10695         * tests/files/Makefile.am:
10696         * tests/files/id3-407349-1.tag:
10697         * tests/files/id3-407349-2.tag:
10698           Add directory where data for unit tests can be stored.
10699
10700         * tests/Makefile.am:
10701         * tests/check/Makefile.am:
10702         * tests/check/elements/.cvsignore:
10703         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10704         (read_tags_from_file), (run_check_for_file),
10705         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10706           Add unit test for id3demux, and in particular for bug #407349. Only
10707           testing pull-mode for now; push mode doesn't work yet because the test
10708           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10709
10710 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10711
10712         * tests/check/Makefile.am:
10713           Add missing backslash at end of line.
10714
10715 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10716
10717         Trigger rebuild.
10718
10719 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10722         * gst/id3demux/id3tags.h:
10723         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10724         (parse_obsolete_tdat_frame):
10725           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10726           the four-digit number will be interpreted as a year, whereas it is
10727           month and day in DDMM format. Instead, parse TDAT frames and fix up
10728           the date in the GST_TAG_DATE tag later if we also extracted a year.
10729           Fixes #407349.
10730
10731 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10732
10733         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10734         (gst_switch_commit_new_kid):
10735         Fix up the dispose logic so it doesn't leak, and fix setting of 
10736         the child state so that we don't set a child to our current state 
10737         just as we are changing it to something else.
10738
10739 2007-03-06  Wim Taymans  <wim@fluendo.com>
10740
10741         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10742         (gst_goom_chain):
10743         * gst/goom/gstgoom.h:
10744         Document, fix and improve goom adapter behaviour.
10745         Fixes #407006.
10746
10747 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10748
10749         * ext/esd/esdsink.c: (gst_esdsink_open):
10750         Unref static pad template after using it.
10751
10752 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10753
10754         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10755         (gst_switch_commit_new_kid):
10756         Fix up the reference counting of the child elements.
10757
10758 2007-03-05  Wim Taymans  <wim@fluendo.com>
10759
10760         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10761         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10762         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10763         Fix encoding-name case.
10764
10765 2007-03-05  Wim Taymans  <wim@fluendo.com>
10766
10767         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10768         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10769         (gst_rtp_speex_depay_process):
10770         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10771         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10772         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10773         (gst_rtp_speex_pay_change_state):
10774         * gst/rtp/gstrtpspeexpay.h:
10775         Fix speex (de)payloader. Fixes #358040.
10776
10777 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10778
10779         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10780         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10781         Install fakesink in NULL by fixing some broken logic. This obviates
10782         the need to manually set _IS_SINK.
10783         Add some comments and remove a little cruft while I'm at it.
10784
10785 2007-03-05  Wim Taymans  <wim@fluendo.com>
10786
10787         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10788         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10789
10790 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10791
10792         * po/POTFILES.in:
10793           Update.
10794
10795 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10796
10797         * tests/check/Makefile.am:
10798         Gah! Also disable gconfvideosink from the tests, otherwise
10799         it will instantiate autovideosink, and dfbvideosink and
10800         leak on the buildbots.
10801
10802 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10803
10804         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10805         (gst_cdio_cdda_src_finalize):
10806         Make sure we always destroy our libcdio handle.
10807
10808 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10809
10810         * tests/check/Makefile.am:
10811         Disable autovideosink so the buildbots don't barf over memory
10812         leaked in the directfb sink.
10813
10814 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10817         Chain up in dispose
10818
10819 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10820
10821         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10822         (gst_multipart_find_pad_by_mime):
10823         Use gst_pad_new_from_static_template instead of
10824         static_pad_template_get+pad_new.
10825
10826 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10827
10828         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10829         Catch the case where no clock has been set.
10830
10831 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10832
10833         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10834         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10835         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10836         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10837         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10838         (gst_gconf_audio_src_finalize), (do_toggle_element):
10839         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10840         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10841         (do_toggle_element):
10842         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10843         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10844         (gst_gconf_video_src_finalize), (do_toggle_element):
10845         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10846         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10847         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10848         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10849         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10850         (gst_shout2send_init), (gst_shout2send_finalize):
10851         * gst/debug/testplugin.c: (gst_test_class_init),
10852         (gst_test_finalize):
10853         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10854         (gst_flxdec_dispose):
10855         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10856         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10858         (gst_rtspsrc_finalize):
10859         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10860         * gst/rtsp/rtspextwms.h:
10861         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10862         (gst_smpte_finalize):
10863         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10864         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10865         (gst_udpsink_finalize):
10866         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10867         (gst_wavparse_sink_activate):
10868         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10869         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10870         (gst_oss_src_finalize):
10871         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10872         * sys/v4l2/gstv4l2object.h:
10873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10874         (gst_v4l2src_finalize):
10875         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10876
10877         Fix a bunch of leaks shown by the newly-added states test.
10878
10879 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10880
10881         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10882         Use gst_pad_new_from_static_template instead of 
10883         static_pad_template_get+pad_new.
10884
10885 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10888
10889         * ext/libcaca/Makefile.am:
10890         * gst/debug/Makefile.am:
10891           Don't mix tabs and spaces (#414168).
10892
10893 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10894
10895         * tests/check/generic/.cvsignore:
10896           Ignore files to please buildbot.
10897
10898 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10899
10900         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10901         (gst_wavparse_stream_data):
10902           Unbreak my previous commit (swapped nominator & denominator). Tim,
10903           thanks for spotting.
10904
10905 2007-03-02  Wim Taymans  <wim@fluendo.com>
10906
10907         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10908         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10909         (gst_cdio_cdda_src_finalize):
10910         Small code cleanups.
10911         Don't use pad_alloc as the base class cannot deal with the error codes.
10912
10913 2007-03-02  Wim Taymans  <wim@fluendo.com>
10914
10915         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10916         (gst_udpsrc_create):
10917         Fix doc.
10918
10919 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10920
10921         Patch by: René Stadler <mail@renestadler.de>
10922
10923         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10924         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10925         (gst_wavparse_stream_data):
10926           Handle rounding better to not drop last sample frame. Fixes #356692
10927
10928 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10929
10930         * tests/check/Makefile.am:
10931         Disable cacasink from the states check too - it also calls exit(1)
10932         on us when it can't find a terminal to talk to.
10933
10934 2007-03-02  Wim Taymans  <wim@fluendo.com>
10935
10936         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10937
10938         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10939         (gst_udpsrc_create), (gst_udpsrc_set_property),
10940         (gst_udpsrc_get_property):
10941         * gst/udp/gstudpsrc.h:
10942         Add support to strip proprietary headers. Fixes #350296.
10943
10944 2007-03-02  Wim Taymans  <wim@fluendo.com>
10945
10946         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10947         Fix compilation.
10948
10949 2007-03-02  Wim Taymans  <wim@fluendo.com>
10950
10951         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10952
10953         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10954         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10955         (gst_rtp_mp2t_depay_set_property),
10956         (gst_rtp_mp2t_depay_get_property):
10957         * gst/rtp/gstrtpmp2tdepay.h:
10958         Add support to strip off proprietary headers. Fixes #350278.
10959
10960 2007-03-02  Wim Taymans  <wim@fluendo.com>
10961
10962         * ext/hal/hal.c:
10963         Fix compilation.
10964
10965 2007-03-02  Wim Taymans  <wim@fluendo.com>
10966
10967         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10968         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10969         (gst_sunaudiosrc_open):
10970         * sys/sunaudio/gstsunaudiosrc.h:
10971         Remove device-name from GstSunAudioSrc. Fixes #412597.
10972
10973 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10974
10975         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10976         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10977         Having NULL as UDI previously selected the default sink/src. Change
10978         this back but mention it in the debug output.
10979         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10980         (gst_hal_get_oss_element), (gst_hal_get_string),
10981         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10982         (gst_hal_get_audio_src):
10983         * ext/hal/hal.h:
10984         Refactor a bit, check all error conditions, greatly improve debugging
10985         and fix some possible memory leaks. Also implement OSS support
10986         and allow specifying an UDI that points to a real device. For this the
10987         child device which supports ALSA (preferred) or OSS is used.
10988         As a side effect this makes it impossible now to get a alsasink in
10989         halaudiosrc and a alsasrc in halaudiosink.
10990
10991 2007-03-01  Wim Taymans  <wim@fluendo.com>
10992
10993         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10994         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10995         Errors from the udp sources are not fatal unless all of them are in
10996         error.
10997
10998 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10999
11000         * tests/check/Makefile.am:
11001         Disable aasink in the states test. I suspect this is the element that
11002         is calling exit(1) when it can't proceed.
11003
11004 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11005
11006         * tests/check/Makefile.am:
11007         Draw plugins in from the build tree sys/ dir, rather than picking
11008         up the already installed versions.
11009
11010 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11011
11012         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11013         Error out correctly when getting xcontext fails.
11014
11015 2007-03-01  Wim Taymans  <wim@fluendo.com>
11016
11017         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11018         Make state change to PAUSED NO_PREROLL because that's what it will be in
11019         the future and rtspsrc relies on it.
11020
11021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11022         (gst_rtspsrc_change_state):
11023         Don't error out when we don't get an error from the state change
11024         function.
11025
11026 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11027
11028         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11029         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11030           Check if the device UDI is set before trying to query HAL
11031           about it and give a useful error message if it wasn't set.
11032         * ext/hal/hal.c: (gst_hal_get_string):
11033           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11034           gives an assertion failure in D-Bus when running with
11035           DBUS_FATAL_WARNINGS=1.
11036
11037 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11038
11039         * configure.ac:
11040           Convert to new AG_GST style.
11041
11042 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11043
11044         * tests/check/Makefile.am:
11045         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11046           add test for states
11047
11048 2007-02-28  Wim Taymans  <wim@fluendo.com>
11049
11050         * tests/check/elements/.cvsignore:
11051         Add new videofilter check to .cvsignore.
11052
11053 2007-02-28  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11056         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11057         (gst_avi_demux_loop), (gst_avi_demux_chain):
11058         Fix combined flow return. Fixes #412608.
11059
11060 2007-02-28  Wim Taymans  <wim@fluendo.com>
11061
11062         * gst/videofilter/Makefile.am:
11063         Dist header..
11064
11065 2007-02-28  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst/videofilter/gstgamma.h:
11068         Add header too.
11069
11070 2007-02-28  Wim Taymans  <wim@fluendo.com>
11071
11072         Patch by: Mark Nauwelaerts <manauw at skynet be>
11073
11074         * gst/videofilter/Makefile.am:
11075         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11076         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11077         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11078         (oil_tablelookup_u8), (gst_gamma_set_caps),
11079         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11080         Port gamma filter to 0.10. Fixes #412704.
11081
11082         * tests/check/Makefile.am:
11083         * tests/check/elements/videofilter.c: (setup_filter),
11084         (cleanup_filter), (check_filter), (GST_START_TEST),
11085         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11086         Add unit tests for videofilters.
11087
11088 2007-02-28  Wim Taymans  <wim@fluendo.com>
11089
11090         * gst/rtsp/URLS:
11091         Add another interesting test url.
11092
11093         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11094         Don't allow getting header fields from data packets.
11095
11096 2007-02-28  Michael Smith  <msmith@fluendo.com>
11097
11098         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11099         (gst_shout2send_init), (gst_shout2send_start),
11100         (gst_shout2send_set_property), (gst_shout2send_get_property):
11101         * ext/shout2/gstshout2.h:
11102           Add a property for username.
11103
11104 2007-02-27  Christian Schallerr <christian@fluendo.com>
11105
11106         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11107
11108 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11109
11110         * gst/rtsp/Makefile.am:
11111         Fix make check too.
11112
11113 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11114
11115         * gst/rtsp/base64.c: (util_base64_encode):
11116         * gst/rtsp/base64.h:
11117         Commit missing files for base64 encoding.
11118
11119 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11122
11123         * configure.ac:
11124         * ext/annodex/Makefile.am:
11125         * ext/jpeg/Makefile.am:
11126         * ext/speex/Makefile.am:
11127         * gst/alpha/Makefile.am:
11128         * gst/cutter/Makefile.am:
11129         * gst/debug/Makefile.am:
11130         * gst/effectv/Makefile.am:
11131         * gst/goom/Makefile.am:
11132         * gst/level/Makefile.am:
11133         * gst/smpte/Makefile.am:
11134         * gst/videofilter/Makefile.am:
11135           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11136
11137 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11138
11139         * gst/rtsp/Makefile.am:
11140         * gst/rtsp/rtspconnection.c: (append_auth_header),
11141         (rtsp_connection_send), (rtsp_connection_set_auth):
11142         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11143         from icecast to replace it. Relicensed from GPL courtesy of Mike
11144         Smith.
11145
11146 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11147
11148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11149         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11150         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11151         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11152         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11153         (gst_rtspsrc_uri_set_uri):
11154         * gst/rtsp/gstrtspsrc.h:
11155         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11156         (append_auth_header), (rtsp_connection_send),
11157         (rtsp_connection_free), (rtsp_connection_set_auth):
11158         * gst/rtsp/rtspconnection.h:
11159         * gst/rtsp/rtspdefs.h:
11160         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11161         * gst/rtsp/rtspurl.h:
11162
11163         Implement simple Basic Authentication support so that urls like
11164         rtsp://user:pass@hostname/rtspstream work on hosts that require
11165         authentication.
11166
11167 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11168
11169         * sys/v4l2/gstv4l2object.c:
11170         * sys/v4l2/gstv4l2tuner.c:
11171         * sys/v4l2/v4l2_calls.c:
11172         Fix segfault when oppening a radio device.
11173         
11174 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11175
11176         * gst/level/gstlevel.c: (gst_level_set_caps),
11177         (gst_level_transform_ip):
11178         * sys/v4l2/README:
11179         * tests/check/elements/level.c: (GST_START_TEST):
11180           Fix level for multi-channel case.
11181
11182 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11183
11184         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11185         (gst_level_transform_ip):
11186         * gst/level/gstlevel.h:
11187           Use function pointer for process function and add process functions
11188           for float audio.
11189
11190 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11191
11192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11193         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11194         (gst_v4l2src_capture_init):
11195           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11196           fixes #407369
11197
11198 2007-02-18  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/rtp/Makefile.am:
11201         * gst/rtp/gstrtp.c: (plugin_init):
11202         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11203         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11204         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11205         (gst_rtp_mp2t_pay_plugin_init):
11206         * gst/rtp/gstrtpmp2tpay.h:
11207         Added simple mpeg transport stream payloader.
11208
11209 2007-02-16  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst/rtsp/URLS:
11212         Add example H264 rtsp url.
11213
11214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11215         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11216         Don't convert values to lowercase or we might mess up base64 encoded
11217         properties.
11218
11219 2007-02-16  Wim Taymans  <wim@fluendo.com>
11220
11221         * gst/rtp/README:
11222         Fix case of string params.
11223
11224         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11225         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11226         Fix depayloader, support more packet types.
11227         Add sync codes to make sure the packetizer can do its job.
11228
11229         * gst/rtp/gstrtpmp4gdepay.c:
11230         * gst/rtp/gstrtpmp4gpay.c:
11231         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11232         Fix caps case again.
11233
11234 2007-02-15  Wim Taymans  <wim@fluendo.com>
11235
11236         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11237         Set right caps on output buffers.
11238
11239 2007-02-14  Wim Taymans  <wim@fluendo.com>
11240
11241         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11242         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11243         Clear stack allocated SDPMedia struct before calling _init() on it.
11244         Clarify this in the docs as well.
11245
11246 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11247
11248         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11249         (do_change_child):
11250         Don't reset the profile when going switching states, as it makes
11251         the element non-reusable.
11252
11253 2007-02-14  Wim Taymans  <wim@fluendo.com>
11254
11255         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11256         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11257         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11258         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11259         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11260         (sdp_parse_line):
11261         * gst/rtsp/sdpmessage.h:
11262         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11263         Fix memory management of SDP messages. Fixes #407793.
11264
11265 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11266
11267         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11268
11269         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11270         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11271
11272 2007-02-14  Wim Taymans  <wim@fluendo.com>
11273
11274         Patch by: jp.liu <jp_liu at astrocom dot cn>
11275
11276         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11277         Fix parsing of password field in url. Fixes #407797.
11278
11279 2007-02-14  Wim Taymans  <wim@fluendo.com>
11280
11281         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11282         (gst_wavparse_reset), (gst_wavparse_init),
11283         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11284         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11285         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11286         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11287         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11288         (gst_wavparse_loop), (gst_wavparse_chain),
11289         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11290         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11291         (plugin_init):
11292         * gst/wavparse/gstwavparse.h:
11293         Update docs.
11294         Use boilerplate.
11295         Various code cleanups.
11296         When the bitrate is not known (bps == 0 or compressed formats) let
11297         downstream element guestimate the duration and position and don't
11298         generate timestamps or durations. Fixes #405213.
11299         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11300         error flowreturn upstream.
11301
11302 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11303
11304         * ext/gconf/Makefile.am:
11305         * ext/gconf/gconf.c: (gst_gconf_get_string),
11306         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11307         (gst_gconf_render_bin_with_default):
11308         * ext/gconf/gconf.h:
11309         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11310         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11311         (gst_gconf_audio_sink_dispose), (do_change_child),
11312         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11313         (cb_change_child), (gst_gconf_audio_sink_change_state):
11314         * ext/gconf/gstgconfaudiosink.h:
11315         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11316         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11317         (gst_switch_sink_init), (gst_switch_sink_dispose),
11318         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11319         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11320         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11321         * ext/gconf/gstswitchsink.h:
11322         * gst/autodetect/gstautoaudiosink.c:
11323         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11324         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11325         (gst_auto_audio_sink_detect):
11326         * gst/autodetect/gstautovideosink.c:
11327         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11328         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11329         (gst_auto_video_sink_detect):
11330         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11331         and a child that implements the GConf key monitoring. The end goal of
11332         this is an audio sink that can be changed on the fly, but at the 
11333         moment it still only changes on the next READY transition.
11334
11335 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11336
11337         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11338         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11339         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11340         (gst_avi_demux_calculate_durations_from_index),
11341         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11342         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11343         (gst_avi_demux_loop):
11344           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11345
11346 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11347
11348         * configure.ac:
11349         * docs/plugins/Makefile.am:
11350           Add crossreferences to glib/gobject/gstream docs.
11351
11352 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst/monoscope/Makefile.am:
11355         * gst/monoscope/gstmonoscope.c:
11356           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11357           (but no LIBS, since we only use defines from the headers).
11358
11359 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11362
11363         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11364         (gst_wavparse_stream_data):
11365           Fix massive memory leak when operating in streaming mode due to
11366           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11367           Fixes #407057.
11368
11369 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11370
11371         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11372         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11373         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11374         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11375         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11376         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11377         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11378         (gst_avi_demux_calculate_durations_from_index),
11379         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11380         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11381         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11382         * gst/avi/gstavidemux.h:
11383           Save some memory (8%) by repacking the index entry structure (more to
11384           come). Add more FIXMEs to questionable parts.
11385
11386 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11387
11388         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11389         (gst_v4l2src_get_caps):
11390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11391         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11392         (gst_v4l2src_capture_init):
11393           More FIXME comments and messaging changes.
11394
11395 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11396
11397         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11398         (gst_goom_change_state):
11399         * gst/goom/gstgoom.h:
11400           Improved docs and use GST_DEBUG_FUNCPTR.
11401
11402         * gst/level/gstlevel.c: (gst_level_class_init):
11403           Use GST_DEBUG_FUNCPTR.
11404
11405         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11406         (gst_monoscope_chain), (gst_monoscope_change_state):
11407           Improved docs source cleanups.
11408
11409 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * gst/debug/Makefile.am:
11412         * gst/debug/gstdebug.c: (plugin_init):
11413         * gst/debug/gstpushfilesrc.c:
11414         * gst/debug/gstpushfilesrc.h:
11415           Add code for a pushfilesrc element that implements a pushfile:// URI
11416           handler, to make debugging push-mode operation of demuxer/decoders
11417           that support both easier in connection with seek/playbin/etc.
11418           The element isn't registered at the moment.
11419
11420 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11421
11422         * gst/avi/gstavimux.c:
11423           Comment a #if 0 in caps template definition as VS6 seems to 
11424         do not support it.
11425         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11426           Use gst_guint64_to_gdouble for conversion.
11427         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11428           Move variables declaration before the first instruction.
11429         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11430           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11431           And don't include netdb.h for G_OS_WIN32
11432         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11433           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11434           by VS6 then use an other way to initialize SDPMedia structure.
11435         * gst/udp/gstdynudpsink.h:
11436         * gst/udp/gstdynudpnetutils.h:
11437           Do not include <sys/time.h> for G_OS_WIN32
11438         * gst/udp/gstudpsrc.c:
11439           Define socklen_t as int for G_OS_WIN32
11440         * win/common/config.h.in:
11441           Undef HAVE_NETINET_IN_H
11442         * win32/vs6/gst_plugins_good.dsw:
11443         * win32/vs6/libgstrtp.dsp:
11444         * win32/vs6/libgstrtsp.dsp:
11445         * win32/vs6/libgstautogen.dsp:
11446         * win32/vs6/libgstaudiofx.dsp:
11447         * win32/vs6/libgstudp.dsp:
11448           Add and update project files.
11449         * win32/common/gstudp-enumtypes.c:
11450         * win32/common/gstudp-enumtypes.h:
11451           Add a copy of udp enumtypes to win32/common as in core 
11452           and base.
11453         
11454 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11455
11456         * configure.ac:
11457           Activate monoscope when building with --enable-experimental. Fix
11458           --enable-external configure switch description.
11459
11460         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11461         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11462           Help gst-indent.
11463
11464 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11465
11466         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11467           Explicitly cast result of pointer arithmetic to integer in order to
11468           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11469
11470 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         * gst/debug/progressreport.c:
11473           Some more docs.
11474
11475 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11476
11477         * docs/plugins/inspect/plugin-rtp.xml:
11478           Update for new elements.
11479
11480         * gst/debug/progressreport.h:
11481           Commit newly-created header file as well.
11482
11483 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * docs/plugins/Makefile.am:
11486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11488         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11489         * gst/debug/Makefile.am:
11490         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11491         (gst_progress_report_do_query), (gst_progress_report_report):
11492           Make progressreport element post messages with the current progress
11493           on the bus. Also add some basic docs for it.
11494
11495 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * ext/hal/hal.c: (gst_hal_get_string):
11498         * ext/hal/hal.h:
11499           Some small cleanups; deal with errors when parsing the HAL ALSA
11500           capabilities a bit better.
11501
11502 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11505           Let's try this again and use the right cast this time.
11506
11507 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11510           Add cast to avoid compiler warnings with older GLib versions
11511           where the nick/name members in GEnumValue are not declared as
11512           constant strings.
11513
11514 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11515
11516         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11517         (gst_gconf_render_bin_from_key),
11518         (gst_gconf_get_default_audio_sink):
11519         * ext/gconf/gconf.h:
11520         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11521         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11522         (gst_gconf_audio_sink_get_property):
11523           In gconfaudiosink, get the right key as the old key in do_toggle
11524           (ie. one dependent on the profile selected). Log some more stuff so
11525           we can see what's actually going on.
11526
11527 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11528
11529         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11530         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11531         (gst_audio_amplify_set_process_function),
11532         (gst_audio_amplify_setup):
11533         * gst/audiofx/audioamplify.h:
11534         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11535         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11536         * gst/audiofx/audioinvert.h:
11537         Some small cleanups and port both elements to the new GstAudioFilter
11538         base class to save a few lines of common code.
11539         * gst/audiofx/Makefile.am:
11540         Link against libgstaudio for the above changes
11541
11542 2007-01-29  Wim Taymans  <wim@fluendo.com>
11543
11544         * tests/check/elements/.cvsignore:
11545         Some more ignores.
11546
11547 2007-01-26  Wim Taymans  <wim@fluendo.com>
11548
11549         Patch by: charles <charlesg3 at gmail dot com>
11550
11551         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11552         (set_shout_metadata), (gst_shout2send_event):
11553         * ext/shout2/gstshout2.h:
11554         Properly handle tags in shout2send. Fixes #399825.
11555
11556 2007-01-25  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11559         (gst_rtspsrc_activate_streams):
11560         Convert SDP fields to upper/lowercase following the rules in the SDP to
11561         caps document. 
11562
11563 2007-01-25  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/rtp/README:
11566         * gst/rtp/gstrtpilbcdepay.c:
11567         * gst/rtp/gstrtpilbcpay.c:
11568         * gst/rtp/gstrtpmp4gdepay.c:
11569         * gst/rtp/gstrtpmp4gpay.c:
11570         * gst/rtp/gstrtpspeexdepay.c:
11571         * gst/rtp/gstrtpspeexpay.c:
11572         * gst/rtp/gstrtpsv3vdepay.c:
11573         * gst/rtp/gstrtptheoradepay.c:
11574         * gst/rtp/gstrtptheorapay.c:
11575         * gst/rtp/gstrtpvorbisdepay.c:
11576         * gst/rtp/gstrtpvorbispay.c:
11577         Fix case of encoding-name and key/value pairs to match the document.
11578         This is to make interoperation with SDP case-insensitive as required by
11579         the relevant RFCs.
11580
11581 2007-01-25  Wim Taymans  <wim@fluendo.com>
11582
11583         * configure.ac:
11584         Bump required -core/-base to CVS
11585
11586 2007-01-25  Wim Taymans  <wim@fluendo.com>
11587
11588         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11589         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11590         * gst/rtp/gstrtpL16pay.h:
11591         Fill up to MTU using adapter.
11592         Timestamp rtp packets.
11593
11594 2007-01-25  Edward Hervey  <edward@fluendo.com>
11595
11596         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11597         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11598         Use G_GSIZE_FORMAT in print statements for portability.
11599         Fixes build on macosx.
11600
11601 2007-01-24  Wim Taymans  <wim@fluendo.com>
11602
11603         * gst/rtp/Makefile.am:
11604         * gst/rtp/gstrtp.c: (plugin_init):
11605         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11606         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11607         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11608         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11609         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11610         (gst_rtp_L16_depay_plugin_init):
11611         * gst/rtp/gstrtpL16depay.h:
11612         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11613         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11614         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11615         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11616         (gst_rtp_L16_pay_plugin_init):
11617         * gst/rtp/gstrtpL16pay.h:
11618         Port and enable raw audio payloader/depayloader. Needs a bit more work
11619         on the payloader side.
11620
11621 2007-01-24  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11624         (gst_rtspsrc_stream_configure_transport),
11625         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11626         * gst/rtsp/gstrtspsrc.h:
11627         Only unblock the udp pads when we linked and activated them all.
11628         Fixes #395688.
11629
11630 2007-01-24  Wim Taymans  <wim@fluendo.com>
11631
11632         * gst/rtp/Makefile.am:
11633         * gst/rtp/gstrtp.c: (plugin_init):
11634         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11635         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11636         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11637         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11638         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11639         * gst/rtp/gstrtpac3depay.h:
11640         Added simple AC3 depayloader (RFC 4184).
11641
11642         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11643         Fix a leak.
11644
11645 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11646
11647         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11648
11649         * gst/audiofx/Makefile.am:
11650         * gst/audiofx/audioamplify.c:
11651         (gst_audio_amplify_clipping_method_get_type),
11652         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11653         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11654         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11655         (gst_audio_amplify_set_caps),
11656         (gst_audio_amplify_transform_int_clip),
11657         (gst_audio_amplify_transform_int_wrap_negative),
11658         (gst_audio_amplify_transform_int_wrap_positive),
11659         (gst_audio_amplify_transform_float_clip),
11660         (gst_audio_amplify_transform_float_wrap_negative),
11661         (gst_audio_amplify_transform_float_wrap_positive),
11662         (gst_audio_amplify_transform_ip):
11663         * gst/audiofx/audioamplify.h:
11664         * gst/audiofx/audiofx.c: (plugin_init):
11665         Add new element "audioamplify". This allows scaling of raw audio
11666         samples, similar to the "volume" element, but provides different modes
11667         for clipping and allows unlimited amplification. It's mainly targeted
11668         for creative sound design and not as a replacement of the "volume"
11669         element. Fixes #397162
11670         * docs/plugins/Makefile.am:
11671         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11672         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11673         * docs/plugins/gst-plugins-good-plugins.args:
11674         * docs/plugins/inspect/plugin-audiofx.xml:
11675         Add docs for audioamplify and integrate them into the build system
11676         * tests/check/Makefile.am:
11677         * tests/check/elements/audioamplify.c: (setup_amplify),
11678         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11679         Add fairly extensive unit test suite for audioamplify
11680
11681 2007-01-24  Wim Taymans  <wim@fluendo.com>
11682
11683         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11684         Unblock pads after adding the pads to the element so that autopluggers
11685         get a change to link something. Possibly fixes #395688.
11686
11687 2007-01-24  Wim Taymans  <wim@fluendo.com>
11688
11689         * gst/rtp/gstrtpamrdepay.c:
11690         * gst/rtp/gstrtpgsmdepay.c:
11691         * gst/rtp/gstrtph263pdepay.c:
11692         * gst/rtp/gstrtph263ppay.c:
11693         * gst/rtp/gstrtph264depay.c:
11694         * gst/rtp/gstrtpilbcdepay.c:
11695         * gst/rtp/gstrtpmp2tdepay.c:
11696         * gst/rtp/gstrtpmp4gdepay.c:
11697         * gst/rtp/gstrtpmp4gpay.c:
11698         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11699         * gst/rtp/gstrtpmp4vpay.c:
11700         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11701         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11702         (gst_rtp_mpa_depay_process):
11703         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11704         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11705         * gst/rtp/gstrtppcmadepay.c:
11706         * gst/rtp/gstrtppcmudepay.c:
11707         * gst/rtp/gstrtpspeexdepay.c:
11708         * gst/rtp/gstrtpspeexpay.c:
11709         * gst/rtp/gstrtpsv3vdepay.c:
11710         * gst/rtp/gstrtptheoradepay.c:
11711         * gst/rtp/gstrtptheorapay.c:
11712         * gst/rtp/gstrtpvorbisdepay.c:
11713         * gst/rtp/gstrtpvorbispay.c:
11714         Fix caps with payload numbers.
11715         Add some fixed payload numbers to caps when possible.
11716
11717 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11718
11719         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11720
11721         * gst/audiofx/Makefile.am:
11722         * gst/audiofx/audiofx.c: (plugin_init):
11723         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11724         (gst_audio_invert_class_init), (gst_audio_invert_init),
11725         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11726         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11727         (gst_audio_invert_transform_float),
11728         (gst_audio_invert_transform_ip):
11729         * gst/audiofx/audioinvert.h:
11730         Add new audiofx element "audioinvert". This element swaps the upper
11731         and lower half of samples and can be used for example for a
11732         wide-stereo effect. Fixes #396057
11733         * docs/plugins/Makefile.am:
11734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11736         * docs/plugins/gst-plugins-good-plugins.args:
11737         * docs/plugins/inspect/plugin-audiofx.xml:
11738         Add docs for the audioinvert element and add them to the build system.
11739         * tests/check/Makefile.am:
11740         * tests/check/elements/audioinvert.c: (setup_invert),
11741         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11742         Add unit test suite for the audioinvert element.
11743
11744 2007-01-23  Wim Taymans  <wim@fluendo.com>
11745
11746         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11747         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11748         Parse config params as string and int.
11749         Parse and use AU header length
11750
11751 2007-01-23  Wim Taymans  <wim@fluendo.com>
11752
11753         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11754         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11755         * gst/smpte/gstmask.c: (_gst_mask_register):
11756         * gst/smpte/gstmask.h:
11757         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11758         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11759         (gst_smpte_paint_triangle_clock):
11760         constify some static structs.
11761         Don't update the mask if nothing changed to the params.
11762         Make sure we never draw outside of the picture. Fixes #398325.
11763
11764 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11767           Error out properly when pull_range fails while we're reading the
11768           headers, instead of just pausing the task silently. Fixes #399338.
11769
11770 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11773           Some more sanity checks to make sure the input formats match and the
11774           input pads are actually negotiated, in case someone tries to feed
11775           buffers from fakesrc or filesrc. Fixes #398299.
11776           Also const-ify an array, just because we can.
11777
11778 2007-01-19  Edward Hervey  <edward@fluendo.com>
11779
11780         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11781         Ignore previous commit, that was only valid for widths and heights
11782         that are multiples of 4.
11783         Copy over size/stride macros from jpegdec. This allows the element
11784         to work with any width,height...
11785         ... but puts in evidence that the actual transformations only work
11786         with width/height that are multiples of 4.
11787
11788 2007-01-19  Edward Hervey  <edward@fluendo.com>
11789
11790         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11791         Allocate buffers of the right size.
11792         The proper size of a I420 buffer in bytes is:
11793         
11794             width * height * 3
11795             ------------------
11796                     2
11797
11798 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11799
11800         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11801           Proxy getcaps on sink pads too, so that we either end up with the
11802           same dimensions on all pads or error out if that's not possible
11803           (seems to work even!). Fixes #398086, I think.
11804
11805 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11808         * docs/plugins/gst-plugins-good-plugins.args:
11809         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11810           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11811           fix integer properties with -1 as minimum value.
11812
11813         * docs/plugins/inspect/plugin-1394.xml:
11814         * docs/plugins/inspect/plugin-aasink.xml:
11815         * docs/plugins/inspect/plugin-alaw.xml:
11816         * docs/plugins/inspect/plugin-alpha.xml:
11817         * docs/plugins/inspect/plugin-alphacolor.xml:
11818         * docs/plugins/inspect/plugin-annodex.xml:
11819         * docs/plugins/inspect/plugin-apetag.xml:
11820         * docs/plugins/inspect/plugin-audiofx.xml:
11821         * docs/plugins/inspect/plugin-auparse.xml:
11822         * docs/plugins/inspect/plugin-autodetect.xml:
11823         * docs/plugins/inspect/plugin-avi.xml:
11824         * docs/plugins/inspect/plugin-cacasink.xml:
11825         * docs/plugins/inspect/plugin-cairo.xml:
11826         * docs/plugins/inspect/plugin-cdio.xml:
11827         * docs/plugins/inspect/plugin-cutter.xml:
11828         * docs/plugins/inspect/plugin-debug.xml:
11829         * docs/plugins/inspect/plugin-dv.xml:
11830         * docs/plugins/inspect/plugin-efence.xml:
11831         * docs/plugins/inspect/plugin-effectv.xml:
11832         * docs/plugins/inspect/plugin-esdsink.xml:
11833         * docs/plugins/inspect/plugin-flac.xml:
11834         * docs/plugins/inspect/plugin-flxdec.xml:
11835         * docs/plugins/inspect/plugin-gconfelements.xml:
11836         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11837         * docs/plugins/inspect/plugin-goom.xml:
11838         * docs/plugins/inspect/plugin-halelements.xml:
11839         * docs/plugins/inspect/plugin-icydemux.xml:
11840         * docs/plugins/inspect/plugin-id3demux.xml:
11841         * docs/plugins/inspect/plugin-jpeg.xml:
11842         * docs/plugins/inspect/plugin-level.xml:
11843         * docs/plugins/inspect/plugin-matroska.xml:
11844         * docs/plugins/inspect/plugin-mulaw.xml:
11845         * docs/plugins/inspect/plugin-multipart.xml:
11846         * docs/plugins/inspect/plugin-navigationtest.xml:
11847         * docs/plugins/inspect/plugin-ossaudio.xml:
11848         * docs/plugins/inspect/plugin-png.xml:
11849         * docs/plugins/inspect/plugin-rtp.xml:
11850         * docs/plugins/inspect/plugin-rtsp.xml:
11851         * docs/plugins/inspect/plugin-shout2send.xml:
11852         * docs/plugins/inspect/plugin-smpte.xml:
11853         * docs/plugins/inspect/plugin-speex.xml:
11854         * docs/plugins/inspect/plugin-taglib.xml:
11855         * docs/plugins/inspect/plugin-udp.xml:
11856         * docs/plugins/inspect/plugin-videobalance.xml:
11857         * docs/plugins/inspect/plugin-videobox.xml:
11858         * docs/plugins/inspect/plugin-videoflip.xml:
11859         * docs/plugins/inspect/plugin-videomixer.xml:
11860         * docs/plugins/inspect/plugin-wavenc.xml:
11861         * docs/plugins/inspect/plugin-wavparse.xml:
11862         * docs/plugins/inspect/plugin-ximagesrc.xml:
11863           Update to CVS.
11864
11865 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11866
11867         Patch by: Sebastian Dröge <slomo circular-chaos org>
11868
11869         * gst/audiofx/audiopanorama.c:
11870           Fix doc section name (Fixes #397946)
11871
11872 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11873
11874         * sys/v4l2/gstv4l2object.c:
11875         (gst_v4l2_object_install_properties_helper),
11876         (gst_v4l2_object_set_property_helper),
11877         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11878         * sys/v4l2/gstv4l2object.h:
11879         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11880         (gst_v4l2src_init), (gst_v4l2src_set_property),
11881         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11882         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11883         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11884         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11885         (gst_v4l2src_capture_deinit):
11886           Fix EIO handing when capturing. Add new property to specify the number of
11887           buffers to enque (and remove the borked num-buffers usage).
11888
11889 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11890
11891         Patch by: Sebastian Dröge <slomo circular-chaos org>
11892
11893         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11894         (gst_audio_panorama_set_process_function):
11895           Use a function array for process methods, add more docs and define the
11896           startindex of enums.
11897
11898 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         Patch by: Mark Nauwelaerts <manauw at skynet be>
11901
11902         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11903         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11904         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11905         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11906         (gst_avi_mux_riff_get_avi_header),
11907         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11908         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11909         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11910         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11911         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11912         (gst_avi_mux_change_state):
11913         * gst/avi/gstavimux.h:
11914         * tests/check/elements/avimux.c: (teardown_src_pad):
11915           Add support for more than one audio stream; write better AVIX
11916           header; refactor code a bit; don't announce vorbis caps on our audio
11917           sink pads since we don't support it anyway. Closes #379298.
11918
11919 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         Patch by: Sebastian Dröge <slomo circular-chaos org>
11922
11923         * gst/audiofx/audiopanorama.c:
11924         (gst_audio_panorama_method_get_type),
11925         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11926         (gst_audio_panorama_set_process_function),
11927         (gst_audio_panorama_set_property),
11928         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11929         (gst_audio_panorama_transform_m2s_int_simple),
11930         (gst_audio_panorama_transform_s2s_int_simple),
11931         (gst_audio_panorama_transform_m2s_float_simple),
11932         (gst_audio_panorama_transform_s2s_float_simple):
11933         * gst/audiofx/audiopanorama.h:
11934           Add 'method' property and provide a simple (non-psychoacustic)
11935           processing method (#394859).
11936
11937         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11938         (panorama_suite):
11939           Tests for new method.
11940
11941 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11944         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11945           Set correct caps on outgoing pulled buffers, or things blow up
11946           after recent core changes.
11947
11948 2007-01-11  Wim Taymans  <wim@fluendo.com>
11949
11950         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11951
11952         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11953         (gst_multipart_mux_request_new_pad),
11954         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11955         (gst_multipart_mux_change_state):
11956         Return FLOW errors ASAP. Fixes #394977.
11957         Misc cleanups.
11958
11959 2007-01-11  Wim Taymans  <wim@fluendo.com>
11960
11961         Patch by: Lutz Mueller <lutz at topfrose dot de>
11962
11963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11964         Check for stream pad before activating. 
11965
11966 2007-01-10  Wim Taymans  <wim@fluendo.com>
11967
11968         Patch by: Peter Kjellerstedt  <pkj at axis com>
11969
11970         * gst/rtsp/COPYING.MIT:
11971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11972         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11973         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11974         (gst_rtspsrc_stream_configure_transport),
11975         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11976         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11977         (gst_rtspsrc_parse_methods),
11978         (gst_rtspsrc_create_transports_string),
11979         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11980         (gst_rtspsrc_open), (gst_rtspsrc_close):
11981         * gst/rtsp/gstrtspsrc.h:
11982         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11983         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11984         (parse_request_line), (parse_line), (rtsp_connection_read),
11985         (rtsp_connection_close):
11986         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11987         (rtsp_method_as_text), (rtsp_header_as_text),
11988         (rtsp_status_as_text), (rtsp_find_header_field),
11989         (rtsp_find_method):
11990         * gst/rtsp/rtspdefs.h:
11991         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11992         (rtsp_ext_wms_configure_stream):
11993         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11994         (rtsp_message_new_request), (rtsp_message_init_request),
11995         (rtsp_message_new_response), (rtsp_message_init_response),
11996         (rtsp_message_init_data), (rtsp_message_unset),
11997         (rtsp_message_free), (rtsp_message_add_header),
11998         (rtsp_message_get_header), (rtsp_message_set_body),
11999         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12000         * gst/rtsp/rtspmessage.h:
12001         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12002         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12003         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12004         (sdp_message_dump):
12005         Allow url to be NULL to be able to use it for server connections.
12006         Can now send responses as well as requests.
12007         No longer hangs in an endless loop if EOF is received.
12008         Can now convert a status code to a text string.
12009         Return RTSP_HDR_INVALID for unknown headers.
12010         Return RTSP_INVALID for unknown methods.
12011         Copy CSeq and Session headers from the request.
12012         Only free memory corresponding to the currently set message type.
12013         Added const to function arguments as appropriate.
12014         Avoid a compiler warning when initializing nmedia.
12015         Use guint rather than gint to avoid compiler warnings.
12016         Fix crasher in wms extension.
12017         Factor out stream setup from open_connection.
12018         Delay activation of streams when actual data is received from the
12019         server, this prepares us to do proper protocol switching.
12020         Added new license.
12021         Fixes #380895.
12022
12023
12024 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         Patch by: Sebastian Dröge <slomo ubuntu com>
12027
12028         * docs/plugins/Makefile.am:
12029         * gst/audiofx/audiopanorama.c:
12030           Some small docs fixes (#394851).
12031
12032 2007-01-09  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst/avi/gstavidemux.c:
12035         Fix docs.
12036
12037 2007-01-09  Wim Taymans  <wim@fluendo.com>
12038
12039         * gst/rtp/Makefile.am:
12040         * gst/rtp/gstrtp.c: (plugin_init):
12041         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12042         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12043         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12044         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12045         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12046         * gst/rtp/gstrtpmpvdepay.h:
12047           Added RFC 2250 MPEG Video Depayloader.
12048
12049         * gst/rtp/gstrtpL16depay.h:
12050         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12051         (gst_rtp_h263p_depay_process):
12052         Fix Header file. Small cleanups.
12053
12054         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12055         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12056         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12057         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12058         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12059         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12060         (gst_rtp_mp4v_depay_change_state):
12061         Remove usused code. Remove Adapter from state Change. Added debug.
12062
12063         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12064         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12065         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12066         * gst/rtp/gstrtpmpadepay.h:
12067         Subclass base depayloader.
12068         Added debug.
12069         Support static payload type assignment as well.
12070
12071         * gst/rtp/gstrtpmpapay.c:
12072         Fix caps.
12073
12074 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12077
12078         * ext/jpeg/gstjpegdec.c:
12079         * ext/jpeg/gstjpegenc.c:
12080         * ext/jpeg/smokecodec.c:
12081           These libjpeg callbacks should return a 'boolean' (unsigned char
12082           apparently) and not a 'gboolean' (which maps to gint). Fixes
12083           warnings when compiling with MingW (#393427).
12084
12085         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12086           Use ioctlsocket on win32.
12087
12088         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12089           Some printf format fixes for win32.
12090
12091 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12092
12093         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12094           Use gst_guint64_to_gdouble for conversion.
12095         * win32/vs6/libgstmatroska.dsp:
12096           Add zlib to the link.
12097         * win32/vs6/libgstvideobox.dsp:
12098           Update liboil library name (project is linked to 
12099           liboil-0.3-0.lib now).
12100           
12101 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * gst/matroska/Makefile.am:
12104           If zlib is available and used, we must link it explicitly for
12105           things to work on MingW (fixes #392855).
12106
12107 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * ext/esd/esdsink.c: (gst_esdsink_delay):
12110           Don't return bogus values when esd_get_delay() fails for some
12111           reason (#392189).
12112
12113 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * sys/ximage/gstximagesrc.c: (composite_pixel):
12116           Fix presumably copy'n'pasto for 16bpp depth.
12117
12118 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * gst/matroska/matroska-mux.c:
12121         (gst_matroska_mux_audio_pad_setcaps):
12122           The "signed" field in audio caps is of boolean type, trying to use
12123           gst_structure_get_int() to extract it will fail. Fixing this makes
12124           matroskamux accept raw audio input (#387121) (use at your own risk
12125           though, due to the matroska spec being not entirely useful in this
12126           respect).
12127           Also fix up raw audio structures in template caps so that they
12128           represent what our setcaps function will actually accept, so that
12129           converters know what to convert to.
12130           Finally, don't fail if there isn't an "endianness" field in 8-bit
12131           PCM caps.
12132
12133 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12134
12135         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12136         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12137         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12138         (teardown_cmmldec):
12139         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12140         (teardown_cmmlenc):
12141         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12142           reapply consistent pad (de)activation
12143
12144 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12145
12146         * configure.ac:
12147         Back to CVS
12148
12149         * gst-plugins-good.doap:
12150         Add 0.10.5 doap entry
12151
12152 === release 0.10.5 ===
12153
12154 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12155
12156         * configure.ac:
12157           releasing 0.10.5, "The Path of Thorns"
12158
12159 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12160
12161         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12162         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12163         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12164         (teardown_cmmldec):
12165         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12166         (teardown_cmmlenc):
12167         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12168           revert my freeze breakage
12169
12170 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12171
12172         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12173         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12174         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12175         (teardown_cmmldec):
12176         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12177         (teardown_cmmlenc):
12178         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12179           consistent pad (de)activation
12180
12181 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12182
12183         * configure.ac:
12184         * ext/Makefile.am:
12185         Disable LADPSA, as it has moved to the -bad module for the duration.
12186
12187 2006-12-18  Wim Taymans  <wim@fluendo.com>
12188
12189         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12190         (gst_signal_processor_event):
12191         Reset flow_state back to _OK after a flush stop so that we exit our
12192         error state after the flush. Fixes #374213
12193
12194 2006-12-16  David Schleef  <ds@schleef.org>
12195
12196         * sys/osxvideo/osxvideosink.h:
12197         * sys/osxvideo/osxvideosink.m:
12198           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12199
12200 2006-12-16  David Schleef  <ds@schleef.org>
12201
12202         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12203
12204         * sys/osxvideo/Makefile.am:
12205         * sys/osxvideo/osxvideosink.h:
12206         * sys/osxvideo/osxvideosink.m:
12207           Preliminary patch for porting osxvideosink
12208
12209 2006-12-16  Wim Taymans  <wim@fluendo.com>
12210
12211         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12212
12213         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12214         (gst_videomixer_set_master_geometry),
12215         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12216         (gst_videomixer_reset), (gst_videomixer_init),
12217         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12218         (gst_videomixer_release_pad), (gst_videomixer_collected),
12219         (gst_videomixer_change_state):
12220         Introduce some locking around the videomixer state so that it does not
12221         crash when adding/removing pads. Fixes #383043.
12222
12223 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12224
12225         * configure.ac:
12226           Make sure libcaca can actually be used instead of just checking for
12227           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12228           cross-compiling (fixes #384587).
12229
12230 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12231
12232         * Makefile.am:
12233         * gst-plugins-good.doap:
12234         * gst-plugins-good.spec.in:
12235           adding doap file
12236
12237 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * configure.ac:
12240           libflac-1.1.3 changed API again, but we can't build against it yet,
12241           so make sure our check doesn't use libflac-1.1.3 and add a comment
12242           to this effect.
12243
12244 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12247         (gst_quarktv_planetable_clear):
12248           Add some NULL pointer checks (possibly related to #385623).
12249
12250 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12253         (gst_tag_demux_chain):
12254         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12255           In streaming mode, if the first buffer we get doesn't have an
12256           offset, fix it up to be 0, otherwise trimming won't work later on
12257           and we'll be typefinding application/x-id3, which may result in
12258           decodebin plugging an endless number of id3demux elements as a
12259           consequence. Fixes #385031.
12260           
12261 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12262
12263         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12264           Ignore the buffer_time the sound device reports. Turns out it is 
12265           sometimes completely bogus and we're better off without it.
12266
12267 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12270         (gst_matroska_demux_video_caps):
12271         * gst/matroska/matroska-ids.c:
12272         (gst_matroska_track_init_video_context):
12273         * gst/matroska/matroska-ids.h:
12274           Try harder to extract the framerate for video tracks correctly and
12275           save it directly instead of converting it back and forth a few
12276           times. Mostly makes a difference for very small framerates (<1).
12277           Fixes #380199.
12278
12279 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12282         (gst_gconf_audio_src_dispose), (do_toggle_element):
12283         * ext/gconf/gstgconfaudiosrc.h:
12284           Remove gconf notify hook when the gconfaudiosrc element is
12285           destroyed, otherwise the callback may be called on an
12286           already-destroyed instance and bad things happen. Should fix
12287           #378184.
12288           Also ignore gconf key changes when the source is already running.
12289
12290 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         Patch by: Sebastian Dröge  <mail at slomosnail de>
12293
12294         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12295           We need to be able to read and parse any possible floating point string
12296           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12297           will parse the former only in certain locales though, so we really need
12298           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12299           make sure we can parse either version at all times.
12300           Fixes #382982 for real.
12301
12302 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12303
12304         * sys/sunaudio/gstsunaudiomixerctrl.c:
12305         * sys/sunaudio/gstsunaudiosrc.c:
12306
12307         Use the sunaudio debug category.
12308
12309         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12310         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12311         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12312         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12313         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12314         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12315         (gst_sunaudiosink_reset):
12316         * sys/sunaudio/gstsunaudiosink.h:
12317
12318         Uses the sunaudio debug category for all debug output
12319         Implements the _delay() callback to synchronise video playback better
12320         Change the segtotal and segsize values back to the parent class 
12321           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12322           respectively)
12323         Measure the samples written to the device vs. played.
12324         Keep track of segments in the device by writing empty eof frames, and
12325         sleep using a GCond when we get too far ahead and risk overrunning the
12326         sink's ringbuffer.
12327
12328         Fixes: #360673
12329
12330 2006-12-08  Wim Taymans  <wim@fluendo.com>
12331
12332         Patch by: Sebastian Dröge  <mail at slomosnail de >
12333
12334         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12335         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12336         * gst/audiofx/audiopanorama.h:
12337         Fix audiopanorame with float samples. Fixes #383726.
12338
12339 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12340
12341         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12342         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12343         (gst_sunaudiosrc_reset):
12344
12345         Implement reset functions to unblock the src/sink more quickly on 
12346         state change requests.
12347         Patch by: Brian Cameron <brian dot cameron at sun com>
12348
12349 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12350
12351         * sys/sunaudio/gstsunaudiomixer.c:
12352         (gst_sunaudiomixer_change_state):
12353         Construct the correct mixer device name when the AUDIODEV env var
12354         is set.
12355
12356         Patch by: Jerry Tan <jerry.tan at sun dot com>
12357         Fixes: #383596
12358
12359 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12360
12361         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12362         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12363         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12364         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12365         Patch by: Jerry Tan <jerry.tan at sun dot com>
12366         Fixes: #349015
12367
12368 2006-12-07  Wim Taymans  <wim@fluendo.com>
12369
12370         * gst/smpte/gstmask.h:
12371         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12372         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12373         (gst_smpte_collected), (gst_smpte_set_property),
12374         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12375         * gst/smpte/gstsmpte.h:
12376         Port to 0.10 some more. 
12377         Added duration property to specify the duration of the transition.
12378         Make framerate a fraction.
12379         Deprecate fps property, we only use negotiated fps.
12380         Added docs.
12381         Fix collectpad usage.
12382         Reset state in READY.
12383         Send NEWSEGMENT event.
12384         Fix racy updates of object properties.
12385         Added debug category.
12386         Fixes #383323.
12387
12388 2006-12-06  Wim Taymans  <wim@fluendo.com>
12389
12390         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12391
12392         * gst/videomixer/videomixer.c:
12393         (gst_videomixer_set_master_geometry),
12394         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12395         Don't reset xpos and ypos in the setcaps function because causes
12396         unexpected behaviour.
12397         Fixes #382179.
12398
12399 2006-12-06  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12402         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12403         Keep track of the buffer timestamp in the collectdata member instead
12404         of modifying the buffer without making the metadata writable first.
12405         Fixes #382277.
12406
12407 2006-12-06  Wim Taymans  <wim@fluendo.com>
12408
12409         Patch by: Rob Taylor <robtaylor at floopily dot org>
12410
12411         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12412         If using multicast in udpsrc, bind to the multicast address rather than
12413         IN_ADDR_ANY.
12414         This allows the simultanous use of multiple udpsrcs listening on
12415         different multicat addresses. Without this all udpsrcs will receive all
12416         packets from all subscribed multicast addresses.
12417         Fixes #383001.
12418
12419 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12420
12421         * ext/taglib/gstid3v2mux.cc:
12422         Don't attempt to write a NULL frame into the ID3 tag set when the 
12423         createFrame method returned NULL.
12424         Fixes: #381857
12425         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12426
12427 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12428
12429         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12430         Use g_strtod() instead of sscanf to parse doubles, so that it will
12431         try parsing in the C locale if the current locale fails.
12432         Fixes: #382982
12433         Patch by: Sebastian Dröge  <mail at slomosnail de >
12434
12435 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12436
12437         * win32/MANIFEST:
12438         Fix compilation on win32 under VS8
12439         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12440         Partially fixes #381175
12441
12442 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12443
12444         * gst/avi/gstavimux.c:
12445           accept all mpegversions,fixes #380825
12446           spotted by: Jerome Alet  
12447
12448 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12449
12450         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12451         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12452         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12453         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12454           cleanup the error message a bit more
12455
12456 2006-11-28  Wim Taymans  <wim@fluendo.com>
12457
12458         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12459         Fix width and height properties.
12460
12461         * ext/libcaca/gstcacasink.h:
12462         Fix compilation on newer libcaca that require us to include a new
12463         header. Fixes #379918.
12464
12465 2006-11-28  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12468         * gst/rtsp/gstrtspsrc.h:
12469         * gst/rtsp/rtspext.h:
12470         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12471         (rtsp_ext_wms_get_context):
12472         Add method so that extensions can choose to disable the setup of
12473         a stream.
12474         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12475
12476 2006-11-27  Wim Taymans  <wim@fluendo.com>
12477
12478         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12479
12480         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12481         Push header in a separate buffer instead of memcpy:ing all data.
12482         Change LF => CRLF in headers.
12483         Move trailing LF to header. Fixes #379792.
12484
12485 2006-11-27  Wim Taymans  <wim@fluendo.com>
12486
12487         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12488         Small buffer overflow fix and improve debugging.
12489
12490 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12491
12492         * ext/esd/esdmon.h:
12493         * ext/esd/esdsink.h:
12494           remove obsolete _factory_init protos
12495
12496 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12497
12498         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12499         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12500         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12501         (gst_avi_demux_read_subindexes_push),
12502         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12503         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12504         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12505         (gst_avi_demux_massage_index),
12506         (gst_avi_demux_calculate_durations_from_index),
12507         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12508         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12509         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12510           remove dead code, tweak debugs statements, add comments, use
12511           _uint64_scale instead _uint64_scale_int when using guint64 values,
12512           small optimizations, reflow some error handling
12513
12514 2006-11-22  Edward Hervey  <edward@fluendo.com>
12515
12516         * po/.cvsignore:
12517         We never put .pot files in cvs. Let's ignore them all.
12518
12519 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12520
12521         * po/POTFILES.in:
12522           ... but better exclude files that aren't disted.
12523
12524 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12525
12526         * po/POTFILES.in:
12527           Add v4l2 source files to list of files with translations, so the
12528           strings are actually extracted (however bad they still may be).
12529
12530 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12533           Minor clean-ups: const-ify static array, remove trailing comma from
12534           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12535
12536 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12537
12538         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12539         Make sure that g_free always gets called on the same pointer that was 
12540         returned by g_malloc.  Fixes #376594.
12541         Do not leak memory if decompressed size is wrong.
12542         Remove unneeded check of return value of g_malloc.
12543         Patch by: René Stadler <mail@renestadler.de>
12544
12545 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12546
12547         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12548           Add missing curly brackets.
12549
12550 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12551
12552         * sys/v4l2/v4l2src_calls.c:
12553         Fix capture_deinit.
12554
12555 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12558         (gst_matroska_mux_request_new_pad):
12559           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12560
12561         * tests/check/elements/matroskamux.c: (setup_src_pad),
12562         (setup_sink_pad), (GST_START_TEST):
12563         Activate pads before using them.
12564
12565 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12566
12567         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12568           Initialise variable to get rid of bogus compiler warning.
12569
12570 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12571
12572         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12573
12574         * gst/rtp/gstrtph263pay.c:
12575         * gst/rtp/gstrtph263pdepay.c:
12576         * gst/rtp/gstrtph263ppay.c:
12577           Specify H.263 variant and version in the caps (fixes #361637)
12578
12579 2006-11-15  Wim Taymans  <wim@fluendo.com>
12580
12581         * gst/rtsp/rtspconnection.c: (read_body):
12582         Don't set a data pointer to NULL and a size > 0 when we deal
12583         with empty packets.
12584
12585         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12586         (rtsp_message_init_response), (rtsp_message_init_data),
12587         (rtsp_message_unset), (rtsp_message_free),
12588         (rtsp_message_take_body):
12589         Check that we can't create invalid empty packets. 
12590
12591 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12592
12593         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12594
12595         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12596         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12597         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12598         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12599         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12600         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12601         * gst/matroska/matroska-mux.h:
12602           Add basic tag writing support; implement releasing pads (#374658).
12603
12604 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12605
12606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12607         (gst_matroska_demux_audio_caps):
12608           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12609
12610 2006-11-14  David Schleef  <ds@schleef.org>
12611
12612         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12613
12614 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12617
12618         * win32/vs8/gst-plugins-good.sln:
12619         * win32/vs8/libgst1394.vcproj:
12620         * win32/vs8/libgstaasink.vcproj:
12621         * win32/vs8/libgstalaw.vcproj:
12622         * win32/vs8/libgstalpha.vcproj:
12623         * win32/vs8/libgstalphacolor.vcproj:
12624         * win32/vs8/libgstannodex.vcproj:
12625         * win32/vs8/libgstapetag.vcproj:
12626         * win32/vs8/libgstaudiofx.vcproj:
12627         * win32/vs8/libgstauparse.vcproj:
12628         * win32/vs8/libgstautodetect.vcproj:
12629         * win32/vs8/libgstavi.vcproj:
12630         * win32/vs8/libgstcacasink.vcproj:
12631         * win32/vs8/libgstcdio.vcproj:
12632         * win32/vs8/libgstcutter.vcproj:
12633         * win32/vs8/libgstdv.vcproj:
12634         * win32/vs8/libgsteffectv.vcproj:
12635         * win32/vs8/libgstflac.vcproj:
12636         * win32/vs8/libgstflxdec.vcproj:
12637         * win32/vs8/libgstgoom.vcproj:
12638         * win32/vs8/libgsticydemux.vcproj:
12639         * win32/vs8/libgstid3demux.vcproj:
12640         * win32/vs8/libgstjpeg.vcproj:
12641         * win32/vs8/libgstladspa.vcproj:
12642         * win32/vs8/libgstlevel.vcproj:
12643         * win32/vs8/libgstmatroska.vcproj:
12644         * win32/vs8/libgstmikmod.vcproj:
12645         * win32/vs8/libgstmng.vcproj:
12646         * win32/vs8/libgstmonoscope.vcproj:
12647         * win32/vs8/libgstmulaw.vcproj:
12648         * win32/vs8/libgstmultipart.vcproj:
12649         * win32/vs8/libgstpng.vcproj:
12650         * win32/vs8/libgstrtp.vcproj:
12651         * win32/vs8/libgstrtsp.vcproj:
12652         * win32/vs8/libgstshout2.vcproj:
12653         * win32/vs8/libgstsmpte.vcproj:
12654         * win32/vs8/libgstspeex.vcproj:
12655         * win32/vs8/libgsttaglib.vcproj:
12656         * win32/vs8/libgstudp.vcproj:
12657         * win32/vs8/libgstvideobalance.vcproj:
12658         * win32/vs8/libgstvideobox.vcproj:
12659         * win32/vs8/libgstvideoflip.vcproj:
12660         * win32/vs8/libgstvideomixer.vcproj:
12661         * win32/vs8/libgstwavenc.vcproj:
12662         * win32/vs8/libgstwavparse.vcproj:
12663           Make end-of-line returns unixy, so that when the files are checked
12664           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12665           Hopefully fixes #366492.
12666
12667 2006-11-14  Wim Taymans  <wim@fluendo.com>
12668
12669         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12670         Disable init_frames delay timestamp adjustment, it does not
12671         seem to be needed at all. Fixes #369621.
12672
12673 2006-11-13  Wim Taymans  <wim@fluendo.com>
12674
12675         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12676
12677         * gst/videomixer/videomixer.c:
12678         (gst_videomixer_set_master_geometry),
12679         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12680         (gst_videomixer_collect_free), (gst_videomixer_reset),
12681         (gst_videomixer_init), (gst_videomixer_finalize),
12682         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12683         (gst_videomixer_collected), (gst_videomixer_change_state):
12684         Fix memleak by unref'ing collectpads instance (when finalizing)
12685         Implement releasing a request pad. Fixes #374479.
12686
12687 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12688
12689         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12690
12691         * win32/vs8/gst-plugins-good.sln:
12692         * win32/vs8/libgst1394.vcproj:
12693         * win32/vs8/libgstaasink.vcproj:
12694         * win32/vs8/libgstalaw.vcproj:
12695         * win32/vs8/libgstalpha.vcproj:
12696         * win32/vs8/libgstalphacolor.vcproj:
12697         * win32/vs8/libgstannodex.vcproj:
12698         * win32/vs8/libgstapetag.vcproj:
12699         * win32/vs8/libgstaudiofx.vcproj:
12700         * win32/vs8/libgstauparse.vcproj:
12701         * win32/vs8/libgstautodetect.vcproj:
12702         * win32/vs8/libgstavi.vcproj:
12703         * win32/vs8/libgstcacasink.vcproj:
12704         * win32/vs8/libgstcdio.vcproj:
12705         * win32/vs8/libgstcutter.vcproj:
12706         * win32/vs8/libgstdv.vcproj:
12707         * win32/vs8/libgsteffectv.vcproj:
12708         * win32/vs8/libgstflac.vcproj:
12709         * win32/vs8/libgstflxdec.vcproj:
12710         * win32/vs8/libgstgoom.vcproj:
12711         * win32/vs8/libgsticydemux.vcproj:
12712         * win32/vs8/libgstid3demux.vcproj:
12713         * win32/vs8/libgstjpeg.vcproj:
12714         * win32/vs8/libgstladspa.vcproj:
12715         * win32/vs8/libgstlevel.vcproj:
12716         * win32/vs8/libgstmatroska.vcproj:
12717         * win32/vs8/libgstmikmod.vcproj:
12718         * win32/vs8/libgstmng.vcproj:
12719         * win32/vs8/libgstmonoscope.vcproj:
12720         * win32/vs8/libgstmulaw.vcproj:
12721         * win32/vs8/libgstmultipart.vcproj:
12722         * win32/vs8/libgstpng.vcproj:
12723         * win32/vs8/libgstrtp.vcproj:
12724         * win32/vs8/libgstrtsp.vcproj:
12725         * win32/vs8/libgstshout2.vcproj:
12726         * win32/vs8/libgstsmpte.vcproj:
12727         * win32/vs8/libgstspeex.vcproj:
12728         * win32/vs8/libgsttaglib.vcproj:
12729         * win32/vs8/libgstudp.vcproj:
12730         * win32/vs8/libgstvideobalance.vcproj:
12731         * win32/vs8/libgstvideobox.vcproj:
12732         * win32/vs8/libgstvideoflip.vcproj:
12733         * win32/vs8/libgstvideomixer.vcproj:
12734         * win32/vs8/libgstwavenc.vcproj:
12735         * win32/vs8/libgstwavparse.vcproj:
12736           Add VS8 project files (note that many of the plugins in ext are
12737           disabled by default). Fixes #366492.
12738
12739 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12740
12741         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12742           we do not translate debug messages
12743
12744 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12745
12746         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12747           fix categorisation, make short desc more explicit, remove unused code
12748           Fixes #372021
12749
12750 2006-11-08  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/rtp/gstrtpL16depay.c:
12753         * gst/rtp/gstrtpamrdepay.c:
12754         * gst/rtp/gstrtpamrpay.c:
12755         * gst/rtp/gstrtpgsmdepay.c:
12756         * gst/rtp/gstrtph263pay.c:
12757         * gst/rtp/gstrtph263pdepay.c:
12758         * gst/rtp/gstrtph263ppay.c:
12759         * gst/rtp/gstrtph264depay.c:
12760         * gst/rtp/gstrtpmp2tdepay.c:
12761         * gst/rtp/gstrtpmp4gdepay.c:
12762         * gst/rtp/gstrtpmp4gpay.c:
12763         * gst/rtp/gstrtpmp4vdepay.c:
12764         * gst/rtp/gstrtpmp4vpay.c:
12765         * gst/rtp/gstrtpmpadepay.c:
12766         * gst/rtp/gstrtpmpapay.c:
12767         * gst/rtp/gstrtppcmadepay.c:
12768         * gst/rtp/gstrtppcmapay.c:
12769         * gst/rtp/gstrtppcmudepay.c:
12770         * gst/rtp/gstrtppcmupay.c:
12771         * gst/rtp/gstrtpspeexdepay.c:
12772         * gst/rtp/gstrtpspeexpay.c:
12773         * gst/rtp/gstrtpsv3vdepay.c:
12774         Fix element descriptions.
12775
12776 2006-11-08  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/rtp/gstrtpvorbisdepay.c:
12779         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12780         Fix description.
12781         Small cleanup in the payloader.
12782
12783 2006-11-08  Wim Taymans  <wim@fluendo.com>
12784
12785         * gst/rtp/Makefile.am:
12786         * gst/rtp/gstrtp.c: (plugin_init):
12787         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12788         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12789         (gst_rtp_theora_depay_finalize),
12790         (gst_rtp_theora_depay_parse_configuration),
12791         (gst_rtp_theora_depay_setcaps),
12792         (gst_rtp_theora_depay_switch_codebook),
12793         (gst_rtp_theora_depay_process),
12794         (gst_rtp_theora_depay_set_property),
12795         (gst_rtp_theora_depay_get_property),
12796         (gst_rtp_theora_depay_change_state),
12797         (gst_rtp_theora_depay_plugin_init):
12798         * gst/rtp/gstrtptheoradepay.h:
12799         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12800         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12801         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12802         (gst_rtp_theora_pay_init_packet),
12803         (gst_rtp_theora_pay_flush_packet),
12804         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12805         (gst_rtp_theora_pay_handle_buffer),
12806         (gst_rtp_theora_pay_plugin_init):
12807         * gst/rtp/gstrtptheorapay.h:
12808         Add theora pay/depayloaders.
12809
12810 2006-11-06  Wim Taymans  <wim@fluendo.com>
12811
12812         * gst/rtp/Makefile.am:
12813         We depend on gsttag to generate the vorbis comments.
12814
12815         * gst/rtp/gstrtpvorbisdepay.c:
12816         (gst_rtp_vorbis_depay_parse_configuration),
12817         (gst_rtp_vorbis_depay_setcaps),
12818         (gst_rtp_vorbis_depay_switch_codebook),
12819         (gst_rtp_vorbis_depay_process):
12820         * gst/rtp/gstrtpvorbisdepay.h:
12821         Parse configuration string in the depayloader.
12822         Implement selecting and switching to a new codebook.
12823         Receiving vorbis over RTP now works.
12824
12825         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12826         (gst_rtp_vorbis_pay_init_packet),
12827         (gst_rtp_vorbis_pay_finish_headers),
12828         (gst_rtp_vorbis_pay_handle_buffer):
12829         * gst/rtp/gstrtpvorbispay.h:
12830         Set timestamps on outgoing buffers and RTP packets.
12831         Fix configuration string, prepend number of Packet headers.
12832         Fix encoding of ident string.
12833         Add delivery-method to caps.
12834         Streaming vorbis over RTP now works.
12835
12836 2006-11-06  Wim Taymans  <wim@fluendo.com>
12837
12838         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12839         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12840         (gst_rtp_vorbis_pay_handle_buffer):
12841         * gst/rtp/gstrtpvorbispay.h:
12842         Generate a valid configuration string in the caps based on the
12843         vorbis headers.
12844
12845 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12846
12847         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12848         * ext/cdio/gstcdio.h:
12849         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12850           Move CD-TEXT utility function into common file so it can also be
12851           used by a future cdioparanoiasrc.
12852
12853 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12854         
12855         * sys/v4l2/Makefile.am:
12856         * sys/v4l2/gstv4l2object.c:
12857         * sys/v4l2/gstv4l2src.c:
12858         * sys/v4l2/gstv4l2xoverlay.c:
12859         * sys/v4l2/v4l2_calls.c:
12860         * sys/v4l2/v4l2src_calls.c:
12861         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12862         xoverlay code that is still not implemented.
12863
12864 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12867           We require a -base more recent than 0.10.9, so it's safe to use
12868           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12869
12870         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12871         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12872           Use _newsegment_full() now that we depend on a recent enough core.
12873
12874         * gst/wavparse/gstwavparse.c:
12875           Remove cruft that we don't need any longer now that we depend on
12876           a recent enough -base.
12877
12878 2006-10-31  Wim Taymans  <wim@fluendo.com>
12879
12880         * gst/rtp/Makefile.am:
12881         * gst/rtp/gstrtp.c: (plugin_init):
12882         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12883         (gst_rtpilbcpay_setcaps):
12884         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12885
12886 2006-10-31  Wim Taymans  <wim@fluendo.com>
12887
12888         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12889         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12890         Some small cleanups, use _scale.
12891
12892 2006-10-31  Wim Taymans  <wim@fluendo.com>
12893
12894         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12895         Use higher precision scale function.
12896
12897 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         Patch by: Michal Benes  <michal dot benes at itonis tv>
12900
12901         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12902         (gst_matroska_demux_read_track_encodings),
12903         (gst_matroska_decode_buffer):
12904           Fix several issues with encoded/compressed/encrypted/signed tracks;
12905           also, remove superfluous newline characters from some debug
12906           statements. (#366155)
12907
12908 2006-10-30  Wim Taymans  <wim@fluendo.com>
12909
12910         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12911         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12912         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12913         (gst_smokedec_change_state):
12914         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12915         (gst_smokeenc_init), (gst_smokeenc_finalize),
12916         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12917         (gst_smokeenc_resync), (gst_smokeenc_chain),
12918         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12919         (gst_smokeenc_change_state):
12920         Various cleanups, capsnego and leak fixes.
12921
12922 2006-10-30  Wim Taymans  <wim@fluendo.com>
12923
12924         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12925
12926         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12927         Fix videomixer so that it can handle any combination of framerates.
12928         Fixes #367221.
12929
12930 2006-10-28  Wim Taymans  <wim@fluendo.com>
12931
12932         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12933         (gst_avi_demux_parse_file_header),
12934         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12935         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12936         (gst_avi_demux_chain):
12937         Fix position query for audio. also fixes timestamps in streaming
12938         mode and bug #364958.
12939         Small cleanups.
12940
12941 2006-10-27  Wim Taymans  <wim@fluendo.com>
12942
12943         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12944         * ext/libpng/gstpngenc.h:
12945         Fix strides. Fixes #364856.
12946         Cleanup capsnego.
12947         Set caps on outgoing buffers.
12948
12949 2006-10-18  Wim Taymans  <wim@fluendo.com>
12950
12951         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12952
12953         * gst/rtp/gstrtpgsmpay.c:
12954         * gst/rtp/gstrtph263pay.c:
12955         * gst/rtp/gstrtpmpapay.c:
12956         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12957         (gst_rtp_pcma_pay_handle_buffer):
12958         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12959         Add static payload numbers in addition to the dynamic ones.
12960         Fixes #361639.
12961
12962 2006-10-18  Wim Taymans  <wim@fluendo.com>
12963
12964         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12965         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12966         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12967         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12968         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12969         * gst/rtsp/rtspdefs.h:
12970         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12971         * gst/rtsp/rtspurl.h:
12972         Reuse already existing enum for lower transport.
12973         Add rtspt and rtspu protocols.
12974         Send redirect to rtspt when udp times out.
12975
12976 2006-10-18  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12979         (gst_wavparse_stream_data):
12980         Fix seeking some more, mostly for speed changes.
12981
12982 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12983
12984         Patch by: Fredrik Persson  <frepe at bredband net>
12985
12986         * sys/v4l2/gstv4l2tuner.c:
12987         * sys/v4l2/gstv4l2tuner.h:
12988           Fix _set_channel(): remove useless g_object_notify() for "channel"
12989           property that doesn't exist any longer and therefore now also
12990           useless redirect (#338818).
12991
12992 2006-10-17  Wim Taymans  <wim@fluendo.com>
12993
12994         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12995         Some drivers do not support unsetting the non-blocking flag once the
12996         device is opened. In those cases, close/open the device in
12997         non-blocking mode. Fixes #362673.
12998
12999 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13000
13001         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13002         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13003         (gst_v4l2src_get_fps):
13004           dear stefan, framespersecond is not frameperiod, reverting but adding
13005           comment
13006
13007 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13008
13009         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13010         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13011         (gst_v4l2src_get_fps):
13012           Numerator is numerator and denominator is denominator. Say that aloud
13013           5 times and retry after next beer.
13014
13015 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13016
13017         Patch by: Josep Torra Valles  <josep at fluendo com>
13018
13019         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13020         * ext/esd/esdsink.c: (gst_esdsink_write):
13021         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13022         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13023         (gst_flac_dec_send_newsegment):
13024         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13025         (gst_flac_enc_tell_callback):
13026         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13027         (smokecodec_parse_header), (smokecodec_decode):
13028         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13029         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13030         * gst/goom/Makefile.am:
13031         * gst/goom/gstgoom.c:
13032         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13033         * gst/rtsp/gstrtspsrc.c:
13034         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13035         * gst/udp/gstudpsink.c:
13036         * gst/udp/gstudpsrc.c:
13037         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13038         * sys/sunaudio/gstsunaudiomixertrack.h:
13039           Fix a bunch of problems discovered by the Forte compiler, mostly type
13040           mixups and pointer arithmetics with void pointers. Fixes #362603.
13041
13042 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13043
13044         * ext/speex/gstspeex.c: (plugin_init):
13045         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13046         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13047         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13048         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13049         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13050         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13051         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13052         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13053         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13054         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13055         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13056         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13057         * ext/speex/gstspeexenc.h:
13058           Miscellaneous clean-ups, among other things: speexenc => enc to
13059           enhance code readability; change speexenc => speex_enc; in chain
13060           function unref input buffer in case of error; take reference in
13061           event function; use boilerplate macro; use gst_pad_query_peer_*
13062           convenience functions.
13063
13064 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13067         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13068         (gst_speexenc_set_header_on_caps):
13069           Fix some mem leaks.
13070
13071 2006-10-11  Wim Taymans  <wim@fluendo.com>
13072
13073         * gst/rtsp/URLS:
13074         Added some other URL.
13075
13076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13077         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13078         (gst_rtspsrc_open), (gst_rtspsrc_play),
13079         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13080         * gst/rtsp/gstrtspsrc.h:
13081         Work on fallback to TCP connection when the UDP socket times out.
13082         Handler server requests, just reply with OK for now.
13083
13084         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13085         * gst/rtsp/rtspdefs.h:
13086         Added some more Real extension headers.
13087
13088         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13089         Fix parsing of urls with a ':' that is not part of the hostname:port
13090         part of the url.
13091
13092 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13093
13094         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13095         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13096         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13097           Activate pad before adding it to the already-running element.
13098
13099         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13100           Activate newly-created pad too.
13101
13102 2006-10-11  Wim Taymans  <wim@fluendo.com>
13103
13104         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13105
13106         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13107         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13108         (gst_udpsrc_start):
13109         Fix some leaks in caps and uris. Fixes #361252.
13110
13111 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13112
13113         * gst/wavparse/Makefile.am:
13114           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13115
13116 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13117
13118         * sys/v4l2/gstv4l2xoverlay.c:
13119         * sys/v4l2/gstv4l2xoverlay.h:
13120         Fix build as per the patch in #338818 comment 36.
13121
13122 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13125           Activate pads before adding them to the source.
13126
13127 2006-10-06  Wim Taymans  <wim@fluendo.com>
13128
13129         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13130         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13131         Activate pads before adding.
13132
13133 2006-10-06  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13136         (gst_multipart_find_pad_by_mime):
13137         Activate pads before adding.
13138
13139         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13140         BOILERPLATE sets parent_class for us.
13141
13142 2006-10-06  Wim Taymans  <wim@fluendo.com>
13143
13144         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13145         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13146         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13147         (gst_rtspsrc_alloc_udp_ports),
13148         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13149         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13150         (gst_rtspsrc_create_transports_string),
13151         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13152         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13153         * gst/rtsp/gstrtspsrc.h:
13154         Rework how the transport string is constructed, try to share channels
13155         and udp ports.
13156         Make most of the stuff less dependant on RTP as we are also going to use
13157         it for RDT.
13158         Add support for transport specific session managers.
13159
13160         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13161         Implement _flush().
13162
13163         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13164         * gst/rtsp/rtspdefs.h:
13165         Add generic error return code.
13166
13167         * gst/rtsp/rtspext.h:
13168         Add support for pluggable tranport strings.
13169
13170         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13171         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13172         (rtsp_ext_wms_get_context):
13173         Detect WMServer and activate the extension.
13174
13175         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13176         (rtsp_transport_get_manager), (rtsp_transport_parse):
13177         * gst/rtsp/rtsptransport.h:
13178         Added methods to get mime/manager for certain transports.
13179
13180 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13181
13182         * ext/cairo/gsttimeoverlay.c:
13183         (gst_cairo_time_overlay_update_font_height):
13184         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13185         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13186         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13187         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13188         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13189         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13190         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13191         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13192         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13193         (gst_avi_demux_stream_data):
13194         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13195         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13196         (gst_fenced_buffer_copy):
13197         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13199         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13201         (gst_rtspsrc_handle_message):
13202         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13203         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13204           Printf format fixes.
13205
13206 2006-10-04  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/rtsp/Makefile.am:
13209         Dist new .h file too.
13210
13211 2006-10-04  Wim Taymans  <wim@fluendo.com>
13212
13213         * gst/rtsp/Makefile.am:
13214         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13215         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13217         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13218         (gst_rtspsrc_parse_rtpmap),
13219         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13220         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13221         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13222         * gst/rtsp/gstrtspsrc.h:
13223         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13224         * gst/rtsp/rtspdefs.h:
13225         * gst/rtsp/rtspext.h:
13226         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13227         (rtsp_ext_wms_get_context):
13228         * gst/rtsp/rtspextwms.h:
13229         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13230         (rtsp_transport_parse):
13231         * gst/rtsp/rtsptransport.h:
13232         Factor out extension in separate module.
13233         Fix getcaps to filter against the padtemplate.
13234         Use Content-Base if the server gives one.
13235         Rework the transport parsing a bit for future extensions.
13236         Added some Real Header field definitions.
13237
13238 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13239
13240         * docs/plugins/Makefile.am:
13241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13242         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13243           added v4l2 stubs
13244         * gst-plugins-good.spec.in:
13245           add v4l2
13246
13247 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13248
13249         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13250           Extract disc/album/medium number and count and try harder
13251           to extract track number/count.
13252
13253 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * configure.ac:
13256         * sys/Makefile.am:
13257           add build stuff for v4l2, needs --enable-experimental until
13258           the last bits are resolved
13259
13260 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         * tests/check/Makefile.am:
13263           Disable autodetect test temporarily, so that the build bots
13264           update -bad and the ranks of unreliable video sinks in there.
13265
13266         * tests/check/elements/autodetect.c: (GST_START_TEST):
13267           Skip test if no usable videosink is found.
13268
13269 2006-09-29  Wim Taymans  <wim@fluendo.com>
13270
13271         * gst/rtsp/URLS:
13272         Add some more URLs.
13273
13274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13275         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13276         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13277         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13278         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13279         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13280         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13281         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13282         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13283         * gst/rtsp/gstrtspsrc.h:
13284         Add timeout property to control UDP timeouts.
13285         Fix error messages.
13286         Also start a loop function when operating in UDP mode so that we can
13287         do some more stuff async.
13288         Handle element messages from udpsrc to detect timeouts. If a timeout
13289         happens we currently generate an error.
13290         API: rtspsrc::timeout property.
13291
13292         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13293         (gst_udpsrc_create):
13294         Really implement the timeout in microseconds and not milliseconds.
13295
13296 2006-09-29  Wim Taymans  <wim@fluendo.com>
13297
13298         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13299         (gst_udpsrc_create), (gst_udpsrc_set_property),
13300         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13301         * gst/udp/gstudpsrc.h:
13302         Added property to post a message on timeout.
13303         Updated docs.
13304         When restarting the select, initialize the fdsets again.
13305         Init control sockets so we don't accidentally close a random socket.
13306         API: GstUDPSrc::timeout property
13307
13308 2006-09-29  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13311         Fix flag registration.
13312
13313         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13314         Reading 0 also means 'no more commands'
13315
13316 2006-09-29  Wim Taymans  <wim@fluendo.com>
13317
13318         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13319
13320         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13321         Fix possible infinite loop when shutting down, a read can also return
13322         0 to indicate no more messages are available. Fixes #358156.
13323
13324 2006-09-25  Wim Taymans  <wim@fluendo.com>
13325
13326         * gst/autodetect/gstautoaudiosink.c:
13327         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13328         (gst_auto_audio_sink_find_best):
13329         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13330         Small cleanups.
13331         don't try to set "sync" property when it is not available.
13332
13333 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13334
13335         Patch by: Peter Kjellerstedt  <pkj at axis com>
13336
13337         * gst/alpha/gstalpha.c:
13338         * gst/rtp/gstrtpamrdepay.c:
13339         * gst/rtsp/gstrtspsrc.c:
13340         * gst/udp/gstudpsrc.c:
13341         * gst/videomixer/videomixer.c:
13342           Include stdlib.h in some more places, makes things compile
13343           with uClibc and -Werror (#357592).
13344
13345 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13346
13347         * ext/jpeg/gstjpegdec.c:
13348           Set minimum height to 8 (from 16), our code should handle
13349           that fine. Some of the buttons on the apple trailer site
13350           are apparently only 15 pixels high (see #357470).
13351
13352 2006-09-23  Wim Taymans  <wim@fluendo.com>
13353
13354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13355         (gst_rtspsrc_open):
13356         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13357         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13358         (rtsp_connection_receive):
13359         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13360         * gst/rtsp/rtspdefs.h:
13361         Improve error reporting.
13362
13363 2006-09-23  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13366         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13367         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13368         * gst/rtp/gstrtpdepay.c:
13369         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13370         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13371         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13372         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13373         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13374         (gst_rtp_mp2t_depay_plugin_init):
13375         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13376         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13377         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13378         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13379         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13380         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13381         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13382         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13383         Fix klass typos.
13384         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13385
13386 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * configure.ac:
13389           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13390
13391 2006-09-22  Wim Taymans  <wim@fluendo.com>
13392
13393         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13394         Don't check for a tag that is never there and check if we read the
13395         correct tag. Fixes seeking again.
13396         We must post an error when all pads are unlinked.
13397
13398 2006-09-22  Wim Taymans  <wim@fluendo.com>
13399
13400         * gst/rtp/Makefile.am:
13401         * gst/rtp/gstrtp.c: (plugin_init):
13402         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13403         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13404         (gst_rtp_vorbis_pay_reset_packet),
13405         (gst_rtp_vorbis_pay_init_packet),
13406         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13407         (gst_rtp_vorbis_pay_handle_buffer):
13408         More fixage, set endoder-params correctly in the payloader.
13409
13410 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * gst/autodetect/gstautoaudiosink.c:
13413         (gst_auto_audio_sink_base_init):
13414         * gst/autodetect/gstautovideosink.c:
13415         (gst_auto_video_sink_base_init):
13416           Make static pad templates static to appease valgrind's leak
13417           detector.
13418
13419         * tests/check/Makefile.am:
13420         * tests/check/elements/.cvsignore:
13421         * tests/check/elements/autodetect.c: (GST_START_TEST),
13422         (autodetect_suite):
13423           Add simple test for the ghostpad lockup on shutdown fixed in core
13424           CVS (audio bit disabled because it would need dozens of alsa
13425           suppressions and I'm too lazy to add those now).
13426
13427 2006-09-22  Wim Taymans  <wim@fluendo.com>
13428
13429         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13430         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13431         Small cleanups.
13432
13433         * gst/rtp/Makefile.am:
13434         * gst/rtp/gstrtp.c: (plugin_init):
13435         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13436         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13437         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13438         (gst_rtp_vorbis_depay_process),
13439         (gst_rtp_vorbis_depay_set_property),
13440         (gst_rtp_vorbis_depay_get_property),
13441         (gst_rtp_vorbis_depay_change_state),
13442         (gst_rtp_vorbis_depay_plugin_init):
13443         * gst/rtp/gstrtpvorbisdepay.h:
13444         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13445         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13446         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13447         (gst_rtp_vorbis_pay_flush_packet),
13448         (gst_rtp_vorbis_pay_append_buffer),
13449         (gst_rtp_vorbis_pay_handle_buffer),
13450         (gst_rtp_vorbis_pay_plugin_init):
13451         * gst/rtp/gstrtpvorbispay.h:
13452         Add experimental vorbis pay and depayloaders.
13453
13454 2006-09-21  Wim Taymans  <wim@fluendo.com>
13455
13456         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13457         Fix profile-level-id parsing and setup.
13458
13459 2006-09-21  Wim Taymans  <wim@fluendo.com>
13460
13461         * gst/udp/README:
13462         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13463         Update README, simple cleanup.
13464
13465 2006-09-21  Wim Taymans  <wim@fluendo.com>
13466
13467         * gst/rtp/README:
13468         Update README with some examples.
13469
13470         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13471         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13472         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13473         (gst_rtp_mp4g_pay_setcaps):
13474         * gst/rtp/gstrtpmp4gpay.h:
13475         Make optional RTP parameters of type STRING, as required by the
13476         application/x-rtp caps specification.
13477
13478 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13479
13480         * gst/rtp/gstrtph263pdepay.c:
13481         * gst/rtp/gstrtph263ppay.c:
13482         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13483         RTP header.
13484
13485 2006-09-20  Wim Taymans  <wim@fluendo.com>
13486
13487         * gst/rtp/Makefile.am:
13488         And makefile too.
13489
13490 2006-09-20  Wim Taymans  <wim@fluendo.com>
13491
13492         * gst/rtp/gstrtp.c: (plugin_init):
13493         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13494         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13495         (decode_base64), (gst_rtp_asf_depay_setcaps),
13496         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13497         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13498         (gst_rtp_asf_depay_plugin_init):
13499         * gst/rtp/gstrtpasfdepay.h:
13500         Added preliminary ASF depayloader.
13501
13502         * gst/rtp/gstrtph264depay.c: (decode_base64):
13503         Fix base64 decoding.
13504
13505 2006-09-20  Wim Taymans  <wim@fluendo.com>
13506
13507         * gst/rtsp/URLS:
13508         Added some test URLS.
13509
13510         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13511         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13512         * gst/rtsp/gstrtspsrc.h:
13513         When creating streams, give access to the complete SDP.
13514         Fix some leaks.
13515         Collect and merge global stream properties in stream caps.
13516         Preliminary support for WMServer.
13517
13518         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13519         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13520         (rtsp_connection_receive):
13521         * gst/rtsp/rtspconnection.h:
13522         Make connection interruptable.
13523         Refactor to make it reconnectable.
13524         Don't fail on short reads when reading data packets.
13525
13526         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13527         (rtsp_url_get_port):
13528         * gst/rtsp/rtspurl.h:
13529         Add methods for getting/setting the port.
13530
13531         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13532         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13533         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13534         (sdp_media_get_format), (sdp_parse_line),
13535         (sdp_message_parse_buffer):
13536         Fix headers. 
13537         Add methods for getting multiple attributes with the same name.
13538         Increase buffer size when parsing.
13539         Fix parsing of a=foo fields.
13540
13541         * gst/rtsp/test.c: (main):
13542         Update to new connection API.
13543
13544         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13545         (rtsp_message_init_response), (rtsp_message_init_data),
13546         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13547         * gst/rtsp/rtspmessage.h:
13548         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13549         * gst/rtsp/rtsptransport.h:
13550         * gst/rtsp/sdp.h:
13551         * gst/rtsp/sdpmessage.h:
13552         * gst/rtsp/gstrtsp.c:
13553         * gst/rtsp/gstrtsp.h:
13554         * gst/rtsp/gstrtpdec.c:
13555         * gst/rtsp/gstrtpdec.h:
13556         * gst/rtsp/rtsp.h:
13557         * gst/rtsp/rtspdefs.c:
13558         * gst/rtsp/rtspdefs.h:
13559         Dual licensed under MIT and LGPL now.
13560
13561 2006-09-19  Wim Taymans  <wim@fluendo.com>
13562
13563         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13564         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13565         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13566         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13567         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13568         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13569         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13570         * gst/rtsp/gstrtspsrc.h:
13571         Reorganize stream parsing and creation.
13572         Detect container formats in interleaved mode.
13573         Keep more state about the streams.
13574         Assume a server also supports PLAY if it does not say.
13575         Add unicast and interleaved properties to TCP transport requests to make
13576         some servers happy (WMServer).
13577
13578         * gst/rtsp/sdpmessage.h:
13579         Add some defines for the standard Bandwidth types.
13580
13581 2006-09-19  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/rtsp/test.c: (main):
13584         Fix build.
13585
13586 2006-09-19  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst/wavparse/gstwavparse.c:
13589         Add ms-gsm to the src template.
13590
13591 2006-09-18  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13594         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13595         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13596         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13597         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13598         * gst/rtsp/gstrtspsrc.h:
13599         Small cleanups, added documentation.
13600         Try to clean up the requests and responses.
13601         Refactor parsing the supported methods.
13602
13603         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13604         (rtsp_connection_create), (rtsp_connection_send),
13605         (parse_response_status), (parse_request_line),
13606         (rtsp_connection_receive), (rtsp_connection_close),
13607         (rtsp_connection_free):
13608         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13609         (rtsp_transport_init), (rtsp_transport_parse),
13610         (rtsp_transport_free):
13611         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13612         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13613         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13614         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13615         Use g_return_val some more.
13616
13617         * gst/rtsp/rtspdefs.h:
13618         Add more enum values to track initial states.
13619
13620         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13621         (rtsp_message_init_request), (rtsp_message_new_response),
13622         (rtsp_message_init_response), (rtsp_message_init_data),
13623         (rtsp_message_unset), (rtsp_message_free),
13624         (rtsp_message_add_header), (rtsp_message_remove_header),
13625         (rtsp_message_get_header), (rtsp_message_set_body),
13626         (rtsp_message_take_body), (rtsp_message_get_body),
13627         (rtsp_message_steal_body), (rtsp_message_dump):
13628         * gst/rtsp/rtspmessage.h:
13629         Reorder arguments, object goes as the first one.
13630         Use g_return_val some more.
13631
13632 2006-09-18  Wim Taymans  <wim@fluendo.com>
13633
13634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13635         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13636         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13637         * gst/rtsp/gstrtspsrc.h:
13638         Export sometimes source pad with correct caps on the template, create
13639         the ghostpad from the template.
13640         Remove RTCP template as we never expose RTCP.
13641         Protect against invalid body size.
13642         Avoid memcpy when creating the output buffer.
13643         Properly post an error and send EOS when the loop function is shut down.
13644
13645 2006-09-18  Wim Taymans  <wim@fluendo.com>
13646
13647         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13648
13649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13650         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13651         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13652         * gst/rtsp/gstrtspsrc.h:
13653         Make sure we can never set an invalid location.
13654
13655         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13656         * gst/rtsp/rtspmessage.h:
13657         Added _steal_body method for future use.
13658
13659         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13660         Make freeing of NULL url return immediatly.
13661
13662 2006-09-18  Wim Taymans  <wim@fluendo.com>
13663
13664         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13665
13666         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13667         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13668         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13669         (gst_rtspsrc_change_state):
13670         * gst/rtsp/gstrtspsrc.h:
13671         Use boilerplate.
13672         Make rtspsrc subclass GstBin to make state changes easier.
13673         Add Range header field on the PLAY request.
13674
13675 2006-09-18  Wim Taymans  <wim@fluendo.com>
13676
13677         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13678
13679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13680         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13681         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13682         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13683         * gst/rtsp/rtspconnection.c: (inet_aton):
13684         Small cleanups.
13685         when multicast is selected as the transport, create UDP sources and
13686         connect to the multicast group.
13687         Move parsing and setting of caps to a common place.
13688         Fixes #349894.
13689
13690 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13691
13692         * ext/flac/gstflactag.c:
13693         * gst/alpha/gstalpha.c:
13694         * gst/debug/breakmydata.c:
13695         * gst/debug/negotiation.c:
13696         * gst/debug/testplugin.c:
13697         * gst/effectv/gstaging.c:
13698         * gst/effectv/gstdice.c:
13699         * gst/effectv/gstedge.c:
13700         * gst/effectv/gstquark.c:
13701         * gst/effectv/gstrev.c:
13702         * gst/effectv/gstshagadelic.c:
13703         * gst/effectv/gstvertigo.c:
13704         * gst/effectv/gstwarp.c:
13705         * gst/multipart/multipartdemux.c:
13706         * gst/multipart/multipartmux.c:
13707         * gst/videobox/gstvideobox.c:
13708         * gst/videofilter/gstgamma.c:
13709         * gst/videofilter/gstvideotemplate.c:
13710         * gst/videomixer/videomixer.c:
13711         * sys/sunaudio/gstsunaudiosrc.h:
13712         More G_OBJECT macro fixing.
13713
13714 2006-09-16  Wim Taymans  <wim@fluendo.com>
13715
13716         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13717
13718         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13719         Correctly set the dwLength in strh.
13720         With this patch, the file duration is now displayed correctly in window
13721         media player and the AVI plays completely. Fixes #356147
13722
13723 2006-09-15  Wim Taymans  <wim@fluendo.com>
13724
13725         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13726
13727         * sys/sunaudio/gstsunaudiomixerctrl.c:
13728         (gst_sunaudiomixer_ctrl_build_list):
13729         Set the output track as the MASTER so that the gnome-settings-daemon
13730         keybindings for changing the volume using the keyboard works.
13731         Fixes #356142.
13732
13733 2006-09-15  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13736         Fix documentation, it is not possible to control the framerate of jpegdec
13737         using filtered caps yet. Fixes #355210.
13738         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13739         stop when there is an error.
13740
13741 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13744         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13745           Don't interpret a first buffer with an offset of NONE as
13746           'from the middle of the stream', but only a first buffer
13747           that has a valid buffer offset that's non-zero (see #345449).
13748
13749 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13750
13751         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13752         (gst_icydemux_typefind_or_forward):
13753         * gst/icydemux/gsticydemux.h:
13754           When we merge/collect multiple incoming buffers for typefinding
13755           purposes, keep an initial 0 offset on the first outgoing buffer
13756           as well (otherwise id3demux won't work right). Fixes #345449.
13757           Also Make buffer metadata writable before setting buffer caps.
13758
13759         * tests/check/elements/icydemux.c: (typefind_succeed),
13760         (cleanup_icydemux), (push_data), (GST_START_TEST),
13761         (icydemux_suite):
13762           Small test case for the above.
13763
13764 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13765
13766         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13767         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13768         (gst_avi_demux_stream_header_push),
13769         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13770         (gst_avi_demux_loop):
13771           More code reuse and better logging in _peek_chunk(). Reintroduce check
13772           for chunk sizes before reading them (avoid oom). Better handling for 
13773           invalid chunksizes when streaming.
13774
13775 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13776
13777         * gst/level/gstlevel.c: (gst_level_set_property):
13778         * gst/level/gstlevel.h:
13779           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13780           René Stadler
13781
13782 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13783
13784         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13785         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13786         (gst_avi_demux_stream_data):
13787           Revert one change to fix streaming avi (adapter size != data size).
13788
13789 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13790
13791         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13792
13793         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13794         (gst_matroska_demux_reset),
13795         (gst_matroska_demux_read_track_encodings),
13796         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13797         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13798         (gst_matroska_demux_subtitle_caps):
13799         * gst/matroska/matroska-ids.h:
13800           Add support for VOBSUB subtitle tracks and zlib-compressed
13801           tracks. Make sure we start on a keyframe after a seek. (#343348)
13802
13803 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13806         (gst_matroska_demux_push_flac_codec_priv_data),
13807         (gst_matroska_demux_push_xiph_codec_priv_data),
13808         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13809         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13810         * gst/matroska/matroska-ids.h:
13811           Add basic FLAC support (#311586), not perfect yet though, needs some
13812           tweaking in flacdec; also, seeking could be better.
13813           Do better bounds checking when deserialising vorbis stream headers
13814           to make sure we don't read beyond the end of the buffer on bad input.
13815
13816 2006-09-04  Wim Taymans  <wim@fluendo.com>
13817
13818         Patch by: Alessandro Decina <alessandro at nnva dot org>
13819
13820         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13821         Seeking back in a file containing a CMML stream errors out if the seek
13822         goes back up to the CMML headers. This is because after the seek the xml
13823         processing instruction <?xml ...?> is submitted to the xml parser again, 
13824         which results in an error. The attached patch fixes the problem. 
13825         Fixes #353908.
13826
13827         * ext/annodex/gstcmmlenc.h:
13828         Fix authors name.
13829
13830
13831 2006-08-28  Andy Wingo  <wingo@pobox.com>
13832
13833         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13834         New helper function to lessen the ifdefs.
13835         (GST_INFO_OBJECT): 
13836         (gst_dv1394src_iso_receive): Use it.
13837         (gst_dv1394src_create): Also use the control sockets in iec61883
13838         mode.
13839         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13840         handle for AVC operations; fixes #348233.
13841
13842 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13843
13844         * configure.ac:
13845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13846         * docs/plugins/inspect/plugin-audiofx.xml:
13847         * docs/plugins/inspect/plugin-audiofxgood.xml:
13848         * gst/audiofx/Makefile.am:
13849         * gst/audiofx/audiofx.c:
13850         * gst/audiofxgood/.cvsignore:
13851         * gst/audiofxgood/Makefile.am:
13852         * gst/audiofxgood/audiofx.c:
13853         * gst/audiofxgood/audiopanorama.c:
13854         * gst/audiofxgood/audiopanorama.h:
13855           Rename again (audiofxgood -> audiofx).
13856
13857 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13858
13859         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13860         (gst_avi_demux_stream_scan):
13861           Initialze variables.
13862
13863 2006-08-25  Wim Taymans  <wim@fluendo.com>
13864
13865         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13866         (gst_avi_demux_init), (gst_avi_demux_finalize),
13867         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13868         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13869         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13870         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13871         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13872         (gst_avi_demux_massage_index),
13873         (gst_avi_demux_calculate_durations_from_index),
13874         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13875         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13876         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13877         (gst_avi_demux_change_state):
13878         * gst/avi/gstavidemux.h:
13879         More attempts to turn this into readable code.
13880         Don't leak adapters.
13881         Calculate duration according to index more efficiently.
13882         Don't try to act like we drive the pipeline in chain mode.
13883
13884 2006-08-25  Wim Taymans  <wim@fluendo.com>
13885
13886         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13887         Fix build.
13888
13889 2006-08-25  Wim Taymans  <wim@fluendo.com>
13890
13891         Patch by: Alessandro Decina <alessandro at nnva dot org>
13892
13893         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13894         Do some extra sanity checks.
13895         Fixes #350340.
13896
13897         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13898         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13899         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13900         Check if clip->start_time is valid before adding the clip to the
13901         track list.
13902         Reset enc->preamble going from PAUSED to READY.
13903         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13904         only used for EOS.
13905         Only post an error message if we were the one that created the fatal
13906         GstFlowReturn value.
13907
13908         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13909         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13910         Parse the seconds field of the npt-sec time format using %llu rather than
13911         %d and check that the value scaled by GST_SECOND doesn't overflow.
13912         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13913         Lookup a clip's track with clip->track rather than clip->id which
13914         makes no sense.
13915         Identify a clip by its track and start time and not its xml id.
13916         do some more input checking and make sure we don't do undefined shifts.
13917
13918         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13919         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13920         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13921         (push_clip), (push_empty_clip), (check_output_clip),
13922         (GST_START_TEST), (cmmldec_suite):
13923         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13924         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13925         (check_headers), (push_clip), (check_clip_times), (check_clip),
13926         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13927         Added some more checks.
13928
13929 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13930
13931         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13932         (gst_audio_panorama_set_property),
13933         (gst_audio_panorama_get_property),
13934         (gst_audio_panorama_transform_m2s_int),
13935         (gst_audio_panorama_transform_s2s_int),
13936         (gst_audio_panorama_transform_m2s_float),
13937         (gst_audio_panorama_transform_s2s_float):
13938         * gst/audiofxgood/audiopanorama.h:
13939         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13940           Make also the pan-property float (saves scaling and yields better
13941           resolution)
13942
13943 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13944
13945         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13946         (gst_audio_panorama_transform_m2s_float),
13947         (gst_audio_panorama_transform_s2s_float):
13948           ChangeLog surgery to add cymax's real name
13949
13950
13951 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13952
13953         Patch by: René Stadler <mail@renestadler.de>
13954
13955         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13956         (gst_audio_panorama_transform_m2s_int),
13957         (gst_audio_panorama_transform_s2s_int),
13958         (gst_audio_panorama_transform_m2s_float),
13959         (gst_audio_panorama_transform_s2s_float),
13960         (gst_audio_panorama_transform):
13961         * gst/audiofxgood/audiopanorama.h:
13962           Added float support
13963
13964 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13965
13966         * gst/audiofxgood/audiopanorama.c:
13967         (gst_audio_panorama_transform_m2s):
13968           Fix docs & debug category. Add Fixme for volume pan levels.
13969
13970 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13971
13972         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13973         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13974         (gst_avi_demux_stream_header_pull),
13975         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13976         (gst_avi_demux_chain):
13977           unbreak AVI index handling, some more debug, remove an obsolete
13978           adapter_flush that caused streaming to wander off in the wild
13979
13980 2006-08-24  Wim Taymans  <wim@fluendo.com>
13981
13982         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13983         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13984         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13985         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13986         (gst_avi_demux_calculate_durations_from_index),
13987         (gst_avi_demux_stream_header_push),
13988         (gst_avi_demux_stream_header_pull):
13989         * gst/avi/gstavidemux.h:
13990         Some more cleanups. 
13991         Fix totalFrames parsing in ODML.
13992         Disable use of index for length calculation in case of ODML as this is
13993         broken now.
13994
13995 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13998           Use libgsttag helper function here too.
13999
14000 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14001
14002         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14003         (gst_avi_demux_init), (gst_avi_demux_dispose),
14004         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14005         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14006         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14007         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14008         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14009         (gst_avi_demux_parse_subindex),
14010         (gst_avi_demux_read_subindexes_push),
14011         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14012         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14013         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14014         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14015         (gst_avi_demux_stream_header_pull),
14016         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14017         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14018         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14019         (gst_avi_demux_change_state):
14020         * gst/avi/gstavidemux.h:
14021           Initial streaming support for avidemux (fixes #336465)
14022
14023 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14026           There is no taglibmux element ...
14027
14028         * gst/rtsp/gstrtspsrc.c:
14029           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14030           was complaining about unknown entity here.
14031
14032 2006-08-22  Wim Taymans  <wim@fluendo.com>
14033
14034         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14035         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14036         (gst_avi_demux_process_next_entry):
14037         * gst/avi/gstavidemux.h:
14038         Mark DISCONT.
14039         Remove old unused fields and reorder the struct a bit.
14040
14041 2006-08-22  Wim Taymans  <wim@fluendo.com>
14042
14043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14044         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14045         (gst_rtspsrc_pause):
14046         * gst/rtsp/gstrtspsrc.h:
14047         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14048         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14049         Small documentation updates.
14050
14051 2006-08-22  Wim Taymans  <wim@fluendo.com>
14052
14053         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14054         (gst_avi_demux_index_entry_for_time),
14055         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14056         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14057         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14058         (gst_avi_demux_next_data_buffer),
14059         (gst_avi_demux_calculate_durations_from_index),
14060         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14061         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14062         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14063         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14064         * gst/avi/gstavidemux.h:
14065         Precalc most of the duration query for each stream.
14066         Make seeking more correct.
14067         Use GstSegment to track position and duration.
14068         Code cleanups and leak fixes.
14069         Calculate correct total duration based on index length.
14070
14071 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14072
14073         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14074         (parse_insert_string_field):
14075           If strings in text fields are marked ISO8859-1, but contain
14076           valid UTF-8 already, then handle them as UTF-8 and ignore
14077           the encoding. (#351794)
14078
14079 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14080
14081         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14082         (gst_flac_dec_write), (gst_flac_dec_loop),
14083         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14084         (gst_flac_dec_src_query):
14085         * ext/flac/gstflacdec.h:
14086           Make flac-in-ogg work (#352100).
14087
14088 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14091           Don't unref buffers of which we've already given away
14092           ownership to the adapter.
14093
14094 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14097           Make metadata extraction actually work.
14098
14099         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14100         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14101         (gst_speexenc_chain):
14102           Fix metadata writing: replace old code which wrote completely
14103           broken tags with libgsttag-based code. Plus miscellaneous
14104           code cleanups (use static pad templates etc.) and a bunch
14105           of leak fixes.
14106
14107 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14108
14109         * gst/audiopanorama/.cvsignore:
14110         * gst/audiopanorama/Makefile.am:
14111         * gst/audiopanorama/audiofx.c:
14112         * gst/audiopanorama/audiopanorama.c:
14113         * gst/audiopanorama/audiopanorama.h:
14114           die! die! die! you should never have been there
14115
14116 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14117
14118         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14119         Fix invalid memory access in audiopanorama test suite.
14120
14121 2006-08-21  Edward Hervey  <edward@fluendo.com>
14122
14123         * tests/check/elements/.cvsignore:
14124         ignore built file
14125
14126 2006-08-21  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst/rtp/Makefile.am:
14129         Fix the build again.
14130
14131 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14132
14133         * gst/audiofxgood/.cvsignore:
14134         * gst/audiofxgood/Makefile.am:
14135         * gst/audiofxgood/audiofx.c: (plugin_init):
14136         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14137         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14138         (gst_audio_panorama_set_property),
14139         (gst_audio_panorama_get_property),
14140         (gst_audio_panorama_get_unit_size),
14141         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14142         (gst_audio_panorama_transform_m2s),
14143         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14144         * gst/audiofxgood/audiopanorama.h:
14145           resubmit with the desired name *again*
14146
14147 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14148
14149         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14150         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14151           use g_assert in _get_unit_size
14152
14153 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14154
14155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14157         * docs/plugins/inspect/plugin-audiofxgood.xml:
14158           cleanup -unused.txt to make it useful, add previously missing docs
14159
14160         * ext/Makefile.am:
14161           Quietly (accidentally) enable LADSPA for building by default, 
14162           despite the fact that it doesn't meet the plugin checklist.
14163             -- Added by Jan Schmidt 18 Dec 2006
14164
14165         * ext/esd/esdmon.c:
14166         * ext/esd/esdsink.c:
14167         * ext/esd/gstesd.c: (plugin_init):
14168           reflow to get rid of two external symbols
14169
14170         * gst/audiofxgood/audiofx.c: (plugin_init):
14171           re-add
14172
14173 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14174
14175         * configure.ac:
14176         * gst/audiofxgood/.cvsignore:
14177         * gst/audiofxgood/Makefile.am:
14178         * gst/audiofxgood/audiofx.c
14179         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14180         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14181         (gst_audio_panorama_set_property),
14182         (gst_audio_panorama_get_property),
14183         (gst_audio_panorama_get_unit_size),
14184         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14185         (gst_audio_panorama_transform_m2s),
14186         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14187         * gst/audiofxgood/audiopanorama.h:
14188         * tests/check/Makefile.am:
14189         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14190         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14191         (panorama_suite), (main):
14192         Add audiofxgood plugin with audiopanorama element
14193
14194 2006-08-18  Wim Taymans  <wim@fluendo.com>
14195
14196         * docs/plugins/Makefile.am:
14197         More Oss docs fixage. 
14198
14199 2006-08-18  Wim Taymans  <wim@fluendo.com>
14200
14201         * gst/rtp/Makefile.am:
14202         * gst/rtp/gstrtp.c: (plugin_init):
14203         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14204         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14205         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14206         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14207         (gst_rtp_sv3v_depay_get_property),
14208         (gst_rtp_sv3v_depay_change_state),
14209         (gst_rtp_sv3v_depay_plugin_init):
14210         * gst/rtp/gstrtpsv3vdepay.h:
14211         Added experimental SVQ3 depayloader.
14212
14213 2006-08-18  Edward Hervey  <edward@fluendo.com>
14214
14215         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14216         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14217         * ext/dv/gstdvdemux.h:
14218         When handling seek requests, don't send the newsegment event from the
14219         calling thread. Instead save it so it can be sent from the streaming
14220         thread.
14221
14222 2006-08-17  Wim Taymans  <wim@fluendo.com>
14223
14224         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14225
14226         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14227         Accept leading whitespace before the boundary
14228         This patch makes the demuxer allow some whitespace before the actual
14229         boundary. This makes the demuxer work with the ``old'' gstreamer
14230         multipartmuxer again (which placed an extra \n before the start
14231         of the stream) Fixes #349068.
14232
14233 2006-08-17  Wim Taymans  <wim@fluendo.com>
14234
14235         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14236         Error out on non-implemented stuff.
14237
14238 2006-08-16  Wim Taymans  <wim@fluendo.com>
14239
14240         Patch by: Andy Wingo <wingo at pobox dot com>
14241
14242         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14243         (gst_signal_processor_start), (gst_signal_processor_stop),
14244         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14245         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14246         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14247         (gst_signal_processor_change_state):
14248         Make ladspa elements reusable. Fixes #350006.
14249
14250 2006-08-16  Wim Taymans  <wim@fluendo.com>
14251
14252         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14253         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14254         names as possible. Fixes #349901.
14255
14256 2006-08-16  Wim Taymans  <wim@fluendo.com>
14257
14258         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14259         (gst_signal_processor_do_pushes):
14260         A push() gives away our refcount so we should not use the buffer on the
14261         pen anymore.
14262
14263 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14266         (gst_oss_mixer_element_finalize):
14267           Don't leak device string.
14268
14269 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * configure.ac:
14272           Require CVS of GStreamer core and -base (for
14273           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14274
14275         * ext/taglib/gstid3v2mux.cc:
14276           Write extended comment tags properly (#348762).
14277
14278         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14279         (parse_comment_frame):
14280           Extract COMM frames into extended comments, which makes it
14281           easier to properly retain the description bit of the tag
14282           and maintain this information when re-tagging (#348762).
14283
14284 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14285
14286         * tests/check/Makefile.am:
14287           Don't try to run annodex unit tests if the annodex
14288           plugin has not been built (Fixes #351116).
14289
14290 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * gst/autodetect/gstautoaudiosink.c:
14293         (gst_auto_audio_sink_find_best):
14294           When we can't find a usable audiosink, don't error out,
14295           but use a fake sink instead and post a warning message
14296           on the bus (#341278).
14297
14298 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14299
14300         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14301         * sys/oss/gstosssink.c:
14302         * sys/oss/gstosssrc.c:
14303           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14304           ossmixer's new device property.
14305
14306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14308           Add docs for OSS elements.
14309
14310         * docs/plugins/inspect/plugin-aasink.xml:
14311         * docs/plugins/inspect/plugin-alaw.xml:
14312         * docs/plugins/inspect/plugin-alpha.xml:
14313         * docs/plugins/inspect/plugin-alphacolor.xml:
14314         * docs/plugins/inspect/plugin-annodex.xml:
14315         * docs/plugins/inspect/plugin-apetag.xml:
14316         * docs/plugins/inspect/plugin-auparse.xml:
14317         * docs/plugins/inspect/plugin-autodetect.xml:
14318         * docs/plugins/inspect/plugin-avi.xml:
14319         * docs/plugins/inspect/plugin-cacasink.xml:
14320         * docs/plugins/inspect/plugin-cairo.xml:
14321         * docs/plugins/inspect/plugin-cdio.xml:
14322         * docs/plugins/inspect/plugin-cutter.xml:
14323         * docs/plugins/inspect/plugin-debug.xml:
14324         * docs/plugins/inspect/plugin-dv.xml:
14325         * docs/plugins/inspect/plugin-efence.xml:
14326         * docs/plugins/inspect/plugin-effectv.xml:
14327         * docs/plugins/inspect/plugin-esdsink.xml:
14328         * docs/plugins/inspect/plugin-flac.xml:
14329         * docs/plugins/inspect/plugin-flxdec.xml:
14330         * docs/plugins/inspect/plugin-gconfelements.xml:
14331         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14332         * docs/plugins/inspect/plugin-goom.xml:
14333         * docs/plugins/inspect/plugin-halelements.xml:
14334         * docs/plugins/inspect/plugin-icydemux.xml:
14335         * docs/plugins/inspect/plugin-id3demux.xml:
14336         * docs/plugins/inspect/plugin-jpeg.xml:
14337         * docs/plugins/inspect/plugin-level.xml:
14338         * docs/plugins/inspect/plugin-matroska.xml:
14339         * docs/plugins/inspect/plugin-mulaw.xml:
14340         * docs/plugins/inspect/plugin-multipart.xml:
14341         * docs/plugins/inspect/plugin-navigationtest.xml:
14342         * docs/plugins/inspect/plugin-ossaudio.xml:
14343         * docs/plugins/inspect/plugin-png.xml:
14344         * docs/plugins/inspect/plugin-rtp.xml:
14345         * docs/plugins/inspect/plugin-rtsp.xml:
14346         * docs/plugins/inspect/plugin-shout2send.xml:
14347         * docs/plugins/inspect/plugin-smpte.xml:
14348         * docs/plugins/inspect/plugin-speex.xml:
14349         * docs/plugins/inspect/plugin-taglib.xml:
14350         * docs/plugins/inspect/plugin-udp.xml:
14351         * docs/plugins/inspect/plugin-videobalance.xml:
14352         * docs/plugins/inspect/plugin-videobox.xml:
14353         * docs/plugins/inspect/plugin-videoflip.xml:
14354         * docs/plugins/inspect/plugin-videomixer.xml:
14355         * docs/plugins/inspect/plugin-wavenc.xml:
14356         * docs/plugins/inspect/plugin-wavparse.xml:
14357         * docs/plugins/inspect/plugin-ximagesrc.xml:
14358           Update to CVS version.
14359           
14360 2006-08-16  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst/rtp/gstrtpamrdepay.c:
14363         * gst/rtp/gstrtpmp4gdepay.c:
14364         Caps extra properties must be defined as strings for
14365         depayloaders because they are generated from an SDP.
14366
14367         * gst/rtp/Makefile.am:
14368         * gst/rtp/gstrtp.c: (plugin_init):
14369         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14370         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14371         (gst_rtp_h264_depay_finalize), (decode_base64),
14372         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14373         (gst_rtp_h264_depay_set_property),
14374         (gst_rtp_h264_depay_get_property),
14375         (gst_rtp_h264_depay_change_state),
14376         (gst_rtp_h264_depay_plugin_init):
14377         * gst/rtp/gstrtph264depay.h:
14378         Added basic, not completely functional RFC 3984 H264 depayloader.
14379
14380 2006-08-16  Wim Taymans  <wim@fluendo.com>
14381
14382         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14383         Add pads after setting them up.
14384
14385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14386         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14387         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14388         (gst_rtspsrc_stream_setup_rtp),
14389         (gst_rtspsrc_stream_configure_transport),
14390         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14391         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14392         (gst_rtspsrc_pause):
14393         * gst/rtsp/gstrtspsrc.h:
14394         Fix interleaved mode.
14395          - Protect streaming with lock.
14396          - Combine flows
14397          - set caps on outgoing buffers.
14398          - strip trailing \0 from data packets.
14399          - Configure RTP/RTCP in stream.
14400         Use DEBUG_OBJECT more.
14401
14402 2006-08-16  Wim Taymans  <wim@fluendo.com>
14403
14404         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14405         Turn a g_print into a DEBUG line.
14406
14407 2006-08-13  Wim Taymans  <wim@fluendo.com>
14408
14409         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14410         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14411         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14412         (gst_oss_mixer_element_get_property),
14413         (gst_oss_mixer_element_change_state):
14414         * sys/oss/gstossmixerelement.h:
14415         Small cleanups. Better error reporting.
14416         Add device property for the mixer instead of the hardcoded
14417         /dev/mixer. Fixes #350785.
14418         API: GstOssMixerElement::device property
14419
14420 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         Patch by: Jens Granseuer <jensgr at gmx net>
14423
14424         * gconf/Makefile.am:
14425           Make --disable-schemas work right (they still need
14426           to be copied to the installation directory, just not
14427           applied). Fixes #351347 (also #344100).
14428           
14429 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14430
14431         * configure.ac: back to HEAD
14432
14433 === release 0.10.4 ===
14434
14435 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14436
14437         * configure.ac:
14438           releasing 0.10.4, "Dear Leader"
14439
14440 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14441
14442         Patch by: Edward Hervey <edward@fluendo.com>
14443
14444         * configure.ac:
14445         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14446         (gst_wavparse_stream_data):
14447         Send the newsegment event in the streaming thread.
14448         Fixes #347529
14449
14450 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14453         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14454         (gst_smokeenc_resync), (gst_smokeenc_chain):
14455           Refuse sink caps in the encoder if width or height is not a
14456           multiple of 16, the encoder does not support that yet (#349939);
14457           along the same lines, check the return value of the encoder
14458           setup function; also remove some debug log clutter.
14459
14460 2006-08-04  Andy Wingo  <wingo@pobox.com>
14461
14462         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14463         whether a processor can work in place or not, and for keeping
14464         track of its state. Change the FlowReturn instance variable from
14465         "state" to "flow_state", all callers changed.
14466
14467         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14468         (gst_signal_processor_start, gst_signal_processor_stop)
14469         (gst_signal_processor_cleanup): New functions to manage the
14470         processor's state.
14471         (gst_signal_processor_setcaps): start() as well as setup() here.
14472         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14473         (gst_signal_processor_change_state): Stop and cleanup the
14474         processor as we go to NULL.
14475
14476         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14477         INPLACE_BROKEN is not set.
14478
14479         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14480         Do the alloc_buffer in bytes, not frames.
14481         
14482 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14483
14484         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14485         Fix rgb masks when recording in < 24bpp.
14486
14487 2006-08-04  Andy Wingo  <wingo@pobox.com>
14488
14489         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14490         (gst_signal_processor_prepare)
14491         (gst_signal_processor_update_inputs)
14492         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14493         (gst_signal_processor_flush)
14494         (gst_signal_processor_sink_activate_push)
14495         (gst_signal_processor_src_activate_pull)
14496         (gst_signal_processor_change_state): Remove the last of the code
14497         that assumes that we process whole buffers at a time. Fix some
14498         debugging. Seems to work now in some cases.
14499         (gst_signal_processor_src_activate_pull): BPB
14500
14501 2006-08-01  Andy Wingo  <wingo@pobox.com>
14502
14503         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14504         Fix nframes-choosing.
14505         (gst_signal_processor_init): Init pending_in and pending_out.
14506
14507         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14508         more default sample rate, although we never check that the sample
14509         rate actually gets set. Something for the future.
14510         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14511         (gst_signal_processor_event): Refcount fixen.
14512         (gst_signal_processor_process): Pull the number of frames to
14513         process from the sizes of the buffers in the input pens.
14514         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14515         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14516         it instead of buffer_frames.
14517         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14518         to do_pulls.
14519         (gst_signal_processor_chain)
14520         (gst_signal_processor_sink_activate_push)
14521         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14522
14523         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14524
14525 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14526
14527         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14528         (gst_signal_processor_process):
14529           don't query buffer-frames from caps, add lots of debug-log,
14530           try fix for assert (#349189)
14531
14532 2006-07-31  Wim Taymans  <wim@fluendo.com>
14533
14534         * gst/udp/gstudpsrc.c:
14535         Fix docs.
14536
14537 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14538
14539         * ext/ladspa/gstsignalprocessor.c:
14540         (gst_signal_processor_add_pad_from_template),
14541         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14542         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14543         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14544         (gst_signal_processor_sink_activate_push),
14545         (gst_signal_processor_src_activate_pull),
14546         (gst_signal_processor_change_state):
14547          Add debugs logs here and there, add more error handling, add some
14548          FIXME comments, filed #349189
14549
14550 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14551
14552         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14553         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14554         Set caps on buffer correctly.  Fixes bug #349155.
14555
14556 2006-07-28  Wim Taymans  <wim@fluendo.com>
14557
14558         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14559
14560         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14561         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14562         (gst_multipart_demux_finalize), (get_line_end),
14563         (multipart_parse_header), (multipart_find_boundary),
14564         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14565         (gst_multipart_set_property), (gst_multipart_get_property):
14566         Uses GstAdapter instead of own buffering.
14567         Actually parses the mime-type correctly (In tests the mime-type was
14568         always "" with the old version).
14569         Uses the Content-length header if available to speed up things.
14570         Reliably autoscans the boundary name by default.
14571         Fixes #349068.
14572
14573         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14574         Don't start the stream with a \n.
14575
14576 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14577
14578         Patch by: Brian Cameron <brian dot cameron at sun com>
14579
14580         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14581           Open source with O_NONBLOCK (#349015).
14582
14583 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14584
14585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14586         (gst_avi_demux_massage_index):
14587         * gst/avi/gstavidemux.h:
14588           Whitespace fixes and more debug
14589
14590 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14591
14592         * gst/autodetect/gstautoaudiosink.c:
14593         (gst_auto_audio_sink_create_element_with_pretty_name),
14594         (gst_auto_audio_sink_find_best),
14595         (gst_auto_audio_sink_change_state):
14596           Get rid of old and unused magic sound-server properties stuff.
14597           Add suffix to child sink's name that makes it easy to see from
14598           the name alone which type it actually is (alsa, oss, esd, etc.).
14599
14600 2006-07-27  Wim Taymans  <wim@fluendo.com>
14601
14602         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14603         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14604         (gst_udpsrc_start):
14605         * gst/udp/gstudpsrc.h:
14606         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14607         not some sort of feature we enable.
14608
14609 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14612           Use CLOSE_SOCKET() here instead of close() to maintain
14613           win32 workiness.
14614
14615 2006-07-27  Wim Taymans  <wim@fluendo.com>
14616
14617         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14618
14619         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14620         (gst_udpsrc_create), (gst_udpsrc_set_property),
14621         (gst_udpsrc_get_property), (gst_udpsrc_start):
14622         * gst/udp/gstudpsrc.h:
14623         Added "buffer-size" property to control the kernel receive buffer size.
14624         Update documentation.
14625         Small cleanups. Fixes #348752.
14626         API: buffer-size property
14627
14628 2006-07-26  Wim Taymans  <wim@fluendo.com>
14629
14630         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14631
14632         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14633         (gst_rtp_pcma_pay_handle_buffer):
14634         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14635         (gst_rtp_pcmu_pay_handle_buffer):
14636         Fix timestamp calculation on outgoing RTP packets.
14637         Fixes #348675.
14638
14639 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * ext/taglib/gstid3v2mux.cc:
14642           Fix writing of comment frames (should be COMM not TCOM),
14643           is still sub-optimal though, since we don't retain or
14644           extract the comment descriptions properly (#334375,
14645           also see #334375).
14646
14647 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14648
14649         * gst/wavparse/gstwavparse.c:
14650           #define 'fact' RIFF chunk if we are not compiling against
14651           -base CVS (we don't want to depend on -base CVS for this
14652           one define only, and also not for release order reasons).
14653
14654 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14655
14656         * ext/taglib/gstid3v2mux.cc:
14657           Handle multiple tags of the same type properly. Re-inject
14658           unparsed ID3v2 frames that we get as binary blobs from
14659           id3demux into the tag again so we don't lose information
14660           when retagging (#334375).
14661
14662 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14663
14664         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14665           Document newly-added properties properly, so that there is a
14666           'Since: 0.10.4' in the plugin docs. Convert some property
14667           names into canonical GObject style (GObject will do that
14668           internally anyway).
14669
14670 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         * gst/id3demux/id3tags.c:
14673         (id3demux_add_id3v2_frame_blob_to_taglist):
14674           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14675           well, and add the version to the blob's buffer caps, since that
14676           information will be needed for deserialisation later on (#348644).
14677
14678 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14679
14680         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14681         (gst_avi_demux_parse_stream):
14682          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14683          indentation and spacing.
14684
14685 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14686
14687         * docs/plugins/Makefile.am:
14688         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14689         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14690         * docs/plugins/gst-plugins-good-plugins.args:
14691         * docs/plugins/inspect/plugin-1394.xml:
14692         * docs/plugins/inspect/plugin-aasink.xml:
14693         * docs/plugins/inspect/plugin-alaw.xml:
14694         * docs/plugins/inspect/plugin-alpha.xml:
14695         * docs/plugins/inspect/plugin-alphacolor.xml:
14696         * docs/plugins/inspect/plugin-annodex.xml:
14697         * docs/plugins/inspect/plugin-apetag.xml:
14698         * docs/plugins/inspect/plugin-auparse.xml:
14699         * docs/plugins/inspect/plugin-autodetect.xml:
14700         * docs/plugins/inspect/plugin-avi.xml:
14701         * docs/plugins/inspect/plugin-cacasink.xml:
14702         * docs/plugins/inspect/plugin-cairo.xml:
14703         * docs/plugins/inspect/plugin-cdio.xml:
14704         * docs/plugins/inspect/plugin-cutter.xml:
14705         * docs/plugins/inspect/plugin-debug.xml:
14706         * docs/plugins/inspect/plugin-dv.xml:
14707         * docs/plugins/inspect/plugin-efence.xml:
14708         * docs/plugins/inspect/plugin-effectv.xml:
14709         * docs/plugins/inspect/plugin-esdsink.xml:
14710         * docs/plugins/inspect/plugin-flac.xml:
14711         * docs/plugins/inspect/plugin-flxdec.xml:
14712         * docs/plugins/inspect/plugin-gconfelements.xml:
14713         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14714         * docs/plugins/inspect/plugin-goom.xml:
14715         * docs/plugins/inspect/plugin-halelements.xml:
14716         * docs/plugins/inspect/plugin-icydemux.xml:
14717         * docs/plugins/inspect/plugin-id3demux.xml:
14718         * docs/plugins/inspect/plugin-jpeg.xml:
14719         * docs/plugins/inspect/plugin-level.xml:
14720         * docs/plugins/inspect/plugin-matroska.xml:
14721         * docs/plugins/inspect/plugin-mulaw.xml:
14722         * docs/plugins/inspect/plugin-multipart.xml:
14723         * docs/plugins/inspect/plugin-navigationtest.xml:
14724         * docs/plugins/inspect/plugin-ossaudio.xml:
14725         * docs/plugins/inspect/plugin-png.xml:
14726         * docs/plugins/inspect/plugin-rtp.xml:
14727         * docs/plugins/inspect/plugin-rtsp.xml:
14728         * docs/plugins/inspect/plugin-shout2send.xml:
14729         * docs/plugins/inspect/plugin-smpte.xml:
14730         * docs/plugins/inspect/plugin-speex.xml:
14731         * docs/plugins/inspect/plugin-udp.xml:
14732         * docs/plugins/inspect/plugin-videobalance.xml:
14733         * docs/plugins/inspect/plugin-videobox.xml:
14734         * docs/plugins/inspect/plugin-videoflip.xml:
14735         * docs/plugins/inspect/plugin-videomixer.xml:
14736         * docs/plugins/inspect/plugin-wavenc.xml:
14737         * docs/plugins/inspect/plugin-wavparse.xml:
14738         * docs/plugins/inspect/plugin-ximagesrc.xml:
14739           Update files to CVS/Prerelease version, add esdsink docs.
14740
14741         * ext/esd/esdsink.c:
14742           Add gtk-doc blurb.
14743
14744         * gst/rtp/gstrtpmp4vpay.c:
14745           Fix typo in element description.
14746
14747 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         * ext/esd/esdsink.c: (gst_esdsink_open),
14750         (gst_esdsink_factory_init):
14751           Prevent libesd from auto-spawning a sound daemon if it
14752           is not already running. Now that we don't do evil stuff
14753           like that any longer we can give esdsink a rank so that
14754           autoaudiosink will try it as well if all other audio
14755           sinks fail (#343051).
14756
14757 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14758
14759         * ext/esd/Makefile.am:
14760           Oops, need to remove README from EXTRA_DIST as well.
14761
14762 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14763
14764         * ext/esd/README:
14765           Remove, it contains nothing useful anyway.
14766
14767         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14768         (gst_esdsink_delay):
14769           Some small clean-ups; use GST_BOILERPLATE etc.
14770
14771 2006-07-24  Wim Taymans  <wim@fluendo.com>
14772
14773         * gst/law/alaw-decode.c: (alawdec_getcaps):
14774         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14775         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14776         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14777         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14778
14779 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14780
14781         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14782         (gst_wavparse_other), (gst_wavparse_perform_seek),
14783         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14784         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14785         (gst_wavparse_pad_query):
14786         * gst/wavparse/gstwavparse.h:
14787           Use information from 'fact' chunk for length calculation of compressed
14788           samples. Calculate bps if bogus value is found in wav header (embeded
14789           mp2/mp3).
14790           
14791
14792 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14793
14794         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14795
14796         * configure.ac:
14797         * gst/udp/Makefile.am:
14798         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14799         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14800         * gst/udp/gstdynudpsink.h:
14801         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14802         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14803         * gst/udp/gstmultiudpsink.h:
14804         * gst/udp/gstudp.c: (plugin_init):
14805         * gst/udp/gstudpsink.h:
14806         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14807         (gst_udpsrc_start), (gst_udpsrc_stop):
14808         * gst/udp/gstudpsrc.h:
14809         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14810         (gst_udp_net_utils_win32_wsa_startup):
14811         * gst/udp/gstudpnetutils.h:
14812           Port udp plugin to win32 (#345288).
14813
14814 2006-07-24  Wim Taymans  <wim@fluendo.com>
14815
14816         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14817         Remove unwanted DEBUG line.
14818
14819 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * gst/id3demux/gstid3demux.c: (plugin_init):
14822         * gst/id3demux/id3tags.c:
14823         (id3demux_add_id3v2_frame_blob_to_taglist):
14824         * gst/id3demux/id3tags.h:
14825           On second thought, it might be wiser and more efficient
14826           not to do tag registration from a streaming thread.
14827
14828 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * gst/id3demux/id3tags.c:
14831         (id3demux_add_id3v2_frame_blob_to_taglist),
14832         (id3demux_id3v2_frames_to_tag_list):
14833           Put ID3v2 frames we can't parse as binary blobs into private
14834           tags, so that they are not lost when retagging, at least once
14835           id3v2mux has been taught to re-inject those frames again.
14836           See bug #334375.
14837
14838 2006-07-21  Wim Taymans  <wim@fluendo.com>
14839
14840         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14841         (gst_avi_demux_process_next_entry):
14842         Fix some leaks.
14843
14844         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14845         Don't use \n in debug lines.
14846
14847 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14848
14849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14851           Add annodex and icydemux, cleanup the sections a bit
14852
14853 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         Patch by: Alex Lancaster <alexl at users sourceforge net>
14856
14857         * ext/taglib/gstid3v2mux.cc:
14858           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14859           ID3v2 TSSE frames (#347898).
14860
14861 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14862
14863         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14864           Respect mpegversion for "video/mpeg" and give message in case of
14865           unhandled versions.
14866
14867 2006-07-17  Wim Taymans  <wim@fluendo.com>
14868
14869         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14870         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14871         (gst_pngdec_chain), (gst_pngdec_sink_event),
14872         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14873         (gst_pngdec_sink_activate_push):
14874         * ext/libpng/gstpngdec.h:
14875         Use statically allocated segment instead of leaking.
14876         Various cleanups.
14877         Fix flush and seek handling.
14878
14879 2006-07-16  Wim Taymans  <wim@fluendo.com>
14880
14881         * gst/rtp/Makefile.am:
14882         * gst/rtp/gstrtp.c: (plugin_init):
14883         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14884         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14885         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14886         (gst_rtp_mp4g_depay_set_property),
14887         (gst_rtp_mp4g_depay_get_property),
14888         (gst_rtp_mp4g_depay_change_state),
14889         (gst_rtp_mp4g_depay_plugin_init):
14890         * gst/rtp/gstrtpmp4gdepay.h:
14891         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14892         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14893         (gst_rtp_mp4g_pay_flush):
14894         Added simple generic mpeg4 depayloader.
14895         Fix generic mpeg4 payloader.
14896
14897 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14900           Don't try doing state changes on a NULL pointer.
14901
14902 2006-07-14  Wim Taymans  <wim@fluendo.com>
14903
14904         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14905
14906         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14907         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14908         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14909         * gst/rtp/gstrtpamrdepay.h:
14910         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14911         Fixes #321191
14912
14913 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14914
14915         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14916         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14917         Fix segfault when moving mouse pointer to the bottom right corner.
14918
14919 2006-07-12  Wim Taymans  <wim@fluendo.com>
14920
14921         * gst/rtp/Makefile.am:
14922         * gst/rtp/gstrtp.c: (plugin_init):
14923         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14924         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14925         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14926         (gst_rtp_mp2t_depay_set_property),
14927         (gst_rtp_mp2t_depay_get_property),
14928         (gst_rtp_mp2t_depay_change_state),
14929         (gst_rtp_mp2t_depay_plugin_init):
14930         * gst/rtp/gstrtpmp2tdepay.h:
14931         Added mpeg2 TS depayloader. Closing #347234.
14932
14933 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14936           Remove g_assert that shouldn't be there and was triggered
14937           after trying to open a device that doesn't exist or can't
14938           be opened for some other reason (#347972).
14939
14940 2006-07-10  Edward Hervey  <edward@fluendo.com>
14941
14942         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14943         (gst_avi_demux_stream_header), (push_tag_lists):
14944         * gst/avi/gstavidemux.h:
14945         Don't push tag events found by gst_riff_parse_info() before outputting
14946         GST_EVENT_NEWSEGMENT.
14947
14948 2006-07-10  Wim Taymans  <wim@fluendo.com>
14949
14950         * gst/rtsp/Makefile.am:
14951         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14952         (rtsp_connection_close):
14953         * gst/rtsp/rtspdefs.h:
14954         replaced closesocket and close in code with one CLOSE_SOCKET. 
14955         Some more cleanups. Fixes #345301.
14956
14957 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         * gst/autodetect/gstautoaudiosink.c:
14960           Fix example pipeline in docs.
14961
14962 2006-07-10  Wim Taymans  <wim@fluendo.com>
14963
14964         Patch by: Rob Taylor <robtaylor at floopily dot org>
14965
14966         * gst/udp/gstmultiudpsink.c: (join_multicast),
14967         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14968         If a destination is added before the stream is set to PAUSED, the
14969         multicast group is not joined as the socket is not created yet. 
14970         Also TTL and LOOP should also be set. Fixes #346921.
14971
14972 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14973
14974         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14975         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14976         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14977         (gst_ximage_src_init):
14978         * sys/ximage/gstximagesrc.h:
14979         Fix use-damage property to actually work :)
14980         Add startx, starty, endx, endy properties so screencasts other than full
14981         screen ones can work.
14982
14983 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14984
14985         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14986         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14987         (gst_ximage_src_class_init), (gst_ximage_src_init):
14988         * sys/ximage/gstximagesrc.h:
14989         Add use_damage property to offer ability to choose whether to use
14990         XDamage or not.
14991
14992 2006-07-07  Wim Taymans  <wim@fluendo.com>
14993
14994         * gst/goom/filters.c: (zoomFilterSetResolution):
14995         Avoid goom coredumping by clearing memory. 
14996         Fixes 345679.
14997
14998 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14999
15000         * win32/vs6/libgstid3demux.dsp:
15001         Add a link to libgsttag-0.10.lib.
15002
15003 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15006         (gst_tag_demux_read_range):
15007         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15008         (gst_id3demux_read_range):
15009           Don't return FLOW_UNEXPECTED when a buffer is before
15010           the start of the stream (which might happen with
15011           large ID3v2 tags if the tag reading was done pullrange
15012           based and we then switched to push mode later on).
15013           Fixes regression introduced by commit from June 29th.
15014
15015 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15016
15017         * ext/taglib/gstid3v2mux.cc:
15018           Make UTF-8 the default encoding when writing string
15019           tags (before, our UTF-8 strings would automatically
15020           be converted to ISO-8859-1 by taglib and written as
15021           ISO-8859-1 fields if that was possible).
15022
15023         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15024         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15025         (test_taglib_id3mux_with_tags):
15026           Add test case that makes sure our UTF-8 strings have
15027           actually been written into the tag as UTF-8.
15028
15029 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * configure.ac:
15032           Let's try that again.
15033
15034 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         * configure.ac:
15037           Disable monoscope plugin for now until it fulfills
15038           all the requirements.
15039
15040 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * configure.ac:
15043         * gst/monoscope/Makefile.am:
15044         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15045         (gst_monoscope_class_init), (gst_monoscope_init),
15046         (gst_monoscope_finalize), (gst_monoscope_reset),
15047         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15048         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15049         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15050         (gst_monoscope_change_state), (plugin_init):
15051         * gst/monoscope/gstmonoscope.h:
15052           Port monoscope visualisation to 0.10.
15053
15054 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15057         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15058           Return FLOW_UNEXPECTED when at the end of the file, not
15059           FLOW_ERROR. Fixes 'internal stream error' errors that
15060           would sometimes occur in totem when scrubbing to the
15061           end of an ID3v1 tagged mp3 file.
15062
15063 2006-07-03  Edward Hervey  <edward@fluendo.com>
15064
15065         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15066         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15067         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15068         * ext/libpng/gstpngdec.h:
15069         Implement buffer clipping/dropping using GstSegment.
15070         This provides accurate seeking.
15071
15072 2006-07-03  Edward Hervey  <edward@fluendo.com>
15073
15074         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15075         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15076         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15077         (gst_avi_demux_process_next_entry), (push_tag_lists),
15078         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15079         * gst/avi/gstavidemux.h:
15080         Proper aggregation of each stream's GstFlowReturn in order to figure out
15081         whether the task should stop or not.
15082         Don't send inline events before pushing out a NEW_SEGMENT, more
15083         specifically for GST_TAG_EVENT.
15084         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15085         sub-indexes.
15086
15087 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15090
15091         * sys/sunaudio/gstsunaudiomixerctrl.c:
15092         (gst_sunaudiomixer_ctrl_build_list):
15093           Move "Monitor" slider to input tab so it works more like
15094           sdtaudiocontrol, which is what people on Solaris are used
15095           to using for their mixer program (#346259).
15096
15097 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15098
15099         * tests/check/elements/level.c: (GST_START_TEST):
15100           fix a leak, clean up at the end
15101
15102 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15103
15104         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15105         (gst_matroska_demux_send_event),
15106         (gst_matroska_demux_loop_stream_parse_id):
15107         * gst/matroska/matroska-ids.h:
15108           Send tag event after newsegment event.
15109
15110 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15111
15112         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15113         (gst_id3demux_read_range):
15114           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15115           certain cases where a read beyond the end of the file is
15116           requested. Fixes #345930.
15117
15118         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15119         (gst_tag_demux_read_range):
15120           Fix same issue here as well.
15121
15122 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15123
15124         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15125         
15126         Fix hypothetical crash.
15127
15128 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15129
15130         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15131
15132         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15133           Do not modify the ports value. If the user has turned off the
15134           built-in speakers, then we should not reset it in the prepare
15135           function, since this causes the built-in speakers to turn
15136           back on anytime the user changes a track in totem, rhythmbox,
15137           etc. (#346066).
15138
15139 2006-06-23  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15142         Fix double caps unref when negotiation fails.
15143
15144 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15145
15146         * ext/annodex/gstcmmldec.c:
15147         * ext/annodex/gstcmmlenc.c:
15148         * ext/annodex/gstcmmlparser.c:
15149         * ext/dv/gstdvdec.c:
15150         * ext/dv/gstdvdemux.c:
15151         * ext/gdk_pixbuf/pixbufscale.c:
15152         * ext/jpeg/gstjpegenc.c:
15153         * ext/jpeg/gstsmokedec.c:
15154         * ext/jpeg/gstsmokeenc.c:
15155         * ext/libpng/gstpngdec.c:
15156         * ext/libpng/gstpngenc.c:
15157         * ext/speex/gstspeexenc.c:
15158         * gst/alpha/gstalphacolor.c:
15159         * gst/cutter/gstcutter.c:
15160         * gst/debug/gstnavigationtest.c:
15161         * gst/icydemux/gsticydemux.c:
15162         * gst/level/gstlevel.c:
15163         * gst/multipart/multipart.c:
15164         * gst/rtp/gstrtpamrpay.c:
15165         * gst/rtp/gstrtpdepay.c:
15166         * gst/rtp/gstrtpilbcpay.c:
15167         * gst/rtp/gstrtpmp4gpay.c:
15168         * gst/rtp/gstrtpmp4vpay.c:
15169         * gst/rtsp/gstrtpdec.c:
15170         * gst/rtsp/gstrtspsrc.c:
15171         * gst/udp/gstdynudpsink.c:
15172         * gst/udp/gstmultiudpsink.c:
15173         * gst/udp/gstudpsrc.c:
15174         * gst/videobox/gstvideobox.c:
15175         * gst/videofilter/gstvideoflip.c:
15176           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15177           plus two minor macro fixes.
15178
15179 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15180
15181         * gst/matroska/matroska-demux.c:
15182         (gst_matroska_demux_check_subtitle_buffer),
15183         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15184         (gst_matroska_demux_subtitle_caps):
15185         * gst/matroska/matroska-ids.c:
15186         (gst_matroska_track_init_subtitle_context):
15187         * gst/matroska/matroska-ids.h:
15188           Try to fix up broken matroska files containing subtitle
15189           streams with non-UTF8 character encodings (courtesy of
15190           mkvmerge) using either the encoding specified in the
15191           GST_SUBTITLE_ENCODING environment variable or the
15192           current locale's character set if it is non-UTF8.
15193           Fixes #337076.
15194
15195 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15196
15197         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15198           Set image type from APIC frame as "image-type" field
15199           of GST_TAG_IMAGE buffer caps (#344605).
15200
15201 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         * ext/flac/Makefile.am:
15204         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15205         (gst_flac_dec_reset_decoders),
15206         (gst_flac_dec_setup_seekable_decoder),
15207         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15208         (gst_flac_dec_metadata_callback),
15209         (gst_flac_dec_metadata_callback_seekable),
15210         (gst_flac_dec_metadata_callback_stream),
15211         (gst_flac_dec_error_callback),
15212         (gst_flac_dec_error_callback_seekable),
15213         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15214         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15215         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15216         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15217         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15218         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15219         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15220         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15221         (gst_flac_dec_sink_activate_push),
15222         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15223         * ext/flac/gstflacdec.h:
15224           Support chain-based operation, should make flac-over-DAAP
15225           work (#340492).
15226
15227 2006-06-20  Wim Taymans  <wim@fluendo.com>
15228
15229         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15230         Doc updates, merge some unused symbols.
15231
15232 2006-06-20  Wim Taymans  <wim@fluendo.com>
15233
15234         * docs/plugins/Makefile.am:
15235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15237         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15238         * gst/rtsp/gstrtspsrc.c:
15239         * gst/rtsp/gstrtspsrc.h:
15240         Added documentation for the rtsp plugin. Fixes #345393.
15241
15242 2006-06-20  Wim Taymans  <wim@fluendo.com>
15243
15244         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15245         (rtsp_connection_close), (rtsp_connection_free):
15246         Use better G_OS_* macros. Fixes #345301 some more.
15247
15248 2006-06-20  Wim Taymans  <wim@fluendo.com>
15249
15250         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15251
15252         * sys/sunaudio/Makefile.am:
15253         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15254         * sys/sunaudio/gstsunaudiomixerctrl.c:
15255         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15256         (gst_sunaudiomixer_ctrl_list_tracks),
15257         (gst_sunaudiomixer_ctrl_get_volume),
15258         (gst_sunaudiomixer_ctrl_set_volume),
15259         (gst_sunaudiomixer_ctrl_set_mute),
15260         (gst_sunaudiomixer_ctrl_set_record):
15261         * sys/sunaudio/gstsunaudiomixerctrl.h:
15262         * sys/sunaudio/gstsunaudiomixertrack.c:
15263         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15264         * sys/sunaudio/gstsunaudiomixertrack.h:
15265         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15266         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15267         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15268         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15269         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15270         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15271         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15272         (gst_sunaudiosrc_reset):
15273         * sys/sunaudio/gstsunaudiosrc.h:
15274         Add a SunAudio source plugin.
15275         Support stereo and right/left channel gain in the mixer plugin.
15276         Support the RECORD flag so that you can switch between line-input and
15277         microphone in gnome-volume-control.
15278         Code cleanups like using an enumerator for track number instead of an 
15279         integer. Fixes #344923.
15280
15281 2006-06-20  Wim Taymans  <wim@fluendo.com>
15282
15283         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15284
15285         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15286         (rtsp_connection_close):
15287         Make RTSP plugin compile on windows. Fixes #345301.
15288         Some changes to original patch to catch errors better.
15289         use ifdef WIN32 instead of ifndef.
15290
15291 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15292
15293         * configure.ac:
15294         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15295
15296 2006-06-18  Edward Hervey  <edward@fluendo.com>
15297
15298         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15299         After a failed buffer alloc, we need to abort the jpeg decoding (it
15300         started when parsing headers to figure out how many bytes we need
15301         to request downstream).
15302
15303 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15304
15305         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15306
15307         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15308           Make sure we don't read beyond the end of the file (#345232).
15309
15310 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         * configure.ac:
15313           Fix --disable-external (can't set conditionals conditionally,
15314           #343602).
15315
15316 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * autogen.sh:
15319         * configure.ac:
15320         * docs/Makefile.am:
15321           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15322
15323         * docs/plugins/Makefile.am:
15324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15325         * docs/plugins/inspect/plugin-taglib.xml:
15326           Add/fix apev2mux docs.
15327
15328 2006-06-14  Wim Taymans  <wim@fluendo.com>
15329
15330         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15331         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15332         (gst_dvdec_change_state):
15333         Reset segment info on flush.
15334         Alloc segment in _init, free in _finalize.
15335
15336         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15337         Don't send segments twice.
15338
15339 2006-06-14  Wim Taymans  <wim@fluendo.com>
15340
15341         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15342         Respect segment.stop. Fixes #342592.
15343
15344 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15345
15346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15347           No language specified means the implied language is English
15348           according to the matroska spec (partially fixes #344708);
15349           add some more debug output.
15350
15351 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15352
15353         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15354         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15355         (gst_wavparse_chain):
15356           When operating chain-based, don't make any assumptions about the
15357           chunking of the incoming data and make streaming work on days other
15358           than the second Thursday after a full moon. Also fix up debug
15359           messages here and there and make use of the most excellent new
15360           gst_pad_query_peer_duration() utility function.
15361           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15362
15363         * gst/wavparse/gstwavparse.h:
15364           Remove trailing comma after last enum value, some compilers don't
15365           like that.
15366
15367 2006-06-13  Wim Taymans  <wim@fluendo.com>
15368
15369         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15370         Handle premature EOS gracefully.
15371
15372 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15375           Prevent out of bounds array access when scrubbing towards
15376           the end of the file between the last index entry and the
15377           end. Fixes occasional 'start <= stop' newsegment event
15378           assertions when scrubbing in MJPEG files.
15379
15380 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         * tests/check/elements/.cvsignore:
15383           And another one.
15384
15385 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15386
15387         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15388         (scan_encoded_string), (parse_picture_frame):
15389           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15390
15391         * configure.ac:
15392           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15393           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15394
15395 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15396
15397         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15398           gratuitous comment changes
15399         * tests/check/elements/level.c: (GST_START_TEST):
15400           fix level test leaks
15401
15402 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15403
15404         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15405         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15406           Use gst_pad_query_peer_duration() utility function here.
15407
15408 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15409
15410         * autogen.sh:
15411           require am17
15412         * configure.ac:
15413         * ext/annodex/Makefile.am:
15414         * ext/cdio/Makefile.am:
15415         * ext/dv/Makefile.am:
15416         * ext/esd/Makefile.am:
15417         * ext/flac/Makefile.am:
15418         * ext/gdk_pixbuf/Makefile.am:
15419         * ext/ladspa/Makefile.am:
15420         * ext/libcaca/Makefile.am:
15421         * ext/speex/Makefile.am:
15422         * ext/taglib/Makefile.am:
15423         * sys/oss/Makefile.am:
15424         * sys/sunaudio/Makefile.am:
15425         * sys/ximage/Makefile.am:
15426           clean up build further
15427
15428 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * gconf/Makefile.am:
15431           Honour --disable-schemas-install configure option. Fixes #344100.
15432
15433 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15434
15435         * tests/examples/level/Makefile.am:
15436           Add -lm to LIBS for pow() function, don't assume one of our
15437           dependencies (such as libxml-2.0) drags it in automatically
15438           (#343603).
15439
15440 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15441
15442         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15443
15444         * configure.ac:
15445           We should use $SED and not $(SED) in configure.ac (#343678).
15446
15447 2006-06-09  Wim Taymans  <wim@fluendo.com>
15448
15449         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15450
15451         * sys/sunaudio/gstsunaudiomixerctrl.c:
15452         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15453         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15454         (gst_sunaudiomixer_ctrl_set_mute):
15455         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15456         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15457         (gst_sunaudiosink_write):
15458         Attached find a patch that fixes a number of bugs with the SunAudio
15459         mixer plugin and fixes #344101:
15460         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15461            tracks onto the tracklist causing gnome-volume-control's preferences
15462            dialog to be messed up and would core dump if you checked/unchecked
15463            any item.
15464         2. We weren't previously setting the MUTE flag properly.  Fixing this
15465            makes gnome-volume-control work better.
15466         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15467            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15468            gnome-volume-control look better.
15469         Also some minor cleanup in gstsunaudiosink.c.
15470
15471 2006-06-09  Wim Taymans  <wim@fluendo.com>
15472
15473         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15474         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15475         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15476         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15477         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15478         * ext/jpeg/gstjpegdec.h:
15479         API: Added IDCT method property
15480         Small cleanups.
15481         Avoid dynamic allocation of trivial fixed structure.
15482         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15483
15484 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15485
15486         * configure.ac:
15487         We now require libraw1394 >= 1.1.0 and that version onwards all
15488         have .pc files.
15489
15490 2006-06-02  Edward Hervey  <edward@fluendo.com>
15491
15492         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15493         Trying to get items from an ANY or EMPTY caps is ... stupid.
15494
15495 2006-06-02  Edward Hervey  <edward@fluendo.com>
15496
15497         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15498         (gst_dvdec_chain), (gst_dvdec_change_state):
15499         * ext/dv/gstdvdec.h:
15500         Added GstSegment handling, now implements dropping/clipping.
15501
15502 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15503
15504         * ext/aalib/gstaasink.h:
15505         * ext/annodex/gstcmmldec.h:
15506         * ext/cairo/gsttimeoverlay.h:
15507         * ext/dv/gstdvdec.h:
15508         * ext/dv/gstdvdemux.h:
15509         * ext/esd/esdmon.h:
15510         * ext/esd/esdsink.h:
15511         * ext/flac/gstflacenc.h:
15512         * ext/gconf/gstgconfaudiosink.h:
15513         * ext/gconf/gstgconfaudiosrc.h:
15514         * ext/gconf/gstgconfvideosink.h:
15515         * ext/gconf/gstgconfvideosrc.h:
15516         * ext/gdk_pixbuf/gstgdkanimation.h:
15517         * ext/gdk_pixbuf/pixbufscale.h:
15518         * ext/hal/gsthalaudiosink.h:
15519         * ext/hal/gsthalaudiosrc.h:
15520         * ext/jpeg/gstjpegenc.h:
15521         * ext/jpeg/gstsmokedec.h:
15522         * ext/jpeg/gstsmokeenc.h:
15523         * ext/libcaca/gstcacasink.h:
15524         * ext/libmng/gstmngdec.h:
15525         * ext/libmng/gstmngenc.h:
15526         * ext/libpng/gstpngdec.h:
15527         * ext/libpng/gstpngenc.h:
15528         * ext/raw1394/gstdv1394src.h:
15529         * ext/speex/gstspeexenc.h:
15530         * gst/autodetect/gstautoaudiosink.h:
15531         * gst/autodetect/gstautovideosink.h:
15532         * gst/avi/gstavidemux.h:
15533         * gst/cutter/gstcutter.h:
15534         * gst/debug/efence.h:
15535         * gst/debug/gstnavigationtest.h:
15536         * gst/debug/gstnavseek.h:
15537         * gst/flx/gstflxdec.h:
15538         * gst/goom/gstgoom.h:
15539         * gst/icydemux/gsticydemux.h:
15540         * gst/id3demux/gstid3demux.h:
15541         * gst/law/alaw-decode.h:
15542         * gst/law/alaw-encode.h:
15543         * gst/law/mulaw-decode.h:
15544         * gst/law/mulaw-encode.h:
15545         * gst/matroska/matroska-mux.h:
15546         * gst/median/gstmedian.h:
15547         * gst/oldcore/gstaggregator.h:
15548         * gst/oldcore/gstfdsink.h:
15549         * gst/oldcore/gstmd5sink.h:
15550         * gst/oldcore/gstmultifilesrc.h:
15551         * gst/oldcore/gstpipefilter.h:
15552         * gst/oldcore/gstshaper.h:
15553         * gst/oldcore/gststatistics.h:
15554         * gst/rtp/gstasteriskh263.h:
15555         * gst/rtp/gstrtpL16depay.h:
15556         * gst/rtp/gstrtpL16pay.h:
15557         * gst/rtp/gstrtpamrdepay.h:
15558         * gst/rtp/gstrtpamrpay.h:
15559         * gst/rtp/gstrtpdepay.h:
15560         * gst/rtp/gstrtpgsmdepay.h:
15561         * gst/rtp/gstrtpgsmpay.h:
15562         * gst/rtp/gstrtph263pay.h:
15563         * gst/rtp/gstrtph263pdepay.h:
15564         * gst/rtp/gstrtph263ppay.h:
15565         * gst/rtp/gstrtpmp4gpay.h:
15566         * gst/rtp/gstrtpmp4vdepay.h:
15567         * gst/rtp/gstrtpmp4vpay.h:
15568         * gst/rtp/gstrtpmpadepay.h:
15569         * gst/rtp/gstrtpmpapay.h:
15570         * gst/rtp/gstrtppcmadepay.h:
15571         * gst/rtp/gstrtppcmapay.h:
15572         * gst/rtp/gstrtppcmudepay.h:
15573         * gst/rtp/gstrtppcmupay.h:
15574         * gst/rtp/gstrtpspeexdepay.h:
15575         * gst/rtp/gstrtpspeexpay.h:
15576         * gst/rtsp/gstrtpdec.h:
15577         * gst/rtsp/gstrtspsrc.h:
15578         * gst/smpte/gstsmpte.h:
15579         * gst/udp/gstdynudpsink.h:
15580         * gst/udp/gstmultiudpsink.h:
15581         * gst/udp/gstudpsink.h:
15582         * gst/udp/gstudpsrc.h:
15583         * gst/videofilter/gstvideobalance.h:
15584         * gst/videofilter/gstvideoflip.h:
15585         * sys/oss/gstossdmabuffer.h:
15586         * sys/oss/gstossmixerelement.h:
15587         * sys/oss/gstosssink.h:
15588         * sys/oss/gstosssrc.h:
15589         * sys/osxvideo/osxvideosink.h:
15590         * sys/sunaudio/gstsunaudiomixer.h:
15591         * sys/sunaudio/gstsunaudiosink.h:
15592         * sys/ximage/gstximagesrc.h:
15593         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15594
15595 2006-05-31  Wim Taymans  <wim@fluendo.com>
15596
15597         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15598         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15599         (gst_goom_src_setcaps), (gst_goom_src_event),
15600         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15601         (gst_goom_change_state):
15602         * gst/goom/gstgoom.h:
15603         Handle QoS.
15604         Handle flushing, discont and events.
15605         Fix timestamps and various other cleanups.
15606
15607 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15608
15609         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15610         Fix bus reset when using libiec61883
15611
15612 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15613
15614         * configure.ac:
15615         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15616         * ext/raw1394/Makefile.am:
15617         Add CFLAGS.
15618         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15619         New method, to receive using libiec61883.
15620         (gst_dv1394src_iso_receive),
15621         #ifdef'd out if libiec61883 is present.
15622         (gst_dv1394src_bus_reset),
15623         Get userdata correctly if using libiec61883. 
15624         (gst_dv1394src_create),
15625         When using libiec61883, only poll one fd and no need to read.
15626         (gst_dv1394src_discover_avc_node),
15627         Replace g_warnings.
15628         (gst_dv1394src_start),
15629         Create new handle when we know which dv port.  More reliable
15630         than setting port on an existing handle.  Initialise libiec61883.
15631         (gst_dv1394src_stop):
15632         If using libiec61883, then cleanup its handle properly.
15633         * ext/raw1394/gstdv1394src.h:
15634         Add libiec61883 handle.
15635
15636 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15637
15638         * gst/avi/gstavidemux.c:
15639           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15640         * win32/MANIFEST:
15641           sort file listing
15642         * win32/vs6/libgstavi.dsp:
15643           add gstavimux.c to the project
15644         * win32/vs6/libgstid3demux.dsp:
15645           add link to zlib library
15646         * win32/vs6/libgstmatroska.dsp:
15647           add matroska-ids.c to the project
15648
15649 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         Patch by: Sebastian Dröge  <mail at slomosnail de >
15652
15653         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15655         * ext/taglib/Makefile.am:
15656         * ext/taglib/gstapev2mux.cc:
15657         * ext/taglib/gstapev2mux.h:
15658         * ext/taglib/gstid3v2mux.cc:
15659         * ext/taglib/gsttaglibmux.c: (plugin_init):
15660         * ext/taglib/gsttaglibmux.h:
15661           Add apev2mux element (#343122).
15662         
15663         * tests/check/Makefile.am:
15664         * tests/check/elements/apev2mux.c:
15665         (test_taglib_apev2mux_create_tags),
15666         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15667         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15668         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15669         (apev2mux_suite), (main):
15670           Add unit test for apev2mux element.
15671
15672 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15673
15674         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15675         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15676         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15677           GST_PTR_FORMAT should be used to print caps in debug statements.
15678
15679 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15680
15681         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15682
15683         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15684         (ape_demux_parse_tags):
15685           Some clean-ups and additions: map APE 'file' tag to
15686           GST_TAG_LOCATION (#343123); add support for extracting
15687           the track count and clean up parsing a bit (#343127).
15688
15689 2006-05-28  Edward Hervey  <edward@fluendo.com>
15690
15691         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15692         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15693
15694 2006-05-28  Edward Hervey  <edward@fluendo.com>
15695
15696         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15697         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15698         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15699         * ext/jpeg/gstjpegdec.h:
15700         Clip outgoing buffers according to currently configured segment.
15701
15702 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * ext/taglib/gstid3v2mux.cc:
15705           Handle  writing of track-count or album-volume-count without
15706           track-number or albume-volume-number (in this case the number
15707           will just be set to 0).
15708
15709         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15710           It would be nice if we actually checked the values received for
15711           track/album-volume number/count in  _check_tags(), rather than
15712           setting them again ...
15713
15714 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15715
15716         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15717           A track/volume number or count of 0 does not make sense,
15718           just ignore it along with negative numbers (a tag might
15719           only contain a track count without a track number).
15720
15721 2006-05-27  Edward Hervey  <edward@fluendo.com>
15722
15723         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15724         (gst_jpeg_dec_sink_event):
15725         Abort decompression when receiving FLUSH_STOP. This should avoid
15726         issues when interrupting decoding with flushes.
15727
15728 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         * ext/flac/gstflac.c:
15731           Don't #include file we don't dist any longer.
15732
15733 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         * README:
15736           Replace current README (containing the release notes from
15737           some 0.9.x version) with a proper README taken from the core.
15738
15739 2006-05-24  Wim Taymans  <wim@fluendo.com>
15740
15741         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15742         Implement EOS correctly by either posting
15743         SEGMENT_DONE or pushing an EOS message depending
15744         on the seek type. Fixes #342592
15745
15746 2006-05-24  Wim Taymans  <wim@fluendo.com>
15747
15748         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15749         * gst/law/alaw-decode.h:
15750         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15751         * gst/law/alaw-encode.h:
15752         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15753         * gst/law/mulaw-decode.h:
15754         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15755         * gst/law/mulaw-encode.h:
15756         Some cleanups in the chain functions.
15757         Remove some GStreamer 0.0.2 bits.
15758
15759 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15760
15761         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15762
15763         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15764           gst_collect_pads_stop() needs to be called before chaining up
15765           to the parent class (#342734).
15766
15767 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15768
15769         * ext/flac/Makefile.am:
15770         * ext/flac/flac_compat.h:
15771         * ext/flac/gstflac.c:
15772         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15773         * ext/flac/gstflacenc.c:
15774           Remove backwards compatibility cruft for dealing with FLAC API
15775           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15776
15777 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15778
15779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15780         (gst_matroska_demux_push_xiph_codec_priv_data),
15781         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15782         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15783         * gst/matroska/matroska-ids.h:
15784         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15785         (gst_matroska_mux_video_pad_setcaps),
15786         (xiph3_streamheader_to_codecdata),
15787         (vorbis_streamheader_to_codecdata),
15788         (theora_streamheader_to_codecdata),
15789         (gst_matroska_mux_audio_pad_setcaps),
15790         (gst_matroska_mux_write_data):
15791           Add support for muxing/demuxing theora video (#342448; too bad
15792           none of the usual linux players can actually play this). Playback
15793           in GStreamer will require additional changes to theoradec in -base.
15794           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15795           cleanups.
15796
15797 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15800         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15801           Fix crashes when the horizontal subsampling is 1.
15802           Fixes #342097.
15803
15804 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15805
15806         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15807
15808         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15809         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15810         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15811         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15812         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15813         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15814         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15815         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15816         (gst_avi_mux_change_state):
15817         * gst/avi/gstavimux.h:
15818           Some enhancements for avimux (#342526):
15819            - add odml (large file) index support
15820            - store codec init data (e.g. huffyuv)
15821            - miscellaneous other fixes/cleanups
15822
15823 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15824
15825         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15826         Don't output any tag when we encounter a negative track number - the
15827         tag type is uint, so we end up outputting huge positive numbers
15828         instead. (Fixes: #342029)
15829
15830 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15831
15832         * configure.ac:
15833           update for new GSTPB_PLUGINS_DIR
15834
15835 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15836
15837         * rtp/gst/gstrtph263pay.c:
15838         Properly set static caps for H263 at 34.
15839
15840 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15841
15842         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15843
15844         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15845           Merge event tags and tag setter tags correctly (#339918). Also,
15846           don't leak taglist in case of an error.
15847           
15848 2006-05-17  Edward Hervey  <edward@fluendo.com>
15849
15850         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15851         We can only do caps intersection if the othercaps are non-empty and not
15852         ANY. Else we return the pad template (base_caps).
15853
15854 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15857           Fix crash when outputting debugging information for certain
15858           pictures (always good to use the right struct member for
15859           the number of records in an array).
15860
15861 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15862
15863         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15864
15865         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15866         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15867         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15868         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15869         (gst_ebml_read_float), (gst_ebml_read_ascii),
15870         (gst_ebml_read_binary):
15871           Don't create unnecessary sub-buffers all the time. Dramatically
15872           improves performance with multiple concurrently running
15873           matroskademux instances (#341818) (and avoids doing
15874           unnecessarily inefficient things in the general case).
15875
15876 2006-05-16  Edward Hervey  <edward@fluendo.com>
15877
15878         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15879         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15880         return value of gst_pad_push_event().
15881
15882 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15883
15884         * gst/autodetect/gstautoaudiosink.c:
15885         (gst_auto_audio_sink_find_best):
15886         * gst/autodetect/gstautovideosink.c:
15887         (gst_auto_video_sink_find_best):
15888         Make the name of the child element be based on the name of the
15889         parent, so that debug output is more useful.
15890         
15891         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15892         (parse_insert_string_field), (parse_split_strings):
15893         Rework string parsing to always walk over BOM markers in UTF16
15894         strings, using the endianness indicated by the innermost one,
15895         then trying the opposite endianness if that fails to convert
15896         to valid UTF-8. Fixes #341774
15897
15898 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15899
15900         Patch from: Matthieu <matthieu at fluendo dot com>
15901
15902         * ext/libpng/Makefile.am:
15903         Add LIBPNG_CFLAGS.
15904
15905 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15906
15907         * ext/taglib/gstid3v2mux.cc:
15908           Add support for writing images (APIC frames) into ID3v2
15909           tags (picture type always set to 'other' for now though).
15910
15911 2006-05-14  Michael Smith  <msmith@fluendo.com>
15912
15913         * gst/wavparse/gstwavparse.c:
15914           Update docs; wavparse implements push and pull modes.
15915
15916 2006-05-12  Wim Taymans  <wim@fluendo.com>
15917
15918         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15919         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15920         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15921         Ooops, bitten by the copy-and-paste design paradigm, fixes
15922         seek again.
15923
15924 2006-05-12  Wim Taymans  <wim@fluendo.com>
15925
15926         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15927         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15928         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15929         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15930         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15931         (gst_avi_demux_massage_index),
15932         (gst_avi_demux_calculate_durations_from_index),
15933         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15934         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15935         (gst_avi_demux_loop):
15936         * gst/avi/gstavidemux.h:
15937         Some cleanups, prepare to use GstSegment.
15938         Fix error in entry walking code.
15939         Fix VBR detection.
15940         Smarter timestamp calculation code.
15941         Uniform error/eos handling.
15942
15943 2006-05-12  Michael Smith  <msmith@fluendo.com>
15944
15945         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15946         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15947           Fix use of uninitialised values if we're NOT seeking in ready.
15948           Fix typos.
15949
15950 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15951
15952         * gst/wavparse/Makefile.am:
15953           Add CFLAGS and LIBS for libgstbase, fixes build on
15954           Cygwin (#341489).
15955
15956 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15959           Some more debug info. No need to check whether the string
15960           returned by g_convert() is really UTF-8 - either it is or
15961           we get NULL returned.
15962
15963 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15964
15965         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15966           Fix parsing of numeric genre strings some more, by ensuring that
15967           we only try and parse strings that a) Start with '(' and b) Consist
15968           only of digits.
15969           Also, when finding an escaping '((' sequence, bust it back to '(' by
15970           swallowing the first parenthesis
15971
15972 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15975         (gst_esdsink_open), (gst_esdsink_close):
15976         * ext/esd/esdsink.h:
15977           Move the esd_get_server_info() into gst_esdsink_open() and fail
15978           with a decent error message on errors.
15979
15980 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15981
15982         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15983         (gst_esdmon_channels_get_type):
15984         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15985         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15986         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15987         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15988         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15989         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15990         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15991         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15992         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15993         * gst/videomixer/videomixer.c:
15994         (gst_video_mixer_background_get_type):
15995           Const-ify GEnumValue arrays.
15996
15997 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15998
15999         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16000
16001         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16002         (gst_avi_mux_do_video_buffer):
16003           Work around gst_buffer_make_metadata_writable() bug that
16004           results in avimux marking all frames in the index as
16005           keyframes (#340859).
16006           
16007 2006-05-08  Wim Taymans  <wim@fluendo.com>
16008
16009         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16010         Make parsing of urls suck slightly less.
16011
16012 2006-05-08  Edward Hervey  <edward@fluendo.com>
16013
16014         * autogen.sh: (CONFIGURE_DEF_OPT): 
16015         libtoolize on Darwin/MacOSX is called glibtoolize.
16016
16017 2006-05-08  Wim Taymans  <wim@fluendo.com>
16018
16019         Patch by: Jens Granseuer <jensgr at gmx dot net>
16020
16021         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16022         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16023         C89 compliance fixes. Fixes #340980
16024
16025 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16026
16027         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16028         * ext/flac/gstflacdec.h:
16029           Handle segment seeks that include the end of the file as stop point
16030           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16031           message instead of an EOS event in case we're in segment seek
16032           mode (fixes #340699).
16033           
16034 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16035
16036         * ext/cairo/gsttextoverlay.c:
16037         * ext/flac/gstflacdec.c:
16038         * ext/gdk_pixbuf/pixbufscale.c:
16039         * gst/apetag/gstapedemux.c:
16040         * gst/debug/breakmydata.c:
16041         * gst/debug/testplugin.c:
16042         * gst/matroska/ebml-write.c:
16043         * gst/multipart/multipartdemux.c:
16044         * sys/osxaudio/gstosxaudiosink.c:
16045         * sys/osxaudio/gstosxaudiosrc.c:
16046         Add semicolons after GST_BOILERPLATE[_FULL] so that
16047         indent doesn't mess up following lines.
16048
16049 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16050
16051         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16052
16053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16054           Don't leak caps when freeing the stream context (#340623).
16055
16056 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16057
16058         * configure.ac:
16059           Back to CVS
16060
16061 === release 0.10.3 ===
16062
16063 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16064
16065         * configure.ac:
16066           releasing 0.10.3, "Desplazado"
16067
16068 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16069
16070         * gst/matroska/matroska-mux.c:
16071         (gst_matroska_mux_stream_is_vorbis_header),
16072         (gst_matroska_mux_write_data):
16073           Don't strcmp() NULL strings.
16074           Only start new clusters on video keyframes, not on any
16075           random audio buffer that doesn't have the DELTA_UNIT
16076           flag set (fixes 'make check' again).
16077
16078 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16081
16082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16083         (gst_matroska_mux_stream_is_vorbis_header),
16084         (gst_matroska_mux_write_data):
16085           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16086           value and then dead-lock when muxing vorbis audio streams
16087           (the three vorbis header buffers carry no timestamp, and it
16088           would try to mux these after all video buffers). Fixes #340346.
16089
16090           Improve clustering: start a new cluster also whenever we get
16091           a keyframe.     
16092
16093 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16094
16095         * win32/common/config.h:
16096         * win32/MANIFEST
16097           add the generated file as well
16098
16099 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16100
16101         * Makefile.am:
16102         * configure.ac:
16103         * win32/common/config.h.in:
16104           add win32 stuff
16105
16106 2006-05-03  Michael Smith  <msmith@fluendo.com>
16107
16108         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16109           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16110           SUCKS.
16111
16112 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16113
16114         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16115         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16116         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16117           don't leak caps-string
16118
16119 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16120
16121         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16122         (gst_id3demux_sink_activate):
16123           Let core insert default error message for TYPE_NOT_FOUND
16124           errors, it's just as good as our own and has the added
16125           bonus of being translated.
16126
16127 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16130         (gst_tag_demux_sink_event):
16131         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16132         (gst_id3demux_sink_event):
16133           Post an error message when we get an EOS event and were not
16134           able to find out the type of stream.
16135
16136         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16137         (test_taglib_id3mux_with_tags):
16138           Decrease num-buffers to 16 per iteration again, otherwise the
16139           many memcpy()s and reallocations in the test will hammer slow
16140           CPUs completely and make the test timeout.
16141
16142 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16143
16144         * configure.ac:
16145           figure out where plugins-base plugins are
16146         * tests/check/Makefile.am:
16147           use plugins-base plugins, so we have typefind functions
16148         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16149           increase num-buffers, this makes sure the test errors out instead
16150           of timing out when no typefind functions are present
16151
16152 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16153
16154         * docs/plugins/Makefile.am:
16155           also check .cc files for gtk-doc markup
16156         * configure.ac:
16157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16159         * tests/check/Makefile.am:
16160         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16161         * ext/Makefile.am:
16162         * ext/taglib/Makefile.am:
16163         * ext/taglib/gstid3v2mux.h:
16164         * ext/taglib/gsttaglibmux.c:
16165         * ext/taglib/gsttaglibmux.h:
16166           move taglib-based id3v2muxer to -good.  Fixes #336110.
16167
16168 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16171           ... and fix multichannel/WAVFORMATEX support again.
16172
16173 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16174
16175         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16176         (gst_wavparse_class_init), (gst_wavparse_dispose),
16177         (gst_wavparse_reset), (gst_wavparse_init),
16178         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16179         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16180         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16181         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16182         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16183         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16184         (gst_wavparse_stream_data), (gst_wavparse_loop),
16185         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16186         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16187         (gst_wavparse_change_state), (plugin_init):
16188         * gst/wavparse/gstwavparse.h:
16189           Add push (streaming) mode to wavparse (fixes #337625)
16190
16191 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16192
16193         * configure.ac:
16194         * tests/Makefile.am:
16195           add ximagesrc icles test
16196
16197 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16198
16199         * configure.ac:
16200         * docs/plugins/Makefile.am:
16201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16203         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16204         (gst_cmml_enc_push_clip):
16205         * sys/Makefile.am:
16206         * sys/ximage/Makefile.am:
16207         * sys/ximage/gstximagesrc.c:
16208           Move ximagesrc plug-in to good after review.  Fixes #336756.
16209
16210 2006-04-28  Michael Smith  <msmith@fluendo.com>
16211
16212         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16213         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16214         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16215         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16216         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16217         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16218         * gst/icydemux/gsticydemux.h:
16219           Fix event handling: cache events when typefinding and forward later.
16220
16221 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16222
16223         * sys/osxaudio/gstosxaudiosink.c:
16224         (plugin_init):
16225          Register osxaudiosrc to the plugin.
16226         * sys/osxaudio/gstosxaudiosrc.c:
16227         (gst_osx_audio_src_osxelement_do_init),
16228         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16229         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16230         (gst_osx_audio_src_get_property),
16231         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16232         (gst_osx_audio_src_osxelement_init):
16233         * sys/osxaudio/gstosxaudiosrc.h:
16234           Port of osxaudiosrc to 0.10.
16235         * sys/osxaudio/Makefile.am:
16236           Add osxaudiosrc
16237
16238 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16239
16240         * sys/osxaudio/gstosxringbuffer.c:
16241         * sys/osxaudio/gstosxringbuffer.h:
16242           Forgot to commit earlier, part of the OSX audio plugin port
16243
16244 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16245
16246         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16247         (parse_split_strings):
16248           Recognise and skip any byte order marker (BOM) in
16249           UTF-16 strings.
16250
16251 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16252
16253         * docs/plugins/Makefile.am:
16254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16256         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16257         * docs/plugins/inspect/plugin-avi.xml:
16258         * gst/avi/gstavidemux.c:
16259         * gst/avi/gstavimux.c:
16260           Add docs for both avidemux and avimux.
16261
16262 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16263
16264         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16265
16266         * gst/avi/Makefile.am:
16267         * gst/avi/gstavi.c: (plugin_init):
16268         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16269         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16270         (gst_avi_mux_class_init), (gst_avi_mux_init),
16271         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16272         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16273         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16274         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16275         (gst_avi_mux_riff_get_avix_header),
16276         (gst_avi_mux_riff_get_video_header),
16277         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16278         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16279         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16280         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16281         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16282         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16283         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16284         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16285         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16286         (gst_avi_mux_change_state):
16287         * gst/avi/gstavimux.h:
16288           Port AVI muxer to GStreamer-0.10 (#332031).
16289
16290         * tests/check/Makefile.am:
16291         * tests/check/elements/avimux.c:
16292         * tests/check/elements/.cvsignore:
16293           Add unit test for AVI muxer.
16294
16295 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16296
16297         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16298         (gst_wavparse_class_init), (gst_wavparse_reset),
16299         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16300         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16301         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16302         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16303         (gst_wavparse_stream_data), (gst_wavparse_loop),
16304         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16305         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16306         (plugin_init):
16307         * gst/wavparse/gstwavparse.h:
16308           reverted patch #337625 for the price of 1 hour sleep
16309
16310 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16311
16312         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16313         (gst_wavparse_class_init), (gst_wavparse_reset),
16314         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16315         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16316         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16317         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16318         (gst_wavparse_stream_data), (gst_wavparse_loop),
16319         (gst_wavparse_chain), (plugin_init):
16320         * gst/wavparse/gstwavparse.h:
16321           correct partial implementation of push mode
16322           (from my last commit)
16323
16324 2006-04-26  Wim Taymans  <wim@fluendo.com>
16325
16326         * ext/esd/esdsink.c:
16327         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16328         it is not in esd.h
16329
16330 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16333         (gst_au_parse_class_init), (gst_au_parse_init),
16334         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16335         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16336         (gst_au_parse_chain), (gst_au_parse_src_convert),
16337         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16338         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16339         (gst_au_parse_change_state):
16340         * gst/auparse/gstauparse.h:
16341           Rewrite auparse to suck a little bit less: make source pad
16342           dynamic, so decodebin/playbin work with non-raw formats
16343           like alaw/mulaw; add query function for duration/position
16344           queries; check whether we have enough data before attempting
16345           to parse the header (instead of crashing when that is not the
16346           case); work around audioconvert sucking by swapping endianness
16347           to the native endianness ourselves for float formats; send
16348           initial newsegment event. Fixes #161712.
16349
16350 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16351
16352         * sys/osxaudio/Makefile.am:
16353         * sys/osxaudio/gstosxaudioelement.c:
16354         (gst_osx_audio_element_get_type),
16355         (gst_osx_audio_element_class_init):
16356         * sys/osxaudio/gstosxaudioelement.h:
16357         * sys/osxaudio/gstosxaudiosink.c:
16358         (gst_osx_audio_sink_osxelement_do_init),
16359         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16360         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16361         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16362         (gst_osx_audio_sink_create_ringbuffer),
16363         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16364         (plugin_init):
16365         * sys/osxaudio/gstosxaudiosink.h:
16366         Port of osxaudiosink to 0.10
16367
16368 2006-04-26  Wim Taymans  <wim@fluendo.com>
16369
16370         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16371         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16372         the size of the ringbuffer. This should fix hangs with older 
16373         esd sound servers.
16374
16375 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16376
16377         * ext/aalib/gstaasink.c:
16378         * ext/annodex/gstcmmldec.c:
16379         * ext/annodex/gstcmmlenc.c:
16380         * ext/cairo/gsttextoverlay.c:
16381         * ext/cairo/gsttimeoverlay.c:
16382         * ext/cdio/gstcdiocddasrc.c:
16383         * ext/dv/gstdvdec.c:
16384         * ext/dv/gstdvdemux.c:
16385         * ext/esd/esdmon.c:
16386         * ext/esd/esdsink.c:
16387         * ext/flac/gstflacenc.c:
16388         * ext/flac/gstflactag.c:
16389         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16390         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16391         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16392         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16393         * ext/gdk_pixbuf/pixbufscale.c:
16394         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16395         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16396         * ext/jpeg/gstjpegdec.c:
16397         * ext/jpeg/gstjpegenc.c:
16398         * ext/jpeg/gstsmokedec.c:
16399         * ext/jpeg/gstsmokeenc.c:
16400         * ext/libcaca/gstcacasink.c:
16401         * ext/libmng/gstmngdec.c:
16402         * ext/libmng/gstmngenc.c:
16403         * ext/libpng/gstpngdec.c:
16404         * ext/libpng/gstpngenc.c:
16405         * ext/mikmod/gstmikmod.c:
16406         * ext/raw1394/gstdv1394src.c:
16407         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16408         * ext/shout2/gstshout2.h:
16409         * ext/speex/gstspeexdec.c:
16410         * ext/speex/gstspeexenc.c:
16411         * gst/alpha/gstalpha.c:
16412         * gst/alpha/gstalphacolor.c:
16413         * gst/apetag/gstapedemux.c:
16414         * gst/auparse/gstauparse.c:
16415         * gst/autodetect/gstautoaudiosink.c:
16416         (gst_auto_audio_sink_base_init):
16417         * gst/autodetect/gstautovideosink.c:
16418         (gst_auto_video_sink_base_init):
16419         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16420         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16421         * gst/cutter/gstcutter.c:
16422         * gst/debug/breakmydata.c:
16423         * gst/debug/efence.c:
16424         * gst/debug/gstnavigationtest.c:
16425         * gst/debug/gstnavseek.c:
16426         * gst/debug/negotiation.c:
16427         * gst/debug/progressreport.c:
16428         * gst/debug/testplugin.c:
16429         * gst/effectv/gstaging.c:
16430         * gst/effectv/gstdice.c:
16431         * gst/effectv/gstedge.c:
16432         * gst/effectv/gstquark.c:
16433         * gst/effectv/gstrev.c:
16434         * gst/effectv/gstshagadelic.c:
16435         * gst/effectv/gstvertigo.c:
16436         * gst/effectv/gstwarp.c:
16437         * gst/flx/gstflxdec.c:
16438         * gst/goom/gstgoom.c:
16439         * gst/icydemux/gsticydemux.c:
16440         * gst/id3demux/gstid3demux.c:
16441         * gst/interleave/deinterleave.c:
16442         * gst/interleave/interleave.c:
16443         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16444         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16445         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16446         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16447         * gst/level/gstlevel.c:
16448         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16449         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16450         * gst/median/gstmedian.c:
16451         * gst/monoscope/gstmonoscope.c:
16452         * gst/multipart/multipartdemux.c:
16453         * gst/multipart/multipartmux.c:
16454         * gst/oldcore/gstaggregator.c:
16455         * gst/oldcore/gstfdsink.c:
16456         * gst/oldcore/gstmd5sink.c:
16457         * gst/oldcore/gstmultifilesrc.c:
16458         * gst/oldcore/gstpipefilter.c:
16459         * gst/oldcore/gstshaper.c:
16460         * gst/oldcore/gststatistics.c:
16461         * gst/rtp/gstasteriskh263.c:
16462         * gst/rtp/gstrtpL16depay.c:
16463         * gst/rtp/gstrtpL16pay.c:
16464         * gst/rtp/gstrtpamrdepay.c:
16465         * gst/rtp/gstrtpamrpay.c:
16466         * gst/rtp/gstrtpdepay.c:
16467         * gst/rtp/gstrtpgsmpay.c:
16468         * gst/rtp/gstrtph263pay.c:
16469         * gst/rtp/gstrtph263pdepay.c:
16470         * gst/rtp/gstrtph263ppay.c:
16471         * gst/rtp/gstrtpilbcdepay.c:
16472         * gst/rtp/gstrtpmp4gpay.c:
16473         * gst/rtp/gstrtpmp4vdepay.c:
16474         * gst/rtp/gstrtpmp4vpay.c:
16475         * gst/rtp/gstrtpmpadepay.c:
16476         * gst/rtp/gstrtpmpapay.c:
16477         * gst/rtp/gstrtppcmadepay.c:
16478         * gst/rtp/gstrtppcmapay.c:
16479         * gst/rtp/gstrtppcmudepay.c:
16480         * gst/rtp/gstrtppcmupay.c:
16481         * gst/rtp/gstrtpspeexdepay.c:
16482         * gst/rtp/gstrtpspeexpay.c:
16483         * gst/rtsp/gstrtpdec.c:
16484         * gst/rtsp/gstrtspsrc.c:
16485         * gst/smpte/gstsmpte.c:
16486         * gst/udp/gstdynudpsink.c:
16487         * gst/udp/gstmultiudpsink.c:
16488         * gst/udp/gstudpsink.c:
16489         * gst/udp/gstudpsrc.c:
16490         * gst/videobox/gstvideobox.c:
16491         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16492         * gst/videofilter/gstvideobalance.c:
16493         * gst/videofilter/gstvideoflip.c:
16494         * gst/videofilter/gstvideotemplate.c:
16495         (gst_videotemplate_base_init):
16496         * gst/videomixer/videomixer.c:
16497         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16498         (gst_wavparse_class_init), (gst_wavparse_dispose),
16499         (gst_wavparse_reset), (gst_wavparse_init),
16500         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16501         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16502         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16503         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16504         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16505         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16506         (gst_wavparse_change_state):
16507         * gst/wavparse/gstwavparse.h:
16508         * sys/oss/gstossmixerelement.c:
16509         * sys/oss/gstosssink.c:
16510         * sys/oss/gstosssrc.c:
16511         * sys/osxaudio/gstosxaudioelement.c:
16512         * sys/osxaudio/gstosxaudiosink.c:
16513         * sys/osxaudio/gstosxaudiosrc.c:
16514         * sys/sunaudio/gstsunaudiomixer.c:
16515         * sys/sunaudio/gstsunaudiosink.c:
16516           Define GstElementDetails as const and also static (when defined as
16517           global)
16518
16519 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16522           Source pad has fixed caps. If we don't set this, bad
16523           things happen when the window is resized.
16524
16525 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16526
16527         * gst/matroska/Makefile.am:
16528         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16529         (gst_matroska_demux_handle_src_event):
16530         * gst/matroska/matroska-ids.c:
16531         (gst_matroska_track_init_video_context),
16532         (gst_matroska_track_init_audio_context),
16533         (gst_matroska_track_init_subtitle_context),
16534         (gst_matroska_track_init_complex_context):
16535         * gst/matroska/matroska-ids.h:
16536           Handle case where the TrackType ebml chunk does not come before the
16537           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16538           events.
16539
16540 2006-04-25  Wim Taymans  <wim@fluendo.com>
16541
16542         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16543         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16544         It's codec_data, not codec_info.
16545
16546 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16549
16550         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16551           Handle codec_data for VfW compatibility codec IDs (#339451)
16552
16553         * gst/matroska/matroska-mux.c:
16554         (gst_matroska_mux_video_pad_setcaps):
16555           Same here, handle codec_data and add additional caps we can handle
16556           now to the pad template (huffyuv, dv and h263 video) (#339451)
16557
16558 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16559
16560         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16561
16562         * gst/matroska/matroska-mux.c:
16563         (gst_matroska_mux_create_buffer_header),
16564         (gst_matroska_mux_write_data):
16565           Fix timestamping of B-frames, use signed integers, do
16566           some rounding (#339678).
16567
16568 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16569
16570         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16571         just make it compile with --disable-gst-debug.
16572
16573 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16574
16575         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16576         Fix a bad conversion using gst_guint64_to_gdouble.
16577         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16578         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16579         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16580     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16581         mistake.
16582
16583 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16584
16585         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16586         Use gst_guint64_to_gdouble for conversions
16587         * win32/vs6/gst_plugins_good.dsw:
16588         * win32/vs6/libgsticydemux.dsp:
16589         Add a project file for icydemux
16590
16591 2006-04-21  Wim Taymans  <wim@fluendo.com>
16592
16593         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16594
16595         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16596         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16597         When splitting audio chunks, the block alignment is not taken in
16598         consideration, so the smaller chunks could be of size which is 
16599         not a multiple of the block alignment. Fixes #336904
16600
16601 2006-04-21  Wim Taymans  <wim@fluendo.com>
16602
16603         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16604         Use scale functions
16605
16606 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         * ext/dv/gstdv.c: (plugin_init):
16609           Fix build.
16610
16611 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16612
16613         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16614         (gst_progress_report_class_init), (gst_progress_report_init),
16615         (gst_progress_report_do_query), (gst_progress_report_report),
16616         (gst_progress_report_set_property),
16617         (gst_progress_report_get_property):
16618           Add 'format' property to force querying to a particular format.
16619
16620 2006-04-21  Andy Wingo  <wingo@pobox.com>
16621
16622         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16623         best, on big endian systems. Drop its rank in that case. OTOH on
16624         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16625
16626 2006-04-21  Michael Smith  <msmith@fluendo.com>
16627
16628         * configure.ac:
16629         * gst/icydemux/Makefile.am:
16630         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16631         (gst_icydemux_base_init), (gst_icydemux_class_init),
16632         (gst_icydemux_reset), (gst_icydemux_init),
16633         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16634         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16635         (unicodify), (gst_icydemux_unicodify),
16636         (gst_icydemux_parse_and_send_tags),
16637         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16638         (gst_icydemux_chain), (gst_icydemux_change_state),
16639         (gst_icydemux_send_tag_event), (plugin_init):
16640         * gst/icydemux/gsticydemux.h:
16641         * tests/check/Makefile.am:
16642         * tests/check/elements/icydemux.c: (typefind_succeed),
16643         (plugin_init), (icydemux_found_pad), (create_icydemux),
16644         (cleanup_icydemux), (push_data), (GST_START_TEST),
16645         (icydemux_suite), (main):
16646           Add icydemux, and tests.
16647
16648 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16649
16650         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16651           Post SEGMENT_DONE message in TIME format.
16652
16653 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16656
16657         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16658         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16659           Fix index creation when we have to scan the file to create
16660           an index. There may be other types of RIFF 'LIST' chunks than
16661           'movi' and we need to skip them properly as well or we'll end up
16662           reading garbage (#336889). Some other cosmetic changes.
16663           
16664 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16667         (gst_flac_dec_handle_seek_event):
16668           Add support for segment seeks (fixes #338290). Also demote
16669           some recurring debug message from DEBUG to LOG level.
16670
16671 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16672
16673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16674         (gst_matroskademux_do_index_seek),
16675         (gst_matroska_demux_handle_seek_event),
16676         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16677         * gst/matroska/matroska-ids.h:
16678           Set DISCONT flag on first buffer after a discontinuity.
16679           Fix newsegment events sent when seeking and honour KEY_UNIT
16680           seek flag. Create pad with bogus caps if we don't recognise
16681           the stream codec id.
16682
16683         * gst/matroska/matroska-demux.h:
16684           Fix GObject macros.
16685
16686 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16689
16690         * gst/matroska/matroska-demux.c:
16691         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16692           Handle end of segment properly when set; don't dead-lock when
16693           posting start of segment message when doing a segment seek.
16694           Fixes #338810.
16695
16696 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16697
16698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16699         (gst_matroska_demux_plugin_init):
16700           Make mpeg2 aac audio work: create artificial private codec data
16701           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16702           Also call gst_riff_init(). Partially fixes #338767.
16703
16704 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16707         (gst_wavenc_class_init), (gst_wavenc_init),
16708         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16709         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16710         (gst_wavenc_chain), (gst_wavenc_change_state):
16711         * gst/wavenc/gstwavenc.h:
16712           Set caps on first outgoing buffer, so that it doesn't error out
16713           immediately with a non-negotiated error (#338716). Rewrite and
16714           clean up a bit; fix setcaps function to parse things properly;
16715           fix sink caps (8bit audio is unsigned and doesn't have depth);
16716           use boilerplate macros; remove unused properties stuff.
16717
16718 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16719
16720         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16721           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16722           handle MJPEG streams and might be autoplugged for those if the
16723           user doesn't have jpegdec installed (resulting in a cryptic error
16724           message about huffman tables). Better to disable JPEG decoding here
16725           and let the user figure out that she needs to install jpegdec.
16726
16727 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16728
16729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16730         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16731         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16732         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16733           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16734           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16735           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16736           debug messages. Fix boilerplate macros.
16737
16738 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16741         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16742           No need to special-case for Gdk-2.0 any longer, we require
16743           Gdk 2.2 or newer; minor clean-ups.
16744
16745 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16746
16747         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16748         (gst_shout2send_class_init), (gst_shout2send_init),
16749         (set_shout_metadata), (gst_shout2send_set_metadata),
16750         (gst_shout2send_event), (gst_shout2send_start),
16751         (gst_shout2send_connect), (gst_shout2send_stop),
16752         (gst_shout2send_render), (gst_shout2send_set_property),
16753         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16754         (plugin_init):
16755         * ext/shout2/gstshout2.h:
16756         * po/POTFILES.in:
16757           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16758           change function; use GST_ELEMENT_ERROR for error reporting, not
16759           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16760           will cause crashes or assertion failures; remove (unused) "sync"
16761           property, basesink already has such a property; misc. other
16762           minor fixes and cleanups.
16763
16764 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16767         * ext/esd/gstesd.c: (plugin_init):
16768         * po/POTFILES.in:
16769           Add translatable error message for when we cannot
16770           connect to the sound server, as "Cannot open resource
16771           for writing" isn't really an acceptable message to show
16772           to the user in this case.
16773
16774 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         * sys/oss/gst-i18n-plugin.h:
16777           Remove bogus file that doesn't belong here.
16778
16779 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         Patch by: Philippe Valembois
16782
16783         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16784         (gst_shout2send_set_metadata), (gst_shout2send_event),
16785         (gst_shout2send_render), (gst_shout2send_change_state):
16786         * ext/shout2/gstshout2.h:
16787           Handle tags being received before the connection to
16788           the server is established properly (see #338636).
16789
16790 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16791
16792         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16793           Don't crash in case the connection to the server fails:
16794           don't set pointer to NULL by assigning FALSE; error out
16795           properly by using GST_ELEMENT_ERROR and returning
16796           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16797           before resetting the pointer.
16798
16799 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16800
16801         * gst/id3demux/id3tags.c:
16802         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16803         (Fixes #338713)
16804
16805 2006-04-12  Wim Taymans  <wim@fluendo.com>
16806
16807         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16808         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16809         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16810         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16811         (gst_gdk_pixbuf_chain):
16812         Some cleanups.
16813         Added RGBA as a possible output format.
16814         Correctly free the supported mimetypes.
16815         deprecate silent arg, it's not used.
16816         Return result from _alloc_buffer to peer.
16817
16818 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16821           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16822           overwriting GST_BUFFER_MALLOCDATA.
16823
16824 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16825
16826         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16827         (user_endrow_callback), (user_end_callback),
16828         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16829         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16830         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16831         * ext/libpng/gstpngdec.h:
16832           Handle more than one frame if the content is framed,
16833           like with png-in-quicktime (#331917).
16834
16835 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16836
16837         * sys/oss/Makefile.am:
16838         * sys/oss/common.h:
16839         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16840         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16841         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16842         (gst_oss_src_unprepare):
16843           - the user-visible error strings were in the wrong category
16844           - and the messages were not marked for translation
16845           - which is actually a good thing, because they were exactly
16846             the kind of message you would never want anyone to see
16847           - the macros were using variables that didn't exist in the macro
16848             arguments
16849           - and they were obviously copied from each other and then modified
16850           - so a common header makes sense
16851
16852 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16855           Don't try to modify read-only data.
16856
16857         * gst/matroska/matroska-demux.c:
16858         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16859           Fix comment (won't crash any longer now).
16860
16861 2006-04-10  Michael Smith  <msmith@fluendo.com>
16862
16863         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16864           Use copies of header buffers for caps to avoid circular refcounting
16865           problems (as in theoradec, vorbisdec).
16866
16867         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16868           Fix a typo in test that meant it was testing the wrong thing.
16869
16870         * tests/check/elements/cmmlenc.c: (check_headers):
16871           Fix refcount checks now that we use buffer-copies for caps.
16872
16873 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16876         (gst_matroska_demux_handle_seek_event),
16877         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16878         (gst_matroska_demux_subtitle_caps),
16879         (gst_matroska_demux_plugin_init):
16880           Use static pad templates with ANY caps for audio and video
16881           source pads and get rid of a lot of unnecessary (and partially
16882           broken) code for the template caps. Clean up caps finding
16883           functions. Fixes playback of audio files/streams that do not
16884           contain the sample rate and/or number of channels in the audio
16885           context (happens a lot with vorbis/mp3 .mka files it seems).
16886           Fixes #337183.
16887           Also add myself to copyright holders.
16888
16889 2006-04-10  Michael Smith  <msmith@fluendo.com>
16890
16891         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16892           Use g_list_delete_link () instead of g_list_remove_link () so that
16893           we free the link as well as the contained data.
16894
16895 2006-04-10  Wim Taymans  <wim@fluendo.com>
16896
16897         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16898
16899         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16900         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16901         (gst_avi_demux_stream_header):
16902         Fix some crashers with empty chunks. (Fixes #337749)
16903
16904 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16905
16906         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16907           use G_GINT64_CONSTANT for INT64 constants
16908         * gst/videofilter/gstvideobalance.c:
16909           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16910         * win32/vs6/libgstavi.dsp:
16911          add missing libraries for the link and remove avimux.c from
16912          the project as it isn't ported to 0.10 yet
16913         
16914 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16915
16916         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16917           Even better would be if we actually did the right thing
16918           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16919
16920 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16921
16922         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16923           Can't just replace 1LL with 1L here just because MSVC doesn't
16924           support it, as it might lead to incorrect results when doing the
16925           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16926           force a 64-bit constant in a way that all compilers are happy with.
16927
16928 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16929
16930         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16931         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16932         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16933         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16934         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16935         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16936         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16937         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16938         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16939         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16940         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16941         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16942         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16943         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16944         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16945         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16946         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16947         * gst/debug/efence.c: (gst_efence_class_init):
16948         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16949         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16950         * gst/goom/gstgoom.c: (gst_goom_class_init):
16951         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16952         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16953         * gst/interleave/interleave.c: (interleave_class_init):
16954         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16955         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16956         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16957         * gst/median/gstmedian.c: (gst_median_class_init):
16958         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16959         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16960         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16961         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16962         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16963         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16964         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16965         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16966         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16967         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16968         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16969         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16970         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16971         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16972         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16973         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16974         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16975         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16976         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16977         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16978         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16979         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16980         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16981         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16982         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16984         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16985         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16986         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16987         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16988         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16989         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16990         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16991         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16992         * sys/osxaudio/gstosxaudioelement.c:
16993         (gst_osxaudioelement_class_init):
16994         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16995         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16996         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16997         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16998
16999 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17000
17001         * ext/mikmod/gstmikmod.h:
17002         * gst/level/gstlevel.h:
17003         Fix more broken GObject macros
17004
17005 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17006
17007         * ext/annodex/gstcmmldec.h:
17008         * ext/annodex/gstcmmlenc.h:
17009         * ext/annodex/gstcmmltag.h:
17010         * ext/cairo/gsttextoverlay.h:
17011         * ext/ladspa/gstsignalprocessor.h:
17012         * gst/matroska/ebml-read.h:
17013         * gst/matroska/ebml-write.h:
17014         * sys/osxaudio/gstosxaudioelement.h:
17015         Fix broken GObject macros
17016
17017 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17018
17019         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17020           Don't try to seek beyond the end of the file (would
17021           occasionally display error dialogs in totem when seeking
17022           to the end) (#335869). Will still throw an error though
17023           if the file is truncated and the total_samples value in
17024           the stream header is wrong.
17025
17026 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17027
17028         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17029         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17030         (gst_flac_dec_metadata_callback):
17031         * ext/flac/gstflacdec.h:
17032           If the stream header doesn't contain the total number of samples,
17033           search for the last flac frame at the end of the file and calculate
17034           the total duration from that frame's offset (fixes #337609).
17035
17036 2006-04-07  Edward Hervey  <edward@fluendo.com>
17037
17038         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17039         Don't unref the GstPadTemplate returned by
17040         gst_element_class_get_pad_template().
17041
17042 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17045
17046         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17047         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17048         * sys/sunaudio/gstsunaudiosink.h:
17049           Use spec->segsize and spec->segtotal in the prepare function
17050           to initialise the ring buffer instead of using the buffer-time
17051           property (#337421).
17052
17053 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17054
17055         * configure.ac:
17056           Bump core requirements to CVS for gst_pad_query_peer_duration()
17057           which is used by speexdec.
17058
17059 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17060
17061         * ext/speex/gstspeex.c: (plugin_init):
17062         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17063         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17064         (speex_get_sink_query_types), (speex_dec_sink_query),
17065         (speex_get_src_query_types), (speex_dec_src_query),
17066         (speex_dec_src_event), (speex_dec_sink_event),
17067         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17068         (speex_dec_chain_parse_data), (speex_dec_chain),
17069         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17070         (speex_dec_change_state):
17071         * ext/speex/gstspeexdec.h:
17072           Fix seeking and duration queries (#337033); clean up and
17073           refactor a bit.
17074
17075 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * ext/raw1394/gstdv1394src.c:
17078           distinguish between device not found and could not open for
17079           reading
17080
17081 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17082
17083         * Makefile.am:
17084         * configure.ac:
17085         * pkgconfig/.cvsignore:
17086         * pkgconfig/Makefile.am:
17087         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17088           add a .pc file so other modules can use good plugins in tests
17089
17090 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17091
17092         * configure.ac:
17093           clean up, use AS_VERSION and AS_NANO
17094         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17095           use PACKAGE_VERSION define
17096         * po/af.po:
17097         * po/az.po:
17098         * po/cs.po:
17099         * po/en_GB.po:
17100         * po/hu.po:
17101         * po/it.po:
17102         * po/nb.po:
17103         * po/nl.po:
17104         * po/or.po:
17105         * po/sq.po:
17106         * po/sr.po:
17107         * po/sv.po:
17108         * po/uk.po:
17109         * po/vi.po:
17110           updated
17111
17112 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17113
17114         * ext\jpeg\smokecodec.c:
17115           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17116         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17117           move first instruction after all variables declarations
17118         * gst\alpha\gstalpha.c:
17119         * gst\effectv\gstshagadelic.c:
17120         * gst\smpte\paint.c:
17121         * gst\videofilter\gstvideobalance.c:
17122           define M_PI if it's not defined (it's not defined on WIN32)
17123         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17124         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17125         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17126         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17127         (gst_matroska_demux_video_caps):
17128         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17129         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17130           use gst_guint64_to_gdouble for conversions
17131         * gst\goom\filters.c: (setPixelRGB_):
17132           fix a debug which was using undefined variable
17133         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17134         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17135           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17136         * win32/vs6:
17137           add vs6 projects files for most of plugins-good
17138         
17139 2006-03-30  j^  <j@bootlab.org>
17140
17141         * ext/aalib/gstaasink.c:
17142         * ext/annodex/gstcmmldec.c:
17143         * ext/annodex/gstcmmlenc.c:
17144         * ext/cairo/gsttextoverlay.c:
17145         * ext/cairo/gsttimeoverlay.c:
17146         * ext/cdio/gstcdiocddasrc.c:
17147         * ext/dv/gstdvdec.c:
17148         * ext/esd/esdmon.c:
17149         * ext/esd/esdsink.c:
17150         * ext/flac/gstflacdec.c:
17151         * ext/flac/gstflacenc.c:
17152         * ext/flac/gstflactag.c:
17153         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17154         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17155         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17156         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17157         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17158         * ext/gdk_pixbuf/pixbufscale.c:
17159         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17160         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17161         * ext/jpeg/gstjpegdec.c:
17162         * ext/jpeg/gstjpegenc.c:
17163         * ext/jpeg/gstsmokedec.c:
17164         * ext/jpeg/gstsmokeenc.c:
17165         * ext/libcaca/gstcacasink.c:
17166         * ext/libmng/gstmngdec.c:
17167         * ext/libmng/gstmngenc.c:
17168         * ext/libpng/gstpngdec.c:
17169         * ext/libpng/gstpngenc.c:
17170         * ext/mikmod/gstmikmod.c:
17171         * ext/raw1394/gstdv1394src.c:
17172         * ext/shout2/gstshout2.c:
17173         * ext/speex/gstspeexdec.c:
17174         * ext/speex/gstspeexenc.c:
17175         * gst/alpha/gstalpha.c:
17176         * gst/alpha/gstalphacolor.c:
17177         * gst/auparse/gstauparse.c:
17178         * gst/autodetect/gstautoaudiosink.c:
17179         (gst_auto_audio_sink_base_init):
17180         * gst/autodetect/gstautovideosink.c:
17181         (gst_auto_video_sink_base_init):
17182         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17183         * gst/cutter/gstcutter.c:
17184         * gst/debug/breakmydata.c:
17185         * gst/debug/efence.c:
17186         * gst/debug/gstnavigationtest.c:
17187         * gst/debug/negotiation.c:
17188         * gst/debug/progressreport.c:
17189         * gst/debug/testplugin.c:
17190         * gst/effectv/gstaging.c:
17191         * gst/effectv/gstdice.c:
17192         * gst/effectv/gstedge.c:
17193         * gst/effectv/gstquark.c:
17194         * gst/effectv/gstrev.c:
17195         * gst/effectv/gstvertigo.c:
17196         * gst/effectv/gstwarp.c:
17197         * gst/flx/gstflxdec.c:
17198         * gst/goom/gstgoom.c:
17199         * gst/interleave/deinterleave.c:
17200         * gst/interleave/interleave.c:
17201         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17202         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17203         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17204         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17205         * gst/level/gstlevel.c:
17206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17208         * gst/median/gstmedian.c:
17209         * gst/monoscope/gstmonoscope.c:
17210         * gst/multipart/multipartdemux.c:
17211         * gst/multipart/multipartmux.c:
17212         * gst/oldcore/gstmd5sink.c:
17213         * gst/oldcore/gstmultifilesrc.c:
17214         * gst/oldcore/gstpipefilter.c:
17215         * gst/oldcore/gstshaper.c:
17216         * gst/oldcore/gststatistics.c:
17217         * gst/rtp/gstasteriskh263.c:
17218         * gst/rtp/gstrtpL16depay.c:
17219         * gst/rtp/gstrtpL16pay.c:
17220         * gst/rtp/gstrtpamrdepay.c:
17221         * gst/rtp/gstrtpamrpay.c:
17222         * gst/rtp/gstrtpdepay.c:
17223         * gst/rtp/gstrtpgsmpay.c:
17224         * gst/rtp/gstrtph263pay.c:
17225         * gst/rtp/gstrtph263pdepay.c:
17226         * gst/rtp/gstrtph263ppay.c:
17227         * gst/rtp/gstrtpmp4gpay.c:
17228         * gst/rtp/gstrtpmp4vdepay.c:
17229         * gst/rtp/gstrtpmp4vpay.c:
17230         * gst/rtp/gstrtpmpadepay.c:
17231         * gst/rtp/gstrtpmpapay.c:
17232         * gst/rtp/gstrtppcmadepay.c:
17233         * gst/rtp/gstrtppcmapay.c:
17234         * gst/rtp/gstrtppcmudepay.c:
17235         * gst/rtp/gstrtppcmupay.c:
17236         * gst/rtp/gstrtpspeexdepay.c:
17237         * gst/rtp/gstrtpspeexpay.c:
17238         * gst/rtsp/gstrtpdec.c:
17239         * gst/smpte/gstsmpte.c:
17240         * gst/videobox/gstvideobox.c:
17241         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17242         * gst/videofilter/gstvideobalance.c:
17243         * gst/videofilter/gstvideoflip.c:
17244         * gst/videofilter/gstvideotemplate.c:
17245         (gst_videotemplate_base_init):
17246         * gst/videomixer/videomixer.c:
17247         * gst/wavenc/gstwavenc.c:
17248         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17249          better/unified long descriptions
17250          Fixed #336602
17251          Some cleanups to auparse, don't send multiple newsegments.
17252
17253 2006-03-29  Wim Taymans  <wim@fluendo.com>
17254
17255         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17256
17257         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17258         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17259         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17260         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17261         * ext/dv/gstdvdemux.h:
17262         Seek in READY patch. Only works for pull based mode.
17263         Fixes #323880
17264
17265 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17266
17267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17268         (gst_gdk_pixbuf_event):
17269           Fix two crashers: don't unref the same caps twice, and
17270           set pixbuf loader to NULL after freeing it.
17271
17272 2006-03-27  Wim Taymans  <wim@fluendo.com>
17273
17274         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17275         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17276         (gst_speexenc_chain):
17277         * ext/speex/gstspeexenc.h:
17278         Don't leak adapter.
17279         A push *always* takes ownership of the buffer, even on
17280         errors.
17281         Small cleanups.
17282
17283 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17284
17285         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17286           Create source pad without leaking.
17287
17288 2006-03-24  Wim Taymans  <wim@fluendo.com>
17289
17290         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17291         * ext/flac/gstflacdec.h:
17292         * ext/flac/gstflacenc.h:
17293         Spifify a bit.
17294         Fix deadly lock order error in seeking code, STREAM_LOCK
17295         cannot be taken within LOCK and the streaming variables are
17296         protected with the STREAM_LOCK anyway.
17297
17298 2006-03-24  Wim Taymans  <wim@fluendo.com>
17299
17300         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17301         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17302         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17303         this patch combines the global init_frames with the stream
17304         init_frames. Rationale being that the global delay should 
17305         be subtracted from any stream delay.
17306         Fixes #335858.
17307
17308 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17309
17310         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17311         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17312         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17313         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17314         use DEBUG_FUNCPTR for collectpads
17315
17316 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17317
17318         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17319           Don't crash when encoding images where the number of rows isn't
17320           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17321
17322 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17323
17324         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17325         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17326         * gst/interleave/interleave.c: (interleave_change_state):
17327         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17328           More state change function fixes.
17329
17330 2006-03-23  Wim Taymans  <wim@fluendo.com>
17331
17332         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17333         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17334         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17335         (gst_esdsink_delay), (gst_esdsink_reset):
17336         * ext/esd/esdsink.h:
17337         Fix esd choppy playback by configuring audiosink
17338         correctly. Fixes #325191
17339
17340 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17343           Make state change function thread-safe.
17344
17345 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17346
17347         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17348         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17349           Don't try to read beyond the end of the file just because
17350           the header claims a bigger size (like with truncated files).
17351
17352 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17353
17354         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17355         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17356         (gst_wavparse_stream_data), (gst_wavparse_loop):
17357         * gst/wavparse/gstwavparse.h:
17358           Delay source pad creation until we have the first chunk of
17359           media data, so the we can examine the data and adjust the
17360           caps accordingly if required. This makes playback of .wav
17361           files with DTS-declared-as-PCM content work (#313266).
17362
17363 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17364
17365         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17366         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17367         Don't attempt typefinding on too-short buffers that have been
17368         completely trimmed away. (Fixes #330239)
17369
17370         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17371         Improve the debug output
17372
17373 2006-03-21  Wim Taymans  <wim@fluendo.com>
17374
17375         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17376         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17377         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17378         (gst_esdsink_set_property), (gst_esdsink_get_property):
17379         Some cleanups.
17380         Reset fd to -1 when we close them.
17381
17382 2006-03-21  Wim Taymans  <wim@fluendo.com>
17383
17384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17385         the OPTIONS request result is optional so don't
17386         fail on it.
17387
17388 2006-03-21  Edward Hervey  <edward@fluendo.com>
17389
17390         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17391         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17392         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17393         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17394         (gst_wavparse_change_state):
17395         gcc 4.1 unreferenced pointer fixes.
17396
17397 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17400
17401         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17402           Fix block alignment calculation. Alignment should be done before
17403           adding the byte offset where the data starts (#335231).
17404
17405 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17406
17407         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17408           Ensure that we set correct caps on buffers that are transferred
17409           direct from the input.
17410
17411 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17412
17413         * gst/goom/filters.c: (zoomFilterDestroy):
17414         * gst/goom/goom_core.c: (goom_close):
17415           Free filter data when cleaning up. (Fixes: #334995)
17416
17417 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17418
17419         * configure.ac:
17420           Don't compile udp and rtsp plugins on win32 (mingw) or other
17421           systems that don't have <sys/socket.h> for some reason (#316203).
17422
17423 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17424
17425         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17426         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17427         * ext/raw1394/gstdv1394src.h:
17428           Change bus reset handler so it reports useful information such as
17429           whether the device being used connected or disconnected
17430
17431 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17432
17433         * gst/id3demux/id3v2frames.c:
17434         (parse_relative_volume_adjustment_two):
17435           We only care about gain and peak data for the master volume.
17436
17437 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17438
17439         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17440         (parse_id_string), (parse_unique_file_identifier),
17441         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17442           Read replay gain tags (#323721).
17443
17444 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * configure.ac:
17447           Bump requirements to gst-plugins-base CVS because
17448           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17449
17450 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17451
17452         * rtp/gst/gstrtppcmadepay.c:
17453         Fixed one of the caps in the code from mulaw to alaw.
17454
17455 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17456
17457         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17458           Ensure that we set caps on the buffers we pass.
17459
17460         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17461         (gst_id3demux_sink_activate):
17462           Ensure that we set caps on the buffers we pass.
17463
17464           Use STREAM, TYPE_NOT_FOUND as the error class when
17465           typefinding fails.
17466
17467 2006-03-15  Edward Hervey  <edward@fluendo.com>
17468
17469         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17470         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17472         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17473         (gst_jpeg_dec_setcaps):
17474         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17475         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17476         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17477         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17478         (gst_mngdec_src_getcaps):
17479         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17480         (gst_pngdec_caps_create_and_set):
17481         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17482         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17483         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17484         * gst/alpha/gstalpha.c: (gst_alpha_init):
17485         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17486         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17487         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17488         * gst/cutter/gstcutter.c: (gst_cutter_init):
17489         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17490         (gst_efence_checkgetrange):
17491         * gst/debug/negotiation.c: (gst_negotiation_init):
17492         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17493         * gst/goom/gstgoom.c: (gst_goom_init):
17494         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17495         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17496         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17497         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17498         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17499         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17500         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17501         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17502         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17503         (gst_wavparse_create_sourcepad):
17504         Fix memleak with gst_static_pad_template_get().
17505         This uses gst_pad_new_from_static_template() instead.
17506         Fixes #333512
17507
17508 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17509
17510         * configure.ac:
17511           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17512           used by id3demux.
17513
17514         * gst/id3demux/gstid3demux.c: (plugin_init):
17515         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17516         (parse_user_text_identification_frame),
17517         (parse_unique_file_identifier):
17518           Add support for UFID and TXXX frames and extract musicbrainz tags.
17519
17520 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17521
17522         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17523           Catch short reads, like they might happen with truncated
17524           files (see #305279); remove unnecessary indentation.
17525
17526 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17527
17528         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17529           Fix DIB image inversion for pictures with a
17530           depth != 8 (#305279).
17531
17532 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17533
17534         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17535         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17536         * ext/jpeg/gstjpegdec.h:
17537           Fix durations on outgoing buffers after seeking
17538           in MJPEG files (#334083); some minor clean-ups.
17539
17540 2006-03-13  Wim Taymans  <wim@fluendo.com>
17541
17542         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17543         (gst_wavparse_change_state):
17544         Implement seek in READY (re-fixes #327658)
17545
17546 2006-03-13  Wim Taymans  <wim@fluendo.com>
17547
17548         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17549         * ext/esd/esdmon.c: (gst_esdmon_get):
17550         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17551         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17552         (gst_gdk_pixbuf_sink_getcaps):
17553         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17554         (gst_jpegenc_setcaps):
17555         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17556         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17557         (gst_smokeenc_setcaps):
17558         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17559         (gst_mngdec_src_getcaps):
17560         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17561         (gst_mngenc_chain):
17562         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17563         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17564         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17565         (speex_dec_src_event), (speex_dec_chain):
17566         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17567         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17568         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17569         (gst_negotiation_pad_link), (gst_negotiation_chain):
17570         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17571         (gst_flxdec_chain):
17572         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17573         (deinterleave_chain):
17574         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17575         * gst/median/gstmedian.c: (gst_median_link):
17576         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17577         (gst_monoscope_chain):
17578         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17579         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17580         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17581         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17582         close #333784 unref the result of gst_pad_get_parent()
17583         by: Christophe Fergeau.
17584
17585 2006-03-09  Wim Taymans  <wim@fluendo.com>
17586
17587         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17588         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17589         Handle events in push mode better, can now do non-flushing
17590         seeks in push mode as well.
17591
17592 2006-03-07  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17595         Applied patch from Kai Vehmanen, fixes #333624.
17596
17597 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17598
17599         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17600         Implement paletted and grayscale png files handling.
17601         (#150363).
17602
17603 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17604
17605         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17606         (gst_speexenc_chain):
17607           fix a tag list assert
17608           follow gst-plugins-base/ext/ogg/README; set OFFSET
17609           and OFFSET_END.  Muxes correctly with gst-plugins-base
17610           > 0.9.3
17611
17612 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17613
17614         * gst/id3demux/Makefile.am:
17615         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17616         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17617           Use new typefind helper functions here as well, and
17618           do typefinding in pull-mode if upstream supports that.
17619
17620 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17621
17622         * sys/sunaudio/gstsunaudiomixerctrl.c:
17623         (gst_sunaudiomixer_ctrl_get_volume),
17624         (gst_sunaudiomixer_ctrl_set_volume):
17625         * sys/sunaudio/gstsunaudiomixertrack.c:
17626         (gst_sunaudiomixer_track_new):
17627           Remove unused variables, breaks build from CVS
17628           with -Werror (#333392, patch by: Benjamin Pineau)
17629
17630 2006-03-03  Wim Taymans  <wim@fluendo.com>
17631
17632         * docs/plugins/Makefile.am:
17633         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17634         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17635         Added wavparse docs.
17636
17637         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17638         (gst_wavparse_reset), (gst_wavparse_init),
17639         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17640         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17641         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17642         (gst_wavparse_stream_data), (gst_wavparse_loop),
17643         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17644         (gst_wavparse_change_state):
17645         * gst/wavparse/gstwavparse.h:
17646         Implement seek in READY (fixes #327658)
17647         Added docs and did some cleanups.
17648
17649 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17650
17651         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17652         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17653         (gst_avi_demux_calculate_durations_from_index),
17654         (gst_avi_demux_stream_header):
17655         * gst/avi/gstavidemux.h:
17656           If we have an index, use a duration based on the index instead
17657           of blindly trusting the information in the stream headers
17658           (fixes #331817).
17659
17660 2006-03-03  Wim Taymans  <wim@fluendo.com>
17661
17662         * docs/plugins/Makefile.am:
17663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17665         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17666         Added smoke and jpeg to the docs.
17667
17668         * ext/jpeg/Makefile.am:
17669         * ext/jpeg/gstjpeg.c: (plugin_init):
17670         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17671         * ext/jpeg/gstjpegenc.h:
17672         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17673         (gst_smokedec_chain):
17674         * ext/jpeg/gstsmokedec.h:
17675         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17676         * ext/jpeg/gstsmokeenc.h:
17677         * ext/jpeg/smokecodec.h:
17678         Port smokedec (fixes #331905).
17679         Added some docs.
17680         Some cleanups.
17681
17682 2006-03-03  Wim Taymans  <wim@fluendo.com>
17683
17684         * docs/plugins/Makefile.am:
17685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17687         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17688         Added videobalance and videoflip to the docs.
17689
17690         * gst/videofilter/Makefile.am:
17691         * gst/videofilter/gstvideobalance.c:
17692         (gst_video_balance_update_tables_planar411),
17693         (gst_video_balance_is_passthrough),
17694         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17695         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17696         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17697         (gst_video_balance_finalize), (gst_video_balance_class_init),
17698         (gst_video_balance_init), (gst_video_balance_interface_supported),
17699         (gst_video_balance_interface_init),
17700         (gst_video_balance_colorbalance_list_channels),
17701         (gst_video_balance_colorbalance_set_value),
17702         (gst_video_balance_colorbalance_get_value),
17703         (gst_video_balance_colorbalance_init),
17704         (gst_video_balance_set_property), (gst_video_balance_get_property),
17705         (gst_video_balance_get_type), (plugin_init):
17706         * gst/videofilter/gstvideobalance.h:
17707         Ported to 0.10. (Fixes #326160)
17708         Added docs.
17709
17710         * gst/videofilter/gstvideoflip.c:
17711         * gst/videofilter/gstvideoflip.h:
17712         Added docs.
17713
17714 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17715
17716         * configure.ac:
17717           Bump requirements to current core and -base CVS
17718           (core for new typefind helper API, and -base for the
17719           WAVFORMATEX support that was added to libgstriff and
17720           is needed by wavparse).
17721         
17722         * gst/apetag/Makefile.am:
17723         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17724         (gst_tag_demux_sink_activate):
17725           Use new typefind helpers for typefinding instead of our
17726           home-grown stuff; also, do typefinding in pull-mode if
17727           upstream supports that.
17728
17729 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17730
17731         Reviewed by: Christian Schaller <christian@fluendo.com>
17732
17733         This patch fixes bug: 329107
17734
17735         This Changelog entry is for a commit done on February 17
17736
17737         * ext/gconf/gconf.c
17738         * ext/gconf/gconf.h
17739         * ext/gconf/gstgconfaudiosink.c
17740         * ext/gconf/gstgconfaudiosink.h
17741         * gconf/gstreamer.schemas.in
17742
17743 2006-02-28  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17746         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17747         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17748         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17749         Use DEBUG_OBJECT more.
17750
17751 2006-02-28  Wim Taymans  <wim@fluendo.com>
17752
17753         * docs/plugins/Makefile.am:
17754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17756         Added dvdec and dvdemux to docs.
17757
17758         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17759         Added docs.
17760         Check frame sizes so we don't crash when don't have enough
17761         data.
17762         Send nice error messages on error.
17763
17764         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17765         (gst_dvdemux_class_init), (gst_dvdemux_init),
17766         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17767         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17768         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17769         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17770         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17771         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17772         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17773         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17774         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17775         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17776         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17777         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17778         * ext/dv/gstdvdemux.h:
17779         Added docs.
17780         Implement pull mode.
17781         Fix memleaks.
17782         Reduce memcpy for the video demuxing.
17783
17784 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17785
17786         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17787         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17788         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17789         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17790           Add a little extra debug. Make the decoder not return NOT_LINKED,
17791           as we want to continue decoding all CMML and emitting tags.
17792
17793 2006-02-27  Michael Smith  <msmith@fluendo.com>
17794
17795         * ext/annodex/gstskeltag.c:
17796         * ext/annodex/gstskeltag.h:
17797           Deleted; these files aren't used any more either.
17798
17799 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17800
17801         * ext/Makefile.am: Fix dist-check.
17802
17803 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17804
17805         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17806         memleak.
17807
17808 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17809
17810         * ext/annodex/Makefile.am:
17811         * ext/annodex/gstannodex.c:
17812         * ext/annodex/gstcmmldec.c:
17813         * ext/annodex/gstcmmlenc.c:
17814         * ext/annodex/gstcmmlparser.c:
17815         * ext/annodex/gstcmmlparser.h:
17816         * ext/annodex/gstcmmlutils.c:
17817         * tests/check/elements/cmmldec.c:
17818         * tests/check/elements/cmmlenc.c:
17819           Fix a memleak in gst_cmml_track_list_add_clip.
17820           Handle overflows in clip's start and end times.
17821           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17822           Do not parse junk at the end of a CMML preamble buffer.
17823           Register a libxml error handler to not print stuff on stderr.
17824           Check for bad clip start and end times in the testsuites.
17825
17826 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17827
17828         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17829         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17830         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17831         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17832         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17833         possible memleaks.
17834
17835 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17836
17837         * tests/check/Makefile.am:
17838         * tests/check/elements/cmmldec.c:
17839         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17840         the plugins-base tags.
17841
17842 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17843
17844         * ext/Makefile.am: Re-enable module.
17845
17846 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17847
17848         * tests/check/Makefile.am: Forgot to remove that test.
17849
17850 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17851
17852         * ext/annodex/Makefile.am:
17853         * ext/annodex/gstannodex.c: (plugin_init):
17854         * ext/annodex/gstcmmldec.c:
17855         * ext/annodex/gstskeldec.c:
17856         * ext/annodex/gstskeldec.h:
17857         * tests/check/Makefile.am:
17858         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17859
17860 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17861
17862         * tests/check/Makefile.am: Disable those checks as well.
17863
17864 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17865
17866         * ext/Makefile.am: Disable annodex for now until we figure out
17867         how to make it build.
17868         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17869         Add a rule to your checklist : "please try to at least build 
17870         what you are going to commit into -good, or if you are too lazy
17871         to do that, please check that the buildbots are not crying because
17872         of your commit."
17873
17874 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17875
17876         * configure.ac:
17877         * ext/Makefile.am:
17878         * ext/gdk_pixbuf/Makefile.am:
17879         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17880         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17881         * ext/gdk_pixbuf/pixbufscale.c:
17882         * ext/gdk_pixbuf/pixbufscale.h:
17883           Gdkpixbuf ported from 0.8 to 0.10 by
17884           Renato Filho <renato.filho@indt.org.br>.
17885           gst_loader and gdkpixbufanimation still need port.
17886
17887 2006-02-24  Michael Smith  <msmith@fluendo.com>
17888
17889         * configure.ac:
17890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17891         * ext/Makefile.am:
17892         * ext/annodex/Makefile.am:
17893         * ext/annodex/gstannodex.c:
17894         * ext/annodex/gstannodex.h:
17895         * ext/annodex/gstcmmldec.c:
17896         * ext/annodex/gstcmmldec.h:
17897         * ext/annodex/gstcmmlenc.c:
17898         * ext/annodex/gstcmmlenc.h:
17899         * ext/annodex/gstcmmlparser.c:
17900         * ext/annodex/gstcmmlparser.h:
17901         * ext/annodex/gstcmmltag.c:
17902         * ext/annodex/gstcmmltag.h:
17903         * ext/annodex/gstcmmlutils.c:
17904         * ext/annodex/gstcmmlutils.h:
17905         * ext/annodex/gstskeldec.c:
17906         * ext/annodex/gstskeldec.h:
17907         * ext/annodex/gstskeltag.c:
17908         * ext/annodex/gstskeltag.h:
17909         * tests/check/Makefile.am:
17910         * tests/check/elements/cmmldec.c:
17911         * tests/check/elements/cmmlenc.c:
17912         * tests/check/elements/skeldec.c:
17913           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17914           Includes tests & docs, oh my! Passes Thomas's -good checklist
17915           entirely. Wow.
17916
17917 2006-02-24  Michael Smith  <msmith@fluendo.com>
17918
17919         * autogen.sh:
17920           Check for automake 1.9 as well.
17921
17922 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * ext/flac/gstflacenc.c:
17925           Change min. sample rate to 8kHz to match flacdec's.
17926           
17927 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         * ext/cdio/Makefile.am:
17930           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17931           required for Cygwin, see #317048)
17932
17933         * gst/rtp/gstasteriskh263.c:
17934           Cygwin has includes for both the unix network socket API
17935           and the windows API, but only one can be included, so fix
17936           includes to only use one or the other, prefering the unxi
17937           one (#317048).
17938
17939 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17940
17941         * rtp/gst/gstrtppcmadepay.c:
17942         * rtp/gst/gstrtppcmadepay.h:
17943         * rtp/gst/gstgstrtppcmapay.c:
17944         * rtp/gst/gstgstrtppcmapay.h:
17945         * rtp/gst/gstrtppcmudepay.c:
17946         * rtp/gst/gstrtppcmudepay.h:
17947         * rtp/gst/gstrtppcmupay.c:
17948         * rtp/gst/gstrtppcmupay.h:
17949         * rtp/gst/Makefile.am:
17950         * rtp/gst/gstrtp.c:
17951         * rtp/gst/README:
17952         Separated the G711 payloaders/depayloaders into separate elements for
17953         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17954
17955 2006-02-22  Wim Taymans  <wim@fluendo.com>
17956
17957         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17958         (gst_dvdec_change_state):
17959         * ext/dv/gstdvdec.h:
17960         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17961         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17962         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17963         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17964         (gst_dvdemux_flush), (gst_dvdemux_chain),
17965         (gst_dvdemux_change_state):
17966         * ext/dv/gstdvdemux.h:
17967         Ueber spiffify some more, added debug category.
17968         Use _scale.
17969         Use segments, respect playback rate from newsegment.
17970         Fix refcount issue.
17971
17972 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17973
17974         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17975         (gst_signal_processor_process):
17976         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17977         enabled for the build, but it helps me win the feature-count
17978         competitions ooh yeah.
17979
17980 2006-02-19  Wim Taymans  <wim@fluendo.com>
17981
17982         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17983         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17984         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17985         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17986         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17987         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17988         Use scaling code for added precission and more correct stop
17989         position in case scale==0.
17990
17991 2006-02-19  Wim Taymans  <wim@fluendo.com>
17992
17993         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17994         (gst_flxdec_chain):
17995         * gst/flx/gstflxdec.h:
17996         Implement DURATION query.
17997
17998 2006-02-19  Wim Taymans  <wim@fluendo.com>
17999
18000         * gst/flx/flx_color.h:
18001         * gst/flx/flx_fmt.h:
18002         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18003         (gst_flxdec_src_query_handler), (flx_decode_color),
18004         (gst_flxdec_chain):
18005         * gst/flx/gstflxdec.h:
18006         Set MALLOCDATA for the temp buffers so we don't leak.
18007         Some debug cleanups.
18008         Consume all data in the adapter before leaving the chain
18009         function. Fixes #330678.
18010
18011 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18012
18013         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18014         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18015          Handle 0 data size in otherwise valid frames.
18016          Handle numeric strings in 2.4.0 even when not in parentheses 
18017
18018 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * gst/matroska/matroska-demux.c:
18021         (gst_matroska_demux_subtitle_caps),
18022         (gst_matroska_demux_plugin_init):
18023         * gst/matroska/matroska-ids.h:
18024           Recognise SSA/ASS and USF subtitle formats and
18025           set proper caps when they are found.
18026
18027 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18028
18029         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18030         (gst_jpeg_dec_chain):
18031           Fix invalid memory access for some odd-sized images
18032           (see image contained in quicktime stream in #327083);
18033           use g_malloc() instead of g_alloca().
18034
18035 2006-02-17  Wim Taymans  <wim@fluendo.com>
18036
18037         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18038         Patch from Sebastien Cote, fixes #319884
18039
18040 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * ext/cdio/gstcdio.c: (plugin_init):
18043           Init debug category (#331253).
18044
18045 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18046
18047         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18048           Pass extra_data to gst_riff_create_audio_caps(), so that
18049           WAVEFORMATEX stuff works. Post audio codec name and post
18050           it as taglist on the bus. Allow up to 8 channesl for raw
18051           PCM in the source pad template caps.
18052
18053 2006-02-16  Wim Taymans  <wim@fluendo.com>
18054
18055         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18056         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18057         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18058         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18059         (gst_multipart_set_property), (gst_multipart_get_property):
18060         Applied #318663. Gives quite a few false positives in
18061         autoscan mode, but it's better than nothing. Not closing yet.
18062
18063 2006-02-16  Wim Taymans  <wim@fluendo.com>
18064
18065         * docs/plugins/Makefile.am:
18066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18068         * docs/plugins/gst-plugins-good-plugins.args:
18069         * docs/plugins/inspect/plugin-udp.xml:
18070         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18071         (gst_udpsrc_start):
18072         Update documentation.
18073         Fix args.
18074
18075 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18076
18077         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18078         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18079         frame size. (Fixes #331368)
18080
18081 2006-02-16  Wim Taymans  <wim@fluendo.com>
18082
18083         * gst/rtsp/README:
18084         Updated README.
18085
18086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18087         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18088         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18089         * gst/rtsp/gstrtspsrc.h:
18090         Make sure the RTP port is an even port an try to allocate 
18091         another if not.
18092         Added retry property to control max retries for port allocation.
18093         Make sure RTCP port is RTP port+1.
18094         Cleanup when port allocation fails.
18095         Fixes #319183.
18096         
18097 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18098
18099         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18100           Don't ignore return value of the parent class's state
18101           change function (#331385, patch by: Wouter Paesen).
18102
18103 2006-02-15  Wim Taymans  <wim@fluendo.com>
18104
18105         * configure.ac:
18106         * docs/plugins/Makefile.am:
18107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18109         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18110         * ext/Makefile.am:
18111         * ext/hal/Makefile.am:
18112         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18113         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18114         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18115         (do_toggle_element), (gst_hal_audio_sink_set_property),
18116         (gst_hal_audio_sink_get_property),
18117         (gst_hal_audio_sink_change_state):
18118         * ext/hal/gsthalaudiosink.h:
18119         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18120         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18121         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18122         (do_toggle_element), (gst_hal_audio_src_set_property),
18123         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18124         * ext/hal/gsthalaudiosrc.h:
18125         * ext/hal/gsthalelements.c: (plugin_init):
18126         * ext/hal/gsthalelements.h:
18127         * ext/hal/hal.c: (gst_hal_get_string),
18128         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18129         (gst_hal_get_audio_src):
18130         * ext/hal/hal.h:
18131         Add HAL sound device wrapper plugins. Closes #329106
18132
18133 2006-02-15  Wim Taymans  <wim@fluendo.com>
18134
18135         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18136         Add comment in a fultile attempt to stop the copy-and-paste 
18137         paradigm leading to duplication of bad code.
18138
18139         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18140         Mime parameters have to be checked case insensitive
18141
18142 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18143
18144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18145           Advance stream time for lagging subtitle streams by sending
18146           newsegment events with the update flag set.
18147
18148 2006-02-14  Edward Hervey  <edward@fluendo.com>
18149
18150         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18151         There can be bogus data before the hdrl LIST tag in the RIFF header.
18152         It's hard to say if it's not respecting the AVI specifications or not,
18153         but since Google Video is producing AVIs like that and the other player
18154         don't seem to complain, I guess we should do the same.
18155
18156 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18157
18158         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18159         (parse_split_strings):
18160         Add more validation to ensure that a char encoding conversion
18161         produced a valid UTF-8 string.
18162
18163 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18164
18165         Reviewed by: Edward Hervey  <edward@fluendo.com>
18166
18167         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18168         Properly handle end of segment. Closes #330885.
18169
18170 2006-02-13  Wim Taymans  <wim@fluendo.com>
18171
18172         * gst/rtp/gstrtpmp4gpay.h:
18173         For got to commit this one.
18174
18175 2006-02-12  Wim Taymans  <wim@fluendo.com>
18176
18177         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18178         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18179         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18180         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18181         * gst/rtp/gstrtpmp4gpay.h:
18182         Make more things work.
18183         Handle ACC config strings.
18184
18185 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18186
18187         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18188           set timestamps if no incoming timestamps set
18189
18190 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18193         (gst_tag_demux_do_typefind):
18194           ... and fix the very same leaks in GstTagDemux.
18195
18196 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18199         (gst_id3demux_do_typefind):
18200         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18201         <jonathan at kaolin dot wh9 dot net>)
18202
18203 2006-02-10  Wim Taymans  <wim@fluendo.com>
18204
18205         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18206         First set options, then set caps or else the baseclass
18207         will not know about the options, duh.
18208
18209 2006-02-10  Wim Taymans  <wim@fluendo.com>
18210
18211         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18212         (gst_rtp_mp4v_pay_setcaps):
18213         Don't waste time looking for a config string if we have codec_info
18214         on the incomming caps.
18215
18216 2006-02-10  Wim Taymans  <wim@fluendo.com>
18217
18218         * gst/rtp/README:
18219         Say something about case-sensitivity of caps vs mime-attributes.
18220
18221         * gst/rtp/Makefile.am:
18222         * gst/rtp/gstrtp.c: (plugin_init):
18223         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18224         (gst_rtp_amr_pay_handle_buffer):
18225         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18226         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18227         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18228         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18229         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18230         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18231         (gst_rtp_mp4g_pay_plugin_init):
18232         * gst/rtp/gstrtpmp4gpay.h:
18233         Added beginnings of mpeg4-generic payloader (RFC 3640)
18234
18235 2006-02-09  Wim Taymans  <wim@fluendo.com>
18236
18237         * gst/rtsp/Makefile.am:
18238         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18239         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18240         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18241         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18242         (gst_rtpdec_change_state):
18243         * gst/rtsp/gstrtpdec.h:
18244         * gst/rtsp/gstrtsp.c: (plugin_init):
18245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18246         * gst/rtsp/rtspconnection.c: (read_body),
18247         (rtsp_connection_receive):
18248         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18249         Resurected rtpdec to make rtspsrc happy again.
18250         Skip attributes from the session id.
18251         Don't crash when dumping a message with an empty body.
18252
18253
18254 2006-02-09  Wim Taymans  <wim@fluendo.com>
18255
18256         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18257         Added more meaningfull warnings when something goes wrong.
18258         Clear F bit on outgoing AMR packets.
18259
18260         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18261         (gst_rtp_amr_pay_handle_buffer):
18262         Added debugging category
18263         Support payloading of multiple AMR frames.
18264
18265         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18266         Added some debugging.
18267
18268 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18269
18270         * configure.ac:
18271           Back to CVS
18272
18273 === release 0.10.2 ===
18274
18275 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18276
18277         * configure.ac:
18278           releasing 0.10.2, "Papa was a rolling stone"
18279
18280 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18281
18282         * configure.ac:
18283           Bump core and plugins-base requirement to 0.10.2.2
18284           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18285
18286 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18287
18288         * ext/flac/gstflac.c: (plugin_init):
18289         * ext/speex/gstspeex.c: (plugin_init):
18290           Register musicbrainz tags.
18291
18292 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18293
18294         * ext/gconf/gconf.h:
18295           Remove declaration of function that no longer exists.
18296
18297 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18298
18299         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18300         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18301         Make shout2 work for non ogg streams
18302
18303 2006-02-06  Wim Taymans  <wim@fluendo.com>
18304
18305         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18306         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18307         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18308         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18309         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18310         * gst/udp/gstmultiudpsink.h:
18311         Updated docs.
18312         Added properties bytes-served, bytes_to_serve.
18313         Post proper error messages,
18314         Emit client added signal too.
18315
18316 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18317
18318         * docs/plugins/Makefile.am:
18319         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18320         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18321         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18322         (gst_multiudpsink_get_stats):
18323           adding docs for multiudpsink
18324
18325 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * gst/level/gstlevel.c: (gst_level_transform_ip):
18328           peak below decay is not necessarily an error, so don't ERROR log
18329
18330 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18331
18332         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18333         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18334         (gst_ebml_write_seek):
18335         * gst/matroska/ebml-write.h:
18336           Make sure we send a newsegment event in BYTES format
18337           before sending buffers (#328531).
18338
18339 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18340
18341         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18342         (gst_dvdemux_sink_query):
18343         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18344         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18345         (speex_dec_src_query):
18346         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18347         (gst_speexenc_sink_query):
18348         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18349         * gst/matroska/matroska-demux.c:
18350         (gst_matroska_demux_get_src_query_types),
18351         (gst_matroska_demux_handle_src_query):
18352         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18353         (gst_wavparse_pad_query):
18354           Pass unhandled queries upstream instead of just dropping
18355           them (#326446). Update query type arrays here and there.
18356
18357 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * tests/check/elements/matroskamux.c: (setup_src_pad):
18360           Collectpads in core got changed and now also holds a
18361           reference to any pad that is part of it. Fix refcount
18362           checks in test case accordingly.
18363
18364 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18365
18366         * gst/apetag/gstapedemux.h:
18367           Fix include, for now GstTagDemux is in the apetag dir.
18368
18369 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * docs/plugins/Makefile.am:
18372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18374         * docs/plugins/inspect/plugin-cdio.xml:
18375           Add cdio plugin to docs.
18376
18377         * ext/cdio/gstcdiocddasrc.c:
18378           Add gtk-doc blurb.
18379
18380         * ext/cdio/gstcdio.c:
18381           The plugin is called 'cdio' not 'cddio'.
18382
18383 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18384
18385         * configure.ac:
18386         * docs/plugins/Makefile.am:
18387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18389         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18390         * docs/plugins/inspect/plugin-apetag.xml:
18391         * gst/apetag/Makefile.am:
18392         * gst/apetag/gstapedemux.c:
18393         * gst/apetag/gstapedemux.h:
18394         * gst/apetag/gsttagdemux.c:
18395         * gst/apetag/gsttagdemux.h:
18396           Add APE tag demuxer (#325649).
18397
18398 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18399
18400         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18401         (gst_gconf_get_default_video_sink),
18402         (gst_gconf_get_default_audio_src),
18403         (gst_gconf_get_default_video_src):
18404         * ext/gconf/gconf.h:
18405         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18406         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18407         (do_toggle_element):
18408         * ext/gconf/gstgconfaudiosink.h:
18409         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18410         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18411         (do_toggle_element):
18412         * ext/gconf/gstgconfaudiosrc.h:
18413         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18414         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18415         (do_toggle_element):
18416         * ext/gconf/gstgconfvideosink.h:
18417         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18418         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18419         (do_toggle_element):
18420         * ext/gconf/gstgconfvideosrc.h:
18421           Ignore changing the GConf key to "". Ignore GConf key updates
18422           that don't actually change the string.
18423           For now, ignore the GConf key when the state is > READY, as
18424           it breaks streaming. Sometime it will be nice to bring the
18425           new sink online even mid-stream, by sending NEWSEGMENT info
18426           and possibly prerolling.
18427           (Fixes #326736)
18428
18429 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18430
18431         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18432         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18433         (zoomFilterSetResolution), (zoomFilterDestroy),
18434         (zoomFilterFastRGB), (pointFilter):
18435         * gst/goom/filters.h:
18436         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18437         (goom_update), (goom_close):
18438         * gst/goom/goom_core.h:
18439         * gst/goom/goom_tools.h:
18440         * gst/goom/graphic.c:
18441         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18442         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18443         * gst/goom/gstgoom.h:
18444         * gst/goom/lines.c: (goom_lines):
18445         * gst/goom/lines.h:
18446           Make goom reentrant by moving all important static variables
18447           into instance structures.
18448           (Fixes #329181)
18449
18450 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18453         (gst_avi_demux_all_source_pads_unlinked),
18454         (gst_avi_demux_process_next_entry):
18455         * gst/avi/gstavidemux.h:
18456           Third attempt, use gst_pad_is_linked() this time.
18457
18458 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18459
18460         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18461         (parse_split_strings):
18462         Adjust for data length indicators when parsing (Fixes #329810)
18463         Fix stupid bug parsing UTF-8 tag text.
18464         Output tag strings with multiple fields as multiple tags, so the
18465         app gets all the data.
18466
18467 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18468
18469         * ext/flac/gstflacenc.c:
18470         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18471         show me.
18472         
18473 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18474
18475         * ext/flac/gstflacenc.c:
18476         * gst/matroska/ebml-read.c:
18477         Just make it compile with --disable-gst-debug.
18478
18479 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18480
18481         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18482         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18483         (id3v2_genre_fields_to_taglist):
18484           Never output a tag with a null contents string.
18485
18486 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18487
18488         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18489           Only pause if all pads are unlinked AND we've tried to send data
18490           on all of them at least once.
18491
18492 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18495         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18496           Make loop function/task pause itself when all source pads are
18497           unlinked.
18498
18499 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18500
18501         * configure.ac:
18502         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18503           Use new functions from core to render a bin from a
18504           string. Fixes build. Up requirements to core CVS.
18505
18506 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18507
18508         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18509           Don't push buffers into the adapter that we are going to
18510           push downstream again without framing anyway. Also, the
18511           adaptor takes ownership of buffers put into it (fixes
18512           auparse pushing invalid buffers for .au files with
18513           ADPCM contents). Finally, set caps on all outgoing buffers.
18514
18515 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18516
18517         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18518         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18519         (gst_id3demux_send_tag_event):
18520         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18521         Someone should kick my butt. Remove ID3v1 tags from the end of the
18522         file.
18523
18524         Improve error messages. Send the TAG message as soon as we complete
18525         typefinding, instead of waiting until we send the first buffer.
18526         Downstream tag event is still sent before the first buffer.
18527
18528 2006-01-27  Jan Gerber  <j@bootlab.org>
18529
18530         Reviewed by: Andy Wingo <wingo@pobox.com>
18531
18532         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18533         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18534         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18535         to not have warings flooding stderr. this is the suggested way
18536         also used in dvgrab and kino. (#328336)
18537
18538 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18539
18540         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18541         (gst_oss_sink_init), (gst_oss_sink_finalise):
18542           Free the device name string when finalised.
18543
18544 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18545
18546         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18547           Don't put function calls in g_return_if_fail() statements,
18548           or they'll be replaced with NOOPs if someone compiles with
18549           G_DISABLE_CHECKS defined.
18550           
18551 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18552
18553         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18554         Never trust ANY information encoded in a media file, especially
18555         when it's giving you sizes. (Fixes #328452)
18556
18557 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18558
18559         * gst/rtp/gstrtpg711pay.c:
18560         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18561         bug #325148.
18562
18563 2006-01-23  Edward Hervey  <edward@fluendo.com>
18564
18565         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18566         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18567         * gst/matroska/matroska-ids.h:
18568         Added recognition of Real Audio and Video streams in matroska demuxer.
18569
18570 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18571
18572         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18573           Remove errant break statement, and fix compilation with
18574           older GCC.
18575
18576 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18577
18578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18579
18580         * sys/sunaudio/gstsunaudiomixerctrl.c:
18581         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18582           Export functions that are needed in other parts of the code,
18583           makes the mixer actually work; adjust magic minimum buffer-time
18584           value from 3ms to 5ms to work around stuttering during mp3
18585           playback (#327765).
18586
18587 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18588
18589         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18592         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18593           Fix possible deadlock in matroska muxer (#327825).
18594
18595 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18596
18597         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18598         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18599         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18600         * gst/rtsp/sdpmessage.h:
18601         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18602         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18603           C89 fixes: declare variables at the beginning of a block and
18604           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18605           <jensgr at gmx dot net>).
18606
18607 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18608
18609         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18610         * gst/id3demux/id3tags.h:
18611         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18612         (parse_comment_frame), (parse_text_identification_frame),
18613         (id3v2_tag_to_taglist), (id3v2_are_digits),
18614         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18615         (parse_split_strings), (free_tag_strings):
18616           Rewrite parsing of text tags to handle multiple NULL terminated
18617           strings. Parse numeric genre strings and ID3v2 type
18618           "(3)(6)Alternative" style genre strings.
18619           Parse dates that are only YYYY or YYYY-mm format.
18620           (Fixes #328241 and #322154)
18621
18622 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18623
18624         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18625           Don't forget to initialize liboil, otherwise our oil functions
18626           will crash (fixes #327871; patch by: Christoph Burghardt
18627           <hawkes at web dot de>).
18628
18629 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * configure.ac:
18632           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18633           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18634           patch by: Brian Cameron <brian dot cameron at sun dot com>
18635
18636 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18637
18638         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18639         * ext/cdio/gstcdio.h:
18640         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18641           Fix build for libcdio versions >= 76; give slightly lower rank
18642           than cdparanoia.
18643
18644 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18645
18646         * configure.ac:
18647         * ext/Makefile.am:
18648         * ext/cdio/Makefile.am:
18649         * ext/cdio/gstcdio.c:
18650         * ext/cdio/gstcdio.h:
18651         * ext/cdio/gstcdiocddasrc.c:
18652         * ext/cdio/gstcdiocddasrc.h:
18653           Port libcdio cdda source, formerly known as cddasrc, now known as
18654           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18655           but that's not tested (fixes #317658).
18656
18657 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18660           Fix conversion from TIME to BYTES format (fixes #326864;
18661           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18662
18663 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18664
18665         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18666           Fix compilation of id3demux when zlib is not present.
18667           (Fixes #326602; patch by: Sergey Scobich)
18668
18669 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * ext/esd/Makefile.am:
18672           Add $(ESD_CFLAGS), otherwise build will fail for folks
18673           with libesd in a non-standard prefix (#327009).
18674
18675 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18676
18677         * configure.ac:
18678           back to HEAD
18679
18680 === release 0.10.1 ===
18681
18682 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18683
18684         * configure.ac:
18685           releasing 0.10.1, "Li"
18686
18687 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18688
18689           patch by: Wim Taymans
18690
18691         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18692           fix memleak.  Fixes #326618
18693
18694 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18695
18696           patch by: Mike Smith
18697
18698         * gst/level/gstlevel.c: (gst_level_message_new),
18699         (gst_level_message_append_channel):
18700           Fix memleak.  Fixes #326612
18701
18702 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18703
18704         * configure.ac:
18705           prereleasing
18706         * po/af.po:
18707         * po/az.po:
18708         * po/cs.po:
18709         * po/en_GB.po:
18710         * po/hu.po:
18711         * po/it.po:
18712         * po/nb.po:
18713         * po/nl.po:
18714         * po/or.po:
18715         * po/sq.po:
18716         * po/sr.po:
18717         * po/sv.po:
18718         * po/uk.po:
18719         * po/vi.po:
18720           update translations
18721
18722 2006-01-10  Michael Smith  <msmith@fluendo.com>
18723
18724         * gst/level/gstlevel.c: (gst_level_class_init),
18725         (gst_level_dispose):
18726           Don't leak filter arrays.
18727
18728 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18729
18730         reviewed by: Christian Schaller <uraeus@gnome.org>
18731         
18732         * configure.ac:
18733         * gst-plugins-good.spec.in:
18734         * sys/Makefile.am:
18735         * sys/sunaudio/Makefile.am:
18736         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18737         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18738         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18739         (gst_sunaudiomixer_change_state):
18740         * sys/sunaudio/gstsunaudiomixer.h:
18741         * sys/sunaudio/gstsunaudiomixerctrl.c:
18742         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18743         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18744         (gst_sunaudiomixer_ctrl_list_tracks),
18745         (gst_sunaudiomixer_ctrl_get_volume),
18746         (gst_sunaudiomixer_ctrl_set_volume),
18747         (gst_sunaudiomixer_ctrl_set_mute),
18748         (gst_sunaudiomixer_ctrl_set_record):
18749         * sys/sunaudio/gstsunaudiomixerctrl.h:
18750         * sys/sunaudio/gstsunaudiomixertrack.c:
18751         (gst_sunaudiomixer_track_class_init),
18752         (gst_sunaudiomixer_track_init), (fill_labels),
18753         (gst_sunaudiomixer_track_new):
18754         * sys/sunaudio/gstsunaudiomixertrack.h:
18755         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18756         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18757         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18758         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18759         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18760         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18761         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18762         * sys/sunaudio/gstsunaudiosink.h:
18763
18764         Add SunAudio plugin - tested to make sure it doesn't break
18765         the build under GNU/Linux.      
18766
18767 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18768
18769         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18770         * gst-plugins-good/gst/udp/gstudpsrc.c:
18771         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18772         overrides the port or multicast parameters. Fixes bugs #323021.
18773         API addition: adds GstUDPSrc::sockfd property   
18774
18775 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18776
18777         * ext/gconf/Makefile.am:
18778         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18779         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18780         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18781         (do_toggle_element), (cb_toggle_element),
18782         (gst_gconf_audio_src_change_state):
18783         * ext/gconf/gstgconfaudiosrc.h:
18784         * ext/gconf/gstgconfelements.c: (plugin_init):
18785         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18786         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18787         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18788         (do_toggle_element), (cb_toggle_element),
18789         (gst_gconf_video_src_change_state):
18790         * ext/gconf/gstgconfvideosrc.h:
18791           Add new gconfaudiosrc and gconfvideosrc elements
18792           (needed for gnome-sound-recorder).
18793
18794 2006-01-06  Edward Hervey  <edward@fluendo.com>
18795
18796         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18797         Add gst_element_no_more_pads() for proper decodebin behaviour.
18798         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18799         (parse_text_identification_frame), (parse_split_strings):
18800         Failure to decode some tags is not a GST_ERROR() but a
18801         GST_WARNING()
18802         When iterating over a chunk of text, check that we haven't gone too
18803         far.
18804
18805 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18806
18807         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18808         (plugin_init):
18809           call oil_init() when using liboil
18810
18811 2006-01-04  Wim Taymans  <wim@fluendo.com>
18812
18813         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18814         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18815         Fix leaks.
18816
18817 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18818
18819         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18820
18821         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18822         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18823         (gst_flac_dec_change_state):
18824           Don't g_assert() where we should just return FALSE; remove
18825           unnecessary g_assert(); initialize some fields properly in
18826           state change function (fixes #325504). Also, use
18827           GST_DEBUG_OBJECT in two more places.
18828
18829 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18830
18831         * configure.ac:
18832           also remove smoothwave's Makefile.am
18833         * docs/plugins/Makefile.am:
18834           fix plugin docs
18835
18836 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18837
18838         * tests/examples/Makefile.am:
18839           added missing Makefile.am
18840
18841 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18842
18843         * configure.ac:
18844         * gst/level/Makefile.am:
18845         * gst/level/level-example.c:
18846         * tests/Makefile.am:
18847         * tests/examples/level/Makefile.am:
18848         * tests/examples/level/level-example.c: (message_handler), (main):
18849           moved level-example to tests/examples/level-example
18850         * tests/old/examples/level/demo.c: (main):
18851         * tests/old/examples/level/plot.c: (main):
18852           some initial fixes
18853
18854 2005-12-29  Michael Smith  <msmith@fluendo.com>
18855
18856         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18857         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18858         * gst/udp/gstmultiudpsink.h:
18859           Track packets sent per client in addition to bytes sent; provide
18860           this info through get-stats signal
18861
18862 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18863
18864         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18865           Can't use gst_object_unref() on a GstAdapter (#325191).
18866
18867 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18868
18869         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18870         If a broken tag has 0 bytes payload, at least still skip
18871         the 10 byte header
18872
18873 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18874
18875         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18876         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18877         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18878         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18879           Making these depayloaders (H263+ and mpeg4 video) inherit from
18880           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18881
18882 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18883
18884         * docs/plugins/gst-plugins-good-plugins.args:
18885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18886         Regenerate the plugin hiearchy.
18887
18888 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18889
18890         * docs/plugins/Makefile.am:
18891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18893         * docs/plugins/gst-plugins-good-plugins.args:
18894         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18895         (gst_id3demux_base_init), (gst_id3demux_class_init),
18896         (gst_id3demux_chain):
18897         * gst/id3demux/gstid3demux.h:
18898           Add documentation for id3demux.
18899           Don't fail if the first buffer is not at offset 0, just
18900           attempt to typefind and do pass through
18901           Rename the gst_type function from gst_gst_id3demux..
18902
18903 2005-12-20  Michael Smith  <msmith@fluendo.com>
18904
18905         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18906         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18907         (gst_multiudpsink_get_stats):
18908         * gst/udp/gstmultiudpsink.h:
18909           Collect statistics; return them from get_stats.
18910
18911 2005-12-19  Edward Hervey  <edward@fluendo.com>
18912
18913         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18914         Stupid signedness issue...
18915
18916 2005-12-19  Edward Hervey  <edward@fluendo.com>
18917
18918         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18919         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18920         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18921         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18922         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18923         Construct index for indexless files.
18924         Make sure pad/buffers are correctly reset to NULL once we don't need
18925         them anymore, else we get lovely segfaults/assertions.
18926         * gst/wavparse/gstwavparse.c:
18927         Yes, you can have 96KHz audio and wma in wav :(
18928
18929 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18930
18931         * configure.ac:
18932           Check for optional dependency on zlib for id3demux
18933
18934         * gst/id3demux/Makefile.am:
18935         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18936         (gst_id3demux_base_init), (gst_id3demux_class_init),
18937         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18938         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18939         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18940         (gst_id3demux_set_property), (gst_id3demux_get_property),
18941         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18942         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18943         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18944         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18945         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18946         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18947         (simple_find_peek), (simple_find_suggest),
18948         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18949         (plugin_init):
18950         * gst/id3demux/gstid3demux.h:
18951         * gst/id3demux/id3tags.c: (read_synch_uint),
18952         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18953         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18954         (id3demux_id3v2_frames_to_tag_list):
18955         * gst/id3demux/id3tags.h:
18956         * gst/id3demux/id3v2.4.0-frames.txt:
18957         * gst/id3demux/id3v2.4.0-structure.txt:
18958         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18959         (parse_comment_frame), (parse_text_identification_frame),
18960         (id3v2_tag_to_taglist), (parse_split_strings):
18961           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18962           otherwise it discards them. Works on my test files. 
18963
18964         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18965           Don't send EOS to a non-existing srcpad
18966           The debug category can be static
18967
18968 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18969
18970         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18971         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18972         * gst/multipart/multipartdemux.c:
18973           change some char* into char[]
18974
18975 2005-12-16  Wim Taymans  <wim@fluendo.com>
18976
18977         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18978         (gst_wavparse_other), (gst_wavparse_perform_seek),
18979         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18980         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18981         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18982         * gst/wavparse/gstwavparse.h:
18983         Use GstSegment to implement more seeking features.
18984
18985 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18986
18987         * gst/rtsp/rtspconnection.c:
18988           Add <netinet/in.h> include and move <arpa/inet.h> include
18989           to make things work on OpenBSD as well (fixes #323717;
18990           patch by: Benjamin Pineau)
18991
18992 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18993
18994         * gst/rtp/gstrtpspeexdepay.c:
18995         * gst/rtp/gstrtpspeexpay.c:
18996         Set clock rate to be fixed in 8000. It fixes bug #324012.
18997
18998 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18999
19000         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19001         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19002         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19003         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19004         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19005         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19006         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19007         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19008         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19009         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19010         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19011         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19012         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19013         * gst-plugins-good/gst/rtp/README:
19014         Fixed payload range in payloder caps. Removed payload range completely
19015         from depayloaders as they don't require payload type in their caps.
19016         In effect, there isn't any specific payload type for any given codec,
19017         only suggestions.
19018         Fixes bug #324011.
19019
19020 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19021
19022         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19023         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19024         (gst_videomixer_collected): Code cleanup and re-enabling 
19025         queued time validity check for correct EOS handling.
19026
19027 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19030         (gst_oss_mixer_element_get_property),
19031         (gst_oss_mixer_element_change_state):
19032         Add 'device-name' property and fix state change function.
19033
19034 2005-12-13  Edward Hervey  <edward@fluendo.com>
19035
19036         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19037         If the speed of the file is null in the header, set the frame_time to
19038         the default setting of GST_SECOND / 70. Which is the default
19039         frame_delay for .fli files as stated in this document :
19040         http://www.compuphase.com/flic.htm
19041         Would be nice to have the time conversion done properly too (duration =
19042         flxh->frames * flxdec->frame_time)
19043
19044 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19045
19046         * docs/plugins/Makefile.am:
19047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19049         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19050         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19051         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19052         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19053         documentation for videomixer on my way with a funny sample
19054         pipeline.
19055
19056 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19057
19058         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19059         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19060         (gst_videomixer_update_queues), (gst_videomixer_collected):
19061         Fix caps negotiation. (#323896)
19062
19063 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19064
19065         * gst/matroska/matroska-demux.c:
19066         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19067           Set correct timestamps on audio laces, fixes playback of mp3 from
19068                 matroska.
19069
19070 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19071
19072         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19073         (gst_au_parse_class_init), (gst_au_parse_init),
19074         (gst_au_parse_dispose), (gst_au_parse_chain),
19075         (gst_au_parse_change_state), (plugin_init):
19076         * gst/auparse/gstauparse.h:
19077           Use gst_object_unref() for GstObjects instead of
19078           g_object_unref() and fix a mem leak in a debug
19079           statement; while we're at it, also borgify, use
19080           boilerplate macros and clean up a little bit.
19081
19082 2005-12-11  Edward Hervey  <edward@fluendo.com>
19083
19084         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19085         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19086         Added pull mode.
19087
19088 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19089
19090         * gst/goom/gstgoom.c:
19091         * gst/level/level-example.c: (main):
19092         * gst/smoothwave/demo-osssrc.c: (main):
19093           Use audiotestsrc instead of sinesrc (#323798).
19094
19095 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19096
19097         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19098           more debug-func-ptr usage
19099
19100 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19101
19102         * gst/flx/flx_color.c: (flx_colorspace_convert):
19103         * gst/flx/flx_color.h:
19104         * gst/flx/flx_fmt.h:
19105         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19106         * gst/flx/gstflxdec.h:
19107           Now flxdec works on big-endian machines as well.
19108
19109 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19110
19111         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19112         (gst_fenced_buffer_copy):
19113           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19114           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19115           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19116           and use GST_DEBUG_FUNCPTR for pad functions.
19117
19118 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19119
19120         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19121         (gst_flac_dec_class_init), (gst_flac_dec_init),
19122         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19123         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19124         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19125         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19126         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19127         (gst_flac_dec_change_state):
19128         * ext/flac/gstflacdec.h:
19129           Rewrite flacdec a bit, so that even seeking might work now. Most
19130           importantly, don't act upon any flow return values we get, just tell
19131           the decoder everything's dandy and act on the flow return values
19132           later on in the loop function. We don't want to mess up the internal
19133           decoder state for non-fatal things like flushing pads etc. Other
19134           than that, use GstSegment (segment seeks don't work yet though, but
19135           should be easy to add), use boilerplate macros, drop the superfluous
19136           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19137           lots of other things.
19138
19139 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19140
19141         * configure.ac:
19142           Update comment in OSS includes check.
19143
19144         * sys/oss/gstossdmabuffer.c:
19145         * sys/oss/gstosshelper.c:
19146         * sys/oss/gstossmixer.c:
19147         * sys/oss/gstossmixertrack.c:
19148         * sys/oss/gstosssink.c:
19149         * sys/oss/gstosssrc.c:
19150         * sys/oss/oss_probe.c:
19151           Don't assume the OSS soundcard.h include is always in
19152           the sys/ directory. Instead, use the existing defines
19153           from config.h to include the right file. Fixes
19154           compilation on OpenBSD 3.8 (#323718).
19155
19156 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19157
19158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19159         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19160         * docs/plugins/inspect/plugin-1394.xml:
19161         * docs/plugins/inspect/plugin-aasink.xml:
19162         * docs/plugins/inspect/plugin-alaw.xml:
19163         * docs/plugins/inspect/plugin-alpha.xml:
19164         * docs/plugins/inspect/plugin-alphacolor.xml:
19165         * docs/plugins/inspect/plugin-auparse.xml:
19166         * docs/plugins/inspect/plugin-autodetect.xml:
19167         * docs/plugins/inspect/plugin-avi.xml:
19168         * docs/plugins/inspect/plugin-cacasink.xml:
19169         * docs/plugins/inspect/plugin-cairo.xml:
19170         * docs/plugins/inspect/plugin-cutter.xml:
19171         * docs/plugins/inspect/plugin-debug.xml:
19172         * docs/plugins/inspect/plugin-dv.xml:
19173         * docs/plugins/inspect/plugin-efence.xml:
19174         * docs/plugins/inspect/plugin-effectv.xml:
19175         * docs/plugins/inspect/plugin-esdsink.xml:
19176         * docs/plugins/inspect/plugin-flac.xml:
19177         * docs/plugins/inspect/plugin-flxdec.xml:
19178         * docs/plugins/inspect/plugin-gconfelements.xml:
19179         * docs/plugins/inspect/plugin-goom.xml:
19180         * docs/plugins/inspect/plugin-jpeg.xml:
19181         * docs/plugins/inspect/plugin-level.xml:
19182         * docs/plugins/inspect/plugin-matroska.xml:
19183         * docs/plugins/inspect/plugin-mulaw.xml:
19184         * docs/plugins/inspect/plugin-multipart.xml:
19185         * docs/plugins/inspect/plugin-navigationtest.xml:
19186         * docs/plugins/inspect/plugin-ossaudio.xml:
19187         * docs/plugins/inspect/plugin-png.xml:
19188         * docs/plugins/inspect/plugin-rtp.xml:
19189         * docs/plugins/inspect/plugin-rtsp.xml:
19190         * docs/plugins/inspect/plugin-shout2send.xml:
19191         * docs/plugins/inspect/plugin-smpte.xml:
19192         * docs/plugins/inspect/plugin-speex.xml:
19193         * docs/plugins/inspect/plugin-udp.xml:
19194         * docs/plugins/inspect/plugin-videobox.xml:
19195         * docs/plugins/inspect/plugin-videoflip.xml:
19196         * docs/plugins/inspect/plugin-videomixer.xml:
19197         * docs/plugins/inspect/plugin-wavenc.xml:
19198         * docs/plugins/inspect/plugin-wavparse.xml:
19199         * ext/flac/gstflac.c: (plugin_init):
19200         * ext/flac/gstflacdec.c: (flacdec_get_type),
19201         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19202         (gst_flac_dec_init), (gst_flac_dec_finalize),
19203         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19204         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19205         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19206         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19207         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19208         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19209         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19210         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19211         * ext/flac/gstflacdec.h:
19212         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19213         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19214         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19215         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19216         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19217         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19218         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19219         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19220         (gst_flac_enc_change_state):
19221         * ext/flac/gstflacenc.h:
19222           borgify and fix up documentation
19223
19224 2005-12-09  Michael Smith  <msmith@fluendo.com>
19225
19226         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19227           Accept a wider range of flac files, more closely matching flac spec.
19228
19229 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19230
19231         * docs/plugins/Makefile.am: Add multipart elements.
19232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19233         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19234         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19235         * gst/multipart/multipartdemux.c:
19236         * gst/multipart/multipartmux.c: Add docs.
19237
19238 2005-12-07  Edward Hervey  <edward@fluendo.com>
19239
19240         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19241         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19242         (gst_avi_demux_invert):
19243         Memleak and crasher fixes.
19244         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19245         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19246         Memleak fixes
19247
19248 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19249
19250         * ext/aalib/gstaasink.h:
19251         * ext/cairo/gsttextoverlay.h:
19252         * ext/dv/gstdvdec.h:
19253         * ext/dv/gstdvdemux.c:
19254         * ext/dv/gstdvdemux.h:
19255         * ext/esd/esdsink.h:
19256         * ext/flac/flac_compat.h:
19257         * ext/flac/gstflacdec.h:
19258         * ext/flac/gstflacenc.h:
19259         * ext/gconf/gconf.h:
19260         * ext/gconf/gstgconfaudiosink.h:
19261         * ext/gconf/gstgconfvideosink.h:
19262         * ext/gdk_pixbuf/gstgdkanimation.h:
19263         * ext/jpeg/gstjpegdec.h:
19264         * ext/jpeg/smokecodec.h:
19265         * ext/jpeg/smokeformat.h:
19266         * ext/ladspa/gstsignalprocessor.h:
19267         * ext/ladspa/search.c: (LADSPAPluginSearch):
19268         * ext/ladspa/utils.h:
19269         * ext/libmng/gstmng.c:
19270         * ext/libmng/gstmngdec.h:
19271         * ext/libmng/gstmngenc.c:
19272         * ext/libmng/gstmngenc.h:
19273         * ext/libpng/gstpng.c:
19274         * ext/libpng/gstpngenc.c:
19275         * ext/libpng/gstpngenc.h:
19276         * ext/shout2/gstshout2.h:
19277         * ext/speex/gstspeexdec.h:
19278         * ext/speex/gstspeexenc.c:
19279         * ext/speex/gstspeexenc.h:
19280         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19281         * gst/autodetect/gstautoaudiosink.h:
19282         * gst/autodetect/gstautovideosink.h:
19283         * gst/avi/gstavidemux.h:
19284         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19285         (gst_cutter_set_property), (gst_cutter_get_caps):
19286         * gst/cutter/gstcutter.h:
19287         * gst/debug/tests.c: (md5_process_block):
19288         * gst/debug/tests.h:
19289         * gst/effectv/gstwarp.c:
19290         * gst/flx/flx_fmt.h:
19291         * gst/flx/gstflxdec.h:
19292         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19293         (zoomFilterFastRGB):
19294         * gst/goom/filters.h:
19295         * gst/goom/goom_tools.h:
19296         * gst/law/alaw-encode.c:
19297         * gst/level/gstlevel.c:
19298         * gst/level/gstlevel.h:
19299         * gst/matroska/ebml-write.h:
19300         * gst/matroska/matroska-demux.h:
19301         * gst/matroska/matroska-ids.h:
19302         * gst/matroska/matroska-mux.h:
19303         * gst/monoscope/convolve.c: (convolve_match):
19304         * gst/monoscope/convolve.h:
19305         * gst/multipart/multipartmux.c:
19306         * gst/oldcore/gstaggregator.c:
19307         * gst/oldcore/gstaggregator.h:
19308         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19309         * gst/oldcore/gstmd5sink.h:
19310         * gst/oldcore/gstmultifilesrc.c:
19311         * gst/oldcore/gstmultifilesrc.h:
19312         * gst/oldcore/gstpipefilter.h:
19313         * gst/oldcore/gstshaper.h:
19314         * gst/rtp/gstrtpL16depay.h:
19315         * gst/rtp/gstrtpL16pay.h:
19316         * gst/rtp/gstrtpdepay.h:
19317         * gst/rtp/gstrtpmp4vpay.c:
19318         * gst/rtp/gstrtpmp4vpay.h:
19319         * gst/rtsp/gstrtspsrc.c:
19320         * gst/rtsp/gstrtspsrc.h:
19321         * gst/rtsp/rtspconnection.h:
19322         * gst/rtsp/rtspdefs.h:
19323         * gst/rtsp/rtspmessage.h:
19324         * gst/rtsp/rtsptransport.h:
19325         * gst/rtsp/rtspurl.c:
19326         * gst/rtsp/rtspurl.h:
19327         * gst/rtsp/sdpmessage.c:
19328         * gst/rtsp/sdpmessage.h:
19329         * gst/smpte/barboxwipes.c:
19330         * gst/smpte/gstmask.h:
19331         * gst/smpte/gstsmpte.h:
19332         * gst/smpte/paint.c:
19333         * gst/smpte/paint.h:
19334         * gst/udp/gstdynudpsink.h:
19335         * gst/udp/gstmultiudpsink.h:
19336         * gst/udp/gstudpsink.c:
19337         * gst/udp/gstudpsink.h:
19338         * gst/udp/gstudpsrc.c:
19339         * gst/videomixer/videomixer.c:
19340         * gst/wavenc/riff.h:
19341         * gst/wavparse/gstwavparse.h:
19342         * sys/oss/gstossdmabuffer.h:
19343         * sys/oss/gstossmixer.h:
19344         * sys/oss/gstossmixerelement.h:
19345         * sys/oss/gstossmixertrack.h:
19346         * sys/oss/gstosssink.c:
19347         * sys/oss/gstosssink.h:
19348         * sys/oss/gstosssrc.c:
19349         * sys/oss/gstosssrc.h:
19350         * sys/osxaudio/gstosxaudioelement.h:
19351         * sys/osxaudio/gstosxaudiosink.h:
19352         * sys/osxaudio/gstosxaudiosrc.h:
19353           expand tabs
19354
19355 === release 0.10.0 ===
19356
19357 2005-12-05   <thomas (at) apestaart (dot) org>
19358
19359         * configure.ac:
19360           releasing 0.10.0, "Abondance"
19361
19362 2005-12-05  Andy Wingo  <wingo@pobox.com>
19363
19364         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19365         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19366         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19367         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19368         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19369         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19370         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19371         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19372         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19373         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19374         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19375         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19376         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19377         * gst/goom/gstgoom.c: (gst_goom_chain):
19378         * gst/matroska/matroska-demux.c:
19379         (gst_matroska_demux_push_vorbis_codec_priv_data),
19380         (gst_matroska_demux_add_wvpk_header):
19381         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19382         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19383         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19384         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19385         alloc_buffer changes.
19386
19387 2005-12-05  Michael Smith  <msmith@fluendo.com>
19388
19389         * docs/plugins/gst-plugins-good-plugins.args:
19390           Remove args for plugins that aren't in -good.
19391
19392 === release 0.9.7 ===
19393
19394 2005-12-01   <thomas (at) apestaart (dot) org>
19395
19396         * configure.ac:
19397           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19398
19399 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19400
19401         * docs/plugins/.cvsignore:
19402         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19403         * docs/plugins/inspect/plugin-multipart.xml:
19404         * docs/plugins/inspect/plugin-rtp.xml:
19405           add multipart plugin to docs
19406
19407 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19408
19409         * configure.ac:
19410         * ext/Makefile.am:
19411         * ext/pango/Makefile.am:
19412         * ext/pango/gstclockoverlay.c:
19413         * ext/pango/gstclockoverlay.h:
19414         * ext/pango/gsttextoverlay.c:
19415         * ext/pango/gsttextoverlay.h:
19416         * ext/pango/gsttextrender.c:
19417         * ext/pango/gsttextrender.h:
19418         * ext/pango/gsttimeoverlay.c:
19419         * ext/pango/gsttimeoverlay.h:
19420           move pango to base
19421
19422 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19423
19424         * gst/rtp/Makefile.am:
19425         * gst/rtp/gstrtpL16depay.c:
19426         * gst/rtp/gstrtpL16depay.h:
19427         * gst/rtp/gstrtpL16parse.c:
19428         * gst/rtp/gstrtpL16parse.h:
19429         * gst/rtp/gstrtpgsmdepay.c:
19430         * gst/rtp/gstrtpgsmdepay.h:
19431         * gst/rtp/gstrtpgsmparse.c:
19432         * gst/rtp/gstrtpgsmparse.h:
19433           parsers are depayers
19434
19435 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19436
19437         * gst/rtp/Makefile.am:
19438         * gst/rtp/gstasteriskh263.c:
19439         * gst/rtp/gstrtp.c:
19440         * gst/rtp/gstrtpL16enc.c:
19441         * gst/rtp/gstrtpL16enc.h:
19442         * gst/rtp/gstrtpL16parse.c:
19443         * gst/rtp/gstrtpL16parse.h:
19444         * gst/rtp/gstrtpL16pay.c:
19445         * gst/rtp/gstrtpL16pay.h:
19446         * gst/rtp/gstrtpamrdec.c:
19447         * gst/rtp/gstrtpamrdec.h:
19448         * gst/rtp/gstrtpamrdepay.c:
19449         * gst/rtp/gstrtpamrdepay.h:
19450         * gst/rtp/gstrtpamrenc.c:
19451         * gst/rtp/gstrtpamrenc.h:
19452         * gst/rtp/gstrtpamrpay.c:
19453         * gst/rtp/gstrtpamrpay.h:
19454         * gst/rtp/gstrtpdec.c:
19455         * gst/rtp/gstrtpdec.h:
19456         * gst/rtp/gstrtpdepay.c:
19457         * gst/rtp/gstrtpdepay.h:
19458         * gst/rtp/gstrtpg711dec.c:
19459         * gst/rtp/gstrtpg711dec.h:
19460         * gst/rtp/gstrtpg711depay.c:
19461         * gst/rtp/gstrtpg711depay.h:
19462         * gst/rtp/gstrtpg711enc.c:
19463         * gst/rtp/gstrtpg711enc.h:
19464         * gst/rtp/gstrtpg711pay.c:
19465         * gst/rtp/gstrtpg711pay.h:
19466         * gst/rtp/gstrtpgsmenc.c:
19467         * gst/rtp/gstrtpgsmenc.h:
19468         * gst/rtp/gstrtpgsmparse.c:
19469         * gst/rtp/gstrtpgsmparse.h:
19470         * gst/rtp/gstrtpgsmpay.c:
19471         * gst/rtp/gstrtpgsmpay.h:
19472         * gst/rtp/gstrtph263enc.c:
19473         * gst/rtp/gstrtph263enc.h:
19474         * gst/rtp/gstrtph263pay.c:
19475         * gst/rtp/gstrtph263pay.h:
19476         * gst/rtp/gstrtph263pdec.c:
19477         * gst/rtp/gstrtph263pdec.h:
19478         * gst/rtp/gstrtph263pdepay.c:
19479         * gst/rtp/gstrtph263pdepay.h:
19480         * gst/rtp/gstrtph263penc.c:
19481         * gst/rtp/gstrtph263penc.h:
19482         * gst/rtp/gstrtph263ppay.c:
19483         * gst/rtp/gstrtph263ppay.h:
19484         * gst/rtp/gstrtpmp4vdec.c:
19485         * gst/rtp/gstrtpmp4vdec.h:
19486         * gst/rtp/gstrtpmp4vdepay.c:
19487         * gst/rtp/gstrtpmp4vdepay.h:
19488         * gst/rtp/gstrtpmp4venc.c:
19489         * gst/rtp/gstrtpmp4venc.h:
19490         * gst/rtp/gstrtpmp4vpay.c:
19491         * gst/rtp/gstrtpmp4vpay.h:
19492         * gst/rtp/gstrtpmpadec.c:
19493         * gst/rtp/gstrtpmpadec.h:
19494         * gst/rtp/gstrtpmpadepay.c:
19495         * gst/rtp/gstrtpmpadepay.h:
19496         * gst/rtp/gstrtpmpaenc.c:
19497         * gst/rtp/gstrtpmpaenc.h:
19498         * gst/rtp/gstrtpmpapay.c:
19499         * gst/rtp/gstrtpmpapay.h:
19500         * gst/rtp/gstrtpspeexdec.c:
19501         * gst/rtp/gstrtpspeexdec.h:
19502         * gst/rtp/gstrtpspeexdepay.c:
19503         * gst/rtp/gstrtpspeexdepay.h:
19504         * gst/rtp/gstrtpspeexenc.c:
19505         * gst/rtp/gstrtpspeexenc.h:
19506         * gst/rtp/gstrtpspeexpay.c:
19507         * gst/rtp/gstrtpspeexpay.h:
19508           Do burger's rename for rtp payloaders and depayloaders
19509
19510 2005-11-30  Wim Taymans  <wim@fluendo.com>
19511
19512         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19513         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19514         * ext/dv/gstdvdemux.h:
19515         Fix seeking in dvdemux again, add some more debug info.
19516
19517 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19518
19519         * configure.ac:
19520           fix tests
19521
19522 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19523
19524         * PORTED_09:
19525         * docs/random/PORTED_09:
19526           move
19527         * tests/Makefile.am:
19528           add
19529         * win32/gst.sln:
19530           remove
19531
19532 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19533
19534         * Makefile.am:
19535         * check/.cvsignore:
19536         * check/Makefile.am:
19537         * check/elements/.cvsignore:
19538         * check/elements/level.c:
19539         * check/elements/matroskamux.c:
19540         * configure.ac:
19541         * examples/Makefile.am:
19542         * examples/capsfilter/Makefile.am:
19543         * examples/capsfilter/capsfilter1.c:
19544         * examples/gob/Makefile.am:
19545         * examples/gob/gst-identity2.gob:
19546         * examples/gstplay/.cvsignore:
19547         * examples/gstplay/Makefile.am:
19548         * examples/gstplay/player.c:
19549         * examples/indexing/.cvsignore:
19550         * examples/indexing/Makefile.am:
19551         * examples/indexing/indexmpeg.c:
19552         * examples/level/Makefile.am:
19553         * examples/level/README:
19554         * examples/level/demo.c:
19555         * examples/level/plot.c:
19556         * examples/stats/Makefile.am:
19557         * examples/stats/mp2ogg.c:
19558         * examples/switch/.cvsignore:
19559         * examples/switch/Makefile.am:
19560         * examples/switch/switcher.c:
19561           move under tests/
19562
19563 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19564
19565         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19566         (gst_text_render_class_init), (resize_bitmap),
19567         (gst_text_render_render_text), (gst_text_render_setcaps),
19568         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19569         (gst_text_render_chain), (gst_text_render_finalize),
19570         (gst_text_render_init), (gst_text_render_set_property):
19571         * ext/pango/gsttextrender.h:
19572           Add missing files.
19573
19574 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19575
19576         * configure.ac:
19577         * ext/Makefile.am:
19578         * ext/pango/Makefile.am:
19579         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19580         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19581         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19582         * ext/pango/gstclockoverlay.h:
19583         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19584         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19585         (gst_text_overlay_finalize), (gst_text_overlay_init),
19586         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19587         (gst_text_overlay_text_pad_linked),
19588         (gst_text_overlay_text_pad_unlinked),
19589         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19590         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19591         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19592         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19593         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19594         (gst_text_overlay_change_state), (plugin_init):
19595         * ext/pango/gsttextoverlay.h:
19596         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19597         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19598         (gst_time_overlay_class_init), (gst_time_overlay_init):
19599         * ext/pango/gsttimeoverlay.h:
19600           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19601           and add background shading and text wrapping modes. Make 
19602           timoverlay derive from textoverlay. Also add new clockoverlay
19603           element.
19604
19605 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19606
19607         * gst/udp/Makefile.am: Moved to netbuffer.
19608
19609 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19610
19611         * configure.ac:
19612         * PORTED_O9:
19613         * gst/multipart/Makefile.am:
19614         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19615         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19616         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19617         (gst_multipart_demux_change_state),
19618         (gst_multipart_demux_plugin_init):
19619         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19620         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19621         (gst_multipart_mux_sinkconnect),
19622         (gst_multipart_mux_request_new_pad),
19623         (gst_multipart_mux_handle_src_event),
19624         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19625         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19626         0.9.
19627
19628 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19629
19630         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19631         * gst/debug/gstnavigationtest.h:
19632         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19633         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19634         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19635         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19636         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19637         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19638         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19639         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19640         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19641         (gst_video_flip_get_type):
19642         * gst/videofilter/gstvideoflip.h:
19643           update for symbols change
19644
19645 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19646
19647         * gst/udp/gstdynudpsink.c:
19648         * gst/udp/gstudpsrc.c:
19649           the old gstnet lib was renamed gstnetbuffer (#322257)
19650
19651 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19652
19653         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19654         (gst_text_overlay_collected):
19655           Actually render the text from the text pad.
19656
19657 2005-11-29  Edward Hervey  <edward@fluendo.com>
19658
19659         * gst/debug/gstnavseek.c: (gst_navseek_event):
19660         * gst/debug/progressreport.c: (gst_progress_report_event):
19661         Update for GstBaseTransform event virtual method
19662
19663 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19664
19665         * ext/cairo/Makefile.am:
19666           no need to link to videofilter
19667
19668 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19669
19670         * gst/debug/Makefile.am:
19671         * gst/debug/gstnavigationtest.h:
19672         * gst/effectv/Makefile.am:
19673         * gst/effectv/gstaging.c:
19674         * gst/effectv/gstdice.c:
19675         * gst/effectv/gstedge.c:
19676         * gst/effectv/gstquark.c:
19677         * gst/effectv/gstrev.c:
19678         * gst/effectv/gstshagadelic.c:
19679         * gst/effectv/gstvertigo.c:
19680         * gst/effectv/gstwarp.c:
19681         * gst/videofilter/Makefile.am:
19682         * gst/videofilter/gstvideofilter.c:
19683         * gst/videofilter/gstvideofilter.h:
19684         * gst/videofilter/gstvideoflip.h:
19685           remove the videofilter library and link to the one in base
19686
19687 2005-11-28  Edward Hervey  <edward@fluendo.com>
19688
19689         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19690         Useless check now we're setting the current entry correctly.
19691
19692 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19693
19694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19695         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19696         (gst_jpegenc_change_state):
19697           Don't leak input buffer in chain function (fixes #322667); make 
19698           state change function thread-safe; don't repeat the current function
19699           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19700           gst_pad_alloc_buffer(); misc. minor cleanups.
19701
19702 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19703
19704         * gst/matroska/matroska-mux.c:
19705         (gst_matroska_mux_video_pad_setcaps):
19706         Look for pixel-aspect-ratio in caps, not pixel_width and
19707         pixel_height (Fixes: #322645)
19708
19709 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19710
19711         * gst/matroska/matroska-mux.c:
19712         (gst_matroska_mux_video_pad_setcaps):
19713         From Michal Benes:
19714         frame duration should be GST_SECOND / framerate, not
19715         GST_SECOND * framerate. (Fixes: #322643)
19716
19717 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19718
19719         * configure.ac:
19720           fix up GST_PLUGIN_LDFLAGS
19721         * gst/rtsp/rtspconnection.c:
19722           fix includes (see #317043)
19723         * gst/videofilter/Makefile.am:
19724           stop installing this library
19725
19726 2005-11-26  Edward Hervey  <edward@fluendo.com>
19727
19728         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19729         Handle the case where the incoming Video dv stream doesn't have
19730         a pixel aspect ratio set.
19731
19732 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * docs/plugins/Makefile.am:
19735         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19736         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19737         * ext/flac/gstflacdec.c:
19738           document flacdec
19739
19740 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19741
19742         * docs/plugins/Makefile.am:
19743         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19745         * docs/plugins/inspect/plugin-autodetect.xml:
19746         * ext/cairo/gstcairo.c: (plugin_init):
19747         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19748         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19749         (gst_text_overlay_init), (gst_text_overlay_font_init),
19750         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19751         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19752         (gst_text_overlay_text_pad_linked),
19753         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19754         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19755         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19756         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19757         (gst_text_overlay_change_state):
19758         * ext/cairo/gsttextoverlay.h:
19759         * ext/cairo/gsttimeoverlay.c:
19760         (gst_cairo_time_overlay_update_font_height),
19761         (gst_cairo_time_overlay_set_caps),
19762         (gst_cairo_time_overlay_get_unit_size),
19763         (gst_cairo_time_overlay_print_smpte_time),
19764         (gst_cairo_time_overlay_transform),
19765         (gst_cairo_time_overlay_base_init),
19766         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19767         (gst_cairo_time_overlay_get_type):
19768         * ext/cairo/gsttimeoverlay.h:
19769           do some name borgifying
19770           document
19771
19772 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * docs/plugins/Makefile.am:
19775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19777         * gst/autodetect/gstautoaudiosink.c:
19778         (gst_auto_audio_sink_base_init):
19779         * gst/autodetect/gstautovideosink.c:
19780         (gst_auto_video_sink_base_init),
19781         (gst_auto_video_sink_factory_filter):
19782           documenting auto*sink
19783           using strstr for the video sink lookup, class field is not ordered
19784         * docs/plugins/inspect/plugin-1394.xml:
19785         * docs/plugins/inspect/plugin-aasink.xml:
19786         * docs/plugins/inspect/plugin-alaw.xml:
19787         * docs/plugins/inspect/plugin-alpha.xml:
19788         * docs/plugins/inspect/plugin-alphacolor.xml:
19789         * docs/plugins/inspect/plugin-auparse.xml:
19790         * docs/plugins/inspect/plugin-autodetect.xml:
19791         * docs/plugins/inspect/plugin-avi.xml:
19792         * docs/plugins/inspect/plugin-cacasink.xml:
19793         * docs/plugins/inspect/plugin-cairo.xml:
19794         * docs/plugins/inspect/plugin-cutter.xml:
19795         * docs/plugins/inspect/plugin-debug.xml:
19796         * docs/plugins/inspect/plugin-dv.xml:
19797         * docs/plugins/inspect/plugin-efence.xml:
19798         * docs/plugins/inspect/plugin-effectv.xml:
19799         * docs/plugins/inspect/plugin-esdsink.xml:
19800         * docs/plugins/inspect/plugin-flac.xml:
19801         * docs/plugins/inspect/plugin-flxdec.xml:
19802         * docs/plugins/inspect/plugin-gconfelements.xml:
19803         * docs/plugins/inspect/plugin-goom.xml:
19804         * docs/plugins/inspect/plugin-jpeg.xml:
19805         * docs/plugins/inspect/plugin-level.xml:
19806         * docs/plugins/inspect/plugin-matroska.xml:
19807         * docs/plugins/inspect/plugin-mulaw.xml:
19808         * docs/plugins/inspect/plugin-navigationtest.xml:
19809         * docs/plugins/inspect/plugin-ossaudio.xml:
19810         * docs/plugins/inspect/plugin-png.xml:
19811         * docs/plugins/inspect/plugin-rtp.xml:
19812         * docs/plugins/inspect/plugin-rtsp.xml:
19813         * docs/plugins/inspect/plugin-shout2send.xml:
19814         * docs/plugins/inspect/plugin-smpte.xml:
19815         * docs/plugins/inspect/plugin-speex.xml:
19816         * docs/plugins/inspect/plugin-udp.xml:
19817         * docs/plugins/inspect/plugin-videobox.xml:
19818         * docs/plugins/inspect/plugin-videoflip.xml:
19819         * docs/plugins/inspect/plugin-videomixer.xml:
19820         * docs/plugins/inspect/plugin-wavenc.xml:
19821         * docs/plugins/inspect/plugin-wavparse.xml:
19822           update for HEAD version
19823
19824 2005-11-25  Michael Smith  <msmith@fluendo.com>
19825
19826         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19827           Patch from Sebastien Cote to close control sockets in udpsrc.
19828
19829 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19830
19831         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19832         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19833         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19834         (gst_quarktv_base_init), (gst_quarktv_class_init),
19835         (gst_quarktv_init): Flush the planes list on reverse caps
19836         negotiation. This was crashing because of differently sized
19837         buffers.
19838
19839 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19840
19841         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19842         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19843         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19844         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19845         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19846         (gst_videoflip_set_property), (gst_videoflip_base_init),
19847         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19848         correctly, fix identity flipping, convert navigation event 
19849         correctly again.
19850
19851 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19852
19853         * configure.ac: back to HEAD
19854
19855 === release 0.9.6 ===
19856
19857 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19858
19859         * configure.ac:
19860           releasing 0.9.6, "Everything's Not Lost"
19861
19862 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19863
19864         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19865         Oops, initialise the framerate GValue
19866
19867 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19868
19869         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19870         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19871         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19872         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19873         (gst_timeoverlay_get_type):
19874         * ext/cairo/gsttimeoverlay.h:
19875         * gst/debug/Makefile.am:
19876         * gst/debug/gstnavigationtest.c:
19877         (gst_navigationtest_handle_src_event),
19878         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19879         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19880         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19881         (gst_navigationtest_init), (gst_navigationtest_get_type),
19882         (plugin_init):
19883         * gst/debug/gstnavigationtest.h:
19884         * gst/effectv/Makefile.am:
19885         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19886         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19887         (gst_agingtv_base_init), (gst_agingtv_class_init),
19888         (gst_agingtv_init), (gst_agingtv_get_type):
19889         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19890         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19891         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19892         (gst_dicetv_get_type):
19893         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19894         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19895         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19896         (gst_edgetv_get_type):
19897         * gst/effectv/gsteffectv.c:
19898         * gst/effectv/gsteffectv.h:
19899         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19900         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19901         (gst_quarktv_change_state), (gst_quarktv_base_init),
19902         (gst_quarktv_class_init), (gst_quarktv_init),
19903         (gst_quarktv_get_type):
19904         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19905         (gst_revtv_get_unit_size), (gst_revtv_transform),
19906         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19907         (gst_revtv_get_type):
19908         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19909         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19910         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19911         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19912         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19913         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19914         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19915         (gst_vertigotv_init), (gst_vertigotv_get_type):
19916         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19917         (gst_warptv_get_unit_size), (gst_warptv_transform),
19918         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19919         (gst_warptv_get_type):
19920         * gst/videofilter/Makefile.am:
19921         * gst/videofilter/gstvideobalance.c:
19922         * gst/videofilter/gstvideobalance.h:
19923         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19924         (gst_videofilter_class_init), (gst_videofilter_init):
19925         * gst/videofilter/gstvideofilter.h:
19926         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19927         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19928         (gst_videoflip_flip), (gst_videoflip_transform),
19929         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19930         (gst_videoflip_base_init), (gst_videoflip_class_init),
19931         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19932         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19933         BaseTransform, it's just a place holder for now and every video
19934         effect plugin has been ported to use BaseTransform features 
19935         directly. QuarkTV was fixed too (was broken), navigationtest works
19936         and best for the end, videoflip converts navigation events depending
19937         on flip method ! Fixes #320953
19938
19939 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19940
19941         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19942         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19943         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19944         (gst_goom_src_negotiate), (gst_goom_chain):
19945         * gst/matroska/matroska-mux.c:
19946         (gst_matroska_mux_video_pad_setcaps):
19947         * sys/osxvideo/osxvideosink.m:
19948           Fixes for API changes
19949
19950 2005-11-23  Michael Smith <msmith@fluendo.com>
19951
19952         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19953         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19954         * ext/jpeg/gstjpegdec.h:
19955         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19956         * ext/jpeg/gstjpegenc.h:
19957         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19958         (gst_smokeenc_resync):
19959         * ext/jpeg/gstsmokeenc.h:
19960           JPEG fractiony goodness.
19961
19962 2005-11-22  Michael Smith <msmith@fluendo.com>
19963
19964         * gst/goom/filters.c:
19965         * gst/goom/graphic.h:
19966           Fix compilation by making some functions static inline instead of
19967           extern inline, matching the way they're used.
19968
19969 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19970
19971         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19972         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19973         * ext/cairo/gsttextoverlay.h:
19974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19975         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19976         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19977         (gst_pngdec_caps_create_and_set):
19978         * ext/libpng/gstpngdec.h:
19979         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19980         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19981         * gst/avi/gstavimux.c: (gst_avimux_init),
19982         (gst_avimux_vidsinkconnect):
19983         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19984         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19985         (gst_goom_src_negotiate), (gst_goom_chain):
19986         * gst/goom/gstgoom.h:
19987         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19988         * gst/matroska/matroska-mux.c:
19989         (gst_matroska_mux_video_pad_setcaps):
19990         * sys/osxvideo/osxvideosink.h:
19991         * sys/osxvideo/osxvideosink.m:
19992           More fractional framerate conversions 
19993
19994 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19995
19996         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19997         * gst/debug/gstnavigationtest.c:
19998         (gst_navigationtest_handle_src_event):
19999         * gst/videofilter/gstvideofilter.c:
20000         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20001         (gst_videofilter_init):
20002         * gst/videofilter/gstvideofilter.h:
20003           Convert to fractional framerates.
20004
20005 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20006
20007         * ext/aalib/gstaasink.c:
20008         * ext/dv/gstdvdec.c:
20009         * ext/esd/esdmon.c:
20010         * ext/flac/gstflacenc.c:
20011         * ext/gdk_pixbuf/pixbufscale.c:
20012         * ext/libcaca/gstcacasink.c:
20013         * ext/shout2/gstshout2.c:
20014         * gst/alpha/gstalpha.c:
20015         * gst/oldcore/gstaggregator.c:
20016         * gst/oldcore/gstshaper.c:
20017         * gst/smpte/barboxwipes.c:
20018         * gst/smpte/gstsmpte.c:
20019         * gst/videobox/gstvideobox.c:
20020         * gst/videofilter/gstvideoflip.c:
20021         * gst/videomixer/videomixer.c:
20022           fix up more enums
20023
20024 2005-11-22  Michael Smith <msmith@fluendo.com>
20025
20026         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20027         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20028         (gst_videomixer_update_queues):
20029           Fractional framerates, videomixer.
20030
20031 2005-11-22  Michael Smith <msmith@fluendo.com>
20032
20033         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20034         * ext/dv/gstdvdec.h:
20035         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20036         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20037         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20038         (gst_dvdemux_flush):
20039         * ext/dv/gstdvdemux.h:
20040           Fractional framerates for DV. 
20041
20042 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20043
20044         * gst/autodetect/gstautoaudiosink.c:
20045         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20046         * gst/autodetect/gstautovideosink.c:
20047         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20048           Use gst_plugin_feature_list_free() to free feature list and
20049           in the case of autovideosink free the list at all. Also
20050           miscellaneous cosmetic fixes.
20051
20052 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20055         (gst_cutter_set_property), (gst_cutter_get_caps):
20056           copy calculation code from level; remove use of some audio
20057           functions
20058
20059 2005-11-22  Andy Wingo  <wingo@pobox.com>
20060
20061         * Update for gst_tag_setter API changes.
20062
20063 2005-11-22  Andy Wingo  <wingo@pobox.com>
20064
20065         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20066         (gst_dvdemux_demux_frame)
20067         * ext/flac/gstflacdec.c (gst_flacdec_write)
20068         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20069         (gst_flacenc_sink_event)
20070         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20071         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20072         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20073         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20074         * gst/auparse/gstauparse.c (gst_auparse_chain)
20075         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20076         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20077         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20078         (gst_avi_demux_handle_seek)
20079         * gst/goom/gstgoom.c (gst_goom_event)
20080         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20081         * gst/matroska/matroska-demux.c
20082         (gst_matroska_demux_handle_seek_event)
20083         (gst_matroska_demux_loop_stream_parse_id)
20084         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20085         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20086         (gst_wavparse_stream_headers): Run update-funcnames.
20087
20088 2005-11-22  Edward Hervey  <edward@fluendo.com>
20089
20090         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20091         (gst_dv1394src_init), (gst_dv1394src_dispose),
20092         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20093         (gst_dv1394src_uri_set_uri):
20094         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20095         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20096         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20097         URIHandler interface and element properties are now properly
20098         synchronized for DV1394src and UDPSrc
20099
20100 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20101
20102         * ext/flac/Makefile.am:
20103         * ext/speex/Makefile.am:
20104           libgsttagedit has been renamed to libgsttag.
20105
20106 2005-11-21  Wim Taymans  <wim@fluendo.com>
20107
20108         * gst/rtsp/rtspconnection.c: (read_body):
20109         Apply patch from Sebastien Cote to fix #319184.
20110
20111 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20112
20113         * configure.ac:
20114         * gst/cutter/Makefile.am:
20115         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20116         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20117         (gst_cutter_set_property), (gst_cutter_get_property),
20118         (plugin_init), (gst_cutter_get_caps):
20119           port cutter
20120         * gst/level/gstlevel.c:
20121           fix up plugin details
20122
20123 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20124
20125         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20126         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20127         (gst_flacdec_src_event):
20128         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20129         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20130         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20131         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20132         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20133         (gst_flxdec_sink_event_handler):
20134         * gst/matroska/matroska-demux.c:
20135         (gst_matroska_demux_handle_seek_event):
20136         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20137           Update for stream lock API changes: don't take stream log
20138           in sink event handlers any longer and change GST_STREAM_LOCK
20139           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20140           functions.
20141
20142 2005-11-21  Michael Smith <msmith@fluendo.com>
20143
20144         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20145           gst_object_unref, not g_object_unref
20146
20147 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20148
20149         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20150         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20151           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20152
20153 2005-11-21  Michael Smith <msmith@fluendo.com>
20154
20155         * gst/auparse/Makefile.am:
20156         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20157         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20158         (gst_auparse_change_state):
20159         * gst/auparse/gstauparse.h:
20160           Partially fix #161712. playbin still doesn't work on these files,
20161           (on the bug report, Andy says we aren't typefinding it for some
20162           reason?) but at least auparse isn't totally busted like it was before.
20163
20164 2005-11-21  Andy Wingo  <wingo@pobox.com>
20165
20166         * *.h:
20167         * *.c: Ran scripts/update-macros. Oh yes.
20168
20169 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20170
20171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20172           Filler events are gone for now, comment out section generating
20173           them.
20174
20175 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20176
20177         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20178         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20179         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20180         * sys/osxvideo/osxvideosink.m:
20181           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20182           (#322027)
20183
20184 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20185
20186         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20187         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20188         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20189         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20190         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20191         (gst_avi_demux_stream_data):
20192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20193         * gst/wavenc/gstwavenc.c: (write_metadata):
20194         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20195         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20196         Fixes for GST_FOURCC_FORMAT API change.
20197
20198 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20199
20200         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20201         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20202         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20203         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20204         (gst_text_overlay_change_state):
20205         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20206         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20207         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20208         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20209         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20210         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20211         (gst_videomixer_change_state):
20212           Fix for collect pads API change. Also fix textoverlay state
20213           change function.
20214
20215 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20216
20217         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20218         GST_PAD_IS_USABLE by something approaching it.
20219
20220 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20221
20222         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20223         API changes.
20224         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20225         but also fix the code that was not checking return values from
20226         pad_push neither using pad_alloc_buffer.
20227
20228 2005-11-18  Edward Hervey  <edward@fluendo.com>
20229
20230         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20231         (gst_pngenc_chain):
20232         Added debug category
20233         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20234         goes to EOS.
20235
20236 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20237
20238         * gst/rtp/Makefile.am
20239         * gst/rtp/gstrtp.c
20240         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20241         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20242         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20243         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20244         * gst/rtp/gstrtpg711enc.h:
20245         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20246         * gst/rtp/gstrtpspeexenc.c:
20247         * gst/rtp/gstrtpspeexenc.h:
20248         * gst/rtp/gstrtpspeexdec.c:
20249         * gst/rtp/gstrtpspeexdec.h:
20250         Created Speex payloader and depayloader; Optimize G711 payloader to
20251         use adapter and send packets until MTU size.
20252
20253 2005-11-16  Wim Taymans  <wim@fluendo.com>
20254
20255         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20256         Fix leak in check.
20257
20258 2005-11-16  Wim Taymans  <wim@fluendo.com>
20259
20260         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20261         Fix state change.
20262
20263 2005-11-16  Andy Wingo  <wingo@pobox.com>
20264
20265         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20266         (gst_udpsrc_create): Move comment.
20267
20268 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20269
20270         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20271
20272         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20273           When seeking, seek to closest index entry at or before the requested
20274           seek position, not just the closest one (#321001).
20275
20276 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20277
20278         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20279         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20280           Invert DIB images again (see #132341).
20281
20282 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * configure.ac:
20285           rework configure.ac file
20286         * ext/aalib/gstaasink.c:
20287         * ext/cairo/gstcairo.c:
20288         * ext/dv/gstdv.c:
20289         * ext/esd/gstesd.c:
20290         * ext/flac/gstflac.c:
20291         * ext/gconf/gstgconfelements.c:
20292         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20293         * ext/jpeg/gstjpeg.c:
20294         * ext/ladspa/gstladspa.c:
20295         * ext/libcaca/gstcacasink.c:
20296         * ext/libmng/gstmng.c:
20297         * ext/libpng/gstpng.c:
20298         * ext/mikmod/gstmikmod.c:
20299         * ext/pango/gsttextoverlay.c:
20300         * ext/pango/gsttimeoverlay.c:
20301         * ext/raw1394/gst1394.c:
20302         * ext/speex/gstspeex.c:
20303         * gst/alpha/Makefile.am:
20304         * gst/alpha/gstalpha.c:
20305         * gst/alpha/gstalphacolor.c:
20306         * gst/auparse/gstauparse.c:
20307         * gst/autodetect/gstautoaudiosink.c:
20308         (gst_auto_audio_sink_factory_filter),
20309         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20310         * gst/autodetect/gstautodetect.c:
20311         * gst/avi/gstavi.c:
20312         * gst/cutter/gstcutter.c:
20313         * gst/debug/efence.c:
20314         * gst/debug/gstdebug.c:
20315         * gst/debug/gstnavigationtest.c:
20316         * gst/effectv/gsteffectv.c:
20317         * gst/flx/gstflxdec.c:
20318         * gst/goom/gstgoom.c:
20319         * gst/interleave/plugin.c:
20320         * gst/law/alaw.c:
20321         * gst/law/mulaw.c:
20322         * gst/level/gstlevel.c:
20323         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20324         * gst/matroska/matroska.c:
20325         * gst/median/gstmedian.c:
20326         * gst/monoscope/gstmonoscope.c:
20327         * gst/multipart/multipart.c:
20328         * gst/oldcore/gstelements.c:
20329         * gst/rtp/gstrtp.c:
20330         * gst/rtsp/gstrtsp.c:
20331         * gst/smoothwave/gstsmoothwave.c:
20332         * gst/smpte/gstsmpte.c:
20333         * gst/udp/gstudp.c:
20334         * gst/videobox/gstvideobox.c:
20335         * gst/videofilter/gstgamma.c:
20336         * gst/videofilter/gstvideobalance.c:
20337         * gst/videofilter/gstvideoflip.c:
20338         * gst/videofilter/gstvideotemplate.c:
20339         * gst/videomixer/videomixer.c:
20340         * gst/wavenc/gstwavenc.c:
20341         * gst/wavparse/gstwavparse.c:
20342         * sys/oss/gstossaudio.c:
20343         * sys/osxaudio/gstosxaudio.c:
20344           update GST_PLUGIN_DEFINE
20345         * gst/rtp/Makefile.am:
20346         * gst/rtp/gstasteriskh263.c:
20347           check for htons/htonl headers and possibly link to winsock2 lib
20348
20349 2005-11-12  Edward Hervey  <edward@fluendo.com>
20350
20351         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20352         Only GST_DEBUG() information on the valid components.
20353
20354 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20355
20356         * configure.ac: back to HEAD
20357
20358 === release 0.9.5 ===
20359
20360 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20361
20362         * configure.ac:
20363           releasing 0.9.5, "Phone Alarm"
20364
20365 2005-11-11  Edward Hervey  <edward@fluendo.com>
20366
20367         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20368         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20369         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20370         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20371         (gst_avi_demux_loop):
20372         * gst/avi/gstavidemux.h:
20373         Yeah, implement proper seeking. Exact seeking and segment seeking.
20374         Still need to do some checks for segment_stop.
20375
20376 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20377
20378         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20379
20380         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20381           Don't try to ready buffer duration from buffer that we don't
20382           own any  longer and that might already have been unreffed.
20383           (#321136)
20384
20385 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20386
20387         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20388         (flx_decode_delta_flc), (gst_flxdec_chain):
20389         Attempting to optimize the code for embedded systems.
20390
20391 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20392
20393         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20394
20395         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20396           Don't re-use already closed file descriptor. (#320920)
20397
20398 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20399
20400         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20401         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20402         (gst_oss_sink_prepare):
20403         * sys/oss/gstosssink.h:
20404           Cache probed caps; fix debug output for SET_PARAM macros.
20405
20406 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20407
20408         * ext/cairo/Makefile.am:
20409         * ext/cairo/gstcairo.c: (plugin_init):
20410         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20411         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20412         (gst_text_overlay_init), (gst_text_overlay_font_init),
20413         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20414         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20415         (gst_text_overlay_text_pad_linked),
20416         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20417         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20418         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20419         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20420         (gst_text_overlay_change_state):
20421         * ext/cairo/gsttextoverlay.h:
20422           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20423           property and redo positioning. Doesn't handle upstream renegotiation
20424           yet though.
20425
20426 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20427
20428         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20429         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20430         (gst_avi_demux_loop):
20431           No need to take the STREAM_LOCK in the loop function. Improve
20432           some debug messages. Don't leak pad names in debug messages.
20433
20434 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20435
20436         * gst/matroska/matroska-demux.c:
20437         (gst_matroska_demux_push_vorbis_codec_priv_data),
20438         (gst_matroska_demux_add_wvpk_header):
20439           Don't error out when the source pad isn't linked.
20440
20441 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20442
20443         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20444         (gst_gconf_audio_sink_change_state):
20445         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20446         (gst_gconf_video_sink_change_state):
20447           Fix state change functions here as well and set kid
20448           to NULL state before removing it.
20449
20450 2005-11-01  Edward Hervey  <edward@fluendo.com>
20451
20452         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20453         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20454         Added proper event handlind, 
20455         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20456         ignored),
20457         and don't set a duration of 0 for buffers otherwise they are discarded
20458         by GstBaseSink.
20459
20460         GstWavEnc needs some serious loving, after going through the code I'm
20461         really wondering how this can stay in -good ...
20462
20463 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20464
20465         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20466         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20468         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20469         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20470         (gst_matroska_mux_collected):
20471           Fix leaks and invalid memory access as reported by valgrind
20472
20473 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20474
20475         Patch by: Michal Benes <michal.benes@xeris.cz>
20476
20477         * check/Makefile.am:
20478         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20479         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20480         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20481           add a unit test for matroskamux
20482           fix the bugs that the unit test exposed
20483
20484 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20485
20486         * gst/autodetect/gstautoaudiosink.c:
20487         (gst_auto_audio_sink_class_init),
20488         (gst_auto_audio_sink_change_state):
20489         * gst/autodetect/gstautovideosink.c:
20490         (gst_auto_video_sink_class_init),
20491         (gst_auto_video_sink_change_state):
20492           Fix state change function and use GST_DEBUG_FUNCPTR in
20493           class_init.
20494
20495 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20496
20497         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20498
20499         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20500         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20501         * gst/matroska/ebml-write.h:
20502         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20503           Set timestamps on outgoing ebml headers as well, so that the
20504           element after matroskamux can get the timestamp already when
20505           reading the first ebml element and doesn't have to wait for
20506           the actual data buffer for that (#320308).
20507           
20508 2005-10-31  Andy Wingo  <wingo@pobox.com>
20509
20510         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20511         (gst_videomixer_pad_link): Kill some memleaks.
20512         (gst_videomixer_pad_get_property): Style fix.
20513         (gst_videomixer_pad_set_property): Style fix.
20514         (gst_videomixer_pad_init): Style fix.
20515         (gst_videomixer_update_queues): Kill memleak.
20516         (gst_videomixer_loop): Kill memleak.
20517         (gst_videomixer_collected): Kill memleak.
20518
20519 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20520
20521         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20522         gst_auparse_change_state:
20523         Just some cleanup.
20524
20525 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20526
20527         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20528         Add checks to GST_FLOW_NOT_LINKED for values returned
20529         from gst_pad_push.
20530         
20531 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20532
20533         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20534         (gst_rtpg711dec_process):
20535         * gst/rtp/gstrtpgsmenc.c:
20536         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20537         are never set. This is important for the g711 to work with burger's rtpbin
20538         element.
20539
20540 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20541
20542         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20543         (gst_speexenc_push_buffer):
20544         Add checks for return values from gst_pad_push and
20545         gst_pad_alloc_buffer.
20546
20547 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20548
20549         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20550
20551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20552         (gst_matroska_demux_parse_info),
20553         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20554         (gst_matroska_demux_parse_cluster):
20555         * gst/matroska/matroska-ids.h:
20556         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20557         (gst_matroska_mux_init), (gst_matroska_mux_start),
20558         (gst_matroska_mux_create_buffer_header),
20559         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20560         (gst_matroska_mux_get_property):
20561         * gst/matroska/matroska-mux.h:
20562           Add SimpleBlock support to matroska demuxer and muxer (part of
20563           Matroska v2). (#319731)
20564
20565 2005-10-28  Wim Taymans  <wim@fluendo.com>
20566
20567         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20568         (gst_jpeg_dec_change_state):
20569         * ext/jpeg/gstjpegdec.h:
20570         Cleanups. Don't create caps for every chain.
20571
20572 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20573
20574         * gst/law/alaw-encode.c: (gst_alawenc_init),
20575         (alawenc_setcaps), (gst_alawenc_chain)
20576         * gst/law/alaw-encode.h:
20577         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20578         (mulawenc_setcaps), (gst_mulawenc_chain)
20579         * gst/law/mulaw-encode.h:
20580         Set timestamp on buffer and it allows RTP G711 elements
20581         work properly.
20582
20583 2005-10-27  Wim Taymans  <wim@fluendo.com>
20584
20585         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20586         Set correct format on oss instead of a silly value. 
20587
20588 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20589
20590         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20591         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20592         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20593         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20594         I420 rendering as well, doesn't bring much for my platform.
20595         Might help on some other platforms.
20596
20597 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20598
20599         * gst/rtp/gstrtpgsmenc.c:
20600         * gst/rtp/gstrtpgsmparse.c:
20601         Declaring the padtemplate correctly.
20602
20603 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20604
20605         * gst/rtp/gstrtpg711dec.c:
20606         * gst/rtp/gstrtpg711enc.c:
20607         * gst/rtp/gstrtpgsmenc.c:
20608         * gst/rtp/gstrtpgsmparse.c:
20609         Setting the proper copyright notice.
20610
20611 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20612
20613         * gst/videobox/Makefile.am: Use liboil.
20614         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20615         (gst_video_box_set_property), (gst_video_box_transform_caps),
20616         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20617         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20618         using liboil. Will dot the same to I420 border generation
20619         tomorrow.
20620
20621 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20622
20623         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20624         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20625         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20626         * gst/rtp/gstrtpg711dec.h:
20627         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20628         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20629         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20630         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20631         (gst_rtpgsmenc_handle_buffer):
20632         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20633         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20634         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20635         * gst/rtp/gstrtpgsmparse.h:
20636         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20637         inherits from the basertpdepayloader.
20638
20639 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20640
20641         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20642         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20643         (gst_video_box_ayuv): Removing this forgotten debug.
20644
20645 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20646
20647         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20648         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20649         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20650
20651 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20652
20653         * sys/oss/gstossaudio.c:
20654         * sys/oss/gstossdmabuffer.c:
20655         * sys/oss/gstosshelper.c:
20656         * sys/oss/gstossmixer.c:
20657         * sys/oss/gstossmixerelement.c:
20658         * sys/oss/gstossmixertrack.c:
20659         * sys/oss/gstosssink.c:
20660         * sys/oss/gstosssrc.c:
20661           Actually use the 'oss' debug category we register.
20662
20663 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20664
20665         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20666         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20667         Use gst_pad_get_parent and drop the ref that was added through
20668         that call.
20669
20670 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20671
20672         * gst/rtp/gstrtpgsmenc.c:
20673           Fix compilation
20674
20675 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20676
20677         * gst/rtp/gstrtpg711dec.c
20678         Just removed a couple of lines of weird code used during
20679         development/test time.
20680
20681 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20682
20683         * gst/rtp/Makefile.am
20684         * gst/rtp/gstrtp.c
20685         * gst/rtp/gstrtpg711enc.c
20686         * gst/rtp/gstrtpg711enc.h
20687         * gst/rtp/gstrtpg711dec.c
20688         * gst/rtp/gstrtpg711dec.h
20689         Created G711 payloader and depayloader (it supports mulaw and alaw
20690         (dec)encoders)
20691
20692 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20693
20694         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20695         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20696         Doh ! I introduced wingo's bug again ! Sorry...
20697
20698 2005-10-25  Christian Schaller <christian@fluendo.com> 
20699
20700         * gst/rtp/Makefile.am: add missing header files for disting
20701
20702 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20703
20704         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20705         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20706         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20707         (gst_rtpgsmenc_handle_buffer):
20708         * gst/rtp/gstrtpgsmenc.h:
20709         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20710         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20711         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20712         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20713         * gst/rtp/gstrtpgsmparse.h:
20714         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20715
20716 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20717
20718         * ext/libpng/gstpngdec.c: (user_info_callback),
20719         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20720         a newsegment event, move some redundant code in a single place.
20721
20722 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20723
20724         * ext/libpng/gstpngdec.c: (user_info_callback),
20725         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20726         hack to get correct colors order when we have a png image with
20727         alpha channel.
20728
20729 2005-10-24  Edward Hervey  <edward@fluendo.com>
20730
20731         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20732         Call gst_element_no_more_pads when there will be no more pads.
20733
20734 2005-10-24  Wim Taymans  <wim@fluendo.com>
20735
20736         * gst/rtp/Makefile.am:
20737         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20738         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20739         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20740         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20741         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20742         (gst_asteriskh263_plugin_init):
20743         * gst/rtp/gstasteriskh263.h:
20744         * gst/rtp/gstrtp.c: (plugin_init):
20745         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20746         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20747         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20748         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20749         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20750         (gst_rtph263enc_plugin_init):
20751         * gst/rtp/gstrtph263enc.h:
20752         Added two new payloaders, an RFC 2190 payloader for h263 and
20753         a payload convertor for an asterisk server.
20754
20755 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20756
20757         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20758           Set bytes_per_sample correctly (is not always 4, but 
20759           depends on width and number of channels).
20760
20761 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20762
20763         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20764         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20765         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20766         (gst_flacenc_sink_event), (gst_flacenc_chain),
20767         (gst_flacenc_set_property), (gst_flacenc_get_property),
20768         (gst_flacenc_change_state):
20769         * ext/flac/gstflacenc.h:
20770           Fix seeking, so that flacenc can rewrite the header with the
20771           correct duration and amount of samples and all that at EOS;
20772           also set timestamps and granulepos on outgoing buffers; add
20773           debug category; fix state change function.
20774           
20775 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20776
20777         * gst/videomixer/videomixer.c: Don't restrict video geometry
20778         from 16 to 4096.
20779
20780 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20781
20782         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20783         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20784         Fix caps negotiation correctly, add debugging category.
20785
20786 2005-10-24  Christian Schaller  <christian@fluendo.com>
20787
20788         * configure.ac: Port over Thomas's change from base listing all plugins
20789
20790 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20791
20792         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20793         a sink pad.
20794
20795 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20796
20797         * configure.ac:
20798         * docs/upload.mak:
20799           back to HEAD
20800
20801 === release 0.9.4 ===
20802
20803 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20804
20805         * configure.ac:
20806           Releasing 0.9.4, "Dromiceiomimus"
20807
20808 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20809
20810         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20811         (gst_speexenc_src_query):
20812           Add position and duration query, fix query type function.
20813           
20814         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20815         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20816           Let's not set non-fixed caps on source pads.
20817
20818 2005-10-21  Wim Taymans  <wim@fluendo.com>
20819
20820         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20821         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20822         (gst_avi_demux_handle_seek):
20823         Set correct stream_time in newsegment event.
20824         avi can also handle a duration query now.
20825
20826 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20827
20828         * gst/matroska/matroska-demux.c:
20829         (gst_matroska_demux_handle_src_query),
20830         (gst_matroska_demux_handle_seek_event),
20831         (gst_matroska_demux_loop_stream_parse_id):
20832           Fix duration query; fix basetime in newsegment event after
20833           seek; fix duration in initial newsegment event.
20834
20835         * gst/matroska/matroska-mux.c:
20836         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20837           Extract number of channels and samplerate from vorbis headers;
20838           add some debug messages when querying the durations of the
20839           input streams.
20840
20841 2005-10-20  Wim Taymans  <wim@fluendo.com>
20842
20843         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20844         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20845         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20846         Set stream time correctly in newsegment.
20847
20848 2005-10-20  Wim Taymans  <wim@fluendo.com>
20849
20850         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20851         Correctly fill in the stream time.
20852
20853 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20854
20855         * check/elements/level.c: (GST_START_TEST):
20856         * gst/level/gstlevel.c: (gst_level_message_new):
20857         * gst/level/level-example.c: (message_handler):
20858           use ELEMENT messages instead
20859
20860 2005-10-19  Wim Taymans  <wim@fluendo.com>
20861
20862         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20863         (gst_dvdemux_src_query):
20864         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20865         (gst_flacdec_src_query):
20866         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20867         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20868         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20869         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20870         * gst/debug/progressreport.c: (gst_progress_report_report):
20871         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20872         * gst/matroska/matroska-demux.c:
20873         (gst_matroska_demux_handle_src_query):
20874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20875         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20876         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20877         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20878         (gst_wavparse_srcpad_event):
20879         API change fix.
20880
20881 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20882
20883         * gst/goom/filters.c:
20884         * gst/goom/graphic.h:
20885         * gst/goom/lines.c:
20886           Make inline functions either 'static inline' or 'extern inline',
20887           otherwise the Forte compiler apparently won't inline them (#317300).
20888
20889 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20890
20891         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20892         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20893         (user_info_callback), (user_endrow_callback), (user_end_callback),
20894         (user_read_data), (gst_pngdec_caps_create_and_set),
20895         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20896         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20897         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20898         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20899         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20900         very nice and handle push/pull based model. if you have filesrc
20901         connected to it, it will do random access to load the png file.
20902         If you have a network source that can't do _getrange, it does 
20903         progressive loading through the chain function.
20904         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20905         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20906         thanks to Master Wim Taymans ;-)
20907
20908 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20909
20910         * gst/matroska/Makefile.am:
20911         * gst/matroska/ebml-read.c:
20912         * gst/matroska/ebml-read.h:
20913         * gst/matroska/matroska-demux.c:
20914         * gst/matroska/matroska-demux.h:
20915         * gst/matroska/matroska.c: (plugin_init):
20916           Ported matroska demuxer to 0.9.
20917
20918 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20919
20920         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20921
20922         * gst/matroska/matroska-mux.c:
20923         (gst_matroska_mux_video_pad_setcaps),
20924         (gst_matroska_mux_audio_pad_setcaps):
20925           Fix mpeg4 input handling (#318847); also, while we're at it,
20926           fix media type for Motion-JPEG: should be image/jpeg.
20927
20928 2005-10-18  Wim Taymans  <wim@fluendo.com>
20929
20930         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20931         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20932         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20933         Fix for segment-start/stop API change.
20934
20935 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20936
20937         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20938         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20939         way.
20940
20941 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20942
20943         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20944         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20945         output declared in transform_caps.
20946
20947 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20948
20949         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20950
20951 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20952
20953         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20954         (gst_video_box_get_unit_size): Fix wrong size calculations and
20955         implement get_unit_size correctly.
20956
20957 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20958
20959         * configure.ac:
20960           Enable flx plugin.
20961
20962         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20963           Fix gcc4 signedness issue.
20964
20965 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20966
20967         * configure.ac: Adding videomixer.
20968         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20969         (user_read_data), (gst_pngdec_chain): More debugging.
20970         * gst/alpha/Makefile.am: Adding alphacolor
20971         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20972         (gst_alpha_color_class_init), (gst_alpha_color_init),
20973         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20974         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20975         (plugin_init): Ported to 0.9 using in place base tranform.
20976         * gst/videomixer/Makefile.am:
20977         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20978         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20979         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20980         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20981         (gst_videomixer_init), (gst_videomixer_getcaps),
20982         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20983         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20984         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20985         to 0.9 using collectpads.
20986
20987 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20988
20989         * configure.ac:
20990         * gst/flx/Makefile.am:
20991         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20992         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20993         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20994         * gst/flx/gstflxdec.h:
20995         flx plugin ported to 0.9
20996
20997 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20998
20999         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21000           use new gst_version_string()
21001
21002 2005-10-16  Andy Wingo  <wingo@pobox.com>
21003
21004         * configure.ac: GLIB_CHECK.
21005
21006 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21007
21008         * ext/libpng/Makefile.am:
21009         * ext/libpng/gstpng.c: (plugin_init):
21010         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21011         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21012         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21013
21014 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21015
21016         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21017
21018         * configure.ac:
21019         * gst/matroska/Makefile.am:
21020         * gst/matroska/ebml-ids.h:
21021         * gst/matroska/ebml-write.c:
21022         * gst/matroska/ebml-write.h:
21023         * gst/matroska/matroska-ids.h:
21024         * gst/matroska/matroska-mux.c:
21025         * gst/matroska/matroska-mux.h:
21026         * gst/matroska/matroska.c: (plugin_init):
21027           Port matroska muxer to 0.9 (#318847).
21028
21029 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21030
21031         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21032         (comment_init), (comment_add):
21033           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21034           use GST_READ_UINT32_LE() and friends rather than the private
21035           implementation of those same macros.
21036
21037 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21038
21039         * examples/stats/mp2ogg.c:
21040           more typo fixes
21041
21042 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21043
21044         * examples/indexing/indexmpeg.c: (main):
21045         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21046         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21047         * ext/esd/esdmon.h:
21048         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21049         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21050         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21051         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21052         * gst/avi/gstavimux.c: (gst_avimux_init):
21053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21054         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21055         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21056         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21057         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21058         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21059         * gst/oldcore/gstmultifilesrc.h:
21060         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21061         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21062         (gst_pipefilter_change_state):
21063         * gst/oldcore/gstpipefilter.h:
21064         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21065         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21066         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21067         * sys/osxaudio/gstosxaudiosink.h:
21068         * sys/osxaudio/gstosxaudiosrc.h:
21069           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21070           moved bitshift from macro to enum definition
21071
21072 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21073
21074         * ext/Makefile.am:
21075         * ext/cairo/Makefile.am:
21076         * ext/cairo/gstcairo.c: (plugin_init):
21077         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21078         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21079         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21080         * ext/cairo/gsttimeoverlay.h:
21081           update of cairo-based timeoverlay to 1.0 Cairo API
21082           doesn't work yet for resizing of output sink
21083
21084 2005-10-11  Wim Taymans  <wim@fluendo.com>
21085
21086         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21087         newsegment API fix.
21088
21089 2005-10-11  Wim Taymans  <wim@fluendo.com>
21090
21091         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21092         (gst_dvdemux_demux_frame):
21093         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21094         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21095         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21096         (gst_avi_demux_handle_seek):
21097         * gst/goom/gstgoom.c: (gst_goom_event):
21098         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21099         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21100         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21101         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21102         (gst_wavparse_srcpad_event):
21103         newsegment API update.
21104
21105 2005-10-11  Andy Wingo  <wingo@pobox.com>
21106
21107         * ext/speex/gstspeexenc.c: Signedness cleanups.
21108
21109 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21110
21111         * PORTED_09:
21112         * ext/speex/Makefile.am:
21113         * ext/speex/gstspeex.c:
21114         * ext/speex/gstspeexenc.c:
21115         Speexenc ported to 0.9
21116
21117 2005-10-10  Wim Taymans  <wim@fluendo.com>
21118
21119         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21120         (gst_oss_sink_init), (gst_oss_sink_set_property),
21121         (gst_oss_sink_get_property), (gst_oss_sink_open),
21122         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21123         * sys/oss/gstosssink.h:
21124         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21125         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21126         (gst_oss_src_prepare):
21127         Cleanups, make device configurable in the sink, handle and report
21128         errors.
21129
21130 2005-10-10  Wim Taymans  <wim@fluendo.com>
21131
21132         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21133         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21134         Make sure element is NULL before removing from the bin.
21135
21136 2005-10-07  Andy Wingo  <wingo@pobox.com>
21137
21138         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21139         block forever in a read().
21140         (gst_dv1394src_bus_reset): Post a message when the cable is
21141         unplugged.
21142         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21143         (gst_dv1394src_bus_reset): Don't unref the message.
21144
21145         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21146         hacking. The only change should be that the state change stuff was
21147         put into basesrc's start() and stop() routines, which coalesces
21148         some steps.
21149
21150 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21151
21152         * configure.ac:
21153           Add check for mmap
21154           
21155         * gst/debug/Makefile.am:
21156           Only compile efence plugin on systems that have mmap.
21157
21158 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21159
21160         * gst/debug/Makefile.am:
21161         * gst/debug/breakmydata.c:
21162         * gst/debug/gstdebug.c:
21163         * gst/debug/gstnavigationtest.c:
21164         * gst/debug/gstnavseek.c: 
21165         * gst/debug/gstnavseek.h:
21166         * gst/debug/progressreport.c: 
21167         * gst/debug/testplugin.c:
21168           Port progressreport, navseek, navigationtest, testsink and
21169           breakmydata.
21170
21171 2005-10-05  Edward Hervey  <edward@fluendo.com>
21172
21173         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21174         (gst_dvdemux_src_query):
21175         Fixes for better conversion
21176
21177 2005-10-04  Michael Smith <msmith@fluendo.com>
21178
21179         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21180         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21181         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21182         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21183           Set state of elements to NULL before removing from bins.
21184           Set state of test element to NULL if we failed to move it to READY
21185
21186 2005-10-04  Edward Hervey  <edward@fluendo.com>
21187
21188         * ext/dv/Makefile.am:
21189         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21190         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21191         Corrected the query function for position so it doesn't forget what
21192         format was asked, and calls the conversion functions on the correct pad.
21193
21194 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21195
21196         * configure.ac:
21197           back to development
21198
21199 === release 0.9.3 ===
21200
21201 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21202
21203         * configure.ac:
21204           Releasing 0.9.3, "Aramis"
21205
21206 2005-10-03  Andy Wingo  <wingo@pobox.com>
21207
21208         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21209         error returns.
21210
21211 2005-10-02  Andy Wingo  <wingo@pobox.com>
21212
21213         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21214
21215         * ext/flac/gstflacenc.c: Ported to 0.9.
21216
21217         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21218
21219         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21220         and link to gsttagedit. Enable flacenc.
21221
21222         * ext/flac/gstflacdec.c: Re-enable tag reading.
21223
21224 2005-09-30  Wim Taymans  <wim@fluendo.com>
21225
21226         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21227         * gst/rtp/gstrtpgsmparse.c:
21228         * gst/rtp/gstrtph263penc.c:
21229         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21230         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21231         (gst_rtpmp4venc_set_property):
21232         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21233         Various class and caps fixes from Andre Magalhaes (andrunko)
21234
21235 2005-09-29  Wim Taymans  <wim@fluendo.com>
21236
21237         * gst/level/level-example.c: (main):
21238         Update for new bus API.
21239
21240 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21241
21242         * configure.ac:
21243           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21244           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21245
21246 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21247
21248         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21249           Fix playback of mono streams (bytes_per_sample should be set
21250           from the sample width and the number of channels negotiated,
21251           and not just be set to 4) (#317338)
21252
21253 2005-09-26  Wim Taymans  <wim@fluendo.com>
21254
21255         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21256         (gst_rtpmpaenc_handle_buffer):
21257         Set buffer duration correctly.
21258
21259 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21260
21261         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21262         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21263         (gst_avi_demux_change_state):
21264           Don't crash when encountering a stream with an unknown fourcc or
21265           codec id. Instead, create a pad of type video/x-avi-unknown or
21266           audio/x-avi-unknown, which as a side-effect also results in less
21267           confusing error messages in players ('no decoder' vs. 'no streams');
21268           minor fixes to state change function and class_init function.
21269
21270 2005-09-24  Wim Taymans  <wim@fluendo.com>
21271
21272         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21273         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21274         These are sinks.
21275
21276 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21277
21278         * check/elements/level.c: (GST_START_TEST):
21279           fix test for new GstClockTime use
21280         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21281         (gst_level_transform_ip):
21282         * gst/level/gstlevel.h:
21283           fix up the decay peak, ensuring the decay peak is never lower
21284           than the peak for that interval
21285
21286 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21287
21288         * docs/plugins/gst-plugins-good-plugins.args:
21289         * docs/plugins/inspect/plugin-alpha.xml:
21290         * docs/plugins/inspect/plugin-rtp.xml:
21291         * gst/level/gstlevel.c: (gst_level_set_caps),
21292         (gst_level_transform_ip):
21293           updating docs
21294
21295 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21296
21297         * Makefile.am:
21298         * check/elements/level.c: (GST_START_TEST):
21299         * gst/level/Makefile.am:
21300         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21301         (gst_level_set_property), (gst_level_get_property),
21302         (gst_level_set_caps), (gst_level_message_new),
21303         (gst_level_transform_ip):
21304         * gst/level/gstlevel.h:
21305         * gst/level/level-example.c: (message_handler), (main):
21306           convert to using GstClockTime for all time values, finally.
21307
21308 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21309
21310         * gst/auparse/Makefile.am:
21311         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21312           fix up build
21313         * configure.ac:
21314         * ext/cairo/Makefile.am:
21315         * ext/dv/Makefile.am:
21316         * ext/esd/Makefile.am:
21317         * ext/flac/Makefile.am:
21318         * ext/gconf/Makefile.am:
21319         * ext/gdk_pixbuf/Makefile.am:
21320         * ext/jpeg/Makefile.am:
21321         * ext/ladspa/Makefile.am:
21322         * ext/libcaca/Makefile.am:
21323         * ext/libmng/Makefile.am:
21324         * ext/libpng/Makefile.am:
21325         * ext/mikmod/Makefile.am:
21326         * ext/pango/Makefile.am:
21327         * ext/raw1394/Makefile.am:
21328         * ext/shout2/Makefile.am:
21329         * ext/speex/Makefile.am:
21330         * gst/alpha/Makefile.am:
21331         * gst/autodetect/Makefile.am:
21332         * gst/avi/Makefile.am:
21333         * gst/cutter/Makefile.am:
21334         * gst/debug/Makefile.am:
21335         * gst/effectv/Makefile.am:
21336         * gst/flx/Makefile.am:
21337         * gst/goom/Makefile.am:
21338         * gst/interleave/Makefile.am:
21339         * gst/law/Makefile.am:
21340         * gst/matroska/Makefile.am:
21341         * gst/median/Makefile.am:
21342         * gst/monoscope/Makefile.am:
21343         * gst/multipart/Makefile.am:
21344         * gst/oldcore/Makefile.am:
21345         * gst/rtp/Makefile.am:
21346         * gst/rtsp/Makefile.am:
21347         * gst/smoothwave/Makefile.am:
21348         * gst/smpte/Makefile.am:
21349         * gst/videobox/Makefile.am:
21350         * gst/videofilter/Makefile.am:
21351         * gst/videomixer/Makefile.am:
21352         * gst/wavenc/Makefile.am:
21353         * gst/wavparse/Makefile.am:
21354         * sys/oss/Makefile.am:
21355         * sys/osxaudio/Makefile.am:
21356         * sys/osxvideo/Makefile.am:
21357           fix up GST_LIBS use
21358
21359 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21360
21361         * gst/auparse/Makefile.am:
21362         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21363           fix build of auparse
21364
21365 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21366
21367         * configure.ac:
21368         * PORTED_09:
21369         * gst/auparse/gstauparse.c:
21370         * gst/auparse/gstauparse.h:
21371         Auparse ported to 0.9.
21372
21373 2005-09-22  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/rtp/TODO:
21376         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21377         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21378         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21379         (gst_rtpmp4venc_set_property):
21380         * gst/rtp/gstrtpmp4venc.h:
21381         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21382         * gst/rtp/gstrtpmpaenc.h:
21383         Use is_filled to both check MTU and max-ptime of base class.
21384
21385 2005-09-22  Wim Taymans  <wim@fluendo.com>
21386
21387         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21388         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21389         (gst_rtpmp4venc_set_property):
21390         Don't fragment packets with multiple frames.
21391
21392 2005-09-22  Wim Taymans  <wim@fluendo.com>
21393
21394         * gst/rtp/TODO:
21395         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21396         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21397         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21398         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21399         (gst_rtpmp4venc_get_property):
21400         * gst/rtp/gstrtpmp4venc.h:
21401         Remove g_print.
21402         Update TODO
21403         Make payload encoder a bit smarter and more correct with
21404         timestamps.
21405         Added option in payloader to include config string in-band.
21406
21407 2005-09-21  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21410         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21411         (gst_rtspsrc_send):
21412         Strip spaces for key/value pairs.
21413
21414 2005-09-21  Wim Taymans  <wim@fluendo.com>
21415
21416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21417         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21418         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21419         (gst_rtspsrc_change_state):
21420         More SDP parsing and caps setting.
21421         Do NO_PREROLL differently.
21422         add pads only after negotiated.
21423
21424         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21425         (gst_udpsrc_getcaps):
21426         Implement the getcaps function.
21427
21428 2005-09-21  Wim Taymans  <wim@fluendo.com>
21429
21430         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21431         (gst_rtpamrdec_chain):
21432         Handle multiple AMr packets per payload. Handle CRC and
21433         parse ILL/ILP.
21434
21435         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21436         Make caps params strings for easy SDP mapping.
21437         
21438         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21439         Handle capsnego better.
21440
21441         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21442         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21443         Generate and parse config string in the caps.
21444
21445 2005-09-21  Wim Taymans  <wim@fluendo.com>
21446
21447         * gst/rtp/README:
21448         Update README
21449
21450         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21451         Make extra params as strings.
21452
21453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21454         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21455         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21456         Make state change return NO_PREROLL as this is a live
21457         source.
21458
21459         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21460         Don't unref old caps when NULL.
21461
21462 2005-09-20  Wim Taymans  <wim@fluendo.com>
21463
21464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21465         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21466         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21467         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21468         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21469         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21470         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21471         * gst/rtsp/sdpmessage.h:
21472         Add URI handler.
21473         Parse SDP and create caps.
21474
21475 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21476
21477         * gst/alpha/gstalpha.c:
21478           fix element description
21479
21480 2005-09-19  Wim Taymans  <wim@fluendo.com>
21481
21482         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21483         Don't check payload for now.
21484
21485 2005-09-19  Wim Taymans  <wim@fluendo.com>
21486
21487         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21488         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21489         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21490         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21491         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21492         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21493         (gst_wavparse_change_state):
21494         * gst/wavparse/gstwavparse.h:
21495         Fix wavparse some more.
21496
21497 2005-09-19  Wim Taymans  <wim@fluendo.com>
21498
21499         * check/elements/level.c: (GST_START_TEST):
21500         Fix for bus API change.
21501
21502 2005-09-19  Wim Taymans  <wim@fluendo.com>
21503
21504         * gst/level/level-example.c: (main):
21505         Fix for new bus API.
21506
21507         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21508         Set caps on pads.
21509
21510 2005-09-15  Wim Taymans  <wim@fluendo.com>
21511
21512         * gst/rtp/Makefile.am:
21513         * gst/rtp/README:
21514         * gst/rtp/gstrtp.c: (plugin_init):
21515         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21516         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21517         (gst_rtpamrdec_change_state):
21518         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21519         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21520         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21521         * gst/rtp/gstrtpamrenc.h:
21522         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21523         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21524         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21525         * gst/rtp/gstrtpgsmenc.h:
21526         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21527         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21528         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21529         (gst_rtpgsmparse_change_state):
21530         * gst/rtp/gstrtpgsmparse.h:
21531         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21532         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21533         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21534         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21535         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21536         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21537         * gst/rtp/gstrtph263penc.h:
21538         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21539         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21540         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21541         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21542         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21543         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21544         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21545         * gst/rtp/gstrtpmp4venc.h:
21546         * gst/rtp/gstrtpmpadec.c:
21547         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21548         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21549         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21550         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21551         * gst/rtp/gstrtpmpaenc.h:
21552         Updates to payloader/depayloaders, make payloaders use
21553         the base classes.
21554         Updated README with suggested RTP caps and how to convert
21555         to/from SDP.
21556         Added config descriptor in mp4v payloader.
21557
21558 2005-09-15  Andy Wingo  <wingo@pobox.com>
21559
21560         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21561         * gst/autodetect/gstautovideosink.c
21562         (gst_auto_video_sink_find_best): Update for new registry API.
21563
21564 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21565
21566         * common/c-to-xml.py:
21567         * common/gtk-doc-plugins.mak:
21568           a simple py script to generate valid xml from a C example
21569           probably also need to strip an MIT license when we decide
21570         * docs/plugins/Makefile.am:
21571         * gst/level/Makefile.am:
21572         * gst/level/gstlevel.c: (gst_level_init):
21573         * gst/level/level-example.c: (message_handler), (main):
21574           add an example to level that will show up in the docs
21575         * gst/rtp/TODO:
21576           add a note for the future
21577
21578 2005-09-14  Michael Smith <msmith@fluendo.com>
21579
21580         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21581           Actually define the debug object being used in wavenc. Fixes #316205
21582
21583 2005-09-14  Michael Smith <msmith@fluendo.com>
21584
21585         * gst/smpte/Makefile.am:
21586           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21587           needed to build on windows (bug 316204)
21588
21589 2005-09-12  Andy Wingo  <wingo@pobox.com>
21590
21591         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21592
21593 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21594
21595         * configure.ac:
21596         * gst/fdsrc/Makefile.am:
21597         * gst/fdsrc/gstfdsrc.c:
21598         * gst/fdsrc/gstfdsrc.h:
21599           Move fdsrc back into gstreamer core elements.
21600
21601         * gst/level/gstlevel.c: (gst_level_class_init),
21602         (gst_level_transform_ip):
21603         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21604           Basetransform changes.
21605
21606 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21607
21608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21609         * ext/jpeg/smokecodec.c: (find_best_size):
21610           fix compiler warnings
21611
21612 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         * gst-plugins-good.spec.in:
21615           spec file fixes
21616         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21617         (gst_multiudpsink_render), (gst_multiudpsink_add),
21618         (gst_multiudpsink_clear):
21619           it actually helps to actually stream if we hook up the
21620           "add" signal to an actual implementation
21621         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21622           some debugging
21623
21624 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21625
21626         * ext/jpeg/Makefile.am:
21627         * ext/jpeg/gstjpeg.c
21628         * ext/jpeg/gstjpegenc.c:
21629         * ext/jpeg/gstsmokeenc.c:
21630
21631 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21632
21633         * ext/flac/gstflacdec.c:
21634         * ext/flac/gstflacenc.c:
21635         * ext/flac/gstflactag.c:
21636         * ext/speex/gstspeexenc.c:
21637           gsttaginterface.h -> gsttagsetter.h
21638
21639 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21640
21641         * configure.ac:
21642         * gst/debug/Makefile.am:
21643         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21644         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21645         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21646         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21647         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21648           Port to 0.9 and re-enable efence plugin.
21649
21650 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21651
21652         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21653         (gst_flacdec_write), (gst_flacdec_convert_src):
21654         * ext/flac/gstflacdec.h:
21655           Add support for flac files with 24/32 bits per sample; and misc.
21656           minor clean-ups. Seeking is still partly broken (for me at least).
21657
21658 2005-09-06  Wim Taymans  <wim@fluendo.com>
21659
21660         * gst/rtp/Makefile.am:
21661         * gst/rtp/gstrtp.c: (plugin_init):
21662         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21663         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21664         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21665         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21666         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21667         (gst_rtpmp4vdec_plugin_init):
21668         * gst/rtp/gstrtpmp4vdec.h:
21669         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21670         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21671         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21672         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21673         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21674         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21675         * gst/rtp/gstrtpmp4venc.h:
21676         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21677         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21678         Added mpeg4 video payload encoder/decoder.
21679         Added some docs in mpa payloader.
21680
21681 === release 0.9.1 ===
21682
21683 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21684
21685         * NEWS:
21686         * README:
21687         * RELEASE:
21688         * autogen.sh:
21689         * configure.ac:
21690           releasing 0.9.1, "Blondie"
21691
21692 2005-09-05  Andy Wingo  <wingo@pobox.com>
21693
21694         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21695         here from the state change handler, so we fire signals without
21696         holding the state lock.
21697
21698 2005-09-02  Andy Wingo  <wingo@pobox.com>
21699
21700         * All plugins updated for element state changes.
21701
21702 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21703
21704         * Makefile.am:
21705         * check/.cvsignore:
21706         * check/Makefile.am:
21707         * check/elements/.cvsignore:
21708         * check/elements/level.c: (setup_level), (cleanup_level),
21709         (GST_START_TEST), (level_suite), (main):
21710           add a test for level
21711         * common/release.mak:
21712           move the enum checking to release.mak
21713         * configure.ac:
21714           add valgrind and check checking
21715         * gst/level/gstlevel.c: (gst_level_transform):
21716         * gst/level/gstlevel.h:
21717           fix Andy's cast bug
21718           convert a field to int
21719           fix the arithmetic to int when checking for emit so that a
21720           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21721
21722 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * Makefile.am:
21725         * configure.ac:
21726           add docs to build
21727         * common/plugins.xsl:
21728           wrap Description into a refsect2
21729         * docs/Makefile.am:
21730         * docs/plugins/Makefile.am:
21731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21733         * gst/goom/Makefile.am:
21734         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21735         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21736         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21737         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21738         (gst_goom_change_state):
21739         * gst/goom/gstgoom.h:
21740           GstGOOM -> GstGoom
21741           add an example launch line
21742         * gst/level/gstlevel.h:
21743         * gst/monoscope/gstmonoscope.c:
21744           cleanups
21745
21746 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21747
21748         * configure.ac:
21749         * docs/plugins/Makefile.am:
21750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21752         * docs/plugins/gst-plugins-good-plugins.types:
21753           document elements and plugins.  Shazam !
21754
21755 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21756
21757         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21758           be found under doc/random/ChangeLog-0.8