gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a valid confi...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
4         (gst_rtp_mp4v_pay_event):
5         Don't try to push packets before we could find a valid config
6         startcode. Fixes #563509.
7
8 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9
10         Patch by: Brian Cameron <brian.cameron at sun dot com>
11
12         * sys/sunaudio/gstsunaudiomixerctrl.c:
13         (gst_sunaudiomixer_ctrl_open):
14         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
15
16 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
17
18         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
19
20         * configure.ac:
21         Make usage of libv4l optional by a configure parameter.
22         Fixes bug #563504.
23
24 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
25
26         * docs/plugins/Makefile.am:
27         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
28         * docs/plugins/gst-plugins-good-plugins-sections.txt:
29         * docs/plugins/gst-plugins-good-plugins.args:
30         * docs/plugins/gst-plugins-good-plugins.hierarchy:
31         * docs/plugins/gst-plugins-good-plugins.interfaces:
32         * docs/plugins/inspect/plugin-1394.xml:
33         * docs/plugins/inspect/plugin-aasink.xml:
34         * docs/plugins/inspect/plugin-alaw.xml:
35         * docs/plugins/inspect/plugin-alpha.xml:
36         * docs/plugins/inspect/plugin-alphacolor.xml:
37         * docs/plugins/inspect/plugin-annodex.xml:
38         * docs/plugins/inspect/plugin-apetag.xml:
39         * docs/plugins/inspect/plugin-audiofx.xml:
40         * docs/plugins/inspect/plugin-auparse.xml:
41         * docs/plugins/inspect/plugin-autodetect.xml:
42         * docs/plugins/inspect/plugin-avi.xml:
43         * docs/plugins/inspect/plugin-cacasink.xml:
44         * docs/plugins/inspect/plugin-cairo.xml:
45         * docs/plugins/inspect/plugin-cutter.xml:
46         * docs/plugins/inspect/plugin-debug.xml:
47         * docs/plugins/inspect/plugin-dv.xml:
48         * docs/plugins/inspect/plugin-efence.xml:
49         * docs/plugins/inspect/plugin-effectv.xml:
50         * docs/plugins/inspect/plugin-equalizer.xml:
51         * docs/plugins/inspect/plugin-esdsink.xml:
52         * docs/plugins/inspect/plugin-flac.xml:
53         * docs/plugins/inspect/plugin-flxdec.xml:
54         * docs/plugins/inspect/plugin-gamma.xml:
55         * docs/plugins/inspect/plugin-gconfelements.xml:
56         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
57         * docs/plugins/inspect/plugin-goom.xml:
58         * docs/plugins/inspect/plugin-goom2k1.xml:
59         * docs/plugins/inspect/plugin-halelements.xml:
60         * docs/plugins/inspect/plugin-icydemux.xml:
61         * docs/plugins/inspect/plugin-id3demux.xml:
62         * docs/plugins/inspect/plugin-interleave.xml:
63         * docs/plugins/inspect/plugin-jpeg.xml:
64         * docs/plugins/inspect/plugin-level.xml:
65         * docs/plugins/inspect/plugin-matroska.xml:
66         * docs/plugins/inspect/plugin-monoscope.xml:
67         * docs/plugins/inspect/plugin-mulaw.xml:
68         * docs/plugins/inspect/plugin-multifile.xml:
69         * docs/plugins/inspect/plugin-multipart.xml:
70         * docs/plugins/inspect/plugin-navigationtest.xml:
71         * docs/plugins/inspect/plugin-ossaudio.xml:
72         * docs/plugins/inspect/plugin-png.xml:
73         * docs/plugins/inspect/plugin-pulseaudio.xml:
74         * docs/plugins/inspect/plugin-quicktime.xml:
75         * docs/plugins/inspect/plugin-replaygain.xml:
76         * docs/plugins/inspect/plugin-rtp.xml:
77         * docs/plugins/inspect/plugin-rtsp.xml:
78         * docs/plugins/inspect/plugin-shout2send.xml:
79         * docs/plugins/inspect/plugin-smpte.xml:
80         * docs/plugins/inspect/plugin-soup.xml:
81         * docs/plugins/inspect/plugin-spectrum.xml:
82         * docs/plugins/inspect/plugin-speex.xml:
83         * docs/plugins/inspect/plugin-taglib.xml:
84         * docs/plugins/inspect/plugin-udp.xml:
85         * docs/plugins/inspect/plugin-video4linux2.xml:
86         * docs/plugins/inspect/plugin-videobalance.xml:
87         * docs/plugins/inspect/plugin-videobox.xml:
88         * docs/plugins/inspect/plugin-videocrop.xml:
89         * docs/plugins/inspect/plugin-videoflip.xml:
90         * docs/plugins/inspect/plugin-videomixer.xml:
91         * docs/plugins/inspect/plugin-wavenc.xml:
92         * docs/plugins/inspect/plugin-wavpack.xml:
93         * docs/plugins/inspect/plugin-wavparse.xml:
94         * docs/plugins/inspect/plugin-ximagesrc.xml:
95         * gst/matroska/matroska-demux.c:
96         * gst/matroska/matroska-demux.h:
97         * gst/matroska/matroska-mux.c:
98         * gst/matroska/matroska-mux.h:
99         Add documentation for matroskamux and matroskademux and
100         update the inspection xml files.
101
102 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
103
104         * configure.ac:
105         Apparently AC_CONFIG_MACRO_DIR breaks when using more
106         than one macro directory, reverting last change.
107
108 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
109
110         * configure.ac:
111         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
112         our M4 macros.
113
114 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
115
116         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
117         Provide the parameters that are required for the format string
118         to fix a compiler warning.
119
120 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
121
122         * gst/autodetect/gstautoaudiosrc.c:
123           Fix classification.
124
125 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
126
127         Patch by: Cygwin Ports maintainer
128                   <yselkowitz at users dot sourceforge dot net>
129
130         * autogen.sh:
131         * configure.ac:
132         Require gettext 0.17 because older versions don't mix with libtool
133         2.2. At build time an older gettext version will still work.
134         Fixes bug #556091.
135
136 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         Patch by: Peter Kjellerstedt <pkj at axis com>
139
140         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
141         Make gst_multiudpsink_render() ignore errors from sendto() instead of
142         breaking streaming. Emit a warning instead. Fixes #562572.
143
144 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
145
146         Patch by: Ron McOuat <rmcouat at smartt dot com>
147
148         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
149         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
150         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
151         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
152         * ext/soup/gstsouphttpsrc.h:
153         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
154         (digest_auth_cb), (run_test), (GST_START_TEST),
155         (souphttpsrc_suite), (run_server):
156         Add support for basic and digest authentication in souphttpsrc.
157         Fixes bug #561775.
158
159 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
160
161         Patch by: Pepijn Van Eeckhoudt
162                       <pepijn dot vaneeckhoudt at luciad dot com>
163
164         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
165         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
166         * gst/wavenc/gstwavenc.h:
167         * gst/wavenc/riff.h:
168         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
169
170 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         Patch by: 이문형 <iwings at gmail dot com>
173
174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
175         Prevent further read/write actions taken to the connect-failed socket by
176         erroring out quickly. See #562258.
177
178 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
179
180         * tests/examples/level/level-example.c:
181           Set fakesink to sync. Otherwise people might question the message
182           interval. Nevertheless the timestamp in the message is what matters.
183
184 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
185
186         * tests/icles/.cvsignore:
187         cvsignore newly generated file.
188
189 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * gst/rtp/gstasteriskh263.c:
192         * gst/rtp/gstasteriskh263.h:
193         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
194         * gst/rtp/gstrtpL16depay.h:
195         * gst/rtp/gstrtpL16pay.c:
196         * gst/rtp/gstrtpL16pay.h:
197         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
198         * gst/rtp/gstrtpac3depay.h:
199         * gst/rtp/gstrtpamrdepay.c:
200         * gst/rtp/gstrtpamrdepay.h:
201         * gst/rtp/gstrtpamrpay.c:
202         * gst/rtp/gstrtpamrpay.h:
203         * gst/rtp/gstrtpdepay.c:
204         * gst/rtp/gstrtpdepay.h:
205         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
206         * gst/rtp/gstrtpg726depay.c:
207         * gst/rtp/gstrtpg726pay.c:
208         * gst/rtp/gstrtpg729depay.c:
209         * gst/rtp/gstrtpg729pay.c:
210         * gst/rtp/gstrtpgsmdepay.c:
211         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
212         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
213         * gst/rtp/gstrtph263depay.h:
214         * gst/rtp/gstrtph263pay.c:
215         * gst/rtp/gstrtph263pay.h:
216         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
217         * gst/rtp/gstrtph263pdepay.h:
218         * gst/rtp/gstrtph263ppay.c:
219         * gst/rtp/gstrtph263ppay.h:
220         * gst/rtp/gstrtph264depay.c:
221         * gst/rtp/gstrtph264depay.h:
222         * gst/rtp/gstrtph264pay.c:
223         * gst/rtp/gstrtph264pay.h:
224         * gst/rtp/gstrtpilbcdepay.c:
225         * gst/rtp/gstrtpilbcpay.c:
226         * gst/rtp/gstrtpjpegdepay.h:
227         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
228         * gst/rtp/gstrtpmp1sdepay.h:
229         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
230         * gst/rtp/gstrtpmp2tdepay.h:
231         * gst/rtp/gstrtpmp2tpay.c:
232         * gst/rtp/gstrtpmp2tpay.h:
233         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
234         * gst/rtp/gstrtpmp4apay.c:
235         * gst/rtp/gstrtpmp4apay.h:
236         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
237         * gst/rtp/gstrtpmp4gdepay.h:
238         * gst/rtp/gstrtpmp4gpay.c:
239         * gst/rtp/gstrtpmp4gpay.h:
240         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
241         * gst/rtp/gstrtpmp4vdepay.h:
242         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
243         * gst/rtp/gstrtpmp4vpay.h:
244         * gst/rtp/gstrtpmpadepay.c:
245         * gst/rtp/gstrtpmpadepay.h:
246         * gst/rtp/gstrtpmpapay.c:
247         * gst/rtp/gstrtpmpapay.h:
248         * gst/rtp/gstrtpmpvdepay.c:
249         * gst/rtp/gstrtpmpvdepay.h:
250         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
251         * gst/rtp/gstrtppcmapay.c:
252         * gst/rtp/gstrtppcmudepay.c:
253         * gst/rtp/gstrtppcmupay.c:
254         * gst/rtp/gstrtpspeexdepay.c:
255         * gst/rtp/gstrtpspeexpay.c:
256         * gst/rtp/gstrtpsv3vdepay.c:
257         * gst/rtp/gstrtpsv3vdepay.h:
258         * gst/rtp/gstrtptheoradepay.c:
259         * gst/rtp/gstrtptheoradepay.h:
260         * gst/rtp/gstrtptheorapay.c:
261         * gst/rtp/gstrtptheorapay.h:
262         * gst/rtp/gstrtpvorbisdepay.c:
263         * gst/rtp/gstrtpvorbisdepay.h:
264         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
265         * gst/rtp/gstrtpvorbispay.h:
266         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
267         * gst/rtp/gstrtpvrawpay.c:
268         Fix the descriptions and fix some email addresses.
269
270 2008-11-25  Julien Moutte  <julien@fluendo.com>
271
272         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
273         to supported qtdemux video codecs as I found some video clips using 
274         those.
275
276 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
277
278         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
279         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
280         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
281         (gst_auto_video_sink_detect):
282         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
283         Post an error when we can't set the internal ghostpad target.
284
285 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
286
287         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
288         (gst_video_crop_transform), (gst_video_crop_transform_caps),
289         (gst_video_crop_set_caps), (gst_video_crop_set_property):
290         * gst/videocrop/gstvideocrop.h:
291         Fix renegotiation when changing properties using the new basetransform
292         features. Fixes #561502.
293
294         * tests/icles/Makefile.am:
295         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
296         Add crazy interactive test unit for dynamically changing properties.
297
298 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
301         (gst_rtspsrc_parse_range):
302         Add some more debugging.
303         Use the reanges received from the server unconditionally.
304         Fixes #561625.
305
306 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
307
308         * ext/pulse/pulsesink.c:
309           Change #if 0 to something more expresive and add pointer to related
310           bug ticket.
311
312 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
313
314         Patch by: Tal Shalif <tshalif at nargila dot org>
315
316         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
317         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
318         the latter don't exist on some systems (mingw). Fixes bug #561990.
319
320 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
321
322         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
323
324         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
325         Add transferMode.dnla.org header to HTTP requests as this is
326         required by the DLNA specs and doesn't hurt in other situations.
327         Fixes bug #561802.
328
329 2008-11-20  Michael Smith <msmith@songbirdnest.com>
330
331         * sys/osxvideo/osxvideosink.h:
332         * sys/osxvideo/osxvideosink.m:
333           Handle video window resizing more correctly, avoiding crashes when
334           embedding the window and resizing it.
335
336 2008-11-20  Michael Smith <msmith@songbirdnest.com>
337
338         * gst/udp/gstmultiudpsink.c:
339         * gst/udp/gstudpnetutils.c:
340         * gst/udp/gstudpnetutils.h:
341         * gst/udp/gstudpsrc.c:
342           Fix multiudpsink on OSX by passing the specific length of the socket,
343           refactor that into a function shared with the same thing in udpsrc.
344
345 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
346
347         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
348         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
349         (gst_wavparse_stream_headers):
350         Fix the scaling code.
351         Fix parsing of the INFO chunks, we were reading the wrong number of
352         bytes.  Fixes #561580.
353
354 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
355
356         * gst/matroska/matroska-mux.c:
357         Fix NULL pointer dereference of an unset codec_id in the recently 
358         added Dirac paths
359
360 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
361
362         * tests/check/Makefile.am:
363         Just keep disabling elements that hang the states test until it
364         works.
365
366 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
367
368         * ext/libpng/gstpngenc.c:
369         Don't flush downstream after every buffer - that's not what
370         this libpng callback is for at all!
371
372 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
373
374         * sys/v4l2/v4l2src_calls.c:
375           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
376           (gst_v4l2src_probe_caps_for_format):
377           Turns out we don't always get the frame sizes in a predefined
378           order from lowest to highest resolution, so let's just sort the
379           list by frame size once we've queried the possible resolutions
380           rather than assume any particular order. Fixes probed caps for
381           the camera in my HP2133 mini notebook and makes v4l2src default
382           to a decent size.
383
384 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
385
386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
387         * gst/matroska/matroska-ids.h:
388         Make mkvdemux aware of E-AC3.
389
390 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
391
392         * gst/rtp/Makefile.am:
393         * gst/rtp/gstrtp.c: (plugin_init):
394         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
395         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
396         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
397         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
398         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
399         (gst_rtp_jpeg_depay_change_state),
400         (gst_rtp_jpeg_depay_plugin_init):
401         * gst/rtp/gstrtpjpegdepay.h:
402         Add a jpeg depayloader.
403
404         * gst/rtp/gstrtpjpegpay.c:
405         Set the default properties on the payloader to better defaults.
406
407 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
408
409         * sys/v4l2/gstv4l2.c:
410           Give it a primary rank for autovideosrc.
411
412 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         Patch by: Bjorn Ostby <bjornos at axis dot com>
415
416         * gst/rtp/Makefile.am:
417         * gst/rtp/gstrtp.c: (plugin_init):
418         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
419         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
420         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
421         (gst_rtp_jpeg_pay_read_quant_table),
422         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
423         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
424         (gst_rtp_jpeg_pay_plugin_init):
425         * gst/rtp/gstrtpjpegpay.h:
426         Add JPEG payloader. Fixes #560756.
427
428 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
429
430         Patch by: Fabricio Godoy <skarllot at gmail dot com>
431
432         * sys/oss/gstosssink.c: (gst_oss_sink_open):
433         * sys/oss/gstosssrc.c: (gst_oss_src_open):
434         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
435         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
436         Fix some spelling mistakes. Fixes #556802.
437
438 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
439
440         * gst/equalizer/GstIirEqualizer10Bands.prs:
441         * gst/equalizer/GstIirEqualizer3Bands.prs:
442         * gst/equalizer/Makefile.am:
443         * gst/equalizer/gstiirequalizer10bands.c:
444         * gst/equalizer/gstiirequalizer3bands.c:
445           Add presets for equalizer. Fixes #522183.
446
447 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst/rtsp/Makefile.am:
450         * gst/rtsp/gstrtsp.c: (plugin_init):
451         * gst/rtsp/gstrtspgoogle.c:
452         * gst/rtsp/gstrtspgoogle.h:
453         Remove google extension again, it's not needed anymore because we never
454         send multiple transports anymore.
455
456 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
459
460         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
461         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
462         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
463         (gst_rtspsrc_stream_free),
464         (gst_rtspsrc_stream_configure_udp_sinks),
465         (gst_rtspsrc_stream_configure_transport),
466         (gst_rtspsrc_send_dummy_packets),
467         (gst_rtspsrc_create_transports_string),
468         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
469         * gst/rtsp/gstrtspsrc.h:
470         Add property to configure NAT traversal method.
471         Ignore EOS from the internal sinks.
472         Implement sending dummy packets as a (simple) method to open up
473         some firewalls.
474         Send PLAY request to the server after we started the udp sources.
475         Fixes #559545.
476
477 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
478
479         Patch by: Yotam <sh dot yotam at gmail dot com>
480
481         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
482         Flush the remaining frames on EOS. Fixes #560641.
483
484 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
485
486         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
487         Fix compiler warning about printf formatting.
488
489 2008-11-12  Andy Wingo  <wingo@pobox.com>
490
491         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
492         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
493         segment events instead of sending them from the seeking thread.
494         Fixes #559288.
495         (gst_qtdemux_push_pending_newsegment): New helper, sends out
496         queued newsegment events.
497         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
498         call it here, as we only seek when looping, and only push in the
499         movie state.
500
501 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
502
503         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
504         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
505         * gst/qtdemux/qtdemux_fourcc.h:
506         * gst/qtdemux/qtdemux_types.c:
507         Add cover and alternative copyright tag, and enhance some existing
508         ones by marking them as container atoms.
509
510 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
511
512         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
513         Don't ignore the return value of setcaps.
514
515 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         Patch by: Olivier Crete <tester at tester dot ca>
518
519         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
520         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
521         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
522         * gst/rtp/gstrtpg729pay.h:
523         Replace G729 payloader with an improved version. Fixes #532409.
524
525 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
528         (gst_rtspsrc_change_state):
529         Only send one transport at a time for improved compatibility with some
530         broken servers. See #537832.
531
532 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
533
534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
535         (gst_rtspsrc_perform_seek):
536         Only pause/play in the seek handler when the source was playing.
537         Fixes #529379.
538
539 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
540
541         * gst/matroska/matroska-mux.c:
542         (gst_matroska_mux_handle_dirac_packet):
543         Fix muxing of Dirac streams if the input already has the format
544         we need, i.e. is the output of matroskademux.
545
546 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
547
548         * gst/avi/gstavimux.c:
549           Don't segfault on string typed tags being NULL. Fixes #560155.
550
551 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
552
553         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
554         (gst_matroska_mux_audio_pad_setcaps):
555         Fix mapping AAC profile to Matroska codec id.
556
557 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
558
559         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
560         (qtdemux_video_caps), (qtdemux_audio_caps):
561         Refactor some raw audio caps building, and handle >16-bit cases.
562         Fix/replace building caps from a string description.
563
564 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
565
566         * gst/audiofx/audiowsincband.c:
567         * gst/audiofx/audiowsinclimit.c:
568         * gst/cutter/gstcutter.c:
569           Make author name consistent with others.
570
571 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
572
573         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
574
575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
576         (gst_rtspsrc_stream_configure_udp_sink):
577         Pause the RTSP stream before doing a new play request.
578         Make sure that adding the udpsinks does not cause the rtspsrc to become
579         a sink. Fixes #559547.
580
581 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
582
583         * gst/matroska/matroska-ids.h:
584         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
585         (gst_matroska_mux_handle_dirac_packet),
586         (gst_matroska_mux_write_data):
587         Implement Dirac muxing into Matroska comforming to the spec, i.e.
588         put all Dirac packages up to a picture into a Matroska block.
589
590         TODO: Implement writing of the ReferenceBlock Matroska elements,
591         currently the Dirac muxing is only 100% correct if Matroska version 2
592         is selected for muxing.
593
594 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
595
596         Patch by: Bastien Nocera <hadess at hadess dot net>,
597                   Hans de Goede <jwrdegoede at fedoraproject dot org>
598
599         * configure.ac:
600         * sys/v4l2/Makefile.am:
601         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
602         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
603         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
604         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
605         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
606         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
607         (gst_v4l2_get_input), (gst_v4l2_set_input):
608         * sys/v4l2/v4l2_calls.h:
609         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
610         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
611         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
612         (gst_v4l2src_fill_format_list),
613         (gst_v4l2src_probe_caps_for_format_and_size),
614         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
615         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
616         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
617         (gst_v4l2src_get_nearest_size):
618         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
619
620 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
621
622         * ext/aalib/Makefile.am:
623         * ext/annodex/Makefile.am:
624         * ext/cairo/Makefile.am:
625         * ext/dv/Makefile.am:
626         * ext/esd/Makefile.am:
627         * ext/flac/Makefile.am:
628         * ext/gconf/Makefile.am:
629         * ext/gdk_pixbuf/Makefile.am:
630         * ext/hal/Makefile.am:
631         * ext/jpeg/Makefile.am:
632         * ext/ladspa/Makefile.am:
633         * ext/libcaca/Makefile.am:
634         * ext/libmng/Makefile.am:
635         * ext/libpng/Makefile.am:
636         * ext/mikmod/Makefile.am:
637         * ext/pulse/Makefile.am:
638         * ext/raw1394/Makefile.am:
639         * ext/shout2/Makefile.am:
640         * ext/soup/Makefile.am:
641         * ext/speex/Makefile.am:
642         * ext/taglib/Makefile.am:
643         * ext/wavpack/Makefile.am:
644         * gst/alpha/Makefile.am:
645         * gst/apetag/Makefile.am:
646         * gst/audiofx/Makefile.am:
647         * gst/auparse/Makefile.am:
648         * gst/autodetect/Makefile.am:
649         * gst/avi/Makefile.am:
650         * gst/cutter/Makefile.am:
651         * gst/debug/Makefile.am:
652         * gst/effectv/Makefile.am:
653         * gst/equalizer/Makefile.am:
654         * gst/flx/Makefile.am:
655         * gst/goom/Makefile.am:
656         * gst/goom2k1/Makefile.am:
657         * gst/icydemux/Makefile.am:
658         * gst/id3demux/Makefile.am:
659         * gst/interleave/Makefile.am:
660         * gst/law/Makefile.am:
661         * gst/level/Makefile.am:
662         * gst/matroska/Makefile.am:
663         * gst/median/Makefile.am:
664         * gst/monoscope/Makefile.am:
665         * gst/multifile/Makefile.am:
666         * gst/multipart/Makefile.am:
667         * gst/oldcore/Makefile.am:
668         * gst/qtdemux/Makefile.am:
669         * gst/replaygain/Makefile.am:
670         * gst/rtp/Makefile.am:
671         * gst/rtsp/Makefile.am:
672         * gst/smpte/Makefile.am:
673         * gst/spectrum/Makefile.am:
674         * gst/udp/Makefile.am:
675         * gst/videobox/Makefile.am:
676         * gst/videocrop/Makefile.am:
677         * gst/videofilter/Makefile.am:
678         * gst/videomixer/Makefile.am:
679         * gst/wavenc/Makefile.am:
680         * gst/wavparse/Makefile.am:
681         * sys/directdraw/Makefile.am:
682         * sys/directsound/Makefile.am:
683         * sys/oss/Makefile.am:
684         * sys/osxaudio/Makefile.am:
685         * sys/osxvideo/Makefile.am:
686         * sys/sunaudio/Makefile.am:
687         * sys/v4l2/Makefile.am:
688         * sys/waveform/Makefile.am:
689         * sys/ximage/Makefile.am:
690           Don't install static libs for plugins. Fixes #550851 for -good.
691
692 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
693
694         * ext/flac/Makefile.am:
695         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
696         This fixes compilation if FLAC is installed in an uncommon location
697         that is not already handled by other CFLAGS. Fixes bug #558711.
698
699 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
700
701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
702         Guard more uncommon formats with ifdefs so that we can compile on older
703         versions.
704
705 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         Patch by: Nick Haddad <nick at haddads dot net>
708
709         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
710         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
711         (gst_avi_demux_stream_data):
712         Invert other uncompressed RGB formats. Fixes #558554.
713
714 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
715
716         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
717         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
718         * gst/wavenc/gstwavenc.h:
719         Add support for float/double as input and remove the (nowadays)
720         useless parsing of the depth as we require width==depth.
721
722 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
725         * gst/rtp/gstrtpmpapay.c:
726         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
727         mpeg version 1. Fixes #558427.
728
729 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
730
731         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
732         (gst_rtp_L16_pay_getcaps):
733         Only put an integral amount of samples in the RTP packet.
734         Fixes #556641.
735
736 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
739         * gst/rtp/gstrtpchannels.h:
740         Add method to get possible channel positions.
741
742 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         * gst/rtp/Makefile.am:
745         Also commit updated makefile
746
747 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
748
749         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
750         Don't allow width=32,depth=24 as input. WAV requires that the width
751         is the next integer multiply of 8 from the depth.
752
753 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
754
755         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
756         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
757         (gst_rtp_L16_pay_getcaps):
758         * gst/rtp/gstrtpchannels.c: (check_channels),
759         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
760         (gst_rtp_channels_create_default):
761         * gst/rtp/gstrtpchannels.h:
762         Add mappings for multichannel support. Does not completely just work
763         because the getcaps function does not yet return the allowed channel
764         mappings. See #556641.
765
766 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
767
768         * gst/goom/Makefile.am:
769         * gst/goom/README:
770         * gst/goom/config_param.c:
771         * gst/goom/convolve_fx.c:
772         * gst/goom/drawmethods.c:
773         * gst/goom/drawmethods.h:
774         * gst/goom/filters.c:
775         * gst/goom/filters_mmx.s:
776         * gst/goom/flying_stars_fx.c:
777         * gst/goom/goom.h:
778         * gst/goom/goom_config.h:
779         * gst/goom/goom_config_param.h:
780         * gst/goom/goom_core.c:
781         * gst/goom/goom_filters.h:
782         * gst/goom/goom_fx.h:
783         * gst/goom/goom_graphic.h:
784         * gst/goom/goom_plugin_info.h:
785         * gst/goom/goom_tools.c:
786         * gst/goom/goom_tools.h:
787         * gst/goom/goom_typedefs.h:
788         * gst/goom/goom_visual_fx.h:
789         * gst/goom/graphic.c:
790         * gst/goom/ifs.c:
791         * gst/goom/ifs.h:
792         * gst/goom/lines.c:
793         * gst/goom/lines.h:
794         * gst/goom/mathtools.c:
795         * gst/goom/mathtools.h:
796         * gst/goom/mmx.c:
797         * gst/goom/motif_goom1.h:
798         * gst/goom/motif_goom2.h:
799         * gst/goom/plugin_info.c:
800         * gst/goom/ppc_drawings.h:
801         * gst/goom/ppc_zoom_ultimate.h:
802         * gst/goom/sound_tester.c:
803         * gst/goom/sound_tester.h:
804         * gst/goom/surf3d.c:
805         * gst/goom/surf3d.h:
806         * gst/goom/tentacle3d.c:
807         * gst/goom/tentacle3d.h:
808         * gst/goom/v3d.c:
809         * gst/goom/v3d.h:
810         * gst/goom/xmmx.c:
811           Add license headers in all source files. Remove filter.c from
812           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
813           which are not used right now. Fixes #557709.
814
815 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
816
817         Patch by: Olivier Crete <tester at tester dot ca>
818
819         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
820         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
821         Implement getcaps in rtpL16pay. Fixes #556484.
822
823 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
824
825         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
826         (gst_rtp_L16_depay_process):
827         Check if clock-rate and channels are valid.
828         Don't ignore the return value of setcaps.
829         No need to validate the buffer, the base class does that for us.
830         Use the marker bit to set the DISCONT flag on outgoing buffers.
831
832         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
833         Don't ignore the return value of set_outcaps.
834
835         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
836         (gst_rtp_ac3_depay_process):
837         Don't ignore the return value of set_caps.
838         No need to validate the buffer, the base class does that for us.
839
840         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
841         (gst_rtp_amr_depay_process):
842         * gst/rtp/gstrtpamrdepay.h:
843         Don't ignore the return value of setcaps.
844         No need to validate the buffer, the base class does that for us.
845         No need to set output caps on the buffers, the base class does that for
846         us.
847         The subclass will make sure we are negotiated.
848         
849         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
850         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
851         * gst/rtp/gstrtpdvdepay.h:
852         Clean up caps negotiation.
853         The subclass will make sure we are negotiated.
854
855         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
856         (gst_rtp_g726_depay_process):
857         Clean up caps negotiation.
858         Use the marker bit to set the DISCONT flag on outgoing buffers.
859
860         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
861         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
862         * gst/rtp/gstrtpg729depay.h:
863         The subclass will make sure we are negotiated.
864         Use the marker bit to set the DISCONT flag on outgoing buffers.
865
866         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
867         (gst_rtp_gsm_depay_process):
868         Clean up caps negotiation.
869         Use the marker bit to set the DISCONT flag on outgoing buffers.
870
871         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
872         Clean up caps negotiation.
873         Don't ignore the return value of set_outcaps.
874
875         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
876         (gst_rtp_h263_depay_process):
877         Clean up caps negotiation.
878         No need to validate the buffer, the base class does that for us.
879
880         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
881         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
882         * gst/rtp/gstrtph263pay.h:
883         Don't ignore the return value of set_outcaps.
884         Do some more timestamps.
885
886         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
887         (gst_rtp_h263p_depay_process):
888         Clean up caps negotiation.
889         Don't ignore the return value of setcaps.
890         No need to validate the buffer, the base class does that for us.
891
892         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
893         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
894         (gst_rtp_h263p_pay_handle_buffer):
895         * gst/rtp/gstrtph263ppay.h:
896         Don't ignore the return value of set_outcaps.
897         Do some more timestamps.
898
899         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
900         (gst_rtp_h264_depay_process):
901         Clean up caps negotiation.
902         Don't ignore the return value of setcaps.
903         Fix possible caps leak.
904         No need to validate the buffer, the base class does that for us.
905
906         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
907         Add some more debug info.
908
909         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
910         (gst_rtp_ilbc_depay_process):
911         Clean up caps negotiation.
912         Use the marker bit to set the DISCONT flag on outgoing buffers.
913
914         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
915         Clean up caps negotiation.
916
917         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
918         (gst_rtp_mp1s_depay_process):
919         Clean up caps negotiation.
920         Don't ignore the return value of setcaps.
921         No need to validate the buffer, the base class does that for us.
922         No need to set caps on buffers, subclass does that for us.
923
924         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
925         (gst_rtp_mp2t_depay_process):
926         Clean up caps negotiation.
927         Don't ignore the return value of setcaps.
928         No need to validate the buffer, the base class does that for us.
929         No need to set caps on buffers, subclass does that for us.
930
931         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
932         (gst_rtp_mp4a_depay_process):
933         Clean up caps negotiation.
934         Don't ignore the return value of setcaps.
935         No need to validate the buffer, the base class does that for us.
936
937         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
938         (gst_rtp_mp4a_pay_setcaps):
939         Don't ignore the return value of set_outcaps.
940
941         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
942         (gst_rtp_mp4g_depay_process):
943         Clean up caps negotiation.
944         Don't ignore the return value of setcaps.
945         No need to validate the buffer, the base class does that for us.
946         No need to set caps on buffers, subclass does that for us.
947
948         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
949         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
950         Don't ignore the return value of set_outcaps.
951
952         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
953         (gst_rtp_mp4v_depay_process):
954         Clean up caps negotiation.
955         Don't ignore the return value of setcaps.
956         No need to validate the buffer, the base class does that for us.
957         No need to set caps on buffers, subclass does that for us.
958
959         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
960         (gst_rtp_mp4v_pay_setcaps):
961         Don't ignore the return value of set_outcaps.
962
963         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
964         (gst_rtp_mpa_depay_process):
965         Clean up caps negotiation.
966         Don't ignore the return value of setcaps.
967         No need to validate the buffer, the base class does that for us.
968         Use the marker bit to set the DISCONT flag on outgoing buffers.
969
970         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
971         Don't ignore the return value of set_outcaps.
972
973         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
974         (gst_rtp_mpv_depay_process):
975         Clean up caps negotiation.
976         Actually set output caps.
977         No need to validate the buffer, the base class does that for us.
978
979         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
980         Don't ignore the return value of set_outcaps.
981
982         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
983         (gst_rtp_pcma_depay_process):
984         Clean up caps negotiation.
985         Set output buffer duration because we can.
986         Use the marker bit to set the DISCONT flag on outgoing buffers.
987
988         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
989         Don't ignore the return value of set_outcaps.
990
991         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
992         (gst_rtp_pcmu_depay_process):
993         Clean up caps negotiation.
994         Use the marker bit to set the DISCONT flag on outgoing buffers.
995
996         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
997         Don't ignore the return value of set_outcaps.
998
999         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1000         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1001         Clean up caps negotiation.
1002         Set output caps on the pad and header buffers.
1003         Set duration on output buffers because we can.
1004
1005         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1006         Don't ignore the return value of set_outcaps.
1007
1008         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1009         (gst_rtp_sv3v_depay_process):
1010         Clean up caps negotiation.
1011         No need to validate the buffer, the base class does that for us.
1012         No need to set caps out output buffers, subclass does that.
1013
1014         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1015         (gst_rtp_theora_depay_process):
1016         Don't ignore the return value of setcaps.
1017         No need to validate the buffer, the base class does that for us.
1018
1019         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1020         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1021         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1022         (gst_rtp_theora_pay_handle_buffer):
1023         Don't ignore the return value of set_outcaps.
1024
1025         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1026         (gst_rtp_vorbis_depay_process):
1027         Don't ignore the return value of setcaps.
1028         No need to validate the buffer, the base class does that for us.
1029
1030         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1031         Don't ignore the return value of set_outcaps.
1032
1033         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1034         Clean up caps negotiation, don't ignore setcaps return.
1035
1036         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1037         Don't ignore the return value of set_outcaps.
1038
1039 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1040
1041         * gst/matroska/matroska-demux.c:
1042         (gst_matroska_demux_handle_src_event):
1043         Forward unknown events upstream.
1044
1045 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1046
1047         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1048         Add some refcount check
1049
1050         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1051         Don't ignore the result of write(), fixes a  compiler warning for me.
1052
1053         * tests/icles/videobox-test.c: (main):
1054         Make the output a little more pretty.
1055
1056 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1057
1058         * ext/esd/esdmon.c:
1059           Add doc blob.
1060
1061 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1062
1063         * docs/plugins/Makefile.am:
1064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1066         * docs/plugins/gst-plugins-good-plugins.args:
1067         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1068         * docs/plugins/gst-plugins-good-plugins.interfaces:
1069         * docs/plugins/inspect/plugin-autodetect.xml:
1070           Add the docs of the new elements.
1071
1072 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1073
1074         * gst/autodetect/gstautoaudiosrc.c:
1075         (gst_auto_audio_src_class_init):
1076         * gst/autodetect/gstautovideosrc.c:
1077         (gst_auto_video_src_class_init):
1078         Fix "Since" tags in the documentation.
1079
1080 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1083
1084         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1085         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1086         Add support for souphttpsrc to act as a live source. This makes it
1087         possible to get timestamped buffers in combination with the
1088         "do-timestamp" property. Fixes bug #556019.
1089
1090 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1091
1092         * gst/autodetect/Makefile.am:
1093         * gst/autodetect/gstautoaudiosink.c:
1094         * gst/autodetect/gstautoaudiosrc.c:
1095         * gst/autodetect/gstautoaudiosrc.h:
1096         * gst/autodetect/gstautodetect.c:
1097         * gst/autodetect/gstautovideosink.c:
1098         * gst/autodetect/gstautovideosrc.c:
1099         * gst/autodetect/gstautovideosrc.h:
1100           Implement src plugins. Little code/string cleanup in the sinks.
1101           Fixes #523813.
1102
1103 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1104
1105         Patch by: Peter Kjellerstedt <pkj at axis com>
1106
1107         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1108         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1109         Fix a memory leak when pads are requested but the pipeline never
1110         goes into PLAYING.
1111
1112         Correctly remove request pads, no matter if they have collected
1113         data or not.
1114
1115         Fixes bug #557710.
1116
1117 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1118
1119         Patch by: <lrn1986 at gmail dot com>
1120
1121         * gst/udp/gstudpnetutils.h:
1122         Define the correct WINVER so getaddinfo() can be used when using
1123         mingw32. Fixes bug #557294.
1124
1125 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1126
1127         Patch by: <lrn1986 at gmail dot com>
1128
1129         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1130         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1131         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1132         Fix "argument type mismatch" compiler warnings on Windows.
1133         Fixes bug #557293.
1134
1135 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1136
1137         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1138         Don't calculate the filter coefficients for every single buffer
1139         but only when it's needed. Fixes bug #557260.
1140
1141 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1142
1143         * configure.ac:
1144         Back to development -> 0.10.11.1
1145
1146 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1147
1148         * gst-plugins-good.doap:
1149         Fix version number of 0.10.11 release in doap file
1150
1151 === release 0.10.11 ===
1152
1153 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1154
1155         * configure.ac:
1156           releasing 0.10.11, "Secondary Consideration"
1157
1158 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1159
1160         * configure.ac:
1161         Commit 0.10.10.4 pre-release
1162
1163 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1164
1165         * gst/avi/gstavimux.c:
1166         Fix VPRP chunk setup in avimux.
1167         Fixes: #556010
1168         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1169
1170 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1171
1172         * gst/videobox/gstvideobox.c:
1173         support dynamically changing properties in videobox
1174         Fixed: #557085
1175         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1176
1177 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1178
1179         * configure.ac:
1180         0.10.10.3 pre-release
1181
1182 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1183
1184         * tests/check/Makefile.am:
1185         Don't run the states test on pulsesrc and pulsesink
1186
1187 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1188
1189         * configure.ac:
1190         Commit 0.10.10.2 pre-release bump that actually went
1191         out on 2008-10-11
1192
1193 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1194
1195         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1196         Skip entries for streams that don't have a output pad yet, thereby
1197         avoiding calling pad functions with a NULL pad.
1198         Fixes #556424
1199
1200 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1201
1202         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1203         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1204         Remove problematic and useless refcount check.
1205         Fixes #556381
1206
1207 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1208
1209         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1210         Remove problematic and useless refcount check.
1211         Fixes #556381
1212
1213 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1214
1215         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1216         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1217         Cast some size_t arguments to guint to avoid compiler
1218         warnings on 64-bit systems.
1219
1220 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1221
1222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1223         Return TRUE instead of FALSE from the event handler when we swallowed the
1224         event.
1225
1226 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1227
1228         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1229         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1230         Reset header state. Fixes #555321.
1231
1232 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1233
1234         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1235         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1236         * gst/avi/gstavidemux.h:
1237         For timestamping audio packets we need to take into account the
1238         amount of blocks in one entry using the blockalign. Fixes some sync
1239         issues with zero-padded audio blocks in the beginning of avi files.
1240
1241 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1242
1243         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1244         (gst_multi_file_src_query):
1245         Implement DEFAULT and BUFFER position queries. See #555260.
1246
1247 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1248
1249         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1250         Fix build for systems that don't have XDamage.
1251
1252 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1253
1254         * tests/examples/rtp/client-H263p.sdp:
1255         * tests/examples/rtp/client-H263p.sh:
1256         * tests/examples/rtp/server-VTS-H263p.sh:
1257         Add some more H263p server and client examples.
1258
1259 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1260
1261         * configure.ac::
1262           Depend on released versions of core and base.
1263
1264 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1265
1266         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1267         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1268         Return -1 instead of 0 in error cases. Fixes #554771.
1269
1270 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1271
1272         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1273         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1274         Stop leaking the cursor image.
1275         Unref the last_ximage and the cached cursor image on shutdown.
1276         Fixes #551570.
1277
1278 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1279
1280         * sys/v4l2/gstv4l2object.h:
1281         Getting the Class from an instance is not just a matter of casting it to
1282         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1283         instance. Fixes #549784.
1284
1285 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1286
1287         * configure.ac:
1288           Fix libs for linking directsound.
1289         * sys/directsound/gstdirectsoundsink.c:
1290           Fix buffer sizing to prevent racing the ringbuffer at startup.
1291           Add volume property.
1292
1293 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1294
1295         * ext/pulse/pulsesink.c:
1296         Fix problems with pulsesink randomly erroring with code 'OK' after a
1297         format change on the stream by waiting when disconnecting the stream.
1298
1299 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1300
1301         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1302         (gst_rtp_amr_depay_process):
1303         Mark DISCONT on output buffers when the marker bit signals a new talk
1304         spurt.
1305
1306         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1307         Set the marker bit for buffers with a DISCONT flag to signal a talk
1308         spurt.
1309
1310 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1311
1312         * gst/rtp/Makefile.am:
1313         * gst/rtp/gstrtp.c: (plugin_init):
1314         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1315         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1316         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1317         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1318         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1319         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1320         * gst/rtp/gstrtpmp4apay.h:
1321         Added MP4A-LATM payloader to match the depayloader.
1322
1323 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1324
1325         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1326         (gst_videomixer_sink_event):
1327         Handle segments a little better. Fixes #537361.
1328
1329 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1330
1331         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1332         Don't assume the server supports PAUSE by default. Fixes #551048.
1333
1334 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1335
1336         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1337         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1338         Switch on the socket family to get the addrlen size right.
1339
1340 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1341
1342         Patch by: Daniel Franke <df at dfranke dot us>
1343
1344         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1345         OS X's bind() implementation is picky about its addrlen parameter and
1346         fails with EINVAL if it is larger than expected for the socket's address
1347         family. Set the length to the expected length instead. Fixes #553191.
1348
1349 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1350
1351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1352         Handle the case where we cannot do desribe or when the describe result
1353         does not contain a valid SDP message.
1354
1355 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1356
1357         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1358         Fix setting the qos.
1359
1360 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1361
1362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1363         (gst_qtdemux_chain):
1364         Some 'broken' files out there have atom lengths of zero...
1365         which basically results in qtdemux consuming that atom again and again
1366         until the *end of night* !
1367         Detect that and emits an adequate element error message.
1368
1369 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1370
1371         * gst/interleave/Makefile.am:
1372         * gst/matroska/Makefile.am:
1373         Fix build flags order.
1374
1375         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1376         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1377         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1378         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1379         Format fixes.
1380
1381         * tests/check/elements/multifile.c:
1382         Pull in unistd.h
1383
1384 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1387         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1388         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1389         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1390         (gst_rtp_mp4g_depay_change_state):
1391         * gst/rtp/gstrtpmp4gdepay.h:
1392         Handle interleaved streams by reordering AU in a queue.
1393
1394 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1395
1396         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1397         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1398         Change some of the ranges in the caps, mostly for the amount of bits we
1399         can use.
1400         Added a little bitstream parse and use it to parse the AU header fields.
1401         Check for malformed and wrongly sized packets better.
1402         Implement more header field parsing.
1403         Handle the size of fragmented packets correctly.
1404
1405 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1406
1407         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1408         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1409         Add mapping for 'tiff' => image/tiff
1410         Fixes #552213
1411
1412 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1413
1414
1415         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1416         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1417           Pretend to care about the result of write() which works around
1418           compiler warnings.
1419
1420 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1421
1422         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1423           Make sure the desired default values are actually set, not only
1424           registered as defaults (actual problem is that the stereo-specific
1425           values are only updated if channels==2, which is not the case yet
1426           when the object is created, so the default values for the
1427           mid-side-stereo and loose-mid-side-stereo settings are never
1428           set in _update_quality()). Makes flacenc create smaller files by
1429           default (for stereo input), and fixes #550791.
1430
1431 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1432
1433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1434         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1435         (qtdemux_parse_trak), (qtdemux_video_caps):
1436         * gst/qtdemux/qtdemux.h:
1437         * gst/qtdemux/qtdemux_fourcc.h:
1438         * gst/qtdemux/qtdemux_types.c:
1439         Add support for video/mj2 mime-type and its additional atoms/boxes.
1440         Fixes #550646.
1441
1442 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1443
1444         * gst/debug/gsttaginject.c:
1445           Add warning when tags parameter is unparsable and give example for
1446           quoting in the docs.
1447
1448 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1449
1450         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1451         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1452         Add some alternative byteswapped mappings that seem to pop up sometimes.
1453         Fixes #550288.
1454
1455 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1456
1457         * po/LINGUAS:
1458         * po/POTFILES.in:
1459         * po/POTFILES.skip:
1460           Add 'ca' to LINGUAS; add some more files with translations and some
1461           files which should be ignored by translation tools.
1462
1463 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1464
1465         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1466         * ext/speex/gstspeexdec.h:
1467         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1468         * ext/speex/gstspeexenc.h:
1469         Use integer encoding and decoding functions instead of converting
1470         the integer input to float in the element. The libspeex integer
1471         functions are doing this for us already or, if libspeex was compiled
1472         in integer mode, they're doing everything using integer arithmetics.
1473         Also saves some copying around.
1474
1475 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1476
1477         * configure.ac:
1478           Fix --disable-external
1479
1480 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1481
1482         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1483         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1484         * ext/wavpack/gstwavpackenc.h:
1485         Handle non-zero start timestamps and stream discontinuities
1486         correctly. This only has an effect if we're muxing into
1487         a container format as the raw WavPack stream must contain
1488         continous sample numbers.
1489
1490 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1491
1492         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1493         Correct the timestamp and granulepos calculation by one Speex
1494         frame.
1495
1496 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1497
1498         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1499         Correctly take the granulepos from upstream if possible and
1500         correctly handle the granulepos in various calculations: the
1501         granulepos is the sample number of the _last_ sample in a frame, not
1502         the first.
1503
1504         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1505         (gst_speex_enc_encode), (gst_speex_enc_chain),
1506         (gst_speex_enc_change_state):
1507         * ext/speex/gstspeexenc.h:
1508         Handle non-zero start timestamps in the encoder and detect/handle
1509         stream discontinuities. Fixes bug #547075.
1510
1511 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1512
1513         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1514
1515         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1516         Fix compiler warnings caused by passing a string as format string
1517         instead of "%s" and then the string. This is only exposed by -Wformat=2
1518         as used by default on Ubuntu. Fixes bug #550015.
1519
1520 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1521
1522         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1523         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1524         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1525         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1526         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1527           (gst_ebml_read_element_length):
1528         * gst/matroska/matroska-demux.c:
1529           (gst_matroska_demux_check_subtitle_buffer):
1530           Make stuff compile with GST_DISABLE_GST_DEBUG.
1531
1532 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1533
1534         * gst/law/alaw.c:
1535         * gst/law/mulaw.c:
1536           Ref caps before passing to gst_pad_template_new(), since that takes
1537           ownership.
1538
1539 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1540
1541         Patch by: Mersad Jelacic <mersad at axis dot com>
1542
1543         * gst/multipart/multipartdemux.c:
1544         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1545         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1546         demuxer. Fixes #549551.
1547
1548 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1549
1550         * sys/osxaudio/gstosxaudiosink.c:
1551         (gst_osx_audio_sink_select_device):
1552         * sys/osxaudio/gstosxaudiosrc.c:
1553         (gst_osx_audio_src_create_ringbuffer),
1554         (gst_osx_audio_src_select_device):
1555         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1556         Fix the build on macosx.
1557
1558 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1559
1560         * gst/icydemux/gsticydemux.c:
1561           Small docs fix: in the example pipeline, we need to pass
1562           iradio-mode=true to the source, so the server actually sends
1563           an ICY stream.
1564
1565 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1566
1567         * sys/osxaudio/gstosxaudio.c:
1568           Oops. Revert more completely.
1569
1570 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1571
1572         * sys/osxaudio/gstosxaudio.c:
1573           Revert accidental element rename from testing.
1574
1575 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1576
1577         * gst-plugins-good.doap:
1578         Pull in 0.10.10 doap entry from release branch
1579
1580 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1581
1582         * configure.ac:
1583         Update version number to reflect 0.10.10 release from
1584         branch.
1585
1586 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1587
1588         * sys/osxaudio/Makefile.am:
1589         * sys/osxaudio/gstosxaudio.c:
1590         * sys/osxaudio/gstosxaudiosink.c:
1591         * sys/osxaudio/gstosxaudiosink.h:
1592         * sys/osxaudio/gstosxaudiosrc.c:
1593         * sys/osxaudio/gstosxaudiosrc.h:
1594         * sys/osxaudio/gstosxringbuffer.c:
1595         * sys/osxaudio/gstosxringbuffer.h:
1596           Rewrite caps setting and ring buffer initialisation.
1597           Previously we never told CoreAudio what format we were going to send it,
1598           so it only worked due to luck, and not at all on some hardware.
1599           Now we explicitly advertise what formats the hardware supports, and then
1600           configure the selected one correctly.
1601
1602 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1603
1604         * sys/v4l2/gstv4l2object.c:
1605         * sys/v4l2/gstv4l2src.c:
1606         * sys/v4l2/gstv4l2src.h:
1607         * sys/v4l2/v4l2_calls.c:
1608         * sys/v4l2/v4l2src_calls.c:
1609           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1610           need to memset instance structures. Some more FIXME's and comments.
1611
1612 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * tests/icles/.cvsignore:
1615           Ignore more.
1616
1617 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1618
1619         * gst/goom/.cvsignore:
1620         * gst/goom2k1/.cvsignore:
1621           Ignore files.
1622
1623 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1624
1625         * ext/cairo/gsttextoverlay.c:
1626           Fix compiler warning.
1627
1628 2008-08-25  David Schleef  <ds@schleef.org>
1629
1630         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1631
1632 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1633
1634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1635         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1636         * gst/matroska/matroska-mux.c:
1637         (gst_matroska_mux_video_pad_setcaps),
1638         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1639         Add Real[Audio|Video] support to Matroska containers.
1640         It works fine for:
1641         * decoding real audio/video streams contained in mkv
1642         * 'transmuxing' real (.rm) files into .mkv files
1643         It will not work though for encoding real[audio/video] streams that
1644         don't contain the 'mdpr_data' extra data on the caps.
1645         The reason why this will not work is because I never intended to
1646         duplicate virtually all the 'mdpr' block creation into mkvmux.
1647         Fixes #536067
1648
1649 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1652         * gst/law/mulaw-conversion.c:
1653         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1654         (gst_mulawenc_chain):
1655         The encoder can't really renegotiate at the time they perform a
1656         pad-alloc so make the srcpads use fixed caps.
1657         Check the buffer size after a pad-alloc because the returned size might
1658         not be right when the downstream element does not know the size of the
1659         new buffer (capsfilter). Fixes #549073.
1660
1661 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1664
1665         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1666         v4l2src doesn't have a property named "norm" so don't try to notify
1667         about changes to that property. The "norm" property and related
1668         code are commented out currently. Fixes bug #549090.
1669
1670 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1671
1672         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1673
1674         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1675         Reprobe devices again instead of taking a cached list as new
1676         devices could've been plugged in. Fixes bug #549062.
1677
1678 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1679
1680         * gst/autodetect/Makefile.am:
1681         Don't link the autodetect plugin with GConf as it doesn't
1682         use GConf. Fixes bug #545463.
1683
1684 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1685
1686         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1687         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1688         (gst_ebml_read_sint), (gst_ebml_read_float),
1689         (gst_ebml_read_header):
1690         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1691         possible to ignore errors and not post any ERROR messages on
1692         the bus.
1693
1694         * gst/matroska/matroska-demux.c:
1695         (gst_matroska_demux_parse_contents):
1696         Ignore any errors and not just EOS when parsing the contents of
1697         a SeekHead. Errors here are usually caused by truncated files
1698         and playback of the file works fine. Fixes playback of the
1699         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1700         archive.
1701
1702 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1703
1704         * gst/multipart/multipartdemux.c:
1705         * gst/multipart/multipartmux.c:
1706         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1707
1708 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1709
1710         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1711           gst_directdraw_sink_bufferpool_clear):
1712           Fix two more buffer ref leaks.
1713
1714 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1715
1716         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1717
1718         * sys/directdraw/gstdirectdrawsink.c:
1719           (gst_directdraw_sink_show_frame):
1720           Fix buffer ref leak.
1721
1722 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1723
1724         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1725         Revert the last commit. wavenc still supports width!=depth for 32 bit
1726         width. Thanks Tim.
1727
1728 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         * gst/matroska/matroska-demux.c:
1731         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1732         If the duration of a block is unknown only use the timestamp for the
1733         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1734         laces. Otherwise every lace has the same timestamp which leads to
1735         various problems. Really fixes bug #548831.
1736
1737 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1738
1739         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1740         If we're not allowing width!=depth in wavenc we should also disable
1741         the code that was added to support width!=depth.
1742
1743 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1744
1745         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1746         Don't calculate the default duration of a frame from the audio sampling
1747         rate. This only works for raw audio if every frame contains a single
1748         sample and results in broken buffer durations for other formats
1749         if no specified default duration is given or the blocks have no
1750         duration. Fixes bug #548831.
1751
1752 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1753
1754         * gst/matroska/matroska-demux.c:
1755         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1756         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1757         are used for text/plain subtitles as a gap-filler in some files.
1758
1759 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1760
1761         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1762         (gst_v4l2_get_caps_info):
1763         Add S910 and PWC formats with a low priority.
1764
1765         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1766         (gst_v4l2src_probe_caps_for_format):
1767         Add more debugging.
1768
1769 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1770
1771         * ext/flac/gstflacenc.c:
1772           Fix compilation against older libflac versions.
1773
1774 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1775
1776         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1777         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1778         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1779         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1780         (gst_pulsemixer_ctrl_set_volume):
1781         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1782         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1783         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1784         (gst_pulsesink_init), (gst_pulsesink_open),
1785         (gst_pulsesink_prepare), (gst_pulsesink_write),
1786         (gst_pulsesink_delay), (gst_pulsesink_reset):
1787         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1788         (gst_pulsesrc_init):
1789         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1790         Fix a locking issue in pulsesink's prepare function.
1791
1792         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1793         Check if the created channel layout is valid for GStreamer.
1794
1795 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1796
1797         * gst/rtsp/gstrtspgoogle.c:
1798         Things that can happen when your brain is in google mode trying to
1799         deal with their google rtsp server extensions and trying to type your
1800         google mail account.
1801
1802 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1803
1804         * gst/rtsp/Makefile.am:
1805         * gst/rtsp/gstrtsp.c: (plugin_init):
1806         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1807         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1808         (_do_init), (gst_rtsp_google_base_init),
1809         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1810         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1811         (gst_rtsp_google_extension_init):
1812         * gst/rtsp/gstrtspgoogle.h:
1813         Add google RTSP extension, it can only handle udp and responds with
1814         unsupported if we do anything else. Fixes #546465.
1815
1816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1817         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1818         (gst_rtspsrc_create_transports_string),
1819         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1820         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1821         Make transport setup code a bit better using GString.
1822         Add some more debug.
1823         Check for closed connections before doing anything on them.
1824
1825 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1826
1827         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1828         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1829         (gst_pulsesrc_prepare):
1830         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1831         (gst_pulse_channel_map_to_gst):
1832         * ext/pulse/pulseutil.h:
1833         If downstream provides no channel layout and >2 channels should be
1834         used use the default layout that pulseaudio chooses and also
1835         add this layout to the caps. Fixes bug #547258.
1836
1837 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1838
1839         Patch by: Peter Kjellerstedt <pkj at axis com>
1840
1841         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1842         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1843         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1844         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1845         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1846         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1847         (gst_udpsrc_set_property):
1848         Avoid leaking internally allocated file descriptors when setting
1849         custom file descriptors. Fixes #543101.
1850
1851 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1852
1853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1854         Don't try to configure RTCP back to the server when the server did not
1855         give us a valid port number.
1856
1857 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1858
1859         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1860         Use new basetransform method to renegotiate. Fixes #544956.
1861
1862         * tests/icles/Makefile.am:
1863         * tests/icles/videobox-test.c: (make_pipeline), (main):
1864         Add videobox renegotiation example.
1865
1866 2008-08-19  David Schleef  <ds@schleef.org>
1867
1868         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1869         with sane values.  Fixes #548530.
1870
1871 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1872
1873         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1874         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1875         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1876         are already filled with the correct values by
1877         gst_ring_buffer_parse_caps() so there's no need to set them again
1878         with wrong values.
1879
1880 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1881
1882         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1883         (gst_avi_demux_read_subindexes_push):
1884         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1885         and instead of using the 'ix##' nomenclature, use '##ix'.
1886         They're still valid though, this fixes the duration and indexes for
1887         virtually all the ODML files I have.
1888
1889 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1890
1891         Patch by: Olivier Crete <tester at tester dot ca>
1892
1893         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1894         (gst_rtp_vorbis_depay_process):
1895         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1896         Update the vorbis RTP pay/depay to RFC 5215.
1897         Fixes #547842.
1898
1899 2008-08-14  David Schleef  <ds@schleef.org>
1900
1901         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1902           with 3:2 pulldown, i.e., 24p.
1903
1904 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1905
1906         * tests/check/elements/level.c: (GST_START_TEST):
1907         Fix compilation some more.
1908
1909 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1910
1911         * configure.ac::
1912           Require -base CVS for wavparse acid chunk parsing.
1913
1914 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1917         (gst_pulsesink_init), (gst_pulsesink_finalize),
1918         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1919         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1920         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1921         * ext/pulse/pulsesink.h:
1922         Add "device-name" property to pulsesink too and currently commented
1923         out and not working support for a "volume" property.
1924
1925 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1926
1927         * configure.ac:
1928         Remove more cdio stuff (moved to ugly)
1929
1930 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1931
1932         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1933
1934         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1935         (gst_pulsesrc_get_property):
1936         Add "device-name" property, which provides a human readable string
1937         for the audio device, to make it more consisten with other audio
1938         sources. Fixes bug #547519.
1939
1940 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1941
1942         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1943         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1944         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1945         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1946         * ext/pulse/pulsemixerctrl.h:
1947         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1948         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1949         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1950         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1951         * ext/pulse/pulseprobe.h:
1952         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1953         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1954         (gst_pulsesrc_change_state):
1955         Improve debugging a bit by including the parent object in pulsemixerctrl
1956         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1957         GST_WARNING.
1958
1959         Use the parent GObject subclass instead of a random struct as GObject
1960         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1961         when probing for another property than "device".
1962
1963 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1966
1967         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1968         Fix property probing after the device property is set by calling
1969         set_server when the server property changes. Fixes bug #547518.
1970
1971 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1972
1973         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1974
1975         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1976         (gst_pulsesink_implements_interface_init),
1977         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1978         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1979         (gst_pulsesink_get_type):
1980         * ext/pulse/pulsesink.h:
1981         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1982         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1983         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1984         * ext/pulse/pulsesrc.h:
1985         Implement GstPropertyProbe interface on pulsesink for detecting
1986         sink devices and on pulsesrc for detecting source devices.
1987         Fixes bugs #547227 and #547217.
1988
1989 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1990
1991         * gst/spectrum/gstspectrum.c:
1992           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1993
1994 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1995
1996         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1997         Properly set the maximum latency value, in the same way it is done in
1998         v4lsrc.
1999         * sys/v4l2/v4l2src_calls.c:
2000         Simplify fraction equality check, no need to use GValues for this.
2001
2002 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2003
2004         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2005         Add warning messages stating exactly why the latency query failed.
2006         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2007         In some cases, the negotiated framerate might be the default one which
2008         is already set internally. But we still need to mark it down in fps_n
2009         and fps_d so that the latency query can happen properly.
2010
2011 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2012
2013         * docs/plugins/inspect/plugin-1394.xml:
2014         Whoops, forgot one doc file for people who can't/don't build the
2015         raw1394 plugin.
2016
2017 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2018
2019         * docs/plugins/Makefile.am:
2020         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2021         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2022         * docs/plugins/inspect/plugin-cdio.xml:
2023         * ext/Makefile.am:
2024         * ext/cdio/Makefile.am:
2025         * ext/cdio/gstcdio.c:
2026         * ext/cdio/gstcdio.h:
2027         * ext/cdio/gstcdiocddasrc.c:
2028         * ext/cdio/gstcdiocddasrc.h:
2029
2030         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2031         CDDA source to -ugly.
2032
2033         * po/LINGUAS:
2034         * po/POTFILES.in:
2035         * po/id.po:
2036         Pull in new translation from 0.10.9.2 release branch.
2037
2038 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2039
2040         * docs/plugins/Makefile.am:
2041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2043         * docs/plugins/gst-plugins-good-plugins.args:
2044         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2045         * docs/plugins/gst-plugins-good-plugins.interfaces:
2046         Integrate documentation for new hdv1394src element.
2047
2048 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2049
2050         * ext/raw1394/Makefile.am:
2051         * ext/raw1394/gst1394.c: (plugin_init):
2052         * ext/raw1394/gsthdv1394src.c: (_do_init),
2053         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2054         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2055         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2056         (gst_hdv1394src_from_raw1394handle),
2057         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2058         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2059         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2060         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2061         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2062         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2063         (gst_hdv1394src_uri_handler_init):
2064         * ext/raw1394/gsthdv1394src.h:
2065         mpeg2-ts (HDV) variant of firewire capture element.
2066         Fixes #350830
2067
2068 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2069
2070         * gst/level/gstlevel.c: (gst_level_message_new):
2071          Fix compilation (also known as the classic 'fix code that someone
2072          committed without compiling it first').
2073
2074 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2075
2076         * tests/check/elements/level.c:
2077           Add a test for level in stereo mode.
2078
2079 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2080
2081         * tests/examples/spectrum/demo-audiotest.c:
2082         * tests/examples/spectrum/demo-osssrc.c:
2083           Demo how to draw analyzer results synced to the clock.
2084
2085 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2086
2087         * gst/level/gstlevel.c:
2088           Little renaming (l -> level).
2089
2090         * gst/spectrum/gstspectrum.c:
2091         * gst/spectrum/gstspectrum.h:
2092           Also send full timestamp/duration details here.
2093
2094 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2095
2096         * gst/level/gstlevel.c:
2097         * gst/level/gstlevel.h:
2098           Send same timestamp/duration details as videoanalysis. This gives
2099           applications better chance to sync analysis results with playback.
2100
2101 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2102
2103         * gst/matroska/matroska-mux.c:
2104         (gst_matroska_mux_handle_sink_event),
2105         (flac_streamheader_to_codecdata):
2106         We need to drop one additional buffer for FLAC as the fLaC
2107         marker and STREAMINFO block are merged into one buffer in the caps.
2108
2109         Also don't pretend to support NEWSEGMENT events, otherwise we
2110         will most probably write some invalid data.
2111
2112 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2113
2114         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2115         (gst_matroska_mux_audio_pad_setcaps):
2116         Add support for muxing FLAC into Matroska containers.
2117         Fixes bug #311586.
2118
2119 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2120
2121         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2122         Actually provide the variables required for the format string.
2123
2124 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2125
2126         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2127         (gst_matroska_demux_element_send_event),
2128         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2129         * gst/matroska/matroska-demux.h:
2130         Close the current segment if we're doing a non-flushing seek and send
2131         the close-segment and the new segment of the seek from the streaming
2132         thread.
2133
2134 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2137         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2138         (gst_flac_enc_change_state):
2139         * ext/flac/gstflacenc.h:
2140         Handle non-zero start timestamps correctly, mark header packets as
2141         IN_CAPS and print a warning and suggest using audiorate if stream
2142         discontinuities are detected. When FLAC supports flushing the encoder
2143         somehow this should be done for discontinuities instead.
2144
2145         Remove some unused variables from the instance struct.
2146
2147 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2148
2149         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2150         If seeking failed return the appropiate return value to FLAC.
2151         Otherwise it thinks seeking was successfull and tries to rewrite
2152         parts of the headers which then get appended to the output.
2153
2154 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2155
2156         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2157
2158         * ext/esd/gstesd.c: (plugin_init):
2159         * ext/flac/gstflac.c: (plugin_init):
2160         * ext/shout2/gstshout2.c: (plugin_init):
2161         * ext/wavpack/gstwavpack.c: (plugin_init):
2162         * sys/oss/gstossaudio.c: (plugin_init):
2163         * sys/v4l2/gstv4l2.c: (plugin_init):
2164         Make sure gettext returns translations in UTF-8 encoding rather
2165         than in the current locale encoding (#546822).
2166
2167 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2168
2169         * ext/flac/gstflacdec.c:
2170         Add FIXME for 0.11 to simply output everything with width=32 as given
2171         by FLAC and let audioconvert handle the conversions instead of doing
2172         them in flacdec.
2173
2174 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2175
2176         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2177         When outputting a pad template range for the size, include a framerate
2178         range too, to avoid 'not a real subset of template caps' errors.
2179
2180 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2181
2182         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2183
2184         * ext/flac/Makefile.am:
2185         * ext/flac/gstflac.c: (plugin_init):
2186         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2187         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2188         (gst_flac_tag_dispose), (gst_flac_tag_init),
2189         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2190         (gst_flac_tag_change_state):
2191         * ext/flac/gstflactag.h:
2192         Port flactag to 0.10, add documentation for it and clean it up a bit.
2193         Fixes bug #413841.
2194
2195         * docs/plugins/Makefile.am:
2196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2198         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2199         * docs/plugins/gst-plugins-good-plugins.interfaces:
2200         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2201         * docs/plugins/inspect/plugin-flac.xml:
2202         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2203         * ext/flac/gstflacdec.h:
2204         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2205         * ext/flac/gstflacenc.h:
2206         Add flactag and flacenc to the documentation and mark
2207         the private parts of the flacdec instance structure as private.
2208
2209         Also use gst_element_class_set_details_simple() in flacdec and
2210         flacenc.
2211
2212 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2213
2214         * gst/qtdemux/qtdemux.c:
2215           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2216           for it but ffmpeg does not.
2217
2218 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2219
2220         * gst/wavparse/gstwavparse.c:
2221           Handle the list chunk and use gst_riff_parse_info() to parse the info
2222           sub-chunk.
2223
2224 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2225
2226         * gst/wavparse/gstwavparse.c:
2227           Handle the acid chunk and send tempo as part of tags. Other fields are
2228           interesting too, but need more tag-definitions. Fixes #545433.
2229
2230 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2231
2232         * gst/wavparse/gstwavparse.c:
2233           Refactor wavparse. Call _reset() from dispose() and move old code from
2234           dispose into reset. This way we don't leak taglists when we abort
2235           parsing. Fix some comments. Move code for skipping a chunk into extra
2236           function. Replace chunk sizes with a const to ease readability.         
2237
2238 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2239
2240         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2241
2242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2243         Improve udp port setup. Fixes #545710.
2244
2245 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2246
2247         * gst/rtp/Makefile.am:
2248         * gst/rtp/gstrtp.c: (plugin_init):
2249         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2250         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2251         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2252         (gst_rtp_mp1s_depay_set_property),
2253         (gst_rtp_mp1s_depay_get_property),
2254         (gst_rtp_mp1s_depay_change_state),
2255         (gst_rtp_mp1s_depay_plugin_init):
2256         * gst/rtp/gstrtpmp1sdepay.h:
2257         Add MP1S depayloader.
2258
2259         * gst/rtsp/URLS:
2260         Some more sample rtsp streams.
2261
2262 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2263
2264         * gst/rtsp/URLS:
2265         Add another URL.
2266
2267         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2268         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2269         Add some more debug info.
2270
2271 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2272
2273         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2274         Provide cbSize field for audio extra_data size, and take care to
2275         pad extra_data.
2276
2277 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2278
2279         * gst/qtdemux/qtdemux.c:
2280           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2281           TRUE.
2282
2283 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2284
2285         * gst/qtdemux/qtdemux.c:
2286         * gst/qtdemux/qtdemux_fourcc.h:
2287           Add keyword tag support. Fixes #520694 for qtdemux.
2288
2289 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2290
2291         * gst/qtdemux/qtdemux.c:
2292           Add support for tmpo tag (BPM).
2293
2294 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2295
2296         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2297         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2298         Set an estimate for the total number of samples that will be encoded
2299         if possible to help decoders if the streaminfo can't be rewritten
2300         later (like when muxing into Ogg containers).
2301
2302         Add a warning if we get header packets after data packets as those
2303         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2304         work.
2305
2306 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2307
2308         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2309         (gst_flac_dec_write):
2310         Support decoding of all depths between 4 and 32 bits and read the
2311         depth from the streaminfo header if needed. Also support all sampling
2312         rates between 1 and 655350 Hz.
2313
2314         * ext/flac/gstflacenc.c:
2315         (gst_flac_enc_caps_append_structure_with_widths),
2316         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2317         (gst_flac_enc_chain):
2318         * ext/flac/gstflacenc.h:
2319         Support encoding in all bit depths supported by the streamable
2320         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2321         between 1 Hz and 655350 Hz.
2322
2323 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2324
2325         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2326         (gst_flac_enc_sink_getcaps):
2327         Support encoding of up to 8 channels.
2328
2329 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2330
2331         * ext/soup/gstsouphttpsrc.c:
2332         * ext/soup/gstsouphttpsrc.h:
2333         Fix seeking race condition in #540300
2334         Patch By: Wouter Cloetens  <wouter at mind be>
2335
2336 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2337
2338         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2339         (gst_matroska_demux_element_send_event),
2340         (gst_matroska_demux_handle_seek_event),
2341         (gst_matroska_demux_handle_src_event):
2342         When receiving a SEEK event on a specific pad first search for a seek
2343         table entry for the stream of the pad and then fall back to an entry
2344         for a different stream.
2345
2346 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2347
2348         * configure.ac:
2349         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2350         * gst/matroska/matroska-ids.h:
2351         Build depend on core CVS for the attachment tag.
2352
2353 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2354
2355         * configure.ac:
2356         * gst/matroska/Makefile.am:
2357         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2358         (copy_backptr), (lzo1x_decode), (main):
2359         * gst/matroska/lzo.h:
2360         * gst/matroska/matroska-demux.c:
2361         (gst_matroska_demux_read_track_encoding),
2362         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2363         (gst_matroska_decode_buffer),
2364         (gst_matroska_decode_content_encodings),
2365         (gst_matroska_demux_read_track_encodings),
2366         (gst_matroska_demux_add_stream),
2367         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2368         * gst/matroska/matroska-ids.h:
2369         Decode the codec private data and following ContentEncoding if
2370         necessary.
2371
2372         Support bzip2, lzo and header stripped compression. For lzo use the
2373         ffmpeg lzo implementation as liblzo is GPL licensed.
2374         
2375         Fix zlib decompression.
2376
2377 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         * gst/matroska/matroska-mux.c:
2380         (gst_matroska_mux_audio_pad_setcaps):
2381         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2382         duration of a frame with the new mpegaudioversion caps field.
2383
2384 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2387         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2388         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2389         (gst_matroska_demux_stream_from_num),
2390         (gst_matroska_demux_tracknumber_unique),
2391         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2392         (gst_matroska_demux_handle_seek_event),
2393         (gst_matroska_demux_sync_streams),
2394         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2395         (gst_matroska_demux_loop):
2396         * gst/matroska/matroska-demux.h:
2397         Allow an infinite number of stream inside Matroska containers and use
2398         a GPtrArray for storing them instead of allowing "only" 127 streams.
2399
2400 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2401
2402         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2403         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2404         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2405         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2406         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2407         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2408         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2409         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2410         (gst_ebml_read_master), (gst_ebml_read_binary),
2411         (gst_ebml_read_header):
2412         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2413         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2414         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2415         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2416         (gst_ebml_replace_uint):
2417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2418         (gst_matroska_demux_read_track_encoding),
2419         (gst_matroska_demux_read_track_encodings),
2420         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2421         (gst_matroska_demux_send_event),
2422         (gst_matroska_demux_element_send_event),
2423         (gst_matroska_demux_handle_seek_event),
2424         (gst_matroska_demux_handle_src_event),
2425         (gst_matroska_demux_init_stream),
2426         (gst_matroska_demux_parse_tracks),
2427         (gst_matroska_demux_parse_index_cuetrack),
2428         (gst_matroska_demux_parse_index_pointentry),
2429         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2430         (gst_matroska_demux_parse_metadata_id_simple_tag),
2431         (gst_matroska_demux_parse_metadata_id_tag),
2432         (gst_matroska_demux_parse_metadata),
2433         (gst_matroska_demux_parse_attached_file),
2434         (gst_matroska_demux_parse_attachments),
2435         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2436         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2437         (gst_matroska_demux_push_flac_codec_priv_data),
2438         (gst_matroska_demux_push_xiph_codec_priv_data),
2439         (gst_matroska_demux_push_dvd_clut_change_event),
2440         (gst_matroska_demux_add_mpeg_seq_header),
2441         (gst_matroska_demux_add_wvpk_header),
2442         (gst_matroska_demux_check_subtitle_buffer),
2443         (gst_matroska_decode_buffer),
2444         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2445         (gst_matroska_demux_parse_cluster),
2446         (gst_matroska_demux_parse_contents_seekentry),
2447         (gst_matroska_demux_parse_contents),
2448         (gst_matroska_demux_loop_stream_parse_id),
2449         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2450         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2451         (gst_matroska_demux_subtitle_caps),
2452         (gst_matroska_demux_change_state):
2453         * gst/matroska/matroska-ids.c:
2454         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2455         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2456         (gst_matroska_mux_video_pad_setcaps),
2457         (xiph3_streamheader_to_codecdata),
2458         (vorbis_streamheader_to_codecdata),
2459         (theora_streamheader_to_codecdata),
2460         (gst_matroska_mux_audio_pad_setcaps),
2461         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2462         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2463         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2464         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2465         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2466         Fix indention everywhere. A broken indent version has added newlines
2467         after every single declaration some time ago.
2468
2469 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2470
2471         * gst/matroska/matroska-demux.c:
2472         (gst_matroska_demux_loop_stream_parse_id):
2473         If no Tracks are found error out instead of trying it again until the
2474         end of time.
2475
2476 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2477
2478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2479         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2480         bit and signed otherwise, not the other way around.
2481
2482 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2483
2484         * gst/matroska/matroska-mux.c:
2485         Add more raw YUV formats to the list of supported formats.
2486
2487 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2488
2489         * gst/matroska/matroska-mux.c:
2490         (gst_matroska_mux_audio_pad_setcaps):
2491         Add support for muxing raw float audio now that the spec defines the
2492         endianness and add support for muxing raw integer audio with 24 and
2493         32 bits.
2494
2495         Allow muxing of more than 8 audio channels.
2496
2497 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2498
2499         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2500         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2501         Add locking to the global array of used track UIDs to prevent random
2502         crashes if more than a single matrosmux instance is used.
2503
2504         Use 64 bit values for the track UIDs.
2505
2506         Use the global GRandom of GLib instead of creating our own one
2507         for the few random numbers we need every single time.
2508
2509 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2510
2511         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2512         (gst_flac_dec_setup_stream_decoder),
2513         (gst_flac_dec_update_metadata):
2514         Always post the audio-codec tag, not only if other tags are present.
2515
2516 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2517
2518         * configure.ac:
2519         Back to development -> 0.10.9.1
2520
2521 === release 0.10.9 ===
2522
2523 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2524
2525         * configure.ac:
2526           releasing 0.10.9, "Steam Train Rolling"
2527
2528 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2529
2530         * ext/soup/gstsouphttpsrc.c:
2531         Don't throw an error when soup completes a msg with status
2532         'cancelled', as that indicates we cancelled a request while
2533         shutting down or seeking, and it's not an error.
2534         Fixes: #540300 again.
2535
2536 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2537
2538         * configure.ac:
2539         0.10.8.4 pre-release
2540
2541 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2542
2543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2544         Fix segment-stop regression.
2545         Add documentation regarding segments in quicktime files by Wim Taymans.
2546         Fixes #544509
2547
2548 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2549
2550         * configure.ac:
2551         0.10.8.3 pre-release
2552
2553         * po/LINGUAS:
2554         * po/pt_BR.po:
2555         Add pt_BR translation
2556
2557 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2558
2559         * gst/goom/convolve_fx.c:
2560         * gst/goom/filters.c:
2561         * gst/goom/goom_config.h:
2562         * gst/goom/goom_core.c:
2563         * gst/goom/goom_tools.h:
2564           Fix build with MSVC: include glib.h to define inline appropriately,
2565           use header guards where needed.
2566         * gst/udp/gstudpnetutils.c:
2567         * gst/udp/gstudpsrc.c:
2568           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2569           g_snprintf rather than snprintf.
2570           Fixes #544433.
2571
2572 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2573
2574         * gst/debug/gsttaginject.c:
2575         * gst/debug/gsttaginject.h:
2576           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2577           partially.
2578
2579 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2580
2581         * configure.ac:
2582         0.10.8.2 pre-release
2583
2584 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2585
2586         * ext/Makefile.am:
2587         Finish hooking up pulseaudio plugin to the build.
2588
2589         * ext/pulse/pulsemixerctrl.c:
2590         Fix compilation error.
2591
2592 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2593
2594         * po/LINGUAS:
2595         * po/lt.po:
2596         Add new lithunian translation, and add french to the LINGUAS
2597         file.
2598
2599 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2600
2601         * ext/soup/gstsouphttpsrc.c:
2602         Fix Soup HTTP source seeking.
2603         Patch By: Wouter Cloetens  <wouter at mind be>
2604         Fixes: #540300
2605
2606         * tests/check/elements/.cvsignore:
2607         Ignore new check programs.
2608
2609 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2610
2611         * configure.ac:
2612         * docs/plugins/Makefile.am:
2613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2615         * docs/plugins/gst-plugins-good-plugins.args:
2616         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2617         * docs/plugins/gst-plugins-good-plugins.interfaces:
2618         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2619         * docs/plugins/inspect/plugin-interleave.xml:
2620         * docs/plugins/inspect/plugin-replaygain.xml:
2621         * tests/check/Makefile.am:
2622
2623         Move replaygain and interleave plugins from -bad.
2624         Fixes: #543406
2625         Fixes: #536228
2626
2627 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2628
2629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2630         (qtdemux_parse_trak):
2631         Revert ISO base media spec based pixel-aspect-ratio calculation.
2632         Fixes #543300.
2633
2634 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2635
2636         * sys/osxvideo/osxvideosink.m:
2637         Fix minor build issues on macosx.
2638         Fixes #543054
2639
2640 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2641
2642         * configure.ac::
2643         * ext/taglib/Makefile.am::
2644           Only use -Wno-attributes (which is there to work around a
2645           bug in the taglib 1.5 headers) if the c++ compiler actually
2646           supports it (#543255).
2647
2648 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2649
2650         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2651
2652         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2653           Avoid compiler warning by initialising variable to NULL (#543259).
2654
2655 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2656
2657         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2658         Don't pass NULL taglists to gst_tag_list_is_empty().
2659
2660 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2663         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2664         (rtp_pipeline_run):
2665         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2666         Don't use declarations after statements.
2667
2668 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2669
2670         * ext/jpeg/gstjpegdec.c:
2671         Align documentation with reality.
2672
2673 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2674
2675         * gst/udp/gstudpnetutils.c:
2676         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2677         old value (1) if it's not defined which should not cause any problems
2678         as we're using it internal only anyway.
2679
2680 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2681
2682         Patch by: Alessandro Decina <alessandro at nnva dot org>
2683
2684         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2685         Fix build of avidemux on big endian architectures.
2686
2687 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2688
2689         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2690
2691         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2692         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2693
2694 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2695
2696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2697         (qtdemux_parse_trak):
2698         Set pixel-aspect-ratio in caps using display width and height
2699         provided in track.
2700
2701 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2702
2703         * configure.ac:
2704         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2705         flags that are invalid for C++. Fixes bug #516509.
2706
2707 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2708
2709         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2710         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2711         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2713         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2714         * tests/examples/equalizer/demo.c: (message_handler):
2715         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2716         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2717         Don't use declarations after statements and variable length arrays.
2718
2719 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2720
2721         Patch by: Daniel Drake <dsd at gentoo dot org>
2722
2723         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2724         (gst_v4l2src_get_nearest_size):
2725         Try progressive video if interlaced fails. Fixes bug #541956
2726         and the usage of v4l2src on OLPC.
2727
2728 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2729
2730         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2731         (gst_rtp_speex_depay_process):
2732         * gst/rtp/gstrtpspeexdepay.h:
2733         Revert last change: Only the jitterbuffer is able to convert RTP to
2734         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2735         Reopens bug #541787.
2736
2737 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2738
2739         * gst/rtp/gstrtpvrawdepay.c:
2740           Include stdlib.h for atoi().
2741
2742         * gst/rtsp/gstrtspsrc.c:
2743           Use floating point math for latencies < 0 sec in log output.
2744
2745 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2746
2747         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2748
2749         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2750         (gst_rtp_speex_depay_process):
2751         * gst/rtp/gstrtpspeexdepay.h:
2752         Take timestamp from the RTP packet as a first step to fix problems
2753         with transmission over RTP when the network is not reliable.
2754         Fixes bug #541787.
2755
2756 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2757
2758         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2759
2760         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2761         Fix parsing of udp:// URIs containing IPv6 addresses.
2762         Fixes bug #541650.
2763
2764 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2765
2766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2767         Do not leak incoming buffers.
2768
2769 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2770
2771         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2772
2773         * configure.ac:
2774         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2775         for htons() and htonl(). Fixes bug #541412.
2776
2777 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2778
2779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2780         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2781         (gst_matroska_demux_element_query),
2782         (gst_matroska_demux_handle_src_query),
2783         (gst_matroska_demux_handle_seek_event):
2784         Handle position and duration query in DEFAULT format if the
2785         pad's track has a default frame duration set.
2786
2787         Fix seeking now that the segment's duration doesn't contain the
2788         (possibly wrong or inaccurate) duration of the Matroska file.
2789
2790 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2791
2792         * gst/matroska/ebml-read.c: (_ext2dbl):
2793         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2794         in math.h except on MSVC where it is defined in xmath.h.
2795         Fixes compilation with MSVC.
2796
2797 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2798
2799         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2800         (gst_matroska_demux_handle_src_query),
2801         (gst_matroska_demux_parse_info),
2802         (gst_matroska_demux_loop_stream_parse_id):
2803         * gst/matroska/matroska-demux.h:
2804         Don't set the segment duration to the duration from the Matroska
2805         header as this value could be wrong and is just informational.
2806
2807 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2808
2809         * gst/matroska/matroska-demux.c:
2810         (gst_matroska_demux_loop_stream_parse_id):
2811         If no Tracks element is found until the first Cluster is found
2812         search it and error out if none is found in the complete file.
2813
2814 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2815
2816         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2817         Resync non-subtitle tracks too if a too large gap compared to other
2818         tracks is detected.
2819
2820 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2821
2822         * gst/rtp/Makefile.am:
2823         * gst/rtp/gstrtp.c: (plugin_init):
2824         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2825         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2826         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2827         (gst_rtp_vraw_depay_change_state),
2828         (gst_rtp_vraw_depay_plugin_init):
2829         * gst/rtp/gstrtpvrawdepay.h:
2830         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2831         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2832         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2833         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2834         (gst_rtp_vraw_pay_plugin_init):
2835         * gst/rtp/gstrtpvrawpay.h:
2836         Add raw video pay and depayloaders, see RFC4175.
2837
2838 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2839
2840         * ext/libpng/gstpngdec.c:
2841         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2842         whatever it returned.
2843
2844 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2845
2846         * gst/avi/avi-ids.h:
2847         Add vprp chunk related structures.
2848         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2849         (gst_avi_demux_parse_stream):
2850         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2851         to caps.  Fixes #539482.
2852         * gst/avi/gstavimux.h:
2853         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2854         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2855         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2856
2857 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2858
2859         * tests/check/elements/avimux.c: (check_avimux_pad):
2860         Adjust avimux unit test according to increased streamheader size.
2861
2862 2008-06-27  David Schleef  <ds@schleef.org>
2863
2864         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2865
2866 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2867
2868         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2869         * gst/avi/gstavimux.h:
2870         Add 8 bytes to current streamheader to make for a complete one
2871         and to make more players happy.  Fixes #519460.
2872
2873 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2874
2875         * sys/v4l2/v4l2_calls.c::
2876           Don't include unused gstv4l2xoverlay.h. Fixes build
2877           in case where X11 headers are not installed.
2878
2879 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2880
2881         * ext/dv/gstdv.c: (plugin_init):
2882         Fix compilation.
2883
2884 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2885
2886         * ext/dv/gstdv.c: (plugin_init):
2887         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2888         DV decoder available.
2889         Fixes #532393
2890
2891 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2892
2893         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2894         Call getsockname() after the call to bind() to get updated values
2895         for the port, etc. This fixes the usage of udpsrc on anonymous
2896         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2897         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2898
2899 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2900
2901         * tests/check/pipelines/wavpack.c: (bus_handler):
2902         Remove workaround for a bug in identity that is fixed in 0.10.20.
2903
2904 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2905
2906         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2907
2908         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2909         Fix HTTP auth support with user/password passed via the URI.
2910         Fixes bug #540067.
2911
2912 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2913
2914         * configure.ac:
2915           Depend on released versions of core and -base.
2916
2917 2008-06-23  Julien Moutte  <julien@fluendo.com>
2918
2919         * gst/matroska/matroska-demux.c:
2920         (gst_matroska_demux_read_track_encoding),
2921         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2922         format strings in macros. (makes it build on OS X again...)
2923
2924 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2925
2926         * gst/rtp/gstrtptheorapay.c:
2927         * gst/udp/gstmultiudpsink.c:
2928           Added debug.
2929
2930 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2931
2932         * configure.ac: switch v4l2src over to the normal build instead of
2933         being 'experimental'. Fixes bug #536831.
2934
2935 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2936
2937         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2938         Remove unused variable so that we can compile again.
2939
2940 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2941
2942         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2943         No need to check for audio/G723 and audio/32KADPCM here as they are
2944         no longer supported.
2945
2946 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2947
2948         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2949         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2950         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2951         known length.
2952
2953 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2954
2955         * gst/matroska/matroska-demux.c:
2956         (gst_matroska_demux_add_wvpk_header),
2957         (gst_matroska_demux_audio_caps):
2958         * gst/matroska/matroska-ids.h:
2959         Fix demuxing of WavPack files. Muxing is still broken.
2960
2961 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2962
2963         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2964         (gst_matroska_demux_add_mpeg_seq_header),
2965         (gst_matroska_demux_add_wvpk_header),
2966         (gst_matroska_demux_check_subtitle_buffer),
2967         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2968         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2969         (gst_matroska_demux_subtitle_caps):
2970         * gst/matroska/matroska-ids.h:
2971         Add a "vfunc" to the track context for postprocessing frames and
2972         convert the wavpack and subtitle postprocessing to this vfunc.
2973         Copy buffer flags in those functions to the new buffers too.
2974
2975         Parse CodecState elements of Blocks.
2976
2977         Add a postprocessing function for MPEG video that adds the sequence
2978         header from the codec private data or codec state to the frames if
2979         it's not already there.
2980
2981 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2982
2983         * gst/matroska/matroska-demux.c:
2984         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2985         If a gap of more than 1/2 second is found in one stream send a
2986         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2987         This also fixes Matroska files where the first buffer doesn't start
2988         at timestamp 0. Fixes bug #429322.
2989
2990         The duration of a block is the default duration multiplied with the
2991         number of laces. Every lace is one frame and the default duration
2992         is the duration of one frame. This fixes playback of files that use
2993         lacing for some tracks.
2994
2995 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2996
2997         * gst/matroska/matroska-demux.c:
2998         (gst_matroska_demux_parse_contents_seekentry):
2999         Update FIXME/TODOs and only ignore EOS at the central, important place
3000         instead of several places.
3001
3002 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3003
3004         * gst/rtp/gstrtpg726pay.c:
3005         Fix caps, See #538891.
3006
3007 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3008
3009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3010         (gst_matroska_demux_stream_from_num),
3011         (gst_matroska_demux_encoding_cmp),
3012         (gst_matroska_demux_encoding_order_unique),
3013         (gst_matroska_demux_read_track_encoding),
3014         (gst_matroska_demux_read_track_encodings),
3015         (gst_matroska_demux_tracknumber_unique),
3016         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3017         (gst_matroska_demux_parse_tracks),
3018         (gst_matroska_demux_parse_index_cuetrack),
3019         (gst_matroska_demux_parse_index_pointentry),
3020         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3021         (gst_matroska_demux_parse_metadata_id_simple_tag),
3022         (gst_matroska_demux_parse_metadata_id_tag),
3023         (gst_matroska_demux_parse_metadata),
3024         (gst_matroska_demux_parse_attached_file),
3025         (gst_matroska_demux_parse_attachments),
3026         (gst_matroska_demux_parse_chapters),
3027         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3028         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3029         (gst_matroska_demux_parse_cluster),
3030         (gst_matroska_demux_parse_contents_seekentry),
3031         (gst_matroska_demux_parse_contents),
3032         (gst_matroska_demux_loop_stream_parse_id),
3033         (gst_matroska_demux_loop):
3034         Improve debug output everywhere and fix the EOS logic.
3035
3036         Check the values of the ContentEncoding elements more strictly and
3037         don't use tracks for which it's invalid.
3038
3039         Check that the track number is unique for this stream.
3040
3041         Check that seek positions are below G_MAXINT64 as our seeks are
3042         int64-based and overflows will fail badly.
3043
3044         After seeks also don't push SimpleBlocks until the first one
3045         containing a keyframe is found. Before this was done only for normal
3046         Blocks.
3047
3048         Update some FIXME/TODOs.
3049         
3050         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3051         (gst_ebml_read_utf8), (gst_ebml_read_header):
3052         Improve debug output.
3053
3054         * gst/matroska/matroska-ids.c:
3055         (gst_matroska_track_init_video_context):
3056         * gst/matroska/matroska-ids.h:
3057         * gst/matroska/matroska-mux.c:
3058         (gst_matroska_mux_video_pad_setcaps):
3059         Remove eye mode and don't parse it anymore. We can't use that
3060         information in GStreamer yet so it's useless.
3061
3062
3063 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3064
3065         Patch by: Mersad Jelacic <mersad at axis dot com>
3066
3067         * gst/rtp/Makefile.am:
3068         * gst/rtp/gstrtp.c: (plugin_init):
3069         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3070         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3071         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3072         (gst_rtp_g726_depay_plugin_init):
3073         * gst/rtp/gstrtpg726depay.h:
3074         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3075         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3076         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3077         * gst/rtp/gstrtpg726pay.h:
3078         Added G726 pay/depayloaders. Fixes #538891.
3079
3080 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3081
3082         * gst/rtsp/URLS:
3083         Some more urls.
3084
3085         * gst/smpte/barboxwipes.c:
3086         Add a comment
3087
3088         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3089         Fix typo, add audioresample to the pipeline.
3090
3091 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3092
3093         * ext/libmng/Makefile.am:
3094         * ext/libmng/gstmng.c: (plugin_init):
3095         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3096         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3097         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3098         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3099         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3100         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3101         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3102         (gst_mng_dec_change_state):
3103         * ext/libmng/gstmngdec.h:
3104         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3105         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3106         (gst_mng_enc_init), (gst_mng_enc_chain),
3107         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3108         * ext/libmng/gstmngenc.h:
3109         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3110         bits ifdeffed out still.
3111
3112 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3115         When comparing index elements with the same time compare their
3116         block number.
3117
3118 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3119
3120         * gst/matroska/matroska-demux.c:
3121           (gst_matroska_demux_parse_attached_file)
3122           Init variable to NULL to avoid compiler warning.
3123
3124 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3125
3126         * gst/matroska/Makefile.am:
3127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3128         (gst_matroska_demux_parse_attached_file),
3129         (gst_matroska_demux_parse_attachments),
3130         (gst_matroska_demux_parse_contents_seekentry),
3131         (gst_matroska_demux_loop_stream_parse_id):
3132         * gst/matroska/matroska-demux.h:
3133         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3134         * gst/matroska/matroska-ids.h:
3135         * gst/matroska/matroska.c: (plugin_init):
3136         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3137         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3138         and description of the attachments in the caps. Fixes bug #537622.
3139
3140 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3143         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3144         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3145         (gst_speex_enc_src_query), (gst_speex_enc_init),
3146         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3147         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3148         (gst_speex_enc_set_property):
3149         Add mode property.
3150         Some cleanups, add more debug info.
3151         Add latency query.
3152
3153 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3154
3155         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3156         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3157         If we get less bytes than requested we can't do anything except doing
3158         our EOS logic.
3159
3160 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3161
3162         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3163         (gst_matroskademux_do_index_seek),
3164         (gst_matroska_demux_parse_index_cuetrack),
3165         (gst_matroska_demux_parse_index_pointentry),
3166         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3167         (gst_matroska_demux_parse_metadata):
3168         * gst/matroska/matroska-demux.h:
3169         * gst/matroska/matroska-ids.h:
3170         Use a GArray for storing the Cue (i.e. seek) information, store
3171         the CueTrackPositions for every track, store the block number
3172         and optimize searching in the array by sorting it after the last
3173         element was added.
3174
3175         Fix a small memory leak when trying to parse a tags element that was
3176         already parsed.
3177
3178 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3181         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3182         (gst_matroska_mux_write_data):
3183         * gst/matroska/matroska-mux.h:
3184         Don't write another SeekHead which indexes all Clusters to the end of
3185         the file. This isn't useful for anything and just increases filesize.
3186
3187 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3188
3189         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3190         Prevent unaligned memory access when reading floats.
3191
3192 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3193
3194         * gst/matroska/ebml-read.c:
3195         * gst/matroska/ebml-read.h:
3196         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3197         (gst_matroska_demux_parse_metadata):
3198         * gst/matroska/matroska-demux.h:
3199         Make sure that every Tags element is only parsed once and it's
3200         containing tags are only posted once.
3201
3202 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3203
3204         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3205         (gst_ebml_read_header):
3206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3207         (gst_matroska_demux_parse_tracks),
3208         (gst_matroska_demux_parse_index_cuetrack),
3209         (gst_matroska_demux_parse_index_pointentry),
3210         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3211         (gst_matroska_demux_parse_metadata_id_simple_tag),
3212         (gst_matroska_demux_parse_metadata_id_tag),
3213         (gst_matroska_demux_parse_metadata),
3214         (gst_matroska_demux_parse_attachments),
3215         (gst_matroska_demux_parse_chapters),
3216         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3217         (gst_matroska_demux_parse_cluster),
3218         (gst_matroska_demux_parse_contents_seekentry),
3219         (gst_matroska_demux_parse_contents),
3220         (gst_matroska_demux_loop_stream_parse_id):
3221         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3222         already. They're not useful in the matroska parser and only cause
3223         additional code.
3224
3225 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3226
3227         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3228         (gst_ebml_finalize), (gst_ebml_read_change_state),
3229         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3230         * gst/matroska/matroska-demux.c:
3231         (gst_matroska_demux_parse_contents_seekentry):
3232         Reverse the level list as we usually are only interested in the
3233         first element or want to add a new first element. Having the
3234         first element stored at the end and calling g_list_last() and
3235         g_list_append() is more expensive.
3236
3237         Also use GSlice for allocating the GstEbmlLevel structs.
3238
3239 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3240
3241         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3242           (gst_tag_inject_class_init), (gst_tag_inject_init):
3243           Don't unref NULL taglist in finalize. Don't use c++ style
3244           comments.
3245
3246 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3247
3248         * gst/matroska/matroska-demux.c:
3249         (gst_matroska_demux_parse_metadata_id_simple_tag):
3250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3251         (gst_matroska_mux_write_data):
3252         Use gst_value_serialize() and gst_value_deserialize() for transforming
3253         tags from some GType to a string and the other way around. The default
3254         transformations in GLib don't include transformations from string to
3255         number types.
3256
3257 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3258
3259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3260         (gst_matroska_demux_parse_tracks),
3261         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3262         (gst_matroska_demux_parse_attachments),
3263         (gst_matroska_demux_parse_chapters),
3264         (gst_matroska_demux_parse_contents_seekentry),
3265         (gst_matroska_demux_loop_stream_parse_id):
3266         * gst/matroska/matroska-demux.h:
3267         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3268         Tags multiple times. The first ones can appear more than once but must
3269         contain the same content as the first for backup purposes so we ignore
3270         all but the first one. Tags can appear multiple times with different
3271         content.
3272
3273         Jump to all elements except Clusters that are available from a
3274         SeekHead to make it more likely to have all required informations
3275         before getting to the first Clusters.
3276
3277         Add dummy functions for parsing Attachments and Chapters.
3278
3279 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3280
3281         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3282         (gst_udpsrc_create), (gst_udpsrc_set_property),
3283         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3284         * gst/udp/gstudpsrc.h:
3285         Add property to control automatic join/leave of multicast groups.
3286         Add G_LIKELY.
3287         Remove setting caps on buffers explicitly, basesrc does that for us now.
3288         Improve debug info.
3289         Convert some non-fatal error into warnings.
3290         Use g_ntohs for better portability.
3291         Leave multicast groups when stopping.
3292         When using external sockets, use getsockname() on them to fill up the
3293         addr structure before calling methods that use the structure.
3294         Should all fix #536903.
3295         API: GstUDPSrc::auto-multicast property
3296
3297 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3298
3299         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3300         Use g_ntohl for better portability.
3301
3302 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3305         (gst_multiudpsink_remove):
3306         Fix a typo and do some small cleanups.
3307
3308 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3309
3310         Patch by: Olivier Crete <tester at tester dot ca>
3311
3312         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3313         Make the delivery-method mandatory on the caps and only accept inline
3314         for now.
3315         Reverse strcmp checks for delivery-method.
3316
3317         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3318         Make delivery method optional when parsing caps and note this in the
3319         caps.
3320         Reverse strcmp checks for delivery-method.
3321
3322         * gst/rtp/gstrtpvorbispay.c:
3323         Update a comment to note that the delivery-method is optional, 
3324         Fixes #537675.
3325
3326 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3327
3328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3329         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3330         leaving them in READY. Fixes #537832.
3331
3332 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3333
3334         * gst/avi/gstavimux.c:
3335           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3336           for a random constant in tagmuxing code.
3337
3338 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3339
3340         * gst/debug/gsttaginject.c:
3341         * gst/debug/gsttaginject.h:
3342           Now actually adding the new element.
3343
3344 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3345
3346         * docs/plugins/Makefile.am:
3347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3349         * docs/plugins/gst-plugins-good-plugins.args:
3350         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3351         * docs/plugins/gst-plugins-good-plugins.interfaces:
3352         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3353         * docs/plugins/inspect/plugin-aasink.xml:
3354         * docs/plugins/inspect/plugin-alaw.xml:
3355         * docs/plugins/inspect/plugin-alpha.xml:
3356         * docs/plugins/inspect/plugin-alphacolor.xml:
3357         * docs/plugins/inspect/plugin-annodex.xml:
3358         * docs/plugins/inspect/plugin-apetag.xml:
3359         * docs/plugins/inspect/plugin-audiofx.xml:
3360         * docs/plugins/inspect/plugin-auparse.xml:
3361         * docs/plugins/inspect/plugin-autodetect.xml:
3362         * docs/plugins/inspect/plugin-avi.xml:
3363         * docs/plugins/inspect/plugin-cacasink.xml:
3364         * docs/plugins/inspect/plugin-cairo.xml:
3365         * docs/plugins/inspect/plugin-cdio.xml:
3366         * docs/plugins/inspect/plugin-cutter.xml:
3367         * docs/plugins/inspect/plugin-debug.xml:
3368         * docs/plugins/inspect/plugin-dv.xml:
3369         * docs/plugins/inspect/plugin-efence.xml:
3370         * docs/plugins/inspect/plugin-effectv.xml:
3371         * docs/plugins/inspect/plugin-equalizer.xml:
3372         * docs/plugins/inspect/plugin-esdsink.xml:
3373         * docs/plugins/inspect/plugin-flac.xml:
3374         * docs/plugins/inspect/plugin-flxdec.xml:
3375         * docs/plugins/inspect/plugin-gamma.xml:
3376         * docs/plugins/inspect/plugin-gconfelements.xml:
3377         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3378         * docs/plugins/inspect/plugin-goom.xml:
3379         * docs/plugins/inspect/plugin-goom2k1.xml:
3380         * docs/plugins/inspect/plugin-halelements.xml:
3381         * docs/plugins/inspect/plugin-icydemux.xml:
3382         * docs/plugins/inspect/plugin-id3demux.xml:
3383         * docs/plugins/inspect/plugin-jpeg.xml:
3384         * docs/plugins/inspect/plugin-level.xml:
3385         * docs/plugins/inspect/plugin-matroska.xml:
3386         * docs/plugins/inspect/plugin-monoscope.xml:
3387         * docs/plugins/inspect/plugin-mulaw.xml:
3388         * docs/plugins/inspect/plugin-multifile.xml:
3389         * docs/plugins/inspect/plugin-multipart.xml:
3390         * docs/plugins/inspect/plugin-navigationtest.xml:
3391         * docs/plugins/inspect/plugin-ossaudio.xml:
3392         * docs/plugins/inspect/plugin-png.xml:
3393         * docs/plugins/inspect/plugin-quicktime.xml:
3394         * docs/plugins/inspect/plugin-rtp.xml:
3395         * docs/plugins/inspect/plugin-rtsp.xml:
3396         * docs/plugins/inspect/plugin-smpte.xml:
3397         * docs/plugins/inspect/plugin-soup.xml:
3398         * docs/plugins/inspect/plugin-spectrum.xml:
3399         * docs/plugins/inspect/plugin-speex.xml:
3400         * docs/plugins/inspect/plugin-taglib.xml:
3401         * docs/plugins/inspect/plugin-udp.xml:
3402         * docs/plugins/inspect/plugin-video4linux2.xml:
3403         * docs/plugins/inspect/plugin-videobalance.xml:
3404         * docs/plugins/inspect/plugin-videobox.xml:
3405         * docs/plugins/inspect/plugin-videocrop.xml:
3406         * docs/plugins/inspect/plugin-videoflip.xml:
3407         * docs/plugins/inspect/plugin-videomixer.xml:
3408         * docs/plugins/inspect/plugin-wavenc.xml:
3409         * docs/plugins/inspect/plugin-wavpack.xml:
3410         * docs/plugins/inspect/plugin-wavparse.xml:
3411         * docs/plugins/inspect/plugin-ximagesrc.xml:
3412         * gst/debug/Makefile.am:
3413         * gst/debug/breakmydata.c:
3414         * gst/debug/efence.c:
3415         * gst/debug/gstdebug.c:
3416         * gst/debug/gstnavseek.c:
3417         * gst/debug/gstpushfilesrc.c:
3418         * gst/debug/gstpushfilesrc.h:
3419         * gst/debug/negotiation.c:
3420         * gst/debug/progressreport.c:
3421         * gst/debug/progressreport.h:
3422         * gst/debug/rndbuffersize.c:
3423         * gst/debug/testplugin.c:
3424           Remove dummy plugin_init. Remove some undefined entries from doc-
3425           section file. Add taginject element and rebuild docs for it.
3426
3427 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3428
3429         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3430         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3431         Update the counter for the number of streams when pads are added or
3432         removed. This will make sure that a seek table is generated for
3433         files with just one audio stream.
3434
3435 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3436
3437         * gst/matroska/matroska-demux.c:
3438         (gst_matroska_demux_parse_metadata_id_simple_tag):
3439         * gst/matroska/matroska-ids.h:
3440         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3441         Add some more tags, improve debugging a bit and make sure that
3442         GValue transformation has succeeded before using the result
3443         as a tag.
3444
3445 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3446
3447         Patch by: Olivier Crete <tester at tester dot ca>
3448
3449         * gst/rtp/gstrtptheorapay.c:
3450         The Theora RTP payloader only supports the "inline" delievery method
3451         so let's declare this on the caps of the static pad template.
3452         Fixes bug #537675.
3453
3454 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3455
3456         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3457         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3458         Remove bogus check.
3459
3460 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3461
3462         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3463         (gst_videomixer_blend_buffers):
3464         Use stream_time to synchronize the object properties.
3465         Use running_time of the master pad to timestamp outgoing buffers.
3466         Fix the initial segment event to extend an unknown amount of time.
3467         Fixes #537361.
3468
3469 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3472         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3473         (gst_avi_demux_calculate_durations_from_index),
3474         (gst_avi_demux_stream_header_push),
3475         (gst_avi_demux_stream_header_pull):
3476         Try to ignore unparsable/unknown streams and give a warning instead of
3477         erroring out. Fixes #537377.
3478
3479 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3480
3481         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3482         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3483
3484         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3485         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3486         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3487         (gst_matroska_demux_read_track_encodings),
3488         (gst_matroska_demux_add_stream),
3489         (gst_matroska_demux_handle_src_query),
3490         (gst_matroska_demux_init_stream),
3491         (gst_matroska_demux_parse_index_cuetrack),
3492         (gst_matroska_demux_parse_index_pointentry),
3493         (gst_matroska_demux_parse_info),
3494         (gst_matroska_demux_parse_metadata_id_simple_tag),
3495         (gst_matroska_demux_parse_metadata),
3496         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3497         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3498         (gst_matroska_demux_parse_cluster),
3499         (gst_matroska_demux_parse_contents_seekentry),
3500         (gst_matroska_demux_loop_stream_parse_id),
3501         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3502         (gst_matroska_demux_audio_caps),
3503         (gst_matroska_demux_subtitle_caps):
3504         * gst/matroska/matroska-demux.h:
3505         * gst/matroska/matroska-ids.c:
3506         (gst_matroska_track_init_subtitle_context):
3507         * gst/matroska/matroska-ids.h:
3508         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3509         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3510         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3511         (gst_matroska_mux_video_pad_setcaps),
3512         (gst_matroska_mux_audio_pad_setcaps),
3513         (gst_matroska_mux_subtitle_pad_setcaps),
3514         (gst_matroska_mux_request_new_pad),
3515         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3516         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3517         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3518         (gst_matroska_mux_set_property):
3519         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3520         elements, do some checks for valid values in the demuxer, handle
3521         tracktimecodescale in the demuxer, set correct default values for all
3522         settings in the demuxer, review and add all missing matroska
3523         IDs and some more raw YUV formats, and some trivial cleanup.
3524
3525 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3526
3527         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3528         (gst_pulsemixer_class_init):
3529         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3530         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3531         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3532         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3533         (gst_pulsesrc_prepare):
3534         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3535         gst_element_class_set_details_simple() and fix coding style a bit
3536         more.
3537
3538 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3539
3540         * docs/plugins/Makefile.am:
3541         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3542         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3543         * docs/plugins/gst-plugins-good-plugins.args:
3544         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3545         * docs/plugins/gst-plugins-good-plugins.interfaces:
3546         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3547         * docs/plugins/inspect/plugin-aasink.xml:
3548         * docs/plugins/inspect/plugin-alaw.xml:
3549         * docs/plugins/inspect/plugin-alpha.xml:
3550         * docs/plugins/inspect/plugin-alphacolor.xml:
3551         * docs/plugins/inspect/plugin-annodex.xml:
3552         * docs/plugins/inspect/plugin-apetag.xml:
3553         * docs/plugins/inspect/plugin-audiofx.xml:
3554         * docs/plugins/inspect/plugin-auparse.xml:
3555         * docs/plugins/inspect/plugin-autodetect.xml:
3556         * docs/plugins/inspect/plugin-avi.xml:
3557         * docs/plugins/inspect/plugin-cacasink.xml:
3558         * docs/plugins/inspect/plugin-cairo.xml:
3559         * docs/plugins/inspect/plugin-cdio.xml:
3560         * docs/plugins/inspect/plugin-cutter.xml:
3561         * docs/plugins/inspect/plugin-debug.xml:
3562         * docs/plugins/inspect/plugin-dv.xml:
3563         * docs/plugins/inspect/plugin-efence.xml:
3564         * docs/plugins/inspect/plugin-effectv.xml:
3565         * docs/plugins/inspect/plugin-equalizer.xml:
3566         * docs/plugins/inspect/plugin-esdsink.xml:
3567         * docs/plugins/inspect/plugin-flac.xml:
3568         * docs/plugins/inspect/plugin-flxdec.xml:
3569         * docs/plugins/inspect/plugin-gamma.xml:
3570         * docs/plugins/inspect/plugin-gconfelements.xml:
3571         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3572         * docs/plugins/inspect/plugin-goom.xml:
3573         * docs/plugins/inspect/plugin-goom2k1.xml:
3574         * docs/plugins/inspect/plugin-halelements.xml:
3575         * docs/plugins/inspect/plugin-icydemux.xml:
3576         * docs/plugins/inspect/plugin-id3demux.xml:
3577         * docs/plugins/inspect/plugin-jpeg.xml:
3578         * docs/plugins/inspect/plugin-level.xml:
3579         * docs/plugins/inspect/plugin-matroska.xml:
3580         * docs/plugins/inspect/plugin-monoscope.xml:
3581         * docs/plugins/inspect/plugin-mulaw.xml:
3582         * docs/plugins/inspect/plugin-multifile.xml:
3583         * docs/plugins/inspect/plugin-multipart.xml:
3584         * docs/plugins/inspect/plugin-navigationtest.xml:
3585         * docs/plugins/inspect/plugin-ossaudio.xml:
3586         * docs/plugins/inspect/plugin-png.xml:
3587         * docs/plugins/inspect/plugin-pulseaudio.xml:
3588         * docs/plugins/inspect/plugin-quicktime.xml:
3589         * docs/plugins/inspect/plugin-rtp.xml:
3590         * docs/plugins/inspect/plugin-rtsp.xml:
3591         * docs/plugins/inspect/plugin-smpte.xml:
3592         * docs/plugins/inspect/plugin-soup.xml:
3593         * docs/plugins/inspect/plugin-spectrum.xml:
3594         * docs/plugins/inspect/plugin-speex.xml:
3595         * docs/plugins/inspect/plugin-taglib.xml:
3596         * docs/plugins/inspect/plugin-udp.xml:
3597         * docs/plugins/inspect/plugin-video4linux2.xml:
3598         * docs/plugins/inspect/plugin-videobalance.xml:
3599         * docs/plugins/inspect/plugin-videobox.xml:
3600         * docs/plugins/inspect/plugin-videocrop.xml:
3601         * docs/plugins/inspect/plugin-videoflip.xml:
3602         * docs/plugins/inspect/plugin-videomixer.xml:
3603         * docs/plugins/inspect/plugin-wavenc.xml:
3604         * docs/plugins/inspect/plugin-wavpack.xml:
3605         * docs/plugins/inspect/plugin-wavparse.xml:
3606         * docs/plugins/inspect/plugin-ximagesrc.xml:
3607         * ext/pulse/plugin.c:
3608         * ext/pulse/pulsemixer.c:
3609         * ext/pulse/pulsesink.c:
3610         * ext/pulse/pulsesrc.c:
3611         Add documentation to the pulseaudio plugin and run make update
3612         in docs/plugins.
3613
3614 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3615
3616         Patch by: Brian Cameron <brian.cameron at sun dot com>
3617
3618         * sys/sunaudio/gstsunaudiomixerctrl.c:
3619         (gst_sunaudiomixer_ctrl_get_volume),
3620         (gst_sunaudiomixer_ctrl_set_volume):
3621         Improvements for the SunAudio mixer by handling mute as no gain
3622         for tracks that have a gain property but no mute property.
3623         Fixes bug #536067.
3624
3625 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * configure.ac:
3628         * ext/pulse/Makefile.am:
3629         * ext/pulse/plugin.c: (plugin_init):
3630         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3631         (gst_pulsemixer_implements_interface_init),
3632         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3633         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3634         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3635         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3636         * ext/pulse/pulsemixer.h:
3637         * ext/pulse/pulsemixerctrl.c:
3638         (gst_pulsemixer_ctrl_context_state_cb),
3639         (gst_pulsemixer_ctrl_sink_info_cb),
3640         (gst_pulsemixer_ctrl_source_info_cb),
3641         (gst_pulsemixer_ctrl_subscribe_cb),
3642         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3643         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3644         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3645         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3646         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3647         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3648         * ext/pulse/pulsemixerctrl.h:
3649         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3650         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3651         * ext/pulse/pulsemixertrack.h:
3652         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3653         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3654         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3655         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3656         (gst_pulseprobe_new), (gst_pulseprobe_free),
3657         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3658         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3659         (gst_pulseprobe_set_server):
3660         * ext/pulse/pulseprobe.h:
3661         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3662         (gst_pulsesink_class_init), (gst_pulsesink_init),
3663         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3664         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3665         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3666         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3667         (gst_pulsesink_stream_request_cb),
3668         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3669         (gst_pulsesink_close), (gst_pulsesink_prepare),
3670         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3671         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3672         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3673         (gst_pulsesink_event), (gst_pulsesink_get_type):
3674         * ext/pulse/pulsesink.h:
3675         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3676         (gst_pulsesrc_implements_interface_init),
3677         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3678         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3679         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3680         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3681         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3682         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3683         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3684         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3685         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3686         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3687         (gst_pulsesrc_get_type):
3688         * ext/pulse/pulsesrc.h:
3689         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3690         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3691         * ext/pulse/pulseutil.h:
3692         Add pulseaudio GStreamer element from gst-pulse. Development will
3693         continue here instead of pulseaudio SVN. Fixes bug #400679.
3694         Only changes over gst-pulse SVN are added copyright to the top of
3695         files and coding style changes.
3696
3697 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3698
3699         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3700
3701         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3702           (gst_cdio_add_cdtext_album_tags):
3703         * ext/cdio/gstcdio.h:
3704         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3705           Also extract album title and album genre from CD-TEXT if
3706           available (#537021).
3707
3708 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3709
3710         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3711
3712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3713         Improve negotiation a bit more by picking the smallest possible
3714         resolution that is larger than the resolution specified in the
3715         first caps entry of the peer caps. Fixes bug #536994.
3716
3717 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3718
3719         Patch by: Bastien Nocera <hadess at hadess dot net>
3720
3721         * sys/v4l2/gstv4l2vidorient.c:
3722         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3723         Fix compilation with newer GIT kernels that deprecated
3724         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3725
3726 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3727
3728         * configure.ac:
3729         * ext/cdio/gstcdio.c:
3730         * ext/cdio/gstcdio.h:
3731         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3732           Require libcdio >= 0.76.
3733
3734 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3735
3736         * gst/avi/gstavidemux.c:
3737         Catch UNEXPECTED when downstream has reached end of
3738         segment in reverse mode.
3739
3740 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3741
3742         * gst/avi/gstavidemux.c:
3743         Fix typo in comment
3744
3745 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3746
3747         * gst/avi/gstavidemux.c:
3748         Because we don't know the frame order we need to push till
3749         the next keyframe
3750
3751 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3752
3753         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3754
3755         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3756         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3757         Provide a custom negotiation function to make sure to pick the highest
3758         possible framerate and resolution. Fixes bug #536646.
3759
3760 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3761
3762         * gst/avi/gstavidemux.c:
3763         Set EOS when going out of the segment in reverse playback
3764
3765 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3766
3767         * ext/taglib/Makefile.am::
3768           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3769           taglib headers (with gcc 4.3.1).
3770
3771 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3772
3773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3774         Use the new gst_rtsp_connection_get_ip() to access the IP address
3775         of a GstRTSPConnection since it is a private member.
3776
3777 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3778
3779         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3780         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3781           Use new utility functions in libgsttag to process coverart (#512333).
3782
3783 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3784
3785         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3786         We actually support left/side, right/side and mid/side files. The
3787         conversion to normal, interleaved stereo is done by libflac.
3788
3789 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3790
3791         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3792         (gst_ebml_write_set_cache):
3793         Unref the write cache in finalize if it was set and add add "FIXME"
3794         to a comment that needs it.
3795
3796 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3797
3798         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3799
3800         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3801         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3802         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3803         (gst_avi_demux_process_next_entry):
3804         * gst/avi/gstavidemux.h:
3805         Implement reverse playback. Fixes #535300.
3806         Small cleanups.
3807
3808 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3809
3810         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3811         (gst_videomixer_query_latency):
3812         When using gst_element_iterate_pads() one has to unref every pad
3813         after usage.
3814
3815 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3816
3817         Patch by: Bastien Nocera <hadess at hadess dot net>
3818         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3819         (qtdemux_parse_udta):
3820         * gst/qtdemux/qtdemux_fourcc.h:
3821         Improve meta-data handling, add 'comment', 'description' and
3822         'copyright' tag handling.
3823         Fixes #535935
3824
3825 2008-05-31  Julien Moutte  <julien@fluendo.com>
3826
3827         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3828         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3829         (gst_qtdemux_seek_to_previous_keyframe),
3830         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3831         we don't clip the segment's stop using the main segment duration as
3832         that could crop quite some video frames. Make reverse playback support
3833         more robust and support edit lists. Support seeking to the last frame,
3834         and fix reverse looping playback. Add some debugging.
3835         * win32/common/config.h: Updated.
3836
3837 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3838
3839         * gst/equalizer/gstiirequalizer.c:
3840         (gst_iir_equalizer_transform_ip):
3841         Don't clip float/double samples, correctly unset passthrough mode
3842         and use better rounding for integer samples.
3843
3844 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3845
3846         * gst/equalizer/gstiirequalizer.c:
3847         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3848         (setup_filter), (set_passthrough), (update_coefficients),
3849         (gst_iir_equalizer_compute_frequencies),
3850         (gst_iir_equalizer_transform_ip):
3851         * gst/equalizer/gstiirequalizer.h:
3852         Update the filter coefficients only when needed in the transform_ip
3853         function and correctly set the element into passthrough mode if the
3854         gain of all bands is 0.
3855
3856 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3857
3858         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3859
3860         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3861         (gst_alpha_set_property), (gst_alpha_get_property),
3862         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3863         Try to skip pixels or areas that are too dark or too bright for us to do
3864         meaningfull color detection.
3865         Added properties to control the sensitivity to light and darkness.
3866         Added some small cleanups. Fixes #512345.
3867
3868 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3869
3870         * docs/plugins/.cvsignore:
3871         * tests/check/elements/.cvsignore:
3872         Ignore some more generated things
3873
3874         * tests/check/Makefile.am:
3875         Ignore OSS elements in the state changes test too.
3876
3877 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * docs/plugins/Makefile.am:
3880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3882         Add SMPTE effect elements to docs.
3883
3884 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3885
3886         * docs/plugins/Makefile.am:
3887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3889         * ext/raw1394/gstdv1394src.c:
3890           Document whats first shown on the fdo plugin docs page :)
3891
3892 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3893
3894         * docs/plugins/Makefile.am:
3895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3897         * docs/plugins/gst-plugins-good-plugins.args:
3898         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3899         * docs/plugins/inspect/plugin-audiofx.xml:
3900         * gst/audiofx/Makefile.am:
3901         * gst/audiofx/audiofx.c:
3902         * gst/audiofx/audiokaraoke.c:
3903         * gst/audiofx/audiokaraoke.h:
3904         * gst/audiofx/audiovoice.c:
3905         * gst/audiofx/audiovoice.h:
3906           Rename audiovoice to audiokaraoke and add it to the docs.
3907
3908 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3909
3910         * REQUIREMENTS:
3911         * docs/plugins/Makefile.am:
3912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3914         * docs/plugins/gst-plugins-good-plugins.args:
3915         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3916         * docs/plugins/gst-plugins-good-plugins.interfaces:
3917         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3918         * docs/plugins/inspect/plugin-aasink.xml:
3919         * docs/plugins/inspect/plugin-alaw.xml:
3920         * docs/plugins/inspect/plugin-alpha.xml:
3921         * docs/plugins/inspect/plugin-alphacolor.xml:
3922         * docs/plugins/inspect/plugin-annodex.xml:
3923         * docs/plugins/inspect/plugin-apetag.xml:
3924         * docs/plugins/inspect/plugin-audiofx.xml:
3925         * docs/plugins/inspect/plugin-auparse.xml:
3926         * docs/plugins/inspect/plugin-autodetect.xml:
3927         * docs/plugins/inspect/plugin-avi.xml:
3928         * docs/plugins/inspect/plugin-cacasink.xml:
3929         * docs/plugins/inspect/plugin-cairo.xml:
3930         * docs/plugins/inspect/plugin-cdio.xml:
3931         * docs/plugins/inspect/plugin-cutter.xml:
3932         * docs/plugins/inspect/plugin-debug.xml:
3933         * docs/plugins/inspect/plugin-dv.xml:
3934         * docs/plugins/inspect/plugin-efence.xml:
3935         * docs/plugins/inspect/plugin-effectv.xml:
3936         * docs/plugins/inspect/plugin-equalizer.xml:
3937         * docs/plugins/inspect/plugin-esdsink.xml:
3938         * docs/plugins/inspect/plugin-flac.xml:
3939         * docs/plugins/inspect/plugin-flxdec.xml:
3940         * docs/plugins/inspect/plugin-gamma.xml:
3941         * docs/plugins/inspect/plugin-gconfelements.xml:
3942         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3943         * docs/plugins/inspect/plugin-goom.xml:
3944         * docs/plugins/inspect/plugin-goom2k1.xml:
3945         * docs/plugins/inspect/plugin-halelements.xml:
3946         * docs/plugins/inspect/plugin-icydemux.xml:
3947         * docs/plugins/inspect/plugin-id3demux.xml:
3948         * docs/plugins/inspect/plugin-jpeg.xml:
3949         * docs/plugins/inspect/plugin-level.xml:
3950         * docs/plugins/inspect/plugin-matroska.xml:
3951         * docs/plugins/inspect/plugin-monoscope.xml:
3952         * docs/plugins/inspect/plugin-mulaw.xml:
3953         * docs/plugins/inspect/plugin-multifile.xml:
3954         * docs/plugins/inspect/plugin-multipart.xml:
3955         * docs/plugins/inspect/plugin-navigationtest.xml:
3956         * docs/plugins/inspect/plugin-ossaudio.xml:
3957         * docs/plugins/inspect/plugin-png.xml:
3958         * docs/plugins/inspect/plugin-quicktime.xml:
3959         * docs/plugins/inspect/plugin-rtp.xml:
3960         * docs/plugins/inspect/plugin-rtsp.xml:
3961         * docs/plugins/inspect/plugin-smpte.xml:
3962         * docs/plugins/inspect/plugin-soup.xml:
3963         * docs/plugins/inspect/plugin-spectrum.xml:
3964         * docs/plugins/inspect/plugin-speex.xml:
3965         * docs/plugins/inspect/plugin-taglib.xml:
3966         * docs/plugins/inspect/plugin-udp.xml:
3967         * docs/plugins/inspect/plugin-video4linux2.xml:
3968         * docs/plugins/inspect/plugin-videobalance.xml:
3969         * docs/plugins/inspect/plugin-videobox.xml:
3970         * docs/plugins/inspect/plugin-videocrop.xml:
3971         * docs/plugins/inspect/plugin-videoflip.xml:
3972         * docs/plugins/inspect/plugin-videomixer.xml:
3973         * docs/plugins/inspect/plugin-wavenc.xml:
3974         * docs/plugins/inspect/plugin-wavpack.xml:
3975         * docs/plugins/inspect/plugin-wavparse.xml:
3976         * docs/plugins/inspect/plugin-ximagesrc.xml:
3977         * ext/aalib/gstaasink.c:
3978         * ext/libcaca/gstcacasink.c:
3979           Document aasink and cacasink.
3980
3981 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3982
3983         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3984         (gst_videomixer_init), (gst_videomixer_query_duration),
3985         (gst_videomixer_query_latency), (gst_videomixer_query),
3986         (gst_videomixer_blend_buffers):
3987         * gst/videomixer/videomixer.h:
3988         Implement position (in time), duration and latency queries.
3989
3990 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3991
3992         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3993         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3994         (gst_videomixer_fill_queues), (forward_event_func),
3995         (forward_event), (gst_videomixer_src_event),
3996         (gst_videomixer_sink_event):
3997         * gst/videomixer/videomixer.h:
3998         Implement proper seek/newsegment handling.
3999         Based on adder's implementation.
4000         Fixes #535121
4001
4002 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         Patch by: Jan Gerber <j at oil21 dot org>
4005
4006         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4007         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4008
4009 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * gst/audiofx/Makefile.am:
4012         * gst/audiofx/audiofx.c: (plugin_init):
4013         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4014         (gst_audio_voice_class_init), (gst_audio_voice_init),
4015         (update_filter), (gst_audio_voice_set_property),
4016         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4017         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4018         (gst_audio_voice_transform_ip):
4019         * gst/audiofx/audiovoice.h:
4020         Add simple voice removal element. Yay karaoke.
4021
4022 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4023
4024         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4025
4026         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4027         Fix potential caps leak.
4028         If we can't get the framerate with an ioctl, try to get it with the
4029         current norm. Fixes #520092.
4030
4031 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4032
4033         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4034
4035         * sys/v4l2/v4l2src_calls.c:
4036         (gst_v4l2src_probe_caps_for_format_and_size):
4037         If we fail to get the frame intervals, simply don't touch the framerates
4038         on the template caps instead of discarding the format. See #520092.
4039
4040 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4041
4042         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4043
4044         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4045         (gst_v4l2_get_caps_info):
4046         Add NV12, NV21 and bayer support. See #520092.
4047
4048 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4049
4050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4051         (gst_qtdemux_activate_segment):
4052         Unbreak segment activation again. Fixes #531672.
4053
4054 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         * ext/flac/Makefile.am:
4057         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4058         Set the channel layout when decoding FLAC files with more than 2
4059         channels as defined by the FLAC spec. Fixes bug #534570.
4060
4061         Also don't try to decode left/side, right/side and mid/side files
4062         as we don't support this at all.
4063
4064 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4065
4066         * configure.ac:
4067           We need -base CVS (rtsp).
4068
4069 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4070
4071         * gst/udp/Makefile.am:
4072           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4073           when including netdb.h when building against glibc >= 2.8.
4074
4075 2008-05-22  Julien Moutte  <julien@fluendo.com>
4076
4077         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4078         debug statement arguments.
4079         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4080         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4081         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4082         on more platforms.
4083
4084 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4085
4086         * tests/check/elements/avimux.c: (setup_src_pad),
4087         (teardown_src_pad):
4088         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4089         (GST_START_TEST):
4090         * tests/check/elements/matroskamux.c: (setup_src_pad),
4091         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4092         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4093         (GST_START_TEST):
4094         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4095         (setup_wavpackparse), (cleanup_wavpackparse):
4096         Don't use gst_element_get_pad(), it's a bad, bad method.
4097
4098 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4099
4100         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4101         (do_toggle_element):
4102         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4103         (do_toggle_element):
4104         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4105         (do_toggle_element):
4106         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4107         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4108         (do_toggle_element):
4109         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4110         (do_toggle_element):
4111         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4112         (gst_auto_audio_sink_detect):
4113         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4114         (gst_auto_video_sink_detect):
4115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4116         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4117         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4118         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4119         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4120         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4121         * tests/icles/videocrop-test.c: (test_with_caps),
4122         (video_crop_get_test_caps):
4123         Don't use gst_element_get_pad(), it's a bad method.
4124
4125 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4126
4127         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4128         (gst_multiudpsink_add_internal):
4129         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4130         (gst_udp_join_group):
4131         * gst/udp/gstudpnetutils.h:
4132         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4133         Joining a multicast group and setting the loop/ttl properties are
4134         totally unrelated tasks are must be separated.
4135
4136 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4137
4138         * gst/avi/gstavimux.c:
4139           Also support alaw/mulaw.
4140
4141 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4144         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4145         * gst/udp/gstmultiudpsink.h:
4146         Add a fixme for the auto-multicast property.
4147         Fix some confusing debug messages.
4148         Disable setting a qos value by default.
4149
4150 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4153
4154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4155         Ignore EPERM errors from sendto. Fixes #533619.
4156
4157 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4158
4159         Patch by: Henrik Eriksson <henriken at axis dot com>
4160
4161         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4162         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4163         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4164         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4165         * gst/udp/gstmultiudpsink.h:
4166         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4167
4168 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4169
4170         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4171         Improve debugging of the ident.
4172
4173 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4174
4175         Patch by: Bruno Santos <brunof at ua dot pt>
4176
4177         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4178         (gst_udp_join_group), (gst_udp_leave_group),
4179         (gst_udp_is_multicast):
4180         * gst/udp/gstudpnetutils.h:
4181         Provide a bunch of helper methods to deal with IPv4 and IPv6
4182         transparently.
4183
4184         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4185         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4186         (gst_multiudpsink_get_property), (join_multicast),
4187         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4188         (gst_multiudpsink_remove):
4189         * gst/udp/gstmultiudpsink.h:
4190         Add multicast TTL and loopback properties.
4191         Use the helper methods to implement ip4 and ip6.
4192
4193         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4194         * gst/udp/gstudpsrc.h:
4195         Use the helper methods to implement ip4 and ip6.
4196         Fixes #515962.
4197
4198 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4199
4200         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4201
4202         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4203         (gst_multipart_demux_get_gstname),
4204         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4205         * gst/multipart/multipartdemux.h:
4206         Don't blindly copy the mime-type as the caps name because they not
4207         always map directly. Instead use a hashtable with common mappings.
4208         Fixes #533287.
4209
4210 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4211
4212         * ext/esd/esdsink.c: (gst_esdsink_write):
4213         When we post an error, we must return -1 to let the parent know that we
4214         cannot write the segment else it will loop and continue to call us again
4215         forever. Patch by Michael Meeks.
4216
4217 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4218
4219         * gst/videomixer/videomixer.c:
4220           Add missing incudes.
4221
4222 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4223
4224         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4225         (gst_rtp_h264_pay_handle_buffer):
4226         * gst/rtp/gstrtph264pay.h:
4227         Correct a typo (sinle -> single).
4228
4229 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4230
4231         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4232         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4233         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4234         (gst_rtp_h264_depay_process):
4235         * gst/rtp/gstrtph264depay.h:
4236         Add experimental support for outputting quicktime-like AVC output in
4237         addition to the existing bytestream output.
4238
4239         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4240         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4241         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4242         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4243         (gst_rtp_h264_pay_get_property):
4244         * gst/rtp/gstrtph264pay.h:
4245         Make the parsing mode configurable, for some inputs we don't need to
4246         scan every byte for start codes.
4247         Only set the marker bit on ACCESS units.
4248
4249 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4250
4251         * gst/equalizer/gstiirequalizer.c:
4252         Use a bigger type in integer mode for the intermediate results to
4253         prevent overflows. This fixes the crippled sound when using the
4254         equalizer in integer mode. Fixes bug #510865.
4255
4256 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4257
4258         * gst/videomixer/videomixer.c:
4259         * gst/videomixer/videomixer.h:
4260         Instead of a random number for the request pad id's,
4261         use a counter.
4262
4263         Register the videomixerpad class from the element's class_init
4264         where it's safer, and allows the docs generator to scan it.
4265
4266 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4267
4268         * gst/smpte/Makefile.am:
4269         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4270         * gst/smpte/gstsmpte.h:
4271         * gst/smpte/gstsmptealpha.c:
4272         (gst_smpte_alpha_transition_type_get_type),
4273         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4274         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4275         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4276         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4277         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4278         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4279         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4280         * gst/smpte/gstsmptealpha.h:
4281         * gst/smpte/plugin.c: (plugin_init):
4282         Add new plugin that adds the SMPTE transition in the alpha channel of
4283         I420 and AYUV frames so that they can be blended with videomixer later
4284         on. Uses all niceties such as using base transform for efficient alloc
4285         and negotiation. It currently requires GstController to control the
4286         position in the transition effect.
4287
4288 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4289
4290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4292         * docs/plugins/gst-plugins-good-plugins.args:
4293         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4294         * docs/plugins/gst-plugins-good-plugins.interfaces:
4295         * docs/plugins/gst-plugins-good-plugins.types:
4296         * gst/videomixer/videomixer.c:
4297           Try using thaytans new mechanism to get extra classes into plugin
4298           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4299           missing still.
4300
4301 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4302
4303         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4304         Set proper rate in avi stream header for PCM audio, and also do some
4305         more sanity checks on caps in this case.  Fixes #511489.
4306
4307 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4308
4309         * sys/v4l2/gstv4l2src.c:
4310         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4311         isn't implemented at all yet and this requires X headers to be
4312         installed. Fixes bug #533264.
4313
4314 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4315
4316         reviewed by: <delete if not using a buddy>
4317
4318         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4319         (gst_ebml_write_set_cache):
4320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4321         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4322         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4323         (gst_matroska_demux_read_track_encodings),
4324         (gst_matroska_demux_add_stream),
4325         (gst_matroska_demux_handle_src_query),
4326         (gst_matroska_demux_init_stream),
4327         (gst_matroska_demux_parse_index_cuetrack),
4328         (gst_matroska_demux_parse_index_pointentry),
4329         (gst_matroska_demux_parse_info),
4330         (gst_matroska_demux_parse_metadata_id_simple_tag),
4331         (gst_matroska_demux_parse_metadata),
4332         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4333         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4334         (gst_matroska_demux_parse_cluster),
4335         (gst_matroska_demux_parse_contents_seekentry),
4336         (gst_matroska_demux_loop_stream_parse_id),
4337         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4338         (gst_matroska_demux_audio_caps),
4339         (gst_matroska_demux_subtitle_caps):
4340         * gst/matroska/matroska-demux.h:
4341         * gst/matroska/matroska-ids.c:
4342         (gst_matroska_track_init_subtitle_context):
4343         * gst/matroska/matroska-ids.h:
4344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4345         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4346         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4347         * sys/v4l2/gstv4l2src.c:
4348         * tests/check/pipelines/wavpack.c: (bus_handler):
4349         * win32/common/config.h:
4350
4351 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4352
4353         * ext/wavpack/gstwavpackstreamreader.c:
4354         * tests/examples/spectrum/demo-audiotest.c:
4355         * tests/examples/spectrum/demo-osssrc.c:
4356         Fix some compiler warnings.
4357
4358 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4359
4360         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4361         Small comment added.
4362
4363         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4364         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4365         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4366         Debug string cleanups (remove trailing \n)
4367         Refactor and clean up the payloader a bit and make sure that we only
4368         put one NAL unit in an RTP packet even if the input buffer contains
4369         multiple NAL units.
4370         Add suport for AVC format input.
4371
4372 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4373
4374         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4375         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4376         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4377         * gst/rtp/gstrtph264pay.h:
4378         Make it possible to specify profile-level-id and sprop-parameter-sets
4379         using properties in case they are not available in-stream.
4380
4381 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4382
4383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4384         * docs/plugins/gst-plugins-good-plugins.args:
4385         * docs/plugins/inspect/plugin-ladspa.xml:
4386           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4387
4388 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4389
4390         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4391         Send an initial BYTE segment to inform downstream of later seeking,
4392         and to forego sync attempts.
4393
4394 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4395
4396         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4397         Fix wrong caps string.
4398
4399 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         Based on patch by: Olivier Crete <tester at tester dot ca>
4402
4403         * gst/rtp/Makefile.am:
4404         * gst/rtp/gstrtp.c: (plugin_init):
4405         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4406         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4407         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4408         (gst_rtp_g729_depay_plugin_init):
4409         * gst/rtp/gstrtpg729depay.h:
4410         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4411         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4412         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4413         * gst/rtp/gstrtpg729pay.h:
4414         Added G729 pay and depayloaders. Fixes #532409.
4415
4416 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4417
4418         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4419         Fix the calculation of the duration of the concealment packets.
4420
4421 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         Based on patch by: Olivier Crete <tester at tester dot ca>
4424
4425         * gst/rtp/Makefile.am:
4426         * gst/rtp/gstrtp.c: (plugin_init):
4427         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4428         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4429         (parse_encode), (gst_rtp_dv_depay_setcaps),
4430         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4431         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4432         (gst_rtp_dv_depay_plugin_init):
4433         * gst/rtp/gstrtpdvdepay.h:
4434         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4435         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4436         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4437         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4438         (gst_dv_pay_negotiate), (include_dif),
4439         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4440         * gst/rtp/gstrtpdvpay.h:
4441         Add DV pay and depayloaders. Fixes #532423.
4442
4443 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4444
4445         * gst/matroska/matroska-demux.c:
4446         (gst_matroska_demux_push_dvd_clut_change_event):
4447         Convert subtitle palette info in VobSub private data from VobSub's
4448         (buggy) RGB to YUV.
4449
4450 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4451
4452         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4453         Do not leave fourcc stream header field empty upon reset.
4454         Fixes #519301.
4455
4456 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4457
4458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4460         * docs/plugins/inspect/plugin-goom.xml:
4461         * docs/plugins/inspect/plugin-goom2k1.xml:
4462         * gst/goom/gstgoom.c:
4463         * gst/goom2k1/gstgoom.c:
4464         Add goom2k1 into the docs.
4465
4466 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4467
4468         Based on patch by: Wouter Cloetens  <wouter at mind be>
4469
4470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4471         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4472         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4473         (gst_rtsp_decode_quoted_string),
4474         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4475         (gst_rtspsrc_setup_auth):
4476         Support Digest authentication. Fixes #532065.
4477
4478 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4479
4480         * gst/level/gstlevel.c:
4481           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4482           about whats needed for liboil acceleration. Simplify docs a bit.
4483
4484 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4485
4486         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4487
4488         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4489         Update the track duration if the old one was invalid.
4490         Fixes bug #532117.
4491
4492 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4493
4494         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4495           Use GST_STR_NULL when trying to print sps and pps strings that could
4496           be NULL, as this might crash on some platforms.
4497
4498 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4499
4500         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4501
4502         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4503           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4504           set after creating the clipper.
4505
4506 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4507
4508         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4509
4510         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4511           Added checking of surface lost case after an unsuccessful
4512           IDirectDrawSurface7_Lock() call.
4513           If surface is lost, return GST_FLOW_OK.
4514
4515 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4516
4517         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4518
4519         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4520           WndProc, gst_directdraw_sink_window_thread):
4521           Improved Windows message loop and fixed window destruction issue.
4522           When the window which DirectDraw is rendering to is destroyed, the
4523           render/show_frame function will return GST_FLOW_ERROR.
4524           Partially fixes #520885.
4525
4526 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4527
4528         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4529
4530         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4531           Fixed mid stream resolution change bug, the offscreen surface is now
4532           released when set_caps is called.
4533           Partially fixes #520885.
4534
4535 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4536
4537         * sys/directdraw/gstdirectdrawsink.c
4538           (gst_directdraw_sink_buffer_alloc):
4539           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4540           width/height.
4541
4542           Especially when looking through the pool of buffers, make sure that
4543           the width/height of caps is used instead of the already negotiated
4544           dimensions.
4545           For example if a buffer with different caps is requested, i.e.
4546           higher resolution, the caller would get a buffer with the old
4547           dimensions and thus corrupt the heap.
4548
4549 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4550
4551         * sys/directdraw/gstdirectdrawsink.c
4552           (gst_directdraw_sink_buffer_alloc):
4553           Clear the flags on recycled buffers from buffer_alloc.
4554           Partially fixes #520885.
4555
4556 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4557
4558         * gst/rtp/gstrtpilbcpay.c:
4559           Added missing stdlib.h include for strtol(), and made include ordering and
4560           style consistent with the corresponding depayloader.
4561
4562 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4563
4564         * configure.ac:
4565           Error out if we don't have the required core/base versions.
4566
4567 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4570
4571         * sys/osxvideo/cocoawindow.m:
4572         Fix compiler warnings on PPC64. Fixes bug #499318.
4573
4574 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4575
4576         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4577
4578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4579         Don't leak file descriptors on error. Fixes #531532.
4580
4581 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4582
4583         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4584         (gst_gconf_audio_src_change_state):
4585         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4586         (gst_gconf_video_sink_change_state):
4587         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4588         (gst_gconf_video_src_change_state):
4589         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4590         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4591         When we can't create a fakesink/fakesrc complain instead of unreffing
4592         NULL pointers and crashing later. See bug #530535.
4593
4594 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4595
4596         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4597         Add some more debug info and guard against small payloads.
4598
4599         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4600         Set duration on outgoing buffers because we can.
4601
4602 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4603
4604         Patch by: Olivier Crete <tester at tester dot ca>
4605
4606         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4607         (gst_speex_enc_init), (gst_speex_enc_chain):
4608         Add negotiation for the speex channels and rate. Fixes #465146.
4609
4610 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4611
4612         Patch by: Olivier Crete <tester at tester dot ca>
4613
4614         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4615         (gst_rtp_speex_pay_getcaps):
4616         Add negotiation for the speex channels and rate. See #465146.
4617
4618 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         Patch by: Olivier Crete <tester at tester dot ca>
4621
4622         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4623         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4624         Add negotiation for the ILBC mode. See #465146.
4625
4626 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4627
4628         * ext/soup/gstsouphttpsrc.c:
4629           Include stdlib to fix the build. Use g_free instead of free, libsoup
4630           uses glib.
4631
4632 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4633
4634         Patch by: j^ <j@bootlab.org>
4635
4636         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4637         Add more mpeg2 variants. Fixes #530886.
4638
4639 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4640
4641         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4642
4643         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4644           Don't error out if we get an ICMP destination-unreachable
4645           message when trying to read packets on win32 (#529454).
4646
4647 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4648
4649         * configure.ac:
4650         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4651           Use new error code for encrypted streams (which requires core CVS).
4652
4653 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4654
4655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4656           (gst_qtdemux_audiosrc_template):
4657           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4658
4659 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4662         (speex_dec_chain_parse_data):
4663         Produce concealment data when time progresses in a segment update.
4664
4665 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4666
4667         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4668         (speex_dec_chain):
4669         Try to preserve input timestamps when we can.
4670         Do beginnings of error concealment.
4671
4672 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4673
4674         * gst/debug/gstnavigationtest.c:
4675           MSVC doesn't provide rint(), define an adequate replacement locally as
4676           elsewhere.
4677
4678 2008-04-28  Julien Moutte  <julien@fluendo.com>
4679
4680         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4681         format to pacify Mac OSX's gcc.
4682
4683 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4686           (DEFAULT_MAX), (src_template), (sink_template),
4687           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4688           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4689           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4690           Bring rndbuffersize element into a state that doesn't require us
4691           to move it to -bad immediately. For one, fix up default min/max
4692           values so that the element actuall works using the default values.
4693           Also, don't ignore flow return values and do some kind of minimal
4694           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4695           other gratuitious clean-ups.
4696
4697 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4698
4699         * docs/plugins/Makefile.am:
4700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4702         * docs/plugins/gst-plugins-good-plugins.args:
4703         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4704         * docs/plugins/gst-plugins-good-plugins.interfaces:
4705         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4706         * docs/plugins/inspect/plugin-1394.xml:
4707         * docs/plugins/inspect/plugin-aasink.xml:
4708         * docs/plugins/inspect/plugin-alaw.xml:
4709         * docs/plugins/inspect/plugin-alpha.xml:
4710         * docs/plugins/inspect/plugin-alphacolor.xml:
4711         * docs/plugins/inspect/plugin-annodex.xml:
4712         * docs/plugins/inspect/plugin-apetag.xml:
4713         * docs/plugins/inspect/plugin-audiofx.xml:
4714         * docs/plugins/inspect/plugin-auparse.xml:
4715         * docs/plugins/inspect/plugin-autodetect.xml:
4716         * docs/plugins/inspect/plugin-avi.xml:
4717         * docs/plugins/inspect/plugin-cacasink.xml:
4718         * docs/plugins/inspect/plugin-cairo.xml:
4719         * docs/plugins/inspect/plugin-cdio.xml:
4720         * docs/plugins/inspect/plugin-cutter.xml:
4721         * docs/plugins/inspect/plugin-debug.xml:
4722         * docs/plugins/inspect/plugin-dv.xml:
4723         * docs/plugins/inspect/plugin-efence.xml:
4724         * docs/plugins/inspect/plugin-effectv.xml:
4725         * docs/plugins/inspect/plugin-equalizer.xml:
4726         * docs/plugins/inspect/plugin-esdsink.xml:
4727         * docs/plugins/inspect/plugin-flac.xml:
4728         * docs/plugins/inspect/plugin-flxdec.xml:
4729         * docs/plugins/inspect/plugin-gamma.xml:
4730         * docs/plugins/inspect/plugin-gconfelements.xml:
4731         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4732         * docs/plugins/inspect/plugin-goom.xml:
4733         * docs/plugins/inspect/plugin-halelements.xml:
4734         * docs/plugins/inspect/plugin-icydemux.xml:
4735         * docs/plugins/inspect/plugin-id3demux.xml:
4736         * docs/plugins/inspect/plugin-jpeg.xml:
4737         * docs/plugins/inspect/plugin-level.xml:
4738         * docs/plugins/inspect/plugin-matroska.xml:
4739         * docs/plugins/inspect/plugin-monoscope.xml:
4740         * docs/plugins/inspect/plugin-mulaw.xml:
4741         * docs/plugins/inspect/plugin-multifile.xml:
4742         * docs/plugins/inspect/plugin-multipart.xml:
4743         * docs/plugins/inspect/plugin-navigationtest.xml:
4744         * docs/plugins/inspect/plugin-ossaudio.xml:
4745         * docs/plugins/inspect/plugin-png.xml:
4746         * docs/plugins/inspect/plugin-quicktime.xml:
4747         * docs/plugins/inspect/plugin-rtp.xml:
4748         * docs/plugins/inspect/plugin-rtsp.xml:
4749         * docs/plugins/inspect/plugin-shout2send.xml:
4750         * docs/plugins/inspect/plugin-smpte.xml:
4751         * docs/plugins/inspect/plugin-spectrum.xml:
4752         * docs/plugins/inspect/plugin-speex.xml:
4753         * docs/plugins/inspect/plugin-taglib.xml:
4754         * docs/plugins/inspect/plugin-udp.xml:
4755         * docs/plugins/inspect/plugin-video4linux2.xml:
4756         * docs/plugins/inspect/plugin-videobalance.xml:
4757         * docs/plugins/inspect/plugin-videobox.xml:
4758         * docs/plugins/inspect/plugin-videocrop.xml:
4759         * docs/plugins/inspect/plugin-videoflip.xml:
4760         * docs/plugins/inspect/plugin-videomixer.xml:
4761         * docs/plugins/inspect/plugin-wavenc.xml:
4762         * docs/plugins/inspect/plugin-wavpack.xml:
4763         * docs/plugins/inspect/plugin-wavparse.xml:
4764         * docs/plugins/inspect/plugin-ximagesrc.xml:
4765           Add docs for gdkpixbufsink; update docs to CVS version.
4766
4767 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4768
4769         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4770         Remove test sync-offset by default.
4771
4772 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4775         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4776         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4777           Use GLib versions of htonl, htons, ntohl and ntohs in order
4778           to avoid problems on win32 (#529707).
4779
4780 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         Patch by: Jesús Corrius <jesus at softcatala org>
4783
4784         * gst/goom/filters.c: (zoomVector):
4785         * gst/goom/goom_core.c: (init_buffers):
4786           Fix build with mingw32: use rand() instead of random() and
4787           replace bzero() with memset(). Fixes #529692.
4788
4789 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4790
4791         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4792         Fix typo in comments.
4793
4794         * tests/examples/rtp/client-H263p-PCMA.sdp:
4795         * tests/examples/rtp/client-H263p-PCMA.sh:
4796         * tests/examples/rtp/client-H264-PCMA.sdp:
4797         * tests/examples/rtp/client-H264-PCMA.sh:
4798         * tests/examples/rtp/client-H264.sdp:
4799         * tests/examples/rtp/client-H264.sh:
4800         * tests/examples/rtp/client-PCMA.sdp:
4801         * tests/examples/rtp/client-PCMA.sh:
4802         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4803         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4804         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4805         Add some more docs and fix examples.
4806
4807 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4808
4809         * tests/check/elements/multifile.c:
4810         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4811         declared in the former, some have it declared in the latter.
4812
4813 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4814
4815         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4816         * gst/debug/tests.c: (md5_get_value):
4817         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4818         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4819         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4820         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4821         Stop using deprecated GLib functions.
4822
4823 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4824
4825         * configure.ac:
4826         Back to development -> 0.10.8.1
4827
4828 === release 0.10.8 ===
4829
4830 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4831
4832         * configure.ac:
4833           releasing 0.10.8, "One For The Money"
4834
4835 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4836
4837         * configure.ac:
4838         0.10.7.4 pre-release
4839
4840 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4841
4842         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4843         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4844         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4845         * gst/goom/flying_stars_fx.c: (fs_free):
4846         * gst/goom/goom_config_param.h:
4847         * gst/goom/goom_core.c: (goom_init), (goom_close):
4848         * gst/goom/goom_plugin_info.h:
4849         * gst/goom/gstgoom.c: (gst_goom_finalize):
4850         * gst/goom/lines.c: (goom_lines_free):
4851         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4852         * gst/goom/surf3d.c: (grid3d_free):
4853         * gst/goom/surf3d.h:
4854         * gst/goom/tentacle3d.c: (tentacle_free):
4855         Free a bunch of stuff, and initialise things to fix leaks
4856         and valgrind warnings in the testsuite.
4857
4858         Fixes: #529268
4859
4860 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4861
4862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4863         (gst_rtspsrc_configure_caps):
4864         Ref caps as the return value for the request_pt_map signal.
4865         Remove some caps weirdness when configuring a stream. See #528245.
4866
4867 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4868
4869         * tests/icles/gdkpixbufsink-test.c:
4870           Add cast to placate gcc 4.1.2.
4871
4872 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4873
4874         * configure.ac:
4875         0.10.7.3 pre-release
4876
4877 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4878
4879         * tests/check/Makefile.am:
4880         Disable some more elements in the state test.
4881         Add a define so the soup test can find the test files
4882         it needs at runtime.
4883
4884         * tests/check/elements/souphttpsrc.c: (run_server):
4885
4886         Add a define so the soup test can find the test files
4887         it needs at runtime.
4888
4889 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4890
4891         * gst/goom/convolve_fx.c: (convolve_apply):
4892         Don't ever draw the GOOM logo.
4893         Fixes: #528615
4894
4895 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4896
4897         * ext/cdio/gstcdiocddasrc.c:
4898         * ext/dv/gstdvdemux.c: 
4899         gst_atomic_int_set ==> g_atomic_int_set
4900
4901 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * configure.ac:
4904         * gst/goom/Makefile.am:
4905         * gst/goom/convolve_fx.c:
4906         * gst/goom/default_scripts.h:
4907         * gst/goom/goom.h:
4908         * gst/goom/goom_core.c: (choose_a_goom_line):
4909         * gst/goom/goom_plugin_info.h:
4910         * gst/goom/goomsl.c:
4911         * gst/goom/goomsl.h:
4912         * gst/goom/goomsl_hash.c:
4913         * gst/goom/goomsl_hash.h:
4914         * gst/goom/goomsl_heap.c:
4915         * gst/goom/goomsl_heap.h:
4916         * gst/goom/goomsl_private.h:
4917         * gst/goom/plugin_info.c:
4918           Strip out the config/script parsing stuff, we don't need it.
4919           Fixes #527999.
4920
4921 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * gst/goom/plugin_info.c: (setOptimizedMethods):
4924           Disable altivec optimisations for 32-bit PPC as well to make
4925           things build properly on all PPC systems. Fixes #528143
4926
4927 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4928
4929         * gst-plugins-good.spec.in:
4930           Update for souphttpsrc plugin which has moved to -good.
4931
4932 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4933
4934         * gst/matroska/matroska-demux.c:
4935         (gst_matroska_demux_handle_seek_event):
4936         Fix open-ended seeks in matroskademux
4937         Patch by: Mark Nauwelaerts <manauw skynet be>
4938         Fixes: #526557
4939
4940 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4941
4942         * tests/check/Makefile.am:
4943         Add soup test certificates to the dist.
4944
4945 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4946
4947         * ext/Makefile.am:
4948         Remove LADSPA reference I missed.
4949
4950 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4951
4952         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4953         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4954         over gnome-vfs and everything else. Fixes bug #527848.
4955
4956 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4957
4958         * configure.ac:
4959         * ext/Makefile.am:
4960         Remove LADSPA plugin. Fixes: #515978
4961
4962 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4963
4964         * configure.ac:
4965         * docs/plugins/Makefile.am:
4966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4968         * docs/plugins/gst-plugins-good-plugins.args:
4969         * docs/plugins/inspect/plugin-soup.xml:
4970         * ext/Makefile.am:
4971         * tests/check/Makefile.am:
4972         Move soup plugin from -bad (Fixes: #523124)
4973
4974 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4975
4976         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4977         Fix bounds checking of mode in Speex header, which may
4978         produce negative numbers in speex <= 1.1.12
4979
4980 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4981
4982         * gst/goom/Makefile.am:
4983         * gst/goom/gfontlib.c:
4984         * gst/goom/gfontlib.h:
4985         * gst/goom/gfontrle.c:
4986         * gst/goom/gfontrle.h:
4987         * gst/goom/goom.h:
4988         * gst/goom/goom_core.c: (goom_update):
4989         * gst/goom/goom_plugin_info.h:
4990         * gst/goom/gstgoom.c: (gst_goom_chain):
4991         * gst/goom/plugin_info.c:
4992           Remove a bunch of font/text related code that we don't need.
4993
4994 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * gst/goom/ppc_drawings.s:
4997         * gst/goom/ppc_zoom_ultimate.s:
4998           Change license of these files to LGPL, as permitted by the
4999           author, Guillaume Borios. See #515073.
5000
5001 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5002
5003         * gst/goom/convolve_fx.c:
5004         * gst/goom/motif_goom1.h:
5005         * gst/goom/motif_goom2.h:
5006           As hinted in Bug #518213, revert one change and fix warnings properly.
5007           This fixes both #518213 and #520073 for me.     
5008
5009 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5010
5011         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5012         * gst/matroska/matroska-demux.c:
5013         (gst_matroska_demux_handle_seek_event),
5014         (gst_matroska_demux_parse_contents_seekentry),
5015         (gst_matroska_demux_loop):
5016         Fix the Forte build by making function declaration signatures
5017         match the implementations.
5018
5019 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5022         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5023         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5024           More logging when probing (see #518474), some comments in _reset().
5025
5026 2008-04-07  Julien Moutte  <julien@fluendo.com>
5027
5028         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5029         because of a bad argument number.
5030
5031 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5032
5033         * tests/icles/.cvsignore:
5034         * tests/icles/Makefile.am:
5035         * tests/icles/gdkpixbufsink-test.c:
5036           Interactive test app for gdkpixbufsink.
5037
5038 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5039
5040         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5041
5042         * configure.ac:
5043         Actually build dlls when cross-compiling with mingw32.
5044         Fixes bug #526247.
5045
5046 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5049           Don't munge device string to 'default:x' for capture devices.
5050           Fixes #525833.
5051
5052 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5053
5054         * ext/wavpack/gstwavpackparse.c:
5055         (gst_wavpack_parse_index_entry_free):
5056         Always use GSlice as we actually depend on GLib 2.12 already.
5057
5058 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * configure.ac:
5061           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5062           Also bump the GLib requirement to the current de-facto requirement
5063           (ie. 2.12).
5064
5065 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5066
5067         * gst/rtp/gstrtph264pay.c: (encode_base64),
5068         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5069         * gst/rtp/gstrtph264pay.h:
5070         Parse codec_data for future AVC compatibility.
5071         Fail when we encounter AVC data for now.
5072
5073 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5076           (gst_spectrum_init), (gst_spectrum_set_property),
5077           (gst_spectrum_get_property), (gst_spectrum_message_new):
5078           Rename property enums and default defines for the properties to match
5079           the property names and rephrase property descriptions to make them a
5080           bit clearer (hopefully). See #518188.
5081
5082 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5083
5084         * tests/check/Makefile.am:
5085         * tests/check/elements/.cvsignore:
5086         * tests/check/elements/gdkpixbufsink.c:
5087           Add unit test for gdkpixbufsink element.
5088
5089 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5090
5091         * ext/gdk_pixbuf/Makefile.am:
5092         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5093         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5094           (gst_gdk_pixbuf_sink_base_init),
5095           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5096           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5097           (gst_gdk_pixbuf_sink_set_caps),
5098           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5099           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5100           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5101           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5102           (gst_gdk_pixbuf_sink_get_property):
5103         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5104           Add gdkpixbufsink element for easy snapshotting (#525946).
5105
5106 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5107
5108         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5109         Bump timeout from 3 to 60 seconds.
5110
5111 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5112
5113         * tests/check/pipelines/.cvignore:
5114         Remove useless file.
5115
5116         * tests/check/pipelines/.cvsignore:
5117         Add new test to .cvsignore.
5118
5119 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         * tests/check/Makefile.am:
5122         * tests/check/pipelines/wavpack.c: (bus_handler),
5123         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5124         (wavpack_suite), (main):
5125         Add unit test that encodes and decodes some data, checks that it
5126         is still the same and that all timestamps/offsets are perfect.
5127
5128 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5129
5130         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5131         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5132         * ext/wavpack/gstwavpackparse.c:
5133         (gst_wavpack_parse_index_entry_new),
5134         (gst_wavpack_parse_index_entry_free),
5135         (gst_wavpack_parse_base_init),
5136         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5137         Use GSlice for allocating index entries and use
5138         gst_element_class_set_details_simple().
5139
5140 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5141
5142         Patch by: Brian Cameron <brian.cameron at sun dot com>
5143
5144         * sys/sunaudio/gstsunaudio.c:
5145         * sys/sunaudio/gstsunaudiomixer.c:
5146         * sys/sunaudio/gstsunaudiomixer.h:
5147         * sys/sunaudio/gstsunaudiomixerctrl.c:
5148         * sys/sunaudio/gstsunaudiomixerctrl.h:
5149         * sys/sunaudio/gstsunaudiomixertrack.c:
5150         * sys/sunaudio/gstsunaudiomixertrack.h:
5151         * sys/sunaudio/gstsunaudiosink.c:
5152         * sys/sunaudio/gstsunaudiosink.h:
5153         * sys/sunaudio/gstsunaudiosrc.c:
5154         * sys/sunaudio/gstsunaudiosrc.h:
5155           Fix up copyrights (#525860).
5156
5157 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5158
5159         * gst/goom/goomsl.c: (gsl_read_file):
5160           Check return value of fread() to avoid compiler warnings.
5161
5162 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5163
5164         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5165
5166         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5167         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5168         * gst/law/alaw-decode.h:
5169         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5170         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5171         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5172         * gst/law/mulaw-decode.h:
5173         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5174         Make negotiation a bit modern.
5175         Use pad_alloc. Fixes #525359.
5176
5177 2008-03-31  David Schleef  <ds@schleef.org>
5178
5179         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5180           compiles consistently.  Fixes #522278.
5181
5182 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         Patch by: Brian Cameron <brian.cameron at sun dot com>
5185
5186         * sys/sunaudio/gstsunaudiomixerctrl.c:
5187           (gst_sunaudiomixer_ctrl_get_volume),
5188           (gst_sunaudiomixer_ctrl_set_volume):
5189         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5190           Fix up the mixer tracks to use a volume range of 0-255, which is what
5191           the sun audio API uses. This simplifies the code and avoids rounding
5192           errors. Fixes #524593.
5193
5194 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5195
5196         * sys/v4l2/gstv4l2object.c:
5197         * sys/v4l2/gstv4l2object.h:
5198         Add device-fd property to make it possible to apps to call ioctl's.
5199
5200 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5201
5202         * gst/qtdemux/qtdemux.c: (next_entry_size):
5203         Unbreak streaming mode again.
5204
5205 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5208           Remove superfluous DEBUG macro.
5209
5210 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         Based on patch by: William M. Brack <wbrack at mmm com hk>
5213
5214         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5215           (gst_v4l2src_set_capture):
5216           Check whether the device supports setting the framerate before
5217           trying to set it and then posting a warning or error if it doesn't
5218           work (#516649, #520092). Also compare fractions more correctly.
5219
5220 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * gst/goom/Makefile.am:
5223           Remove ppc assembler optimisations from the build until they
5224           actually build (they also seem to have GPL headers).
5225
5226 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5227
5228         * m4/Makefile.am:
5229           Better not dist files that don't exist any longer (lrint*m4).
5230
5231 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5232
5233         * configure.ac:
5234         * m4/lrint.m4:
5235         * m4/lrintf.m4:
5236         Remove lrint/lrintf checks. We don't use it anywhere.
5237
5238 2008-03-18  Andy Wingo  <wingo@pobox.com>
5239
5240         * sys/osxvideo/osxvideosink.m
5241         (gst_osx_video_sink_osxwindow_destroy)
5242         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5243         task, whoopdee.
5244         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5245         2 ms.
5246
5247 2008-03-18  Andy Wingo  <wingo@pobox.com>
5248
5249         * sys/osxvideo/osxvideosink.m
5250         (gst_osx_video_sink_osxwindow_destroy)
5251         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5252         task, whoopdee.
5253         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5254         2 ms.
5255         
5256 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5257
5258         Patch by: William M. Brack <wbrack at mmm com hk>
5259
5260         * sys/v4l2/v4l2src_calls.c:
5261           (gst_v4l2src_probe_caps_for_format_and_size),
5262           (gst_v4l2src_probe_caps_for_format):
5263           Make sure the probed frame sizes are reversed in the resulting
5264           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5265           highest resolution first); also remove unused variable.
5266           (Partly fixes #520092)
5267
5268 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5269
5270         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5271
5272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5273         (gst_rtspsrc_finalize):
5274         Call WSAStartup() and WSACleanup before using the Winsock API.
5275         See #520808.
5276
5277 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5278
5279         * gst/avi/gstavidemux.c:
5280           Erm, the buffer-size is just guint, no need for the special format
5281           specifier.
5282
5283 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * gst/goom/plugin_info.c:
5286         * gst/goom/ppc_zoom_ultimate.h:
5287           Small fixes to build more on PPC: ifdef out code that uses unknown
5288           define; add newline at end of header file to avoid compiler warning.
5289           Assembler code still doesn't build though.
5290
5291 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5292
5293         * gst/avi/gstavidemux.c:
5294           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5295           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5296
5297 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5298
5299         * gst/avi/gstavidemux.c:
5300           Chunksize is uint32. Fix format specifier.
5301
5302 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5303
5304         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5305         mistake. Return file to pure MIT text.
5306
5307 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5308
5309         * gst/audiofx/audiofx.c:
5310         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5311         of hardcoding values.
5312
5313 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         Patch by: Mark Nauwelaerts <manauw skynet be>
5316
5317         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5318           (gst_oss_src_close):
5319         * sys/oss/gstosssrc.h:
5320           Cache probed caps, so _get_caps() during recording doesn't cause
5321           ioctl calls which may disrupt the recording (fixes #521875).
5322
5323 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5324
5325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5326         (gst_qtdemux_activate_segment),
5327         (gst_qtdemux_prepare_current_sample),
5328         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5329         Make sure we always send a DISCONT after a seek by setting the sample
5330         index to an undefined value after a seek.
5331
5332 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5333
5334         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5335           (GST_IS_AVI_SUBTITLE_CLASS):
5336           Fix up IS_FOO macros, which makes gtk-doc much happier.
5337
5338 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * tests/icles/Makefile.am:
5341           Move the -lgstfoo where it belongs.
5342
5343 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5344
5345         * gst/matroska/ebml-ids.h:
5346         Add ID for EBML CRC32 elements.
5347
5348         * gst/matroska/Makefile.am:
5349         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5350         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5351         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5352         (gst_ebml_read_header):
5353         Support reading 80bit floats, add finalize method to clean up
5354         in any case, support reading length/id elements with any length
5355         as long as it's smaller than our supported maximum, don't leak
5356         buffers if reading as much data as we wanted failed and some
5357         smaller cleanup.
5358
5359 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5360
5361         Patch by: Olivier Crete <tester at tester dot ca>
5362
5363         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5364         Check that a buffer is large enough before reading from it.
5365         Fixes bug #521102.
5366         
5367 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5368
5369         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5370         Fix compilation after removing the GstPollMode from the
5371         constructor.
5372
5373 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * configure.ac:
5376         * gst/audiofx/Makefile.am:
5377         * gst/audiofx/audiochebband.c:
5378         * gst/audiofx/audiocheblimit.c:
5379         * gst/audiofx/math_compat.h:
5380         Check for sinh(), cosh() and asinh() and define our own
5381         implementations if they're not available. Fixes bug #520880.
5382
5383 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5384
5385         Patch by: Olivier Crete <tester at tester dot ca>
5386
5387         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5388         Unref the buffers only once when handling not-negotiated errors.
5389         Fixes bug #520764.
5390
5391 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5392
5393         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5394
5395         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5396         (gst_udpsrc_stop):
5397         Properly balance WSA_Cleanup with WSA_Startup.
5398         Also make the poll controllable on windows. Fixes #520888.
5399
5400 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5401
5402         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5403         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5404         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5405         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5406         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5407         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5408         (gst_ebml_read_date), (gst_ebml_read_master),
5409         (gst_ebml_read_binary), (gst_ebml_read_header):
5410         * gst/matroska/ebml-read.h:
5411         * gst/matroska/matroska-demux.c:
5412         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5413         (gst_matroska_demux_read_track_encodings),
5414         (gst_matroska_demux_add_stream),
5415         (gst_matroska_demux_handle_src_query),
5416         (gst_matroska_demux_handle_seek_event),
5417         (gst_matroska_demux_init_stream),
5418         (gst_matroska_demux_parse_tracks),
5419         (gst_matroska_demux_parse_index_cuetrack),
5420         (gst_matroska_demux_parse_index_pointentry),
5421         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5422         (gst_matroska_demux_parse_metadata_id_simple_tag),
5423         (gst_matroska_demux_parse_metadata_id_tag),
5424         (gst_matroska_demux_parse_metadata),
5425         (gst_matroska_demux_sync_streams),
5426         (gst_matroska_demux_push_hdr_buf),
5427         (gst_matroska_demux_push_flac_codec_priv_data),
5428         (gst_matroska_demux_push_xiph_codec_priv_data),
5429         (gst_matroska_demux_add_wvpk_header),
5430         (gst_matroska_demux_check_subtitle_buffer),
5431         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5432         (gst_matroska_demux_parse_cluster),
5433         (gst_matroska_demux_parse_contents_seekentry),
5434         (gst_matroska_demux_parse_contents),
5435         (gst_matroska_demux_loop_stream_parse_id),
5436         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5437         * gst/matroska/matroska-demux.h:
5438         * gst/matroska/matroska-ids.h:
5439         Handle return values from pull_range in a more granular way to properly
5440         shut down on seeks.
5441         Combine return values from push.
5442         Implement proper error handling.
5443         Prepare for handling seeking correctly.
5444
5445 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5446
5447         * gst/matroska/ebml-read.c:
5448         Use GINT64 formatting constants from GLIB.
5449
5450         * gst/matroska/matroska-demux.c:
5451         Add some guards to avoid a possible division by 0 and crashing
5452         with NULL events on some systems.
5453         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5454         conversion. 
5455
5456         * gst/matroska/matroska-mux.c:
5457         Check for invalid timestamps in a bunch of places to avoid
5458         writing bogus durations into the output file.
5459         Fix some double<->gint64 conversions that weren't using
5460         gst_guint64_to_gdouble
5461
5462 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5463
5464         * configure.ac:
5465         Move the checks for bison, flex and as to the program section and the
5466         check for gcc inline asm to the compiler characteristics section.
5467
5468 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5469
5470         * configure.ac:
5471         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5472         plug-ins are included/excluded. (#498222)
5473
5474 2008-02-29  Michael Smith <msmith@fluendo.com>
5475
5476         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5477           Don't call gst_object_sync_values() unless we have a valid timestamp.
5478
5479 2008-02-28  David Schleef  <ds@schleef.org>
5480
5481         * gst/matroska/matroska-demux.c:
5482         * gst/matroska/matroska-ids.h:
5483         * gst/matroska/matroska-mux.c:
5484           Fix Dirac mapping.  I had previously added a VfW-type
5485           mapping, but it looks like Dirac will get a native Matroska
5486           mapping, and this is the most likely method.
5487
5488 2008-02-28  David Schleef  <ds@schleef.org>
5489
5490         * gst/avi/gstavimux.c: Add Dirac encoding
5491
5492 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5493
5494         Patch by: Peter Kjellerstedt <pkj at axis com>
5495
5496         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5497         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5498         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5499         * gst/udp/gstudpsrc.h:
5500         Port to GstPoll. See #505417.
5501
5502 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5503
5504         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5505         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5506         yet on the srcpad. We need rate and channels before we
5507         can do any processing. Fixes bug #519088.
5508
5509 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5510
5511         * configure.ac:
5512         Detect and indicate if GCC inline assembly syntax is
5513         available.
5514
5515         * gst/goom/Makefile.am:
5516         * gst/goom/convolve_fx.c:
5517         * gst/goom/flying_stars_fx.c:
5518         * gst/goom/goom_config.h:
5519         * gst/goom/goom_core.c:
5520         * gst/goom/goomsl.c:
5521         * gst/goom/ifs.c:
5522         * gst/goom/mmx.c:
5523         * gst/goom/plugin_info.c:
5524         * gst/goom/xmmx.c:
5525         Fix various GCC-isms, and only build the inline assembly
5526         with compilers that support GCC inline assembly.
5527
5528         Fix a couple of other warnings shown with Forte.
5529
5530 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5531
5532         * gst/goom/xmmx.c:
5533           Use 'emms' instead of 'femms' to not crash on cpus that do not
5534           implement this 3dnow specific instruction.
5535
5536 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5537
5538         * gst/goom/plugin_info.c: (setOptimizedMethods):
5539         Use extended MMX for draw_line() too if available, not only
5540         normal MMX.
5541
5542 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5543
5544         * ext/jpeg/gstjpeg.c: (plugin_init):
5545         Remove (commented out) smoke typefinder. This is in base now.
5546
5547 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5548
5549         * gst/goom2k1/Makefile.am:
5550         * gst/goom2k1/gstgoom.c:
5551
5552         Rename the installed library, and don't register the same 
5553         GType name as the new goom.
5554
5555 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * configure.ac:
5558         * ext/taglib/Makefile.am:
5559           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5560           when building C++ code (#516509).
5561
5562 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5563
5564         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5565         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5566           (setOptimizedMethods):
5567           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5568           anything useful. Export goom debug category so we can get
5569           rid of the VERBOSE define and the printfs.
5570
5571 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5572
5573         * gst/goom/goomsl_heap.c: (align_it):
5574         * gst/goom/plugin_info.c: (setOptimizedMethods):
5575           Compile fixes for x86-64.
5576
5577 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5578
5579         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5580         with warnings, but add other CFLAGS
5581
5582         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5583         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5584         (calculate_labels), (gsl_read_file):
5585         * gst/goom/goomsl_lex.l:
5586         * gst/goom/goomsl_yacc.y:
5587         * gst/goom/plugin_info.c: Remove a few live printf, and
5588         fprintf, replace exit() calls with g_assert_not_reached()
5589         if it not optimal for a library
5590
5591 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5592
5593         * gst/goom/Makefile.am: Remove the warnings being disabled,
5594         fix linkage on x86, spotted by Sebastian Dröge
5595         <slomo@circular-chaos.org>
5596
5597         * gst/goom/convolve_fx.c (convolve_init),
5598         (create_output_with_brightness), (convolve_apply):
5599         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5600         * gst/goom/goomsl.c:
5601         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5602         * gst/goom/plugin_info.c:
5603         * gst/goom/tentacle3d.c (tentacle_fx_create):
5604         Fix warnings, and disable the motifs in the convolve_fx
5605         plugin (they were causing warnings, and they were just
5606         "Goom" in funny letterring)
5607
5608 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5609
5610         * configure.ac: Add checks for Flex/Yacc/Bison and other
5611         furry animals, for the new goom 2k4 based plugin
5612
5613         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5614         CPU optimisations (not working yet), move the old plugin to...
5615
5616         * gst/goom2k1/*: ... here, in case somebody is sick enough
5617
5618         Fixes #515073
5619
5620 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5621
5622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5623         Post the server response code in an error message instead of a generic
5624         'error' message. Fixes #517237.
5625
5626 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5627
5628         * tests/check/Makefile.am:
5629         Ignore gconfaudiosrc for the states unit test too. It will fallback
5630         to alsasrc if the gconf settings can't be read and not everybody has
5631         alsa.
5632
5633 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5634
5635         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5636         (gst_wavpack_parse_create_src_pad):
5637         * ext/wavpack/gstwavpackparse.h:
5638         Always report the duration if we know it in push mode and don't
5639         return 0 just to make totem believe we can't seek in push mode.
5640         Newer totem version use the SEEKING query which properly reports
5641         if we can seek or not.
5642
5643 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5644
5645         Patch by: Jens Granseuer <jensgr at gmx dot net>
5646
5647         * tests/examples/equalizer/demo.c: (main):
5648         C89 fix, moving variable declarations to the beginning of
5649         the block. Fixes bug #517933.
5650
5651 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5652
5653         * configure.ac:
5654         Back to development...
5655
5656 === release 0.10.7 ===
5657
5658 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5659
5660         * configure.ac:
5661           releasing 0.10.7, "Red Door Black"
5662
5663 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5664
5665         * gst/alpha/Makefile.am:
5666         Link alpha plugin with libgstbase. Fixes bug #517386.
5667
5668 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5669
5670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5671         Init values to -1 instead of the default 0 value.
5672         Fixes #516524.
5673
5674 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5675
5676         * tests/examples/spectrum/spectrum-example.c:
5677         Add missing include to fix compilation when libxml usage is disabled.
5678         Fixes: #516371
5679
5680 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5681
5682         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5683         fixes: #514889
5684
5685         * gst/rtp/gstrtph264pay.c:
5686         * gst/rtp/gstrtpmp4gdepay.c:
5687         * gst/rtp/gstrtpmp4gpay.c:
5688         * gst/rtp/gstrtpmp4gpay.h:
5689         * gst/rtp/gstrtptheorapay.c:
5690         * gst/rtp/gstrtpvorbispay.c:
5691
5692         Fix various leaks shown up in valgrind
5693         - free sprops and buffer in error cases in H264 payloader
5694         - fix leak in mp4g depayloader when construction the caps
5695         - don't leak config string in the mp4g payloader
5696         - don't leak buffers and headers in theora and vorbis payloaders
5697
5698         * tests/check/elements/rtp-payloading.c:
5699
5700         Fix the RTP data test
5701         - Actually send valid amr data to the payloader instead of 20
5702         zero-bytes
5703         - The mp4g payloader expects codec_data on the caps
5704
5705 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5706
5707         * win32/MANIFEST:
5708         Add libgstpng.dsp to MANIFEST.
5709         * win32/vs6/libgstaudiofx.dsp:
5710         Add new source files to VS project file.
5711
5712 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5713
5714         * sys/ximage/gstximagesrc.c:
5715         Initialise variables when opening the X display rather
5716         than in _start(), as the display can be opened before that.
5717
5718         Fixes: #515985
5719
5720 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5721
5722         * sys/directdraw/gstdirectdrawsink.c:
5723         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5724         (gst_directdraw_sink_finalize):
5725         Properly chain up finalize functions. Fixes bug #515980.
5726
5727 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5728
5729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5730         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5731         (gst_v4l2_buffer_pool_class_init):
5732         Chain up the finalize functions. Fixes bug #515984.
5733
5734 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5735
5736         * sys/ximage/ximageutil.c:
5737         Chain up in the finalize function for our custom
5738         buffer sub-class.
5739         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5740         Fixes: #515706
5741
5742 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5743
5744         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5745         (gst_fenced_buffer_class_init):
5746         Properly chain up finalize method. Fixes bug #515979.
5747
5748 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5749
5750         * sys/ximage/gstximagesrc.c:
5751         Free allocated Damage memory before closing our connection to the
5752         X server. Partially fixes: #515706
5753
5754 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5755
5756         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5757         * tests/check/Makefile.am:
5758         * tests/check/gst-plugins-good.supp:
5759         Add a few libjpeg suppressions and initialize a variable to
5760         make smokeenc valgrind clean. Fixes bug #515701.
5761
5762 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5763
5764         * gst/avi/gstavidemux.c:
5765         Revert patch which sends timestamps only on keyframes, as it
5766         breaks playback with current gst-ffmpeg.
5767
5768         Fixes: #515562
5769
5770 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5771
5772         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5773         * tests/check/elements/multifile.c: (GST_START_TEST):
5774         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5775
5776 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5777
5778         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5779         Use and unset the GError when pipeline creation fails instead of
5780         simply leaking it. Fixes bug #515704.
5781
5782 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5783
5784         * gst/audiofx/audioamplify.c:
5785         * gst/audiofx/audiochebband.c:
5786         * gst/audiofx/audiocheblimit.c:
5787         * gst/audiofx/audiodynamic.c:
5788         * gst/audiofx/audioinvert.c:
5789         * gst/audiofx/audiopanorama.c:
5790         * gst/audiofx/audiowsincband.c:
5791         * gst/audiofx/audiowsinclimit.c:
5792         Fix long description of audiofx elements. Fixes bug #515457.
5793
5794 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5795
5796         * docs/plugins/Makefile.am:
5797         * gst/spectrum/gstspectrum.c:
5798         * tests/examples/spectrum/.cvsignore:
5799         * tests/examples/spectrum/Makefile.am:
5800         * tests/examples/spectrum/spectrum-example.c:
5801
5802         Add a simple example application for the spectrum element, include it
5803         in the docs, and fix some documentation ambiguities.
5804
5805         Fixes: #348085
5806
5807 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5808
5809         * gst/equalizer/Makefile.am:
5810         * gst/spectrum/Makefile.am:
5811         Fix includes order
5812
5813         * tests/check/Makefile.am:
5814         Exclude v4l2src from the states test - it takes too long to start.
5815
5816         * tests/check/elements/spectrum.c:
5817         Make the test run properly with CK_FORK=no
5818
5819 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5820
5821         * gst/audiofix/Makefile.am: add missing header files 
5822
5823 2008-02-08  Julien Moutte  <julien@fluendo.com>
5824
5825         * gst/matroska/matroska-demux.c:
5826         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5827         keyframe and delta units correctly when dealign with a BlockGroup.
5828         Fixes: #514397
5829
5830 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5831
5832         * tests/check/elements/.cvsignore:
5833         Spell the new tests correctly in .cvsignore
5834
5835 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5838           Need to use gsize here for the size, fixes compiler warning.
5839
5840         * tests/examples/equalizer/.cvsignore:
5841         * tests/examples/equalizer/Makefile.am:
5842         * tests/examples/spectrum/.cvsignore:
5843         * tests/examples/spectrum/Makefile.am:
5844           Add missing files to fix the build.
5845
5846 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5847
5848         * configure.ac:
5849         * docs/plugins/Makefile.am:
5850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5852         * docs/plugins/gst-plugins-good-plugins.args:
5853         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5854         * docs/plugins/inspect/plugin-multifile.xml:
5855         * tests/check/Makefile.am:
5856         * tests/check/elements/.cvsignore:
5857
5858         Move multifile plugin from -bad.
5859         Fixes: #490283
5860
5861 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5862
5863         * configure.ac:
5864         * docs/plugins/Makefile.am:
5865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5867         * docs/plugins/gst-plugins-good-plugins.args:
5868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5869         * docs/plugins/inspect/plugin-spectrum.xml:
5870         * gst/spectrum/Makefile.am:
5871         * tests/check/Makefile.am:
5872         * tests/check/elements/.cvsignore:
5873         * tests/examples/Makefile.am:
5874
5875         Move spectrum plugin from -bad.
5876         Move examples into tests/examples/spectrum.
5877
5878 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5879
5880         * configure.ac:
5881         * docs/plugins/Makefile.am:
5882         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5884         * docs/plugins/gst-plugins-good-plugins.args:
5885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5886         * docs/plugins/gst-plugins-good-plugins.interfaces:
5887         * docs/plugins/inspect/plugin-equalizer.xml:
5888         * gst/equalizer/Makefile.am:
5889         * tests/check/Makefile.am:
5890         * tests/examples/Makefile.am:
5891         Move the equalizer plugin across from -bad
5892
5893         * tests/check/elements/.cvsignore:
5894         Add equalizer, audiosincwband and audiosincwlimit
5895
5896         * tests/check/elements/equalizer.c:
5897         Fix compiler warnings
5898
5899         Fixes: #415627
5900
5901 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5902
5903         * configure.ac:
5904         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5905         are treated like releases and build without it.
5906
5907 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5908
5909         * docs/plugins/Makefile.am:
5910         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5911         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5912         * docs/plugins/gst-plugins-good-plugins.args:
5913         * docs/plugins/inspect/plugin-audiofx.xml:
5914         * gst/audiofx/Makefile.am:
5915         * gst/audiofx/audiofx.c:
5916         * gst/audiofx/audiowsincband.c:
5917         * gst/audiofx/audiowsincband.h:
5918         * gst/audiofx/audiowsinclimit.c:
5919         * gst/audiofx/audiowsinclimit.h:
5920         * tests/check/Makefile.am:
5921         * tests/check/elements/audiowsincband.c:
5922         * tests/check/elements/audiowsinclimit.c:
5923
5924         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5925         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5926         respectively.
5927
5928         Fixes: #467666
5929
5930 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5931
5932         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5933         * tests/check/elements/icydemux.c:
5934           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5935           caps, and add a somewhat useful debug message. Plus test.
5936
5937 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5938
5939         * gst/rtsp/gstrtspsrc.c:
5940         Include unistd.h only if HAVE_UNISTD_H is defined
5941         * win32/common/config.h.in:
5942         * win32/common/config.h:
5943         Define socklen_t as it seems it's not defined in default 
5944         Visual Studio headers.
5945         * win32/vs6/libgstalpha.dsp:
5946         * win32/vs6/libgstapetag.dsp:
5947         * win32/vs6/libgstavi.dsp:
5948         * win32/vs6/libgstrtp.dsp:
5949         * win32/vs6/libgstrtsp.dsp:
5950         * win32/vs6/libgstvideomixer.dsp:
5951         Update project file dependencies and add new source files       
5952
5953 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5954
5955         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5956
5957         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5958         Don't leak buffers when we don't push them downstream.
5959         Fixes bug #514965.
5960
5961 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         * configure.ac:
5964           Bump requirements to (good) released versions to avoid
5965           confusion and make implicit core requirement explicit.
5966
5967 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5968
5969         * docs/plugins/Makefile.am:
5970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5971         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5972         * docs/plugins/gst-plugins-good-plugins.args:
5973         * docs/plugins/inspect/plugin-audiofx.xml:
5974         * gst/audiofx/Makefile.am:
5975         * gst/audiofx/audiochebband.c:
5976         * gst/audiofx/audiochebband.h:
5977         * gst/audiofx/audiocheblimit.c:
5978         * gst/audiofx/audiocheblimit.h:
5979         * gst/audiofx/audiochebyshevfreqband.c:
5980         * gst/audiofx/audiochebyshevfreqband.h:
5981         * gst/audiofx/audiochebyshevfreqlimit.c:
5982         * gst/audiofx/audiochebyshevfreqlimit.h:
5983         * gst/audiofx/audiofx.c:
5984         * tests/check/Makefile.am:
5985         * tests/check/elements/.cvsignore:
5986         * tests/check/elements/audiochebband.c:
5987         * tests/check/elements/audiocheblimit.c:
5988         * tests/check/elements/audiochebyshevfreqband.c:
5989         * tests/check/elements/audiochebyshevfreqlimit.c:
5990
5991         Rename audiochebyshevfreqband -> audiochebband and
5992         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5993         surgery.
5994
5995         Closes: #491811
5996
5997 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5998
5999         Patch by: Orjan Friberg <orjanf at axis dot com>
6000
6001         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6002         Fix caps memory leak. Fixes #514573.
6003
6004 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6005
6006         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6007         If there's no entries in the subindex, don't try to do anything stupid,
6008         just return.
6009
6010 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         Patch by: John Millikin <jmillikin at gmail dot com>
6013
6014         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6015           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6016           Fix extraction of picture blocks with newer libflac versions again:
6017           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6018
6019 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6020
6021         * tests/check/Makefile.am:
6022           Add rtp-payloading test to VALGRIND_TO_FIX.
6023
6024         * tests/check/elements/rtp-payloading.c:
6025           Add semicolons after GST_TEST_END so gst-indent gets the
6026           formatting right; make test less verbose in general, but
6027           more verbose in the error case (which should probably
6028           make the test fail anyway).
6029
6030 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6031
6032         * docs/plugins/Makefile.am:
6033         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6034         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6035         * gst/avi/gstavisubtitle.c:
6036         Add documentation for avisubtitle and change class to
6037         Codec/Parser/Subtitle
6038
6039 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6040
6041         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6042         Treat ENOTTY (driver does not implement ioctl) the same as
6043         EINVAL since it implies there are no available standards.
6044
6045         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6046         (gst_v4l2src_get_nearest_size):
6047         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6048         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6049         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6050         reason, and if we aren't yet actively capturing.
6051
6052         * sys/v4l2/v4l2src_calls.h:
6053         Remove replaced function declaration.
6054
6055 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6056
6057         * configure.ac:
6058         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6059         API.
6060
6061 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6062
6063         * configure.ac:
6064         Fix typo.
6065
6066 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6067
6068         * gst/alpha/Makefile.am:
6069         * gst/alpha/gstalpha.c:
6070
6071         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6072         some stuff, and making buffer-alloc and resizing work automatically.
6073         No longer crashes on odd frame widths and heights, although there
6074         seems to be a disagreement with ffmpegcolorspace about what size
6075         an AYUV frame with odd height should be.
6076
6077 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6078
6079         Patch by: Alessandro Decina <alessandro at nnva dot org>
6080
6081         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6082         * ext/libpng/gstpngenc.h:
6083         Preallocate the output buffer so that g_memdup() and
6084         gst_buffer_merge() aren't needed anymore. This greatly improves
6085         performances and fixes #512544.
6086
6087 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6088
6089         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6090         (gst_avi_demux_stream_data):
6091         GStreamer timestamps are PTS values while AVI only knows about DTS
6092         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6093         we are dealing with a key frame.
6094
6095 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6096
6097         * tests/check/Makefile.am:
6098         * tests/check/elements/.cvsignore:
6099         * tests/check/elements/rtp-payloading.c:
6100           Add add testsuite for the rtp-payloader that tries simulating
6101           dataflow. Needs more test data.
6102
6103 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6104
6105         * tests/check/elements/alphacolor.c:
6106           Remove two unused variables.
6107
6108 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6109
6110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6111           Use g_ascii_strtoll() instead of atoll, which is only
6112           available in C99.
6113
6114 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6115
6116         * gst/rtp/Makefile.am:
6117         * gst/rtp/gstrtp.c:
6118         * gst/rtp/gstrtpmpvpay.c:
6119         * gst/rtp/gstrtpmpvpay.h:
6120         Add MPEG2 video payloader
6121
6122 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6123
6124         * gst/level/gstlevel.c:
6125         Use #include <math.h> instead of #include "math.h".
6126
6127 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6128
6129         * tests/check/Makefile.am:
6130         Fix up some CFLAGS sets.
6131         Don't include gconfvideosrc in the states test.
6132
6133         * tests/check/elements/autodetect.c: (GST_START_TEST):
6134         Add some error strings to fail_unless arguments to fix some weird
6135         compiler errors on Solaris.
6136
6137 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6138
6139         * configure.ac:
6140         Detect video4linux headers on Solaris too.
6141         * sys/v4l2/gstv4l2colorbalance.h:
6142         * sys/v4l2/gstv4l2object.h:
6143         * sys/v4l2/v4l2_calls.c:
6144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6145         (gst_v4l2_buffer_new):
6146
6147         Make v4l2 build on Solaris.
6148         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6149         Fixes: #510505
6150
6151 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6152
6153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6154           Update list from (still local) scanning script.
6155
6156 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6157
6158         Based on a patch by:
6159             Victor STINNER <victor dot stinner at haypocalc dot com>
6160
6161         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6162         Set variable to NULL after freeing it to prevent double frees
6163         or make failures by another use of it afterwards more obvious
6164         and fix use of it after the freeing. Fixes bug #510592.
6165
6166 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6167
6168         * gst/udp/gstmultiudpsink.c:
6169         use GST_WARNING for logging
6170
6171 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6172
6173         * gst/udp/gstmultiudpsink.c:
6174         Don't try to leave a multicast group with an invalid socket
6175
6176 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         * ext/flac/gstflacdec.c:
6179           Fix compilation against flac 1.1.2 (as on debian stable), where
6180           the picture metadata defines and structs don't exist yet.
6181           Fixes #509301.
6182
6183 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6184
6185         Patch by: Olivier Crete <tester at tester dot ca>
6186
6187         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6188         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6189         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6190         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6191         * gst/udp/gstmultiudpsink.h:
6192         Add property to automatically join a multicast group or not. This can be
6193         useful when sharing a socket between multiple elements.
6194         Fixes #509531.
6195
6196 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6197
6198         * gst/videomixer/Makefile.am:
6199           Add controller flags.
6200
6201 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6202
6203         * gst/videomixer/videomixer.c:
6204           Also commit the missing gst_object_sync_values().
6205
6206 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6207
6208         * docs/plugins/Makefile.am:
6209           Remove duplicate entry.
6210
6211 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6212
6213         * docs/plugins/Makefile.am:
6214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6215         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6216         * docs/plugins/inspect/plugin-gamma.xml:
6217         * docs/plugins/inspect/plugin-monoscope.xml:
6218         * docs/plugins/inspect/plugin-video4linux2.xml:
6219           Add 3 more plugins to docs.
6220
6221 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6222
6223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6224         * sys/osxvideo/osxvideosink.h:
6225           Revert previous change caused by a file that got stuck on an old
6226           revision.
6227
6228 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6229
6230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6231         * gst/multipart/Makefile.am:
6232         * gst/multipart/multipartdemux.c:
6233         * gst/multipart/multipartdemux.h:
6234         * gst/multipart/multipartmux.c:
6235         * gst/multipart/multipartmux.h:
6236           Re-add multipartdemux to the docs. Last round of section cleanup.
6237
6238 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6239
6240         * docs/plugins/Makefile.am:
6241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6242         * sys/osxaudio/gstosxaudiosink.h:
6243         * sys/osxvideo/osxvideosink.h:
6244           Managed to resolve most unused declarations. Filed a bug for one left.          
6245
6246 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6247
6248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6249           Cleanup section file.
6250
6251 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * docs/plugins/Makefile.am:
6254         * docs/plugins/gst-plugins-good-plugins.args:
6255         * docs/plugins/gst-plugins-good-plugins.signals:
6256         * docs/plugins/inspect/plugin-alaw.xml:
6257         * docs/plugins/inspect/plugin-alpha.xml:
6258         * docs/plugins/inspect/plugin-alphacolor.xml:
6259         * docs/plugins/inspect/plugin-annodex.xml:
6260         * docs/plugins/inspect/plugin-apetag.xml:
6261         * docs/plugins/inspect/plugin-audiofx.xml:
6262         * docs/plugins/inspect/plugin-auparse.xml:
6263         * docs/plugins/inspect/plugin-autodetect.xml:
6264         * docs/plugins/inspect/plugin-avi.xml:
6265         * docs/plugins/inspect/plugin-cairo.xml:
6266         * docs/plugins/inspect/plugin-cdio.xml:
6267         * docs/plugins/inspect/plugin-cutter.xml:
6268         * docs/plugins/inspect/plugin-debug.xml:
6269         * docs/plugins/inspect/plugin-dv.xml:
6270         * docs/plugins/inspect/plugin-efence.xml:
6271         * docs/plugins/inspect/plugin-effectv.xml:
6272         * docs/plugins/inspect/plugin-flac.xml:
6273         * docs/plugins/inspect/plugin-flxdec.xml:
6274         * docs/plugins/inspect/plugin-gconfelements.xml:
6275         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6276         * docs/plugins/inspect/plugin-goom.xml:
6277         * docs/plugins/inspect/plugin-halelements.xml:
6278         * docs/plugins/inspect/plugin-icydemux.xml:
6279         * docs/plugins/inspect/plugin-id3demux.xml:
6280         * docs/plugins/inspect/plugin-jpeg.xml:
6281         * docs/plugins/inspect/plugin-ladspa.xml:
6282         * docs/plugins/inspect/plugin-level.xml:
6283         * docs/plugins/inspect/plugin-matroska.xml:
6284         * docs/plugins/inspect/plugin-mulaw.xml:
6285         * docs/plugins/inspect/plugin-multipart.xml:
6286         * docs/plugins/inspect/plugin-navigationtest.xml:
6287         * docs/plugins/inspect/plugin-png.xml:
6288         * docs/plugins/inspect/plugin-quicktime.xml:
6289         * docs/plugins/inspect/plugin-rtp.xml:
6290         * docs/plugins/inspect/plugin-rtsp.xml:
6291         * docs/plugins/inspect/plugin-shout2send.xml:
6292         * docs/plugins/inspect/plugin-smpte.xml:
6293         * docs/plugins/inspect/plugin-speex.xml:
6294         * docs/plugins/inspect/plugin-taglib.xml:
6295         * docs/plugins/inspect/plugin-udp.xml:
6296         * docs/plugins/inspect/plugin-videobalance.xml:
6297         * docs/plugins/inspect/plugin-videobox.xml:
6298         * docs/plugins/inspect/plugin-videocrop.xml:
6299         * docs/plugins/inspect/plugin-videoflip.xml:
6300         * docs/plugins/inspect/plugin-videomixer.xml:
6301         * docs/plugins/inspect/plugin-wavenc.xml:
6302         * docs/plugins/inspect/plugin-wavpack.xml:
6303         * docs/plugins/inspect/plugin-wavparse.xml:
6304           Update plugin docs.
6305
6306         * gst/videomixer/Makefile.am:
6307         * gst/videomixer/videomixer.c:
6308         * gst/videomixer/videomixer.h:
6309         * gst/videomixer/videomixerpad.h:
6310           Split out header to fix warnings from the doc-build.
6311
6312 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6313
6314         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6315
6316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6317         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6318
6319 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6323           Initialise variables to work around (false) 'foo might be used
6324           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6325
6326 2008-01-11  David Schleef  <ds@schleef.org>
6327
6328         * docs/plugins/.cvsignore:
6329         * tests/check/pipelines/.cvsignore:
6330           Ignore more files for the buildbot.
6331
6332 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6333
6334         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6335         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6336         Generate the image-type values correctly. Leave them out of the caps
6337         when outputting a "preview image" tag, since it only makes sense
6338         to have one of those - the type is irrelevant.
6339
6340         * sys/sunaudio/gstsunaudiomixerctrl.c:
6341         (gst_sunaudiomixer_ctrl_open):
6342         If we can, mark the mixer multiple open when we use it, in case
6343         (for some reason) the process wants to open it again elsewhere.
6344
6345 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6346
6347         Patch by: Olivier Crete <tester at tester dot ca>
6348
6349         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6350         * gst/rtp/gstrtptheorapay.c:
6351         Fix the clock rate to 90000 as required by the RFC.
6352         Fixes #508644.
6353
6354 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6355
6356         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6357           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6358
6359 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6360
6361         * autogen.sh:
6362           Add -Wno-portability to the automake parameters to stop warnings
6363           about GNU make extensions being used. We require GNU make in almost
6364           every Makefile anyway.
6365           
6366         * configure.ac:
6367           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6368           at the same time is required for per target flags.
6369
6370 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6371
6372         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6373         Fix error from my last commit.
6374
6375 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6378
6379         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6380           Make sure the ISO 639-X language code in ID3v2 COMM frames
6381           is actually valid UTF-8 (or rather: ASCII), so we don't end
6382           up with non-UTF8 strings in tags if there's garbage in the
6383           language field. Also make sure the language code is always
6384           lower case. Fixes: #508291.
6385
6386 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6387
6388         * ChangeLog:
6389           Fix ChangeLog typo.
6390
6391 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6392
6393         * Makefile.am:
6394           Include lcov.mak to allow building coverage reports. Guard
6395           check-torture target like in the other packages.
6396
6397 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6398
6399         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6400
6401         * gst/videomixer/videomixer.c:
6402         (gst_videomixer_set_master_geometry), (_do_init),
6403         (gst_videomixer_child_proxy_get_child_by_index),
6404         (gst_videomixer_child_proxy_get_children_count),
6405         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6406         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6407         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6408         Implement GstChildProxy interface.
6409         Send newsegment at the right moment
6410         Fixes #488879
6411
6412 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6413
6414         * gst/alpha/Makefile.am:
6415         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6416         (gst_alpha_sink_event), (gst_alpha_chain),
6417         (gst_alpha_change_state), (plugin_init):
6418         Make the various properties of 'alpha' controllable. This allows doing
6419         niceties like fade-in/fade-out.
6420
6421 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6422
6423         * gst/rtp/gstasteriskh263.c:
6424         * gst/rtp/gstrtpL16depay.c:
6425         * gst/rtp/gstrtpac3depay.c:
6426         * gst/rtp/gstrtpamrpay.c:
6427         * gst/rtp/gstrtpdepay.c:
6428         * gst/rtp/gstrtpgsmdepay.c:
6429         * gst/rtp/gstrtph263depay.c:
6430         * gst/rtp/gstrtph263pdepay.c:
6431         * gst/rtp/gstrtph263ppay.c:
6432         * gst/rtp/gstrtph264depay.c:
6433         * gst/rtp/gstrtph264pay.c:
6434         * gst/rtp/gstrtpmp2tdepay.c:
6435         * gst/rtp/gstrtpmp4adepay.c:
6436         * gst/rtp/gstrtpmp4gdepay.c:
6437         * gst/rtp/gstrtpmp4gpay.c:
6438         * gst/rtp/gstrtpmp4vdepay.c:
6439         * gst/rtp/gstrtpmpadepay.c:
6440         * gst/rtp/gstrtpmpvdepay.c:
6441         * gst/rtp/gstrtpsv3vdepay.c:
6442         * gst/rtp/gstrtptheoradepay.c:
6443         * gst/rtp/gstrtptheorapay.c:
6444         * gst/rtp/gstrtpvorbisdepay.c:
6445         * gst/rtp/gstrtpvorbispay.c:
6446           Remove copy/paste unused code (property setters and getter) found by
6447           the coverage suite (yay, saves ~20k on disk).
6448
6449 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6452           (videosink_templ):
6453           Also fix up pad templates to indicate that image/jpeg doesn't
6454           absolutely require the framerate property to be set (#504081).
6455
6456 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         Based on patch by: Wouter Cloetens  <wouter at mind be>
6459
6460         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6461           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6462           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6463         * gst/matroska/matroska-mux.h:
6464           Keep track of first and last timestamps for each incoming stream,
6465           so we can calculate the total duration for live sources and other
6466           input where we can't query the duration from the start or where
6467           there's no constant framerate from which we can deduce the
6468           duration; also use calculated/observed duration if it is bigger
6469           than the previously queried duration. Furthermore, use
6470           gst_pad_query_peer_duration() and take into account that it may
6471           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6472           screws up comparisons when using unsigned integers. Fixes #504081.
6473
6474 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6475
6476         * configure.ac:
6477         * gst/audiofx/audioamplify.c:
6478         (gst_audio_amplify_clipping_method_get_type),
6479         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6480         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6481         (gst_audio_dynamic_transform_ip):
6482         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6483         (gst_audio_invert_transform_ip):
6484         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6485         (gst_audio_panorama_transform):
6486         * gst/level/gstlevel.c: (gst_level_init):
6487         Make elements GST_BUFFER_FLAG_GAP aware and call
6488         gst_base_transform_set_gap_aware for this.
6489         Bump core requirement to CVS.
6490         
6491         * gst/audiofx/audiochebyshevfreqband.c:
6492         (gst_audio_chebyshev_freq_band_transform_ip):
6493         * gst/audiofx/audiochebyshevfreqlimit.c:
6494         (gst_audio_chebyshev_freq_limit_transform_ip):
6495         Also sync GObject properties to the controller if operating
6496         in passthrough mode.
6497
6498 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6499
6500         * sys/directdraw/gstdirectdrawsink.c:
6501           (gst_directdraw_sink_window_thread):
6502           FALSE is not a gpointer.
6503
6504 2008-01-05  Julien Moutte  <julien@fluendo.com>
6505
6506         * sys/directdraw/gstdirectdrawsink.c:
6507         (gst_directdraw_sink_set_window_id),
6508         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6509         (gst_directdraw_sink_buffer_alloc),
6510         (gst_directdraw_sink_draw_borders),
6511         (gst_directdraw_sink_show_frame),
6512         (gst_directdraw_sink_setup_ddraw),
6513         (gst_directdraw_sink_window_thread),
6514         (gst_directdraw_sink_get_ddrawcaps),
6515         (gst_directdraw_sink_surface_create): Make sure we create our
6516         internal window only when we need it. That will give a chance to
6517         the application to get the prepare-xwindow-id bus message. Draw
6518         black borders when keeping aspect ratio. Handle the case where our
6519         rendering window disappears (closed or errors) like other sinks
6520         do. Various 80 columns fixes, improve state change order. That
6521         element could need some more love.
6522
6523 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6524
6525         * ext/taglib/gstapev2mux.h:
6526         * ext/taglib/gstid3v2mux.h:
6527         Remove useless typedefs without new type name. Fixes a warning with
6528         gcc 4.3.
6529
6530 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6531
6532         Patch by: John Millikin <jmillikin at gmail dot com>
6533
6534         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6535         (gst_flac_dec_setup_stream_decoder),
6536         (gst_flac_normalize_picture_mime_type),
6537         (gst_flac_extract_picture_buffer),
6538         (gst_flac_dec_metadata_callback):
6539         Emit metadata messages when a PICTURE block is encountered.
6540         Fixes #506715.
6541
6542 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6543
6544         * gst/avi/gstavi.c:
6545         increase rank because no known issues anymore ...
6546         * gst/avi/gstavisubtitle.c:
6547         send subtitle name to the srcpad
6548
6549 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6550
6551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6552         * gst/rtsp/gstrtspsrc.h:
6553         Implement redirect for the DESCRIBE reply. Fixes #506025.
6554
6555 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6556
6557         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6558         Fix 'xyz may be used uninitialized' compiler warnings caused
6559         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6560         abort() in any case but properly report the error.
6561
6562 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6565         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6566         * sys/ximage/gstximagesrc.c: (composite_pixel):
6567           Fix 'xyz may be used uninitialized' compiler warnings caused
6568           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6569           not really nice to abort in any case). Fixes #505745.
6570
6571 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6574           Small unit test fix (has no practical impact at the moment,
6575           since we're only feeding utf8 and hence just create a sub-
6576           buffer for the output).
6577
6578 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6579
6580         * gst/avi/gstavisubtitle.c:
6581         * tests/check/elements/avisubtitle.c:
6582         Add seeking support for avi subtitle
6583
6584 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6585
6586         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6587         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6588         (gst_flac_dec_write):
6589         * ext/flac/gstflacdec.h:
6590         Remove some unused vars.
6591         Do more cleanup of leftover events and tags.
6592         Output tags after the segment event. Fixes #504018.
6593
6594 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6597           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6598           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6599           Detect other UTF byte order markers and convert to UTF-8 as
6600           appropriate.
6601
6602 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6603
6604         * gst/avi/gstavisubtitle.c: (src_template),
6605           (gst_avi_subtitle_extract_utf8_file),
6606           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6607           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6608           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6609         * gst/avi/gstavisubtitle.h:
6610           Refactor a bit; fix name extraction; don't assume all the data
6611           in the chunk is actually subtitle data, there may be padding at
6612           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6613           file so it's there to send again after a seek (for future use).
6614
6615 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6616
6617         * gst/avi/Makefile.am:
6618         * gst/avi/gstavi.c:
6619         * gst/avi/gstavisubtitle.c:
6620         * gst/avi/gstavisubtitle.h:
6621         * tests/check/Makefile.am:
6622         * tests/check/elements/avisubtitle.c:
6623         * win32/common/config.h:
6624                 Add avi subtitle element for bug #442034. Need seeking support
6625                 and more support for character conversion.
6626
6627 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * Makefile.am:
6630           Include common/win32.mak for CRLF check of win32 project
6631           files (see #393626).
6632
6633         * win32/vs6/libgstpng.dsp:
6634           Fix line endings and do cvs admin -kb.
6635
6636 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6637
6638         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6639         Actually drop the buffers which are outside the currently configured
6640         segment instead of just emitting a WARNING.
6641
6642 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6643
6644         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6645         (gst_flac_dec_write):
6646         * ext/flac/gstflacdec.h:
6647         Send segments from the streaming thread. Fixes #502187.
6648         Fix segment seeking and a bunch of other seeking cases.
6649
6650 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6653           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6654           which is where it would end up if the same information was
6655           put in a vorbis comment (don't think it's worth adding a
6656           new URI tag for this). Fixes #488112.
6657
6658 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         * configure.ac:
6661           We need core/base 0.10.15 or later.
6662
6663 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6664
6665         Patch by: Mark Nauwelaerts <manauw skynet be>
6666
6667         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6668         Fix regression in stream numbering. Fixes #502655.
6669
6670 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6671
6672         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6673
6674         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6675         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6676         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6677         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6678         (gst_rtp_h264_pay_handle_buffer):
6679         * gst/rtp/gstrtph264pay.h:
6680         Use higher performance start-code searching.
6681         Parse NALs and store SPS, PPS and profile in the caps so that they can
6682         be used in the SDP. Fixes #502814.
6683
6684 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6688           Init some structs to zero before we pass them to ioctl, which
6689           avoids valgrind warnings.  Also fix a small memory leak.
6690
6691 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6692
6693         Patch by: Wouter Cloetens <wouter at mind dot be>
6694
6695         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6696         Copy timestamp from input to output. Not very perfect yet but better
6697         than nothing. Fixes #503023.
6698
6699 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6700
6701         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6702           Also print a useful error message with the old Wavpack API
6703           if possible.
6704
6705 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6706
6707         * ext/wavpack/gstwavpackdec.c:
6708           More build fixes for old libwavpack versions: include config.h so
6709           that WAVPACK_OLD_API is actually defined as detected; only use
6710           WavpackGetErrorMessage if it is available. This fixes the build
6711           on debian stable for me.
6712
6713 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6714
6715         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6716         * ext/wavpack/gstwavpackparse.c:
6717           (gst_wavpack_parse_create_src_pad):
6718           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6719           versions below 4.40.0.
6720
6721 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6722
6723         * configure.ac:
6724           And now do it right for real...
6725
6726 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6727
6728         * configure.ac:
6729           Correctly reset $LIBS to not contain -lm.
6730
6731 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6732
6733         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6734
6735         * configure.ac:
6736         * ext/cairo/gsttimeoverlay.c:
6737           (gst_cairo_time_overlay_print_smpte_time):
6738           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6739           and checking for rint() and implementing it ourself if it doesn't
6740           exist. Fixes #497293.
6741
6742 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6743
6744         * configure.ac:
6745           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6746
6747 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6748
6749         * sys/oss/gstosshelper.c:
6750         Verify that the format returned after the ioctl is the one
6751         we requested. It is valid for the ioctl to succeed while
6752         substituting an alternate 'supported' sample format.
6753
6754 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * sys/oss/gstossaudio.c: (plugin_init):
6757         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6758         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6759           Post decent (and translated) error message when we can't
6760           open the audio device for some reason.
6761
6762 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6763
6764         * sys/oss/gstosssink.c:
6765         * sys/oss/gstosssrc.c:
6766         Allow the AUDIODEV environment variable to redirect us
6767         to a different default OSS device, like sunaudiosink does
6768         on Solaris (makes audio play automatically on SunRays).
6769
6770 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6771
6772         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6773         * gst/audiofx/audiochebyshevfreqband.c:
6774         (gst_audio_chebyshev_freq_band_transform_ip):
6775         * gst/audiofx/audiochebyshevfreqlimit.c:
6776         (gst_audio_chebyshev_freq_limit_transform_ip):
6777         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6778         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6779         The transform_ip() methods should do nothing if in passthrough mode.
6780         It might get non-writable buffers in that case but the buffer might
6781         as well be writable.
6782
6783         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6784         The transform() methods won't be called in passthrough mode and
6785         otherwise the buffer is always writable so don't check here.
6786
6787 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6790           Fix seeking in .wav files again (#501775).  Some people seem to think
6791           they don't need to test their changes when they're just 'reflowing'
6792           some code.
6793
6794 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6795
6796         * gst/autodetect/gstautovideosink.c:
6797         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6798         (gst_auto_video_sink_init),
6799         (gst_auto_video_sink_create_element_with_pretty_name),
6800         (gst_auto_video_sink_find_best),
6801         (gst_auto_video_sink_set_property),
6802         (gst_auto_video_sink_get_property):
6803         * gst/autodetect/gstautovideosink.h:
6804         Fix docs.
6805         Use same error reporting code as autoaudiosink.
6806         Add property to filter sinks based on caps. Only select raw video sinks
6807         by default for backwards compat.
6808         API: GstAutoVideoSink::filter-caps
6809
6810 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6813
6814         * gst/autodetect/gstautoaudiosink.c:
6815         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6816         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6817         (gst_auto_audio_sink_set_property),
6818         (gst_auto_audio_sink_get_property):
6819         * gst/autodetect/gstautoaudiosink.h:
6820         Add property to filter sinks based on caps. Only select raw audio sinks
6821         by default for backwards compat.  Fixes #417420.
6822         API: GstAutoAudioSink::filter-caps
6823
6824 2007-11-29  Michael Smith <msmith@fluendo.com>
6825
6826         Patch by: Arek Korbik <arkadini@gmail.com>
6827
6828         * gst/videobox/gstvideobox.c: (plugin_init):
6829           Initialise liboil in plugin_init()
6830
6831 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6834         Post error before sending EOS. Fixes #499178.
6835
6836 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6837
6838         * win32/vs6/gst_plugins_good.dsw:
6839         * win32/vs6/libgstpng.dsp:
6840         Add a project file for libgstpng
6841
6842 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6843
6844         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6845         (gst_rtp_h263_depay_process):
6846         Code beautification.
6847         Added debug statements.
6848         Don't bit-shift everything, just do operations on last/first byte
6849         instead.
6850
6851 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6852
6853         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6854
6855         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6856         Fix wrong comparison in overrun check. Fixes #499239 some more.
6857
6858 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6859
6860         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6861         (gst_rtp_h263_depay_process):
6862         * gst/rtp/gstrtph263depay.h:
6863         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6864         stream.
6865
6866 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6867
6868         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6869
6870         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6871         (gst_rtp_mp4a_depay_process):
6872         * gst/rtp/gstrtpmp4adepay.h:
6873         Fix depayloading when multiple frames are inside one RTP packet.
6874         Fixes #499239.
6875
6876 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6877
6878         * gst/level/gstlevel.c:
6879           Add GAP-flag support.
6880
6881 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6882
6883         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6884         Read the I flag for Mode A h263 rtp stream and set the
6885         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6886         Fixes #499383
6887
6888 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6889
6890         * gst/level/gstlevel.c:
6891           Remove some dead code and do cleanups.
6892
6893 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6894
6895         * tests/check/pipelines/simple-launch-lines.c:
6896           Improve the tests by allowing to set a target state.
6897
6898 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6899
6900         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6901         Don't check the caps of the output buffer if they're equal some
6902         other caps. The caps can change in a backward compatible way
6903         and did at this point.
6904
6905 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6906
6907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6908         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6909         (gst_qtdemux_seek_to_previous_keyframe),
6910         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6911         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6912         reverse playback support.
6913
6914 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6915
6916         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6917         Also set the channel layout on the Wavpack caps if we're having
6918         a mono layout. Of course only do it for "audio/x-wavpack".
6919
6920 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6921
6922         * ext/wavpack/gstwavpackcommon.c:
6923         (gst_wavpack_get_default_channel_mask),
6924         (gst_wavpack_set_channel_layout),
6925         (gst_wavpack_get_default_channel_positions),
6926         (gst_wavpack_get_channel_mask_from_positions),
6927         (gst_wavpack_set_channel_mapping):
6928         * ext/wavpack/gstwavpackcommon.h:
6929         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6930         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6931         * ext/wavpack/gstwavpackdec.h:
6932         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6933         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6934         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6935         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6936         (gst_wavpack_enc_rewrite_first_block),
6937         (gst_wavpack_enc_sink_event):
6938         * ext/wavpack/gstwavpackenc.h:
6939         * ext/wavpack/gstwavpackparse.c:
6940         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6941         (gst_wavpack_parse_scan_to_find_sample),
6942         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6943         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6944         * ext/wavpack/gstwavpackparse.h:
6945         Add support for encoding, parsing and decoding multichannel
6946         files with up to 8 channels. This also improves the robustness
6947         of parsing quite a bit.
6948
6949         * ext/wavpack/gstwavpackstreamreader.c:
6950         (gst_wavpack_stream_reader_read_bytes),
6951         (gst_wavpack_stream_reader_get_pos),
6952         (gst_wavpack_stream_reader_set_pos_abs),
6953         (gst_wavpack_stream_reader_set_pos_rel),
6954         (gst_wavpack_stream_reader_push_back_byte),
6955         (gst_wavpack_stream_reader_get_length),
6956         (gst_wavpack_stream_reader_can_seek),
6957         (gst_wavpack_stream_reader_write_bytes):
6958         Improve debugging.
6959
6960 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6961
6962         * ext/libpng/gstpngdec.c:
6963         * ext/libpng/gstpngdec.h:
6964           Don't release the png-memory from within the callback.
6965
6966 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6967
6968         Patch by: René Stadler <mail at renestadler dot de>
6969
6970         * ext/libpng/gstpngenc.c:
6971           Don't leak buffer data memory. Fixes #498395.
6972
6973 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6974
6975         Patch by: René Stadler <mail at renestadler dot de>
6976
6977         * tests/check/pipelines/simple-launch-lines.c:
6978           Tests for #498395.
6979
6980 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6981
6982         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6983         (gst_tag_lib_mux_adjust_event_offsets):
6984         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6985         * sys/osxaudio/Makefile.am:
6986         * sys/osxvideo/cocoawindow.h:
6987         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6988
6989 2007-11-15  David Schleef  <ds@schleef.org>
6990
6991         * ext/cairo/gsttextoverlay.c:
6992           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6993
6994 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6997
6998         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6999         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7000         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7001         * gst/rtp/gstrtpmp2tpay.h:
7002         Fill the MTU with as many packets as possible. Fixes #491323.
7003
7004 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7007
7008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7009         Fix some more leaks. Fixes #497007.
7010
7011 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7012
7013         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7014
7015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7016         (gst_rtspsrc_stream_configure_tcp):
7017         Fix 3 pad leaks. Fixes #496983.
7018
7019 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7020
7021         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7022
7023         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7024         Fix small leak. Fixes #497017.
7025
7026 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7027
7028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7029         (gst_qtdemux_prepare_current_sample),
7030         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7031         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7032         * gst/qtdemux/qtdemux_fourcc.h:
7033         * gst/qtdemux/qtdemux_types.c:
7034         Add suppport for theora in quicktime according to XiphQT.
7035
7036 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7037
7038         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7039         (gst_v4l2src_init), (gst_v4l2src_set_property),
7040         (gst_v4l2src_get_property):
7041         * sys/v4l2/gstv4l2src.h:
7042         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7043           Always copy buffers by default (handle safer with bugged drivers)
7044           and added a property to make it possible to use mmap effectively (no
7045           copy if possible) when application wants to. Fixes: #480557.
7046
7047 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         * gst/id3demux/id3tags.c:
7050         * gst/id3demux/id3tags.h:
7051         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7052           We don't want the same string multiple times in a tag list for the
7053           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7054           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7055
7056 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7057
7058         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7059           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7060           into ID3v2 TXXX frames (fixes #347848).
7061
7062 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7065           Don't leak sdp message contents (fixes #496773).
7066
7067         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7068           Don't leak URI string.
7069
7070 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         Patch by: Julien Puydt <julien dot puydt at laposte net>
7073
7074         * ext/raw1394/Makefile.am:
7075         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7076           (gst_1394_property_probe_get_properties),
7077           (gst_1394_property_probe_probe_property),
7078           (gst_1394_property_probe_needs_probe),
7079           (gst_1394_property_probe_get_values),
7080           (gst_1394_property_probe_interface_init),
7081           (gst_1394_type_add_property_probe_interface):
7082         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7083         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7084           (gst_dv1394src_init), (gst_dv1394src_dispose),
7085           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7086           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7087           (gst_dv1394src_update_device_name):
7088         * ext/raw1394/gstdv1394src.h:
7089           Implement GstPropertyProbe interface and add "device-name" property,
7090           so applications can use this to probe for available devices in the
7091           same way they can already with v4lsrc and v4l2src (however horrible
7092           this property probe interface may be). Fixes #358841.
7093
7094 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7095
7096         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7097
7098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7099           (gst_rtspsrc_parse_range):
7100           Don't leak event, don't leak range (fixes #496752).
7101
7102 2007-11-14  Michael Smith <msmith@fluendo.com>
7103
7104         Patch by: Arek Korbik <arkadini@gmail.com>
7105
7106         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7107           Detect RGBA/BGRA correctly on little endian systems.
7108
7109 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7110
7111         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7112           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7113           corresponding ioctl() call fails even though the driver claims to
7114           support this format, just fall back to the pre-2.6.19 kernel
7115           routine that creates caps with suitable height and width ranges
7116           (see #448278).
7117
7118 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         Patch by: Mark Nauwelaerts <manauw skynet be>
7121
7122         * gst/matroska/matroska-demux.c:
7123           (gst_matroska_demux_push_dvd_clut_change_event),
7124           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7125           (gst_matroska_demux_subtitle_caps):
7126         * gst/matroska/matroska-ids.h:
7127           Extract palette data for dvd subpicture streams and send it
7128           downstream as custom gstreamer dvd event (fixes #453417).
7129
7130 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7133           Implement minimal parsing of the passed pango font description
7134           string, so passing a font size works the same as with the
7135           pango textoverlay plugin; fixes #455086.
7136           (Maybe we could just use pangocairo here at some point).
7137
7138 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7139
7140         * gst/avi/gstavidemux.c:
7141         * gst/wavparse/gstwavparse.c:
7142           Return the result in _activate_pull(). Don't ref element there.
7143
7144 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7145
7146         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7147         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7148         (gst_wavparse_srcpad_event):
7149           Ref the element when we should, but not when we its not needed. Reflow
7150           the event_handling to not leak the event.       
7151
7152 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7153
7154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7155         (qtdemux_parse_samples):
7156         Properly free QTDemuxSamples array.
7157         Protect table write with a sensible check, some files apparently DO contain
7158         stts values starting with 0 :(
7159
7160 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7161
7162         * gst/avi/gstavidemux.c:
7163         * gst/qtdemux/qtdemux.c:
7164           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7165           previous commit messed up.
7166
7167 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7168
7169         * gst/avi/gstavidemux.c:
7170         * gst/qtdemux/qtdemux.c:
7171           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7172           element when we should, but not when we its not needed.
7173
7174 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7175
7176         * gst/wavparse/gstwavparse.c:
7177           Return FALSE if we can't handle a query instead of changing the
7178           format. Ignore fact when dealing with mpeg audio.
7179
7180 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7183
7184         * configure.ac:
7185         * gst/udp/gstdynudpsink.c:
7186         * gst/udp/gstdynudpsink.h:
7187         * gst/udp/gstmultiudpsink.c:
7188         * gst/udp/gstmultiudpsink.h:
7189         * gst/udp/gstudpsink.c:
7190         * gst/udp/gstudpsink.h:
7191           Fix includes for MSVC and GLib-2.14.0 (#492388).
7192
7193         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7194           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7195
7196 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7197
7198         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7199         (gst_mulawdec_chain):
7200         * gst/law/mulaw-decode.h:
7201         Calculate outgoing buffer duration if incoming buffer didn't have a
7202         valid duration.
7203
7204 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7205
7206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7207         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7208         Smarter combine_flow code that also deals with downstream elements
7209         returning UNEXPECTED when they receive data out of the segment
7210         boundaries. Fixes #491305.
7211
7212 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * sys/v4l2/v4l2src_calls.c:
7215           Fix 'unused variable' compiler warning when compiling against
7216           older kernel headers.
7217
7218 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * ext/taglib/gstid3v2mux.cc (add_funcs):
7221           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7222
7223 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7224
7225         * tests/check/pipelines/simple-launch-lines.c:
7226            Improve the tests a little more.
7227
7228 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7229
7230         patch by: Yun Zheng Hu
7231
7232         * sys/osxaudio/gstosxaudiosrc.c:
7233         Use default input device instead of default output device and
7234         only memcpy actual available bytes.
7235
7236 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7237
7238         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7239           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7240           early. It is temporary until we find something better.
7241
7242 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7243
7244         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7245
7246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7247         Fix race when pausing a RTSP stream in interleaved.
7248         Fixes #475784.
7249
7250 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7251
7252         Patch by: Peter Kjellerstedt <pkj at axis com>
7253
7254         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7255         Use correct unref function for buffers. #488844.
7256
7257 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7258
7259         * gst/avi/gstavimux.c:
7260         * tests/check/elements/avimux.c:
7261           Add some debug and sync tests with the fix.     
7262
7263 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7264
7265         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7266
7267         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7268         When the socket is used by the app for other purposes, don't generate an
7269         error if there is activaty on the socket that is not data related.
7270         Fixes #487488.
7271
7272 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7273
7274         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7275         (gst_v4l2src_grab_frame):
7276         Add some more debug info. Generate an error when we run out of buffers
7277         for some reason. See #480557.
7278
7279 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7282
7283         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7284         Set marker bit correctly.
7285
7286 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7287
7288         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7289         Use allowed name for the GstStructure.
7290
7291 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7292
7293         * ext/gconf/gstswitchsink.c:
7294         * gst/autodetect/gstautoaudiosink.c:
7295           Use new gst_bus_pop_filtered().
7296
7297 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7298
7299         * sys/v4l2/gstv4l2src.c:
7300         * sys/v4l2/v4l2src_calls.c:
7301           When probing the formats and sizes a camera supports, make
7302           sure the best ones (highest resolution, prefered format)
7303           end up at the beginning of the probed caps and the less
7304           desirable ones at the end.  This is important because the
7305           order within the caps matters for things like fixation and
7306           negotiation, ie. what format is chosen in the end.
7307           With recent kernels, the current probing code will end up
7308           querying the supported sizes from lowest resolution to
7309           highest resolution, adding them to the probed caps in that
7310           order, resulting to v4l2src fixating to the lowest possible
7311           resolution if downstream does not express a size preference.
7312           Also make up a somewhat random ranking of prefered output
7313           formats for the same reason. Fixes #485828.
7314         
7315 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7318
7319         * gst/id3demux/id3v2frames.c:
7320           Extract license/copyright URIs from ID3v2 WCOP frames
7321           (Fixes #447000).
7322
7323         * tests/check/elements/id3demux.c:
7324         * tests/files/Makefile.am:
7325         * tests/files/id3-447000-wcop.tag:
7326           Add simple unit test.
7327
7328 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * ext/taglib/gstid3v2mux.cc:
7331           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7332           Prerequisite for #447000.
7333
7334 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7335
7336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7337         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7338         a GstClockTime.
7339
7340 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7341
7342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7343         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7344         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7345         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7346         (gst_rtspsrc_change_state):
7347         More seeking fixes, mostly passing around the new playback segment in
7348         order to configure it properly.
7349         Also reset base_time of udp sources when setting them back to PLAYING as
7350         a temporary hack until core supports seek in live sources properly.
7351
7352 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7353
7354         * gst/rtp/gstrtpmp4adepay.c:
7355         Fix caps as to not confuse autopluggers.
7356
7357 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * gst/id3demux/gstid3demux.c:
7360         * gst/id3demux/gstid3demux.h:
7361         * gst/id3demux/id3tags.c:
7362         * gst/id3demux/id3tags.h:
7363         * gst/id3demux/id3v2frames.c:
7364           Port ID3 tag demuxer over to the new GstTagDemux in -base
7365           (now would be a good time to test re-importing your music
7366           collection).
7367
7368 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/apetag/Makefile.am:
7371         * gst/apetag/gstapedemux.c:
7372         * gst/apetag/gstapedemux.h:
7373         * gst/apetag/gsttagdemux.c:
7374         * gst/apetag/gsttagdemux.h:
7375           Port APE tag demuxer over to the new GstTagDemux in -base.
7376
7377 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7378
7379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7380         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7381         (gst_rtspsrc_handle_internal_src_query),
7382         (gst_rtspsrc_handle_src_query), (new_session_pad),
7383         (gst_rtspsrc_stream_configure_tcp),
7384         (gst_rtspsrc_stream_configure_transport),
7385         (gst_rtspsrc_loop_send_cmd):
7386         Improve flushing behaviour.
7387         Set state of the udp sources to PAUSE/PLAYING correctly.
7388         Handle events and queries for UDP and TCP transport now.
7389
7390 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7391
7392         * gst/rtp/gstrtpgsmdepay.c:
7393         * gst/rtp/gstrtpgsmpay.c:
7394           Add log category.
7395
7396 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7397
7398         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7399
7400         * tests/check/Makefile.am:
7401         * tests/check/pipelines/simple-launch-lines.c:
7402           Add unit tests for payloaders/depayloaders.
7403
7404 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7405
7406         * gst/avi/gstavimux.c:
7407         * gst/avi/gstavimux.h:
7408           Also save codec data for audio streams. Fixes #482495.
7409
7410 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7411
7412         * gst/avi/gstavimux.c:
7413           Fix "Index entry has invalid stream nr 1".
7414           Add support for muxing aac - work in progress (see #482495).
7415
7416 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7417
7418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7419         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7420         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7421         * gst/rtsp/gstrtspsrc.h:
7422         Parse bandwidth modifiers, they are not yet configured in the session
7423         manager because we don't have an API for that yet.
7424
7425 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7426
7427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7428         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7429         Use shiny new function in -base to get the default clock-rate.
7430         Update some docs.
7431
7432 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7433
7434         * win32/MANIFEST:
7435         Add files to win32 manifest.
7436         * win32/vs6/libgstaudiofx.dsp:
7437         * win32/vs6/libgstqtdemux.dsp:
7438         * win32/vs6/libgstrtp.dsp:
7439         * win32/vs6/libgstrtsp.dsp:
7440         Update project files.
7441
7442 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7443
7444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7445         (gst_rtspsrc_play):
7446         * gst/rtsp/gstrtspsrc.h:
7447         In TCP mode, only timestamp the first buffer. TCP is not real time and
7448         it does not make sense to try to skew compensate, also some servers send
7449         the first batch of data in a burst.
7450
7451 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * gst/matroska/matroska-demux.c:
7454           Fix setting the discont flag on the first buffer
7455           pushed downstream for formats with private codec
7456           data that needs to be deserialised into buffers
7457           (such as vorbis and FLAC when in a matroska container).
7458
7459 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7460
7461         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7462
7463         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7464         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7465         (gst_rtp_mp4v_pay_handle_buffer):
7466         * gst/rtp/gstrtpmp4vpay.h:
7467         Free the config string. Fixes #480707.
7468         Clean up the timestamp code a little.
7469
7470 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7471
7472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7473         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7475         * gst/rtsp/gstrtspsrc.h:
7476         Set timestamps on RTP buffers in interleaved mode.
7477         Mark first buffers with a DISCONT.
7478         Remove flush hack now that sync for live sources has been figured out.
7479
7480 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7483         Update documentation.
7484
7485 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7486
7487         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7488         (gst_rtp_xqt_depay_change_state):
7489         * gst/qtdemux/gstrtpxqtdepay.h:
7490         Fail if we don't know the quicktime format.
7491
7492 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7493
7494         * ext/flac/gstflacenc.c:
7495         * ext/flac/gstflacenc.h:
7496           Save the flow return from the last gst_pad_push() and
7497           make sure we pass the right flow return value upstream
7498           in the case of failure; minor clean-ups.
7499
7500 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * ext/taglib/gstapev2mux.cc:
7503         * ext/taglib/gstid3v2mux.cc:
7504         * gst/apetag/gstapedemux.c:
7505           Add support for the new GST_TAG_COMPOSER (#459809).
7506
7507 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7508
7509         * gst/law/alaw-decode.c:
7510         * gst/law/alaw-decode.h:
7511         * gst/law/alaw-encode.c:
7512         * gst/law/alaw-encode.h:
7513         * gst/law/alaw.c:
7514         * gst/law/mulaw-conversion.h:
7515           Compulsive clean-ups: use boilerplate macros, add debug
7516           categories, fix up things to conform to symbol nomenklatura,
7517           etc.
7518
7519 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7522
7523         * gst/law/alaw-decode.c:
7524         * gst/law/alaw-encode.c:
7525           Use static tables for A-Law decoding and encoding; this makes
7526           A-Law decoding and encoding less CPU-intensive, but increases
7527           the binary size a bit. Leaving old code around for now,
7528           selectable by a define in the code. Fixes #435435.
7529
7530 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7531
7532         * configure.ac:
7533         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7534         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7535         in configure.ac.
7536
7537 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7538
7539         Patch by: Jan Gerber <j at bootlab dot org>
7540
7541         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7542         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7543
7544 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7545
7546         * sys/oss/gstosshelper.c:
7547           Use GST_WARNING instead of a g_critical. This situation is not caused
7548           by the application.
7549
7550 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7551
7552         * po/LINGUAS:
7553         * po/nl.po:
7554           Updated translations.
7555
7556 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7557
7558         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7559
7560         * po/eu.po:
7561           Added Basque translation.
7562
7563 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7564
7565         translated by: Abel Cheung <abelcheung@gmail.com>
7566
7567         * po/zh_HK.po:
7568         * po/zh_TW.po:
7569           Added Chinese (traditional and Hong Kong) translation.
7570
7571 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7572
7573         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7574
7575         * po/pl.po:
7576           Added Polish translation.
7577
7578 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7579
7580         translated by: Ilkka Tuohela <hile@iki.fi>
7581
7582         * po/fi.po:
7583           Added Finnish translation.
7584
7585 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7586
7587         translated by: Jorge González González <aloriel@gmail.com>
7588
7589         * po/es.po:
7590           Added Spanish translation.
7591
7592 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7593
7594         translated by: Mogens Jaeger <mogens@jaeger.tf>
7595
7596         * po/da.po:
7597           Added Danish translation.
7598
7599 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7600
7601         translated by: Funda Wang <fundawang@linux.net.cn>
7602
7603         * po/zh_CN.po:
7604           Added Chinese (simplified) translation.
7605
7606 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7607
7608         translated by: Alexander Shopov <ash@contact.bg>
7609
7610         * po/bg.po:
7611           Added Bulgarian translation.
7612
7613 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7614
7615         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7616         Set outgoing packet duration because we can. Fixes #478244 some more.
7617
7618 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7619
7620         * ext/cairo/gsttextoverlay.c:
7621           Add info about static leak.
7622         
7623         * tests/check/Makefile.am:
7624         * tests/check/generic/states.c:
7625           Improved state change unit test.
7626
7627 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7628
7629         * docs/plugins/.cvsignore:
7630         * tests/check/.cvsignore:
7631           Ignore registries in any format.
7632
7633 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7634
7635         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7636         Removed some unused code.
7637
7638         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7639         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7640         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7641         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7642         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7643         (gst_rtp_theora_pay_flush_packet):
7644         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7645         Try to preserve the incomming buffer duration on the outgoing
7646         packets. Fixes #478244.
7647
7648 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * ext/taglib/gstapev2mux.cc:
7651         * ext/taglib/gstid3v2mux.cc:
7652           Work around compiler warnings with g++-4.2 when assigning a
7653           string constant to a gchar * (partially fixes #478092).
7654
7655 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         * configure.ac:
7658           We require core CVS now for gst_base_src_set_do_timestamp().
7659
7660 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7661
7662         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7664         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7665         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7666         (gst_rtspsrc_handle_message):
7667         Fix compiler warnings shown with Forte.
7668
7669 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7670
7671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7672         (gst_rtspsrc_dup_printf):
7673         Give meaningfull error when all streams failed to configure for some
7674         reason.
7675
7676 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * gst/rtp/README:
7679         Update README with the design for synchronisation rules of RTP on
7680         sender and receiver.
7681
7682 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7683
7684         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7685         (gst_wavparse_chain):
7686         Don't push EOS from the chain function, the element
7687         driving the pipeline is responsible for this. The bug
7688         this was meant to fix seems to be queue not forwarding
7689         EOS in all cases (see #476514).
7690
7691 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7692
7693         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7694         (gst_level_transform_ip):
7695         * gst/level/gstlevel.h:
7696         Use basetransform segment so that it is correctly managed on flushes and
7697         start/stop.
7698         Report message timestamp as stream time, which is what an application
7699         can understand.
7700
7701 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7702
7703         * ext/taglib/gstapev2mux.cc:
7704         * ext/taglib/gstapev2mux.h:
7705         * ext/taglib/gsttaglibmux.c:
7706         * tests/check/elements/apev2mux.c:
7707         Update my mail address.
7708
7709 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7710
7711         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7712         (gst_wavparse_loop), (gst_wavparse_chain):
7713         Add EOS logic for the push-based mode too. Fixes #476514.
7714
7715 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7716
7717         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7718         * gst/law/alaw-encode.h:
7719         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7720         (gst_mulawenc_chain):
7721         * gst/law/mulaw-encode.h:
7722         Fix law encoder timestamps.
7723
7724 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7725
7726         * ext/gconf/gstgconfaudiosink.c:
7727           Fix warning when building without debug.
7728
7729         * sys/oss/gstossmixertrack.c:
7730           Use const like in alsamixertrack.c (fixes warnings).
7731
7732 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7733
7734         * sys/v4l2/v4l2src_calls.c:
7735         (gst_v4l2src_probe_caps_for_format_and_size):
7736         Fix framerate detection code some more.
7737         Handle the case where there is a weird step in the stepwise framerates.
7738         Don't overwrite the min interval with the framerate, use a temp variable
7739         instead.
7740         Use max in the Continuous framerate intervals instead of step, which is
7741         1 according to the docs. Fixes #475424.
7742
7743 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7744
7745         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7746         Make udpsrc timestamp outgoing buffers based on when they were received.
7747         Also make it output a segment in time.
7748
7749 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7750
7751         * gst/avi/gstavidemux.c:
7752           Plug a little leak. Little code cleanups.
7753
7754 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7755
7756         * configure.ac:
7757           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7758           flac versions, 's good for cross-compilation karma.
7759
7760 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7763
7764         * gst/rtp/gstrtph263pay.c:
7765           Fix up header structure so that compilers don't add padding
7766           between the structure fields, since that would lead to us
7767           sending RTP packets with broken headers (as is currently the
7768           case when compiling with MSVC). Also see similar fixes in
7769           libgstrtp in gst-plugins-base. (#474616; #471194)
7770
7771 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7772
7773         * sys/v4l2/v4l2src_calls.c:
7774         (gst_v4l2src_probe_caps_for_format_and_size):
7775         Don't overwrite our GValue with 0 but instead use the previously
7776         computed value. Fixes #471823 some more.
7777
7778 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7779
7780         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7781           No tabs in this file please, or gtk-doc will end up documenting
7782           rather absurd class hierarchies.
7783
7784 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * ext/gconf/gstswitchsink.c:
7787           If the new kid element fails to change state for some reason
7788           (e.g. esdsink not being able to connect to the sound server),
7789           forward the error message it posted on the bus instead of just
7790           posting a generic 'Internal state change error: please file a
7791           bug' error message. Fixes #471364.
7792
7793 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7794
7795         * gst/qtdemux/Makefile.am:
7796         * gst/qtdemux/qtdemux.c:
7797           Don't assume tags are encoded as UTF-8 (#473670).
7798
7799 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * sys/v4l2/gstv4l2src.c:
7802         * sys/v4l2/gstv4l2src.h:
7803         * sys/v4l2/v4l2src_calls.c:
7804           Implement LATENCY queries in the crudest way possible so I don't
7805           have to use sync=false any longer when testing with videosinks.
7806
7807 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * configure.ac:
7810           Fix build.
7811
7812 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7813
7814         * sys/v4l2/v4l2src_calls.c:
7815         (gst_v4l2src_probe_caps_for_format_and_size):
7816         Add some more debugging in the framerate function.
7817         Iterate stepwise framerate up to and _including_ the max and if nothing
7818         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7819         don't end up with an empty list. Fixes #471823
7820
7821 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7822
7823         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7824         (gst_multiudpsink_set_clients_string),
7825         (gst_multiudpsink_get_clients_string),
7826         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7827         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7828         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7829         (gst_multiudpsink_clear):
7830         Add property do configure destination address/port pairs
7831         API:GstMultiUDPSink::clients
7832
7833 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * tests/examples/Makefile.am:
7836         * tests/examples/rtp/Makefile.am:
7837         * tests/examples/rtp/client-H263p-AMR.sh:
7838         * tests/examples/rtp/client-H263p-PCMA.sdp:
7839         * tests/examples/rtp/client-H263p-PCMA.sh:
7840         * tests/examples/rtp/client-H264-PCMA.sdp:
7841         * tests/examples/rtp/client-H264-PCMA.sh:
7842         * tests/examples/rtp/client-PCMA.sh:
7843         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7844         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7845         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7846         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7847         Added some RTP example scripts for sending and receiving RTP streams.
7848
7849 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7850
7851         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7852         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7853         Restructure the setcaps function so that we can also compute the
7854         expected GStreamer output size of the video frames.
7855         Set frame_byte_size correctly so that read-based devices have a chance
7856         of working correctly.
7857         When grabbing a frame, discard frames that are not of the expected size.
7858         Some cameras don't output the right framesize for the first buffer.
7859         Try only a couple of times to get a valid frame, else error out.
7860
7861         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7862         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7863         Add some more debug info when scanning the device.
7864
7865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7866         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7867         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7868         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7869         Add some more debug info when dequeing a frame.
7870
7871 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7872
7873         * gst/wavparse/gstwavparse.c:
7874           More code cleanups. Add some more comment and improve debugs logs.
7875
7876 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7877
7878         * gst/wavparse/gstwavparse.c:
7879         * gst/wavparse/gstwavparse.h:
7880           Implement seek-query. Refactor duration calculations. Appropriate use
7881           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7882           out of loops.
7883
7884 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7885
7886         * gst/avi/gstavidemux.c:
7887           Implement seek-query.
7888
7889 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7890
7891         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7892         (gst_rtspsrc_dup_printf):
7893         Use new basesink async property to make sparse RTCP packet not wait for
7894         preroll.
7895
7896 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7897
7898         * gst/audiofx/Makefile.am:
7899         Dist the right file.
7900
7901 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7902
7903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7904         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7905         Make sure we generate and parse floating point values in the POSIX
7906         locale instead of the current locale. 
7907
7908 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7909
7910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7911         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7912         (gst_rtspsrc_play):
7913         * gst/rtsp/gstrtspsrc.h:
7914         Fix method detection again.
7915         Keep track of when we must send a Range header.
7916         Use segment values for Range, Speed and Scale headers.
7917         Parse Speed and Scale headers to update the segment values.
7918
7919 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7920
7921         patch by: Mark Nauwelaerts <manauw@skynet.be>
7922
7923         * sys/v4l2/v4l2src_calls.c:
7924           Handle optional v4l2 ioctls gracefully.
7925
7926 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7927
7928         * gst/rtp/Makefile.am:
7929         * gst/rtp/gstrtp.c: (plugin_init):
7930         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7931         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7932         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7933         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7934         (gst_rtp_h263_depay_get_property),
7935         (gst_rtp_h263_depay_change_state),
7936         (gst_rtp_h263_depay_plugin_init):
7937         * gst/rtp/gstrtph263depay.h:
7938         Added an H263 depayloader. Fixes #369392.
7939
7940         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7941         (gst_rtp_h263p_depay_process):
7942         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7943         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7944         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7945         payloads.
7946         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7947
7948 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7949
7950         * gst/audiofx/audiochebyshevfreqband.c:
7951         * gst/audiofx/audiochebyshevfreqlimit.c:
7952         Add small comparision with the windowed sinc filters in the docs.
7953
7954 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7955
7956         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7957         (audiochebyshevfreqband_suite):
7958         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7959         (audiochebyshevfreqlimit_suite):
7960         Also test 32 bit float mode and the type 2 variants of the filters.
7961
7962 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7965         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7966         (gst_rtspsrc_loop):
7967         Refactor the udp and interleaved loop function a bit.
7968
7969 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7970
7971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7972         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7973         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7974         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7975         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7976         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7977         * gst/rtsp/gstrtspsrc.h:
7978         Protect connection activity with a new lock, avoids deadlocks when going
7979         to PAUSED. Fixes #455808.
7980
7981 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7982
7983         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7984         Fix debug statement.
7985
7986 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7987
7988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7989         Fix stray %u in debug line as spotted by Saur on IRC.
7990
7991 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7992
7993         * gst/audiofx/audiochebyshevfreqband.c:
7994         (gst_audio_chebyshev_freq_band_class_init):
7995         * gst/audiofx/audiochebyshevfreqlimit.c:
7996         (gst_audio_chebyshev_freq_limit_class_init):
7997         Use generator macros for the process functions for the different
7998         sample types, add lower upper boundaries for the GObject properties
7999         so automatically generated UIs can use sliders and add a note about
8000         the number of poles as a too high number of poles combined with
8001         very low or very high frequencies will produce only noise.
8002         * docs/plugins/gst-plugins-good-plugins.args:
8003         Regenerated for the property changes.
8004
8005 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8006
8007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8008         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8009         (gst_rtspsrc_stream_configure_udp_sink),
8010         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8011         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8012         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8013         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8014         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8015         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8016         * gst/rtsp/gstrtspsrc.h:
8017         Improve timeout handling.
8018         Use the same socket for sending and receiving RTCP packets so that some
8019         servers can track clients better.
8020         Improve connection closed handling. Try to reconnect.
8021         Don't overwrite our content base with NULL.
8022         Improve debugging.
8023         Improve range parsing and handling.
8024         Remove flushing hack now that core does the right thing.
8025
8026 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8027
8028         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8029         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8030         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8031         (gst_multiudpsink_close), (gst_multiudpsink_add):
8032         * gst/udp/gstmultiudpsink.h:
8033         Add support for getting and setting the socket to use.
8034
8035         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8036         (gst_udpsrc_create), (gst_udpsrc_get_property):
8037         Add support for getting the currently used socket.
8038
8039 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8040
8041         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8042
8043         * gst/audiofx/Makefile.am:
8044         * gst/audiofx/audiochebyshevfreqband.c:
8045         (gst_audio_chebyshev_freq_band_mode_get_type),
8046         (gst_audio_chebyshev_freq_band_base_init),
8047         (gst_audio_chebyshev_freq_band_dispose),
8048         (gst_audio_chebyshev_freq_band_class_init),
8049         (gst_audio_chebyshev_freq_band_init),
8050         (generate_biquad_coefficients), (calculate_gain),
8051         (generate_coefficients),
8052         (gst_audio_chebyshev_freq_band_set_property),
8053         (gst_audio_chebyshev_freq_band_get_property),
8054         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8055         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8056         (gst_audio_chebyshev_freq_band_start):
8057         * gst/audiofx/audiochebyshevfreqband.h:
8058         * gst/audiofx/audiochebyshevfreqlimit.c:
8059         (gst_audio_chebyshev_freq_limit_mode_get_type),
8060         (gst_audio_chebyshev_freq_limit_base_init),
8061         (gst_audio_chebyshev_freq_limit_dispose),
8062         (gst_audio_chebyshev_freq_limit_class_init),
8063         (gst_audio_chebyshev_freq_limit_init),
8064         (generate_biquad_coefficients), (calculate_gain),
8065         (generate_coefficients),
8066         (gst_audio_chebyshev_freq_limit_set_property),
8067         (gst_audio_chebyshev_freq_limit_get_property),
8068         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8069         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8070         (gst_audio_chebyshev_freq_limit_start):
8071         * gst/audiofx/audiochebyshevfreqlimit.h:
8072         * gst/audiofx/audiofx.c: (plugin_init):
8073         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8074         Fixes #464800.
8075
8076         * tests/check/Makefile.am:
8077         * tests/check/elements/.cvsignore:
8078         * tests/check/elements/audiochebyshevfreqband.c:
8079         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8080         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8081         * tests/check/elements/audiochebyshevfreqlimit.c:
8082         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8083         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8084         Add unit tests for the chebyshev filters.
8085
8086         * docs/plugins/Makefile.am:
8087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8089         * docs/plugins/gst-plugins-good-plugins.args:
8090         * docs/plugins/inspect/plugin-1394.xml:
8091         * docs/plugins/inspect/plugin-audiofx.xml:
8092         * docs/plugins/inspect/plugin-dv.xml:
8093         * docs/plugins/inspect/plugin-flac.xml:
8094         * docs/plugins/inspect/plugin-jpeg.xml:
8095         * docs/plugins/inspect/plugin-png.xml:
8096         * docs/plugins/inspect/plugin-rtp.xml:
8097         * docs/plugins/inspect/plugin-shout2send.xml:
8098         * docs/plugins/inspect/plugin-wavpack.xml:
8099         And add docs for the chebyshev filters. While doing
8100         that also run make update in docs/plugins.
8101
8102 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8103
8104         * ext/annodex/gstcmmltag.c:
8105         * gst/rtp/gstrtpvorbispay.c:
8106           Make ro memory to share.
8107
8108 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8109
8110         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8111         Improve UDP performance by avoiding a select() when we have data
8112         available immediatly.
8113
8114 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8117         (gst_rtp_dec_class_init):
8118         * gst/rtsp/gstrtpdec.h:
8119         Add (dummy) SSRC management signals.
8120
8121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8122         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8123         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8124         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8125         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8126         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8127         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8128         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8129         * gst/rtsp/gstrtspsrc.h:
8130         Add connection-speed property.
8131         Add find_stream helper functions.
8132         Handle stream EOS based on BYE messages or SSRC timeout.
8133         Returns SUCCESS from the state change function as we hide our async
8134         elements from the parent.
8135
8136 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8137
8138         * gst/debug/rndbuffersize.c:
8139           Fix da leak.
8140
8141 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8142
8143         * gst/debug/Makefile.am:
8144         * gst/debug/breakmydata.c:
8145         * gst/debug/gstdebug.c:
8146         * gst/debug/negotiation.c:
8147         * gst/debug/progressreport.c:
8148         * gst/debug/rndbuffersize.c:
8149         * gst/debug/testplugin.c:
8150           Add new test element and clean-up the others a little.
8151
8152 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8155         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8156
8157 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8158
8159         * gst/rtp/gstrtpilbcdepay.c:
8160           Include stdlib.
8161
8162 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8163
8164         * gst/rtp/gstrtpmpvdepay.c:
8165         Set the mpegversion in the caps so that autoplugging does not get
8166         confused.
8167
8168 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8169
8170         * po/hu.po:
8171         * po/uk.po:
8172         * po/vi.po:
8173           Updated translations.
8174
8175 2007-08-08  Michael Smith <msmith@fluendo.com>
8176
8177         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8178           Render right border in the correct location.
8179
8180 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8181
8182         Patch by: Olivier Crete <tester at tester dot ca>
8183
8184         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8185         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8186         Make mode property a string. Fixes #464475.
8187
8188 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8189
8190         * ext/flac/gstflacenc.c:
8191           Widen caps to match decoder a bit and add more FIXMEs.
8192
8193 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8194
8195         patch by: Mark Nauwelaerts <manauw@skynet.be>
8196
8197         * gst/avi/gstavimux.c:
8198           Fix ODML index tag numbering. Fixes #463624.
8199
8200 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8201
8202         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8203         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8204         (gst_rtspsrc_stream_configure_tcp),
8205         (gst_rtspsrc_stream_configure_udp_sink):
8206         Fix default clock-rate for realmedia.
8207         Fix parsing of transport.
8208         Don't try to link NULL pads.
8209
8210 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8211
8212         * po/POTFILES.skip:
8213           Add POTFILES.skip with list of source files that aren't disted at the
8214           moment but contain translatable strings. Should hopefully pacify
8215           broken tools and make it clearer that these files are left out
8216           intentionally (#461600).
8217
8218 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8219
8220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8221         If the buffer was entirely clipped ... don't try sending it :)
8222
8223 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8224
8225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8226         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8227         (gst_rtspsrc_create_transports_string),
8228         (gst_rtspsrc_prepare_transports):
8229         If we don't hav a session manager, set the caps on outgoing buffers
8230         ourselves.
8231         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8232         Append final bit of the transport string even when it does not contain a
8233         placeholder.
8234
8235 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8236
8237         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8238         (gst_rtsp_ext_list_connect):
8239         * gst/rtsp/gstrtspext.h:
8240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8241         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8242         Clean up the interface list.
8243         Allow connecting to interface signals for the extensions.
8244         Remove old extension code.
8245         Free list on cleanup.
8246         Allow extensions to send additional RTSP messages.
8247
8248 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8249
8250         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8251         Handle a NULL gconf key gracefully by rendering the default element.
8252
8253 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8254
8255         * gst/rtsp/gstrtspext.h:
8256         Fix include path for extension interface.
8257
8258 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8259
8260         * gst/audiofx/audioamplify.h:
8261         Also remove a now unecessary variable here.
8262
8263 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8264
8265         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8266         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8267         * gst/audiofx/audiodynamic.c:
8268         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8269         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8270         * gst/audiofx/audiodynamic.h:
8271         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8272         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8273         * gst/audiofx/audioinvert.h:
8274         Don't save format information ourselves, this is already saved in
8275         GstAudioFilter.
8276
8277 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8278
8279         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8280         (gst_rtsp_ext_list_stream_select):
8281         * gst/rtsp/gstrtspext.h:
8282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8283         Use rank to filter out extensions.
8284         Add url to stream_select interface call.
8285
8286 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8287
8288         * gst/rtsp/Makefile.am:
8289         * gst/rtsp/base64.c:
8290         * gst/rtsp/base64.h:
8291         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8292         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8293         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8294         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8295         (gst_rtsp_ext_list_setup_media),
8296         (gst_rtsp_ext_list_configure_stream),
8297         (gst_rtsp_ext_list_get_transports),
8298         (gst_rtsp_ext_list_stream_select):
8299         * gst/rtsp/gstrtspext.h:
8300         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8301         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8302         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8303         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8304         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8305         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8306         (gst_rtspsrc_stream_configure_tcp),
8307         (gst_rtspsrc_stream_configure_mcast),
8308         (gst_rtspsrc_stream_configure_udp),
8309         (gst_rtspsrc_stream_configure_udp_sink),
8310         (gst_rtspsrc_stream_configure_transport),
8311         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8312         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8313         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8314         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8315         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8316         (gst_rtspsrc_parse_methods),
8317         (gst_rtspsrc_create_transports_string),
8318         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8319         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8320         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8321         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8322         * gst/rtsp/gstrtspsrc.h:
8323         * gst/rtsp/rtsp.h:
8324         * gst/rtsp/rtspconnection.c:
8325         * gst/rtsp/rtspconnection.h:
8326         * gst/rtsp/rtspdefs.c:
8327         * gst/rtsp/rtspdefs.h:
8328         * gst/rtsp/rtspext.h:
8329         * gst/rtsp/rtspextwms.c:
8330         * gst/rtsp/rtspextwms.h:
8331         * gst/rtsp/rtspmessage.c:
8332         * gst/rtsp/rtspmessage.h:
8333         * gst/rtsp/rtsprange.c:
8334         * gst/rtsp/rtsprange.h:
8335         * gst/rtsp/rtsptransport.c:
8336         * gst/rtsp/rtsptransport.h:
8337         * gst/rtsp/rtspurl.c:
8338         * gst/rtsp/rtspurl.h:
8339         * gst/rtsp/sdp.h:
8340         * gst/rtsp/sdpmessage.c:
8341         * gst/rtsp/sdpmessage.h:
8342         * gst/rtsp/test.c:
8343         Use shiny new RTSP and SDP library.
8344         Implement RTSP extensions using the new interface.
8345         Remove a lot of old code.
8346
8347 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8348
8349         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8350         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8351
8352 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8353
8354         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8355         Don't unref the outgoing buffer twice when dropping it because it's
8356         outside of the segment.
8357
8358 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8359
8360         * configure.ac:
8361         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8362         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8363         Use the new buffer clipping function from gstaudio here and
8364         require gst-plugins-base CVS.
8365         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8366         For framed Wavpack buffers we require a valid timestamp.
8367
8368 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8369
8370         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8371         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8372         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8373         Clip raw audio and video when we can, keep track of current output
8374         segment.
8375         Don't leak buffers and events when there is no output pad.
8376         Improve debugging here and there.
8377
8378 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8379
8380         * configure.ac:
8381           Sync liboil check with plugins-base.
8382
8383 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8384
8385         * ext/annodex/Makefile.am:
8386           Fix CFLAGS/LIBS.
8387
8388         * ext/cdio/gstcdiocddasrc.c:
8389         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8390           Include stdlib
8391
8392         * ext/cairo/Makefile.am:
8393         * gst/videofilter/Makefile.am:
8394         * tests/examples/level/Makefile.am:
8395           Use $(LIBM) instead of -lm
8396
8397 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8398
8399         * sys/v4l2/gstv4l2src.c:
8400           Add another example pipeline.
8401
8402 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8403
8404         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8405
8406         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8407           Use define here.
8408
8409         * sys/v4l2/gstv4l2tuner.c:
8410         (gst_v4l2_tuner_set_frequency_and_notify):
8411           Don't touch the property - its still disabled.
8412
8413         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8414         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8415         * sys/v4l2/v4l2src_calls.h:
8416           Improve fallback format negotionation. Fixes #451388
8417
8418 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8419
8420         * tests/check/elements/videocrop.c: (GST_START_TEST):
8421           Fix the test.
8422
8423 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8424
8425         * docs/plugins/Makefile.am:
8426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8428         * docs/plugins/inspect/plugin-jpeg.xml:
8429         * docs/plugins/inspect/plugin-png.xml:
8430         * ext/jpeg/gstjpegdec.c:
8431         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8432         (gst_pngdec_sink_setcaps):
8433           More docs. More logs in pngdec.
8434
8435 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8436
8437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8438           Initialize num_buffers with minimum value.
8439
8440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8441         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8442           Handle frame-size query failure gracefully.
8443
8444 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8445
8446         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8447         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8448         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8449         of qt/aac files.
8450
8451 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8452
8453         * ext/wavpack/gstwavpackdec.c:
8454         (gst_wavpack_dec_clip_outgoing_buffer):
8455         Fix buffer clipping to correctly clip to the segment stop.
8456
8457 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8458
8459         * configure.ac:
8460         * tests/Makefile.am:
8461         Remove bogus check for libcheck, since we check for
8462         gstreamer-check and it pulls in the required info from there,
8463         and we weren't actually _using_ the information for libcheck
8464         ourselves anyway.
8465
8466 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8467
8468         * configure.ac:
8469           Use pkg-config to locate check.
8470
8471 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8472
8473         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8474         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8475         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8476         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8477         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8478         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8479         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8480         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8481         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8482         * gst/effectv/gstrev.c: (gst_revtv_transform):
8483         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8484         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8485         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8486         * gst/matroska/matroska-demux.c:
8487         (gst_matroska_demux_add_wvpk_header),
8488         (gst_matroska_demux_check_subtitle_buffer),
8489         (gst_matroska_decode_buffer):
8490         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8491           Fix build against core CVS.
8492
8493 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8494
8495         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8496         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8497         don't have enough granularity to convert that boolean into a
8498         GstFlowReturn.
8499
8500 2007-07-06  Michael Smith <msmith@fluendo.com>
8501
8502         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8503         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8504         (gst_alawdec_change_state):
8505         * gst/law/alaw-decode.h:
8506         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8507         (gst_mulawdec_class_init), (gst_mulawdec_init),
8508         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8509         * gst/law/mulaw-decode.h:
8510           Fix capsnego bogosity in *law decoders. 
8511
8512 2007-07-06  Michael Smith <msmith@fluendo.com>
8513
8514         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8515         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8516         (gst_smokeenc_change_state):
8517         * ext/jpeg/gstsmokeenc.h:
8518           Remove stupidity in get/set caps functions.
8519           Fix some refcounting problems.
8520
8521 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8522
8523         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8524         Remove endianness-flipping hack that seems to have been required
8525         only because of a bug in ffmpegcolorspace.
8526         Partially Fixes: #451908
8527
8528 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8529
8530         * docs/plugins/Makefile.am:
8531           Simplify --extra-dir as gtkdoc scans recursively.
8532
8533 2007-07-03  Wim Taymans  <wim@fluendo.com>
8534
8535         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8536
8537         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8538         Set the encoding-name in the rtp caps to all uppercase, as required by
8539         the caps spec.
8540         Some small cleanups in the error paths. Fixes #453037.
8541
8542 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         * ext/wavpack/gstwavpackparse.c:
8545         (gst_wavpack_parse_index_get_last_entry),
8546         (gst_wavpack_parse_index_get_entry_from_sample),
8547         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8548         (gst_wavpack_parse_scan_to_find_sample):
8549         * ext/wavpack/gstwavpackparse.h:
8550         Use a GSList for the GArray that is used like a list anyway.
8551
8552 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8555         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8556         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8557           Add state change function where we set 0/1 as default framerate in
8558           case our setcaps function isn't called, like it might not in a
8559           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8560           gdkpixbufdec trying to create caps with a 0/0 framerate.
8561           Also post an error message on the bus if gst_pad_push() fails when
8562           called from our sink event handler (+1 for flow returns for event
8563           functions in 0.11) instead of failing silently.
8564
8565 2007-06-27  Wim Taymans  <wim@fluendo.com>
8566
8567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8568         Cast stack args to the proper types. Fixes #451249.
8569
8570 2007-06-27  Wim Taymans  <wim@fluendo.com>
8571
8572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8573         (new_session_pad), (gst_rtspsrc_setup_streams):
8574         * gst/rtsp/gstrtspsrc.h:
8575         For container formats we only need to activate one of the streams so
8576         that we correctly signal no-more-pads. Fixes #451015.
8577
8578 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8579
8580         * docs/plugins/gst-plugins-good-plugins.args:
8581         * docs/plugins/inspect/plugin-aasink.xml:
8582         * docs/plugins/inspect/plugin-alaw.xml:
8583         * docs/plugins/inspect/plugin-alpha.xml:
8584         * docs/plugins/inspect/plugin-alphacolor.xml:
8585         * docs/plugins/inspect/plugin-annodex.xml:
8586         * docs/plugins/inspect/plugin-apetag.xml:
8587         * docs/plugins/inspect/plugin-audiofx.xml:
8588         * docs/plugins/inspect/plugin-auparse.xml:
8589         * docs/plugins/inspect/plugin-autodetect.xml:
8590         * docs/plugins/inspect/plugin-avi.xml:
8591         * docs/plugins/inspect/plugin-cacasink.xml:
8592         * docs/plugins/inspect/plugin-cairo.xml:
8593         * docs/plugins/inspect/plugin-cdio.xml:
8594         * docs/plugins/inspect/plugin-cutter.xml:
8595         * docs/plugins/inspect/plugin-debug.xml:
8596         * docs/plugins/inspect/plugin-efence.xml:
8597         * docs/plugins/inspect/plugin-effectv.xml:
8598         * docs/plugins/inspect/plugin-esdsink.xml:
8599         * docs/plugins/inspect/plugin-flac.xml:
8600         * docs/plugins/inspect/plugin-flxdec.xml:
8601         * docs/plugins/inspect/plugin-gconfelements.xml:
8602         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8603         * docs/plugins/inspect/plugin-goom.xml:
8604         * docs/plugins/inspect/plugin-halelements.xml:
8605         * docs/plugins/inspect/plugin-icydemux.xml:
8606         * docs/plugins/inspect/plugin-id3demux.xml:
8607         * docs/plugins/inspect/plugin-jpeg.xml:
8608         * docs/plugins/inspect/plugin-ladspa.xml:
8609         * docs/plugins/inspect/plugin-level.xml:
8610         * docs/plugins/inspect/plugin-matroska.xml:
8611         * docs/plugins/inspect/plugin-mulaw.xml:
8612         * docs/plugins/inspect/plugin-multipart.xml:
8613         * docs/plugins/inspect/plugin-navigationtest.xml:
8614         * docs/plugins/inspect/plugin-ossaudio.xml:
8615         * docs/plugins/inspect/plugin-png.xml:
8616         * docs/plugins/inspect/plugin-quicktime.xml:
8617         * docs/plugins/inspect/plugin-rtp.xml:
8618         * docs/plugins/inspect/plugin-rtsp.xml:
8619         * docs/plugins/inspect/plugin-smpte.xml:
8620         * docs/plugins/inspect/plugin-speex.xml:
8621         * docs/plugins/inspect/plugin-taglib.xml:
8622         * docs/plugins/inspect/plugin-udp.xml:
8623         * docs/plugins/inspect/plugin-videobalance.xml:
8624         * docs/plugins/inspect/plugin-videobox.xml:
8625         * docs/plugins/inspect/plugin-videocrop.xml:
8626         * docs/plugins/inspect/plugin-videoflip.xml:
8627         * docs/plugins/inspect/plugin-videomixer.xml:
8628         * docs/plugins/inspect/plugin-wavenc.xml:
8629         * docs/plugins/inspect/plugin-wavparse.xml:
8630         * docs/plugins/inspect/plugin-ximagesrc.xml:
8631           Update docs with caps info.
8632
8633 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * po/POTFILES.in:
8636           Add more files with translatable strings (#450878).
8637
8638 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8639
8640         * MAINTAINERS:
8641         Updating all the maintainers files
8642
8643 2007-06-22  Edward Hervey  <edward@fluendo.com>
8644
8645         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8646         * gst/interleave/deinterleave.c: (deinterleave_init),
8647         (deinterleave_sink_link):
8648         * gst/interleave/interleave.c: (interleave_init):
8649         * gst/median/gstmedian.c: (gst_median_init):
8650         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8651         Fix memory leaks.
8652         * tests/check/elements/id3demux.c: (pad_added_cb):
8653         Remove unused variable.
8654
8655 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8656
8657         * ext/gconf/gconf.h:
8658         Make the prototype of gst_gconf_get_key_for_sink_profile
8659         match the implementation.
8660         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8661         Fixes: #449747
8662
8663 2007-06-20  Michael Smith <msmith@fluendo.com>
8664
8665         * gst/rtp/gstrtpdepay.c:
8666           Fix description - rtpdepay is not a payloader.
8667
8668 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8669
8670         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8671         (qtdemux_video_caps):
8672         * gst/qtdemux/qtdemux_fourcc.h:
8673           Add MJPG to the variants of motion jpeg.
8674
8675 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8676
8677         * tests/check/Makefile.am:
8678         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8679         * tests/check/elements/videocrop.c: (GST_START_TEST):
8680         * tests/check/elements/videofilter.c:
8681         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8682         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8683           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8684           error flags are included and it errors out on compiler warnings
8685           for CVS builds; remove unused variables in various unit tests.
8686
8687 2007-06-19  Wim Taymans  <wim@fluendo.com>
8688
8689         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8690         (rtsp_connection_close), (rtsp_connection_free):
8691         Use threadsafe inet_ntop to convert an ip number to a string. 
8692         Fixes #447961.
8693         Don't leak fd (and ip) when freeing a connection without first closing
8694         it.
8695
8696 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8697
8698         * configure.ac:
8699         Back to CVS
8700
8701         * gst-plugins-good.doap:
8702         Add 0.10.6 to the doap file.
8703
8704 === release 0.10.6 ===
8705
8706 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8707
8708         * configure.ac:
8709           releasing 0.10.6, "Wobble Board"
8710
8711 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8714         (rtsp_connection_free):
8715           Revert previous commit again, since we are frozen (sorry).
8716
8717 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         Patch by: Peter Kjellerstedt <pkj at axis com>
8720
8721         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8722         (rtsp_connection_free):
8723           inet_ntoa() uses a static buffer internally, so we need to copy the
8724           returned string if we want to store it for later (#447961).
8725
8726 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8727
8728         * win32/vs6/autogen.dsp:
8729         * win32/vs6/gst_plugins_good.dsw:
8730         * win32/vs6/libgstalaw.dsp:
8731         * win32/vs6/libgstalpha.dsp:
8732         * win32/vs6/libgstalphacolor.dsp:
8733         * win32/vs6/libgstapetag.dsp:
8734         * win32/vs6/libgstaudiofx.dsp:
8735         * win32/vs6/libgstauparse.dsp:
8736         * win32/vs6/libgstautodetect.dsp:
8737         * win32/vs6/libgstavi.dsp:
8738         * win32/vs6/libgstcutter.dsp:
8739         * win32/vs6/libgstdirectdraw.dsp:
8740         * win32/vs6/libgstdirectsound.dsp:
8741         * win32/vs6/libgsteffectv.dsp:
8742         * win32/vs6/libgstflx.dsp:
8743         * win32/vs6/libgstgoom.dsp:
8744         * win32/vs6/libgsticydemux.dsp:
8745         * win32/vs6/libgstid3demux.dsp:
8746         * win32/vs6/libgstinterleave.dsp:
8747         * win32/vs6/libgstjpeg.dsp:
8748         * win32/vs6/libgstlevel.dsp:
8749         * win32/vs6/libgstmatroska.dsp:
8750         * win32/vs6/libgstmedian.dsp:
8751         * win32/vs6/libgstmonoscope.dsp:
8752         * win32/vs6/libgstmulaw.dsp:
8753         * win32/vs6/libgstmultipart.dsp:
8754         * win32/vs6/libgstqtdemux.dsp:
8755         * win32/vs6/libgstrtp.dsp:
8756         * win32/vs6/libgstrtsp.dsp:
8757         * win32/vs6/libgstsmpte.dsp:
8758         * win32/vs6/libgstspeex.dsp:
8759         * win32/vs6/libgstudp.dsp:
8760         * win32/vs6/libgstvideobalance.dsp:
8761         * win32/vs6/libgstvideobox.dsp:
8762         * win32/vs6/libgstvideocrop.dsp:
8763         * win32/vs6/libgstvideoflip.dsp:
8764         * win32/vs6/libgstvideomixer.dsp:
8765         * win32/vs6/libgstwaveform.dsp:
8766         * win32/vs6/libgstwavenc.dsp:
8767         * win32/vs6/libgstwavparse.dsp:
8768         Mark *.dsp & *.dsw as binary files and convert to DOS line
8769         endings, as they don't load into VS6 correctly otherwise.
8770
8771 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8772
8773         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8774         (rtsp_connection_connect):
8775         Fix the MingW build. 
8776         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8777         Fixes: #446981
8778
8779 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8780
8781         * tests/check/elements/.cvsignore:
8782         * tests/icles/.cvsignore:
8783         Hush the buildbots up
8784
8785 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8786
8787         * configure.ac:
8788         * sys/Makefile.am:
8789         * sys/directdraw/Makefile.am:
8790         * sys/directsound/Makefile.am:
8791         * sys/waveform/Makefile.am:
8792         Make sure to dist everything needed for win32 builds.
8793
8794 2007-06-14  Edward Hervey  <edward@fluendo.com>
8795
8796         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8797         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8798         caps.
8799         Fixes #447458
8800
8801 2007-06-13  Wim Taymans  <wim@fluendo.com>
8802
8803         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8804         Make sure we allocate enough memory for the codec_data.
8805         Fixes #447210.
8806
8807 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8808
8809         * win32/MANIFEST:
8810         Add videocrop project file to the win32 manifest.
8811         * win32/vs6/gst_plugins_good.dsw:
8812         Add qtdemux,videocrop and waveform projects to the workspace.
8813         * win32/vs6/libgstqtdemux.dsp:
8814         Add zlib to the link list of qtdemux.
8815         * win32/vs6/libgstvideocrop.dsp:
8816         Add a project file for videocrop.
8817
8818 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8819
8820         * po/POTFILES.in:
8821         Add qtdemux for translation
8822
8823 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8824
8825         * configure.ac:
8826         * docs/plugins/Makefile.am:
8827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8828         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8829         * docs/plugins/inspect/plugin-videocrop.xml:
8830         * gst-plugins-good.spec.in:
8831         * sys/Makefile.am:
8832         * tests/check/Makefile.am:
8833         * tests/icles/Makefile.am:
8834         * tests/icles/videocrop-test.c:
8835         Move videocrop and osxvideo from -bad.
8836
8837 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8838
8839         * configure.ac:
8840         * docs/plugins/Makefile.am:
8841         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8843         * docs/plugins/gst-plugins-good-plugins.args:
8844         * docs/plugins/inspect/plugin-qtdemux.xml:
8845         * docs/plugins/inspect/plugin-quicktime.xml:
8846         * win32/MANIFEST:
8847         Move qtdemux from -bad.
8848
8849         * gst-plugins-good.spec.in:
8850         Update spec file to reflect moving of qtdemux and wavpack
8851
8852 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8853         
8854         * win32/MANIFEST:
8855         * docs/plugins/Makefile.am:
8856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8858         * docs/plugins/inspect/plugin-directdraw.xml:
8859         * docs/plugins/inspect/plugin-directsound.xml:
8860         * docs/plugins/inspect/plugin-waveform.xml:
8861         Move the waveform plugin from -bad too. Update the inspect xml
8862         files to mention Plugins Good instead of Plugins Bad.
8863
8864 2007-06-12  Andy Wingo  <wingo@pobox.com>
8865
8866         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8867         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8868         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8869         finalization and resuscitation. No longer public.
8870         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8871         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8872         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8873         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8874         miniobject semantics, and be threadsafe.
8875         (gst_v4l2src_queue_frame): Remove this function, as we just call
8876         the ioctls directly in the two places where we queue buffers.
8877         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8878         directly.
8879         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8880         to allocate the pool, which also preallocates the GstBuffers.
8881         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8882         queueing the frames directly.
8883         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8884         mmap buffers have been dequeued.
8885
8886         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8887         real MiniObject instead of rolling our own refcounting and
8888         finalizing. Give it a lock.
8889         (struct _GstV4l2Buffer): Remove one intermediary object, having
8890         the buffers hold the struct v4l2_buffer directly.
8891
8892         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8893         capture_init so that it can set them on the buffers that it will
8894         create.
8895         (gst_v4l2src_get_read): For better or for worse, include the
8896         timestamping and offsetting code here; really we should be using
8897         bufferalloc though.
8898         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8899         preallocated, mmap'd buffers.
8900
8901 2007-06-11  Wim Taymans  <wim@fluendo.com>
8902
8903         Patch by: daniel fischer <dan at f3c dot com>
8904
8905         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8906         (gst_ximage_src_get_caps):
8907         Actually use the display_name property so that we can dump any
8908         available X display. Fixes #445905.
8909
8910 2007-06-11  Wim Taymans  <wim@fluendo.com>
8911
8912         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8913
8914         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8915         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8916         Add missing rate fields to caps. Fixes #441118.
8917
8918 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8919
8920         * win32/vs6/gst_plugins_good.dsw:
8921         * win32/vs8/gst-plugins-good.sln:
8922         Add DirectSound and DirectDraw sinks project files to
8923         workspace and solution files.
8924
8925 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8926
8927         Patch by: Josh Coalson <xflac at yahoo dot com>,
8928         updated by Alexis Ballier <aballier at gentoo dot org>:
8929
8930         * configure.ac:
8931         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8932         (gst_flac_dec_setup_seekable_decoder),
8933         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8934         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8935         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8936         * ext/flac/gstflacdec.h:
8937         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8938         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8939         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8940         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8941         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8942         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8943         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8944         * ext/flac/gstflacenc.h:
8945         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8946         
8947 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8948
8949         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8950         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8951         not necessary anymore as we need at least that core version. 
8952
8953 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8954
8955         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8956         (gst_wavpack_dec_chain):
8957         * ext/wavpack/gstwavpackdec.h:
8958         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8959         (gst_wavpack_parse_push_buffer):
8960         * ext/wavpack/gstwavpackparse.h:
8961         Improve discont handling by checking if the next Wavpack block has
8962         the expected, following block index.
8963
8964 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8967           Fix element description.
8968
8969 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8970
8971         * configure.ac:
8972         * docs/plugins/Makefile.am:
8973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8975         * docs/plugins/gst-plugins-good-plugins.args:
8976         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8977         * docs/plugins/gst-plugins-good-plugins.signals:
8978         * docs/plugins/inspect/plugin-autodetect.xml:
8979         * docs/plugins/inspect/plugin-gconfelements.xml:
8980         * docs/plugins/inspect/plugin-ladspa.xml:
8981         * docs/plugins/inspect/plugin-rtp.xml:
8982         * docs/plugins/inspect/plugin-wavpack.xml:
8983         * ext/Makefile.am:
8984         * tests/check/Makefile.am:
8985           move wavpack plugin.  See #352605.
8986
8987 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8988
8989         * configure.ac:
8990         * docs/plugins/Makefile.am:
8991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8993         * docs/plugins/gst-plugins-good-plugins.args:
8994         * sys/Makefile.am:
8995         * win32/MANIFEST:
8996         Add DirectDraw & DirectSound plugins to the build and docs.
8997
8998 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9001         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9002           When operating in pull mode, error out correct on not-linked.
9003
9004 2007-06-06  Andy Wingo  <wingo@pobox.com>
9005
9006         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9007         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9008         format and size if the ioctls are defined; should fix compilation
9009         on Linux < 2.16.19.
9010
9011 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9012
9013         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9014           Printf fixes in debug statements; use LOG level for debug statements
9015           that are printed for each and every frame; convert c++ comments to
9016           C-style comments; not much point using g_try_malloc() if we then not
9017           even check the return value.
9018
9019 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9020
9021         * configure.ac:
9022           Bump requirements to released versions (core and base 0.10.13).
9023
9024         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9025           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9026           own implementation.
9027
9028 2007-06-05  Andy Wingo  <wingo@pobox.com>
9029
9030         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9031         some useless comments.
9032
9033         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9034         frames before calling STREAMON, that might leave them in a state
9035         where they can't be dequeued if we go back to NULL without calling
9036         STREAMON, according to the docs.
9037         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9038         before we call STREAMON.
9039         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9040         failures. (For me this code hung.) The pool refcounting is still
9041         crack; added a note to that effect.
9042
9043 2007-06-05  Wim Taymans  <wim@fluendo.com>
9044
9045         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9046         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9047         Add support for mapping gst structure names to the MIME type equivalent.
9048         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9049
9050 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9051
9052         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9053         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9054         (gst_wavenc_chain), (gst_wavenc_change_state):
9055         * gst/wavenc/gstwavenc.h:
9056         Properly write wav files with width!=depth by having the depth most
9057         significant bytes set and all others zero. Fixes #442535.
9058
9059 2007-06-01  Wim Taymans  <wim@fluendo.com>
9060
9061         * gst/rtsp/rtspconnection.c:
9062         Add include to make buildbot happy.
9063
9064 2007-06-01  Wim Taymans  <wim@fluendo.com>
9065
9066         Patch by: Peter Kjellerstedt  <pkj at axis com>
9067
9068         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9069         (rtsp_connection_connect), (add_date_header),
9070         (rtsp_connection_send), (parse_response_status),
9071         (parse_request_line), (parse_line), (rtsp_connection_receive):
9072         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9073         * gst/rtsp/rtspdefs.h:
9074         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9075         (rtsp_message_init_request), (rtsp_message_init_response),
9076         (rtsp_message_remove_header), (rtsp_message_append_headers),
9077         (rtsp_message_dump):
9078         * gst/rtsp/rtspmessage.h:
9079         Improves version checking, allowing an RTSP server to reply with "505
9080         RTSP Version not supported.
9081         Adds a Date header to all messages.
9082         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9083         want to be able to send a response even if something in the request was
9084         invalid. EINVAL is only used when passing wrong arguments to functions.
9085         Do not handle an invalid method in parse_request_line(). Defer this to
9086         the caller so it can respond with "405 Method Not Allowed".
9087         Improves parsing of the timeout parameter to the Session header,
9088         allowing whitespace after the semicolon. 
9089         Avoids a compiler warning due to variables shadowing a function argument.
9090
9091 2007-06-01  Wim Taymans  <wim@fluendo.com>
9092
9093         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9094
9095         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9096         (gst_rtp_amr_depay_process):
9097         * gst/rtp/gstrtpamrdepay.h:
9098         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9099         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9100         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9101         * gst/rtp/gstrtpamrpay.h:
9102         Add support for AMR-WB.
9103         Small cleanups such as using BOILERPLATE.
9104
9105 2007-05-31  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9108         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9109
9110 2007-05-30  Andy Wingo  <wingo@pobox.com>
9111
9112         * sys/v4l2/gstv4l2object.h: 
9113         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9114         unintended changes.
9115
9116         * sys/v4l2/v4l2src_calls.h: 
9117         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9118         the format list in the order that the driver gives it to us.
9119         (gst_v4l2src_probe_caps_for_format_and_size)
9120         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9121         based on the capabilities of the device.
9122         (gst_v4l2src_grab_frame): Update for object variable renaming.
9123         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9124         as in the set_caps below.
9125         (gst_v4l2src_capture_init): Update for object variable renaming,
9126         and reflow.
9127         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9128         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9129         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9130         (gst_v4l2src_get_fps): Remove; these functions don't have much
9131         meaning outside of an atomic set_caps method.
9132         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9133         known.
9134
9135         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9136         call to update_fps; not sure about this change.
9137         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9138         moment we don't have an update_fps_func.
9139
9140         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9141         structures in the object, just store what we need. Do store the
9142         probed caps of the device. Don't store the current frame rate.
9143
9144         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9145         update_fps_function, for now. Update for new object variable
9146         naming.
9147         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9148         new object variable naming.
9149         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9150         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9151         (gst_v4l2src_get_caps): Rework to probe the device for supported
9152         frame sizes and frame rates.
9153         (gst_v4l2src_set_caps): Rework to be strict in the given
9154         parameters: if someone asks us to have a certain size and rate,
9155         that is what we configure.
9156         (gst_v4l2src_get_read): Update for object variable naming. Don't
9157         leak buffers on short reads.
9158         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9159         comments.
9160         (gst_v4l2src_create): Update for object variable naming.
9161
9162 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9163
9164         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9165         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9166         * gst/avi/gstavidemux.h:
9167           Parse subtitle text streams instead of erroring out (#442034). Still
9168           needs a parser for the subtitles to actually show up.
9169
9170 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9173         (gst_avi_demux_loop):
9174           Make _push_event() return TRUE if the event could be pushed on at
9175           least one pad and not only if it could be pushed on all pads,
9176           otherwise we'll end up posting an error message on EOS if one or
9177           more source pads are not connected.
9178
9179 2007-05-28  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst/rtsp/rtsptransport.c:
9182         Use renamed RTP bin.
9183
9184 2007-05-28  Wim Taymans  <wim@fluendo.com>
9185
9186         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9187
9188         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9189         (gst_video_box_set_property), (gst_video_box_transform_caps),
9190         (video_box_recalc_transform), (gst_video_box_set_caps),
9191         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9192         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9193         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9194         (gst_video_box_i420_i420), (gst_video_box_transform),
9195         (plugin_init):
9196         Add AYUV->AYUV and AYUV->I420 formats. 
9197         Fix negotiation and I420->AYUV conversion.
9198         Fixes #429329.
9199
9200 2007-05-26  Wim Taymans  <wim@fluendo.com>
9201
9202         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9203         Use different variables for nested for loops so that the outer loop
9204         functions properly and speex files with multiple frames per buffer work
9205         properly.
9206         Fixes #441408.
9207
9208 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9211           Don't leak newsegment events.
9212
9213 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * gst/wavparse/Makefile.am:
9216           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9217           drags it in.
9218
9219 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9222         (notgst_value_array_append_buffer),
9223         (gst_flac_enc_process_stream_headers),
9224         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9225         (gst_flac_enc_change_state):
9226         * ext/flac/gstflacenc.h:
9227           Collect headers, add "streamheader" field to output caps and set
9228           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9229           produces output according to the official FLAC-to-Ogg mapping
9230           instead of completely broken files. Fixes #426044.
9231
9232 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9233
9234         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9235         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9236         (gst_id3demux_sink_event):
9237         * gst/id3demux/gstid3demux.h:
9238         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9239         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9240         (gst_tag_demux_send_new_segment):
9241         Handle and adjust new-segment events so that downstream really
9242         sees a stream with the tag pieces stripped off the front and back.
9243         Fixes strangeness in seeking when mp3 decoders use the new-segment
9244         byte position to estimate their current playback position timestamp
9245         and then the arriving buffers don't match up.
9246
9247 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9248
9249         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9250           Don't unnecessarily perform a READY->NULL->READY transition on the
9251           detected audio sink when starting up. Fixes: #440127
9252
9253 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9256         (gst_flac_enc_chain):
9257           Don't crash in chain function if setcaps hasn't been called.
9258
9259 2007-05-24  Wim Taymans  <wim@fluendo.com>
9260
9261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9262         Init value to avoid infinte loops.
9263
9264 2007-05-24  Wim Taymans  <wim@fluendo.com>
9265
9266         Patch by: Peter Kjellerstedt  <pkj at axis com>
9267
9268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9269         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9270         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9271         (gst_rtspsrc_play):
9272         (rtsp_connection_send), (rtsp_connection_receive):
9273         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9274         Fix for new API.
9275
9276         * gst/rtsp/rtspconnection.c: (add_auth_header),
9277         Only add authorisation and session headers when sending messages.
9278
9279         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9280         (rtsp_message_init_request), (rtsp_message_init_response),
9281         (rtsp_message_unset), (rtsp_message_add_header),
9282         (rtsp_message_remove_header), (rtsp_message_get_header),
9283         (rtsp_message_append_headers), (dump_key_value),
9284         (rtsp_message_dump):
9285         * gst/rtsp/rtspmessage.h:
9286         Add support for multiple headers of the same type by storing the parsed
9287         headers in a GArray instaed of a hashtable.
9288
9289 2007-05-21  Wim Taymans  <wim@fluendo.com>
9290
9291         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9292         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9293         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9294         safer shutdown.
9295
9296 2007-05-21  Wim Taymans  <wim@fluendo.com>
9297
9298         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9299         * gst/rtsp/gstrtpdec.h:
9300         Added signal for backwards compat.
9301
9302 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9303         
9304         Patch by: René Stadler <mail at renestadler dot de>
9305
9306         * configure.ac:
9307         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9308         (gst_au_parse_parse_header), (gst_au_parse_chain):
9309         * gst/auparse/gstauparse.h:
9310         Use audioconvert for converting from non-native endianness floats
9311         in auparse instead of doing it ourself. Fixes #424527.
9312         This needs the audioconvert from plugins-base CVS.
9313         
9314 2007-05-21  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9317         (gst_rtp_h263p_pay_flush):
9318         Fix enum registration.
9319
9320 2007-05-21  Wim Taymans  <wim@fluendo.com>
9321
9322         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9323
9324         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9325         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9326         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9327         (gst_rtp_h263p_pay_flush):
9328         * gst/rtp/gstrtph263ppay.h:
9329         Add new fragmentation mode base on GOB headers. Fixes #438940.
9330
9331 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9334           Printf format fix.
9335
9336 2007-05-18  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9339         Don't crash when an unsupported transport error was returned by the
9340         server, just try to configure the next stream. Fixes #439255.
9341
9342 2007-05-18  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9345         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9346         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9347         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9348         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9349         * gst/rtsp/gstrtspsrc.h:
9350         Add TCP timeout property and use it for all TCP connection.
9351
9352         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9353         (rtsp_connection_write), (rtsp_connection_next_timeout),
9354         (rtsp_connection_reset_timeout):
9355         Make connect and writes cancelable and make them use the timeout.
9356
9357 2007-05-18  Wim Taymans  <wim@fluendo.com>
9358
9359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9360         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9361         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9362         (gst_rtspsrc_setup_streams):
9363         Refactor timeout handling.
9364         Also send keep-alive when dealing with TCP transport.
9365
9366         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9367         (rtsp_connection_free), (rtsp_connection_next_timeout),
9368         (rtsp_connection_reset_timeout):
9369         * gst/rtsp/rtspconnection.h:
9370         Use a timer to handle the session timeouts, add some methods to deal
9371         with timeouts.
9372
9373 2007-05-17  Wim Taymans  <wim@fluendo.com>
9374
9375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9376         (gst_rtspsrc_setup_streams):
9377         Ignore streams that fail the setup command, we will retry with a
9378         different transport later on.
9379
9380         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9381         (rtsp_ext_wms_configure_stream):
9382         Fix encoding name case.
9383
9384 2007-05-16  Edward Hervey  <edward@fluendo.com>
9385
9386         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9387         Fix build on macosx.
9388
9389 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9390
9391         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9392         Replace direct comparison of a string with the string literal "" with
9393         a comparison of the first character with '\0'. Fixes #438926.
9394
9395 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9396
9397         * gst/debug/breakmydata.c (gst_break_my_data_init):
9398           One more try. This should be the proper fix now.
9399
9400 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9401
9402         * gst/debug/breakmydata.c:
9403           Ooops, no // comments please.
9404
9405 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9406
9407         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9408         (gst_break_my_data_init):
9409           Fix gst_buffer_is_writable() assertion.
9410
9411 2007-05-14  David Schleef  <ds@schleef.org>
9412
9413         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9414           video/x-raw-bayer.  Fixes #314160.
9415
9416 2007-05-14  Wim Taymans  <wim@fluendo.com>
9417
9418         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9419         (gst_rtp_theora_depay_parse_configuration):
9420         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9421         (gst_rtp_theora_pay_finish_headers),
9422         (gst_rtp_theora_pay_handle_buffer):
9423         Update theora pay/depayloader in a similar to vorbis.
9424
9425         * gst/rtp/gstrtpvorbisdepay.c:
9426         (gst_rtp_vorbis_depay_parse_configuration):
9427         Update docs.
9428
9429 2007-05-14  Wim Taymans  <wim@fluendo.com>
9430
9431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9432         When we try to execute a method that is not supported by the server,
9433         don't error out but remove the method from the accepted methods so that
9434         we never try to perform this method again.
9435
9436 2007-05-14  Wim Taymans  <wim@fluendo.com>
9437
9438         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9439         Remove annoying _dump_mem.
9440
9441 2007-05-14  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9444         Parse range correctly.
9445
9446         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9447         The baseurl now always has a '/' at the start.
9448
9449 2007-05-14  Wim Taymans  <wim@fluendo.com>
9450
9451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9452         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9453         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9454         Factor out caps configuration and configure more stuff such as the time
9455         ranges and speed/scale values.
9456
9457         * gst/rtsp/rtsptransport.c:
9458         Add Copyright after non-trival fixes.
9459
9460 2007-05-12  Wim Taymans  <wim@fluendo.com>
9461
9462         Patch by: Peter Kjellerstedt  <pkj at axis com>
9463
9464         * gst/rtsp/gstrtspsrc.h:
9465         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9466         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9467         (rtsp_message_get_header):
9468         * gst/rtsp/rtspmessage.h:
9469         Make channel guint8 where possible.
9470         Make rtsp_message_init_data() take the channel as a guint8.
9471
9472         * gst/rtsp/rtspdefs.c:
9473         Fixed a typo: Timout -> Timeout
9474
9475         * gst/rtsp/rtspdefs.h:
9476         Make RTSP_CHECK() behave as a statement.
9477
9478         * gst/rtsp/sdpmessage.c:
9479         Avoid a compiler warning in INIT_ARRAY().
9480         Fixes #437692.
9481
9482 2007-05-12  Wim Taymans  <wim@fluendo.com>
9483
9484         Patch by: Peter Kjellerstedt  <pkj at axis com>
9485
9486         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9487         (rtsp_url_get_request_uri):
9488         * gst/rtsp/rtspurl.h:
9489         Add support for query parameters to RTSP URLs.
9490
9491 2007-05-12  Wim Taymans  <wim@fluendo.com>
9492
9493         Patch by: Peter Kjellerstedt  <pkj at axis com>
9494
9495         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9496         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9497         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9498         (rtsp_transport_parse), (rtsp_transport_as_text):
9499         * gst/rtsp/rtsptransport.h:
9500         Add validation to rtsp_transport_parse().
9501         Add rtsp_transport_as_text() to generate an RTSP header from an
9502         RTSPTransport.
9503         Change ssrc to guint (was a string) since that is what it is, even
9504         though it is sent as a hex string.
9505         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9506         incorrect, which can be seen when looking at the examples in the RFC).
9507         Fixes #437670.
9508
9509 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9510
9511         Patch by: Eric Anholt
9512
9513         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9514           gst_ximage_src_ximage_get):
9515         Use union of all damage between frames to make it faster.
9516         Fixes bug #342463.
9517         Also fix crasher when cursor is at bottom right of window.
9518
9519 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9522           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9523           streaming mode regression for file from #343837 with 'bext' chunk
9524           before the 'fmt' chunk.
9525
9526 2007-05-11  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9529         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9530         (gst_rtspsrc_handle_src_event),
9531         (gst_rtspsrc_stream_configure_manager),
9532         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9533         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9534         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9535         * gst/rtsp/gstrtspsrc.h:
9536         * gst/rtsp/rtspdefs.h:
9537         Preliminary seek support.
9538         Activate internal pads so that we can receive events on them.
9539         Don't try to parse a range string when it's NULL.
9540
9541 2007-05-11  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/rtp/README:
9544         Update README with new RTP variables that will be used for
9545         synchronisation.
9546
9547         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9548         (gst_rtp_vorbis_depay_parse_configuration),
9549         (gst_rtp_vorbis_depay_process):
9550         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9551         (gst_rtp_vorbis_pay_finish_headers),
9552         (gst_rtp_vorbis_pay_handle_buffer):
9553         Update vorbis pay and depayloader to draft-04.
9554
9555 2007-05-11  Wim Taymans  <wim@fluendo.com>
9556
9557         * gst/rtsp/rtsptransport.c:
9558         UDP MCAST is actually the default for RTP/AVP.
9559 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9560
9561         * gst/level/gstlevel.c: (gst_level_transform_ip):
9562         Use guint8 * instead of gpointer then vs6 can build 
9563         in_data += (filter->width / 8).
9564
9565 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9566
9567         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9568           gst_ximage_src_ximage_get):
9569         * sys/ximage/gstximagesrc.h (last_ximage):
9570         When using Damage actually keep the last frame, and not assume
9571         that the buffer we get already has the last frame on it.
9572         Copy the cursor over if we specify a non-zero start x and
9573         start y.
9574
9575 2007-05-11  Wim Taymans  <wim@fluendo.com>
9576
9577         * gst/rtsp/rtsptransport.c:
9578         Make UDP the default transport when not specified.
9579
9580 2007-05-09  David Schleef  <ds@schleef.org>
9581
9582         * gst/level/gstlevel.c:
9583           Revert last change.
9584
9585 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9586
9587         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9588         (gst_level_transform_ip):
9589         Use guint8 * instead of gpointer then vs6 know the size of data
9590         pointed when moving the pointer.
9591         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9592         Move instructions after variables declaration.
9593         * win32/vs6/autogen.dsp:
9594         * win32/vs6/libgstrtp.dsp:
9595         * win32/vs6/libgstrtsp.dsp:
9596         Update vs6 project files.
9597
9598 2007-05-09  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst/rtsp/Makefile.am:
9601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9602         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9603         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9604         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9605         (rtsp_range_free):
9606         * gst/rtsp/rtsprange.h:
9607         Add code to parse time ranges.
9608         Report DURATION on the stream when possible.
9609
9610 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9613         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9614         (gst_videomixer_collected):
9615           Fix strides calculation for AYUV (it's just width*4) (#436910).
9616
9617 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9618
9619         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9620         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9621         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9622         Sync the GObject properties before each processing step to properly
9623         work with the controller.
9624
9625 2007-05-04  Wim Taymans  <wim@fluendo.com>
9626
9627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9628         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9629         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9630         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9631         (gst_rtspsrc_change_state):
9632         Let more error state trickle down so that we can catch more error
9633         cases.
9634         Handle keep-alive a little smarter by selecting a method the server
9635         actually supports.
9636         Fix a race in UDP streaming shutdown.
9637
9638 2007-05-04  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9641         Ignore errors when trying to use the keep-alive messages.
9642
9643 2007-05-04  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9646         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9647         (gst_rtspsrc_stream_configure_manager),
9648         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9649         (gst_rtspsrc_stream_configure_mcast),
9650         (gst_rtspsrc_stream_configure_udp),
9651         (gst_rtspsrc_stream_configure_udp_sink),
9652         (gst_rtspsrc_stream_configure_transport):
9653         Send RTCP messages back to the server over the TCP connection.
9654
9655         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9656         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9657         (rtsp_connection_receive):
9658         * gst/rtsp/rtspconnection.h:
9659         Factor out and expose lowlevel _write and _read methods.
9660         Implement sending data messages to the server.
9661
9662 2007-05-03  Wim Taymans  <wim@fluendo.com>
9663
9664         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9665         (gst_multipart_mux_collected):
9666         Fix timestamps on outgoing buffers.
9667
9668 2007-05-03  Wim Taymans  <wim@fluendo.com>
9669
9670         * gst/multipart/multipartmux.c:
9671         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9672         (gst_multipart_mux_change_state):
9673         Emit NEWSEGMENT events before pushing the first buffer.
9674
9675 2007-05-03  Wim Taymans  <wim@fluendo.com>
9676
9677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9678         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9679         (gst_rtspsrc_handle_src_query),
9680         (gst_rtspsrc_stream_configure_manager),
9681         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9682         (gst_rtspsrc_stream_configure_mcast),
9683         (gst_rtspsrc_stream_configure_udp),
9684         (gst_rtspsrc_stream_configure_udp_sink),
9685         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9686         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9687         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9688         (gst_rtspsrc_pause):
9689         Refactor transport configuration code.
9690         Create internal pads for TCP transport so that we can implement events
9691         and queries.
9692         Handle events and queries.
9693         Parse range from the SDP.
9694         Fix race in pause handler where the connection could still be flushing.
9695
9696 2007-05-02  Wim Taymans  <wim@fluendo.com>
9697
9698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9699         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9700         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9701         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9702         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9703         (gst_rtspsrc_change_state):
9704         * gst/rtsp/gstrtspsrc.h:
9705         Fix race when multiple udp sources post timeouts, just act on the first
9706         received timeout.
9707         Protect stream list with a recursive lock to fix some races.
9708         Flush connection when we need to do a reconnect or stop.
9709         Make state lock recursive.
9710
9711         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9712         (rtsp_connection_close):
9713         Some small cleanups.
9714
9715 2007-05-02  Wim Taymans  <wim@fluendo.com>
9716
9717         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9718         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9719         Only set DISCONT when there actually is a discont or when we just
9720         started.
9721
9722 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9723
9724         * ext/flac/gstflac.c: (plugin_init):
9725         Call bindtextdomain() to get localized strings.
9726
9727 2007-05-02  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9730         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9731         (gst_wavparse_stream_data):
9732         * gst/wavparse/gstwavparse.h:
9733         Be a bit more clever when dealing with VBR files with FACT tags, we
9734         don't want to timestamp buffers in that case but the estimated BPS can
9735         be used for seeking.
9736         Only send close segment in the streaming thread.
9737
9738 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9739
9740         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9741         Correctly post an error on the bus if something went wrong in the loop
9742         function. This fixes a few cases where the task was paused and nothing
9743         happened anymore.
9744
9745 2007-05-02  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst/rtsp/test.c: (main):
9748         Fix compilation of deprecated test just because I'm too lazy to delete
9749         it.
9750
9751 2007-05-02  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9754         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9755         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9756         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9757         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9758         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9759         * gst/rtsp/gstrtspsrc.h:
9760         Fix sending RTCP to the right place.
9761         Fix bug in reffing the wrong UDP element.
9762         Use new pad names for the session manager.
9763         Implement handling server requests in interleaved and UDP modes.
9764         Handle session keep-alive in UDP modes.
9765         Remove GCond for handling UDP timeouts.
9766
9767         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9768         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9769         (rtsp_connection_receive), (rtsp_connection_close):
9770         * gst/rtsp/rtspconnection.h:
9771         Store connection IP address for later.
9772         Add timeout args to all operations that might block forever.
9773         Parse session timeout.
9774         Only close sockets when not already closed.
9775
9776         * gst/rtsp/rtspdefs.c:
9777         * gst/rtsp/rtspdefs.h:
9778         Add timeout return value and error string.
9779
9780         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9781         Add small comment.
9782
9783 2007-05-01  Wim Taymans  <wim@fluendo.com>
9784
9785         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9786
9787         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9788         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9789         * gst/rtp/gstrtpmp4vpay.h:
9790         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9791
9792 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9793
9794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9795           Remove v4l2src from docs, since it breaks the docs build, and the
9796           plugin is only built if --enable-experimental is used anyway.
9797
9798         * docs/plugins/Makefile.am:
9799           Spaces => tab.
9800
9801 2007-04-29  Wim Taymans  <wim@fluendo.com>
9802
9803         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9804         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9805         Add code to drop membership of a multicast group.
9806
9807         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9808         (gst_udpsink_set_uri):
9809         Implement URI handler.
9810
9811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9812         (gst_rtspsrc_parse_rtpinfo):
9813         Use URI handler to make udpsink instace.
9814         Improve code to configure port and destination.
9815
9816 2007-04-29  Wim Taymans  <wim@fluendo.com>
9817
9818         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9819         Fix multicast detection.
9820         Don't try to join a multicast group if the address is not multicast.
9821
9822         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9823         Small debug improvement.
9824
9825 2007-04-27  Wim Taymans  <wim@fluendo.com>
9826
9827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9828         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9829         (gst_rtspsrc_handle_message):
9830         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9831         parent.
9832
9833 2007-04-27  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/rtp/gstrtpilbcdepay.h:
9836         Fix mode property when specified as an arg.
9837
9838 2007-04-26  Edward Hervey  <edward@fluendo.com>
9839
9840         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9841         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9842         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9843         * docs/plugins/inspect/plugin-osxaudio.xml:
9844         Add documentation for osxaudio plugin.
9845
9846 2007-04-26  Wim Taymans  <wim@fluendo.com>
9847
9848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9849         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9850         (gst_rtspsrc_open), (gst_rtspsrc_close),
9851         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9852         (gst_rtspsrc_pause):
9853         * gst/rtsp/gstrtspsrc.h:
9854         Protect state changes with a lock.
9855
9856         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9857         (parse_line):
9858         * gst/rtsp/rtspconnection.h:
9859         Remove some unused stuff.
9860
9861 2007-04-26  Wim Taymans  <wim@fluendo.com>
9862
9863         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9864         Handle the case where there are exactly 0 bytes to read and the ioctl
9865         did not report an error. Fixes #433530.
9866
9867 2007-04-26  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9870         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9871         * gst/wavparse/gstwavparse.h:
9872         Apply DISCONT to buffers.
9873         Only apply timestamp to the first sample after a DISCONT, too many VBR
9874         files cause random jitter in the timestamps. Fixes #433119.
9875
9876 2007-04-25  Wim Taymans  <wim@fluendo.com>
9877
9878         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9879         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9880         (gst_rtp_dec_get_property):
9881         * gst/rtsp/gstrtpdec.h:
9882         Add dummy latency property to be backwards compat with rtpbin.
9883
9884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9885         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9886         (gst_rtspsrc_stream_configure_transport),
9887         (gst_rtspsrc_parse_rtpinfo):
9888         * gst/rtsp/gstrtspsrc.h:
9889         Add latency property and configure in the session manager.
9890         Don't set invalid clock-base and seqnum-base on caps, some servers
9891         sometimes don't send them.
9892
9893 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9896         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9897           Double-check that RGB input caps are really RGBA caps (apparently
9898           the core doesn't always catch it if those caps aren't a subset of
9899           our template caps, also see #421543). Fixes #429319 in a way.
9900           Also, don't leak the pad template in the transform_caps function.
9901
9902         * tests/check/Makefile.am:
9903         * tests/check/elements/.cvsignore:
9904         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9905         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9906         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9907         (GST_START_TEST), (alphacolor_suite):
9908           Add some basic unit tests for alphacolor.
9909
9910 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9911
9912         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9913           If we get a fatal flow return in the loop function, first post the
9914           error message and only then send the EOS event downstream, otherwise
9915           applications might get an eos message before the error message and
9916           think everything was ok (related to #429319).
9917
9918 2007-04-25  Wim Taymans  <wim@fluendo.com>
9919
9920         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9921         Read the channel byte as an unsigned byte.
9922
9923 2007-04-25  Wim Taymans  <wim@fluendo.com>
9924
9925         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9926         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9927         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9928         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9929         (gst_rtp_gsm_depay_setcaps):
9930         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9931         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9932         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9933         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9934         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9935         (gst_ilbc_depay_get_property):
9936         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9937         * gst/rtp/gstrtpmp4adepay.c:
9938         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9939         (gst_rtp_pcma_depay_setcaps):
9940         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9941         (gst_rtp_pcmu_depay_setcaps):
9942         Make sure we configure the clock_rate in the baseclass in the setcaps
9943         function. Fixes #431282.
9944
9945 2007-04-25  Wim Taymans  <wim@fluendo.com>
9946
9947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9948         (gst_rtspsrc_stream_free), (request_pt_map),
9949         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9950         * gst/rtsp/gstrtspsrc.h:
9951         Parse server address from SDP.
9952         Hook up a udpsink to send RTCP back to the server.
9953
9954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9955         * gst/rtsp/rtsptransport.h:
9956         Add some docs.
9957
9958 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9959
9960         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9961           Make header field check conditional. Fixes #433135
9962
9963 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         * docs/plugins/Makefile.am:
9966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9968         * docs/plugins/inspect/plugin-alphacolor.xml:
9969         * gst/alpha/Makefile.am:
9970         * gst/alpha/gstalphacolor.c:
9971         * gst/alpha/gstalphacolor.h:
9972           Add minimal docs blurb to alphacolor; split out headers into
9973           separate header file for gtk-doc.
9974
9975 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9976
9977         * gst/debug/progressreport.c: (gst_progress_report_report):
9978           Don't try to post NULL message (in case we can't query upstream
9979           position or duration).
9980
9981 2007-04-18  Michael Smith  <msmith@fluendo.com>
9982
9983         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9984         (gst_cutter_get_caps):
9985         * gst/cutter/gstcutter.h:
9986           Fix some of the most obvious bugs in cutter. Now doesn't leak
9987           everything if input is silent.
9988
9989 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9990
9991         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9992         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9993         * gst/wavenc/gstwavenc.h:
9994         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9995         else results in a invalid block align and invalid files.
9996
9997 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         Patch by: Snaik <snaik32 gmail com>
10000
10001         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10002           Add missing break statement for BOX_HORIZONTAL case.
10003
10004 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10005
10006         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10007
10008         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10009         Use correct format strings for integer types.
10010
10011 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10012
10013         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10014         (gst_wavparse_create_sourcepad):
10015         Use gst_riff_create_audio_template_caps () instead of the local caps.
10016         This makes updates of the local caps unecessary whenever libgstriff
10017         gets support for new formats.
10018
10019 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10022
10023         * sys/sunaudio/gstsunaudio.c:
10024         * sys/sunaudio/gstsunaudiomixer.c:
10025         * sys/sunaudio/gstsunaudiomixer.h:
10026         * sys/sunaudio/gstsunaudiomixerctrl.c:
10027         * sys/sunaudio/gstsunaudiomixerctrl.h:
10028         * sys/sunaudio/gstsunaudiomixertrack.h:
10029         * sys/sunaudio/gstsunaudiosink.c:
10030         * sys/sunaudio/gstsunaudiosink.h:
10031         * sys/sunaudio/gstsunaudiosrc.c:
10032         * sys/sunaudio/gstsunaudiosrc.h:
10033           Fix and/or update copyright attributions (#430228).
10034
10035 2007-04-13  Wim Taymans  <wim@fluendo.com>
10036
10037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10038         Fix docs.
10039
10040         * gst/rtsp/URLS:
10041         Add some more example urls.
10042
10043         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10044         (gst_rtp_dec_chain_rtp):
10045         Better debugging.
10046
10047         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10048         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10049         (gst_rtspsrc_parse_rtpinfo):
10050         Remove unused code.
10051
10052 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10053
10054         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10055         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10056         (gst_wavparse_stream_data):
10057           Relax the audio/mpeg caps again and add FIXME: comment.
10058
10059 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10060
10061         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10062         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10063         (gst_wavparse_stream_data):
10064         * gst/wavparse/gstwavparse.h:
10065           More sanity check for the header fields. Fix type for 'rate' header
10066           field.
10067
10068 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10071         (gst_icydemux_unicodify):
10072           If the metadata strings we get in the stream are not UTF-8, try to
10073           interpret them according to the character encodings specified in the
10074           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10075           only fall back to locale/ISO-8859-1 if those aren't set or don't
10076           work. Should fix #428901.
10077
10078 2007-04-12  Wim Taymans  <wim@fluendo.com>
10079
10080         * gst/rtp/gstrtph264depay.c:
10081         Use the proper sync word for SPS and PPS.
10082
10083 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10084
10085         * gst/rtp/Makefile.am:
10086         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10087           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10088         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10089           Add a simple hashing implementation that we can use to generate
10090           a 24-bit ident value based on the codebooks for vorbis and theora.
10091         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10092           gst_rtp_theora_pay_handle_buffer):
10093         * gst/rtp/gstrtpvorbisdepay.c
10094           (gst_rtp_vorbis_depay_parse_configuration,
10095           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10096         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10097           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10098           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10099           Use the hashing function, ensuring that the same codebooks result
10100           in the same ident and thus the same SDP description.
10101           Various log fixes/changes.
10102
10103 2007-04-12  Wim Taymans  <wim@fluendo.com>
10104
10105         Patch by: jerry tan <jerry dot tan at sun dot com>
10106
10107         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10108         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10109         application's responsibility to make sure it open the device once.
10110         Remove a careless error if AUDIODEV is set. Fixes #392620.
10111
10112 2007-04-12  Wim Taymans  <wim@fluendo.com>
10113
10114         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10115         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10116         * gst/rtsp/gstrtpdec.h:
10117         Make backward compat with rtpbin by adding the request-pt-map signals.
10118
10119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10120         (new_session_pad), (request_pt_map),
10121         (gst_rtspsrc_stream_configure_transport),
10122         (gst_rtspsrc_stream_configure_caps),
10123         (gst_rtspsrc_activate_streams):
10124         * gst/rtsp/gstrtspsrc.h:
10125         Implement request-pt-map signals instead of setting caps on the buffers
10126         for the session manager.
10127
10128 2007-04-11  Wim Taymans  <wim@fluendo.com>
10129
10130         * gst/udp/gstudp.c: (plugin_init):
10131         Register GstNetBuffer in plugin_init so that the type can be used from
10132         multiple threads without races.
10133
10134 2007-04-10  Wim Taymans  <wim@fluendo.com>
10135
10136         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10137         (gst_rtp_amr_depay_process):
10138         Fix depayloader clock_rate and some cleanups.
10139
10140         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10141         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10142         * gst/rtp/gstrtph264depay.h:
10143         Don't push codec_data in the adapter because it might get flushed when
10144         we get a discont.
10145
10146         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10147         Handle multiple AU per packet.
10148
10149         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10150         (gst_rtp_sv3v_depay_plugin_init):
10151         Disable rank, this one does not work.
10152         Remove timestamping, base class does that.
10153
10154 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10155
10156         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10157           limit caps to the formats we announce in the template
10158
10159         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10160         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10161         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10162           fix some crashers/asserts when dealing with broken files
10163
10164 2007-04-10  Wim Taymans  <wim@fluendo.com>
10165
10166         Patch by: Peter Kjellerstedt  <pkj at axis com>
10167
10168         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10169         * gst/rtp/gstrtpL16depay.c:
10170         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10171         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10172         (gst_rtp_speex_depay_setcaps):
10173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10174         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10175         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10176         Fix some compiler warnings. Fixes #428182.
10177
10178 2007-04-06  Wim Taymans  <wim@fluendo.com>
10179
10180         * gst/rtsp/Makefile.am:
10181         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10182         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10183         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10184         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10185         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10186         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10187         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10188         (create_rtcp), (gst_rtp_dec_request_new_pad),
10189         (gst_rtp_dec_release_pad):
10190         * gst/rtsp/gstrtpdec.h:
10191         * gst/rtsp/gstrtsp.c: (plugin_init):
10192         Morph RTPDec into something compatible with RTPBin as a fallback.
10193         Various other style fixes.
10194
10195         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10196         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10197         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10198         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10199         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10200         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10201         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10202         * gst/rtsp/gstrtspsrc.h:
10203         Implement RTPBin session manager handling.
10204         Don't try to add empty properties to caps.
10205         Implement fallback session manager, handling.
10206         Don't combine errors from RTCP streams, just ignore them.
10207
10208         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10209         * gst/rtsp/rtsptransport.h:
10210         Implement fallback session manager.
10211         Make RTPBin the default one when available.
10212
10213 2007-04-05  Wim Taymans  <wim@fluendo.com>
10214
10215         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10216         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10217         This element is ready to be autoplugged.
10218
10219 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10220
10221         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10222         Don't leave the offsets defined by upstream element on the
10223         compressed data buffer we are pushing downstream. Make them
10224         GST_BUFFER_OFFSET_NONE.
10225
10226 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10227
10228         * gst/avi/README:
10229         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10230         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10231         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10232         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10233         (gst_avi_demux_calculate_durations_from_index),
10234         (gst_avi_demux_stream_header_push),
10235         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10236         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10237           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10238
10239 2007-04-03  Wim Taymans  <wim@fluendo.com>
10240
10241         * gst/smpte/barboxwipes.c:
10242         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10243
10244 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10245
10246         * gst/wavparse/gstwavparse.c:
10247         Support audio/x-raw-float in wav files. This only works with
10248         plugins-base CVS, using an older version doesn't have any
10249         disadvantages though.
10250
10251 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10252
10253         * configure.ac:
10254         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10255         (gst_au_parse_parse_header), (gst_au_parse_chain):
10256         * gst/auparse/gstauparse.h:
10257         Revert last change as we don't want plugins-good to depend on
10258         plugins-base CVS now.
10259
10260 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10261
10262         * configure.ac:
10263         Require gst-plugins-base CVS for audioconvert with non-native
10264         float support and width/depth fix in libgstriff.
10265
10266         Patch by: René Stadler <mail at renestadler dot de>
10267
10268         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10269         (gst_au_parse_parse_header), (gst_au_parse_chain):
10270         * gst/auparse/gstauparse.h:
10271         Don't swap the floats ourself if they're not in native endianness.
10272         Instead let audioconvert handle this. Fixes #339838.
10273
10274 2007-03-29  Wim Taymans  <wim@fluendo.com>
10275
10276         * gst/rtp/gstasteriskh263.h:
10277         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10278         (gst_rtp_h263p_depay_change_state):
10279         * gst/rtp/gstrtph263pdepay.h:
10280         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10281         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10282         (gst_rtp_h264_depay_change_state):
10283         * gst/rtp/gstrtph264depay.h:
10284         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10285         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10286         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10287         Flush adapter on disconts.
10288
10289 2007-03-29  Wim Taymans  <wim@fluendo.com>
10290
10291         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10292         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10293         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10294         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10295         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10296         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10297         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10298         (gst_rtp_mp4v_depay_process):
10299         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10300         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10301         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10302         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10303         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10304         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10305         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10306         Use more efficient adapter and rtpbuffer methods when possible.
10307
10308 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10309
10310         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10311         (gst_wavenc_sink_setcaps):
10312         Correctly handle width!=depth input.
10313         * gst/wavparse/gstwavparse.c:
10314         Already export in the caps that width==8 uses unsigned samples and
10315         everything else uses signed samples.
10316
10317 2007-03-29  Wim Taymans  <wim@fluendo.com>
10318
10319         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10320
10321         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10322         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10323         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10324         (gst_dynudpsink_close):
10325         * gst/udp/gstdynudpsink.h:
10326         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10327         (gst_udpsrc_create), (gst_udpsrc_set_property),
10328         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10329         * gst/udp/gstudpsrc.h:
10330         Rework the socket allocation a bit based on the sockfd argument so that
10331         it becomes usable.
10332         Add a closefd property to instruct the udp elements to close the custom
10333         file descriptors when going to READY. Fixes #423304.
10334         API:GstUDPSrc::closefd property
10335         API:GstDynUDPSink::closefd property
10336
10337 2007-03-29  Wim Taymans  <wim@fluendo.com>
10338
10339         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10340
10341         * gst/rtp/Makefile.am:
10342         * gst/rtp/gstrtp.c: (plugin_init):
10343         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10344         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10345         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10346         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10347         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10348         (gst_rtp_h264_pay_plugin_init):
10349         * gst/rtp/gstrtph264pay.h:
10350         Added H264 payloader. Fixes #423782.
10351
10352         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10353         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10354         Small fixes.
10355
10356 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10357
10358         * gst/wavparse/gstwavparse.c:
10359         Actually support depths from 1 to 32, not only 8 to 32.
10360
10361 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10362
10363         * gst/wavparse/gstwavparse.c:
10364         Add support for wav files containing audio/x-raw-int with random
10365         depths between 1 and 32 bits.
10366
10367 2007-03-28  Wim Taymans  <wim@fluendo.com>
10368
10369         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10370
10371         * gst/rtp/Makefile.am:
10372         * gst/rtp/gstrtp.c: (plugin_init):
10373         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10374         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10375         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10376         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10377         (gst_rtp_mp4a_depay_get_property),
10378         (gst_rtp_mp4a_depay_change_state),
10379         (gst_rtp_mp4a_depay_plugin_init):
10380         * gst/rtp/gstrtpmp4adepay.h:
10381         Added MP4A-LATM depayloader. Fixes #417792.
10382
10383         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10384         (gst_rtp_mp4v_depay_process):
10385         Fixup depayloader, setting codec_data, using more efficient adaptor and
10386         rtpbuffer handling.
10387
10388         * gst/rtsp/URLS:
10389         Add url to test above.
10390
10391 2007-03-25  Wim Taymans  <wim@fluendo.com>
10392
10393         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10394         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10395         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10396         (gst_rtspsrc_media_to_caps),
10397         (gst_rtspsrc_stream_configure_transport),
10398         (gst_rtspsrc_stream_configure_caps),
10399         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10400         * gst/rtsp/gstrtspsrc.h:
10401         Handle default clock-rates for static payload types, rearrange stuff so
10402         that the rtpmap field in the sdp can override the defaults.
10403         Parse RTP-Info field to get the seqnum and timebase fields that should
10404         go in the caps.
10405         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10406         the server. 
10407
10408 2007-03-22  Wim Taymans  <wim@fluendo.com>
10409
10410         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10411
10412         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10413         Accept complex pipeline descriptions as an audio profile instead of just
10414         a single element. Fixes #420658.
10415
10416 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10419           Rename registered type in preparation of GstTagDemux moving to
10420           -base at some point in the future.
10421
10422 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10425           Streaming mode fixes: don't unref buffer we don't own any longer;
10426           remove bogus adapter flush. Fixes #419338.
10427
10428 2007-03-17  David Schleef  <ds@schleef.org>
10429
10430         * REQUIREMENTS: Change the format to key/value, add a bunch of
10431           information, remove a bunch of requirements that are for
10432           other GStreamer packages.
10433
10434 2007-03-17  David Schleef  <ds@schleef.org>
10435
10436         * REQUIREMENTS: Fix a few things.  This file really needs a
10437         good once-over.
10438
10439 2007-03-15  Edward Hervey  <edward@fluendo.com>
10440
10441         * sys/Makefile.am:
10442         Don't forget to distribute the sys/osxaudio/ directory.
10443
10444 2007-03-15  Edward Hervey  <edward@fluendo.com>
10445
10446         * configure.ac:
10447         * sys/Makefile.am:
10448         * sys/osxaudio/Makefile.am:
10449         * sys/osxaudio/gstosxaudio.c:
10450         * sys/osxaudio/gstosxaudiosink.c:
10451         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10452         (gst_osx_audio_sink_getcaps),
10453         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10454         * sys/osxaudio/gstosxaudiosrc.c:
10455         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10456         (gst_osx_audio_src_create_ringbuffer):
10457         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10458         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10459         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10460         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10461         * sys/osxaudio/gstosxringbuffer.h:
10462         Activate osxaudio in gst-plugins-good with proper build setup.
10463         Add inlined documentation.
10464         Fix debug statements
10465         Fix ringbuffer when pausing.
10466         Fixes #323471
10467
10468 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10469         * gst/rtp/gstrtppcmapay.c:
10470         * gst/rtp/gstrtppcmapay.h:
10471         * gst/rtp/gstrtppcmupay.c:
10472         * gst/rtp/gstrtppcmupay.h:
10473         Ported mulaw and alaw payloaders to use new base class
10474
10475 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10476
10477         * po/af.po:
10478         * po/az.po:
10479         * po/cs.po:
10480         * po/en_GB.po:
10481         * po/it.po:
10482         * po/nl.po:
10483         * po/or.po:
10484         * po/sq.po:
10485         * po/sr.po:
10486         * po/sv.po:
10487         * po/uk.po:
10488         * po/vi.po:
10489           Update translations.
10490
10491 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10492
10493         * configure.ac:
10494           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10495
10496 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10497
10498         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10499           Fix handling of -1 values for start and stop values when seeking,
10500           and SEEK_CUR+SEEK_END here as well.
10501
10502 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10503
10504         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10505           Fix handling of -1 values for start and stop values when seeking, 
10506           and SEEK_CUR+SEEK_END.
10507
10508 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10509
10510         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10511           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10512           the image format a variable-length NUL-terminated string; in
10513           versions before that the image format is a fixed-length string of
10514           3 characters (see #348644 for a sample tag).
10515           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10516
10517 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10518
10519         * win32/MANIFEST:
10520         Add new project files to MANIFEST.
10521         * win32/vs6/libgstaudiofx.dsp:
10522         * win32/vs6/libgstrtp.dsp:
10523         * win32/vs6/libgstrtsp.dsp:
10524         Update project files.
10525         
10526 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10529         (gst_avi_demux_parse_index):
10530         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10531         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10532           Printf format fixes; also add some missing quotes in translated
10533           strings. Fixes #416728 and #416727.
10534
10535 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10536
10537         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10538           Tim and I can't think of any reason the child audio sink needs to 
10539           be set back to NULL after successfully determining that it can 
10540           reach READY - it gets immediately set back to READY by the caller
10541           anyway, causing an unnecessary close/open of any audio devices
10542           involved.
10543
10544 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * po/LINGUAS:
10547         * po/ja.po:
10548           Add ja.po file from #377306.
10549
10550 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10553         * sys/sunaudio/gstsunaudiomixertrack.c:
10554         (gst_sunaudiomixer_track_new):
10555           Actually translate sunaudio mixer track labels instead of just
10556           marking the strings as translatable (#377306); clean up weird
10557           label string mapping code that serves no apparent purpose. Also
10558           set the 'untranslated-label' property when creating mixer tracks
10559           if the GstMixerTrack base class supports this.
10560
10561         * tests/check/Makefile.am:
10562         * tests/check/elements/.cvsignore:
10563         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10564         (sunaudio_suite):
10565           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10566           actually tested on a system where sunaudiomixer is available).
10567
10568 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10569
10570         * tests/check/Makefile.am:
10571         Re-enable the states test and see if it works on the buildbots.
10572
10573 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10574
10575         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10576         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10577         (gst_dvdec_change_state):
10578         * ext/dv/gstdvdec.h:
10579         Infer pixel-aspect-ratio from the video frame format if it isn't
10580         provided by the container, as happens when playing DV from AVI
10581         or Quicktime containers.
10582
10583         Patch by: Wim Taymans <wim@fluendo.com>
10584         Fixes #380944
10585
10586 2007-03-09  Wim Taymans  <wim@fluendo.com>
10587
10588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10589         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10590         will later be handled by the jitterbuffer.
10591
10592 2007-03-09  Wim Taymans  <wim@fluendo.com>
10593
10594         * ext/taglib/gstid3v2mux.cc:
10595         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10596         Fixes #414496.
10597         
10598         Patch by: Alex Lancaster <alexl at users sourceforge net>
10599
10600 2007-03-09  Wim Taymans  <wim@fluendo.com>
10601
10602         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10603         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10604         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10605         (gst_avi_demux_chain):
10606         Fix stream position reporting after a seek. Fixes #416445.
10607
10608 2007-03-08  Wim Taymans  <wim@fluendo.com>
10609
10610         Patch by: René Stadler <mail at renestadler dot de>
10611
10612         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10613         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10614         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10615         Make avidemux accept optional header chunks in any order.
10616         Fixes #415446.
10617
10618 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10619
10620         * tests/check/Makefile.am:
10621         Disable the states check until the remaining Valgrind errors
10622         are fixed or suppressed.
10623
10624 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10625
10626         * tests/check/elements/.cvsignore:
10627           Add audiodynamic check to .cvsignore
10628
10629 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10630
10631         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10632
10633         * gst/audiofx/Makefile.am:
10634         * gst/audiofx/audiodynamic.c:
10635         (gst_audio_dynamic_characteristics_get_type),
10636         (gst_audio_dynamic_mode_get_type),
10637         (gst_audio_dynamic_set_process_function),
10638         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10639         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10640         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10641         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10642         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10643         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10644         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10645         (gst_audio_dynamic_transform_hard_knee_expander_int),
10646         (gst_audio_dynamic_transform_hard_knee_expander_float),
10647         (gst_audio_dynamic_transform_soft_knee_expander_int),
10648         (gst_audio_dynamic_transform_soft_knee_expander_float),
10649         (gst_audio_dynamic_transform_ip):
10650         * gst/audiofx/audiodynamic.h:
10651         * gst/audiofx/audiofx.c: (plugin_init):
10652         Add new audiodynamic element which can act as a compressor or
10653         expander. Supported are hard-knee and soft-knee operation modes with
10654         user-specified ratio and threshold.
10655         Attack and release parameters are not yet implemented but will follow.
10656         * docs/plugins/Makefile.am:
10657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10658         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10659         * docs/plugins/gst-plugins-good-plugins.args:
10660         * docs/plugins/inspect/plugin-audiofx.xml:
10661         Integrate audiodynamic into the docs.
10662         * tests/check/Makefile.am:
10663         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10664         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10665         Add unit test for audiodynamic.
10666
10667 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10668
10669         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10670         Free handles that we allocated when exiting via the error paths.
10671
10672 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10673
10674         * gst/level/gstlevel.c: (gst_level_class_init),
10675         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10676         (gst_level_transform_ip):
10677         * gst/level/gstlevel.h:
10678           Resolve message timestamps against the playback segment.
10679
10680 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10683         (gst_id3demux_sink_activate):
10684           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10685           caps passed to it (previously one code path assumed it took ownership
10686           while another one assumed it didn't, while in fact it sometimes did and
10687           sometimes didn't ...).
10688
10689         * configure.ac:
10690         * tests/files/Makefile.am:
10691         * tests/files/id3-407349-1.tag:
10692         * tests/files/id3-407349-2.tag:
10693           Add directory where data for unit tests can be stored.
10694
10695         * tests/Makefile.am:
10696         * tests/check/Makefile.am:
10697         * tests/check/elements/.cvsignore:
10698         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10699         (read_tags_from_file), (run_check_for_file),
10700         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10701           Add unit test for id3demux, and in particular for bug #407349. Only
10702           testing pull-mode for now; push mode doesn't work yet because the test
10703           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10704
10705 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * tests/check/Makefile.am:
10708           Add missing backslash at end of line.
10709
10710 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10711
10712         Trigger rebuild.
10713
10714 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10717         * gst/id3demux/id3tags.h:
10718         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10719         (parse_obsolete_tdat_frame):
10720           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10721           the four-digit number will be interpreted as a year, whereas it is
10722           month and day in DDMM format. Instead, parse TDAT frames and fix up
10723           the date in the GST_TAG_DATE tag later if we also extracted a year.
10724           Fixes #407349.
10725
10726 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10727
10728         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10729         (gst_switch_commit_new_kid):
10730         Fix up the dispose logic so it doesn't leak, and fix setting of 
10731         the child state so that we don't set a child to our current state 
10732         just as we are changing it to something else.
10733
10734 2007-03-06  Wim Taymans  <wim@fluendo.com>
10735
10736         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10737         (gst_goom_chain):
10738         * gst/goom/gstgoom.h:
10739         Document, fix and improve goom adapter behaviour.
10740         Fixes #407006.
10741
10742 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10743
10744         * ext/esd/esdsink.c: (gst_esdsink_open):
10745         Unref static pad template after using it.
10746
10747 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10748
10749         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10750         (gst_switch_commit_new_kid):
10751         Fix up the reference counting of the child elements.
10752
10753 2007-03-05  Wim Taymans  <wim@fluendo.com>
10754
10755         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10756         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10757         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10758         Fix encoding-name case.
10759
10760 2007-03-05  Wim Taymans  <wim@fluendo.com>
10761
10762         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10763         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10764         (gst_rtp_speex_depay_process):
10765         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10766         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10767         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10768         (gst_rtp_speex_pay_change_state):
10769         * gst/rtp/gstrtpspeexpay.h:
10770         Fix speex (de)payloader. Fixes #358040.
10771
10772 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10773
10774         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10775         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10776         Install fakesink in NULL by fixing some broken logic. This obviates
10777         the need to manually set _IS_SINK.
10778         Add some comments and remove a little cruft while I'm at it.
10779
10780 2007-03-05  Wim Taymans  <wim@fluendo.com>
10781
10782         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10783         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10784
10785 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * po/POTFILES.in:
10788           Update.
10789
10790 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10791
10792         * tests/check/Makefile.am:
10793         Gah! Also disable gconfvideosink from the tests, otherwise
10794         it will instantiate autovideosink, and dfbvideosink and
10795         leak on the buildbots.
10796
10797 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10800         (gst_cdio_cdda_src_finalize):
10801         Make sure we always destroy our libcdio handle.
10802
10803 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10804
10805         * tests/check/Makefile.am:
10806         Disable autovideosink so the buildbots don't barf over memory
10807         leaked in the directfb sink.
10808
10809 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10810
10811         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10812         Chain up in dispose
10813
10814 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10817         (gst_multipart_find_pad_by_mime):
10818         Use gst_pad_new_from_static_template instead of
10819         static_pad_template_get+pad_new.
10820
10821 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10822
10823         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10824         Catch the case where no clock has been set.
10825
10826 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10827
10828         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10829         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10830         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10831         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10832         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10833         (gst_gconf_audio_src_finalize), (do_toggle_element):
10834         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10835         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10836         (do_toggle_element):
10837         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10838         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10839         (gst_gconf_video_src_finalize), (do_toggle_element):
10840         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10841         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10842         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10843         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10844         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10845         (gst_shout2send_init), (gst_shout2send_finalize):
10846         * gst/debug/testplugin.c: (gst_test_class_init),
10847         (gst_test_finalize):
10848         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10849         (gst_flxdec_dispose):
10850         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10851         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10853         (gst_rtspsrc_finalize):
10854         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10855         * gst/rtsp/rtspextwms.h:
10856         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10857         (gst_smpte_finalize):
10858         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10859         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10860         (gst_udpsink_finalize):
10861         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10862         (gst_wavparse_sink_activate):
10863         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10864         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10865         (gst_oss_src_finalize):
10866         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10867         * sys/v4l2/gstv4l2object.h:
10868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10869         (gst_v4l2src_finalize):
10870         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10871
10872         Fix a bunch of leaks shown by the newly-added states test.
10873
10874 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10875
10876         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10877         Use gst_pad_new_from_static_template instead of 
10878         static_pad_template_get+pad_new.
10879
10880 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10883
10884         * ext/libcaca/Makefile.am:
10885         * gst/debug/Makefile.am:
10886           Don't mix tabs and spaces (#414168).
10887
10888 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10889
10890         * tests/check/generic/.cvsignore:
10891           Ignore files to please buildbot.
10892
10893 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10894
10895         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10896         (gst_wavparse_stream_data):
10897           Unbreak my previous commit (swapped nominator & denominator). Tim,
10898           thanks for spotting.
10899
10900 2007-03-02  Wim Taymans  <wim@fluendo.com>
10901
10902         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10903         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10904         (gst_cdio_cdda_src_finalize):
10905         Small code cleanups.
10906         Don't use pad_alloc as the base class cannot deal with the error codes.
10907
10908 2007-03-02  Wim Taymans  <wim@fluendo.com>
10909
10910         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10911         (gst_udpsrc_create):
10912         Fix doc.
10913
10914 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10915
10916         Patch by: René Stadler <mail@renestadler.de>
10917
10918         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10919         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10920         (gst_wavparse_stream_data):
10921           Handle rounding better to not drop last sample frame. Fixes #356692
10922
10923 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10924
10925         * tests/check/Makefile.am:
10926         Disable cacasink from the states check too - it also calls exit(1)
10927         on us when it can't find a terminal to talk to.
10928
10929 2007-03-02  Wim Taymans  <wim@fluendo.com>
10930
10931         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10932
10933         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10934         (gst_udpsrc_create), (gst_udpsrc_set_property),
10935         (gst_udpsrc_get_property):
10936         * gst/udp/gstudpsrc.h:
10937         Add support to strip proprietary headers. Fixes #350296.
10938
10939 2007-03-02  Wim Taymans  <wim@fluendo.com>
10940
10941         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10942         Fix compilation.
10943
10944 2007-03-02  Wim Taymans  <wim@fluendo.com>
10945
10946         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10947
10948         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10949         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10950         (gst_rtp_mp2t_depay_set_property),
10951         (gst_rtp_mp2t_depay_get_property):
10952         * gst/rtp/gstrtpmp2tdepay.h:
10953         Add support to strip off proprietary headers. Fixes #350278.
10954
10955 2007-03-02  Wim Taymans  <wim@fluendo.com>
10956
10957         * ext/hal/hal.c:
10958         Fix compilation.
10959
10960 2007-03-02  Wim Taymans  <wim@fluendo.com>
10961
10962         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10963         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10964         (gst_sunaudiosrc_open):
10965         * sys/sunaudio/gstsunaudiosrc.h:
10966         Remove device-name from GstSunAudioSrc. Fixes #412597.
10967
10968 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10969
10970         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10971         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10972         Having NULL as UDI previously selected the default sink/src. Change
10973         this back but mention it in the debug output.
10974         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10975         (gst_hal_get_oss_element), (gst_hal_get_string),
10976         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10977         (gst_hal_get_audio_src):
10978         * ext/hal/hal.h:
10979         Refactor a bit, check all error conditions, greatly improve debugging
10980         and fix some possible memory leaks. Also implement OSS support
10981         and allow specifying an UDI that points to a real device. For this the
10982         child device which supports ALSA (preferred) or OSS is used.
10983         As a side effect this makes it impossible now to get a alsasink in
10984         halaudiosrc and a alsasrc in halaudiosink.
10985
10986 2007-03-01  Wim Taymans  <wim@fluendo.com>
10987
10988         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10989         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10990         Errors from the udp sources are not fatal unless all of them are in
10991         error.
10992
10993 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10994
10995         * tests/check/Makefile.am:
10996         Disable aasink in the states test. I suspect this is the element that
10997         is calling exit(1) when it can't proceed.
10998
10999 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11000
11001         * tests/check/Makefile.am:
11002         Draw plugins in from the build tree sys/ dir, rather than picking
11003         up the already installed versions.
11004
11005 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11006
11007         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11008         Error out correctly when getting xcontext fails.
11009
11010 2007-03-01  Wim Taymans  <wim@fluendo.com>
11011
11012         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11013         Make state change to PAUSED NO_PREROLL because that's what it will be in
11014         the future and rtspsrc relies on it.
11015
11016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11017         (gst_rtspsrc_change_state):
11018         Don't error out when we don't get an error from the state change
11019         function.
11020
11021 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11022
11023         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11024         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11025           Check if the device UDI is set before trying to query HAL
11026           about it and give a useful error message if it wasn't set.
11027         * ext/hal/hal.c: (gst_hal_get_string):
11028           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11029           gives an assertion failure in D-Bus when running with
11030           DBUS_FATAL_WARNINGS=1.
11031
11032 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * configure.ac:
11035           Convert to new AG_GST style.
11036
11037 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11038
11039         * tests/check/Makefile.am:
11040         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11041           add test for states
11042
11043 2007-02-28  Wim Taymans  <wim@fluendo.com>
11044
11045         * tests/check/elements/.cvsignore:
11046         Add new videofilter check to .cvsignore.
11047
11048 2007-02-28  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11051         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11052         (gst_avi_demux_loop), (gst_avi_demux_chain):
11053         Fix combined flow return. Fixes #412608.
11054
11055 2007-02-28  Wim Taymans  <wim@fluendo.com>
11056
11057         * gst/videofilter/Makefile.am:
11058         Dist header..
11059
11060 2007-02-28  Wim Taymans  <wim@fluendo.com>
11061
11062         * gst/videofilter/gstgamma.h:
11063         Add header too.
11064
11065 2007-02-28  Wim Taymans  <wim@fluendo.com>
11066
11067         Patch by: Mark Nauwelaerts <manauw at skynet be>
11068
11069         * gst/videofilter/Makefile.am:
11070         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11071         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11072         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11073         (oil_tablelookup_u8), (gst_gamma_set_caps),
11074         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11075         Port gamma filter to 0.10. Fixes #412704.
11076
11077         * tests/check/Makefile.am:
11078         * tests/check/elements/videofilter.c: (setup_filter),
11079         (cleanup_filter), (check_filter), (GST_START_TEST),
11080         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11081         Add unit tests for videofilters.
11082
11083 2007-02-28  Wim Taymans  <wim@fluendo.com>
11084
11085         * gst/rtsp/URLS:
11086         Add another interesting test url.
11087
11088         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11089         Don't allow getting header fields from data packets.
11090
11091 2007-02-28  Michael Smith  <msmith@fluendo.com>
11092
11093         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11094         (gst_shout2send_init), (gst_shout2send_start),
11095         (gst_shout2send_set_property), (gst_shout2send_get_property):
11096         * ext/shout2/gstshout2.h:
11097           Add a property for username.
11098
11099 2007-02-27  Christian Schallerr <christian@fluendo.com>
11100
11101         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11102
11103 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11104
11105         * gst/rtsp/Makefile.am:
11106         Fix make check too.
11107
11108 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11109
11110         * gst/rtsp/base64.c: (util_base64_encode):
11111         * gst/rtsp/base64.h:
11112         Commit missing files for base64 encoding.
11113
11114 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11117
11118         * configure.ac:
11119         * ext/annodex/Makefile.am:
11120         * ext/jpeg/Makefile.am:
11121         * ext/speex/Makefile.am:
11122         * gst/alpha/Makefile.am:
11123         * gst/cutter/Makefile.am:
11124         * gst/debug/Makefile.am:
11125         * gst/effectv/Makefile.am:
11126         * gst/goom/Makefile.am:
11127         * gst/level/Makefile.am:
11128         * gst/smpte/Makefile.am:
11129         * gst/videofilter/Makefile.am:
11130           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11131
11132 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11133
11134         * gst/rtsp/Makefile.am:
11135         * gst/rtsp/rtspconnection.c: (append_auth_header),
11136         (rtsp_connection_send), (rtsp_connection_set_auth):
11137         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11138         from icecast to replace it. Relicensed from GPL courtesy of Mike
11139         Smith.
11140
11141 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11142
11143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11144         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11145         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11146         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11147         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11148         (gst_rtspsrc_uri_set_uri):
11149         * gst/rtsp/gstrtspsrc.h:
11150         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11151         (append_auth_header), (rtsp_connection_send),
11152         (rtsp_connection_free), (rtsp_connection_set_auth):
11153         * gst/rtsp/rtspconnection.h:
11154         * gst/rtsp/rtspdefs.h:
11155         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11156         * gst/rtsp/rtspurl.h:
11157
11158         Implement simple Basic Authentication support so that urls like
11159         rtsp://user:pass@hostname/rtspstream work on hosts that require
11160         authentication.
11161
11162 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11163
11164         * sys/v4l2/gstv4l2object.c:
11165         * sys/v4l2/gstv4l2tuner.c:
11166         * sys/v4l2/v4l2_calls.c:
11167         Fix segfault when oppening a radio device.
11168         
11169 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11170
11171         * gst/level/gstlevel.c: (gst_level_set_caps),
11172         (gst_level_transform_ip):
11173         * sys/v4l2/README:
11174         * tests/check/elements/level.c: (GST_START_TEST):
11175           Fix level for multi-channel case.
11176
11177 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11178
11179         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11180         (gst_level_transform_ip):
11181         * gst/level/gstlevel.h:
11182           Use function pointer for process function and add process functions
11183           for float audio.
11184
11185 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11186
11187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11188         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11189         (gst_v4l2src_capture_init):
11190           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11191           fixes #407369
11192
11193 2007-02-18  Wim Taymans  <wim@fluendo.com>
11194
11195         * gst/rtp/Makefile.am:
11196         * gst/rtp/gstrtp.c: (plugin_init):
11197         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11198         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11199         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11200         (gst_rtp_mp2t_pay_plugin_init):
11201         * gst/rtp/gstrtpmp2tpay.h:
11202         Added simple mpeg transport stream payloader.
11203
11204 2007-02-16  Wim Taymans  <wim@fluendo.com>
11205
11206         * gst/rtsp/URLS:
11207         Add example H264 rtsp url.
11208
11209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11210         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11211         Don't convert values to lowercase or we might mess up base64 encoded
11212         properties.
11213
11214 2007-02-16  Wim Taymans  <wim@fluendo.com>
11215
11216         * gst/rtp/README:
11217         Fix case of string params.
11218
11219         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11220         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11221         Fix depayloader, support more packet types.
11222         Add sync codes to make sure the packetizer can do its job.
11223
11224         * gst/rtp/gstrtpmp4gdepay.c:
11225         * gst/rtp/gstrtpmp4gpay.c:
11226         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11227         Fix caps case again.
11228
11229 2007-02-15  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11232         Set right caps on output buffers.
11233
11234 2007-02-14  Wim Taymans  <wim@fluendo.com>
11235
11236         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11237         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11238         Clear stack allocated SDPMedia struct before calling _init() on it.
11239         Clarify this in the docs as well.
11240
11241 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11242
11243         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11244         (do_change_child):
11245         Don't reset the profile when going switching states, as it makes
11246         the element non-reusable.
11247
11248 2007-02-14  Wim Taymans  <wim@fluendo.com>
11249
11250         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11251         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11252         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11253         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11254         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11255         (sdp_parse_line):
11256         * gst/rtsp/sdpmessage.h:
11257         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11258         Fix memory management of SDP messages. Fixes #407793.
11259
11260 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11261
11262         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11263
11264         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11265         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11266
11267 2007-02-14  Wim Taymans  <wim@fluendo.com>
11268
11269         Patch by: jp.liu <jp_liu at astrocom dot cn>
11270
11271         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11272         Fix parsing of password field in url. Fixes #407797.
11273
11274 2007-02-14  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11277         (gst_wavparse_reset), (gst_wavparse_init),
11278         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11279         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11280         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11281         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11282         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11283         (gst_wavparse_loop), (gst_wavparse_chain),
11284         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11285         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11286         (plugin_init):
11287         * gst/wavparse/gstwavparse.h:
11288         Update docs.
11289         Use boilerplate.
11290         Various code cleanups.
11291         When the bitrate is not known (bps == 0 or compressed formats) let
11292         downstream element guestimate the duration and position and don't
11293         generate timestamps or durations. Fixes #405213.
11294         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11295         error flowreturn upstream.
11296
11297 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11298
11299         * ext/gconf/Makefile.am:
11300         * ext/gconf/gconf.c: (gst_gconf_get_string),
11301         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11302         (gst_gconf_render_bin_with_default):
11303         * ext/gconf/gconf.h:
11304         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11305         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11306         (gst_gconf_audio_sink_dispose), (do_change_child),
11307         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11308         (cb_change_child), (gst_gconf_audio_sink_change_state):
11309         * ext/gconf/gstgconfaudiosink.h:
11310         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11311         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11312         (gst_switch_sink_init), (gst_switch_sink_dispose),
11313         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11314         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11315         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11316         * ext/gconf/gstswitchsink.h:
11317         * gst/autodetect/gstautoaudiosink.c:
11318         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11319         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11320         (gst_auto_audio_sink_detect):
11321         * gst/autodetect/gstautovideosink.c:
11322         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11323         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11324         (gst_auto_video_sink_detect):
11325         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11326         and a child that implements the GConf key monitoring. The end goal of
11327         this is an audio sink that can be changed on the fly, but at the 
11328         moment it still only changes on the next READY transition.
11329
11330 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11331
11332         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11333         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11334         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11335         (gst_avi_demux_calculate_durations_from_index),
11336         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11337         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11338         (gst_avi_demux_loop):
11339           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11340
11341 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11342
11343         * configure.ac:
11344         * docs/plugins/Makefile.am:
11345           Add crossreferences to glib/gobject/gstream docs.
11346
11347 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         * gst/monoscope/Makefile.am:
11350         * gst/monoscope/gstmonoscope.c:
11351           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11352           (but no LIBS, since we only use defines from the headers).
11353
11354 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11357
11358         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11359         (gst_wavparse_stream_data):
11360           Fix massive memory leak when operating in streaming mode due to
11361           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11362           Fixes #407057.
11363
11364 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11365
11366         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11367         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11368         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11369         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11370         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11371         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11372         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11373         (gst_avi_demux_calculate_durations_from_index),
11374         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11375         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11376         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11377         * gst/avi/gstavidemux.h:
11378           Save some memory (8%) by repacking the index entry structure (more to
11379           come). Add more FIXMEs to questionable parts.
11380
11381 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11382
11383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11384         (gst_v4l2src_get_caps):
11385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11386         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11387         (gst_v4l2src_capture_init):
11388           More FIXME comments and messaging changes.
11389
11390 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11391
11392         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11393         (gst_goom_change_state):
11394         * gst/goom/gstgoom.h:
11395           Improved docs and use GST_DEBUG_FUNCPTR.
11396
11397         * gst/level/gstlevel.c: (gst_level_class_init):
11398           Use GST_DEBUG_FUNCPTR.
11399
11400         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11401         (gst_monoscope_chain), (gst_monoscope_change_state):
11402           Improved docs source cleanups.
11403
11404 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11405
11406         * gst/debug/Makefile.am:
11407         * gst/debug/gstdebug.c: (plugin_init):
11408         * gst/debug/gstpushfilesrc.c:
11409         * gst/debug/gstpushfilesrc.h:
11410           Add code for a pushfilesrc element that implements a pushfile:// URI
11411           handler, to make debugging push-mode operation of demuxer/decoders
11412           that support both easier in connection with seek/playbin/etc.
11413           The element isn't registered at the moment.
11414
11415 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11416
11417         * gst/avi/gstavimux.c:
11418           Comment a #if 0 in caps template definition as VS6 seems to 
11419         do not support it.
11420         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11421           Use gst_guint64_to_gdouble for conversion.
11422         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11423           Move variables declaration before the first instruction.
11424         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11425           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11426           And don't include netdb.h for G_OS_WIN32
11427         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11428           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11429           by VS6 then use an other way to initialize SDPMedia structure.
11430         * gst/udp/gstdynudpsink.h:
11431         * gst/udp/gstdynudpnetutils.h:
11432           Do not include <sys/time.h> for G_OS_WIN32
11433         * gst/udp/gstudpsrc.c:
11434           Define socklen_t as int for G_OS_WIN32
11435         * win/common/config.h.in:
11436           Undef HAVE_NETINET_IN_H
11437         * win32/vs6/gst_plugins_good.dsw:
11438         * win32/vs6/libgstrtp.dsp:
11439         * win32/vs6/libgstrtsp.dsp:
11440         * win32/vs6/libgstautogen.dsp:
11441         * win32/vs6/libgstaudiofx.dsp:
11442         * win32/vs6/libgstudp.dsp:
11443           Add and update project files.
11444         * win32/common/gstudp-enumtypes.c:
11445         * win32/common/gstudp-enumtypes.h:
11446           Add a copy of udp enumtypes to win32/common as in core 
11447           and base.
11448         
11449 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11450
11451         * configure.ac:
11452           Activate monoscope when building with --enable-experimental. Fix
11453           --enable-external configure switch description.
11454
11455         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11456         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11457           Help gst-indent.
11458
11459 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11462           Explicitly cast result of pointer arithmetic to integer in order to
11463           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11464
11465 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * gst/debug/progressreport.c:
11468           Some more docs.
11469
11470 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         * docs/plugins/inspect/plugin-rtp.xml:
11473           Update for new elements.
11474
11475         * gst/debug/progressreport.h:
11476           Commit newly-created header file as well.
11477
11478 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * docs/plugins/Makefile.am:
11481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11483         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11484         * gst/debug/Makefile.am:
11485         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11486         (gst_progress_report_do_query), (gst_progress_report_report):
11487           Make progressreport element post messages with the current progress
11488           on the bus. Also add some basic docs for it.
11489
11490 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * ext/hal/hal.c: (gst_hal_get_string):
11493         * ext/hal/hal.h:
11494           Some small cleanups; deal with errors when parsing the HAL ALSA
11495           capabilities a bit better.
11496
11497 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11500           Let's try this again and use the right cast this time.
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           Add cast to avoid compiler warnings with older GLib versions
11506           where the nick/name members in GEnumValue are not declared as
11507           constant strings.
11508
11509 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11512         (gst_gconf_render_bin_from_key),
11513         (gst_gconf_get_default_audio_sink):
11514         * ext/gconf/gconf.h:
11515         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11516         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11517         (gst_gconf_audio_sink_get_property):
11518           In gconfaudiosink, get the right key as the old key in do_toggle
11519           (ie. one dependent on the profile selected). Log some more stuff so
11520           we can see what's actually going on.
11521
11522 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11523
11524         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11525         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11526         (gst_audio_amplify_set_process_function),
11527         (gst_audio_amplify_setup):
11528         * gst/audiofx/audioamplify.h:
11529         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11530         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11531         * gst/audiofx/audioinvert.h:
11532         Some small cleanups and port both elements to the new GstAudioFilter
11533         base class to save a few lines of common code.
11534         * gst/audiofx/Makefile.am:
11535         Link against libgstaudio for the above changes
11536
11537 2007-01-29  Wim Taymans  <wim@fluendo.com>
11538
11539         * tests/check/elements/.cvsignore:
11540         Some more ignores.
11541
11542 2007-01-26  Wim Taymans  <wim@fluendo.com>
11543
11544         Patch by: charles <charlesg3 at gmail dot com>
11545
11546         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11547         (set_shout_metadata), (gst_shout2send_event):
11548         * ext/shout2/gstshout2.h:
11549         Properly handle tags in shout2send. Fixes #399825.
11550
11551 2007-01-25  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11554         (gst_rtspsrc_activate_streams):
11555         Convert SDP fields to upper/lowercase following the rules in the SDP to
11556         caps document. 
11557
11558 2007-01-25  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst/rtp/README:
11561         * gst/rtp/gstrtpilbcdepay.c:
11562         * gst/rtp/gstrtpilbcpay.c:
11563         * gst/rtp/gstrtpmp4gdepay.c:
11564         * gst/rtp/gstrtpmp4gpay.c:
11565         * gst/rtp/gstrtpspeexdepay.c:
11566         * gst/rtp/gstrtpspeexpay.c:
11567         * gst/rtp/gstrtpsv3vdepay.c:
11568         * gst/rtp/gstrtptheoradepay.c:
11569         * gst/rtp/gstrtptheorapay.c:
11570         * gst/rtp/gstrtpvorbisdepay.c:
11571         * gst/rtp/gstrtpvorbispay.c:
11572         Fix case of encoding-name and key/value pairs to match the document.
11573         This is to make interoperation with SDP case-insensitive as required by
11574         the relevant RFCs.
11575
11576 2007-01-25  Wim Taymans  <wim@fluendo.com>
11577
11578         * configure.ac:
11579         Bump required -core/-base to CVS
11580
11581 2007-01-25  Wim Taymans  <wim@fluendo.com>
11582
11583         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11584         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11585         * gst/rtp/gstrtpL16pay.h:
11586         Fill up to MTU using adapter.
11587         Timestamp rtp packets.
11588
11589 2007-01-25  Edward Hervey  <edward@fluendo.com>
11590
11591         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11592         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11593         Use G_GSIZE_FORMAT in print statements for portability.
11594         Fixes build on macosx.
11595
11596 2007-01-24  Wim Taymans  <wim@fluendo.com>
11597
11598         * gst/rtp/Makefile.am:
11599         * gst/rtp/gstrtp.c: (plugin_init):
11600         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11601         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11602         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11603         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11604         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11605         (gst_rtp_L16_depay_plugin_init):
11606         * gst/rtp/gstrtpL16depay.h:
11607         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11608         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11609         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11610         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11611         (gst_rtp_L16_pay_plugin_init):
11612         * gst/rtp/gstrtpL16pay.h:
11613         Port and enable raw audio payloader/depayloader. Needs a bit more work
11614         on the payloader side.
11615
11616 2007-01-24  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11619         (gst_rtspsrc_stream_configure_transport),
11620         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11621         * gst/rtsp/gstrtspsrc.h:
11622         Only unblock the udp pads when we linked and activated them all.
11623         Fixes #395688.
11624
11625 2007-01-24  Wim Taymans  <wim@fluendo.com>
11626
11627         * gst/rtp/Makefile.am:
11628         * gst/rtp/gstrtp.c: (plugin_init):
11629         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11630         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11631         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11632         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11633         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11634         * gst/rtp/gstrtpac3depay.h:
11635         Added simple AC3 depayloader (RFC 4184).
11636
11637         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11638         Fix a leak.
11639
11640 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11641
11642         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11643
11644         * gst/audiofx/Makefile.am:
11645         * gst/audiofx/audioamplify.c:
11646         (gst_audio_amplify_clipping_method_get_type),
11647         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11648         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11649         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11650         (gst_audio_amplify_set_caps),
11651         (gst_audio_amplify_transform_int_clip),
11652         (gst_audio_amplify_transform_int_wrap_negative),
11653         (gst_audio_amplify_transform_int_wrap_positive),
11654         (gst_audio_amplify_transform_float_clip),
11655         (gst_audio_amplify_transform_float_wrap_negative),
11656         (gst_audio_amplify_transform_float_wrap_positive),
11657         (gst_audio_amplify_transform_ip):
11658         * gst/audiofx/audioamplify.h:
11659         * gst/audiofx/audiofx.c: (plugin_init):
11660         Add new element "audioamplify". This allows scaling of raw audio
11661         samples, similar to the "volume" element, but provides different modes
11662         for clipping and allows unlimited amplification. It's mainly targeted
11663         for creative sound design and not as a replacement of the "volume"
11664         element. Fixes #397162
11665         * docs/plugins/Makefile.am:
11666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11668         * docs/plugins/gst-plugins-good-plugins.args:
11669         * docs/plugins/inspect/plugin-audiofx.xml:
11670         Add docs for audioamplify and integrate them into the build system
11671         * tests/check/Makefile.am:
11672         * tests/check/elements/audioamplify.c: (setup_amplify),
11673         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11674         Add fairly extensive unit test suite for audioamplify
11675
11676 2007-01-24  Wim Taymans  <wim@fluendo.com>
11677
11678         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11679         Unblock pads after adding the pads to the element so that autopluggers
11680         get a change to link something. Possibly fixes #395688.
11681
11682 2007-01-24  Wim Taymans  <wim@fluendo.com>
11683
11684         * gst/rtp/gstrtpamrdepay.c:
11685         * gst/rtp/gstrtpgsmdepay.c:
11686         * gst/rtp/gstrtph263pdepay.c:
11687         * gst/rtp/gstrtph263ppay.c:
11688         * gst/rtp/gstrtph264depay.c:
11689         * gst/rtp/gstrtpilbcdepay.c:
11690         * gst/rtp/gstrtpmp2tdepay.c:
11691         * gst/rtp/gstrtpmp4gdepay.c:
11692         * gst/rtp/gstrtpmp4gpay.c:
11693         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11694         * gst/rtp/gstrtpmp4vpay.c:
11695         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11696         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11697         (gst_rtp_mpa_depay_process):
11698         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11699         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11700         * gst/rtp/gstrtppcmadepay.c:
11701         * gst/rtp/gstrtppcmudepay.c:
11702         * gst/rtp/gstrtpspeexdepay.c:
11703         * gst/rtp/gstrtpspeexpay.c:
11704         * gst/rtp/gstrtpsv3vdepay.c:
11705         * gst/rtp/gstrtptheoradepay.c:
11706         * gst/rtp/gstrtptheorapay.c:
11707         * gst/rtp/gstrtpvorbisdepay.c:
11708         * gst/rtp/gstrtpvorbispay.c:
11709         Fix caps with payload numbers.
11710         Add some fixed payload numbers to caps when possible.
11711
11712 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11713
11714         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11715
11716         * gst/audiofx/Makefile.am:
11717         * gst/audiofx/audiofx.c: (plugin_init):
11718         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11719         (gst_audio_invert_class_init), (gst_audio_invert_init),
11720         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11721         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11722         (gst_audio_invert_transform_float),
11723         (gst_audio_invert_transform_ip):
11724         * gst/audiofx/audioinvert.h:
11725         Add new audiofx element "audioinvert". This element swaps the upper
11726         and lower half of samples and can be used for example for a
11727         wide-stereo effect. Fixes #396057
11728         * docs/plugins/Makefile.am:
11729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11730         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11731         * docs/plugins/gst-plugins-good-plugins.args:
11732         * docs/plugins/inspect/plugin-audiofx.xml:
11733         Add docs for the audioinvert element and add them to the build system.
11734         * tests/check/Makefile.am:
11735         * tests/check/elements/audioinvert.c: (setup_invert),
11736         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11737         Add unit test suite for the audioinvert element.
11738
11739 2007-01-23  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11742         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11743         Parse config params as string and int.
11744         Parse and use AU header length
11745
11746 2007-01-23  Wim Taymans  <wim@fluendo.com>
11747
11748         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11749         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11750         * gst/smpte/gstmask.c: (_gst_mask_register):
11751         * gst/smpte/gstmask.h:
11752         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11753         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11754         (gst_smpte_paint_triangle_clock):
11755         constify some static structs.
11756         Don't update the mask if nothing changed to the params.
11757         Make sure we never draw outside of the picture. Fixes #398325.
11758
11759 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11762           Error out properly when pull_range fails while we're reading the
11763           headers, instead of just pausing the task silently. Fixes #399338.
11764
11765 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11768           Some more sanity checks to make sure the input formats match and the
11769           input pads are actually negotiated, in case someone tries to feed
11770           buffers from fakesrc or filesrc. Fixes #398299.
11771           Also const-ify an array, just because we can.
11772
11773 2007-01-19  Edward Hervey  <edward@fluendo.com>
11774
11775         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11776         Ignore previous commit, that was only valid for widths and heights
11777         that are multiples of 4.
11778         Copy over size/stride macros from jpegdec. This allows the element
11779         to work with any width,height...
11780         ... but puts in evidence that the actual transformations only work
11781         with width/height that are multiples of 4.
11782
11783 2007-01-19  Edward Hervey  <edward@fluendo.com>
11784
11785         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11786         Allocate buffers of the right size.
11787         The proper size of a I420 buffer in bytes is:
11788         
11789             width * height * 3
11790             ------------------
11791                     2
11792
11793 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11796           Proxy getcaps on sink pads too, so that we either end up with the
11797           same dimensions on all pads or error out if that's not possible
11798           (seems to work even!). Fixes #398086, I think.
11799
11800 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11801
11802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11803         * docs/plugins/gst-plugins-good-plugins.args:
11804         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11805           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11806           fix integer properties with -1 as minimum value.
11807
11808         * docs/plugins/inspect/plugin-1394.xml:
11809         * docs/plugins/inspect/plugin-aasink.xml:
11810         * docs/plugins/inspect/plugin-alaw.xml:
11811         * docs/plugins/inspect/plugin-alpha.xml:
11812         * docs/plugins/inspect/plugin-alphacolor.xml:
11813         * docs/plugins/inspect/plugin-annodex.xml:
11814         * docs/plugins/inspect/plugin-apetag.xml:
11815         * docs/plugins/inspect/plugin-audiofx.xml:
11816         * docs/plugins/inspect/plugin-auparse.xml:
11817         * docs/plugins/inspect/plugin-autodetect.xml:
11818         * docs/plugins/inspect/plugin-avi.xml:
11819         * docs/plugins/inspect/plugin-cacasink.xml:
11820         * docs/plugins/inspect/plugin-cairo.xml:
11821         * docs/plugins/inspect/plugin-cdio.xml:
11822         * docs/plugins/inspect/plugin-cutter.xml:
11823         * docs/plugins/inspect/plugin-debug.xml:
11824         * docs/plugins/inspect/plugin-dv.xml:
11825         * docs/plugins/inspect/plugin-efence.xml:
11826         * docs/plugins/inspect/plugin-effectv.xml:
11827         * docs/plugins/inspect/plugin-esdsink.xml:
11828         * docs/plugins/inspect/plugin-flac.xml:
11829         * docs/plugins/inspect/plugin-flxdec.xml:
11830         * docs/plugins/inspect/plugin-gconfelements.xml:
11831         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11832         * docs/plugins/inspect/plugin-goom.xml:
11833         * docs/plugins/inspect/plugin-halelements.xml:
11834         * docs/plugins/inspect/plugin-icydemux.xml:
11835         * docs/plugins/inspect/plugin-id3demux.xml:
11836         * docs/plugins/inspect/plugin-jpeg.xml:
11837         * docs/plugins/inspect/plugin-level.xml:
11838         * docs/plugins/inspect/plugin-matroska.xml:
11839         * docs/plugins/inspect/plugin-mulaw.xml:
11840         * docs/plugins/inspect/plugin-multipart.xml:
11841         * docs/plugins/inspect/plugin-navigationtest.xml:
11842         * docs/plugins/inspect/plugin-ossaudio.xml:
11843         * docs/plugins/inspect/plugin-png.xml:
11844         * docs/plugins/inspect/plugin-rtp.xml:
11845         * docs/plugins/inspect/plugin-rtsp.xml:
11846         * docs/plugins/inspect/plugin-shout2send.xml:
11847         * docs/plugins/inspect/plugin-smpte.xml:
11848         * docs/plugins/inspect/plugin-speex.xml:
11849         * docs/plugins/inspect/plugin-taglib.xml:
11850         * docs/plugins/inspect/plugin-udp.xml:
11851         * docs/plugins/inspect/plugin-videobalance.xml:
11852         * docs/plugins/inspect/plugin-videobox.xml:
11853         * docs/plugins/inspect/plugin-videoflip.xml:
11854         * docs/plugins/inspect/plugin-videomixer.xml:
11855         * docs/plugins/inspect/plugin-wavenc.xml:
11856         * docs/plugins/inspect/plugin-wavparse.xml:
11857         * docs/plugins/inspect/plugin-ximagesrc.xml:
11858           Update to CVS.
11859
11860 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11861
11862         Patch by: Sebastian Dröge <slomo circular-chaos org>
11863
11864         * gst/audiofx/audiopanorama.c:
11865           Fix doc section name (Fixes #397946)
11866
11867 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11868
11869         * sys/v4l2/gstv4l2object.c:
11870         (gst_v4l2_object_install_properties_helper),
11871         (gst_v4l2_object_set_property_helper),
11872         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11873         * sys/v4l2/gstv4l2object.h:
11874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11875         (gst_v4l2src_init), (gst_v4l2src_set_property),
11876         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11877         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11878         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11879         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11880         (gst_v4l2src_capture_deinit):
11881           Fix EIO handing when capturing. Add new property to specify the number of
11882           buffers to enque (and remove the borked num-buffers usage).
11883
11884 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11885
11886         Patch by: Sebastian Dröge <slomo circular-chaos org>
11887
11888         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11889         (gst_audio_panorama_set_process_function):
11890           Use a function array for process methods, add more docs and define the
11891           startindex of enums.
11892
11893 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11894
11895         Patch by: Mark Nauwelaerts <manauw at skynet be>
11896
11897         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11898         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11899         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11900         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11901         (gst_avi_mux_riff_get_avi_header),
11902         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11903         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11904         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11905         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11906         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11907         (gst_avi_mux_change_state):
11908         * gst/avi/gstavimux.h:
11909         * tests/check/elements/avimux.c: (teardown_src_pad):
11910           Add support for more than one audio stream; write better AVIX
11911           header; refactor code a bit; don't announce vorbis caps on our audio
11912           sink pads since we don't support it anyway. Closes #379298.
11913
11914 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         Patch by: Sebastian Dröge <slomo circular-chaos org>
11917
11918         * gst/audiofx/audiopanorama.c:
11919         (gst_audio_panorama_method_get_type),
11920         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11921         (gst_audio_panorama_set_process_function),
11922         (gst_audio_panorama_set_property),
11923         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11924         (gst_audio_panorama_transform_m2s_int_simple),
11925         (gst_audio_panorama_transform_s2s_int_simple),
11926         (gst_audio_panorama_transform_m2s_float_simple),
11927         (gst_audio_panorama_transform_s2s_float_simple):
11928         * gst/audiofx/audiopanorama.h:
11929           Add 'method' property and provide a simple (non-psychoacustic)
11930           processing method (#394859).
11931
11932         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11933         (panorama_suite):
11934           Tests for new method.
11935
11936 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11939         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11940           Set correct caps on outgoing pulled buffers, or things blow up
11941           after recent core changes.
11942
11943 2007-01-11  Wim Taymans  <wim@fluendo.com>
11944
11945         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11946
11947         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11948         (gst_multipart_mux_request_new_pad),
11949         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11950         (gst_multipart_mux_change_state):
11951         Return FLOW errors ASAP. Fixes #394977.
11952         Misc cleanups.
11953
11954 2007-01-11  Wim Taymans  <wim@fluendo.com>
11955
11956         Patch by: Lutz Mueller <lutz at topfrose dot de>
11957
11958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11959         Check for stream pad before activating. 
11960
11961 2007-01-10  Wim Taymans  <wim@fluendo.com>
11962
11963         Patch by: Peter Kjellerstedt  <pkj at axis com>
11964
11965         * gst/rtsp/COPYING.MIT:
11966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11967         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11968         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11969         (gst_rtspsrc_stream_configure_transport),
11970         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11971         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11972         (gst_rtspsrc_parse_methods),
11973         (gst_rtspsrc_create_transports_string),
11974         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11975         (gst_rtspsrc_open), (gst_rtspsrc_close):
11976         * gst/rtsp/gstrtspsrc.h:
11977         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11978         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11979         (parse_request_line), (parse_line), (rtsp_connection_read),
11980         (rtsp_connection_close):
11981         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11982         (rtsp_method_as_text), (rtsp_header_as_text),
11983         (rtsp_status_as_text), (rtsp_find_header_field),
11984         (rtsp_find_method):
11985         * gst/rtsp/rtspdefs.h:
11986         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11987         (rtsp_ext_wms_configure_stream):
11988         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11989         (rtsp_message_new_request), (rtsp_message_init_request),
11990         (rtsp_message_new_response), (rtsp_message_init_response),
11991         (rtsp_message_init_data), (rtsp_message_unset),
11992         (rtsp_message_free), (rtsp_message_add_header),
11993         (rtsp_message_get_header), (rtsp_message_set_body),
11994         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11995         * gst/rtsp/rtspmessage.h:
11996         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11997         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11998         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11999         (sdp_message_dump):
12000         Allow url to be NULL to be able to use it for server connections.
12001         Can now send responses as well as requests.
12002         No longer hangs in an endless loop if EOF is received.
12003         Can now convert a status code to a text string.
12004         Return RTSP_HDR_INVALID for unknown headers.
12005         Return RTSP_INVALID for unknown methods.
12006         Copy CSeq and Session headers from the request.
12007         Only free memory corresponding to the currently set message type.
12008         Added const to function arguments as appropriate.
12009         Avoid a compiler warning when initializing nmedia.
12010         Use guint rather than gint to avoid compiler warnings.
12011         Fix crasher in wms extension.
12012         Factor out stream setup from open_connection.
12013         Delay activation of streams when actual data is received from the
12014         server, this prepares us to do proper protocol switching.
12015         Added new license.
12016         Fixes #380895.
12017
12018
12019 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12020
12021         Patch by: Sebastian Dröge <slomo ubuntu com>
12022
12023         * docs/plugins/Makefile.am:
12024         * gst/audiofx/audiopanorama.c:
12025           Some small docs fixes (#394851).
12026
12027 2007-01-09  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst/avi/gstavidemux.c:
12030         Fix docs.
12031
12032 2007-01-09  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst/rtp/Makefile.am:
12035         * gst/rtp/gstrtp.c: (plugin_init):
12036         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12037         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12038         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12039         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12040         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12041         * gst/rtp/gstrtpmpvdepay.h:
12042           Added RFC 2250 MPEG Video Depayloader.
12043
12044         * gst/rtp/gstrtpL16depay.h:
12045         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12046         (gst_rtp_h263p_depay_process):
12047         Fix Header file. Small cleanups.
12048
12049         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12050         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12051         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12052         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12053         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12054         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12055         (gst_rtp_mp4v_depay_change_state):
12056         Remove usused code. Remove Adapter from state Change. Added debug.
12057
12058         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12059         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12060         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12061         * gst/rtp/gstrtpmpadepay.h:
12062         Subclass base depayloader.
12063         Added debug.
12064         Support static payload type assignment as well.
12065
12066         * gst/rtp/gstrtpmpapay.c:
12067         Fix caps.
12068
12069 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12072
12073         * ext/jpeg/gstjpegdec.c:
12074         * ext/jpeg/gstjpegenc.c:
12075         * ext/jpeg/smokecodec.c:
12076           These libjpeg callbacks should return a 'boolean' (unsigned char
12077           apparently) and not a 'gboolean' (which maps to gint). Fixes
12078           warnings when compiling with MingW (#393427).
12079
12080         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12081           Use ioctlsocket on win32.
12082
12083         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12084           Some printf format fixes for win32.
12085
12086 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12087
12088         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12089           Use gst_guint64_to_gdouble for conversion.
12090         * win32/vs6/libgstmatroska.dsp:
12091           Add zlib to the link.
12092         * win32/vs6/libgstvideobox.dsp:
12093           Update liboil library name (project is linked to 
12094           liboil-0.3-0.lib now).
12095           
12096 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         * gst/matroska/Makefile.am:
12099           If zlib is available and used, we must link it explicitly for
12100           things to work on MingW (fixes #392855).
12101
12102 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         * ext/esd/esdsink.c: (gst_esdsink_delay):
12105           Don't return bogus values when esd_get_delay() fails for some
12106           reason (#392189).
12107
12108 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * sys/ximage/gstximagesrc.c: (composite_pixel):
12111           Fix presumably copy'n'pasto for 16bpp depth.
12112
12113 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * gst/matroska/matroska-mux.c:
12116         (gst_matroska_mux_audio_pad_setcaps):
12117           The "signed" field in audio caps is of boolean type, trying to use
12118           gst_structure_get_int() to extract it will fail. Fixing this makes
12119           matroskamux accept raw audio input (#387121) (use at your own risk
12120           though, due to the matroska spec being not entirely useful in this
12121           respect).
12122           Also fix up raw audio structures in template caps so that they
12123           represent what our setcaps function will actually accept, so that
12124           converters know what to convert to.
12125           Finally, don't fail if there isn't an "endianness" field in 8-bit
12126           PCM caps.
12127
12128 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12129
12130         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12131         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12132         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12133         (teardown_cmmldec):
12134         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12135         (teardown_cmmlenc):
12136         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12137           reapply consistent pad (de)activation
12138
12139 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12140
12141         * configure.ac:
12142         Back to CVS
12143
12144         * gst-plugins-good.doap:
12145         Add 0.10.5 doap entry
12146
12147 === release 0.10.5 ===
12148
12149 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12150
12151         * configure.ac:
12152           releasing 0.10.5, "The Path of Thorns"
12153
12154 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12155
12156         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12157         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12158         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12159         (teardown_cmmldec):
12160         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12161         (teardown_cmmlenc):
12162         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12163           revert my freeze breakage
12164
12165 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12166
12167         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12168         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12169         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12170         (teardown_cmmldec):
12171         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12172         (teardown_cmmlenc):
12173         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12174           consistent pad (de)activation
12175
12176 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12177
12178         * configure.ac:
12179         * ext/Makefile.am:
12180         Disable LADPSA, as it has moved to the -bad module for the duration.
12181
12182 2006-12-18  Wim Taymans  <wim@fluendo.com>
12183
12184         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12185         (gst_signal_processor_event):
12186         Reset flow_state back to _OK after a flush stop so that we exit our
12187         error state after the flush. Fixes #374213
12188
12189 2006-12-16  David Schleef  <ds@schleef.org>
12190
12191         * sys/osxvideo/osxvideosink.h:
12192         * sys/osxvideo/osxvideosink.m:
12193           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12194
12195 2006-12-16  David Schleef  <ds@schleef.org>
12196
12197         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12198
12199         * sys/osxvideo/Makefile.am:
12200         * sys/osxvideo/osxvideosink.h:
12201         * sys/osxvideo/osxvideosink.m:
12202           Preliminary patch for porting osxvideosink
12203
12204 2006-12-16  Wim Taymans  <wim@fluendo.com>
12205
12206         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12207
12208         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12209         (gst_videomixer_set_master_geometry),
12210         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12211         (gst_videomixer_reset), (gst_videomixer_init),
12212         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12213         (gst_videomixer_release_pad), (gst_videomixer_collected),
12214         (gst_videomixer_change_state):
12215         Introduce some locking around the videomixer state so that it does not
12216         crash when adding/removing pads. Fixes #383043.
12217
12218 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * configure.ac:
12221           Make sure libcaca can actually be used instead of just checking for
12222           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12223           cross-compiling (fixes #384587).
12224
12225 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12226
12227         * Makefile.am:
12228         * gst-plugins-good.doap:
12229         * gst-plugins-good.spec.in:
12230           adding doap file
12231
12232 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * configure.ac:
12235           libflac-1.1.3 changed API again, but we can't build against it yet,
12236           so make sure our check doesn't use libflac-1.1.3 and add a comment
12237           to this effect.
12238
12239 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12242         (gst_quarktv_planetable_clear):
12243           Add some NULL pointer checks (possibly related to #385623).
12244
12245 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12248         (gst_tag_demux_chain):
12249         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12250           In streaming mode, if the first buffer we get doesn't have an
12251           offset, fix it up to be 0, otherwise trimming won't work later on
12252           and we'll be typefinding application/x-id3, which may result in
12253           decodebin plugging an endless number of id3demux elements as a
12254           consequence. Fixes #385031.
12255           
12256 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12257
12258         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12259           Ignore the buffer_time the sound device reports. Turns out it is 
12260           sometimes completely bogus and we're better off without it.
12261
12262 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12265         (gst_matroska_demux_video_caps):
12266         * gst/matroska/matroska-ids.c:
12267         (gst_matroska_track_init_video_context):
12268         * gst/matroska/matroska-ids.h:
12269           Try harder to extract the framerate for video tracks correctly and
12270           save it directly instead of converting it back and forth a few
12271           times. Mostly makes a difference for very small framerates (<1).
12272           Fixes #380199.
12273
12274 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12277         (gst_gconf_audio_src_dispose), (do_toggle_element):
12278         * ext/gconf/gstgconfaudiosrc.h:
12279           Remove gconf notify hook when the gconfaudiosrc element is
12280           destroyed, otherwise the callback may be called on an
12281           already-destroyed instance and bad things happen. Should fix
12282           #378184.
12283           Also ignore gconf key changes when the source is already running.
12284
12285 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         Patch by: Sebastian Dröge  <mail at slomosnail de>
12288
12289         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12290           We need to be able to read and parse any possible floating point string
12291           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12292           will parse the former only in certain locales though, so we really need
12293           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12294           make sure we can parse either version at all times.
12295           Fixes #382982 for real.
12296
12297 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12298
12299         * sys/sunaudio/gstsunaudiomixerctrl.c:
12300         * sys/sunaudio/gstsunaudiosrc.c:
12301
12302         Use the sunaudio debug category.
12303
12304         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12305         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12306         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12307         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12308         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12309         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12310         (gst_sunaudiosink_reset):
12311         * sys/sunaudio/gstsunaudiosink.h:
12312
12313         Uses the sunaudio debug category for all debug output
12314         Implements the _delay() callback to synchronise video playback better
12315         Change the segtotal and segsize values back to the parent class 
12316           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12317           respectively)
12318         Measure the samples written to the device vs. played.
12319         Keep track of segments in the device by writing empty eof frames, and
12320         sleep using a GCond when we get too far ahead and risk overrunning the
12321         sink's ringbuffer.
12322
12323         Fixes: #360673
12324
12325 2006-12-08  Wim Taymans  <wim@fluendo.com>
12326
12327         Patch by: Sebastian Dröge  <mail at slomosnail de >
12328
12329         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12330         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12331         * gst/audiofx/audiopanorama.h:
12332         Fix audiopanorame with float samples. Fixes #383726.
12333
12334 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12335
12336         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12337         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12338         (gst_sunaudiosrc_reset):
12339
12340         Implement reset functions to unblock the src/sink more quickly on 
12341         state change requests.
12342         Patch by: Brian Cameron <brian dot cameron at sun com>
12343
12344 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12345
12346         * sys/sunaudio/gstsunaudiomixer.c:
12347         (gst_sunaudiomixer_change_state):
12348         Construct the correct mixer device name when the AUDIODEV env var
12349         is set.
12350
12351         Patch by: Jerry Tan <jerry.tan at sun dot com>
12352         Fixes: #383596
12353
12354 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12355
12356         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12357         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12358         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12359         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12360         Patch by: Jerry Tan <jerry.tan at sun dot com>
12361         Fixes: #349015
12362
12363 2006-12-07  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst/smpte/gstmask.h:
12366         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12367         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12368         (gst_smpte_collected), (gst_smpte_set_property),
12369         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12370         * gst/smpte/gstsmpte.h:
12371         Port to 0.10 some more. 
12372         Added duration property to specify the duration of the transition.
12373         Make framerate a fraction.
12374         Deprecate fps property, we only use negotiated fps.
12375         Added docs.
12376         Fix collectpad usage.
12377         Reset state in READY.
12378         Send NEWSEGMENT event.
12379         Fix racy updates of object properties.
12380         Added debug category.
12381         Fixes #383323.
12382
12383 2006-12-06  Wim Taymans  <wim@fluendo.com>
12384
12385         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12386
12387         * gst/videomixer/videomixer.c:
12388         (gst_videomixer_set_master_geometry),
12389         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12390         Don't reset xpos and ypos in the setcaps function because causes
12391         unexpected behaviour.
12392         Fixes #382179.
12393
12394 2006-12-06  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12397         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12398         Keep track of the buffer timestamp in the collectdata member instead
12399         of modifying the buffer without making the metadata writable first.
12400         Fixes #382277.
12401
12402 2006-12-06  Wim Taymans  <wim@fluendo.com>
12403
12404         Patch by: Rob Taylor <robtaylor at floopily dot org>
12405
12406         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12407         If using multicast in udpsrc, bind to the multicast address rather than
12408         IN_ADDR_ANY.
12409         This allows the simultanous use of multiple udpsrcs listening on
12410         different multicat addresses. Without this all udpsrcs will receive all
12411         packets from all subscribed multicast addresses.
12412         Fixes #383001.
12413
12414 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12415
12416         * ext/taglib/gstid3v2mux.cc:
12417         Don't attempt to write a NULL frame into the ID3 tag set when the 
12418         createFrame method returned NULL.
12419         Fixes: #381857
12420         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12421
12422 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12423
12424         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12425         Use g_strtod() instead of sscanf to parse doubles, so that it will
12426         try parsing in the C locale if the current locale fails.
12427         Fixes: #382982
12428         Patch by: Sebastian Dröge  <mail at slomosnail de >
12429
12430 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12431
12432         * win32/MANIFEST:
12433         Fix compilation on win32 under VS8
12434         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12435         Partially fixes #381175
12436
12437 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12438
12439         * gst/avi/gstavimux.c:
12440           accept all mpegversions,fixes #380825
12441           spotted by: Jerome Alet  
12442
12443 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12444
12445         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12446         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12447         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12448         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12449           cleanup the error message a bit more
12450
12451 2006-11-28  Wim Taymans  <wim@fluendo.com>
12452
12453         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12454         Fix width and height properties.
12455
12456         * ext/libcaca/gstcacasink.h:
12457         Fix compilation on newer libcaca that require us to include a new
12458         header. Fixes #379918.
12459
12460 2006-11-28  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12463         * gst/rtsp/gstrtspsrc.h:
12464         * gst/rtsp/rtspext.h:
12465         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12466         (rtsp_ext_wms_get_context):
12467         Add method so that extensions can choose to disable the setup of
12468         a stream.
12469         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12470
12471 2006-11-27  Wim Taymans  <wim@fluendo.com>
12472
12473         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12474
12475         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12476         Push header in a separate buffer instead of memcpy:ing all data.
12477         Change LF => CRLF in headers.
12478         Move trailing LF to header. Fixes #379792.
12479
12480 2006-11-27  Wim Taymans  <wim@fluendo.com>
12481
12482         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12483         Small buffer overflow fix and improve debugging.
12484
12485 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12486
12487         * ext/esd/esdmon.h:
12488         * ext/esd/esdsink.h:
12489           remove obsolete _factory_init protos
12490
12491 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12492
12493         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12494         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12495         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12496         (gst_avi_demux_read_subindexes_push),
12497         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12498         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12499         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12500         (gst_avi_demux_massage_index),
12501         (gst_avi_demux_calculate_durations_from_index),
12502         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12503         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12504         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12505           remove dead code, tweak debugs statements, add comments, use
12506           _uint64_scale instead _uint64_scale_int when using guint64 values,
12507           small optimizations, reflow some error handling
12508
12509 2006-11-22  Edward Hervey  <edward@fluendo.com>
12510
12511         * po/.cvsignore:
12512         We never put .pot files in cvs. Let's ignore them all.
12513
12514 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * po/POTFILES.in:
12517           ... but better exclude files that aren't disted.
12518
12519 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12520
12521         * po/POTFILES.in:
12522           Add v4l2 source files to list of files with translations, so the
12523           strings are actually extracted (however bad they still may be).
12524
12525 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12526
12527         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12528           Minor clean-ups: const-ify static array, remove trailing comma from
12529           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12530
12531 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12532
12533         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12534         Make sure that g_free always gets called on the same pointer that was 
12535         returned by g_malloc.  Fixes #376594.
12536         Do not leak memory if decompressed size is wrong.
12537         Remove unneeded check of return value of g_malloc.
12538         Patch by: René Stadler <mail@renestadler.de>
12539
12540 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12543           Add missing curly brackets.
12544
12545 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12546
12547         * sys/v4l2/v4l2src_calls.c:
12548         Fix capture_deinit.
12549
12550 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12553         (gst_matroska_mux_request_new_pad):
12554           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12555
12556         * tests/check/elements/matroskamux.c: (setup_src_pad),
12557         (setup_sink_pad), (GST_START_TEST):
12558         Activate pads before using them.
12559
12560 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12561
12562         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12563           Initialise variable to get rid of bogus compiler warning.
12564
12565 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12566
12567         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12568
12569         * gst/rtp/gstrtph263pay.c:
12570         * gst/rtp/gstrtph263pdepay.c:
12571         * gst/rtp/gstrtph263ppay.c:
12572           Specify H.263 variant and version in the caps (fixes #361637)
12573
12574 2006-11-15  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst/rtsp/rtspconnection.c: (read_body):
12577         Don't set a data pointer to NULL and a size > 0 when we deal
12578         with empty packets.
12579
12580         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12581         (rtsp_message_init_response), (rtsp_message_init_data),
12582         (rtsp_message_unset), (rtsp_message_free),
12583         (rtsp_message_take_body):
12584         Check that we can't create invalid empty packets. 
12585
12586 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12589
12590         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12591         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12592         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12593         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12594         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12595         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12596         * gst/matroska/matroska-mux.h:
12597           Add basic tag writing support; implement releasing pads (#374658).
12598
12599 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12602         (gst_matroska_demux_audio_caps):
12603           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12604
12605 2006-11-14  David Schleef  <ds@schleef.org>
12606
12607         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12608
12609 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12610
12611         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12612
12613         * win32/vs8/gst-plugins-good.sln:
12614         * win32/vs8/libgst1394.vcproj:
12615         * win32/vs8/libgstaasink.vcproj:
12616         * win32/vs8/libgstalaw.vcproj:
12617         * win32/vs8/libgstalpha.vcproj:
12618         * win32/vs8/libgstalphacolor.vcproj:
12619         * win32/vs8/libgstannodex.vcproj:
12620         * win32/vs8/libgstapetag.vcproj:
12621         * win32/vs8/libgstaudiofx.vcproj:
12622         * win32/vs8/libgstauparse.vcproj:
12623         * win32/vs8/libgstautodetect.vcproj:
12624         * win32/vs8/libgstavi.vcproj:
12625         * win32/vs8/libgstcacasink.vcproj:
12626         * win32/vs8/libgstcdio.vcproj:
12627         * win32/vs8/libgstcutter.vcproj:
12628         * win32/vs8/libgstdv.vcproj:
12629         * win32/vs8/libgsteffectv.vcproj:
12630         * win32/vs8/libgstflac.vcproj:
12631         * win32/vs8/libgstflxdec.vcproj:
12632         * win32/vs8/libgstgoom.vcproj:
12633         * win32/vs8/libgsticydemux.vcproj:
12634         * win32/vs8/libgstid3demux.vcproj:
12635         * win32/vs8/libgstjpeg.vcproj:
12636         * win32/vs8/libgstladspa.vcproj:
12637         * win32/vs8/libgstlevel.vcproj:
12638         * win32/vs8/libgstmatroska.vcproj:
12639         * win32/vs8/libgstmikmod.vcproj:
12640         * win32/vs8/libgstmng.vcproj:
12641         * win32/vs8/libgstmonoscope.vcproj:
12642         * win32/vs8/libgstmulaw.vcproj:
12643         * win32/vs8/libgstmultipart.vcproj:
12644         * win32/vs8/libgstpng.vcproj:
12645         * win32/vs8/libgstrtp.vcproj:
12646         * win32/vs8/libgstrtsp.vcproj:
12647         * win32/vs8/libgstshout2.vcproj:
12648         * win32/vs8/libgstsmpte.vcproj:
12649         * win32/vs8/libgstspeex.vcproj:
12650         * win32/vs8/libgsttaglib.vcproj:
12651         * win32/vs8/libgstudp.vcproj:
12652         * win32/vs8/libgstvideobalance.vcproj:
12653         * win32/vs8/libgstvideobox.vcproj:
12654         * win32/vs8/libgstvideoflip.vcproj:
12655         * win32/vs8/libgstvideomixer.vcproj:
12656         * win32/vs8/libgstwavenc.vcproj:
12657         * win32/vs8/libgstwavparse.vcproj:
12658           Make end-of-line returns unixy, so that when the files are checked
12659           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12660           Hopefully fixes #366492.
12661
12662 2006-11-14  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12665         Disable init_frames delay timestamp adjustment, it does not
12666         seem to be needed at all. Fixes #369621.
12667
12668 2006-11-13  Wim Taymans  <wim@fluendo.com>
12669
12670         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12671
12672         * gst/videomixer/videomixer.c:
12673         (gst_videomixer_set_master_geometry),
12674         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12675         (gst_videomixer_collect_free), (gst_videomixer_reset),
12676         (gst_videomixer_init), (gst_videomixer_finalize),
12677         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12678         (gst_videomixer_collected), (gst_videomixer_change_state):
12679         Fix memleak by unref'ing collectpads instance (when finalizing)
12680         Implement releasing a request pad. Fixes #374479.
12681
12682 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12685
12686         * win32/vs8/gst-plugins-good.sln:
12687         * win32/vs8/libgst1394.vcproj:
12688         * win32/vs8/libgstaasink.vcproj:
12689         * win32/vs8/libgstalaw.vcproj:
12690         * win32/vs8/libgstalpha.vcproj:
12691         * win32/vs8/libgstalphacolor.vcproj:
12692         * win32/vs8/libgstannodex.vcproj:
12693         * win32/vs8/libgstapetag.vcproj:
12694         * win32/vs8/libgstaudiofx.vcproj:
12695         * win32/vs8/libgstauparse.vcproj:
12696         * win32/vs8/libgstautodetect.vcproj:
12697         * win32/vs8/libgstavi.vcproj:
12698         * win32/vs8/libgstcacasink.vcproj:
12699         * win32/vs8/libgstcdio.vcproj:
12700         * win32/vs8/libgstcutter.vcproj:
12701         * win32/vs8/libgstdv.vcproj:
12702         * win32/vs8/libgsteffectv.vcproj:
12703         * win32/vs8/libgstflac.vcproj:
12704         * win32/vs8/libgstflxdec.vcproj:
12705         * win32/vs8/libgstgoom.vcproj:
12706         * win32/vs8/libgsticydemux.vcproj:
12707         * win32/vs8/libgstid3demux.vcproj:
12708         * win32/vs8/libgstjpeg.vcproj:
12709         * win32/vs8/libgstladspa.vcproj:
12710         * win32/vs8/libgstlevel.vcproj:
12711         * win32/vs8/libgstmatroska.vcproj:
12712         * win32/vs8/libgstmikmod.vcproj:
12713         * win32/vs8/libgstmng.vcproj:
12714         * win32/vs8/libgstmonoscope.vcproj:
12715         * win32/vs8/libgstmulaw.vcproj:
12716         * win32/vs8/libgstmultipart.vcproj:
12717         * win32/vs8/libgstpng.vcproj:
12718         * win32/vs8/libgstrtp.vcproj:
12719         * win32/vs8/libgstrtsp.vcproj:
12720         * win32/vs8/libgstshout2.vcproj:
12721         * win32/vs8/libgstsmpte.vcproj:
12722         * win32/vs8/libgstspeex.vcproj:
12723         * win32/vs8/libgsttaglib.vcproj:
12724         * win32/vs8/libgstudp.vcproj:
12725         * win32/vs8/libgstvideobalance.vcproj:
12726         * win32/vs8/libgstvideobox.vcproj:
12727         * win32/vs8/libgstvideoflip.vcproj:
12728         * win32/vs8/libgstvideomixer.vcproj:
12729         * win32/vs8/libgstwavenc.vcproj:
12730         * win32/vs8/libgstwavparse.vcproj:
12731           Add VS8 project files (note that many of the plugins in ext are
12732           disabled by default). Fixes #366492.
12733
12734 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12735
12736         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12737           we do not translate debug messages
12738
12739 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12740
12741         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12742           fix categorisation, make short desc more explicit, remove unused code
12743           Fixes #372021
12744
12745 2006-11-08  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/rtp/gstrtpL16depay.c:
12748         * gst/rtp/gstrtpamrdepay.c:
12749         * gst/rtp/gstrtpamrpay.c:
12750         * gst/rtp/gstrtpgsmdepay.c:
12751         * gst/rtp/gstrtph263pay.c:
12752         * gst/rtp/gstrtph263pdepay.c:
12753         * gst/rtp/gstrtph263ppay.c:
12754         * gst/rtp/gstrtph264depay.c:
12755         * gst/rtp/gstrtpmp2tdepay.c:
12756         * gst/rtp/gstrtpmp4gdepay.c:
12757         * gst/rtp/gstrtpmp4gpay.c:
12758         * gst/rtp/gstrtpmp4vdepay.c:
12759         * gst/rtp/gstrtpmp4vpay.c:
12760         * gst/rtp/gstrtpmpadepay.c:
12761         * gst/rtp/gstrtpmpapay.c:
12762         * gst/rtp/gstrtppcmadepay.c:
12763         * gst/rtp/gstrtppcmapay.c:
12764         * gst/rtp/gstrtppcmudepay.c:
12765         * gst/rtp/gstrtppcmupay.c:
12766         * gst/rtp/gstrtpspeexdepay.c:
12767         * gst/rtp/gstrtpspeexpay.c:
12768         * gst/rtp/gstrtpsv3vdepay.c:
12769         Fix element descriptions.
12770
12771 2006-11-08  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/rtp/gstrtpvorbisdepay.c:
12774         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12775         Fix description.
12776         Small cleanup in the payloader.
12777
12778 2006-11-08  Wim Taymans  <wim@fluendo.com>
12779
12780         * gst/rtp/Makefile.am:
12781         * gst/rtp/gstrtp.c: (plugin_init):
12782         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12783         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12784         (gst_rtp_theora_depay_finalize),
12785         (gst_rtp_theora_depay_parse_configuration),
12786         (gst_rtp_theora_depay_setcaps),
12787         (gst_rtp_theora_depay_switch_codebook),
12788         (gst_rtp_theora_depay_process),
12789         (gst_rtp_theora_depay_set_property),
12790         (gst_rtp_theora_depay_get_property),
12791         (gst_rtp_theora_depay_change_state),
12792         (gst_rtp_theora_depay_plugin_init):
12793         * gst/rtp/gstrtptheoradepay.h:
12794         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12795         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12796         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12797         (gst_rtp_theora_pay_init_packet),
12798         (gst_rtp_theora_pay_flush_packet),
12799         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12800         (gst_rtp_theora_pay_handle_buffer),
12801         (gst_rtp_theora_pay_plugin_init):
12802         * gst/rtp/gstrtptheorapay.h:
12803         Add theora pay/depayloaders.
12804
12805 2006-11-06  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/rtp/Makefile.am:
12808         We depend on gsttag to generate the vorbis comments.
12809
12810         * gst/rtp/gstrtpvorbisdepay.c:
12811         (gst_rtp_vorbis_depay_parse_configuration),
12812         (gst_rtp_vorbis_depay_setcaps),
12813         (gst_rtp_vorbis_depay_switch_codebook),
12814         (gst_rtp_vorbis_depay_process):
12815         * gst/rtp/gstrtpvorbisdepay.h:
12816         Parse configuration string in the depayloader.
12817         Implement selecting and switching to a new codebook.
12818         Receiving vorbis over RTP now works.
12819
12820         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12821         (gst_rtp_vorbis_pay_init_packet),
12822         (gst_rtp_vorbis_pay_finish_headers),
12823         (gst_rtp_vorbis_pay_handle_buffer):
12824         * gst/rtp/gstrtpvorbispay.h:
12825         Set timestamps on outgoing buffers and RTP packets.
12826         Fix configuration string, prepend number of Packet headers.
12827         Fix encoding of ident string.
12828         Add delivery-method to caps.
12829         Streaming vorbis over RTP now works.
12830
12831 2006-11-06  Wim Taymans  <wim@fluendo.com>
12832
12833         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12834         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12835         (gst_rtp_vorbis_pay_handle_buffer):
12836         * gst/rtp/gstrtpvorbispay.h:
12837         Generate a valid configuration string in the caps based on the
12838         vorbis headers.
12839
12840 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12841
12842         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12843         * ext/cdio/gstcdio.h:
12844         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12845           Move CD-TEXT utility function into common file so it can also be
12846           used by a future cdioparanoiasrc.
12847
12848 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12849         
12850         * sys/v4l2/Makefile.am:
12851         * sys/v4l2/gstv4l2object.c:
12852         * sys/v4l2/gstv4l2src.c:
12853         * sys/v4l2/gstv4l2xoverlay.c:
12854         * sys/v4l2/v4l2_calls.c:
12855         * sys/v4l2/v4l2src_calls.c:
12856         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12857         xoverlay code that is still not implemented.
12858
12859 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12862           We require a -base more recent than 0.10.9, so it's safe to use
12863           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12864
12865         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12866         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12867           Use _newsegment_full() now that we depend on a recent enough core.
12868
12869         * gst/wavparse/gstwavparse.c:
12870           Remove cruft that we don't need any longer now that we depend on
12871           a recent enough -base.
12872
12873 2006-10-31  Wim Taymans  <wim@fluendo.com>
12874
12875         * gst/rtp/Makefile.am:
12876         * gst/rtp/gstrtp.c: (plugin_init):
12877         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12878         (gst_rtpilbcpay_setcaps):
12879         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12880
12881 2006-10-31  Wim Taymans  <wim@fluendo.com>
12882
12883         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12884         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12885         Some small cleanups, use _scale.
12886
12887 2006-10-31  Wim Taymans  <wim@fluendo.com>
12888
12889         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12890         Use higher precision scale function.
12891
12892 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         Patch by: Michal Benes  <michal dot benes at itonis tv>
12895
12896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12897         (gst_matroska_demux_read_track_encodings),
12898         (gst_matroska_decode_buffer):
12899           Fix several issues with encoded/compressed/encrypted/signed tracks;
12900           also, remove superfluous newline characters from some debug
12901           statements. (#366155)
12902
12903 2006-10-30  Wim Taymans  <wim@fluendo.com>
12904
12905         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12906         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12907         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12908         (gst_smokedec_change_state):
12909         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12910         (gst_smokeenc_init), (gst_smokeenc_finalize),
12911         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12912         (gst_smokeenc_resync), (gst_smokeenc_chain),
12913         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12914         (gst_smokeenc_change_state):
12915         Various cleanups, capsnego and leak fixes.
12916
12917 2006-10-30  Wim Taymans  <wim@fluendo.com>
12918
12919         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12920
12921         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12922         Fix videomixer so that it can handle any combination of framerates.
12923         Fixes #367221.
12924
12925 2006-10-28  Wim Taymans  <wim@fluendo.com>
12926
12927         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12928         (gst_avi_demux_parse_file_header),
12929         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12930         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12931         (gst_avi_demux_chain):
12932         Fix position query for audio. also fixes timestamps in streaming
12933         mode and bug #364958.
12934         Small cleanups.
12935
12936 2006-10-27  Wim Taymans  <wim@fluendo.com>
12937
12938         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12939         * ext/libpng/gstpngenc.h:
12940         Fix strides. Fixes #364856.
12941         Cleanup capsnego.
12942         Set caps on outgoing buffers.
12943
12944 2006-10-18  Wim Taymans  <wim@fluendo.com>
12945
12946         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12947
12948         * gst/rtp/gstrtpgsmpay.c:
12949         * gst/rtp/gstrtph263pay.c:
12950         * gst/rtp/gstrtpmpapay.c:
12951         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12952         (gst_rtp_pcma_pay_handle_buffer):
12953         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12954         Add static payload numbers in addition to the dynamic ones.
12955         Fixes #361639.
12956
12957 2006-10-18  Wim Taymans  <wim@fluendo.com>
12958
12959         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12960         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12961         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12962         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12963         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12964         * gst/rtsp/rtspdefs.h:
12965         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12966         * gst/rtsp/rtspurl.h:
12967         Reuse already existing enum for lower transport.
12968         Add rtspt and rtspu protocols.
12969         Send redirect to rtspt when udp times out.
12970
12971 2006-10-18  Wim Taymans  <wim@fluendo.com>
12972
12973         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12974         (gst_wavparse_stream_data):
12975         Fix seeking some more, mostly for speed changes.
12976
12977 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         Patch by: Fredrik Persson  <frepe at bredband net>
12980
12981         * sys/v4l2/gstv4l2tuner.c:
12982         * sys/v4l2/gstv4l2tuner.h:
12983           Fix _set_channel(): remove useless g_object_notify() for "channel"
12984           property that doesn't exist any longer and therefore now also
12985           useless redirect (#338818).
12986
12987 2006-10-17  Wim Taymans  <wim@fluendo.com>
12988
12989         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12990         Some drivers do not support unsetting the non-blocking flag once the
12991         device is opened. In those cases, close/open the device in
12992         non-blocking mode. Fixes #362673.
12993
12994 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12995
12996         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12997         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12998         (gst_v4l2src_get_fps):
12999           dear stefan, framespersecond is not frameperiod, reverting but adding
13000           comment
13001
13002 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13003
13004         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13005         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13006         (gst_v4l2src_get_fps):
13007           Numerator is numerator and denominator is denominator. Say that aloud
13008           5 times and retry after next beer.
13009
13010 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         Patch by: Josep Torra Valles  <josep at fluendo com>
13013
13014         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13015         * ext/esd/esdsink.c: (gst_esdsink_write):
13016         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13017         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13018         (gst_flac_dec_send_newsegment):
13019         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13020         (gst_flac_enc_tell_callback):
13021         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13022         (smokecodec_parse_header), (smokecodec_decode):
13023         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13024         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13025         * gst/goom/Makefile.am:
13026         * gst/goom/gstgoom.c:
13027         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13028         * gst/rtsp/gstrtspsrc.c:
13029         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13030         * gst/udp/gstudpsink.c:
13031         * gst/udp/gstudpsrc.c:
13032         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13033         * sys/sunaudio/gstsunaudiomixertrack.h:
13034           Fix a bunch of problems discovered by the Forte compiler, mostly type
13035           mixups and pointer arithmetics with void pointers. Fixes #362603.
13036
13037 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13038
13039         * ext/speex/gstspeex.c: (plugin_init):
13040         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13041         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13042         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13043         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13044         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13045         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13046         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13047         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13048         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13049         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13050         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13051         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13052         * ext/speex/gstspeexenc.h:
13053           Miscellaneous clean-ups, among other things: speexenc => enc to
13054           enhance code readability; change speexenc => speex_enc; in chain
13055           function unref input buffer in case of error; take reference in
13056           event function; use boilerplate macro; use gst_pad_query_peer_*
13057           convenience functions.
13058
13059 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13060
13061         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13062         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13063         (gst_speexenc_set_header_on_caps):
13064           Fix some mem leaks.
13065
13066 2006-10-11  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/rtsp/URLS:
13069         Added some other URL.
13070
13071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13072         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13073         (gst_rtspsrc_open), (gst_rtspsrc_play),
13074         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13075         * gst/rtsp/gstrtspsrc.h:
13076         Work on fallback to TCP connection when the UDP socket times out.
13077         Handler server requests, just reply with OK for now.
13078
13079         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13080         * gst/rtsp/rtspdefs.h:
13081         Added some more Real extension headers.
13082
13083         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13084         Fix parsing of urls with a ':' that is not part of the hostname:port
13085         part of the url.
13086
13087 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13088
13089         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13090         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13091         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13092           Activate pad before adding it to the already-running element.
13093
13094         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13095           Activate newly-created pad too.
13096
13097 2006-10-11  Wim Taymans  <wim@fluendo.com>
13098
13099         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13100
13101         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13102         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13103         (gst_udpsrc_start):
13104         Fix some leaks in caps and uris. Fixes #361252.
13105
13106 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * gst/wavparse/Makefile.am:
13109           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13110
13111 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13112
13113         * sys/v4l2/gstv4l2xoverlay.c:
13114         * sys/v4l2/gstv4l2xoverlay.h:
13115         Fix build as per the patch in #338818 comment 36.
13116
13117 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13120           Activate pads before adding them to the source.
13121
13122 2006-10-06  Wim Taymans  <wim@fluendo.com>
13123
13124         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13125         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13126         Activate pads before adding.
13127
13128 2006-10-06  Wim Taymans  <wim@fluendo.com>
13129
13130         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13131         (gst_multipart_find_pad_by_mime):
13132         Activate pads before adding.
13133
13134         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13135         BOILERPLATE sets parent_class for us.
13136
13137 2006-10-06  Wim Taymans  <wim@fluendo.com>
13138
13139         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13140         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13141         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13142         (gst_rtspsrc_alloc_udp_ports),
13143         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13144         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13145         (gst_rtspsrc_create_transports_string),
13146         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13147         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13148         * gst/rtsp/gstrtspsrc.h:
13149         Rework how the transport string is constructed, try to share channels
13150         and udp ports.
13151         Make most of the stuff less dependant on RTP as we are also going to use
13152         it for RDT.
13153         Add support for transport specific session managers.
13154
13155         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13156         Implement _flush().
13157
13158         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13159         * gst/rtsp/rtspdefs.h:
13160         Add generic error return code.
13161
13162         * gst/rtsp/rtspext.h:
13163         Add support for pluggable tranport strings.
13164
13165         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13166         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13167         (rtsp_ext_wms_get_context):
13168         Detect WMServer and activate the extension.
13169
13170         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13171         (rtsp_transport_get_manager), (rtsp_transport_parse):
13172         * gst/rtsp/rtsptransport.h:
13173         Added methods to get mime/manager for certain transports.
13174
13175 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * ext/cairo/gsttimeoverlay.c:
13178         (gst_cairo_time_overlay_update_font_height):
13179         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13180         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13181         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13182         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13183         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13184         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13185         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13186         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13187         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13188         (gst_avi_demux_stream_data):
13189         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13190         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13191         (gst_fenced_buffer_copy):
13192         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13196         (gst_rtspsrc_handle_message):
13197         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13198         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13199           Printf format fixes.
13200
13201 2006-10-04  Wim Taymans  <wim@fluendo.com>
13202
13203         * gst/rtsp/Makefile.am:
13204         Dist new .h file too.
13205
13206 2006-10-04  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/rtsp/Makefile.am:
13209         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13210         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13212         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13213         (gst_rtspsrc_parse_rtpmap),
13214         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13215         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13216         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13217         * gst/rtsp/gstrtspsrc.h:
13218         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13219         * gst/rtsp/rtspdefs.h:
13220         * gst/rtsp/rtspext.h:
13221         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13222         (rtsp_ext_wms_get_context):
13223         * gst/rtsp/rtspextwms.h:
13224         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13225         (rtsp_transport_parse):
13226         * gst/rtsp/rtsptransport.h:
13227         Factor out extension in separate module.
13228         Fix getcaps to filter against the padtemplate.
13229         Use Content-Base if the server gives one.
13230         Rework the transport parsing a bit for future extensions.
13231         Added some Real Header field definitions.
13232
13233 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13234
13235         * docs/plugins/Makefile.am:
13236         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13237         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13238           added v4l2 stubs
13239         * gst-plugins-good.spec.in:
13240           add v4l2
13241
13242 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13243
13244         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13245           Extract disc/album/medium number and count and try harder
13246           to extract track number/count.
13247
13248 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13249
13250         * configure.ac:
13251         * sys/Makefile.am:
13252           add build stuff for v4l2, needs --enable-experimental until
13253           the last bits are resolved
13254
13255 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13256
13257         * tests/check/Makefile.am:
13258           Disable autodetect test temporarily, so that the build bots
13259           update -bad and the ranks of unreliable video sinks in there.
13260
13261         * tests/check/elements/autodetect.c: (GST_START_TEST):
13262           Skip test if no usable videosink is found.
13263
13264 2006-09-29  Wim Taymans  <wim@fluendo.com>
13265
13266         * gst/rtsp/URLS:
13267         Add some more URLs.
13268
13269         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13270         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13271         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13272         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13273         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13274         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13275         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13276         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13277         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13278         * gst/rtsp/gstrtspsrc.h:
13279         Add timeout property to control UDP timeouts.
13280         Fix error messages.
13281         Also start a loop function when operating in UDP mode so that we can
13282         do some more stuff async.
13283         Handle element messages from udpsrc to detect timeouts. If a timeout
13284         happens we currently generate an error.
13285         API: rtspsrc::timeout property.
13286
13287         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13288         (gst_udpsrc_create):
13289         Really implement the timeout in microseconds and not milliseconds.
13290
13291 2006-09-29  Wim Taymans  <wim@fluendo.com>
13292
13293         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13294         (gst_udpsrc_create), (gst_udpsrc_set_property),
13295         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13296         * gst/udp/gstudpsrc.h:
13297         Added property to post a message on timeout.
13298         Updated docs.
13299         When restarting the select, initialize the fdsets again.
13300         Init control sockets so we don't accidentally close a random socket.
13301         API: GstUDPSrc::timeout property
13302
13303 2006-09-29  Wim Taymans  <wim@fluendo.com>
13304
13305         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13306         Fix flag registration.
13307
13308         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13309         Reading 0 also means 'no more commands'
13310
13311 2006-09-29  Wim Taymans  <wim@fluendo.com>
13312
13313         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13314
13315         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13316         Fix possible infinite loop when shutting down, a read can also return
13317         0 to indicate no more messages are available. Fixes #358156.
13318
13319 2006-09-25  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/autodetect/gstautoaudiosink.c:
13322         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13323         (gst_auto_audio_sink_find_best):
13324         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13325         Small cleanups.
13326         don't try to set "sync" property when it is not available.
13327
13328 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         Patch by: Peter Kjellerstedt  <pkj at axis com>
13331
13332         * gst/alpha/gstalpha.c:
13333         * gst/rtp/gstrtpamrdepay.c:
13334         * gst/rtsp/gstrtspsrc.c:
13335         * gst/udp/gstudpsrc.c:
13336         * gst/videomixer/videomixer.c:
13337           Include stdlib.h in some more places, makes things compile
13338           with uClibc and -Werror (#357592).
13339
13340 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         * ext/jpeg/gstjpegdec.c:
13343           Set minimum height to 8 (from 16), our code should handle
13344           that fine. Some of the buttons on the apple trailer site
13345           are apparently only 15 pixels high (see #357470).
13346
13347 2006-09-23  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13350         (gst_rtspsrc_open):
13351         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13352         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13353         (rtsp_connection_receive):
13354         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13355         * gst/rtsp/rtspdefs.h:
13356         Improve error reporting.
13357
13358 2006-09-23  Wim Taymans  <wim@fluendo.com>
13359
13360         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13361         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13362         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13363         * gst/rtp/gstrtpdepay.c:
13364         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13365         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13366         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13367         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13368         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13369         (gst_rtp_mp2t_depay_plugin_init):
13370         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13371         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13372         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13373         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13374         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13375         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13376         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13377         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13378         Fix klass typos.
13379         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13380
13381 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13382
13383         * configure.ac:
13384           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13385
13386 2006-09-22  Wim Taymans  <wim@fluendo.com>
13387
13388         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13389         Don't check for a tag that is never there and check if we read the
13390         correct tag. Fixes seeking again.
13391         We must post an error when all pads are unlinked.
13392
13393 2006-09-22  Wim Taymans  <wim@fluendo.com>
13394
13395         * gst/rtp/Makefile.am:
13396         * gst/rtp/gstrtp.c: (plugin_init):
13397         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13398         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13399         (gst_rtp_vorbis_pay_reset_packet),
13400         (gst_rtp_vorbis_pay_init_packet),
13401         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13402         (gst_rtp_vorbis_pay_handle_buffer):
13403         More fixage, set endoder-params correctly in the payloader.
13404
13405 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * gst/autodetect/gstautoaudiosink.c:
13408         (gst_auto_audio_sink_base_init):
13409         * gst/autodetect/gstautovideosink.c:
13410         (gst_auto_video_sink_base_init):
13411           Make static pad templates static to appease valgrind's leak
13412           detector.
13413
13414         * tests/check/Makefile.am:
13415         * tests/check/elements/.cvsignore:
13416         * tests/check/elements/autodetect.c: (GST_START_TEST),
13417         (autodetect_suite):
13418           Add simple test for the ghostpad lockup on shutdown fixed in core
13419           CVS (audio bit disabled because it would need dozens of alsa
13420           suppressions and I'm too lazy to add those now).
13421
13422 2006-09-22  Wim Taymans  <wim@fluendo.com>
13423
13424         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13425         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13426         Small cleanups.
13427
13428         * gst/rtp/Makefile.am:
13429         * gst/rtp/gstrtp.c: (plugin_init):
13430         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13431         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13432         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13433         (gst_rtp_vorbis_depay_process),
13434         (gst_rtp_vorbis_depay_set_property),
13435         (gst_rtp_vorbis_depay_get_property),
13436         (gst_rtp_vorbis_depay_change_state),
13437         (gst_rtp_vorbis_depay_plugin_init):
13438         * gst/rtp/gstrtpvorbisdepay.h:
13439         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13440         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13441         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13442         (gst_rtp_vorbis_pay_flush_packet),
13443         (gst_rtp_vorbis_pay_append_buffer),
13444         (gst_rtp_vorbis_pay_handle_buffer),
13445         (gst_rtp_vorbis_pay_plugin_init):
13446         * gst/rtp/gstrtpvorbispay.h:
13447         Add experimental vorbis pay and depayloaders.
13448
13449 2006-09-21  Wim Taymans  <wim@fluendo.com>
13450
13451         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13452         Fix profile-level-id parsing and setup.
13453
13454 2006-09-21  Wim Taymans  <wim@fluendo.com>
13455
13456         * gst/udp/README:
13457         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13458         Update README, simple cleanup.
13459
13460 2006-09-21  Wim Taymans  <wim@fluendo.com>
13461
13462         * gst/rtp/README:
13463         Update README with some examples.
13464
13465         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13466         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13467         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13468         (gst_rtp_mp4g_pay_setcaps):
13469         * gst/rtp/gstrtpmp4gpay.h:
13470         Make optional RTP parameters of type STRING, as required by the
13471         application/x-rtp caps specification.
13472
13473 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13474
13475         * gst/rtp/gstrtph263pdepay.c:
13476         * gst/rtp/gstrtph263ppay.c:
13477         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13478         RTP header.
13479
13480 2006-09-20  Wim Taymans  <wim@fluendo.com>
13481
13482         * gst/rtp/Makefile.am:
13483         And makefile too.
13484
13485 2006-09-20  Wim Taymans  <wim@fluendo.com>
13486
13487         * gst/rtp/gstrtp.c: (plugin_init):
13488         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13489         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13490         (decode_base64), (gst_rtp_asf_depay_setcaps),
13491         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13492         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13493         (gst_rtp_asf_depay_plugin_init):
13494         * gst/rtp/gstrtpasfdepay.h:
13495         Added preliminary ASF depayloader.
13496
13497         * gst/rtp/gstrtph264depay.c: (decode_base64):
13498         Fix base64 decoding.
13499
13500 2006-09-20  Wim Taymans  <wim@fluendo.com>
13501
13502         * gst/rtsp/URLS:
13503         Added some test URLS.
13504
13505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13506         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13507         * gst/rtsp/gstrtspsrc.h:
13508         When creating streams, give access to the complete SDP.
13509         Fix some leaks.
13510         Collect and merge global stream properties in stream caps.
13511         Preliminary support for WMServer.
13512
13513         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13514         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13515         (rtsp_connection_receive):
13516         * gst/rtsp/rtspconnection.h:
13517         Make connection interruptable.
13518         Refactor to make it reconnectable.
13519         Don't fail on short reads when reading data packets.
13520
13521         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13522         (rtsp_url_get_port):
13523         * gst/rtsp/rtspurl.h:
13524         Add methods for getting/setting the port.
13525
13526         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13527         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13528         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13529         (sdp_media_get_format), (sdp_parse_line),
13530         (sdp_message_parse_buffer):
13531         Fix headers. 
13532         Add methods for getting multiple attributes with the same name.
13533         Increase buffer size when parsing.
13534         Fix parsing of a=foo fields.
13535
13536         * gst/rtsp/test.c: (main):
13537         Update to new connection API.
13538
13539         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13540         (rtsp_message_init_response), (rtsp_message_init_data),
13541         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13542         * gst/rtsp/rtspmessage.h:
13543         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13544         * gst/rtsp/rtsptransport.h:
13545         * gst/rtsp/sdp.h:
13546         * gst/rtsp/sdpmessage.h:
13547         * gst/rtsp/gstrtsp.c:
13548         * gst/rtsp/gstrtsp.h:
13549         * gst/rtsp/gstrtpdec.c:
13550         * gst/rtsp/gstrtpdec.h:
13551         * gst/rtsp/rtsp.h:
13552         * gst/rtsp/rtspdefs.c:
13553         * gst/rtsp/rtspdefs.h:
13554         Dual licensed under MIT and LGPL now.
13555
13556 2006-09-19  Wim Taymans  <wim@fluendo.com>
13557
13558         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13559         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13560         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13561         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13562         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13563         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13564         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13565         * gst/rtsp/gstrtspsrc.h:
13566         Reorganize stream parsing and creation.
13567         Detect container formats in interleaved mode.
13568         Keep more state about the streams.
13569         Assume a server also supports PLAY if it does not say.
13570         Add unicast and interleaved properties to TCP transport requests to make
13571         some servers happy (WMServer).
13572
13573         * gst/rtsp/sdpmessage.h:
13574         Add some defines for the standard Bandwidth types.
13575
13576 2006-09-19  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst/rtsp/test.c: (main):
13579         Fix build.
13580
13581 2006-09-19  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/wavparse/gstwavparse.c:
13584         Add ms-gsm to the src template.
13585
13586 2006-09-18  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13589         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13590         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13591         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13592         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13593         * gst/rtsp/gstrtspsrc.h:
13594         Small cleanups, added documentation.
13595         Try to clean up the requests and responses.
13596         Refactor parsing the supported methods.
13597
13598         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13599         (rtsp_connection_create), (rtsp_connection_send),
13600         (parse_response_status), (parse_request_line),
13601         (rtsp_connection_receive), (rtsp_connection_close),
13602         (rtsp_connection_free):
13603         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13604         (rtsp_transport_init), (rtsp_transport_parse),
13605         (rtsp_transport_free):
13606         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13607         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13608         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13609         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13610         Use g_return_val some more.
13611
13612         * gst/rtsp/rtspdefs.h:
13613         Add more enum values to track initial states.
13614
13615         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13616         (rtsp_message_init_request), (rtsp_message_new_response),
13617         (rtsp_message_init_response), (rtsp_message_init_data),
13618         (rtsp_message_unset), (rtsp_message_free),
13619         (rtsp_message_add_header), (rtsp_message_remove_header),
13620         (rtsp_message_get_header), (rtsp_message_set_body),
13621         (rtsp_message_take_body), (rtsp_message_get_body),
13622         (rtsp_message_steal_body), (rtsp_message_dump):
13623         * gst/rtsp/rtspmessage.h:
13624         Reorder arguments, object goes as the first one.
13625         Use g_return_val some more.
13626
13627 2006-09-18  Wim Taymans  <wim@fluendo.com>
13628
13629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13630         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13631         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13632         * gst/rtsp/gstrtspsrc.h:
13633         Export sometimes source pad with correct caps on the template, create
13634         the ghostpad from the template.
13635         Remove RTCP template as we never expose RTCP.
13636         Protect against invalid body size.
13637         Avoid memcpy when creating the output buffer.
13638         Properly post an error and send EOS when the loop function is shut down.
13639
13640 2006-09-18  Wim Taymans  <wim@fluendo.com>
13641
13642         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13643
13644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13645         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13646         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13647         * gst/rtsp/gstrtspsrc.h:
13648         Make sure we can never set an invalid location.
13649
13650         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13651         * gst/rtsp/rtspmessage.h:
13652         Added _steal_body method for future use.
13653
13654         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13655         Make freeing of NULL url return immediatly.
13656
13657 2006-09-18  Wim Taymans  <wim@fluendo.com>
13658
13659         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13660
13661         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13662         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13663         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13664         (gst_rtspsrc_change_state):
13665         * gst/rtsp/gstrtspsrc.h:
13666         Use boilerplate.
13667         Make rtspsrc subclass GstBin to make state changes easier.
13668         Add Range header field on the PLAY request.
13669
13670 2006-09-18  Wim Taymans  <wim@fluendo.com>
13671
13672         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13673
13674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13675         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13676         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13677         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13678         * gst/rtsp/rtspconnection.c: (inet_aton):
13679         Small cleanups.
13680         when multicast is selected as the transport, create UDP sources and
13681         connect to the multicast group.
13682         Move parsing and setting of caps to a common place.
13683         Fixes #349894.
13684
13685 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13686
13687         * ext/flac/gstflactag.c:
13688         * gst/alpha/gstalpha.c:
13689         * gst/debug/breakmydata.c:
13690         * gst/debug/negotiation.c:
13691         * gst/debug/testplugin.c:
13692         * gst/effectv/gstaging.c:
13693         * gst/effectv/gstdice.c:
13694         * gst/effectv/gstedge.c:
13695         * gst/effectv/gstquark.c:
13696         * gst/effectv/gstrev.c:
13697         * gst/effectv/gstshagadelic.c:
13698         * gst/effectv/gstvertigo.c:
13699         * gst/effectv/gstwarp.c:
13700         * gst/multipart/multipartdemux.c:
13701         * gst/multipart/multipartmux.c:
13702         * gst/videobox/gstvideobox.c:
13703         * gst/videofilter/gstgamma.c:
13704         * gst/videofilter/gstvideotemplate.c:
13705         * gst/videomixer/videomixer.c:
13706         * sys/sunaudio/gstsunaudiosrc.h:
13707         More G_OBJECT macro fixing.
13708
13709 2006-09-16  Wim Taymans  <wim@fluendo.com>
13710
13711         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13712
13713         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13714         Correctly set the dwLength in strh.
13715         With this patch, the file duration is now displayed correctly in window
13716         media player and the AVI plays completely. Fixes #356147
13717
13718 2006-09-15  Wim Taymans  <wim@fluendo.com>
13719
13720         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13721
13722         * sys/sunaudio/gstsunaudiomixerctrl.c:
13723         (gst_sunaudiomixer_ctrl_build_list):
13724         Set the output track as the MASTER so that the gnome-settings-daemon
13725         keybindings for changing the volume using the keyboard works.
13726         Fixes #356142.
13727
13728 2006-09-15  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13731         Fix documentation, it is not possible to control the framerate of jpegdec
13732         using filtered caps yet. Fixes #355210.
13733         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13734         stop when there is an error.
13735
13736 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13737
13738         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13739         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13740           Don't interpret a first buffer with an offset of NONE as
13741           'from the middle of the stream', but only a first buffer
13742           that has a valid buffer offset that's non-zero (see #345449).
13743
13744 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13745
13746         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13747         (gst_icydemux_typefind_or_forward):
13748         * gst/icydemux/gsticydemux.h:
13749           When we merge/collect multiple incoming buffers for typefinding
13750           purposes, keep an initial 0 offset on the first outgoing buffer
13751           as well (otherwise id3demux won't work right). Fixes #345449.
13752           Also Make buffer metadata writable before setting buffer caps.
13753
13754         * tests/check/elements/icydemux.c: (typefind_succeed),
13755         (cleanup_icydemux), (push_data), (GST_START_TEST),
13756         (icydemux_suite):
13757           Small test case for the above.
13758
13759 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13760
13761         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13762         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13763         (gst_avi_demux_stream_header_push),
13764         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13765         (gst_avi_demux_loop):
13766           More code reuse and better logging in _peek_chunk(). Reintroduce check
13767           for chunk sizes before reading them (avoid oom). Better handling for 
13768           invalid chunksizes when streaming.
13769
13770 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13771
13772         * gst/level/gstlevel.c: (gst_level_set_property):
13773         * gst/level/gstlevel.h:
13774           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13775           René Stadler
13776
13777 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13778
13779         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13780         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13781         (gst_avi_demux_stream_data):
13782           Revert one change to fix streaming avi (adapter size != data size).
13783
13784 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13785
13786         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13787
13788         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13789         (gst_matroska_demux_reset),
13790         (gst_matroska_demux_read_track_encodings),
13791         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13792         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13793         (gst_matroska_demux_subtitle_caps):
13794         * gst/matroska/matroska-ids.h:
13795           Add support for VOBSUB subtitle tracks and zlib-compressed
13796           tracks. Make sure we start on a keyframe after a seek. (#343348)
13797
13798 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13799
13800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13801         (gst_matroska_demux_push_flac_codec_priv_data),
13802         (gst_matroska_demux_push_xiph_codec_priv_data),
13803         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13804         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13805         * gst/matroska/matroska-ids.h:
13806           Add basic FLAC support (#311586), not perfect yet though, needs some
13807           tweaking in flacdec; also, seeking could be better.
13808           Do better bounds checking when deserialising vorbis stream headers
13809           to make sure we don't read beyond the end of the buffer on bad input.
13810
13811 2006-09-04  Wim Taymans  <wim@fluendo.com>
13812
13813         Patch by: Alessandro Decina <alessandro at nnva dot org>
13814
13815         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13816         Seeking back in a file containing a CMML stream errors out if the seek
13817         goes back up to the CMML headers. This is because after the seek the xml
13818         processing instruction <?xml ...?> is submitted to the xml parser again, 
13819         which results in an error. The attached patch fixes the problem. 
13820         Fixes #353908.
13821
13822         * ext/annodex/gstcmmlenc.h:
13823         Fix authors name.
13824
13825
13826 2006-08-28  Andy Wingo  <wingo@pobox.com>
13827
13828         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13829         New helper function to lessen the ifdefs.
13830         (GST_INFO_OBJECT): 
13831         (gst_dv1394src_iso_receive): Use it.
13832         (gst_dv1394src_create): Also use the control sockets in iec61883
13833         mode.
13834         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13835         handle for AVC operations; fixes #348233.
13836
13837 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13838
13839         * configure.ac:
13840         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13841         * docs/plugins/inspect/plugin-audiofx.xml:
13842         * docs/plugins/inspect/plugin-audiofxgood.xml:
13843         * gst/audiofx/Makefile.am:
13844         * gst/audiofx/audiofx.c:
13845         * gst/audiofxgood/.cvsignore:
13846         * gst/audiofxgood/Makefile.am:
13847         * gst/audiofxgood/audiofx.c:
13848         * gst/audiofxgood/audiopanorama.c:
13849         * gst/audiofxgood/audiopanorama.h:
13850           Rename again (audiofxgood -> audiofx).
13851
13852 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13853
13854         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13855         (gst_avi_demux_stream_scan):
13856           Initialze variables.
13857
13858 2006-08-25  Wim Taymans  <wim@fluendo.com>
13859
13860         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13861         (gst_avi_demux_init), (gst_avi_demux_finalize),
13862         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13863         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13864         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13865         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13866         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13867         (gst_avi_demux_massage_index),
13868         (gst_avi_demux_calculate_durations_from_index),
13869         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13870         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13871         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13872         (gst_avi_demux_change_state):
13873         * gst/avi/gstavidemux.h:
13874         More attempts to turn this into readable code.
13875         Don't leak adapters.
13876         Calculate duration according to index more efficiently.
13877         Don't try to act like we drive the pipeline in chain mode.
13878
13879 2006-08-25  Wim Taymans  <wim@fluendo.com>
13880
13881         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13882         Fix build.
13883
13884 2006-08-25  Wim Taymans  <wim@fluendo.com>
13885
13886         Patch by: Alessandro Decina <alessandro at nnva dot org>
13887
13888         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13889         Do some extra sanity checks.
13890         Fixes #350340.
13891
13892         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13893         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13894         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13895         Check if clip->start_time is valid before adding the clip to the
13896         track list.
13897         Reset enc->preamble going from PAUSED to READY.
13898         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13899         only used for EOS.
13900         Only post an error message if we were the one that created the fatal
13901         GstFlowReturn value.
13902
13903         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13904         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13905         Parse the seconds field of the npt-sec time format using %llu rather than
13906         %d and check that the value scaled by GST_SECOND doesn't overflow.
13907         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13908         Lookup a clip's track with clip->track rather than clip->id which
13909         makes no sense.
13910         Identify a clip by its track and start time and not its xml id.
13911         do some more input checking and make sure we don't do undefined shifts.
13912
13913         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13914         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13915         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13916         (push_clip), (push_empty_clip), (check_output_clip),
13917         (GST_START_TEST), (cmmldec_suite):
13918         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13919         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13920         (check_headers), (push_clip), (check_clip_times), (check_clip),
13921         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13922         Added some more checks.
13923
13924 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13925
13926         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13927         (gst_audio_panorama_set_property),
13928         (gst_audio_panorama_get_property),
13929         (gst_audio_panorama_transform_m2s_int),
13930         (gst_audio_panorama_transform_s2s_int),
13931         (gst_audio_panorama_transform_m2s_float),
13932         (gst_audio_panorama_transform_s2s_float):
13933         * gst/audiofxgood/audiopanorama.h:
13934         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13935           Make also the pan-property float (saves scaling and yields better
13936           resolution)
13937
13938 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13939
13940         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13941         (gst_audio_panorama_transform_m2s_float),
13942         (gst_audio_panorama_transform_s2s_float):
13943           ChangeLog surgery to add cymax's real name
13944
13945
13946 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13947
13948         Patch by: René Stadler <mail@renestadler.de>
13949
13950         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13951         (gst_audio_panorama_transform_m2s_int),
13952         (gst_audio_panorama_transform_s2s_int),
13953         (gst_audio_panorama_transform_m2s_float),
13954         (gst_audio_panorama_transform_s2s_float),
13955         (gst_audio_panorama_transform):
13956         * gst/audiofxgood/audiopanorama.h:
13957           Added float support
13958
13959 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13960
13961         * gst/audiofxgood/audiopanorama.c:
13962         (gst_audio_panorama_transform_m2s):
13963           Fix docs & debug category. Add Fixme for volume pan levels.
13964
13965 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13966
13967         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13968         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13969         (gst_avi_demux_stream_header_pull),
13970         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13971         (gst_avi_demux_chain):
13972           unbreak AVI index handling, some more debug, remove an obsolete
13973           adapter_flush that caused streaming to wander off in the wild
13974
13975 2006-08-24  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13978         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13979         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13980         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13981         (gst_avi_demux_calculate_durations_from_index),
13982         (gst_avi_demux_stream_header_push),
13983         (gst_avi_demux_stream_header_pull):
13984         * gst/avi/gstavidemux.h:
13985         Some more cleanups. 
13986         Fix totalFrames parsing in ODML.
13987         Disable use of index for length calculation in case of ODML as this is
13988         broken now.
13989
13990 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13991
13992         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13993           Use libgsttag helper function here too.
13994
13995 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13996
13997         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13998         (gst_avi_demux_init), (gst_avi_demux_dispose),
13999         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14000         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14001         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14002         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14003         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14004         (gst_avi_demux_parse_subindex),
14005         (gst_avi_demux_read_subindexes_push),
14006         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14007         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14008         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14009         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14010         (gst_avi_demux_stream_header_pull),
14011         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14012         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14013         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14014         (gst_avi_demux_change_state):
14015         * gst/avi/gstavidemux.h:
14016           Initial streaming support for avidemux (fixes #336465)
14017
14018 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14019
14020         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14021           There is no taglibmux element ...
14022
14023         * gst/rtsp/gstrtspsrc.c:
14024           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14025           was complaining about unknown entity here.
14026
14027 2006-08-22  Wim Taymans  <wim@fluendo.com>
14028
14029         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14030         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14031         (gst_avi_demux_process_next_entry):
14032         * gst/avi/gstavidemux.h:
14033         Mark DISCONT.
14034         Remove old unused fields and reorder the struct a bit.
14035
14036 2006-08-22  Wim Taymans  <wim@fluendo.com>
14037
14038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14039         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14040         (gst_rtspsrc_pause):
14041         * gst/rtsp/gstrtspsrc.h:
14042         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14043         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14044         Small documentation updates.
14045
14046 2006-08-22  Wim Taymans  <wim@fluendo.com>
14047
14048         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14049         (gst_avi_demux_index_entry_for_time),
14050         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14051         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14052         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14053         (gst_avi_demux_next_data_buffer),
14054         (gst_avi_demux_calculate_durations_from_index),
14055         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14056         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14057         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14058         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14059         * gst/avi/gstavidemux.h:
14060         Precalc most of the duration query for each stream.
14061         Make seeking more correct.
14062         Use GstSegment to track position and duration.
14063         Code cleanups and leak fixes.
14064         Calculate correct total duration based on index length.
14065
14066 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14067
14068         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14069         (parse_insert_string_field):
14070           If strings in text fields are marked ISO8859-1, but contain
14071           valid UTF-8 already, then handle them as UTF-8 and ignore
14072           the encoding. (#351794)
14073
14074 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14075
14076         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14077         (gst_flac_dec_write), (gst_flac_dec_loop),
14078         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14079         (gst_flac_dec_src_query):
14080         * ext/flac/gstflacdec.h:
14081           Make flac-in-ogg work (#352100).
14082
14083 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14086           Don't unref buffers of which we've already given away
14087           ownership to the adapter.
14088
14089 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14090
14091         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14092           Make metadata extraction actually work.
14093
14094         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14095         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14096         (gst_speexenc_chain):
14097           Fix metadata writing: replace old code which wrote completely
14098           broken tags with libgsttag-based code. Plus miscellaneous
14099           code cleanups (use static pad templates etc.) and a bunch
14100           of leak fixes.
14101
14102 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14103
14104         * gst/audiopanorama/.cvsignore:
14105         * gst/audiopanorama/Makefile.am:
14106         * gst/audiopanorama/audiofx.c:
14107         * gst/audiopanorama/audiopanorama.c:
14108         * gst/audiopanorama/audiopanorama.h:
14109           die! die! die! you should never have been there
14110
14111 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14112
14113         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14114         Fix invalid memory access in audiopanorama test suite.
14115
14116 2006-08-21  Edward Hervey  <edward@fluendo.com>
14117
14118         * tests/check/elements/.cvsignore:
14119         ignore built file
14120
14121 2006-08-21  Wim Taymans  <wim@fluendo.com>
14122
14123         * gst/rtp/Makefile.am:
14124         Fix the build again.
14125
14126 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14127
14128         * gst/audiofxgood/.cvsignore:
14129         * gst/audiofxgood/Makefile.am:
14130         * gst/audiofxgood/audiofx.c: (plugin_init):
14131         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14132         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14133         (gst_audio_panorama_set_property),
14134         (gst_audio_panorama_get_property),
14135         (gst_audio_panorama_get_unit_size),
14136         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14137         (gst_audio_panorama_transform_m2s),
14138         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14139         * gst/audiofxgood/audiopanorama.h:
14140           resubmit with the desired name *again*
14141
14142 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14143
14144         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14145         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14146           use g_assert in _get_unit_size
14147
14148 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14149
14150         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14151         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14152         * docs/plugins/inspect/plugin-audiofxgood.xml:
14153           cleanup -unused.txt to make it useful, add previously missing docs
14154
14155         * ext/Makefile.am:
14156           Quietly (accidentally) enable LADSPA for building by default, 
14157           despite the fact that it doesn't meet the plugin checklist.
14158             -- Added by Jan Schmidt 18 Dec 2006
14159
14160         * ext/esd/esdmon.c:
14161         * ext/esd/esdsink.c:
14162         * ext/esd/gstesd.c: (plugin_init):
14163           reflow to get rid of two external symbols
14164
14165         * gst/audiofxgood/audiofx.c: (plugin_init):
14166           re-add
14167
14168 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14169
14170         * configure.ac:
14171         * gst/audiofxgood/.cvsignore:
14172         * gst/audiofxgood/Makefile.am:
14173         * gst/audiofxgood/audiofx.c
14174         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14175         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14176         (gst_audio_panorama_set_property),
14177         (gst_audio_panorama_get_property),
14178         (gst_audio_panorama_get_unit_size),
14179         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14180         (gst_audio_panorama_transform_m2s),
14181         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14182         * gst/audiofxgood/audiopanorama.h:
14183         * tests/check/Makefile.am:
14184         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14185         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14186         (panorama_suite), (main):
14187         Add audiofxgood plugin with audiopanorama element
14188
14189 2006-08-18  Wim Taymans  <wim@fluendo.com>
14190
14191         * docs/plugins/Makefile.am:
14192         More Oss docs fixage. 
14193
14194 2006-08-18  Wim Taymans  <wim@fluendo.com>
14195
14196         * gst/rtp/Makefile.am:
14197         * gst/rtp/gstrtp.c: (plugin_init):
14198         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14199         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14200         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14201         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14202         (gst_rtp_sv3v_depay_get_property),
14203         (gst_rtp_sv3v_depay_change_state),
14204         (gst_rtp_sv3v_depay_plugin_init):
14205         * gst/rtp/gstrtpsv3vdepay.h:
14206         Added experimental SVQ3 depayloader.
14207
14208 2006-08-18  Edward Hervey  <edward@fluendo.com>
14209
14210         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14211         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14212         * ext/dv/gstdvdemux.h:
14213         When handling seek requests, don't send the newsegment event from the
14214         calling thread. Instead save it so it can be sent from the streaming
14215         thread.
14216
14217 2006-08-17  Wim Taymans  <wim@fluendo.com>
14218
14219         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14220
14221         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14222         Accept leading whitespace before the boundary
14223         This patch makes the demuxer allow some whitespace before the actual
14224         boundary. This makes the demuxer work with the ``old'' gstreamer
14225         multipartmuxer again (which placed an extra \n before the start
14226         of the stream) Fixes #349068.
14227
14228 2006-08-17  Wim Taymans  <wim@fluendo.com>
14229
14230         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14231         Error out on non-implemented stuff.
14232
14233 2006-08-16  Wim Taymans  <wim@fluendo.com>
14234
14235         Patch by: Andy Wingo <wingo at pobox dot com>
14236
14237         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14238         (gst_signal_processor_start), (gst_signal_processor_stop),
14239         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14240         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14241         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14242         (gst_signal_processor_change_state):
14243         Make ladspa elements reusable. Fixes #350006.
14244
14245 2006-08-16  Wim Taymans  <wim@fluendo.com>
14246
14247         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14248         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14249         names as possible. Fixes #349901.
14250
14251 2006-08-16  Wim Taymans  <wim@fluendo.com>
14252
14253         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14254         (gst_signal_processor_do_pushes):
14255         A push() gives away our refcount so we should not use the buffer on the
14256         pen anymore.
14257
14258 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14261         (gst_oss_mixer_element_finalize):
14262           Don't leak device string.
14263
14264 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * configure.ac:
14267           Require CVS of GStreamer core and -base (for
14268           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14269
14270         * ext/taglib/gstid3v2mux.cc:
14271           Write extended comment tags properly (#348762).
14272
14273         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14274         (parse_comment_frame):
14275           Extract COMM frames into extended comments, which makes it
14276           easier to properly retain the description bit of the tag
14277           and maintain this information when re-tagging (#348762).
14278
14279 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         * tests/check/Makefile.am:
14282           Don't try to run annodex unit tests if the annodex
14283           plugin has not been built (Fixes #351116).
14284
14285 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14286
14287         * gst/autodetect/gstautoaudiosink.c:
14288         (gst_auto_audio_sink_find_best):
14289           When we can't find a usable audiosink, don't error out,
14290           but use a fake sink instead and post a warning message
14291           on the bus (#341278).
14292
14293 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14296         * sys/oss/gstosssink.c:
14297         * sys/oss/gstosssrc.c:
14298           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14299           ossmixer's new device property.
14300
14301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14303           Add docs for OSS elements.
14304
14305         * docs/plugins/inspect/plugin-aasink.xml:
14306         * docs/plugins/inspect/plugin-alaw.xml:
14307         * docs/plugins/inspect/plugin-alpha.xml:
14308         * docs/plugins/inspect/plugin-alphacolor.xml:
14309         * docs/plugins/inspect/plugin-annodex.xml:
14310         * docs/plugins/inspect/plugin-apetag.xml:
14311         * docs/plugins/inspect/plugin-auparse.xml:
14312         * docs/plugins/inspect/plugin-autodetect.xml:
14313         * docs/plugins/inspect/plugin-avi.xml:
14314         * docs/plugins/inspect/plugin-cacasink.xml:
14315         * docs/plugins/inspect/plugin-cairo.xml:
14316         * docs/plugins/inspect/plugin-cdio.xml:
14317         * docs/plugins/inspect/plugin-cutter.xml:
14318         * docs/plugins/inspect/plugin-debug.xml:
14319         * docs/plugins/inspect/plugin-dv.xml:
14320         * docs/plugins/inspect/plugin-efence.xml:
14321         * docs/plugins/inspect/plugin-effectv.xml:
14322         * docs/plugins/inspect/plugin-esdsink.xml:
14323         * docs/plugins/inspect/plugin-flac.xml:
14324         * docs/plugins/inspect/plugin-flxdec.xml:
14325         * docs/plugins/inspect/plugin-gconfelements.xml:
14326         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14327         * docs/plugins/inspect/plugin-goom.xml:
14328         * docs/plugins/inspect/plugin-halelements.xml:
14329         * docs/plugins/inspect/plugin-icydemux.xml:
14330         * docs/plugins/inspect/plugin-id3demux.xml:
14331         * docs/plugins/inspect/plugin-jpeg.xml:
14332         * docs/plugins/inspect/plugin-level.xml:
14333         * docs/plugins/inspect/plugin-matroska.xml:
14334         * docs/plugins/inspect/plugin-mulaw.xml:
14335         * docs/plugins/inspect/plugin-multipart.xml:
14336         * docs/plugins/inspect/plugin-navigationtest.xml:
14337         * docs/plugins/inspect/plugin-ossaudio.xml:
14338         * docs/plugins/inspect/plugin-png.xml:
14339         * docs/plugins/inspect/plugin-rtp.xml:
14340         * docs/plugins/inspect/plugin-rtsp.xml:
14341         * docs/plugins/inspect/plugin-shout2send.xml:
14342         * docs/plugins/inspect/plugin-smpte.xml:
14343         * docs/plugins/inspect/plugin-speex.xml:
14344         * docs/plugins/inspect/plugin-taglib.xml:
14345         * docs/plugins/inspect/plugin-udp.xml:
14346         * docs/plugins/inspect/plugin-videobalance.xml:
14347         * docs/plugins/inspect/plugin-videobox.xml:
14348         * docs/plugins/inspect/plugin-videoflip.xml:
14349         * docs/plugins/inspect/plugin-videomixer.xml:
14350         * docs/plugins/inspect/plugin-wavenc.xml:
14351         * docs/plugins/inspect/plugin-wavparse.xml:
14352         * docs/plugins/inspect/plugin-ximagesrc.xml:
14353           Update to CVS version.
14354           
14355 2006-08-16  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst/rtp/gstrtpamrdepay.c:
14358         * gst/rtp/gstrtpmp4gdepay.c:
14359         Caps extra properties must be defined as strings for
14360         depayloaders because they are generated from an SDP.
14361
14362         * gst/rtp/Makefile.am:
14363         * gst/rtp/gstrtp.c: (plugin_init):
14364         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14365         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14366         (gst_rtp_h264_depay_finalize), (decode_base64),
14367         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14368         (gst_rtp_h264_depay_set_property),
14369         (gst_rtp_h264_depay_get_property),
14370         (gst_rtp_h264_depay_change_state),
14371         (gst_rtp_h264_depay_plugin_init):
14372         * gst/rtp/gstrtph264depay.h:
14373         Added basic, not completely functional RFC 3984 H264 depayloader.
14374
14375 2006-08-16  Wim Taymans  <wim@fluendo.com>
14376
14377         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14378         Add pads after setting them up.
14379
14380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14381         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14382         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14383         (gst_rtspsrc_stream_setup_rtp),
14384         (gst_rtspsrc_stream_configure_transport),
14385         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14386         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14387         (gst_rtspsrc_pause):
14388         * gst/rtsp/gstrtspsrc.h:
14389         Fix interleaved mode.
14390          - Protect streaming with lock.
14391          - Combine flows
14392          - set caps on outgoing buffers.
14393          - strip trailing \0 from data packets.
14394          - Configure RTP/RTCP in stream.
14395         Use DEBUG_OBJECT more.
14396
14397 2006-08-16  Wim Taymans  <wim@fluendo.com>
14398
14399         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14400         Turn a g_print into a DEBUG line.
14401
14402 2006-08-13  Wim Taymans  <wim@fluendo.com>
14403
14404         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14405         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14406         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14407         (gst_oss_mixer_element_get_property),
14408         (gst_oss_mixer_element_change_state):
14409         * sys/oss/gstossmixerelement.h:
14410         Small cleanups. Better error reporting.
14411         Add device property for the mixer instead of the hardcoded
14412         /dev/mixer. Fixes #350785.
14413         API: GstOssMixerElement::device property
14414
14415 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         Patch by: Jens Granseuer <jensgr at gmx net>
14418
14419         * gconf/Makefile.am:
14420           Make --disable-schemas work right (they still need
14421           to be copied to the installation directory, just not
14422           applied). Fixes #351347 (also #344100).
14423           
14424 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14425
14426         * configure.ac: back to HEAD
14427
14428 === release 0.10.4 ===
14429
14430 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14431
14432         * configure.ac:
14433           releasing 0.10.4, "Dear Leader"
14434
14435 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14436
14437         Patch by: Edward Hervey <edward@fluendo.com>
14438
14439         * configure.ac:
14440         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14441         (gst_wavparse_stream_data):
14442         Send the newsegment event in the streaming thread.
14443         Fixes #347529
14444
14445 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14449         (gst_smokeenc_resync), (gst_smokeenc_chain):
14450           Refuse sink caps in the encoder if width or height is not a
14451           multiple of 16, the encoder does not support that yet (#349939);
14452           along the same lines, check the return value of the encoder
14453           setup function; also remove some debug log clutter.
14454
14455 2006-08-04  Andy Wingo  <wingo@pobox.com>
14456
14457         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14458         whether a processor can work in place or not, and for keeping
14459         track of its state. Change the FlowReturn instance variable from
14460         "state" to "flow_state", all callers changed.
14461
14462         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14463         (gst_signal_processor_start, gst_signal_processor_stop)
14464         (gst_signal_processor_cleanup): New functions to manage the
14465         processor's state.
14466         (gst_signal_processor_setcaps): start() as well as setup() here.
14467         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14468         (gst_signal_processor_change_state): Stop and cleanup the
14469         processor as we go to NULL.
14470
14471         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14472         INPLACE_BROKEN is not set.
14473
14474         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14475         Do the alloc_buffer in bytes, not frames.
14476         
14477 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14478
14479         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14480         Fix rgb masks when recording in < 24bpp.
14481
14482 2006-08-04  Andy Wingo  <wingo@pobox.com>
14483
14484         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14485         (gst_signal_processor_prepare)
14486         (gst_signal_processor_update_inputs)
14487         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14488         (gst_signal_processor_flush)
14489         (gst_signal_processor_sink_activate_push)
14490         (gst_signal_processor_src_activate_pull)
14491         (gst_signal_processor_change_state): Remove the last of the code
14492         that assumes that we process whole buffers at a time. Fix some
14493         debugging. Seems to work now in some cases.
14494         (gst_signal_processor_src_activate_pull): BPB
14495
14496 2006-08-01  Andy Wingo  <wingo@pobox.com>
14497
14498         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14499         Fix nframes-choosing.
14500         (gst_signal_processor_init): Init pending_in and pending_out.
14501
14502         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14503         more default sample rate, although we never check that the sample
14504         rate actually gets set. Something for the future.
14505         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14506         (gst_signal_processor_event): Refcount fixen.
14507         (gst_signal_processor_process): Pull the number of frames to
14508         process from the sizes of the buffers in the input pens.
14509         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14510         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14511         it instead of buffer_frames.
14512         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14513         to do_pulls.
14514         (gst_signal_processor_chain)
14515         (gst_signal_processor_sink_activate_push)
14516         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14517
14518         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14519
14520 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14521
14522         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14523         (gst_signal_processor_process):
14524           don't query buffer-frames from caps, add lots of debug-log,
14525           try fix for assert (#349189)
14526
14527 2006-07-31  Wim Taymans  <wim@fluendo.com>
14528
14529         * gst/udp/gstudpsrc.c:
14530         Fix docs.
14531
14532 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14533
14534         * ext/ladspa/gstsignalprocessor.c:
14535         (gst_signal_processor_add_pad_from_template),
14536         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14537         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14538         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14539         (gst_signal_processor_sink_activate_push),
14540         (gst_signal_processor_src_activate_pull),
14541         (gst_signal_processor_change_state):
14542          Add debugs logs here and there, add more error handling, add some
14543          FIXME comments, filed #349189
14544
14545 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14546
14547         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14548         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14549         Set caps on buffer correctly.  Fixes bug #349155.
14550
14551 2006-07-28  Wim Taymans  <wim@fluendo.com>
14552
14553         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14554
14555         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14556         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14557         (gst_multipart_demux_finalize), (get_line_end),
14558         (multipart_parse_header), (multipart_find_boundary),
14559         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14560         (gst_multipart_set_property), (gst_multipart_get_property):
14561         Uses GstAdapter instead of own buffering.
14562         Actually parses the mime-type correctly (In tests the mime-type was
14563         always "" with the old version).
14564         Uses the Content-length header if available to speed up things.
14565         Reliably autoscans the boundary name by default.
14566         Fixes #349068.
14567
14568         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14569         Don't start the stream with a \n.
14570
14571 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14572
14573         Patch by: Brian Cameron <brian dot cameron at sun com>
14574
14575         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14576           Open source with O_NONBLOCK (#349015).
14577
14578 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14579
14580         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14581         (gst_avi_demux_massage_index):
14582         * gst/avi/gstavidemux.h:
14583           Whitespace fixes and more debug
14584
14585 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14586
14587         * gst/autodetect/gstautoaudiosink.c:
14588         (gst_auto_audio_sink_create_element_with_pretty_name),
14589         (gst_auto_audio_sink_find_best),
14590         (gst_auto_audio_sink_change_state):
14591           Get rid of old and unused magic sound-server properties stuff.
14592           Add suffix to child sink's name that makes it easy to see from
14593           the name alone which type it actually is (alsa, oss, esd, etc.).
14594
14595 2006-07-27  Wim Taymans  <wim@fluendo.com>
14596
14597         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14598         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14599         (gst_udpsrc_start):
14600         * gst/udp/gstudpsrc.h:
14601         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14602         not some sort of feature we enable.
14603
14604 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14607           Use CLOSE_SOCKET() here instead of close() to maintain
14608           win32 workiness.
14609
14610 2006-07-27  Wim Taymans  <wim@fluendo.com>
14611
14612         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14613
14614         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14615         (gst_udpsrc_create), (gst_udpsrc_set_property),
14616         (gst_udpsrc_get_property), (gst_udpsrc_start):
14617         * gst/udp/gstudpsrc.h:
14618         Added "buffer-size" property to control the kernel receive buffer size.
14619         Update documentation.
14620         Small cleanups. Fixes #348752.
14621         API: buffer-size property
14622
14623 2006-07-26  Wim Taymans  <wim@fluendo.com>
14624
14625         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14626
14627         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14628         (gst_rtp_pcma_pay_handle_buffer):
14629         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14630         (gst_rtp_pcmu_pay_handle_buffer):
14631         Fix timestamp calculation on outgoing RTP packets.
14632         Fixes #348675.
14633
14634 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * ext/taglib/gstid3v2mux.cc:
14637           Fix writing of comment frames (should be COMM not TCOM),
14638           is still sub-optimal though, since we don't retain or
14639           extract the comment descriptions properly (#334375,
14640           also see #334375).
14641
14642 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * gst/wavparse/gstwavparse.c:
14645           #define 'fact' RIFF chunk if we are not compiling against
14646           -base CVS (we don't want to depend on -base CVS for this
14647           one define only, and also not for release order reasons).
14648
14649 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14650
14651         * ext/taglib/gstid3v2mux.cc:
14652           Handle multiple tags of the same type properly. Re-inject
14653           unparsed ID3v2 frames that we get as binary blobs from
14654           id3demux into the tag again so we don't lose information
14655           when retagging (#334375).
14656
14657 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14660           Document newly-added properties properly, so that there is a
14661           'Since: 0.10.4' in the plugin docs. Convert some property
14662           names into canonical GObject style (GObject will do that
14663           internally anyway).
14664
14665 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         * gst/id3demux/id3tags.c:
14668         (id3demux_add_id3v2_frame_blob_to_taglist):
14669           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14670           well, and add the version to the blob's buffer caps, since that
14671           information will be needed for deserialisation later on (#348644).
14672
14673 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14674
14675         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14676         (gst_avi_demux_parse_stream):
14677          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14678          indentation and spacing.
14679
14680 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         * docs/plugins/Makefile.am:
14683         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14684         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14685         * docs/plugins/gst-plugins-good-plugins.args:
14686         * docs/plugins/inspect/plugin-1394.xml:
14687         * docs/plugins/inspect/plugin-aasink.xml:
14688         * docs/plugins/inspect/plugin-alaw.xml:
14689         * docs/plugins/inspect/plugin-alpha.xml:
14690         * docs/plugins/inspect/plugin-alphacolor.xml:
14691         * docs/plugins/inspect/plugin-annodex.xml:
14692         * docs/plugins/inspect/plugin-apetag.xml:
14693         * docs/plugins/inspect/plugin-auparse.xml:
14694         * docs/plugins/inspect/plugin-autodetect.xml:
14695         * docs/plugins/inspect/plugin-avi.xml:
14696         * docs/plugins/inspect/plugin-cacasink.xml:
14697         * docs/plugins/inspect/plugin-cairo.xml:
14698         * docs/plugins/inspect/plugin-cdio.xml:
14699         * docs/plugins/inspect/plugin-cutter.xml:
14700         * docs/plugins/inspect/plugin-debug.xml:
14701         * docs/plugins/inspect/plugin-dv.xml:
14702         * docs/plugins/inspect/plugin-efence.xml:
14703         * docs/plugins/inspect/plugin-effectv.xml:
14704         * docs/plugins/inspect/plugin-esdsink.xml:
14705         * docs/plugins/inspect/plugin-flac.xml:
14706         * docs/plugins/inspect/plugin-flxdec.xml:
14707         * docs/plugins/inspect/plugin-gconfelements.xml:
14708         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14709         * docs/plugins/inspect/plugin-goom.xml:
14710         * docs/plugins/inspect/plugin-halelements.xml:
14711         * docs/plugins/inspect/plugin-icydemux.xml:
14712         * docs/plugins/inspect/plugin-id3demux.xml:
14713         * docs/plugins/inspect/plugin-jpeg.xml:
14714         * docs/plugins/inspect/plugin-level.xml:
14715         * docs/plugins/inspect/plugin-matroska.xml:
14716         * docs/plugins/inspect/plugin-mulaw.xml:
14717         * docs/plugins/inspect/plugin-multipart.xml:
14718         * docs/plugins/inspect/plugin-navigationtest.xml:
14719         * docs/plugins/inspect/plugin-ossaudio.xml:
14720         * docs/plugins/inspect/plugin-png.xml:
14721         * docs/plugins/inspect/plugin-rtp.xml:
14722         * docs/plugins/inspect/plugin-rtsp.xml:
14723         * docs/plugins/inspect/plugin-shout2send.xml:
14724         * docs/plugins/inspect/plugin-smpte.xml:
14725         * docs/plugins/inspect/plugin-speex.xml:
14726         * docs/plugins/inspect/plugin-udp.xml:
14727         * docs/plugins/inspect/plugin-videobalance.xml:
14728         * docs/plugins/inspect/plugin-videobox.xml:
14729         * docs/plugins/inspect/plugin-videoflip.xml:
14730         * docs/plugins/inspect/plugin-videomixer.xml:
14731         * docs/plugins/inspect/plugin-wavenc.xml:
14732         * docs/plugins/inspect/plugin-wavparse.xml:
14733         * docs/plugins/inspect/plugin-ximagesrc.xml:
14734           Update files to CVS/Prerelease version, add esdsink docs.
14735
14736         * ext/esd/esdsink.c:
14737           Add gtk-doc blurb.
14738
14739         * gst/rtp/gstrtpmp4vpay.c:
14740           Fix typo in element description.
14741
14742 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * ext/esd/esdsink.c: (gst_esdsink_open),
14745         (gst_esdsink_factory_init):
14746           Prevent libesd from auto-spawning a sound daemon if it
14747           is not already running. Now that we don't do evil stuff
14748           like that any longer we can give esdsink a rank so that
14749           autoaudiosink will try it as well if all other audio
14750           sinks fail (#343051).
14751
14752 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14753
14754         * ext/esd/Makefile.am:
14755           Oops, need to remove README from EXTRA_DIST as well.
14756
14757 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14758
14759         * ext/esd/README:
14760           Remove, it contains nothing useful anyway.
14761
14762         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14763         (gst_esdsink_delay):
14764           Some small clean-ups; use GST_BOILERPLATE etc.
14765
14766 2006-07-24  Wim Taymans  <wim@fluendo.com>
14767
14768         * gst/law/alaw-decode.c: (alawdec_getcaps):
14769         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14770         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14771         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14772         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14773
14774 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14775
14776         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14777         (gst_wavparse_other), (gst_wavparse_perform_seek),
14778         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14779         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14780         (gst_wavparse_pad_query):
14781         * gst/wavparse/gstwavparse.h:
14782           Use information from 'fact' chunk for length calculation of compressed
14783           samples. Calculate bps if bogus value is found in wav header (embeded
14784           mp2/mp3).
14785           
14786
14787 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14788
14789         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14790
14791         * configure.ac:
14792         * gst/udp/Makefile.am:
14793         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14794         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14795         * gst/udp/gstdynudpsink.h:
14796         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14797         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14798         * gst/udp/gstmultiudpsink.h:
14799         * gst/udp/gstudp.c: (plugin_init):
14800         * gst/udp/gstudpsink.h:
14801         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14802         (gst_udpsrc_start), (gst_udpsrc_stop):
14803         * gst/udp/gstudpsrc.h:
14804         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14805         (gst_udp_net_utils_win32_wsa_startup):
14806         * gst/udp/gstudpnetutils.h:
14807           Port udp plugin to win32 (#345288).
14808
14809 2006-07-24  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14812         Remove unwanted DEBUG line.
14813
14814 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         * gst/id3demux/gstid3demux.c: (plugin_init):
14817         * gst/id3demux/id3tags.c:
14818         (id3demux_add_id3v2_frame_blob_to_taglist):
14819         * gst/id3demux/id3tags.h:
14820           On second thought, it might be wiser and more efficient
14821           not to do tag registration from a streaming thread.
14822
14823 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         * gst/id3demux/id3tags.c:
14826         (id3demux_add_id3v2_frame_blob_to_taglist),
14827         (id3demux_id3v2_frames_to_tag_list):
14828           Put ID3v2 frames we can't parse as binary blobs into private
14829           tags, so that they are not lost when retagging, at least once
14830           id3v2mux has been taught to re-inject those frames again.
14831           See bug #334375.
14832
14833 2006-07-21  Wim Taymans  <wim@fluendo.com>
14834
14835         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14836         (gst_avi_demux_process_next_entry):
14837         Fix some leaks.
14838
14839         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14840         Don't use \n in debug lines.
14841
14842 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14843
14844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14845         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14846           Add annodex and icydemux, cleanup the sections a bit
14847
14848 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14849
14850         Patch by: Alex Lancaster <alexl at users sourceforge net>
14851
14852         * ext/taglib/gstid3v2mux.cc:
14853           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14854           ID3v2 TSSE frames (#347898).
14855
14856 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14857
14858         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14859           Respect mpegversion for "video/mpeg" and give message in case of
14860           unhandled versions.
14861
14862 2006-07-17  Wim Taymans  <wim@fluendo.com>
14863
14864         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14865         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14866         (gst_pngdec_chain), (gst_pngdec_sink_event),
14867         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14868         (gst_pngdec_sink_activate_push):
14869         * ext/libpng/gstpngdec.h:
14870         Use statically allocated segment instead of leaking.
14871         Various cleanups.
14872         Fix flush and seek handling.
14873
14874 2006-07-16  Wim Taymans  <wim@fluendo.com>
14875
14876         * gst/rtp/Makefile.am:
14877         * gst/rtp/gstrtp.c: (plugin_init):
14878         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14879         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14880         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14881         (gst_rtp_mp4g_depay_set_property),
14882         (gst_rtp_mp4g_depay_get_property),
14883         (gst_rtp_mp4g_depay_change_state),
14884         (gst_rtp_mp4g_depay_plugin_init):
14885         * gst/rtp/gstrtpmp4gdepay.h:
14886         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14887         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14888         (gst_rtp_mp4g_pay_flush):
14889         Added simple generic mpeg4 depayloader.
14890         Fix generic mpeg4 payloader.
14891
14892 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14895           Don't try doing state changes on a NULL pointer.
14896
14897 2006-07-14  Wim Taymans  <wim@fluendo.com>
14898
14899         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14900
14901         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14902         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14903         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14904         * gst/rtp/gstrtpamrdepay.h:
14905         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14906         Fixes #321191
14907
14908 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14909
14910         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14911         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14912         Fix segfault when moving mouse pointer to the bottom right corner.
14913
14914 2006-07-12  Wim Taymans  <wim@fluendo.com>
14915
14916         * gst/rtp/Makefile.am:
14917         * gst/rtp/gstrtp.c: (plugin_init):
14918         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14919         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14920         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14921         (gst_rtp_mp2t_depay_set_property),
14922         (gst_rtp_mp2t_depay_get_property),
14923         (gst_rtp_mp2t_depay_change_state),
14924         (gst_rtp_mp2t_depay_plugin_init):
14925         * gst/rtp/gstrtpmp2tdepay.h:
14926         Added mpeg2 TS depayloader. Closing #347234.
14927
14928 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14931           Remove g_assert that shouldn't be there and was triggered
14932           after trying to open a device that doesn't exist or can't
14933           be opened for some other reason (#347972).
14934
14935 2006-07-10  Edward Hervey  <edward@fluendo.com>
14936
14937         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14938         (gst_avi_demux_stream_header), (push_tag_lists):
14939         * gst/avi/gstavidemux.h:
14940         Don't push tag events found by gst_riff_parse_info() before outputting
14941         GST_EVENT_NEWSEGMENT.
14942
14943 2006-07-10  Wim Taymans  <wim@fluendo.com>
14944
14945         * gst/rtsp/Makefile.am:
14946         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14947         (rtsp_connection_close):
14948         * gst/rtsp/rtspdefs.h:
14949         replaced closesocket and close in code with one CLOSE_SOCKET. 
14950         Some more cleanups. Fixes #345301.
14951
14952 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14953
14954         * gst/autodetect/gstautoaudiosink.c:
14955           Fix example pipeline in docs.
14956
14957 2006-07-10  Wim Taymans  <wim@fluendo.com>
14958
14959         Patch by: Rob Taylor <robtaylor at floopily dot org>
14960
14961         * gst/udp/gstmultiudpsink.c: (join_multicast),
14962         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14963         If a destination is added before the stream is set to PAUSED, the
14964         multicast group is not joined as the socket is not created yet. 
14965         Also TTL and LOOP should also be set. Fixes #346921.
14966
14967 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14968
14969         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14970         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14971         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14972         (gst_ximage_src_init):
14973         * sys/ximage/gstximagesrc.h:
14974         Fix use-damage property to actually work :)
14975         Add startx, starty, endx, endy properties so screencasts other than full
14976         screen ones can work.
14977
14978 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14979
14980         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14981         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14982         (gst_ximage_src_class_init), (gst_ximage_src_init):
14983         * sys/ximage/gstximagesrc.h:
14984         Add use_damage property to offer ability to choose whether to use
14985         XDamage or not.
14986
14987 2006-07-07  Wim Taymans  <wim@fluendo.com>
14988
14989         * gst/goom/filters.c: (zoomFilterSetResolution):
14990         Avoid goom coredumping by clearing memory. 
14991         Fixes 345679.
14992
14993 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14994
14995         * win32/vs6/libgstid3demux.dsp:
14996         Add a link to libgsttag-0.10.lib.
14997
14998 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15001         (gst_tag_demux_read_range):
15002         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15003         (gst_id3demux_read_range):
15004           Don't return FLOW_UNEXPECTED when a buffer is before
15005           the start of the stream (which might happen with
15006           large ID3v2 tags if the tag reading was done pullrange
15007           based and we then switched to push mode later on).
15008           Fixes regression introduced by commit from June 29th.
15009
15010 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         * ext/taglib/gstid3v2mux.cc:
15013           Make UTF-8 the default encoding when writing string
15014           tags (before, our UTF-8 strings would automatically
15015           be converted to ISO-8859-1 by taglib and written as
15016           ISO-8859-1 fields if that was possible).
15017
15018         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15019         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15020         (test_taglib_id3mux_with_tags):
15021           Add test case that makes sure our UTF-8 strings have
15022           actually been written into the tag as UTF-8.
15023
15024 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15025
15026         * configure.ac:
15027           Let's try that again.
15028
15029 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * configure.ac:
15032           Disable monoscope plugin for now until it fulfills
15033           all the requirements.
15034
15035 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15036
15037         * configure.ac:
15038         * gst/monoscope/Makefile.am:
15039         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15040         (gst_monoscope_class_init), (gst_monoscope_init),
15041         (gst_monoscope_finalize), (gst_monoscope_reset),
15042         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15043         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15044         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15045         (gst_monoscope_change_state), (plugin_init):
15046         * gst/monoscope/gstmonoscope.h:
15047           Port monoscope visualisation to 0.10.
15048
15049 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15050
15051         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15052         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15053           Return FLOW_UNEXPECTED when at the end of the file, not
15054           FLOW_ERROR. Fixes 'internal stream error' errors that
15055           would sometimes occur in totem when scrubbing to the
15056           end of an ID3v1 tagged mp3 file.
15057
15058 2006-07-03  Edward Hervey  <edward@fluendo.com>
15059
15060         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15061         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15062         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15063         * ext/libpng/gstpngdec.h:
15064         Implement buffer clipping/dropping using GstSegment.
15065         This provides accurate seeking.
15066
15067 2006-07-03  Edward Hervey  <edward@fluendo.com>
15068
15069         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15070         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15071         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15072         (gst_avi_demux_process_next_entry), (push_tag_lists),
15073         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15074         * gst/avi/gstavidemux.h:
15075         Proper aggregation of each stream's GstFlowReturn in order to figure out
15076         whether the task should stop or not.
15077         Don't send inline events before pushing out a NEW_SEGMENT, more
15078         specifically for GST_TAG_EVENT.
15079         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15080         sub-indexes.
15081
15082 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15083
15084         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15085
15086         * sys/sunaudio/gstsunaudiomixerctrl.c:
15087         (gst_sunaudiomixer_ctrl_build_list):
15088           Move "Monitor" slider to input tab so it works more like
15089           sdtaudiocontrol, which is what people on Solaris are used
15090           to using for their mixer program (#346259).
15091
15092 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15093
15094         * tests/check/elements/level.c: (GST_START_TEST):
15095           fix a leak, clean up at the end
15096
15097 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15098
15099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15100         (gst_matroska_demux_send_event),
15101         (gst_matroska_demux_loop_stream_parse_id):
15102         * gst/matroska/matroska-ids.h:
15103           Send tag event after newsegment event.
15104
15105 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15108         (gst_id3demux_read_range):
15109           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15110           certain cases where a read beyond the end of the file is
15111           requested. Fixes #345930.
15112
15113         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15114         (gst_tag_demux_read_range):
15115           Fix same issue here as well.
15116
15117 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15118
15119         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15120         
15121         Fix hypothetical crash.
15122
15123 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15126
15127         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15128           Do not modify the ports value. If the user has turned off the
15129           built-in speakers, then we should not reset it in the prepare
15130           function, since this causes the built-in speakers to turn
15131           back on anytime the user changes a track in totem, rhythmbox,
15132           etc. (#346066).
15133
15134 2006-06-23  Wim Taymans  <wim@fluendo.com>
15135
15136         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15137         Fix double caps unref when negotiation fails.
15138
15139 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * ext/annodex/gstcmmldec.c:
15142         * ext/annodex/gstcmmlenc.c:
15143         * ext/annodex/gstcmmlparser.c:
15144         * ext/dv/gstdvdec.c:
15145         * ext/dv/gstdvdemux.c:
15146         * ext/gdk_pixbuf/pixbufscale.c:
15147         * ext/jpeg/gstjpegenc.c:
15148         * ext/jpeg/gstsmokedec.c:
15149         * ext/jpeg/gstsmokeenc.c:
15150         * ext/libpng/gstpngdec.c:
15151         * ext/libpng/gstpngenc.c:
15152         * ext/speex/gstspeexenc.c:
15153         * gst/alpha/gstalphacolor.c:
15154         * gst/cutter/gstcutter.c:
15155         * gst/debug/gstnavigationtest.c:
15156         * gst/icydemux/gsticydemux.c:
15157         * gst/level/gstlevel.c:
15158         * gst/multipart/multipart.c:
15159         * gst/rtp/gstrtpamrpay.c:
15160         * gst/rtp/gstrtpdepay.c:
15161         * gst/rtp/gstrtpilbcpay.c:
15162         * gst/rtp/gstrtpmp4gpay.c:
15163         * gst/rtp/gstrtpmp4vpay.c:
15164         * gst/rtsp/gstrtpdec.c:
15165         * gst/rtsp/gstrtspsrc.c:
15166         * gst/udp/gstdynudpsink.c:
15167         * gst/udp/gstmultiudpsink.c:
15168         * gst/udp/gstudpsrc.c:
15169         * gst/videobox/gstvideobox.c:
15170         * gst/videofilter/gstvideoflip.c:
15171           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15172           plus two minor macro fixes.
15173
15174 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15175
15176         * gst/matroska/matroska-demux.c:
15177         (gst_matroska_demux_check_subtitle_buffer),
15178         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15179         (gst_matroska_demux_subtitle_caps):
15180         * gst/matroska/matroska-ids.c:
15181         (gst_matroska_track_init_subtitle_context):
15182         * gst/matroska/matroska-ids.h:
15183           Try to fix up broken matroska files containing subtitle
15184           streams with non-UTF8 character encodings (courtesy of
15185           mkvmerge) using either the encoding specified in the
15186           GST_SUBTITLE_ENCODING environment variable or the
15187           current locale's character set if it is non-UTF8.
15188           Fixes #337076.
15189
15190 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15191
15192         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15193           Set image type from APIC frame as "image-type" field
15194           of GST_TAG_IMAGE buffer caps (#344605).
15195
15196 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15197
15198         * ext/flac/Makefile.am:
15199         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15200         (gst_flac_dec_reset_decoders),
15201         (gst_flac_dec_setup_seekable_decoder),
15202         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15203         (gst_flac_dec_metadata_callback),
15204         (gst_flac_dec_metadata_callback_seekable),
15205         (gst_flac_dec_metadata_callback_stream),
15206         (gst_flac_dec_error_callback),
15207         (gst_flac_dec_error_callback_seekable),
15208         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15209         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15210         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15211         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15212         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15213         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15214         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15215         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15216         (gst_flac_dec_sink_activate_push),
15217         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15218         * ext/flac/gstflacdec.h:
15219           Support chain-based operation, should make flac-over-DAAP
15220           work (#340492).
15221
15222 2006-06-20  Wim Taymans  <wim@fluendo.com>
15223
15224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15225         Doc updates, merge some unused symbols.
15226
15227 2006-06-20  Wim Taymans  <wim@fluendo.com>
15228
15229         * docs/plugins/Makefile.am:
15230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15232         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15233         * gst/rtsp/gstrtspsrc.c:
15234         * gst/rtsp/gstrtspsrc.h:
15235         Added documentation for the rtsp plugin. Fixes #345393.
15236
15237 2006-06-20  Wim Taymans  <wim@fluendo.com>
15238
15239         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15240         (rtsp_connection_close), (rtsp_connection_free):
15241         Use better G_OS_* macros. Fixes #345301 some more.
15242
15243 2006-06-20  Wim Taymans  <wim@fluendo.com>
15244
15245         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15246
15247         * sys/sunaudio/Makefile.am:
15248         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15249         * sys/sunaudio/gstsunaudiomixerctrl.c:
15250         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15251         (gst_sunaudiomixer_ctrl_list_tracks),
15252         (gst_sunaudiomixer_ctrl_get_volume),
15253         (gst_sunaudiomixer_ctrl_set_volume),
15254         (gst_sunaudiomixer_ctrl_set_mute),
15255         (gst_sunaudiomixer_ctrl_set_record):
15256         * sys/sunaudio/gstsunaudiomixerctrl.h:
15257         * sys/sunaudio/gstsunaudiomixertrack.c:
15258         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15259         * sys/sunaudio/gstsunaudiomixertrack.h:
15260         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15261         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15262         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15263         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15264         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15265         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15266         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15267         (gst_sunaudiosrc_reset):
15268         * sys/sunaudio/gstsunaudiosrc.h:
15269         Add a SunAudio source plugin.
15270         Support stereo and right/left channel gain in the mixer plugin.
15271         Support the RECORD flag so that you can switch between line-input and
15272         microphone in gnome-volume-control.
15273         Code cleanups like using an enumerator for track number instead of an 
15274         integer. Fixes #344923.
15275
15276 2006-06-20  Wim Taymans  <wim@fluendo.com>
15277
15278         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15279
15280         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15281         (rtsp_connection_close):
15282         Make RTSP plugin compile on windows. Fixes #345301.
15283         Some changes to original patch to catch errors better.
15284         use ifdef WIN32 instead of ifndef.
15285
15286 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15287
15288         * configure.ac:
15289         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15290
15291 2006-06-18  Edward Hervey  <edward@fluendo.com>
15292
15293         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15294         After a failed buffer alloc, we need to abort the jpeg decoding (it
15295         started when parsing headers to figure out how many bytes we need
15296         to request downstream).
15297
15298 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15301
15302         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15303           Make sure we don't read beyond the end of the file (#345232).
15304
15305 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * configure.ac:
15308           Fix --disable-external (can't set conditionals conditionally,
15309           #343602).
15310
15311 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15312
15313         * autogen.sh:
15314         * configure.ac:
15315         * docs/Makefile.am:
15316           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15317
15318         * docs/plugins/Makefile.am:
15319         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15320         * docs/plugins/inspect/plugin-taglib.xml:
15321           Add/fix apev2mux docs.
15322
15323 2006-06-14  Wim Taymans  <wim@fluendo.com>
15324
15325         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15326         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15327         (gst_dvdec_change_state):
15328         Reset segment info on flush.
15329         Alloc segment in _init, free in _finalize.
15330
15331         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15332         Don't send segments twice.
15333
15334 2006-06-14  Wim Taymans  <wim@fluendo.com>
15335
15336         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15337         Respect segment.stop. Fixes #342592.
15338
15339 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15342           No language specified means the implied language is English
15343           according to the matroska spec (partially fixes #344708);
15344           add some more debug output.
15345
15346 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15347
15348         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15349         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15350         (gst_wavparse_chain):
15351           When operating chain-based, don't make any assumptions about the
15352           chunking of the incoming data and make streaming work on days other
15353           than the second Thursday after a full moon. Also fix up debug
15354           messages here and there and make use of the most excellent new
15355           gst_pad_query_peer_duration() utility function.
15356           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15357
15358         * gst/wavparse/gstwavparse.h:
15359           Remove trailing comma after last enum value, some compilers don't
15360           like that.
15361
15362 2006-06-13  Wim Taymans  <wim@fluendo.com>
15363
15364         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15365         Handle premature EOS gracefully.
15366
15367 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15368
15369         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15370           Prevent out of bounds array access when scrubbing towards
15371           the end of the file between the last index entry and the
15372           end. Fixes occasional 'start <= stop' newsegment event
15373           assertions when scrubbing in MJPEG files.
15374
15375 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15376
15377         * tests/check/elements/.cvsignore:
15378           And another one.
15379
15380 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15383         (scan_encoded_string), (parse_picture_frame):
15384           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15385
15386         * configure.ac:
15387           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15388           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15389
15390 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15391
15392         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15393           gratuitous comment changes
15394         * tests/check/elements/level.c: (GST_START_TEST):
15395           fix level test leaks
15396
15397 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15400         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15401           Use gst_pad_query_peer_duration() utility function here.
15402
15403 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15404
15405         * autogen.sh:
15406           require am17
15407         * configure.ac:
15408         * ext/annodex/Makefile.am:
15409         * ext/cdio/Makefile.am:
15410         * ext/dv/Makefile.am:
15411         * ext/esd/Makefile.am:
15412         * ext/flac/Makefile.am:
15413         * ext/gdk_pixbuf/Makefile.am:
15414         * ext/ladspa/Makefile.am:
15415         * ext/libcaca/Makefile.am:
15416         * ext/speex/Makefile.am:
15417         * ext/taglib/Makefile.am:
15418         * sys/oss/Makefile.am:
15419         * sys/sunaudio/Makefile.am:
15420         * sys/ximage/Makefile.am:
15421           clean up build further
15422
15423 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15424
15425         * gconf/Makefile.am:
15426           Honour --disable-schemas-install configure option. Fixes #344100.
15427
15428 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * tests/examples/level/Makefile.am:
15431           Add -lm to LIBS for pow() function, don't assume one of our
15432           dependencies (such as libxml-2.0) drags it in automatically
15433           (#343603).
15434
15435 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15436
15437         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15438
15439         * configure.ac:
15440           We should use $SED and not $(SED) in configure.ac (#343678).
15441
15442 2006-06-09  Wim Taymans  <wim@fluendo.com>
15443
15444         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15445
15446         * sys/sunaudio/gstsunaudiomixerctrl.c:
15447         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15448         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15449         (gst_sunaudiomixer_ctrl_set_mute):
15450         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15451         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15452         (gst_sunaudiosink_write):
15453         Attached find a patch that fixes a number of bugs with the SunAudio
15454         mixer plugin and fixes #344101:
15455         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15456            tracks onto the tracklist causing gnome-volume-control's preferences
15457            dialog to be messed up and would core dump if you checked/unchecked
15458            any item.
15459         2. We weren't previously setting the MUTE flag properly.  Fixing this
15460            makes gnome-volume-control work better.
15461         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15462            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15463            gnome-volume-control look better.
15464         Also some minor cleanup in gstsunaudiosink.c.
15465
15466 2006-06-09  Wim Taymans  <wim@fluendo.com>
15467
15468         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15469         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15470         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15471         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15472         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15473         * ext/jpeg/gstjpegdec.h:
15474         API: Added IDCT method property
15475         Small cleanups.
15476         Avoid dynamic allocation of trivial fixed structure.
15477         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15478
15479 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15480
15481         * configure.ac:
15482         We now require libraw1394 >= 1.1.0 and that version onwards all
15483         have .pc files.
15484
15485 2006-06-02  Edward Hervey  <edward@fluendo.com>
15486
15487         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15488         Trying to get items from an ANY or EMPTY caps is ... stupid.
15489
15490 2006-06-02  Edward Hervey  <edward@fluendo.com>
15491
15492         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15493         (gst_dvdec_chain), (gst_dvdec_change_state):
15494         * ext/dv/gstdvdec.h:
15495         Added GstSegment handling, now implements dropping/clipping.
15496
15497 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15498
15499         * ext/aalib/gstaasink.h:
15500         * ext/annodex/gstcmmldec.h:
15501         * ext/cairo/gsttimeoverlay.h:
15502         * ext/dv/gstdvdec.h:
15503         * ext/dv/gstdvdemux.h:
15504         * ext/esd/esdmon.h:
15505         * ext/esd/esdsink.h:
15506         * ext/flac/gstflacenc.h:
15507         * ext/gconf/gstgconfaudiosink.h:
15508         * ext/gconf/gstgconfaudiosrc.h:
15509         * ext/gconf/gstgconfvideosink.h:
15510         * ext/gconf/gstgconfvideosrc.h:
15511         * ext/gdk_pixbuf/gstgdkanimation.h:
15512         * ext/gdk_pixbuf/pixbufscale.h:
15513         * ext/hal/gsthalaudiosink.h:
15514         * ext/hal/gsthalaudiosrc.h:
15515         * ext/jpeg/gstjpegenc.h:
15516         * ext/jpeg/gstsmokedec.h:
15517         * ext/jpeg/gstsmokeenc.h:
15518         * ext/libcaca/gstcacasink.h:
15519         * ext/libmng/gstmngdec.h:
15520         * ext/libmng/gstmngenc.h:
15521         * ext/libpng/gstpngdec.h:
15522         * ext/libpng/gstpngenc.h:
15523         * ext/raw1394/gstdv1394src.h:
15524         * ext/speex/gstspeexenc.h:
15525         * gst/autodetect/gstautoaudiosink.h:
15526         * gst/autodetect/gstautovideosink.h:
15527         * gst/avi/gstavidemux.h:
15528         * gst/cutter/gstcutter.h:
15529         * gst/debug/efence.h:
15530         * gst/debug/gstnavigationtest.h:
15531         * gst/debug/gstnavseek.h:
15532         * gst/flx/gstflxdec.h:
15533         * gst/goom/gstgoom.h:
15534         * gst/icydemux/gsticydemux.h:
15535         * gst/id3demux/gstid3demux.h:
15536         * gst/law/alaw-decode.h:
15537         * gst/law/alaw-encode.h:
15538         * gst/law/mulaw-decode.h:
15539         * gst/law/mulaw-encode.h:
15540         * gst/matroska/matroska-mux.h:
15541         * gst/median/gstmedian.h:
15542         * gst/oldcore/gstaggregator.h:
15543         * gst/oldcore/gstfdsink.h:
15544         * gst/oldcore/gstmd5sink.h:
15545         * gst/oldcore/gstmultifilesrc.h:
15546         * gst/oldcore/gstpipefilter.h:
15547         * gst/oldcore/gstshaper.h:
15548         * gst/oldcore/gststatistics.h:
15549         * gst/rtp/gstasteriskh263.h:
15550         * gst/rtp/gstrtpL16depay.h:
15551         * gst/rtp/gstrtpL16pay.h:
15552         * gst/rtp/gstrtpamrdepay.h:
15553         * gst/rtp/gstrtpamrpay.h:
15554         * gst/rtp/gstrtpdepay.h:
15555         * gst/rtp/gstrtpgsmdepay.h:
15556         * gst/rtp/gstrtpgsmpay.h:
15557         * gst/rtp/gstrtph263pay.h:
15558         * gst/rtp/gstrtph263pdepay.h:
15559         * gst/rtp/gstrtph263ppay.h:
15560         * gst/rtp/gstrtpmp4gpay.h:
15561         * gst/rtp/gstrtpmp4vdepay.h:
15562         * gst/rtp/gstrtpmp4vpay.h:
15563         * gst/rtp/gstrtpmpadepay.h:
15564         * gst/rtp/gstrtpmpapay.h:
15565         * gst/rtp/gstrtppcmadepay.h:
15566         * gst/rtp/gstrtppcmapay.h:
15567         * gst/rtp/gstrtppcmudepay.h:
15568         * gst/rtp/gstrtppcmupay.h:
15569         * gst/rtp/gstrtpspeexdepay.h:
15570         * gst/rtp/gstrtpspeexpay.h:
15571         * gst/rtsp/gstrtpdec.h:
15572         * gst/rtsp/gstrtspsrc.h:
15573         * gst/smpte/gstsmpte.h:
15574         * gst/udp/gstdynudpsink.h:
15575         * gst/udp/gstmultiudpsink.h:
15576         * gst/udp/gstudpsink.h:
15577         * gst/udp/gstudpsrc.h:
15578         * gst/videofilter/gstvideobalance.h:
15579         * gst/videofilter/gstvideoflip.h:
15580         * sys/oss/gstossdmabuffer.h:
15581         * sys/oss/gstossmixerelement.h:
15582         * sys/oss/gstosssink.h:
15583         * sys/oss/gstosssrc.h:
15584         * sys/osxvideo/osxvideosink.h:
15585         * sys/sunaudio/gstsunaudiomixer.h:
15586         * sys/sunaudio/gstsunaudiosink.h:
15587         * sys/ximage/gstximagesrc.h:
15588         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15589
15590 2006-05-31  Wim Taymans  <wim@fluendo.com>
15591
15592         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15593         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15594         (gst_goom_src_setcaps), (gst_goom_src_event),
15595         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15596         (gst_goom_change_state):
15597         * gst/goom/gstgoom.h:
15598         Handle QoS.
15599         Handle flushing, discont and events.
15600         Fix timestamps and various other cleanups.
15601
15602 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15603
15604         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15605         Fix bus reset when using libiec61883
15606
15607 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15608
15609         * configure.ac:
15610         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15611         * ext/raw1394/Makefile.am:
15612         Add CFLAGS.
15613         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15614         New method, to receive using libiec61883.
15615         (gst_dv1394src_iso_receive),
15616         #ifdef'd out if libiec61883 is present.
15617         (gst_dv1394src_bus_reset),
15618         Get userdata correctly if using libiec61883. 
15619         (gst_dv1394src_create),
15620         When using libiec61883, only poll one fd and no need to read.
15621         (gst_dv1394src_discover_avc_node),
15622         Replace g_warnings.
15623         (gst_dv1394src_start),
15624         Create new handle when we know which dv port.  More reliable
15625         than setting port on an existing handle.  Initialise libiec61883.
15626         (gst_dv1394src_stop):
15627         If using libiec61883, then cleanup its handle properly.
15628         * ext/raw1394/gstdv1394src.h:
15629         Add libiec61883 handle.
15630
15631 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15632
15633         * gst/avi/gstavidemux.c:
15634           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15635         * win32/MANIFEST:
15636           sort file listing
15637         * win32/vs6/libgstavi.dsp:
15638           add gstavimux.c to the project
15639         * win32/vs6/libgstid3demux.dsp:
15640           add link to zlib library
15641         * win32/vs6/libgstmatroska.dsp:
15642           add matroska-ids.c to the project
15643
15644 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         Patch by: Sebastian Dröge  <mail at slomosnail de >
15647
15648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15649         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15650         * ext/taglib/Makefile.am:
15651         * ext/taglib/gstapev2mux.cc:
15652         * ext/taglib/gstapev2mux.h:
15653         * ext/taglib/gstid3v2mux.cc:
15654         * ext/taglib/gsttaglibmux.c: (plugin_init):
15655         * ext/taglib/gsttaglibmux.h:
15656           Add apev2mux element (#343122).
15657         
15658         * tests/check/Makefile.am:
15659         * tests/check/elements/apev2mux.c:
15660         (test_taglib_apev2mux_create_tags),
15661         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15662         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15663         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15664         (apev2mux_suite), (main):
15665           Add unit test for apev2mux element.
15666
15667 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15668
15669         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15670         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15671         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15672           GST_PTR_FORMAT should be used to print caps in debug statements.
15673
15674 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15677
15678         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15679         (ape_demux_parse_tags):
15680           Some clean-ups and additions: map APE 'file' tag to
15681           GST_TAG_LOCATION (#343123); add support for extracting
15682           the track count and clean up parsing a bit (#343127).
15683
15684 2006-05-28  Edward Hervey  <edward@fluendo.com>
15685
15686         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15687         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15688
15689 2006-05-28  Edward Hervey  <edward@fluendo.com>
15690
15691         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15692         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15693         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15694         * ext/jpeg/gstjpegdec.h:
15695         Clip outgoing buffers according to currently configured segment.
15696
15697 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * ext/taglib/gstid3v2mux.cc:
15700           Handle  writing of track-count or album-volume-count without
15701           track-number or albume-volume-number (in this case the number
15702           will just be set to 0).
15703
15704         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15705           It would be nice if we actually checked the values received for
15706           track/album-volume number/count in  _check_tags(), rather than
15707           setting them again ...
15708
15709 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15712           A track/volume number or count of 0 does not make sense,
15713           just ignore it along with negative numbers (a tag might
15714           only contain a track count without a track number).
15715
15716 2006-05-27  Edward Hervey  <edward@fluendo.com>
15717
15718         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15719         (gst_jpeg_dec_sink_event):
15720         Abort decompression when receiving FLUSH_STOP. This should avoid
15721         issues when interrupting decoding with flushes.
15722
15723 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * ext/flac/gstflac.c:
15726           Don't #include file we don't dist any longer.
15727
15728 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         * README:
15731           Replace current README (containing the release notes from
15732           some 0.9.x version) with a proper README taken from the core.
15733
15734 2006-05-24  Wim Taymans  <wim@fluendo.com>
15735
15736         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15737         Implement EOS correctly by either posting
15738         SEGMENT_DONE or pushing an EOS message depending
15739         on the seek type. Fixes #342592
15740
15741 2006-05-24  Wim Taymans  <wim@fluendo.com>
15742
15743         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15744         * gst/law/alaw-decode.h:
15745         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15746         * gst/law/alaw-encode.h:
15747         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15748         * gst/law/mulaw-decode.h:
15749         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15750         * gst/law/mulaw-encode.h:
15751         Some cleanups in the chain functions.
15752         Remove some GStreamer 0.0.2 bits.
15753
15754 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15757
15758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15759           gst_collect_pads_stop() needs to be called before chaining up
15760           to the parent class (#342734).
15761
15762 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15763
15764         * ext/flac/Makefile.am:
15765         * ext/flac/flac_compat.h:
15766         * ext/flac/gstflac.c:
15767         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15768         * ext/flac/gstflacenc.c:
15769           Remove backwards compatibility cruft for dealing with FLAC API
15770           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15771
15772 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15773
15774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15775         (gst_matroska_demux_push_xiph_codec_priv_data),
15776         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15777         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15778         * gst/matroska/matroska-ids.h:
15779         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15780         (gst_matroska_mux_video_pad_setcaps),
15781         (xiph3_streamheader_to_codecdata),
15782         (vorbis_streamheader_to_codecdata),
15783         (theora_streamheader_to_codecdata),
15784         (gst_matroska_mux_audio_pad_setcaps),
15785         (gst_matroska_mux_write_data):
15786           Add support for muxing/demuxing theora video (#342448; too bad
15787           none of the usual linux players can actually play this). Playback
15788           in GStreamer will require additional changes to theoradec in -base.
15789           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15790           cleanups.
15791
15792 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15793
15794         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15795         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15796           Fix crashes when the horizontal subsampling is 1.
15797           Fixes #342097.
15798
15799 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15802
15803         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15804         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15805         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15806         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15807         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15808         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15809         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15810         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15811         (gst_avi_mux_change_state):
15812         * gst/avi/gstavimux.h:
15813           Some enhancements for avimux (#342526):
15814            - add odml (large file) index support
15815            - store codec init data (e.g. huffyuv)
15816            - miscellaneous other fixes/cleanups
15817
15818 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15819
15820         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15821         Don't output any tag when we encounter a negative track number - the
15822         tag type is uint, so we end up outputting huge positive numbers
15823         instead. (Fixes: #342029)
15824
15825 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15826
15827         * configure.ac:
15828           update for new GSTPB_PLUGINS_DIR
15829
15830 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15831
15832         * rtp/gst/gstrtph263pay.c:
15833         Properly set static caps for H263 at 34.
15834
15835 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15838
15839         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15840           Merge event tags and tag setter tags correctly (#339918). Also,
15841           don't leak taglist in case of an error.
15842           
15843 2006-05-17  Edward Hervey  <edward@fluendo.com>
15844
15845         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15846         We can only do caps intersection if the othercaps are non-empty and not
15847         ANY. Else we return the pad template (base_caps).
15848
15849 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15852           Fix crash when outputting debugging information for certain
15853           pictures (always good to use the right struct member for
15854           the number of records in an array).
15855
15856 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15857
15858         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15859
15860         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15861         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15862         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15863         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15864         (gst_ebml_read_float), (gst_ebml_read_ascii),
15865         (gst_ebml_read_binary):
15866           Don't create unnecessary sub-buffers all the time. Dramatically
15867           improves performance with multiple concurrently running
15868           matroskademux instances (#341818) (and avoids doing
15869           unnecessarily inefficient things in the general case).
15870
15871 2006-05-16  Edward Hervey  <edward@fluendo.com>
15872
15873         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15874         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15875         return value of gst_pad_push_event().
15876
15877 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15878
15879         * gst/autodetect/gstautoaudiosink.c:
15880         (gst_auto_audio_sink_find_best):
15881         * gst/autodetect/gstautovideosink.c:
15882         (gst_auto_video_sink_find_best):
15883         Make the name of the child element be based on the name of the
15884         parent, so that debug output is more useful.
15885         
15886         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15887         (parse_insert_string_field), (parse_split_strings):
15888         Rework string parsing to always walk over BOM markers in UTF16
15889         strings, using the endianness indicated by the innermost one,
15890         then trying the opposite endianness if that fails to convert
15891         to valid UTF-8. Fixes #341774
15892
15893 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15894
15895         Patch from: Matthieu <matthieu at fluendo dot com>
15896
15897         * ext/libpng/Makefile.am:
15898         Add LIBPNG_CFLAGS.
15899
15900 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15901
15902         * ext/taglib/gstid3v2mux.cc:
15903           Add support for writing images (APIC frames) into ID3v2
15904           tags (picture type always set to 'other' for now though).
15905
15906 2006-05-14  Michael Smith  <msmith@fluendo.com>
15907
15908         * gst/wavparse/gstwavparse.c:
15909           Update docs; wavparse implements push and pull modes.
15910
15911 2006-05-12  Wim Taymans  <wim@fluendo.com>
15912
15913         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15914         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15915         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15916         Ooops, bitten by the copy-and-paste design paradigm, fixes
15917         seek again.
15918
15919 2006-05-12  Wim Taymans  <wim@fluendo.com>
15920
15921         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15922         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15923         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15924         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15925         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15926         (gst_avi_demux_massage_index),
15927         (gst_avi_demux_calculate_durations_from_index),
15928         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15929         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15930         (gst_avi_demux_loop):
15931         * gst/avi/gstavidemux.h:
15932         Some cleanups, prepare to use GstSegment.
15933         Fix error in entry walking code.
15934         Fix VBR detection.
15935         Smarter timestamp calculation code.
15936         Uniform error/eos handling.
15937
15938 2006-05-12  Michael Smith  <msmith@fluendo.com>
15939
15940         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15941         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15942           Fix use of uninitialised values if we're NOT seeking in ready.
15943           Fix typos.
15944
15945 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         * gst/wavparse/Makefile.am:
15948           Add CFLAGS and LIBS for libgstbase, fixes build on
15949           Cygwin (#341489).
15950
15951 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15954           Some more debug info. No need to check whether the string
15955           returned by g_convert() is really UTF-8 - either it is or
15956           we get NULL returned.
15957
15958 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15959
15960         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15961           Fix parsing of numeric genre strings some more, by ensuring that
15962           we only try and parse strings that a) Start with '(' and b) Consist
15963           only of digits.
15964           Also, when finding an escaping '((' sequence, bust it back to '(' by
15965           swallowing the first parenthesis
15966
15967 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15968
15969         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15970         (gst_esdsink_open), (gst_esdsink_close):
15971         * ext/esd/esdsink.h:
15972           Move the esd_get_server_info() into gst_esdsink_open() and fail
15973           with a decent error message on errors.
15974
15975 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15976
15977         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15978         (gst_esdmon_channels_get_type):
15979         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15980         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15981         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15982         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15983         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15984         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15985         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15986         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15987         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15988         * gst/videomixer/videomixer.c:
15989         (gst_video_mixer_background_get_type):
15990           Const-ify GEnumValue arrays.
15991
15992 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15993
15994         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15995
15996         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15997         (gst_avi_mux_do_video_buffer):
15998           Work around gst_buffer_make_metadata_writable() bug that
15999           results in avimux marking all frames in the index as
16000           keyframes (#340859).
16001           
16002 2006-05-08  Wim Taymans  <wim@fluendo.com>
16003
16004         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16005         Make parsing of urls suck slightly less.
16006
16007 2006-05-08  Edward Hervey  <edward@fluendo.com>
16008
16009         * autogen.sh: (CONFIGURE_DEF_OPT): 
16010         libtoolize on Darwin/MacOSX is called glibtoolize.
16011
16012 2006-05-08  Wim Taymans  <wim@fluendo.com>
16013
16014         Patch by: Jens Granseuer <jensgr at gmx dot net>
16015
16016         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16017         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16018         C89 compliance fixes. Fixes #340980
16019
16020 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16023         * ext/flac/gstflacdec.h:
16024           Handle segment seeks that include the end of the file as stop point
16025           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16026           message instead of an EOS event in case we're in segment seek
16027           mode (fixes #340699).
16028           
16029 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16030
16031         * ext/cairo/gsttextoverlay.c:
16032         * ext/flac/gstflacdec.c:
16033         * ext/gdk_pixbuf/pixbufscale.c:
16034         * gst/apetag/gstapedemux.c:
16035         * gst/debug/breakmydata.c:
16036         * gst/debug/testplugin.c:
16037         * gst/matroska/ebml-write.c:
16038         * gst/multipart/multipartdemux.c:
16039         * sys/osxaudio/gstosxaudiosink.c:
16040         * sys/osxaudio/gstosxaudiosrc.c:
16041         Add semicolons after GST_BOILERPLATE[_FULL] so that
16042         indent doesn't mess up following lines.
16043
16044 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16045
16046         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16047
16048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16049           Don't leak caps when freeing the stream context (#340623).
16050
16051 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16052
16053         * configure.ac:
16054           Back to CVS
16055
16056 === release 0.10.3 ===
16057
16058 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16059
16060         * configure.ac:
16061           releasing 0.10.3, "Desplazado"
16062
16063 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16064
16065         * gst/matroska/matroska-mux.c:
16066         (gst_matroska_mux_stream_is_vorbis_header),
16067         (gst_matroska_mux_write_data):
16068           Don't strcmp() NULL strings.
16069           Only start new clusters on video keyframes, not on any
16070           random audio buffer that doesn't have the DELTA_UNIT
16071           flag set (fixes 'make check' again).
16072
16073 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16074
16075         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16076
16077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16078         (gst_matroska_mux_stream_is_vorbis_header),
16079         (gst_matroska_mux_write_data):
16080           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16081           value and then dead-lock when muxing vorbis audio streams
16082           (the three vorbis header buffers carry no timestamp, and it
16083           would try to mux these after all video buffers). Fixes #340346.
16084
16085           Improve clustering: start a new cluster also whenever we get
16086           a keyframe.     
16087
16088 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16089
16090         * win32/common/config.h:
16091         * win32/MANIFEST
16092           add the generated file as well
16093
16094 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         * Makefile.am:
16097         * configure.ac:
16098         * win32/common/config.h.in:
16099           add win32 stuff
16100
16101 2006-05-03  Michael Smith  <msmith@fluendo.com>
16102
16103         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16104           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16105           SUCKS.
16106
16107 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16108
16109         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16110         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16111         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16112           don't leak caps-string
16113
16114 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16117         (gst_id3demux_sink_activate):
16118           Let core insert default error message for TYPE_NOT_FOUND
16119           errors, it's just as good as our own and has the added
16120           bonus of being translated.
16121
16122 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16125         (gst_tag_demux_sink_event):
16126         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16127         (gst_id3demux_sink_event):
16128           Post an error message when we get an EOS event and were not
16129           able to find out the type of stream.
16130
16131         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16132         (test_taglib_id3mux_with_tags):
16133           Decrease num-buffers to 16 per iteration again, otherwise the
16134           many memcpy()s and reallocations in the test will hammer slow
16135           CPUs completely and make the test timeout.
16136
16137 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16138
16139         * configure.ac:
16140           figure out where plugins-base plugins are
16141         * tests/check/Makefile.am:
16142           use plugins-base plugins, so we have typefind functions
16143         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16144           increase num-buffers, this makes sure the test errors out instead
16145           of timing out when no typefind functions are present
16146
16147 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16148
16149         * docs/plugins/Makefile.am:
16150           also check .cc files for gtk-doc markup
16151         * configure.ac:
16152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16154         * tests/check/Makefile.am:
16155         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16156         * ext/Makefile.am:
16157         * ext/taglib/Makefile.am:
16158         * ext/taglib/gstid3v2mux.h:
16159         * ext/taglib/gsttaglibmux.c:
16160         * ext/taglib/gsttaglibmux.h:
16161           move taglib-based id3v2muxer to -good.  Fixes #336110.
16162
16163 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16164
16165         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16166           ... and fix multichannel/WAVFORMATEX support again.
16167
16168 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16169
16170         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16171         (gst_wavparse_class_init), (gst_wavparse_dispose),
16172         (gst_wavparse_reset), (gst_wavparse_init),
16173         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16174         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16175         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16176         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16177         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16178         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16179         (gst_wavparse_stream_data), (gst_wavparse_loop),
16180         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16181         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16182         (gst_wavparse_change_state), (plugin_init):
16183         * gst/wavparse/gstwavparse.h:
16184           Add push (streaming) mode to wavparse (fixes #337625)
16185
16186 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16187
16188         * configure.ac:
16189         * tests/Makefile.am:
16190           add ximagesrc icles test
16191
16192 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16193
16194         * configure.ac:
16195         * docs/plugins/Makefile.am:
16196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16198         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16199         (gst_cmml_enc_push_clip):
16200         * sys/Makefile.am:
16201         * sys/ximage/Makefile.am:
16202         * sys/ximage/gstximagesrc.c:
16203           Move ximagesrc plug-in to good after review.  Fixes #336756.
16204
16205 2006-04-28  Michael Smith  <msmith@fluendo.com>
16206
16207         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16208         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16209         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16210         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16211         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16212         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16213         * gst/icydemux/gsticydemux.h:
16214           Fix event handling: cache events when typefinding and forward later.
16215
16216 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16217
16218         * sys/osxaudio/gstosxaudiosink.c:
16219         (plugin_init):
16220          Register osxaudiosrc to the plugin.
16221         * sys/osxaudio/gstosxaudiosrc.c:
16222         (gst_osx_audio_src_osxelement_do_init),
16223         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16224         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16225         (gst_osx_audio_src_get_property),
16226         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16227         (gst_osx_audio_src_osxelement_init):
16228         * sys/osxaudio/gstosxaudiosrc.h:
16229           Port of osxaudiosrc to 0.10.
16230         * sys/osxaudio/Makefile.am:
16231           Add osxaudiosrc
16232
16233 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16234
16235         * sys/osxaudio/gstosxringbuffer.c:
16236         * sys/osxaudio/gstosxringbuffer.h:
16237           Forgot to commit earlier, part of the OSX audio plugin port
16238
16239 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16242         (parse_split_strings):
16243           Recognise and skip any byte order marker (BOM) in
16244           UTF-16 strings.
16245
16246 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * docs/plugins/Makefile.am:
16249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16251         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16252         * docs/plugins/inspect/plugin-avi.xml:
16253         * gst/avi/gstavidemux.c:
16254         * gst/avi/gstavimux.c:
16255           Add docs for both avidemux and avimux.
16256
16257 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16260
16261         * gst/avi/Makefile.am:
16262         * gst/avi/gstavi.c: (plugin_init):
16263         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16264         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16265         (gst_avi_mux_class_init), (gst_avi_mux_init),
16266         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16267         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16268         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16269         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16270         (gst_avi_mux_riff_get_avix_header),
16271         (gst_avi_mux_riff_get_video_header),
16272         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16273         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16274         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16275         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16276         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16277         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16278         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16279         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16280         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16281         (gst_avi_mux_change_state):
16282         * gst/avi/gstavimux.h:
16283           Port AVI muxer to GStreamer-0.10 (#332031).
16284
16285         * tests/check/Makefile.am:
16286         * tests/check/elements/avimux.c:
16287         * tests/check/elements/.cvsignore:
16288           Add unit test for AVI muxer.
16289
16290 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16291
16292         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16293         (gst_wavparse_class_init), (gst_wavparse_reset),
16294         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16295         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16296         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16297         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16298         (gst_wavparse_stream_data), (gst_wavparse_loop),
16299         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16300         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16301         (plugin_init):
16302         * gst/wavparse/gstwavparse.h:
16303           reverted patch #337625 for the price of 1 hour sleep
16304
16305 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16306
16307         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16308         (gst_wavparse_class_init), (gst_wavparse_reset),
16309         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16310         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16311         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16312         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16313         (gst_wavparse_stream_data), (gst_wavparse_loop),
16314         (gst_wavparse_chain), (plugin_init):
16315         * gst/wavparse/gstwavparse.h:
16316           correct partial implementation of push mode
16317           (from my last commit)
16318
16319 2006-04-26  Wim Taymans  <wim@fluendo.com>
16320
16321         * ext/esd/esdsink.c:
16322         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16323         it is not in esd.h
16324
16325 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16328         (gst_au_parse_class_init), (gst_au_parse_init),
16329         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16330         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16331         (gst_au_parse_chain), (gst_au_parse_src_convert),
16332         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16333         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16334         (gst_au_parse_change_state):
16335         * gst/auparse/gstauparse.h:
16336           Rewrite auparse to suck a little bit less: make source pad
16337           dynamic, so decodebin/playbin work with non-raw formats
16338           like alaw/mulaw; add query function for duration/position
16339           queries; check whether we have enough data before attempting
16340           to parse the header (instead of crashing when that is not the
16341           case); work around audioconvert sucking by swapping endianness
16342           to the native endianness ourselves for float formats; send
16343           initial newsegment event. Fixes #161712.
16344
16345 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16346
16347         * sys/osxaudio/Makefile.am:
16348         * sys/osxaudio/gstosxaudioelement.c:
16349         (gst_osx_audio_element_get_type),
16350         (gst_osx_audio_element_class_init):
16351         * sys/osxaudio/gstosxaudioelement.h:
16352         * sys/osxaudio/gstosxaudiosink.c:
16353         (gst_osx_audio_sink_osxelement_do_init),
16354         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16355         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16356         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16357         (gst_osx_audio_sink_create_ringbuffer),
16358         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16359         (plugin_init):
16360         * sys/osxaudio/gstosxaudiosink.h:
16361         Port of osxaudiosink to 0.10
16362
16363 2006-04-26  Wim Taymans  <wim@fluendo.com>
16364
16365         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16366         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16367         the size of the ringbuffer. This should fix hangs with older 
16368         esd sound servers.
16369
16370 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16371
16372         * ext/aalib/gstaasink.c:
16373         * ext/annodex/gstcmmldec.c:
16374         * ext/annodex/gstcmmlenc.c:
16375         * ext/cairo/gsttextoverlay.c:
16376         * ext/cairo/gsttimeoverlay.c:
16377         * ext/cdio/gstcdiocddasrc.c:
16378         * ext/dv/gstdvdec.c:
16379         * ext/dv/gstdvdemux.c:
16380         * ext/esd/esdmon.c:
16381         * ext/esd/esdsink.c:
16382         * ext/flac/gstflacenc.c:
16383         * ext/flac/gstflactag.c:
16384         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16385         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16386         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16387         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16388         * ext/gdk_pixbuf/pixbufscale.c:
16389         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16390         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16391         * ext/jpeg/gstjpegdec.c:
16392         * ext/jpeg/gstjpegenc.c:
16393         * ext/jpeg/gstsmokedec.c:
16394         * ext/jpeg/gstsmokeenc.c:
16395         * ext/libcaca/gstcacasink.c:
16396         * ext/libmng/gstmngdec.c:
16397         * ext/libmng/gstmngenc.c:
16398         * ext/libpng/gstpngdec.c:
16399         * ext/libpng/gstpngenc.c:
16400         * ext/mikmod/gstmikmod.c:
16401         * ext/raw1394/gstdv1394src.c:
16402         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16403         * ext/shout2/gstshout2.h:
16404         * ext/speex/gstspeexdec.c:
16405         * ext/speex/gstspeexenc.c:
16406         * gst/alpha/gstalpha.c:
16407         * gst/alpha/gstalphacolor.c:
16408         * gst/apetag/gstapedemux.c:
16409         * gst/auparse/gstauparse.c:
16410         * gst/autodetect/gstautoaudiosink.c:
16411         (gst_auto_audio_sink_base_init):
16412         * gst/autodetect/gstautovideosink.c:
16413         (gst_auto_video_sink_base_init):
16414         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16415         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16416         * gst/cutter/gstcutter.c:
16417         * gst/debug/breakmydata.c:
16418         * gst/debug/efence.c:
16419         * gst/debug/gstnavigationtest.c:
16420         * gst/debug/gstnavseek.c:
16421         * gst/debug/negotiation.c:
16422         * gst/debug/progressreport.c:
16423         * gst/debug/testplugin.c:
16424         * gst/effectv/gstaging.c:
16425         * gst/effectv/gstdice.c:
16426         * gst/effectv/gstedge.c:
16427         * gst/effectv/gstquark.c:
16428         * gst/effectv/gstrev.c:
16429         * gst/effectv/gstshagadelic.c:
16430         * gst/effectv/gstvertigo.c:
16431         * gst/effectv/gstwarp.c:
16432         * gst/flx/gstflxdec.c:
16433         * gst/goom/gstgoom.c:
16434         * gst/icydemux/gsticydemux.c:
16435         * gst/id3demux/gstid3demux.c:
16436         * gst/interleave/deinterleave.c:
16437         * gst/interleave/interleave.c:
16438         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16439         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16440         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16441         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16442         * gst/level/gstlevel.c:
16443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16444         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16445         * gst/median/gstmedian.c:
16446         * gst/monoscope/gstmonoscope.c:
16447         * gst/multipart/multipartdemux.c:
16448         * gst/multipart/multipartmux.c:
16449         * gst/oldcore/gstaggregator.c:
16450         * gst/oldcore/gstfdsink.c:
16451         * gst/oldcore/gstmd5sink.c:
16452         * gst/oldcore/gstmultifilesrc.c:
16453         * gst/oldcore/gstpipefilter.c:
16454         * gst/oldcore/gstshaper.c:
16455         * gst/oldcore/gststatistics.c:
16456         * gst/rtp/gstasteriskh263.c:
16457         * gst/rtp/gstrtpL16depay.c:
16458         * gst/rtp/gstrtpL16pay.c:
16459         * gst/rtp/gstrtpamrdepay.c:
16460         * gst/rtp/gstrtpamrpay.c:
16461         * gst/rtp/gstrtpdepay.c:
16462         * gst/rtp/gstrtpgsmpay.c:
16463         * gst/rtp/gstrtph263pay.c:
16464         * gst/rtp/gstrtph263pdepay.c:
16465         * gst/rtp/gstrtph263ppay.c:
16466         * gst/rtp/gstrtpilbcdepay.c:
16467         * gst/rtp/gstrtpmp4gpay.c:
16468         * gst/rtp/gstrtpmp4vdepay.c:
16469         * gst/rtp/gstrtpmp4vpay.c:
16470         * gst/rtp/gstrtpmpadepay.c:
16471         * gst/rtp/gstrtpmpapay.c:
16472         * gst/rtp/gstrtppcmadepay.c:
16473         * gst/rtp/gstrtppcmapay.c:
16474         * gst/rtp/gstrtppcmudepay.c:
16475         * gst/rtp/gstrtppcmupay.c:
16476         * gst/rtp/gstrtpspeexdepay.c:
16477         * gst/rtp/gstrtpspeexpay.c:
16478         * gst/rtsp/gstrtpdec.c:
16479         * gst/rtsp/gstrtspsrc.c:
16480         * gst/smpte/gstsmpte.c:
16481         * gst/udp/gstdynudpsink.c:
16482         * gst/udp/gstmultiudpsink.c:
16483         * gst/udp/gstudpsink.c:
16484         * gst/udp/gstudpsrc.c:
16485         * gst/videobox/gstvideobox.c:
16486         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16487         * gst/videofilter/gstvideobalance.c:
16488         * gst/videofilter/gstvideoflip.c:
16489         * gst/videofilter/gstvideotemplate.c:
16490         (gst_videotemplate_base_init):
16491         * gst/videomixer/videomixer.c:
16492         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16493         (gst_wavparse_class_init), (gst_wavparse_dispose),
16494         (gst_wavparse_reset), (gst_wavparse_init),
16495         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16496         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16497         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16498         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16499         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16500         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16501         (gst_wavparse_change_state):
16502         * gst/wavparse/gstwavparse.h:
16503         * sys/oss/gstossmixerelement.c:
16504         * sys/oss/gstosssink.c:
16505         * sys/oss/gstosssrc.c:
16506         * sys/osxaudio/gstosxaudioelement.c:
16507         * sys/osxaudio/gstosxaudiosink.c:
16508         * sys/osxaudio/gstosxaudiosrc.c:
16509         * sys/sunaudio/gstsunaudiomixer.c:
16510         * sys/sunaudio/gstsunaudiosink.c:
16511           Define GstElementDetails as const and also static (when defined as
16512           global)
16513
16514 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16517           Source pad has fixed caps. If we don't set this, bad
16518           things happen when the window is resized.
16519
16520 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * gst/matroska/Makefile.am:
16523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16524         (gst_matroska_demux_handle_src_event):
16525         * gst/matroska/matroska-ids.c:
16526         (gst_matroska_track_init_video_context),
16527         (gst_matroska_track_init_audio_context),
16528         (gst_matroska_track_init_subtitle_context),
16529         (gst_matroska_track_init_complex_context):
16530         * gst/matroska/matroska-ids.h:
16531           Handle case where the TrackType ebml chunk does not come before the
16532           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16533           events.
16534
16535 2006-04-25  Wim Taymans  <wim@fluendo.com>
16536
16537         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16538         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16539         It's codec_data, not codec_info.
16540
16541 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16542
16543         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16544
16545         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16546           Handle codec_data for VfW compatibility codec IDs (#339451)
16547
16548         * gst/matroska/matroska-mux.c:
16549         (gst_matroska_mux_video_pad_setcaps):
16550           Same here, handle codec_data and add additional caps we can handle
16551           now to the pad template (huffyuv, dv and h263 video) (#339451)
16552
16553 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16554
16555         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16556
16557         * gst/matroska/matroska-mux.c:
16558         (gst_matroska_mux_create_buffer_header),
16559         (gst_matroska_mux_write_data):
16560           Fix timestamping of B-frames, use signed integers, do
16561           some rounding (#339678).
16562
16563 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16564
16565         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16566         just make it compile with --disable-gst-debug.
16567
16568 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16569
16570         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16571         Fix a bad conversion using gst_guint64_to_gdouble.
16572         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16573         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16574         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16575     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16576         mistake.
16577
16578 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16579
16580         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16581         Use gst_guint64_to_gdouble for conversions
16582         * win32/vs6/gst_plugins_good.dsw:
16583         * win32/vs6/libgsticydemux.dsp:
16584         Add a project file for icydemux
16585
16586 2006-04-21  Wim Taymans  <wim@fluendo.com>
16587
16588         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16589
16590         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16591         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16592         When splitting audio chunks, the block alignment is not taken in
16593         consideration, so the smaller chunks could be of size which is 
16594         not a multiple of the block alignment. Fixes #336904
16595
16596 2006-04-21  Wim Taymans  <wim@fluendo.com>
16597
16598         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16599         Use scale functions
16600
16601 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16602
16603         * ext/dv/gstdv.c: (plugin_init):
16604           Fix build.
16605
16606 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16609         (gst_progress_report_class_init), (gst_progress_report_init),
16610         (gst_progress_report_do_query), (gst_progress_report_report),
16611         (gst_progress_report_set_property),
16612         (gst_progress_report_get_property):
16613           Add 'format' property to force querying to a particular format.
16614
16615 2006-04-21  Andy Wingo  <wingo@pobox.com>
16616
16617         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16618         best, on big endian systems. Drop its rank in that case. OTOH on
16619         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16620
16621 2006-04-21  Michael Smith  <msmith@fluendo.com>
16622
16623         * configure.ac:
16624         * gst/icydemux/Makefile.am:
16625         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16626         (gst_icydemux_base_init), (gst_icydemux_class_init),
16627         (gst_icydemux_reset), (gst_icydemux_init),
16628         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16629         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16630         (unicodify), (gst_icydemux_unicodify),
16631         (gst_icydemux_parse_and_send_tags),
16632         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16633         (gst_icydemux_chain), (gst_icydemux_change_state),
16634         (gst_icydemux_send_tag_event), (plugin_init):
16635         * gst/icydemux/gsticydemux.h:
16636         * tests/check/Makefile.am:
16637         * tests/check/elements/icydemux.c: (typefind_succeed),
16638         (plugin_init), (icydemux_found_pad), (create_icydemux),
16639         (cleanup_icydemux), (push_data), (GST_START_TEST),
16640         (icydemux_suite), (main):
16641           Add icydemux, and tests.
16642
16643 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16646           Post SEGMENT_DONE message in TIME format.
16647
16648 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16649
16650         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16651
16652         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16653         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16654           Fix index creation when we have to scan the file to create
16655           an index. There may be other types of RIFF 'LIST' chunks than
16656           'movi' and we need to skip them properly as well or we'll end up
16657           reading garbage (#336889). Some other cosmetic changes.
16658           
16659 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16662         (gst_flac_dec_handle_seek_event):
16663           Add support for segment seeks (fixes #338290). Also demote
16664           some recurring debug message from DEBUG to LOG level.
16665
16666 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16667
16668         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16669         (gst_matroskademux_do_index_seek),
16670         (gst_matroska_demux_handle_seek_event),
16671         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16672         * gst/matroska/matroska-ids.h:
16673           Set DISCONT flag on first buffer after a discontinuity.
16674           Fix newsegment events sent when seeking and honour KEY_UNIT
16675           seek flag. Create pad with bogus caps if we don't recognise
16676           the stream codec id.
16677
16678         * gst/matroska/matroska-demux.h:
16679           Fix GObject macros.
16680
16681 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16682
16683         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16684
16685         * gst/matroska/matroska-demux.c:
16686         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16687           Handle end of segment properly when set; don't dead-lock when
16688           posting start of segment message when doing a segment seek.
16689           Fixes #338810.
16690
16691 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16692
16693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16694         (gst_matroska_demux_plugin_init):
16695           Make mpeg2 aac audio work: create artificial private codec data
16696           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16697           Also call gst_riff_init(). Partially fixes #338767.
16698
16699 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16700
16701         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16702         (gst_wavenc_class_init), (gst_wavenc_init),
16703         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16704         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16705         (gst_wavenc_chain), (gst_wavenc_change_state):
16706         * gst/wavenc/gstwavenc.h:
16707           Set caps on first outgoing buffer, so that it doesn't error out
16708           immediately with a non-negotiated error (#338716). Rewrite and
16709           clean up a bit; fix setcaps function to parse things properly;
16710           fix sink caps (8bit audio is unsigned and doesn't have depth);
16711           use boilerplate macros; remove unused properties stuff.
16712
16713 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16714
16715         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16716           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16717           handle MJPEG streams and might be autoplugged for those if the
16718           user doesn't have jpegdec installed (resulting in a cryptic error
16719           message about huffman tables). Better to disable JPEG decoding here
16720           and let the user figure out that she needs to install jpegdec.
16721
16722 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16723
16724         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16725         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16726         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16727         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16728           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16729           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16730           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16731           debug messages. Fix boilerplate macros.
16732
16733 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16734
16735         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16736         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16737           No need to special-case for Gdk-2.0 any longer, we require
16738           Gdk 2.2 or newer; minor clean-ups.
16739
16740 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16741
16742         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16743         (gst_shout2send_class_init), (gst_shout2send_init),
16744         (set_shout_metadata), (gst_shout2send_set_metadata),
16745         (gst_shout2send_event), (gst_shout2send_start),
16746         (gst_shout2send_connect), (gst_shout2send_stop),
16747         (gst_shout2send_render), (gst_shout2send_set_property),
16748         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16749         (plugin_init):
16750         * ext/shout2/gstshout2.h:
16751         * po/POTFILES.in:
16752           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16753           change function; use GST_ELEMENT_ERROR for error reporting, not
16754           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16755           will cause crashes or assertion failures; remove (unused) "sync"
16756           property, basesink already has such a property; misc. other
16757           minor fixes and cleanups.
16758
16759 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16760
16761         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16762         * ext/esd/gstesd.c: (plugin_init):
16763         * po/POTFILES.in:
16764           Add translatable error message for when we cannot
16765           connect to the sound server, as "Cannot open resource
16766           for writing" isn't really an acceptable message to show
16767           to the user in this case.
16768
16769 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * sys/oss/gst-i18n-plugin.h:
16772           Remove bogus file that doesn't belong here.
16773
16774 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         Patch by: Philippe Valembois
16777
16778         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16779         (gst_shout2send_set_metadata), (gst_shout2send_event),
16780         (gst_shout2send_render), (gst_shout2send_change_state):
16781         * ext/shout2/gstshout2.h:
16782           Handle tags being received before the connection to
16783           the server is established properly (see #338636).
16784
16785 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16788           Don't crash in case the connection to the server fails:
16789           don't set pointer to NULL by assigning FALSE; error out
16790           properly by using GST_ELEMENT_ERROR and returning
16791           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16792           before resetting the pointer.
16793
16794 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16795
16796         * gst/id3demux/id3tags.c:
16797         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16798         (Fixes #338713)
16799
16800 2006-04-12  Wim Taymans  <wim@fluendo.com>
16801
16802         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16803         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16804         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16805         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16806         (gst_gdk_pixbuf_chain):
16807         Some cleanups.
16808         Added RGBA as a possible output format.
16809         Correctly free the supported mimetypes.
16810         deprecate silent arg, it's not used.
16811         Return result from _alloc_buffer to peer.
16812
16813 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16814
16815         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16816           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16817           overwriting GST_BUFFER_MALLOCDATA.
16818
16819 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16820
16821         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16822         (user_endrow_callback), (user_end_callback),
16823         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16824         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16825         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16826         * ext/libpng/gstpngdec.h:
16827           Handle more than one frame if the content is framed,
16828           like with png-in-quicktime (#331917).
16829
16830 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16831
16832         * sys/oss/Makefile.am:
16833         * sys/oss/common.h:
16834         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16835         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16836         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16837         (gst_oss_src_unprepare):
16838           - the user-visible error strings were in the wrong category
16839           - and the messages were not marked for translation
16840           - which is actually a good thing, because they were exactly
16841             the kind of message you would never want anyone to see
16842           - the macros were using variables that didn't exist in the macro
16843             arguments
16844           - and they were obviously copied from each other and then modified
16845           - so a common header makes sense
16846
16847 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16848
16849         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16850           Don't try to modify read-only data.
16851
16852         * gst/matroska/matroska-demux.c:
16853         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16854           Fix comment (won't crash any longer now).
16855
16856 2006-04-10  Michael Smith  <msmith@fluendo.com>
16857
16858         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16859           Use copies of header buffers for caps to avoid circular refcounting
16860           problems (as in theoradec, vorbisdec).
16861
16862         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16863           Fix a typo in test that meant it was testing the wrong thing.
16864
16865         * tests/check/elements/cmmlenc.c: (check_headers):
16866           Fix refcount checks now that we use buffer-copies for caps.
16867
16868 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16871         (gst_matroska_demux_handle_seek_event),
16872         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16873         (gst_matroska_demux_subtitle_caps),
16874         (gst_matroska_demux_plugin_init):
16875           Use static pad templates with ANY caps for audio and video
16876           source pads and get rid of a lot of unnecessary (and partially
16877           broken) code for the template caps. Clean up caps finding
16878           functions. Fixes playback of audio files/streams that do not
16879           contain the sample rate and/or number of channels in the audio
16880           context (happens a lot with vorbis/mp3 .mka files it seems).
16881           Fixes #337183.
16882           Also add myself to copyright holders.
16883
16884 2006-04-10  Michael Smith  <msmith@fluendo.com>
16885
16886         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16887           Use g_list_delete_link () instead of g_list_remove_link () so that
16888           we free the link as well as the contained data.
16889
16890 2006-04-10  Wim Taymans  <wim@fluendo.com>
16891
16892         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16893
16894         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16895         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16896         (gst_avi_demux_stream_header):
16897         Fix some crashers with empty chunks. (Fixes #337749)
16898
16899 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16900
16901         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16902           use G_GINT64_CONSTANT for INT64 constants
16903         * gst/videofilter/gstvideobalance.c:
16904           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16905         * win32/vs6/libgstavi.dsp:
16906          add missing libraries for the link and remove avimux.c from
16907          the project as it isn't ported to 0.10 yet
16908         
16909 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16910
16911         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16912           Even better would be if we actually did the right thing
16913           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16914
16915 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16916
16917         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16918           Can't just replace 1LL with 1L here just because MSVC doesn't
16919           support it, as it might lead to incorrect results when doing the
16920           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16921           force a 64-bit constant in a way that all compilers are happy with.
16922
16923 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16924
16925         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16926         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16927         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16930         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16931         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16932         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16933         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16934         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16935         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16936         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16937         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16938         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16939         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16940         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16941         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16942         * gst/debug/efence.c: (gst_efence_class_init):
16943         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16944         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16945         * gst/goom/gstgoom.c: (gst_goom_class_init):
16946         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16947         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16948         * gst/interleave/interleave.c: (interleave_class_init):
16949         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16950         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16951         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16952         * gst/median/gstmedian.c: (gst_median_class_init):
16953         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16954         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16955         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16956         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16957         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16958         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16959         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16960         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16961         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16962         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16963         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16964         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16965         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16966         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16967         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16968         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16969         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16970         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16971         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16972         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16973         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16974         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16975         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16976         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16977         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16979         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16980         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16981         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16982         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16983         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16984         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16985         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16986         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16987         * sys/osxaudio/gstosxaudioelement.c:
16988         (gst_osxaudioelement_class_init):
16989         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16990         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16991         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16992         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16993
16994 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16995
16996         * ext/mikmod/gstmikmod.h:
16997         * gst/level/gstlevel.h:
16998         Fix more broken GObject macros
16999
17000 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17001
17002         * ext/annodex/gstcmmldec.h:
17003         * ext/annodex/gstcmmlenc.h:
17004         * ext/annodex/gstcmmltag.h:
17005         * ext/cairo/gsttextoverlay.h:
17006         * ext/ladspa/gstsignalprocessor.h:
17007         * gst/matroska/ebml-read.h:
17008         * gst/matroska/ebml-write.h:
17009         * sys/osxaudio/gstosxaudioelement.h:
17010         Fix broken GObject macros
17011
17012 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17015           Don't try to seek beyond the end of the file (would
17016           occasionally display error dialogs in totem when seeking
17017           to the end) (#335869). Will still throw an error though
17018           if the file is truncated and the total_samples value in
17019           the stream header is wrong.
17020
17021 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17024         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17025         (gst_flac_dec_metadata_callback):
17026         * ext/flac/gstflacdec.h:
17027           If the stream header doesn't contain the total number of samples,
17028           search for the last flac frame at the end of the file and calculate
17029           the total duration from that frame's offset (fixes #337609).
17030
17031 2006-04-07  Edward Hervey  <edward@fluendo.com>
17032
17033         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17034         Don't unref the GstPadTemplate returned by
17035         gst_element_class_get_pad_template().
17036
17037 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17038
17039         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17040
17041         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17042         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17043         * sys/sunaudio/gstsunaudiosink.h:
17044           Use spec->segsize and spec->segtotal in the prepare function
17045           to initialise the ring buffer instead of using the buffer-time
17046           property (#337421).
17047
17048 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17049
17050         * configure.ac:
17051           Bump core requirements to CVS for gst_pad_query_peer_duration()
17052           which is used by speexdec.
17053
17054 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17055
17056         * ext/speex/gstspeex.c: (plugin_init):
17057         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17058         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17059         (speex_get_sink_query_types), (speex_dec_sink_query),
17060         (speex_get_src_query_types), (speex_dec_src_query),
17061         (speex_dec_src_event), (speex_dec_sink_event),
17062         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17063         (speex_dec_chain_parse_data), (speex_dec_chain),
17064         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17065         (speex_dec_change_state):
17066         * ext/speex/gstspeexdec.h:
17067           Fix seeking and duration queries (#337033); clean up and
17068           refactor a bit.
17069
17070 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17071
17072         * ext/raw1394/gstdv1394src.c:
17073           distinguish between device not found and could not open for
17074           reading
17075
17076 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17077
17078         * Makefile.am:
17079         * configure.ac:
17080         * pkgconfig/.cvsignore:
17081         * pkgconfig/Makefile.am:
17082         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17083           add a .pc file so other modules can use good plugins in tests
17084
17085 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17086
17087         * configure.ac:
17088           clean up, use AS_VERSION and AS_NANO
17089         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17090           use PACKAGE_VERSION define
17091         * po/af.po:
17092         * po/az.po:
17093         * po/cs.po:
17094         * po/en_GB.po:
17095         * po/hu.po:
17096         * po/it.po:
17097         * po/nb.po:
17098         * po/nl.po:
17099         * po/or.po:
17100         * po/sq.po:
17101         * po/sr.po:
17102         * po/sv.po:
17103         * po/uk.po:
17104         * po/vi.po:
17105           updated
17106
17107 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17108
17109         * ext\jpeg\smokecodec.c:
17110           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17111         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17112           move first instruction after all variables declarations
17113         * gst\alpha\gstalpha.c:
17114         * gst\effectv\gstshagadelic.c:
17115         * gst\smpte\paint.c:
17116         * gst\videofilter\gstvideobalance.c:
17117           define M_PI if it's not defined (it's not defined on WIN32)
17118         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17119         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17120         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17121         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17122         (gst_matroska_demux_video_caps):
17123         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17124         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17125           use gst_guint64_to_gdouble for conversions
17126         * gst\goom\filters.c: (setPixelRGB_):
17127           fix a debug which was using undefined variable
17128         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17129         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17130           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17131         * win32/vs6:
17132           add vs6 projects files for most of plugins-good
17133         
17134 2006-03-30  j^  <j@bootlab.org>
17135
17136         * ext/aalib/gstaasink.c:
17137         * ext/annodex/gstcmmldec.c:
17138         * ext/annodex/gstcmmlenc.c:
17139         * ext/cairo/gsttextoverlay.c:
17140         * ext/cairo/gsttimeoverlay.c:
17141         * ext/cdio/gstcdiocddasrc.c:
17142         * ext/dv/gstdvdec.c:
17143         * ext/esd/esdmon.c:
17144         * ext/esd/esdsink.c:
17145         * ext/flac/gstflacdec.c:
17146         * ext/flac/gstflacenc.c:
17147         * ext/flac/gstflactag.c:
17148         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17149         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17150         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17151         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17152         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17153         * ext/gdk_pixbuf/pixbufscale.c:
17154         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17155         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17156         * ext/jpeg/gstjpegdec.c:
17157         * ext/jpeg/gstjpegenc.c:
17158         * ext/jpeg/gstsmokedec.c:
17159         * ext/jpeg/gstsmokeenc.c:
17160         * ext/libcaca/gstcacasink.c:
17161         * ext/libmng/gstmngdec.c:
17162         * ext/libmng/gstmngenc.c:
17163         * ext/libpng/gstpngdec.c:
17164         * ext/libpng/gstpngenc.c:
17165         * ext/mikmod/gstmikmod.c:
17166         * ext/raw1394/gstdv1394src.c:
17167         * ext/shout2/gstshout2.c:
17168         * ext/speex/gstspeexdec.c:
17169         * ext/speex/gstspeexenc.c:
17170         * gst/alpha/gstalpha.c:
17171         * gst/alpha/gstalphacolor.c:
17172         * gst/auparse/gstauparse.c:
17173         * gst/autodetect/gstautoaudiosink.c:
17174         (gst_auto_audio_sink_base_init):
17175         * gst/autodetect/gstautovideosink.c:
17176         (gst_auto_video_sink_base_init):
17177         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17178         * gst/cutter/gstcutter.c:
17179         * gst/debug/breakmydata.c:
17180         * gst/debug/efence.c:
17181         * gst/debug/gstnavigationtest.c:
17182         * gst/debug/negotiation.c:
17183         * gst/debug/progressreport.c:
17184         * gst/debug/testplugin.c:
17185         * gst/effectv/gstaging.c:
17186         * gst/effectv/gstdice.c:
17187         * gst/effectv/gstedge.c:
17188         * gst/effectv/gstquark.c:
17189         * gst/effectv/gstrev.c:
17190         * gst/effectv/gstvertigo.c:
17191         * gst/effectv/gstwarp.c:
17192         * gst/flx/gstflxdec.c:
17193         * gst/goom/gstgoom.c:
17194         * gst/interleave/deinterleave.c:
17195         * gst/interleave/interleave.c:
17196         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17197         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17198         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17199         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17200         * gst/level/gstlevel.c:
17201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17202         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17203         * gst/median/gstmedian.c:
17204         * gst/monoscope/gstmonoscope.c:
17205         * gst/multipart/multipartdemux.c:
17206         * gst/multipart/multipartmux.c:
17207         * gst/oldcore/gstmd5sink.c:
17208         * gst/oldcore/gstmultifilesrc.c:
17209         * gst/oldcore/gstpipefilter.c:
17210         * gst/oldcore/gstshaper.c:
17211         * gst/oldcore/gststatistics.c:
17212         * gst/rtp/gstasteriskh263.c:
17213         * gst/rtp/gstrtpL16depay.c:
17214         * gst/rtp/gstrtpL16pay.c:
17215         * gst/rtp/gstrtpamrdepay.c:
17216         * gst/rtp/gstrtpamrpay.c:
17217         * gst/rtp/gstrtpdepay.c:
17218         * gst/rtp/gstrtpgsmpay.c:
17219         * gst/rtp/gstrtph263pay.c:
17220         * gst/rtp/gstrtph263pdepay.c:
17221         * gst/rtp/gstrtph263ppay.c:
17222         * gst/rtp/gstrtpmp4gpay.c:
17223         * gst/rtp/gstrtpmp4vdepay.c:
17224         * gst/rtp/gstrtpmp4vpay.c:
17225         * gst/rtp/gstrtpmpadepay.c:
17226         * gst/rtp/gstrtpmpapay.c:
17227         * gst/rtp/gstrtppcmadepay.c:
17228         * gst/rtp/gstrtppcmapay.c:
17229         * gst/rtp/gstrtppcmudepay.c:
17230         * gst/rtp/gstrtppcmupay.c:
17231         * gst/rtp/gstrtpspeexdepay.c:
17232         * gst/rtp/gstrtpspeexpay.c:
17233         * gst/rtsp/gstrtpdec.c:
17234         * gst/smpte/gstsmpte.c:
17235         * gst/videobox/gstvideobox.c:
17236         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17237         * gst/videofilter/gstvideobalance.c:
17238         * gst/videofilter/gstvideoflip.c:
17239         * gst/videofilter/gstvideotemplate.c:
17240         (gst_videotemplate_base_init):
17241         * gst/videomixer/videomixer.c:
17242         * gst/wavenc/gstwavenc.c:
17243         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17244          better/unified long descriptions
17245          Fixed #336602
17246          Some cleanups to auparse, don't send multiple newsegments.
17247
17248 2006-03-29  Wim Taymans  <wim@fluendo.com>
17249
17250         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17251
17252         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17253         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17254         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17255         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17256         * ext/dv/gstdvdemux.h:
17257         Seek in READY patch. Only works for pull based mode.
17258         Fixes #323880
17259
17260 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17261
17262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17263         (gst_gdk_pixbuf_event):
17264           Fix two crashers: don't unref the same caps twice, and
17265           set pixbuf loader to NULL after freeing it.
17266
17267 2006-03-27  Wim Taymans  <wim@fluendo.com>
17268
17269         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17270         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17271         (gst_speexenc_chain):
17272         * ext/speex/gstspeexenc.h:
17273         Don't leak adapter.
17274         A push *always* takes ownership of the buffer, even on
17275         errors.
17276         Small cleanups.
17277
17278 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17279
17280         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17281           Create source pad without leaking.
17282
17283 2006-03-24  Wim Taymans  <wim@fluendo.com>
17284
17285         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17286         * ext/flac/gstflacdec.h:
17287         * ext/flac/gstflacenc.h:
17288         Spifify a bit.
17289         Fix deadly lock order error in seeking code, STREAM_LOCK
17290         cannot be taken within LOCK and the streaming variables are
17291         protected with the STREAM_LOCK anyway.
17292
17293 2006-03-24  Wim Taymans  <wim@fluendo.com>
17294
17295         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17296         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17297         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17298         this patch combines the global init_frames with the stream
17299         init_frames. Rationale being that the global delay should 
17300         be subtracted from any stream delay.
17301         Fixes #335858.
17302
17303 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17304
17305         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17306         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17307         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17308         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17309         use DEBUG_FUNCPTR for collectpads
17310
17311 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17314           Don't crash when encoding images where the number of rows isn't
17315           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17316
17317 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17320         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17321         * gst/interleave/interleave.c: (interleave_change_state):
17322         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17323           More state change function fixes.
17324
17325 2006-03-23  Wim Taymans  <wim@fluendo.com>
17326
17327         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17328         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17329         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17330         (gst_esdsink_delay), (gst_esdsink_reset):
17331         * ext/esd/esdsink.h:
17332         Fix esd choppy playback by configuring audiosink
17333         correctly. Fixes #325191
17334
17335 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17338           Make state change function thread-safe.
17339
17340 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17343         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17344           Don't try to read beyond the end of the file just because
17345           the header claims a bigger size (like with truncated files).
17346
17347 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17348
17349         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17350         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17351         (gst_wavparse_stream_data), (gst_wavparse_loop):
17352         * gst/wavparse/gstwavparse.h:
17353           Delay source pad creation until we have the first chunk of
17354           media data, so the we can examine the data and adjust the
17355           caps accordingly if required. This makes playback of .wav
17356           files with DTS-declared-as-PCM content work (#313266).
17357
17358 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17359
17360         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17361         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17362         Don't attempt typefinding on too-short buffers that have been
17363         completely trimmed away. (Fixes #330239)
17364
17365         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17366         Improve the debug output
17367
17368 2006-03-21  Wim Taymans  <wim@fluendo.com>
17369
17370         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17371         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17372         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17373         (gst_esdsink_set_property), (gst_esdsink_get_property):
17374         Some cleanups.
17375         Reset fd to -1 when we close them.
17376
17377 2006-03-21  Wim Taymans  <wim@fluendo.com>
17378
17379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17380         the OPTIONS request result is optional so don't
17381         fail on it.
17382
17383 2006-03-21  Edward Hervey  <edward@fluendo.com>
17384
17385         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17386         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17387         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17388         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17389         (gst_wavparse_change_state):
17390         gcc 4.1 unreferenced pointer fixes.
17391
17392 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17393
17394         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17395
17396         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17397           Fix block alignment calculation. Alignment should be done before
17398           adding the byte offset where the data starts (#335231).
17399
17400 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17401
17402         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17403           Ensure that we set correct caps on buffers that are transferred
17404           direct from the input.
17405
17406 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17407
17408         * gst/goom/filters.c: (zoomFilterDestroy):
17409         * gst/goom/goom_core.c: (goom_close):
17410           Free filter data when cleaning up. (Fixes: #334995)
17411
17412 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * configure.ac:
17415           Don't compile udp and rtsp plugins on win32 (mingw) or other
17416           systems that don't have <sys/socket.h> for some reason (#316203).
17417
17418 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17419
17420         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17421         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17422         * ext/raw1394/gstdv1394src.h:
17423           Change bus reset handler so it reports useful information such as
17424           whether the device being used connected or disconnected
17425
17426 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17427
17428         * gst/id3demux/id3v2frames.c:
17429         (parse_relative_volume_adjustment_two):
17430           We only care about gain and peak data for the master volume.
17431
17432 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17433
17434         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17435         (parse_id_string), (parse_unique_file_identifier),
17436         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17437           Read replay gain tags (#323721).
17438
17439 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17440
17441         * configure.ac:
17442           Bump requirements to gst-plugins-base CVS because
17443           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17444
17445 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17446
17447         * rtp/gst/gstrtppcmadepay.c:
17448         Fixed one of the caps in the code from mulaw to alaw.
17449
17450 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17451
17452         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17453           Ensure that we set caps on the buffers we pass.
17454
17455         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17456         (gst_id3demux_sink_activate):
17457           Ensure that we set caps on the buffers we pass.
17458
17459           Use STREAM, TYPE_NOT_FOUND as the error class when
17460           typefinding fails.
17461
17462 2006-03-15  Edward Hervey  <edward@fluendo.com>
17463
17464         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17465         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17466         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17467         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17468         (gst_jpeg_dec_setcaps):
17469         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17470         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17471         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17472         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17473         (gst_mngdec_src_getcaps):
17474         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17475         (gst_pngdec_caps_create_and_set):
17476         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17477         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17478         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17479         * gst/alpha/gstalpha.c: (gst_alpha_init):
17480         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17481         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17482         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17483         * gst/cutter/gstcutter.c: (gst_cutter_init):
17484         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17485         (gst_efence_checkgetrange):
17486         * gst/debug/negotiation.c: (gst_negotiation_init):
17487         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17488         * gst/goom/gstgoom.c: (gst_goom_init):
17489         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17490         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17491         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17492         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17493         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17494         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17495         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17496         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17497         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17498         (gst_wavparse_create_sourcepad):
17499         Fix memleak with gst_static_pad_template_get().
17500         This uses gst_pad_new_from_static_template() instead.
17501         Fixes #333512
17502
17503 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17504
17505         * configure.ac:
17506           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17507           used by id3demux.
17508
17509         * gst/id3demux/gstid3demux.c: (plugin_init):
17510         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17511         (parse_user_text_identification_frame),
17512         (parse_unique_file_identifier):
17513           Add support for UFID and TXXX frames and extract musicbrainz tags.
17514
17515 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17516
17517         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17518           Catch short reads, like they might happen with truncated
17519           files (see #305279); remove unnecessary indentation.
17520
17521 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17522
17523         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17524           Fix DIB image inversion for pictures with a
17525           depth != 8 (#305279).
17526
17527 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17530         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17531         * ext/jpeg/gstjpegdec.h:
17532           Fix durations on outgoing buffers after seeking
17533           in MJPEG files (#334083); some minor clean-ups.
17534
17535 2006-03-13  Wim Taymans  <wim@fluendo.com>
17536
17537         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17538         (gst_wavparse_change_state):
17539         Implement seek in READY (re-fixes #327658)
17540
17541 2006-03-13  Wim Taymans  <wim@fluendo.com>
17542
17543         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17544         * ext/esd/esdmon.c: (gst_esdmon_get):
17545         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17546         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17547         (gst_gdk_pixbuf_sink_getcaps):
17548         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17549         (gst_jpegenc_setcaps):
17550         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17551         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17552         (gst_smokeenc_setcaps):
17553         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17554         (gst_mngdec_src_getcaps):
17555         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17556         (gst_mngenc_chain):
17557         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17558         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17559         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17560         (speex_dec_src_event), (speex_dec_chain):
17561         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17562         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17563         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17564         (gst_negotiation_pad_link), (gst_negotiation_chain):
17565         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17566         (gst_flxdec_chain):
17567         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17568         (deinterleave_chain):
17569         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17570         * gst/median/gstmedian.c: (gst_median_link):
17571         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17572         (gst_monoscope_chain):
17573         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17574         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17575         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17576         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17577         close #333784 unref the result of gst_pad_get_parent()
17578         by: Christophe Fergeau.
17579
17580 2006-03-09  Wim Taymans  <wim@fluendo.com>
17581
17582         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17583         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17584         Handle events in push mode better, can now do non-flushing
17585         seeks in push mode as well.
17586
17587 2006-03-07  Wim Taymans  <wim@fluendo.com>
17588
17589         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17590         Applied patch from Kai Vehmanen, fixes #333624.
17591
17592 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17593
17594         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17595         Implement paletted and grayscale png files handling.
17596         (#150363).
17597
17598 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17599
17600         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17601         (gst_speexenc_chain):
17602           fix a tag list assert
17603           follow gst-plugins-base/ext/ogg/README; set OFFSET
17604           and OFFSET_END.  Muxes correctly with gst-plugins-base
17605           > 0.9.3
17606
17607 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * gst/id3demux/Makefile.am:
17610         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17611         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17612           Use new typefind helper functions here as well, and
17613           do typefinding in pull-mode if upstream supports that.
17614
17615 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * sys/sunaudio/gstsunaudiomixerctrl.c:
17618         (gst_sunaudiomixer_ctrl_get_volume),
17619         (gst_sunaudiomixer_ctrl_set_volume):
17620         * sys/sunaudio/gstsunaudiomixertrack.c:
17621         (gst_sunaudiomixer_track_new):
17622           Remove unused variables, breaks build from CVS
17623           with -Werror (#333392, patch by: Benjamin Pineau)
17624
17625 2006-03-03  Wim Taymans  <wim@fluendo.com>
17626
17627         * docs/plugins/Makefile.am:
17628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17630         Added wavparse docs.
17631
17632         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17633         (gst_wavparse_reset), (gst_wavparse_init),
17634         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17635         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17636         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17637         (gst_wavparse_stream_data), (gst_wavparse_loop),
17638         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17639         (gst_wavparse_change_state):
17640         * gst/wavparse/gstwavparse.h:
17641         Implement seek in READY (fixes #327658)
17642         Added docs and did some cleanups.
17643
17644 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17645
17646         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17647         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17648         (gst_avi_demux_calculate_durations_from_index),
17649         (gst_avi_demux_stream_header):
17650         * gst/avi/gstavidemux.h:
17651           If we have an index, use a duration based on the index instead
17652           of blindly trusting the information in the stream headers
17653           (fixes #331817).
17654
17655 2006-03-03  Wim Taymans  <wim@fluendo.com>
17656
17657         * docs/plugins/Makefile.am:
17658         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17659         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17660         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17661         Added smoke and jpeg to the docs.
17662
17663         * ext/jpeg/Makefile.am:
17664         * ext/jpeg/gstjpeg.c: (plugin_init):
17665         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17666         * ext/jpeg/gstjpegenc.h:
17667         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17668         (gst_smokedec_chain):
17669         * ext/jpeg/gstsmokedec.h:
17670         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17671         * ext/jpeg/gstsmokeenc.h:
17672         * ext/jpeg/smokecodec.h:
17673         Port smokedec (fixes #331905).
17674         Added some docs.
17675         Some cleanups.
17676
17677 2006-03-03  Wim Taymans  <wim@fluendo.com>
17678
17679         * docs/plugins/Makefile.am:
17680         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17681         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17682         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17683         Added videobalance and videoflip to the docs.
17684
17685         * gst/videofilter/Makefile.am:
17686         * gst/videofilter/gstvideobalance.c:
17687         (gst_video_balance_update_tables_planar411),
17688         (gst_video_balance_is_passthrough),
17689         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17690         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17691         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17692         (gst_video_balance_finalize), (gst_video_balance_class_init),
17693         (gst_video_balance_init), (gst_video_balance_interface_supported),
17694         (gst_video_balance_interface_init),
17695         (gst_video_balance_colorbalance_list_channels),
17696         (gst_video_balance_colorbalance_set_value),
17697         (gst_video_balance_colorbalance_get_value),
17698         (gst_video_balance_colorbalance_init),
17699         (gst_video_balance_set_property), (gst_video_balance_get_property),
17700         (gst_video_balance_get_type), (plugin_init):
17701         * gst/videofilter/gstvideobalance.h:
17702         Ported to 0.10. (Fixes #326160)
17703         Added docs.
17704
17705         * gst/videofilter/gstvideoflip.c:
17706         * gst/videofilter/gstvideoflip.h:
17707         Added docs.
17708
17709 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * configure.ac:
17712           Bump requirements to current core and -base CVS
17713           (core for new typefind helper API, and -base for the
17714           WAVFORMATEX support that was added to libgstriff and
17715           is needed by wavparse).
17716         
17717         * gst/apetag/Makefile.am:
17718         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17719         (gst_tag_demux_sink_activate):
17720           Use new typefind helpers for typefinding instead of our
17721           home-grown stuff; also, do typefinding in pull-mode if
17722           upstream supports that.
17723
17724 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17725
17726         Reviewed by: Christian Schaller <christian@fluendo.com>
17727
17728         This patch fixes bug: 329107
17729
17730         This Changelog entry is for a commit done on February 17
17731
17732         * ext/gconf/gconf.c
17733         * ext/gconf/gconf.h
17734         * ext/gconf/gstgconfaudiosink.c
17735         * ext/gconf/gstgconfaudiosink.h
17736         * gconf/gstreamer.schemas.in
17737
17738 2006-02-28  Wim Taymans  <wim@fluendo.com>
17739
17740         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17741         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17742         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17743         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17744         Use DEBUG_OBJECT more.
17745
17746 2006-02-28  Wim Taymans  <wim@fluendo.com>
17747
17748         * docs/plugins/Makefile.am:
17749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17751         Added dvdec and dvdemux to docs.
17752
17753         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17754         Added docs.
17755         Check frame sizes so we don't crash when don't have enough
17756         data.
17757         Send nice error messages on error.
17758
17759         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17760         (gst_dvdemux_class_init), (gst_dvdemux_init),
17761         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17762         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17763         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17764         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17765         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17766         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17767         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17768         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17769         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17770         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17771         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17772         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17773         * ext/dv/gstdvdemux.h:
17774         Added docs.
17775         Implement pull mode.
17776         Fix memleaks.
17777         Reduce memcpy for the video demuxing.
17778
17779 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17780
17781         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17782         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17783         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17784         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17785           Add a little extra debug. Make the decoder not return NOT_LINKED,
17786           as we want to continue decoding all CMML and emitting tags.
17787
17788 2006-02-27  Michael Smith  <msmith@fluendo.com>
17789
17790         * ext/annodex/gstskeltag.c:
17791         * ext/annodex/gstskeltag.h:
17792           Deleted; these files aren't used any more either.
17793
17794 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17795
17796         * ext/Makefile.am: Fix dist-check.
17797
17798 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17799
17800         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17801         memleak.
17802
17803 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17804
17805         * ext/annodex/Makefile.am:
17806         * ext/annodex/gstannodex.c:
17807         * ext/annodex/gstcmmldec.c:
17808         * ext/annodex/gstcmmlenc.c:
17809         * ext/annodex/gstcmmlparser.c:
17810         * ext/annodex/gstcmmlparser.h:
17811         * ext/annodex/gstcmmlutils.c:
17812         * tests/check/elements/cmmldec.c:
17813         * tests/check/elements/cmmlenc.c:
17814           Fix a memleak in gst_cmml_track_list_add_clip.
17815           Handle overflows in clip's start and end times.
17816           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17817           Do not parse junk at the end of a CMML preamble buffer.
17818           Register a libxml error handler to not print stuff on stderr.
17819           Check for bad clip start and end times in the testsuites.
17820
17821 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17822
17823         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17824         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17825         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17826         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17827         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17828         possible memleaks.
17829
17830 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17831
17832         * tests/check/Makefile.am:
17833         * tests/check/elements/cmmldec.c:
17834         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17835         the plugins-base tags.
17836
17837 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17838
17839         * ext/Makefile.am: Re-enable module.
17840
17841 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17842
17843         * tests/check/Makefile.am: Forgot to remove that test.
17844
17845 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17846
17847         * ext/annodex/Makefile.am:
17848         * ext/annodex/gstannodex.c: (plugin_init):
17849         * ext/annodex/gstcmmldec.c:
17850         * ext/annodex/gstskeldec.c:
17851         * ext/annodex/gstskeldec.h:
17852         * tests/check/Makefile.am:
17853         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17854
17855 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17856
17857         * tests/check/Makefile.am: Disable those checks as well.
17858
17859 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17860
17861         * ext/Makefile.am: Disable annodex for now until we figure out
17862         how to make it build.
17863         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17864         Add a rule to your checklist : "please try to at least build 
17865         what you are going to commit into -good, or if you are too lazy
17866         to do that, please check that the buildbots are not crying because
17867         of your commit."
17868
17869 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17870
17871         * configure.ac:
17872         * ext/Makefile.am:
17873         * ext/gdk_pixbuf/Makefile.am:
17874         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17875         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17876         * ext/gdk_pixbuf/pixbufscale.c:
17877         * ext/gdk_pixbuf/pixbufscale.h:
17878           Gdkpixbuf ported from 0.8 to 0.10 by
17879           Renato Filho <renato.filho@indt.org.br>.
17880           gst_loader and gdkpixbufanimation still need port.
17881
17882 2006-02-24  Michael Smith  <msmith@fluendo.com>
17883
17884         * configure.ac:
17885         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17886         * ext/Makefile.am:
17887         * ext/annodex/Makefile.am:
17888         * ext/annodex/gstannodex.c:
17889         * ext/annodex/gstannodex.h:
17890         * ext/annodex/gstcmmldec.c:
17891         * ext/annodex/gstcmmldec.h:
17892         * ext/annodex/gstcmmlenc.c:
17893         * ext/annodex/gstcmmlenc.h:
17894         * ext/annodex/gstcmmlparser.c:
17895         * ext/annodex/gstcmmlparser.h:
17896         * ext/annodex/gstcmmltag.c:
17897         * ext/annodex/gstcmmltag.h:
17898         * ext/annodex/gstcmmlutils.c:
17899         * ext/annodex/gstcmmlutils.h:
17900         * ext/annodex/gstskeldec.c:
17901         * ext/annodex/gstskeldec.h:
17902         * ext/annodex/gstskeltag.c:
17903         * ext/annodex/gstskeltag.h:
17904         * tests/check/Makefile.am:
17905         * tests/check/elements/cmmldec.c:
17906         * tests/check/elements/cmmlenc.c:
17907         * tests/check/elements/skeldec.c:
17908           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17909           Includes tests & docs, oh my! Passes Thomas's -good checklist
17910           entirely. Wow.
17911
17912 2006-02-24  Michael Smith  <msmith@fluendo.com>
17913
17914         * autogen.sh:
17915           Check for automake 1.9 as well.
17916
17917 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17918
17919         * ext/flac/gstflacenc.c:
17920           Change min. sample rate to 8kHz to match flacdec's.
17921           
17922 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * ext/cdio/Makefile.am:
17925           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17926           required for Cygwin, see #317048)
17927
17928         * gst/rtp/gstasteriskh263.c:
17929           Cygwin has includes for both the unix network socket API
17930           and the windows API, but only one can be included, so fix
17931           includes to only use one or the other, prefering the unxi
17932           one (#317048).
17933
17934 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17935
17936         * rtp/gst/gstrtppcmadepay.c:
17937         * rtp/gst/gstrtppcmadepay.h:
17938         * rtp/gst/gstgstrtppcmapay.c:
17939         * rtp/gst/gstgstrtppcmapay.h:
17940         * rtp/gst/gstrtppcmudepay.c:
17941         * rtp/gst/gstrtppcmudepay.h:
17942         * rtp/gst/gstrtppcmupay.c:
17943         * rtp/gst/gstrtppcmupay.h:
17944         * rtp/gst/Makefile.am:
17945         * rtp/gst/gstrtp.c:
17946         * rtp/gst/README:
17947         Separated the G711 payloaders/depayloaders into separate elements for
17948         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17949
17950 2006-02-22  Wim Taymans  <wim@fluendo.com>
17951
17952         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17953         (gst_dvdec_change_state):
17954         * ext/dv/gstdvdec.h:
17955         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17956         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17957         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17958         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17959         (gst_dvdemux_flush), (gst_dvdemux_chain),
17960         (gst_dvdemux_change_state):
17961         * ext/dv/gstdvdemux.h:
17962         Ueber spiffify some more, added debug category.
17963         Use _scale.
17964         Use segments, respect playback rate from newsegment.
17965         Fix refcount issue.
17966
17967 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17968
17969         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17970         (gst_signal_processor_process):
17971         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17972         enabled for the build, but it helps me win the feature-count
17973         competitions ooh yeah.
17974
17975 2006-02-19  Wim Taymans  <wim@fluendo.com>
17976
17977         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17978         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17979         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17980         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17981         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17982         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17983         Use scaling code for added precission and more correct stop
17984         position in case scale==0.
17985
17986 2006-02-19  Wim Taymans  <wim@fluendo.com>
17987
17988         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17989         (gst_flxdec_chain):
17990         * gst/flx/gstflxdec.h:
17991         Implement DURATION query.
17992
17993 2006-02-19  Wim Taymans  <wim@fluendo.com>
17994
17995         * gst/flx/flx_color.h:
17996         * gst/flx/flx_fmt.h:
17997         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17998         (gst_flxdec_src_query_handler), (flx_decode_color),
17999         (gst_flxdec_chain):
18000         * gst/flx/gstflxdec.h:
18001         Set MALLOCDATA for the temp buffers so we don't leak.
18002         Some debug cleanups.
18003         Consume all data in the adapter before leaving the chain
18004         function. Fixes #330678.
18005
18006 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18007
18008         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18009         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18010          Handle 0 data size in otherwise valid frames.
18011          Handle numeric strings in 2.4.0 even when not in parentheses 
18012
18013 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18014
18015         * gst/matroska/matroska-demux.c:
18016         (gst_matroska_demux_subtitle_caps),
18017         (gst_matroska_demux_plugin_init):
18018         * gst/matroska/matroska-ids.h:
18019           Recognise SSA/ASS and USF subtitle formats and
18020           set proper caps when they are found.
18021
18022 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18023
18024         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18025         (gst_jpeg_dec_chain):
18026           Fix invalid memory access for some odd-sized images
18027           (see image contained in quicktime stream in #327083);
18028           use g_malloc() instead of g_alloca().
18029
18030 2006-02-17  Wim Taymans  <wim@fluendo.com>
18031
18032         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18033         Patch from Sebastien Cote, fixes #319884
18034
18035 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * ext/cdio/gstcdio.c: (plugin_init):
18038           Init debug category (#331253).
18039
18040 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18043           Pass extra_data to gst_riff_create_audio_caps(), so that
18044           WAVEFORMATEX stuff works. Post audio codec name and post
18045           it as taglist on the bus. Allow up to 8 channesl for raw
18046           PCM in the source pad template caps.
18047
18048 2006-02-16  Wim Taymans  <wim@fluendo.com>
18049
18050         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18051         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18052         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18053         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18054         (gst_multipart_set_property), (gst_multipart_get_property):
18055         Applied #318663. Gives quite a few false positives in
18056         autoscan mode, but it's better than nothing. Not closing yet.
18057
18058 2006-02-16  Wim Taymans  <wim@fluendo.com>
18059
18060         * docs/plugins/Makefile.am:
18061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18063         * docs/plugins/gst-plugins-good-plugins.args:
18064         * docs/plugins/inspect/plugin-udp.xml:
18065         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18066         (gst_udpsrc_start):
18067         Update documentation.
18068         Fix args.
18069
18070 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18071
18072         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18073         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18074         frame size. (Fixes #331368)
18075
18076 2006-02-16  Wim Taymans  <wim@fluendo.com>
18077
18078         * gst/rtsp/README:
18079         Updated README.
18080
18081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18082         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18083         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18084         * gst/rtsp/gstrtspsrc.h:
18085         Make sure the RTP port is an even port an try to allocate 
18086         another if not.
18087         Added retry property to control max retries for port allocation.
18088         Make sure RTCP port is RTP port+1.
18089         Cleanup when port allocation fails.
18090         Fixes #319183.
18091         
18092 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18093
18094         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18095           Don't ignore return value of the parent class's state
18096           change function (#331385, patch by: Wouter Paesen).
18097
18098 2006-02-15  Wim Taymans  <wim@fluendo.com>
18099
18100         * configure.ac:
18101         * docs/plugins/Makefile.am:
18102         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18103         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18104         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18105         * ext/Makefile.am:
18106         * ext/hal/Makefile.am:
18107         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18108         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18109         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18110         (do_toggle_element), (gst_hal_audio_sink_set_property),
18111         (gst_hal_audio_sink_get_property),
18112         (gst_hal_audio_sink_change_state):
18113         * ext/hal/gsthalaudiosink.h:
18114         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18115         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18116         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18117         (do_toggle_element), (gst_hal_audio_src_set_property),
18118         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18119         * ext/hal/gsthalaudiosrc.h:
18120         * ext/hal/gsthalelements.c: (plugin_init):
18121         * ext/hal/gsthalelements.h:
18122         * ext/hal/hal.c: (gst_hal_get_string),
18123         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18124         (gst_hal_get_audio_src):
18125         * ext/hal/hal.h:
18126         Add HAL sound device wrapper plugins. Closes #329106
18127
18128 2006-02-15  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18131         Add comment in a fultile attempt to stop the copy-and-paste 
18132         paradigm leading to duplication of bad code.
18133
18134         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18135         Mime parameters have to be checked case insensitive
18136
18137 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18138
18139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18140           Advance stream time for lagging subtitle streams by sending
18141           newsegment events with the update flag set.
18142
18143 2006-02-14  Edward Hervey  <edward@fluendo.com>
18144
18145         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18146         There can be bogus data before the hdrl LIST tag in the RIFF header.
18147         It's hard to say if it's not respecting the AVI specifications or not,
18148         but since Google Video is producing AVIs like that and the other player
18149         don't seem to complain, I guess we should do the same.
18150
18151 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18152
18153         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18154         (parse_split_strings):
18155         Add more validation to ensure that a char encoding conversion
18156         produced a valid UTF-8 string.
18157
18158 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18159
18160         Reviewed by: Edward Hervey  <edward@fluendo.com>
18161
18162         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18163         Properly handle end of segment. Closes #330885.
18164
18165 2006-02-13  Wim Taymans  <wim@fluendo.com>
18166
18167         * gst/rtp/gstrtpmp4gpay.h:
18168         For got to commit this one.
18169
18170 2006-02-12  Wim Taymans  <wim@fluendo.com>
18171
18172         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18173         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18174         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18175         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18176         * gst/rtp/gstrtpmp4gpay.h:
18177         Make more things work.
18178         Handle ACC config strings.
18179
18180 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18181
18182         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18183           set timestamps if no incoming timestamps set
18184
18185 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18186
18187         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18188         (gst_tag_demux_do_typefind):
18189           ... and fix the very same leaks in GstTagDemux.
18190
18191 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18192
18193         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18194         (gst_id3demux_do_typefind):
18195         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18196         <jonathan at kaolin dot wh9 dot net>)
18197
18198 2006-02-10  Wim Taymans  <wim@fluendo.com>
18199
18200         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18201         First set options, then set caps or else the baseclass
18202         will not know about the options, duh.
18203
18204 2006-02-10  Wim Taymans  <wim@fluendo.com>
18205
18206         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18207         (gst_rtp_mp4v_pay_setcaps):
18208         Don't waste time looking for a config string if we have codec_info
18209         on the incomming caps.
18210
18211 2006-02-10  Wim Taymans  <wim@fluendo.com>
18212
18213         * gst/rtp/README:
18214         Say something about case-sensitivity of caps vs mime-attributes.
18215
18216         * gst/rtp/Makefile.am:
18217         * gst/rtp/gstrtp.c: (plugin_init):
18218         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18219         (gst_rtp_amr_pay_handle_buffer):
18220         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18221         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18222         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18223         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18224         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18225         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18226         (gst_rtp_mp4g_pay_plugin_init):
18227         * gst/rtp/gstrtpmp4gpay.h:
18228         Added beginnings of mpeg4-generic payloader (RFC 3640)
18229
18230 2006-02-09  Wim Taymans  <wim@fluendo.com>
18231
18232         * gst/rtsp/Makefile.am:
18233         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18234         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18235         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18236         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18237         (gst_rtpdec_change_state):
18238         * gst/rtsp/gstrtpdec.h:
18239         * gst/rtsp/gstrtsp.c: (plugin_init):
18240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18241         * gst/rtsp/rtspconnection.c: (read_body),
18242         (rtsp_connection_receive):
18243         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18244         Resurected rtpdec to make rtspsrc happy again.
18245         Skip attributes from the session id.
18246         Don't crash when dumping a message with an empty body.
18247
18248
18249 2006-02-09  Wim Taymans  <wim@fluendo.com>
18250
18251         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18252         Added more meaningfull warnings when something goes wrong.
18253         Clear F bit on outgoing AMR packets.
18254
18255         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18256         (gst_rtp_amr_pay_handle_buffer):
18257         Added debugging category
18258         Support payloading of multiple AMR frames.
18259
18260         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18261         Added some debugging.
18262
18263 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18264
18265         * configure.ac:
18266           Back to CVS
18267
18268 === release 0.10.2 ===
18269
18270 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18271
18272         * configure.ac:
18273           releasing 0.10.2, "Papa was a rolling stone"
18274
18275 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18276
18277         * configure.ac:
18278           Bump core and plugins-base requirement to 0.10.2.2
18279           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18280
18281 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18282
18283         * ext/flac/gstflac.c: (plugin_init):
18284         * ext/speex/gstspeex.c: (plugin_init):
18285           Register musicbrainz tags.
18286
18287 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * ext/gconf/gconf.h:
18290           Remove declaration of function that no longer exists.
18291
18292 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18293
18294         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18295         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18296         Make shout2 work for non ogg streams
18297
18298 2006-02-06  Wim Taymans  <wim@fluendo.com>
18299
18300         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18301         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18302         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18303         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18304         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18305         * gst/udp/gstmultiudpsink.h:
18306         Updated docs.
18307         Added properties bytes-served, bytes_to_serve.
18308         Post proper error messages,
18309         Emit client added signal too.
18310
18311 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18312
18313         * docs/plugins/Makefile.am:
18314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18316         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18317         (gst_multiudpsink_get_stats):
18318           adding docs for multiudpsink
18319
18320 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18321
18322         * gst/level/gstlevel.c: (gst_level_transform_ip):
18323           peak below decay is not necessarily an error, so don't ERROR log
18324
18325 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18326
18327         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18328         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18329         (gst_ebml_write_seek):
18330         * gst/matroska/ebml-write.h:
18331           Make sure we send a newsegment event in BYTES format
18332           before sending buffers (#328531).
18333
18334 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18335
18336         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18337         (gst_dvdemux_sink_query):
18338         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18339         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18340         (speex_dec_src_query):
18341         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18342         (gst_speexenc_sink_query):
18343         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18344         * gst/matroska/matroska-demux.c:
18345         (gst_matroska_demux_get_src_query_types),
18346         (gst_matroska_demux_handle_src_query):
18347         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18348         (gst_wavparse_pad_query):
18349           Pass unhandled queries upstream instead of just dropping
18350           them (#326446). Update query type arrays here and there.
18351
18352 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         * tests/check/elements/matroskamux.c: (setup_src_pad):
18355           Collectpads in core got changed and now also holds a
18356           reference to any pad that is part of it. Fix refcount
18357           checks in test case accordingly.
18358
18359 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18360
18361         * gst/apetag/gstapedemux.h:
18362           Fix include, for now GstTagDemux is in the apetag dir.
18363
18364 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18365
18366         * docs/plugins/Makefile.am:
18367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18369         * docs/plugins/inspect/plugin-cdio.xml:
18370           Add cdio plugin to docs.
18371
18372         * ext/cdio/gstcdiocddasrc.c:
18373           Add gtk-doc blurb.
18374
18375         * ext/cdio/gstcdio.c:
18376           The plugin is called 'cdio' not 'cddio'.
18377
18378 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18379
18380         * configure.ac:
18381         * docs/plugins/Makefile.am:
18382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18385         * docs/plugins/inspect/plugin-apetag.xml:
18386         * gst/apetag/Makefile.am:
18387         * gst/apetag/gstapedemux.c:
18388         * gst/apetag/gstapedemux.h:
18389         * gst/apetag/gsttagdemux.c:
18390         * gst/apetag/gsttagdemux.h:
18391           Add APE tag demuxer (#325649).
18392
18393 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18394
18395         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18396         (gst_gconf_get_default_video_sink),
18397         (gst_gconf_get_default_audio_src),
18398         (gst_gconf_get_default_video_src):
18399         * ext/gconf/gconf.h:
18400         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18401         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18402         (do_toggle_element):
18403         * ext/gconf/gstgconfaudiosink.h:
18404         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18405         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18406         (do_toggle_element):
18407         * ext/gconf/gstgconfaudiosrc.h:
18408         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18409         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18410         (do_toggle_element):
18411         * ext/gconf/gstgconfvideosink.h:
18412         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18413         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18414         (do_toggle_element):
18415         * ext/gconf/gstgconfvideosrc.h:
18416           Ignore changing the GConf key to "". Ignore GConf key updates
18417           that don't actually change the string.
18418           For now, ignore the GConf key when the state is > READY, as
18419           it breaks streaming. Sometime it will be nice to bring the
18420           new sink online even mid-stream, by sending NEWSEGMENT info
18421           and possibly prerolling.
18422           (Fixes #326736)
18423
18424 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18425
18426         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18427         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18428         (zoomFilterSetResolution), (zoomFilterDestroy),
18429         (zoomFilterFastRGB), (pointFilter):
18430         * gst/goom/filters.h:
18431         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18432         (goom_update), (goom_close):
18433         * gst/goom/goom_core.h:
18434         * gst/goom/goom_tools.h:
18435         * gst/goom/graphic.c:
18436         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18437         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18438         * gst/goom/gstgoom.h:
18439         * gst/goom/lines.c: (goom_lines):
18440         * gst/goom/lines.h:
18441           Make goom reentrant by moving all important static variables
18442           into instance structures.
18443           (Fixes #329181)
18444
18445 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18446
18447         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18448         (gst_avi_demux_all_source_pads_unlinked),
18449         (gst_avi_demux_process_next_entry):
18450         * gst/avi/gstavidemux.h:
18451           Third attempt, use gst_pad_is_linked() this time.
18452
18453 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18454
18455         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18456         (parse_split_strings):
18457         Adjust for data length indicators when parsing (Fixes #329810)
18458         Fix stupid bug parsing UTF-8 tag text.
18459         Output tag strings with multiple fields as multiple tags, so the
18460         app gets all the data.
18461
18462 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18463
18464         * ext/flac/gstflacenc.c:
18465         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18466         show me.
18467         
18468 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18469
18470         * ext/flac/gstflacenc.c:
18471         * gst/matroska/ebml-read.c:
18472         Just make it compile with --disable-gst-debug.
18473
18474 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18475
18476         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18477         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18478         (id3v2_genre_fields_to_taglist):
18479           Never output a tag with a null contents string.
18480
18481 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18482
18483         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18484           Only pause if all pads are unlinked AND we've tried to send data
18485           on all of them at least once.
18486
18487 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18490         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18491           Make loop function/task pause itself when all source pads are
18492           unlinked.
18493
18494 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         * configure.ac:
18497         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18498           Use new functions from core to render a bin from a
18499           string. Fixes build. Up requirements to core CVS.
18500
18501 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18502
18503         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18504           Don't push buffers into the adapter that we are going to
18505           push downstream again without framing anyway. Also, the
18506           adaptor takes ownership of buffers put into it (fixes
18507           auparse pushing invalid buffers for .au files with
18508           ADPCM contents). Finally, set caps on all outgoing buffers.
18509
18510 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18511
18512         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18513         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18514         (gst_id3demux_send_tag_event):
18515         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18516         Someone should kick my butt. Remove ID3v1 tags from the end of the
18517         file.
18518
18519         Improve error messages. Send the TAG message as soon as we complete
18520         typefinding, instead of waiting until we send the first buffer.
18521         Downstream tag event is still sent before the first buffer.
18522
18523 2006-01-27  Jan Gerber  <j@bootlab.org>
18524
18525         Reviewed by: Andy Wingo <wingo@pobox.com>
18526
18527         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18528         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18529         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18530         to not have warings flooding stderr. this is the suggested way
18531         also used in dvgrab and kino. (#328336)
18532
18533 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18534
18535         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18536         (gst_oss_sink_init), (gst_oss_sink_finalise):
18537           Free the device name string when finalised.
18538
18539 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18540
18541         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18542           Don't put function calls in g_return_if_fail() statements,
18543           or they'll be replaced with NOOPs if someone compiles with
18544           G_DISABLE_CHECKS defined.
18545           
18546 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18547
18548         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18549         Never trust ANY information encoded in a media file, especially
18550         when it's giving you sizes. (Fixes #328452)
18551
18552 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18553
18554         * gst/rtp/gstrtpg711pay.c:
18555         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18556         bug #325148.
18557
18558 2006-01-23  Edward Hervey  <edward@fluendo.com>
18559
18560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18561         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18562         * gst/matroska/matroska-ids.h:
18563         Added recognition of Real Audio and Video streams in matroska demuxer.
18564
18565 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18566
18567         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18568           Remove errant break statement, and fix compilation with
18569           older GCC.
18570
18571 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18572
18573         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18574
18575         * sys/sunaudio/gstsunaudiomixerctrl.c:
18576         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18577           Export functions that are needed in other parts of the code,
18578           makes the mixer actually work; adjust magic minimum buffer-time
18579           value from 3ms to 5ms to work around stuttering during mp3
18580           playback (#327765).
18581
18582 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18583
18584         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18585
18586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18587         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18588           Fix possible deadlock in matroska muxer (#327825).
18589
18590 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18591
18592         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18593         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18594         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18595         * gst/rtsp/sdpmessage.h:
18596         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18597         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18598           C89 fixes: declare variables at the beginning of a block and
18599           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18600           <jensgr at gmx dot net>).
18601
18602 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18603
18604         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18605         * gst/id3demux/id3tags.h:
18606         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18607         (parse_comment_frame), (parse_text_identification_frame),
18608         (id3v2_tag_to_taglist), (id3v2_are_digits),
18609         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18610         (parse_split_strings), (free_tag_strings):
18611           Rewrite parsing of text tags to handle multiple NULL terminated
18612           strings. Parse numeric genre strings and ID3v2 type
18613           "(3)(6)Alternative" style genre strings.
18614           Parse dates that are only YYYY or YYYY-mm format.
18615           (Fixes #328241 and #322154)
18616
18617 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18618
18619         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18620           Don't forget to initialize liboil, otherwise our oil functions
18621           will crash (fixes #327871; patch by: Christoph Burghardt
18622           <hawkes at web dot de>).
18623
18624 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         * configure.ac:
18627           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18628           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18629           patch by: Brian Cameron <brian dot cameron at sun dot com>
18630
18631 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18632
18633         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18634         * ext/cdio/gstcdio.h:
18635         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18636           Fix build for libcdio versions >= 76; give slightly lower rank
18637           than cdparanoia.
18638
18639 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18640
18641         * configure.ac:
18642         * ext/Makefile.am:
18643         * ext/cdio/Makefile.am:
18644         * ext/cdio/gstcdio.c:
18645         * ext/cdio/gstcdio.h:
18646         * ext/cdio/gstcdiocddasrc.c:
18647         * ext/cdio/gstcdiocddasrc.h:
18648           Port libcdio cdda source, formerly known as cddasrc, now known as
18649           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18650           but that's not tested (fixes #317658).
18651
18652 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18653
18654         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18655           Fix conversion from TIME to BYTES format (fixes #326864;
18656           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18657
18658 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18659
18660         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18661           Fix compilation of id3demux when zlib is not present.
18662           (Fixes #326602; patch by: Sergey Scobich)
18663
18664 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18665
18666         * ext/esd/Makefile.am:
18667           Add $(ESD_CFLAGS), otherwise build will fail for folks
18668           with libesd in a non-standard prefix (#327009).
18669
18670 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18671
18672         * configure.ac:
18673           back to HEAD
18674
18675 === release 0.10.1 ===
18676
18677 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18678
18679         * configure.ac:
18680           releasing 0.10.1, "Li"
18681
18682 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18683
18684           patch by: Wim Taymans
18685
18686         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18687           fix memleak.  Fixes #326618
18688
18689 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18690
18691           patch by: Mike Smith
18692
18693         * gst/level/gstlevel.c: (gst_level_message_new),
18694         (gst_level_message_append_channel):
18695           Fix memleak.  Fixes #326612
18696
18697 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18698
18699         * configure.ac:
18700           prereleasing
18701         * po/af.po:
18702         * po/az.po:
18703         * po/cs.po:
18704         * po/en_GB.po:
18705         * po/hu.po:
18706         * po/it.po:
18707         * po/nb.po:
18708         * po/nl.po:
18709         * po/or.po:
18710         * po/sq.po:
18711         * po/sr.po:
18712         * po/sv.po:
18713         * po/uk.po:
18714         * po/vi.po:
18715           update translations
18716
18717 2006-01-10  Michael Smith  <msmith@fluendo.com>
18718
18719         * gst/level/gstlevel.c: (gst_level_class_init),
18720         (gst_level_dispose):
18721           Don't leak filter arrays.
18722
18723 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18724
18725         reviewed by: Christian Schaller <uraeus@gnome.org>
18726         
18727         * configure.ac:
18728         * gst-plugins-good.spec.in:
18729         * sys/Makefile.am:
18730         * sys/sunaudio/Makefile.am:
18731         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18732         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18733         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18734         (gst_sunaudiomixer_change_state):
18735         * sys/sunaudio/gstsunaudiomixer.h:
18736         * sys/sunaudio/gstsunaudiomixerctrl.c:
18737         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18738         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18739         (gst_sunaudiomixer_ctrl_list_tracks),
18740         (gst_sunaudiomixer_ctrl_get_volume),
18741         (gst_sunaudiomixer_ctrl_set_volume),
18742         (gst_sunaudiomixer_ctrl_set_mute),
18743         (gst_sunaudiomixer_ctrl_set_record):
18744         * sys/sunaudio/gstsunaudiomixerctrl.h:
18745         * sys/sunaudio/gstsunaudiomixertrack.c:
18746         (gst_sunaudiomixer_track_class_init),
18747         (gst_sunaudiomixer_track_init), (fill_labels),
18748         (gst_sunaudiomixer_track_new):
18749         * sys/sunaudio/gstsunaudiomixertrack.h:
18750         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18751         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18752         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18753         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18754         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18755         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18756         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18757         * sys/sunaudio/gstsunaudiosink.h:
18758
18759         Add SunAudio plugin - tested to make sure it doesn't break
18760         the build under GNU/Linux.      
18761
18762 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18763
18764         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18765         * gst-plugins-good/gst/udp/gstudpsrc.c:
18766         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18767         overrides the port or multicast parameters. Fixes bugs #323021.
18768         API addition: adds GstUDPSrc::sockfd property   
18769
18770 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18771
18772         * ext/gconf/Makefile.am:
18773         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18774         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18775         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18776         (do_toggle_element), (cb_toggle_element),
18777         (gst_gconf_audio_src_change_state):
18778         * ext/gconf/gstgconfaudiosrc.h:
18779         * ext/gconf/gstgconfelements.c: (plugin_init):
18780         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18781         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18782         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18783         (do_toggle_element), (cb_toggle_element),
18784         (gst_gconf_video_src_change_state):
18785         * ext/gconf/gstgconfvideosrc.h:
18786           Add new gconfaudiosrc and gconfvideosrc elements
18787           (needed for gnome-sound-recorder).
18788
18789 2006-01-06  Edward Hervey  <edward@fluendo.com>
18790
18791         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18792         Add gst_element_no_more_pads() for proper decodebin behaviour.
18793         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18794         (parse_text_identification_frame), (parse_split_strings):
18795         Failure to decode some tags is not a GST_ERROR() but a
18796         GST_WARNING()
18797         When iterating over a chunk of text, check that we haven't gone too
18798         far.
18799
18800 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18801
18802         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18803         (plugin_init):
18804           call oil_init() when using liboil
18805
18806 2006-01-04  Wim Taymans  <wim@fluendo.com>
18807
18808         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18809         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18810         Fix leaks.
18811
18812 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18813
18814         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18815
18816         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18817         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18818         (gst_flac_dec_change_state):
18819           Don't g_assert() where we should just return FALSE; remove
18820           unnecessary g_assert(); initialize some fields properly in
18821           state change function (fixes #325504). Also, use
18822           GST_DEBUG_OBJECT in two more places.
18823
18824 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18825
18826         * configure.ac:
18827           also remove smoothwave's Makefile.am
18828         * docs/plugins/Makefile.am:
18829           fix plugin docs
18830
18831 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18832
18833         * tests/examples/Makefile.am:
18834           added missing Makefile.am
18835
18836 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18837
18838         * configure.ac:
18839         * gst/level/Makefile.am:
18840         * gst/level/level-example.c:
18841         * tests/Makefile.am:
18842         * tests/examples/level/Makefile.am:
18843         * tests/examples/level/level-example.c: (message_handler), (main):
18844           moved level-example to tests/examples/level-example
18845         * tests/old/examples/level/demo.c: (main):
18846         * tests/old/examples/level/plot.c: (main):
18847           some initial fixes
18848
18849 2005-12-29  Michael Smith  <msmith@fluendo.com>
18850
18851         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18852         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18853         * gst/udp/gstmultiudpsink.h:
18854           Track packets sent per client in addition to bytes sent; provide
18855           this info through get-stats signal
18856
18857 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18858
18859         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18860           Can't use gst_object_unref() on a GstAdapter (#325191).
18861
18862 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18863
18864         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18865         If a broken tag has 0 bytes payload, at least still skip
18866         the 10 byte header
18867
18868 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18869
18870         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18871         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18872         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18873         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18874           Making these depayloaders (H263+ and mpeg4 video) inherit from
18875           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18876
18877 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18878
18879         * docs/plugins/gst-plugins-good-plugins.args:
18880         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18881         Regenerate the plugin hiearchy.
18882
18883 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18884
18885         * docs/plugins/Makefile.am:
18886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18888         * docs/plugins/gst-plugins-good-plugins.args:
18889         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18890         (gst_id3demux_base_init), (gst_id3demux_class_init),
18891         (gst_id3demux_chain):
18892         * gst/id3demux/gstid3demux.h:
18893           Add documentation for id3demux.
18894           Don't fail if the first buffer is not at offset 0, just
18895           attempt to typefind and do pass through
18896           Rename the gst_type function from gst_gst_id3demux..
18897
18898 2005-12-20  Michael Smith  <msmith@fluendo.com>
18899
18900         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18901         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18902         (gst_multiudpsink_get_stats):
18903         * gst/udp/gstmultiudpsink.h:
18904           Collect statistics; return them from get_stats.
18905
18906 2005-12-19  Edward Hervey  <edward@fluendo.com>
18907
18908         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18909         Stupid signedness issue...
18910
18911 2005-12-19  Edward Hervey  <edward@fluendo.com>
18912
18913         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18914         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18915         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18916         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18917         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18918         Construct index for indexless files.
18919         Make sure pad/buffers are correctly reset to NULL once we don't need
18920         them anymore, else we get lovely segfaults/assertions.
18921         * gst/wavparse/gstwavparse.c:
18922         Yes, you can have 96KHz audio and wma in wav :(
18923
18924 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18925
18926         * configure.ac:
18927           Check for optional dependency on zlib for id3demux
18928
18929         * gst/id3demux/Makefile.am:
18930         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18931         (gst_id3demux_base_init), (gst_id3demux_class_init),
18932         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18933         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18934         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18935         (gst_id3demux_set_property), (gst_id3demux_get_property),
18936         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18937         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18938         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18939         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18940         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18941         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18942         (simple_find_peek), (simple_find_suggest),
18943         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18944         (plugin_init):
18945         * gst/id3demux/gstid3demux.h:
18946         * gst/id3demux/id3tags.c: (read_synch_uint),
18947         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18948         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18949         (id3demux_id3v2_frames_to_tag_list):
18950         * gst/id3demux/id3tags.h:
18951         * gst/id3demux/id3v2.4.0-frames.txt:
18952         * gst/id3demux/id3v2.4.0-structure.txt:
18953         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18954         (parse_comment_frame), (parse_text_identification_frame),
18955         (id3v2_tag_to_taglist), (parse_split_strings):
18956           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18957           otherwise it discards them. Works on my test files. 
18958
18959         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18960           Don't send EOS to a non-existing srcpad
18961           The debug category can be static
18962
18963 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18964
18965         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18966         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18967         * gst/multipart/multipartdemux.c:
18968           change some char* into char[]
18969
18970 2005-12-16  Wim Taymans  <wim@fluendo.com>
18971
18972         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18973         (gst_wavparse_other), (gst_wavparse_perform_seek),
18974         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18975         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18976         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18977         * gst/wavparse/gstwavparse.h:
18978         Use GstSegment to implement more seeking features.
18979
18980 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18981
18982         * gst/rtsp/rtspconnection.c:
18983           Add <netinet/in.h> include and move <arpa/inet.h> include
18984           to make things work on OpenBSD as well (fixes #323717;
18985           patch by: Benjamin Pineau)
18986
18987 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18988
18989         * gst/rtp/gstrtpspeexdepay.c:
18990         * gst/rtp/gstrtpspeexpay.c:
18991         Set clock rate to be fixed in 8000. It fixes bug #324012.
18992
18993 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18994
18995         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18996         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18997         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18998         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18999         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19000         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19001         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19002         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19003         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19004         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19005         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19006         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19007         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19008         * gst-plugins-good/gst/rtp/README:
19009         Fixed payload range in payloder caps. Removed payload range completely
19010         from depayloaders as they don't require payload type in their caps.
19011         In effect, there isn't any specific payload type for any given codec,
19012         only suggestions.
19013         Fixes bug #324011.
19014
19015 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19016
19017         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19018         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19019         (gst_videomixer_collected): Code cleanup and re-enabling 
19020         queued time validity check for correct EOS handling.
19021
19022 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19023
19024         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19025         (gst_oss_mixer_element_get_property),
19026         (gst_oss_mixer_element_change_state):
19027         Add 'device-name' property and fix state change function.
19028
19029 2005-12-13  Edward Hervey  <edward@fluendo.com>
19030
19031         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19032         If the speed of the file is null in the header, set the frame_time to
19033         the default setting of GST_SECOND / 70. Which is the default
19034         frame_delay for .fli files as stated in this document :
19035         http://www.compuphase.com/flic.htm
19036         Would be nice to have the time conversion done properly too (duration =
19037         flxh->frames * flxdec->frame_time)
19038
19039 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19040
19041         * docs/plugins/Makefile.am:
19042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19044         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19045         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19046         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19047         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19048         documentation for videomixer on my way with a funny sample
19049         pipeline.
19050
19051 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19052
19053         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19054         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19055         (gst_videomixer_update_queues), (gst_videomixer_collected):
19056         Fix caps negotiation. (#323896)
19057
19058 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19059
19060         * gst/matroska/matroska-demux.c:
19061         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19062           Set correct timestamps on audio laces, fixes playback of mp3 from
19063                 matroska.
19064
19065 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19066
19067         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19068         (gst_au_parse_class_init), (gst_au_parse_init),
19069         (gst_au_parse_dispose), (gst_au_parse_chain),
19070         (gst_au_parse_change_state), (plugin_init):
19071         * gst/auparse/gstauparse.h:
19072           Use gst_object_unref() for GstObjects instead of
19073           g_object_unref() and fix a mem leak in a debug
19074           statement; while we're at it, also borgify, use
19075           boilerplate macros and clean up a little bit.
19076
19077 2005-12-11  Edward Hervey  <edward@fluendo.com>
19078
19079         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19080         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19081         Added pull mode.
19082
19083 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19084
19085         * gst/goom/gstgoom.c:
19086         * gst/level/level-example.c: (main):
19087         * gst/smoothwave/demo-osssrc.c: (main):
19088           Use audiotestsrc instead of sinesrc (#323798).
19089
19090 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19091
19092         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19093           more debug-func-ptr usage
19094
19095 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19096
19097         * gst/flx/flx_color.c: (flx_colorspace_convert):
19098         * gst/flx/flx_color.h:
19099         * gst/flx/flx_fmt.h:
19100         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19101         * gst/flx/gstflxdec.h:
19102           Now flxdec works on big-endian machines as well.
19103
19104 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19105
19106         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19107         (gst_fenced_buffer_copy):
19108           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19109           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19110           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19111           and use GST_DEBUG_FUNCPTR for pad functions.
19112
19113 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19114
19115         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19116         (gst_flac_dec_class_init), (gst_flac_dec_init),
19117         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19118         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19119         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19120         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19121         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19122         (gst_flac_dec_change_state):
19123         * ext/flac/gstflacdec.h:
19124           Rewrite flacdec a bit, so that even seeking might work now. Most
19125           importantly, don't act upon any flow return values we get, just tell
19126           the decoder everything's dandy and act on the flow return values
19127           later on in the loop function. We don't want to mess up the internal
19128           decoder state for non-fatal things like flushing pads etc. Other
19129           than that, use GstSegment (segment seeks don't work yet though, but
19130           should be easy to add), use boilerplate macros, drop the superfluous
19131           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19132           lots of other things.
19133
19134 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19135
19136         * configure.ac:
19137           Update comment in OSS includes check.
19138
19139         * sys/oss/gstossdmabuffer.c:
19140         * sys/oss/gstosshelper.c:
19141         * sys/oss/gstossmixer.c:
19142         * sys/oss/gstossmixertrack.c:
19143         * sys/oss/gstosssink.c:
19144         * sys/oss/gstosssrc.c:
19145         * sys/oss/oss_probe.c:
19146           Don't assume the OSS soundcard.h include is always in
19147           the sys/ directory. Instead, use the existing defines
19148           from config.h to include the right file. Fixes
19149           compilation on OpenBSD 3.8 (#323718).
19150
19151 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19152
19153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19154         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19155         * docs/plugins/inspect/plugin-1394.xml:
19156         * docs/plugins/inspect/plugin-aasink.xml:
19157         * docs/plugins/inspect/plugin-alaw.xml:
19158         * docs/plugins/inspect/plugin-alpha.xml:
19159         * docs/plugins/inspect/plugin-alphacolor.xml:
19160         * docs/plugins/inspect/plugin-auparse.xml:
19161         * docs/plugins/inspect/plugin-autodetect.xml:
19162         * docs/plugins/inspect/plugin-avi.xml:
19163         * docs/plugins/inspect/plugin-cacasink.xml:
19164         * docs/plugins/inspect/plugin-cairo.xml:
19165         * docs/plugins/inspect/plugin-cutter.xml:
19166         * docs/plugins/inspect/plugin-debug.xml:
19167         * docs/plugins/inspect/plugin-dv.xml:
19168         * docs/plugins/inspect/plugin-efence.xml:
19169         * docs/plugins/inspect/plugin-effectv.xml:
19170         * docs/plugins/inspect/plugin-esdsink.xml:
19171         * docs/plugins/inspect/plugin-flac.xml:
19172         * docs/plugins/inspect/plugin-flxdec.xml:
19173         * docs/plugins/inspect/plugin-gconfelements.xml:
19174         * docs/plugins/inspect/plugin-goom.xml:
19175         * docs/plugins/inspect/plugin-jpeg.xml:
19176         * docs/plugins/inspect/plugin-level.xml:
19177         * docs/plugins/inspect/plugin-matroska.xml:
19178         * docs/plugins/inspect/plugin-mulaw.xml:
19179         * docs/plugins/inspect/plugin-multipart.xml:
19180         * docs/plugins/inspect/plugin-navigationtest.xml:
19181         * docs/plugins/inspect/plugin-ossaudio.xml:
19182         * docs/plugins/inspect/plugin-png.xml:
19183         * docs/plugins/inspect/plugin-rtp.xml:
19184         * docs/plugins/inspect/plugin-rtsp.xml:
19185         * docs/plugins/inspect/plugin-shout2send.xml:
19186         * docs/plugins/inspect/plugin-smpte.xml:
19187         * docs/plugins/inspect/plugin-speex.xml:
19188         * docs/plugins/inspect/plugin-udp.xml:
19189         * docs/plugins/inspect/plugin-videobox.xml:
19190         * docs/plugins/inspect/plugin-videoflip.xml:
19191         * docs/plugins/inspect/plugin-videomixer.xml:
19192         * docs/plugins/inspect/plugin-wavenc.xml:
19193         * docs/plugins/inspect/plugin-wavparse.xml:
19194         * ext/flac/gstflac.c: (plugin_init):
19195         * ext/flac/gstflacdec.c: (flacdec_get_type),
19196         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19197         (gst_flac_dec_init), (gst_flac_dec_finalize),
19198         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19199         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19200         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19201         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19202         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19203         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19204         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19205         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19206         * ext/flac/gstflacdec.h:
19207         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19208         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19209         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19210         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19211         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19212         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19213         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19214         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19215         (gst_flac_enc_change_state):
19216         * ext/flac/gstflacenc.h:
19217           borgify and fix up documentation
19218
19219 2005-12-09  Michael Smith  <msmith@fluendo.com>
19220
19221         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19222           Accept a wider range of flac files, more closely matching flac spec.
19223
19224 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19225
19226         * docs/plugins/Makefile.am: Add multipart elements.
19227         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19228         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19229         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19230         * gst/multipart/multipartdemux.c:
19231         * gst/multipart/multipartmux.c: Add docs.
19232
19233 2005-12-07  Edward Hervey  <edward@fluendo.com>
19234
19235         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19236         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19237         (gst_avi_demux_invert):
19238         Memleak and crasher fixes.
19239         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19240         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19241         Memleak fixes
19242
19243 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19244
19245         * ext/aalib/gstaasink.h:
19246         * ext/cairo/gsttextoverlay.h:
19247         * ext/dv/gstdvdec.h:
19248         * ext/dv/gstdvdemux.c:
19249         * ext/dv/gstdvdemux.h:
19250         * ext/esd/esdsink.h:
19251         * ext/flac/flac_compat.h:
19252         * ext/flac/gstflacdec.h:
19253         * ext/flac/gstflacenc.h:
19254         * ext/gconf/gconf.h:
19255         * ext/gconf/gstgconfaudiosink.h:
19256         * ext/gconf/gstgconfvideosink.h:
19257         * ext/gdk_pixbuf/gstgdkanimation.h:
19258         * ext/jpeg/gstjpegdec.h:
19259         * ext/jpeg/smokecodec.h:
19260         * ext/jpeg/smokeformat.h:
19261         * ext/ladspa/gstsignalprocessor.h:
19262         * ext/ladspa/search.c: (LADSPAPluginSearch):
19263         * ext/ladspa/utils.h:
19264         * ext/libmng/gstmng.c:
19265         * ext/libmng/gstmngdec.h:
19266         * ext/libmng/gstmngenc.c:
19267         * ext/libmng/gstmngenc.h:
19268         * ext/libpng/gstpng.c:
19269         * ext/libpng/gstpngenc.c:
19270         * ext/libpng/gstpngenc.h:
19271         * ext/shout2/gstshout2.h:
19272         * ext/speex/gstspeexdec.h:
19273         * ext/speex/gstspeexenc.c:
19274         * ext/speex/gstspeexenc.h:
19275         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19276         * gst/autodetect/gstautoaudiosink.h:
19277         * gst/autodetect/gstautovideosink.h:
19278         * gst/avi/gstavidemux.h:
19279         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19280         (gst_cutter_set_property), (gst_cutter_get_caps):
19281         * gst/cutter/gstcutter.h:
19282         * gst/debug/tests.c: (md5_process_block):
19283         * gst/debug/tests.h:
19284         * gst/effectv/gstwarp.c:
19285         * gst/flx/flx_fmt.h:
19286         * gst/flx/gstflxdec.h:
19287         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19288         (zoomFilterFastRGB):
19289         * gst/goom/filters.h:
19290         * gst/goom/goom_tools.h:
19291         * gst/law/alaw-encode.c:
19292         * gst/level/gstlevel.c:
19293         * gst/level/gstlevel.h:
19294         * gst/matroska/ebml-write.h:
19295         * gst/matroska/matroska-demux.h:
19296         * gst/matroska/matroska-ids.h:
19297         * gst/matroska/matroska-mux.h:
19298         * gst/monoscope/convolve.c: (convolve_match):
19299         * gst/monoscope/convolve.h:
19300         * gst/multipart/multipartmux.c:
19301         * gst/oldcore/gstaggregator.c:
19302         * gst/oldcore/gstaggregator.h:
19303         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19304         * gst/oldcore/gstmd5sink.h:
19305         * gst/oldcore/gstmultifilesrc.c:
19306         * gst/oldcore/gstmultifilesrc.h:
19307         * gst/oldcore/gstpipefilter.h:
19308         * gst/oldcore/gstshaper.h:
19309         * gst/rtp/gstrtpL16depay.h:
19310         * gst/rtp/gstrtpL16pay.h:
19311         * gst/rtp/gstrtpdepay.h:
19312         * gst/rtp/gstrtpmp4vpay.c:
19313         * gst/rtp/gstrtpmp4vpay.h:
19314         * gst/rtsp/gstrtspsrc.c:
19315         * gst/rtsp/gstrtspsrc.h:
19316         * gst/rtsp/rtspconnection.h:
19317         * gst/rtsp/rtspdefs.h:
19318         * gst/rtsp/rtspmessage.h:
19319         * gst/rtsp/rtsptransport.h:
19320         * gst/rtsp/rtspurl.c:
19321         * gst/rtsp/rtspurl.h:
19322         * gst/rtsp/sdpmessage.c:
19323         * gst/rtsp/sdpmessage.h:
19324         * gst/smpte/barboxwipes.c:
19325         * gst/smpte/gstmask.h:
19326         * gst/smpte/gstsmpte.h:
19327         * gst/smpte/paint.c:
19328         * gst/smpte/paint.h:
19329         * gst/udp/gstdynudpsink.h:
19330         * gst/udp/gstmultiudpsink.h:
19331         * gst/udp/gstudpsink.c:
19332         * gst/udp/gstudpsink.h:
19333         * gst/udp/gstudpsrc.c:
19334         * gst/videomixer/videomixer.c:
19335         * gst/wavenc/riff.h:
19336         * gst/wavparse/gstwavparse.h:
19337         * sys/oss/gstossdmabuffer.h:
19338         * sys/oss/gstossmixer.h:
19339         * sys/oss/gstossmixerelement.h:
19340         * sys/oss/gstossmixertrack.h:
19341         * sys/oss/gstosssink.c:
19342         * sys/oss/gstosssink.h:
19343         * sys/oss/gstosssrc.c:
19344         * sys/oss/gstosssrc.h:
19345         * sys/osxaudio/gstosxaudioelement.h:
19346         * sys/osxaudio/gstosxaudiosink.h:
19347         * sys/osxaudio/gstosxaudiosrc.h:
19348           expand tabs
19349
19350 === release 0.10.0 ===
19351
19352 2005-12-05   <thomas (at) apestaart (dot) org>
19353
19354         * configure.ac:
19355           releasing 0.10.0, "Abondance"
19356
19357 2005-12-05  Andy Wingo  <wingo@pobox.com>
19358
19359         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19360         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19361         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19362         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19363         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19364         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19365         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19366         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19367         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19368         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19369         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19370         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19371         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19372         * gst/goom/gstgoom.c: (gst_goom_chain):
19373         * gst/matroska/matroska-demux.c:
19374         (gst_matroska_demux_push_vorbis_codec_priv_data),
19375         (gst_matroska_demux_add_wvpk_header):
19376         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19377         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19378         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19379         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19380         alloc_buffer changes.
19381
19382 2005-12-05  Michael Smith  <msmith@fluendo.com>
19383
19384         * docs/plugins/gst-plugins-good-plugins.args:
19385           Remove args for plugins that aren't in -good.
19386
19387 === release 0.9.7 ===
19388
19389 2005-12-01   <thomas (at) apestaart (dot) org>
19390
19391         * configure.ac:
19392           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19393
19394 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19395
19396         * docs/plugins/.cvsignore:
19397         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19398         * docs/plugins/inspect/plugin-multipart.xml:
19399         * docs/plugins/inspect/plugin-rtp.xml:
19400           add multipart plugin to docs
19401
19402 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19403
19404         * configure.ac:
19405         * ext/Makefile.am:
19406         * ext/pango/Makefile.am:
19407         * ext/pango/gstclockoverlay.c:
19408         * ext/pango/gstclockoverlay.h:
19409         * ext/pango/gsttextoverlay.c:
19410         * ext/pango/gsttextoverlay.h:
19411         * ext/pango/gsttextrender.c:
19412         * ext/pango/gsttextrender.h:
19413         * ext/pango/gsttimeoverlay.c:
19414         * ext/pango/gsttimeoverlay.h:
19415           move pango to base
19416
19417 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19418
19419         * gst/rtp/Makefile.am:
19420         * gst/rtp/gstrtpL16depay.c:
19421         * gst/rtp/gstrtpL16depay.h:
19422         * gst/rtp/gstrtpL16parse.c:
19423         * gst/rtp/gstrtpL16parse.h:
19424         * gst/rtp/gstrtpgsmdepay.c:
19425         * gst/rtp/gstrtpgsmdepay.h:
19426         * gst/rtp/gstrtpgsmparse.c:
19427         * gst/rtp/gstrtpgsmparse.h:
19428           parsers are depayers
19429
19430 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19431
19432         * gst/rtp/Makefile.am:
19433         * gst/rtp/gstasteriskh263.c:
19434         * gst/rtp/gstrtp.c:
19435         * gst/rtp/gstrtpL16enc.c:
19436         * gst/rtp/gstrtpL16enc.h:
19437         * gst/rtp/gstrtpL16parse.c:
19438         * gst/rtp/gstrtpL16parse.h:
19439         * gst/rtp/gstrtpL16pay.c:
19440         * gst/rtp/gstrtpL16pay.h:
19441         * gst/rtp/gstrtpamrdec.c:
19442         * gst/rtp/gstrtpamrdec.h:
19443         * gst/rtp/gstrtpamrdepay.c:
19444         * gst/rtp/gstrtpamrdepay.h:
19445         * gst/rtp/gstrtpamrenc.c:
19446         * gst/rtp/gstrtpamrenc.h:
19447         * gst/rtp/gstrtpamrpay.c:
19448         * gst/rtp/gstrtpamrpay.h:
19449         * gst/rtp/gstrtpdec.c:
19450         * gst/rtp/gstrtpdec.h:
19451         * gst/rtp/gstrtpdepay.c:
19452         * gst/rtp/gstrtpdepay.h:
19453         * gst/rtp/gstrtpg711dec.c:
19454         * gst/rtp/gstrtpg711dec.h:
19455         * gst/rtp/gstrtpg711depay.c:
19456         * gst/rtp/gstrtpg711depay.h:
19457         * gst/rtp/gstrtpg711enc.c:
19458         * gst/rtp/gstrtpg711enc.h:
19459         * gst/rtp/gstrtpg711pay.c:
19460         * gst/rtp/gstrtpg711pay.h:
19461         * gst/rtp/gstrtpgsmenc.c:
19462         * gst/rtp/gstrtpgsmenc.h:
19463         * gst/rtp/gstrtpgsmparse.c:
19464         * gst/rtp/gstrtpgsmparse.h:
19465         * gst/rtp/gstrtpgsmpay.c:
19466         * gst/rtp/gstrtpgsmpay.h:
19467         * gst/rtp/gstrtph263enc.c:
19468         * gst/rtp/gstrtph263enc.h:
19469         * gst/rtp/gstrtph263pay.c:
19470         * gst/rtp/gstrtph263pay.h:
19471         * gst/rtp/gstrtph263pdec.c:
19472         * gst/rtp/gstrtph263pdec.h:
19473         * gst/rtp/gstrtph263pdepay.c:
19474         * gst/rtp/gstrtph263pdepay.h:
19475         * gst/rtp/gstrtph263penc.c:
19476         * gst/rtp/gstrtph263penc.h:
19477         * gst/rtp/gstrtph263ppay.c:
19478         * gst/rtp/gstrtph263ppay.h:
19479         * gst/rtp/gstrtpmp4vdec.c:
19480         * gst/rtp/gstrtpmp4vdec.h:
19481         * gst/rtp/gstrtpmp4vdepay.c:
19482         * gst/rtp/gstrtpmp4vdepay.h:
19483         * gst/rtp/gstrtpmp4venc.c:
19484         * gst/rtp/gstrtpmp4venc.h:
19485         * gst/rtp/gstrtpmp4vpay.c:
19486         * gst/rtp/gstrtpmp4vpay.h:
19487         * gst/rtp/gstrtpmpadec.c:
19488         * gst/rtp/gstrtpmpadec.h:
19489         * gst/rtp/gstrtpmpadepay.c:
19490         * gst/rtp/gstrtpmpadepay.h:
19491         * gst/rtp/gstrtpmpaenc.c:
19492         * gst/rtp/gstrtpmpaenc.h:
19493         * gst/rtp/gstrtpmpapay.c:
19494         * gst/rtp/gstrtpmpapay.h:
19495         * gst/rtp/gstrtpspeexdec.c:
19496         * gst/rtp/gstrtpspeexdec.h:
19497         * gst/rtp/gstrtpspeexdepay.c:
19498         * gst/rtp/gstrtpspeexdepay.h:
19499         * gst/rtp/gstrtpspeexenc.c:
19500         * gst/rtp/gstrtpspeexenc.h:
19501         * gst/rtp/gstrtpspeexpay.c:
19502         * gst/rtp/gstrtpspeexpay.h:
19503           Do burger's rename for rtp payloaders and depayloaders
19504
19505 2005-11-30  Wim Taymans  <wim@fluendo.com>
19506
19507         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19508         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19509         * ext/dv/gstdvdemux.h:
19510         Fix seeking in dvdemux again, add some more debug info.
19511
19512 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19513
19514         * configure.ac:
19515           fix tests
19516
19517 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19518
19519         * PORTED_09:
19520         * docs/random/PORTED_09:
19521           move
19522         * tests/Makefile.am:
19523           add
19524         * win32/gst.sln:
19525           remove
19526
19527 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19528
19529         * Makefile.am:
19530         * check/.cvsignore:
19531         * check/Makefile.am:
19532         * check/elements/.cvsignore:
19533         * check/elements/level.c:
19534         * check/elements/matroskamux.c:
19535         * configure.ac:
19536         * examples/Makefile.am:
19537         * examples/capsfilter/Makefile.am:
19538         * examples/capsfilter/capsfilter1.c:
19539         * examples/gob/Makefile.am:
19540         * examples/gob/gst-identity2.gob:
19541         * examples/gstplay/.cvsignore:
19542         * examples/gstplay/Makefile.am:
19543         * examples/gstplay/player.c:
19544         * examples/indexing/.cvsignore:
19545         * examples/indexing/Makefile.am:
19546         * examples/indexing/indexmpeg.c:
19547         * examples/level/Makefile.am:
19548         * examples/level/README:
19549         * examples/level/demo.c:
19550         * examples/level/plot.c:
19551         * examples/stats/Makefile.am:
19552         * examples/stats/mp2ogg.c:
19553         * examples/switch/.cvsignore:
19554         * examples/switch/Makefile.am:
19555         * examples/switch/switcher.c:
19556           move under tests/
19557
19558 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19559
19560         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19561         (gst_text_render_class_init), (resize_bitmap),
19562         (gst_text_render_render_text), (gst_text_render_setcaps),
19563         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19564         (gst_text_render_chain), (gst_text_render_finalize),
19565         (gst_text_render_init), (gst_text_render_set_property):
19566         * ext/pango/gsttextrender.h:
19567           Add missing files.
19568
19569 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19570
19571         * configure.ac:
19572         * ext/Makefile.am:
19573         * ext/pango/Makefile.am:
19574         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19575         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19576         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19577         * ext/pango/gstclockoverlay.h:
19578         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19579         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19580         (gst_text_overlay_finalize), (gst_text_overlay_init),
19581         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19582         (gst_text_overlay_text_pad_linked),
19583         (gst_text_overlay_text_pad_unlinked),
19584         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19585         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19586         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19587         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19588         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19589         (gst_text_overlay_change_state), (plugin_init):
19590         * ext/pango/gsttextoverlay.h:
19591         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19592         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19593         (gst_time_overlay_class_init), (gst_time_overlay_init):
19594         * ext/pango/gsttimeoverlay.h:
19595           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19596           and add background shading and text wrapping modes. Make 
19597           timoverlay derive from textoverlay. Also add new clockoverlay
19598           element.
19599
19600 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19601
19602         * gst/udp/Makefile.am: Moved to netbuffer.
19603
19604 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19605
19606         * configure.ac:
19607         * PORTED_O9:
19608         * gst/multipart/Makefile.am:
19609         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19610         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19611         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19612         (gst_multipart_demux_change_state),
19613         (gst_multipart_demux_plugin_init):
19614         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19615         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19616         (gst_multipart_mux_sinkconnect),
19617         (gst_multipart_mux_request_new_pad),
19618         (gst_multipart_mux_handle_src_event),
19619         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19620         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19621         0.9.
19622
19623 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19626         * gst/debug/gstnavigationtest.h:
19627         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19628         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19629         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19630         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19631         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19632         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19633         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19634         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19635         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19636         (gst_video_flip_get_type):
19637         * gst/videofilter/gstvideoflip.h:
19638           update for symbols change
19639
19640 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19641
19642         * gst/udp/gstdynudpsink.c:
19643         * gst/udp/gstudpsrc.c:
19644           the old gstnet lib was renamed gstnetbuffer (#322257)
19645
19646 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19647
19648         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19649         (gst_text_overlay_collected):
19650           Actually render the text from the text pad.
19651
19652 2005-11-29  Edward Hervey  <edward@fluendo.com>
19653
19654         * gst/debug/gstnavseek.c: (gst_navseek_event):
19655         * gst/debug/progressreport.c: (gst_progress_report_event):
19656         Update for GstBaseTransform event virtual method
19657
19658 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19659
19660         * ext/cairo/Makefile.am:
19661           no need to link to videofilter
19662
19663 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19664
19665         * gst/debug/Makefile.am:
19666         * gst/debug/gstnavigationtest.h:
19667         * gst/effectv/Makefile.am:
19668         * gst/effectv/gstaging.c:
19669         * gst/effectv/gstdice.c:
19670         * gst/effectv/gstedge.c:
19671         * gst/effectv/gstquark.c:
19672         * gst/effectv/gstrev.c:
19673         * gst/effectv/gstshagadelic.c:
19674         * gst/effectv/gstvertigo.c:
19675         * gst/effectv/gstwarp.c:
19676         * gst/videofilter/Makefile.am:
19677         * gst/videofilter/gstvideofilter.c:
19678         * gst/videofilter/gstvideofilter.h:
19679         * gst/videofilter/gstvideoflip.h:
19680           remove the videofilter library and link to the one in base
19681
19682 2005-11-28  Edward Hervey  <edward@fluendo.com>
19683
19684         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19685         Useless check now we're setting the current entry correctly.
19686
19687 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19688
19689         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19690         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19691         (gst_jpegenc_change_state):
19692           Don't leak input buffer in chain function (fixes #322667); make 
19693           state change function thread-safe; don't repeat the current function
19694           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19695           gst_pad_alloc_buffer(); misc. minor cleanups.
19696
19697 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19698
19699         * gst/matroska/matroska-mux.c:
19700         (gst_matroska_mux_video_pad_setcaps):
19701         Look for pixel-aspect-ratio in caps, not pixel_width and
19702         pixel_height (Fixes: #322645)
19703
19704 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19705
19706         * gst/matroska/matroska-mux.c:
19707         (gst_matroska_mux_video_pad_setcaps):
19708         From Michal Benes:
19709         frame duration should be GST_SECOND / framerate, not
19710         GST_SECOND * framerate. (Fixes: #322643)
19711
19712 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         * configure.ac:
19715           fix up GST_PLUGIN_LDFLAGS
19716         * gst/rtsp/rtspconnection.c:
19717           fix includes (see #317043)
19718         * gst/videofilter/Makefile.am:
19719           stop installing this library
19720
19721 2005-11-26  Edward Hervey  <edward@fluendo.com>
19722
19723         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19724         Handle the case where the incoming Video dv stream doesn't have
19725         a pixel aspect ratio set.
19726
19727 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * docs/plugins/Makefile.am:
19730         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19731         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19732         * ext/flac/gstflacdec.c:
19733           document flacdec
19734
19735 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * docs/plugins/Makefile.am:
19738         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19740         * docs/plugins/inspect/plugin-autodetect.xml:
19741         * ext/cairo/gstcairo.c: (plugin_init):
19742         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19743         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19744         (gst_text_overlay_init), (gst_text_overlay_font_init),
19745         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19746         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19747         (gst_text_overlay_text_pad_linked),
19748         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19749         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19750         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19751         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19752         (gst_text_overlay_change_state):
19753         * ext/cairo/gsttextoverlay.h:
19754         * ext/cairo/gsttimeoverlay.c:
19755         (gst_cairo_time_overlay_update_font_height),
19756         (gst_cairo_time_overlay_set_caps),
19757         (gst_cairo_time_overlay_get_unit_size),
19758         (gst_cairo_time_overlay_print_smpte_time),
19759         (gst_cairo_time_overlay_transform),
19760         (gst_cairo_time_overlay_base_init),
19761         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19762         (gst_cairo_time_overlay_get_type):
19763         * ext/cairo/gsttimeoverlay.h:
19764           do some name borgifying
19765           document
19766
19767 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19768
19769         * docs/plugins/Makefile.am:
19770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19771         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19772         * gst/autodetect/gstautoaudiosink.c:
19773         (gst_auto_audio_sink_base_init):
19774         * gst/autodetect/gstautovideosink.c:
19775         (gst_auto_video_sink_base_init),
19776         (gst_auto_video_sink_factory_filter):
19777           documenting auto*sink
19778           using strstr for the video sink lookup, class field is not ordered
19779         * docs/plugins/inspect/plugin-1394.xml:
19780         * docs/plugins/inspect/plugin-aasink.xml:
19781         * docs/plugins/inspect/plugin-alaw.xml:
19782         * docs/plugins/inspect/plugin-alpha.xml:
19783         * docs/plugins/inspect/plugin-alphacolor.xml:
19784         * docs/plugins/inspect/plugin-auparse.xml:
19785         * docs/plugins/inspect/plugin-autodetect.xml:
19786         * docs/plugins/inspect/plugin-avi.xml:
19787         * docs/plugins/inspect/plugin-cacasink.xml:
19788         * docs/plugins/inspect/plugin-cairo.xml:
19789         * docs/plugins/inspect/plugin-cutter.xml:
19790         * docs/plugins/inspect/plugin-debug.xml:
19791         * docs/plugins/inspect/plugin-dv.xml:
19792         * docs/plugins/inspect/plugin-efence.xml:
19793         * docs/plugins/inspect/plugin-effectv.xml:
19794         * docs/plugins/inspect/plugin-esdsink.xml:
19795         * docs/plugins/inspect/plugin-flac.xml:
19796         * docs/plugins/inspect/plugin-flxdec.xml:
19797         * docs/plugins/inspect/plugin-gconfelements.xml:
19798         * docs/plugins/inspect/plugin-goom.xml:
19799         * docs/plugins/inspect/plugin-jpeg.xml:
19800         * docs/plugins/inspect/plugin-level.xml:
19801         * docs/plugins/inspect/plugin-matroska.xml:
19802         * docs/plugins/inspect/plugin-mulaw.xml:
19803         * docs/plugins/inspect/plugin-navigationtest.xml:
19804         * docs/plugins/inspect/plugin-ossaudio.xml:
19805         * docs/plugins/inspect/plugin-png.xml:
19806         * docs/plugins/inspect/plugin-rtp.xml:
19807         * docs/plugins/inspect/plugin-rtsp.xml:
19808         * docs/plugins/inspect/plugin-shout2send.xml:
19809         * docs/plugins/inspect/plugin-smpte.xml:
19810         * docs/plugins/inspect/plugin-speex.xml:
19811         * docs/plugins/inspect/plugin-udp.xml:
19812         * docs/plugins/inspect/plugin-videobox.xml:
19813         * docs/plugins/inspect/plugin-videoflip.xml:
19814         * docs/plugins/inspect/plugin-videomixer.xml:
19815         * docs/plugins/inspect/plugin-wavenc.xml:
19816         * docs/plugins/inspect/plugin-wavparse.xml:
19817           update for HEAD version
19818
19819 2005-11-25  Michael Smith  <msmith@fluendo.com>
19820
19821         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19822           Patch from Sebastien Cote to close control sockets in udpsrc.
19823
19824 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19825
19826         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19827         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19828         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19829         (gst_quarktv_base_init), (gst_quarktv_class_init),
19830         (gst_quarktv_init): Flush the planes list on reverse caps
19831         negotiation. This was crashing because of differently sized
19832         buffers.
19833
19834 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19835
19836         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19837         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19838         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19839         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19840         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19841         (gst_videoflip_set_property), (gst_videoflip_base_init),
19842         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19843         correctly, fix identity flipping, convert navigation event 
19844         correctly again.
19845
19846 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19847
19848         * configure.ac: back to HEAD
19849
19850 === release 0.9.6 ===
19851
19852 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19853
19854         * configure.ac:
19855           releasing 0.9.6, "Everything's Not Lost"
19856
19857 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19858
19859         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19860         Oops, initialise the framerate GValue
19861
19862 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19863
19864         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19865         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19866         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19867         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19868         (gst_timeoverlay_get_type):
19869         * ext/cairo/gsttimeoverlay.h:
19870         * gst/debug/Makefile.am:
19871         * gst/debug/gstnavigationtest.c:
19872         (gst_navigationtest_handle_src_event),
19873         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19874         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19875         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19876         (gst_navigationtest_init), (gst_navigationtest_get_type),
19877         (plugin_init):
19878         * gst/debug/gstnavigationtest.h:
19879         * gst/effectv/Makefile.am:
19880         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19881         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19882         (gst_agingtv_base_init), (gst_agingtv_class_init),
19883         (gst_agingtv_init), (gst_agingtv_get_type):
19884         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19885         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19886         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19887         (gst_dicetv_get_type):
19888         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19889         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19890         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19891         (gst_edgetv_get_type):
19892         * gst/effectv/gsteffectv.c:
19893         * gst/effectv/gsteffectv.h:
19894         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19895         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19896         (gst_quarktv_change_state), (gst_quarktv_base_init),
19897         (gst_quarktv_class_init), (gst_quarktv_init),
19898         (gst_quarktv_get_type):
19899         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19900         (gst_revtv_get_unit_size), (gst_revtv_transform),
19901         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19902         (gst_revtv_get_type):
19903         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19904         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19905         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19906         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19907         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19908         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19909         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19910         (gst_vertigotv_init), (gst_vertigotv_get_type):
19911         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19912         (gst_warptv_get_unit_size), (gst_warptv_transform),
19913         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19914         (gst_warptv_get_type):
19915         * gst/videofilter/Makefile.am:
19916         * gst/videofilter/gstvideobalance.c:
19917         * gst/videofilter/gstvideobalance.h:
19918         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19919         (gst_videofilter_class_init), (gst_videofilter_init):
19920         * gst/videofilter/gstvideofilter.h:
19921         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19922         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19923         (gst_videoflip_flip), (gst_videoflip_transform),
19924         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19925         (gst_videoflip_base_init), (gst_videoflip_class_init),
19926         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19927         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19928         BaseTransform, it's just a place holder for now and every video
19929         effect plugin has been ported to use BaseTransform features 
19930         directly. QuarkTV was fixed too (was broken), navigationtest works
19931         and best for the end, videoflip converts navigation events depending
19932         on flip method ! Fixes #320953
19933
19934 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19935
19936         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19937         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19938         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19939         (gst_goom_src_negotiate), (gst_goom_chain):
19940         * gst/matroska/matroska-mux.c:
19941         (gst_matroska_mux_video_pad_setcaps):
19942         * sys/osxvideo/osxvideosink.m:
19943           Fixes for API changes
19944
19945 2005-11-23  Michael Smith <msmith@fluendo.com>
19946
19947         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19948         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19949         * ext/jpeg/gstjpegdec.h:
19950         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19951         * ext/jpeg/gstjpegenc.h:
19952         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19953         (gst_smokeenc_resync):
19954         * ext/jpeg/gstsmokeenc.h:
19955           JPEG fractiony goodness.
19956
19957 2005-11-22  Michael Smith <msmith@fluendo.com>
19958
19959         * gst/goom/filters.c:
19960         * gst/goom/graphic.h:
19961           Fix compilation by making some functions static inline instead of
19962           extern inline, matching the way they're used.
19963
19964 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19965
19966         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19967         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19968         * ext/cairo/gsttextoverlay.h:
19969         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19970         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19971         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19972         (gst_pngdec_caps_create_and_set):
19973         * ext/libpng/gstpngdec.h:
19974         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19975         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19976         * gst/avi/gstavimux.c: (gst_avimux_init),
19977         (gst_avimux_vidsinkconnect):
19978         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19979         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19980         (gst_goom_src_negotiate), (gst_goom_chain):
19981         * gst/goom/gstgoom.h:
19982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19983         * gst/matroska/matroska-mux.c:
19984         (gst_matroska_mux_video_pad_setcaps):
19985         * sys/osxvideo/osxvideosink.h:
19986         * sys/osxvideo/osxvideosink.m:
19987           More fractional framerate conversions 
19988
19989 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19990
19991         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19992         * gst/debug/gstnavigationtest.c:
19993         (gst_navigationtest_handle_src_event):
19994         * gst/videofilter/gstvideofilter.c:
19995         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19996         (gst_videofilter_init):
19997         * gst/videofilter/gstvideofilter.h:
19998           Convert to fractional framerates.
19999
20000 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20001
20002         * ext/aalib/gstaasink.c:
20003         * ext/dv/gstdvdec.c:
20004         * ext/esd/esdmon.c:
20005         * ext/flac/gstflacenc.c:
20006         * ext/gdk_pixbuf/pixbufscale.c:
20007         * ext/libcaca/gstcacasink.c:
20008         * ext/shout2/gstshout2.c:
20009         * gst/alpha/gstalpha.c:
20010         * gst/oldcore/gstaggregator.c:
20011         * gst/oldcore/gstshaper.c:
20012         * gst/smpte/barboxwipes.c:
20013         * gst/smpte/gstsmpte.c:
20014         * gst/videobox/gstvideobox.c:
20015         * gst/videofilter/gstvideoflip.c:
20016         * gst/videomixer/videomixer.c:
20017           fix up more enums
20018
20019 2005-11-22  Michael Smith <msmith@fluendo.com>
20020
20021         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20022         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20023         (gst_videomixer_update_queues):
20024           Fractional framerates, videomixer.
20025
20026 2005-11-22  Michael Smith <msmith@fluendo.com>
20027
20028         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20029         * ext/dv/gstdvdec.h:
20030         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20031         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20032         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20033         (gst_dvdemux_flush):
20034         * ext/dv/gstdvdemux.h:
20035           Fractional framerates for DV. 
20036
20037 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20038
20039         * gst/autodetect/gstautoaudiosink.c:
20040         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20041         * gst/autodetect/gstautovideosink.c:
20042         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20043           Use gst_plugin_feature_list_free() to free feature list and
20044           in the case of autovideosink free the list at all. Also
20045           miscellaneous cosmetic fixes.
20046
20047 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20048
20049         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20050         (gst_cutter_set_property), (gst_cutter_get_caps):
20051           copy calculation code from level; remove use of some audio
20052           functions
20053
20054 2005-11-22  Andy Wingo  <wingo@pobox.com>
20055
20056         * Update for gst_tag_setter API changes.
20057
20058 2005-11-22  Andy Wingo  <wingo@pobox.com>
20059
20060         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20061         (gst_dvdemux_demux_frame)
20062         * ext/flac/gstflacdec.c (gst_flacdec_write)
20063         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20064         (gst_flacenc_sink_event)
20065         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20066         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20067         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20068         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20069         * gst/auparse/gstauparse.c (gst_auparse_chain)
20070         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20071         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20072         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20073         (gst_avi_demux_handle_seek)
20074         * gst/goom/gstgoom.c (gst_goom_event)
20075         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20076         * gst/matroska/matroska-demux.c
20077         (gst_matroska_demux_handle_seek_event)
20078         (gst_matroska_demux_loop_stream_parse_id)
20079         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20080         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20081         (gst_wavparse_stream_headers): Run update-funcnames.
20082
20083 2005-11-22  Edward Hervey  <edward@fluendo.com>
20084
20085         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20086         (gst_dv1394src_init), (gst_dv1394src_dispose),
20087         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20088         (gst_dv1394src_uri_set_uri):
20089         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20090         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20091         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20092         URIHandler interface and element properties are now properly
20093         synchronized for DV1394src and UDPSrc
20094
20095 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20096
20097         * ext/flac/Makefile.am:
20098         * ext/speex/Makefile.am:
20099           libgsttagedit has been renamed to libgsttag.
20100
20101 2005-11-21  Wim Taymans  <wim@fluendo.com>
20102
20103         * gst/rtsp/rtspconnection.c: (read_body):
20104         Apply patch from Sebastien Cote to fix #319184.
20105
20106 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20107
20108         * configure.ac:
20109         * gst/cutter/Makefile.am:
20110         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20111         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20112         (gst_cutter_set_property), (gst_cutter_get_property),
20113         (plugin_init), (gst_cutter_get_caps):
20114           port cutter
20115         * gst/level/gstlevel.c:
20116           fix up plugin details
20117
20118 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20119
20120         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20121         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20122         (gst_flacdec_src_event):
20123         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20124         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20125         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20126         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20127         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20128         (gst_flxdec_sink_event_handler):
20129         * gst/matroska/matroska-demux.c:
20130         (gst_matroska_demux_handle_seek_event):
20131         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20132           Update for stream lock API changes: don't take stream log
20133           in sink event handlers any longer and change GST_STREAM_LOCK
20134           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20135           functions.
20136
20137 2005-11-21  Michael Smith <msmith@fluendo.com>
20138
20139         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20140           gst_object_unref, not g_object_unref
20141
20142 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20143
20144         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20145         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20146           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20147
20148 2005-11-21  Michael Smith <msmith@fluendo.com>
20149
20150         * gst/auparse/Makefile.am:
20151         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20152         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20153         (gst_auparse_change_state):
20154         * gst/auparse/gstauparse.h:
20155           Partially fix #161712. playbin still doesn't work on these files,
20156           (on the bug report, Andy says we aren't typefinding it for some
20157           reason?) but at least auparse isn't totally busted like it was before.
20158
20159 2005-11-21  Andy Wingo  <wingo@pobox.com>
20160
20161         * *.h:
20162         * *.c: Ran scripts/update-macros. Oh yes.
20163
20164 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20165
20166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20167           Filler events are gone for now, comment out section generating
20168           them.
20169
20170 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20171
20172         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20173         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20174         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20175         * sys/osxvideo/osxvideosink.m:
20176           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20177           (#322027)
20178
20179 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20180
20181         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20182         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20183         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20184         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20185         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20186         (gst_avi_demux_stream_data):
20187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20188         * gst/wavenc/gstwavenc.c: (write_metadata):
20189         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20190         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20191         Fixes for GST_FOURCC_FORMAT API change.
20192
20193 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20194
20195         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20196         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20197         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20198         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20199         (gst_text_overlay_change_state):
20200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20201         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20202         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20203         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20204         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20205         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20206         (gst_videomixer_change_state):
20207           Fix for collect pads API change. Also fix textoverlay state
20208           change function.
20209
20210 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20211
20212         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20213         GST_PAD_IS_USABLE by something approaching it.
20214
20215 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20216
20217         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20218         API changes.
20219         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20220         but also fix the code that was not checking return values from
20221         pad_push neither using pad_alloc_buffer.
20222
20223 2005-11-18  Edward Hervey  <edward@fluendo.com>
20224
20225         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20226         (gst_pngenc_chain):
20227         Added debug category
20228         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20229         goes to EOS.
20230
20231 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20232
20233         * gst/rtp/Makefile.am
20234         * gst/rtp/gstrtp.c
20235         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20236         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20237         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20238         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20239         * gst/rtp/gstrtpg711enc.h:
20240         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20241         * gst/rtp/gstrtpspeexenc.c:
20242         * gst/rtp/gstrtpspeexenc.h:
20243         * gst/rtp/gstrtpspeexdec.c:
20244         * gst/rtp/gstrtpspeexdec.h:
20245         Created Speex payloader and depayloader; Optimize G711 payloader to
20246         use adapter and send packets until MTU size.
20247
20248 2005-11-16  Wim Taymans  <wim@fluendo.com>
20249
20250         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20251         Fix leak in check.
20252
20253 2005-11-16  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20256         Fix state change.
20257
20258 2005-11-16  Andy Wingo  <wingo@pobox.com>
20259
20260         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20261         (gst_udpsrc_create): Move comment.
20262
20263 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20264
20265         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20266
20267         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20268           When seeking, seek to closest index entry at or before the requested
20269           seek position, not just the closest one (#321001).
20270
20271 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20272
20273         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20274         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20275           Invert DIB images again (see #132341).
20276
20277 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20278
20279         * configure.ac:
20280           rework configure.ac file
20281         * ext/aalib/gstaasink.c:
20282         * ext/cairo/gstcairo.c:
20283         * ext/dv/gstdv.c:
20284         * ext/esd/gstesd.c:
20285         * ext/flac/gstflac.c:
20286         * ext/gconf/gstgconfelements.c:
20287         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20288         * ext/jpeg/gstjpeg.c:
20289         * ext/ladspa/gstladspa.c:
20290         * ext/libcaca/gstcacasink.c:
20291         * ext/libmng/gstmng.c:
20292         * ext/libpng/gstpng.c:
20293         * ext/mikmod/gstmikmod.c:
20294         * ext/pango/gsttextoverlay.c:
20295         * ext/pango/gsttimeoverlay.c:
20296         * ext/raw1394/gst1394.c:
20297         * ext/speex/gstspeex.c:
20298         * gst/alpha/Makefile.am:
20299         * gst/alpha/gstalpha.c:
20300         * gst/alpha/gstalphacolor.c:
20301         * gst/auparse/gstauparse.c:
20302         * gst/autodetect/gstautoaudiosink.c:
20303         (gst_auto_audio_sink_factory_filter),
20304         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20305         * gst/autodetect/gstautodetect.c:
20306         * gst/avi/gstavi.c:
20307         * gst/cutter/gstcutter.c:
20308         * gst/debug/efence.c:
20309         * gst/debug/gstdebug.c:
20310         * gst/debug/gstnavigationtest.c:
20311         * gst/effectv/gsteffectv.c:
20312         * gst/flx/gstflxdec.c:
20313         * gst/goom/gstgoom.c:
20314         * gst/interleave/plugin.c:
20315         * gst/law/alaw.c:
20316         * gst/law/mulaw.c:
20317         * gst/level/gstlevel.c:
20318         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20319         * gst/matroska/matroska.c:
20320         * gst/median/gstmedian.c:
20321         * gst/monoscope/gstmonoscope.c:
20322         * gst/multipart/multipart.c:
20323         * gst/oldcore/gstelements.c:
20324         * gst/rtp/gstrtp.c:
20325         * gst/rtsp/gstrtsp.c:
20326         * gst/smoothwave/gstsmoothwave.c:
20327         * gst/smpte/gstsmpte.c:
20328         * gst/udp/gstudp.c:
20329         * gst/videobox/gstvideobox.c:
20330         * gst/videofilter/gstgamma.c:
20331         * gst/videofilter/gstvideobalance.c:
20332         * gst/videofilter/gstvideoflip.c:
20333         * gst/videofilter/gstvideotemplate.c:
20334         * gst/videomixer/videomixer.c:
20335         * gst/wavenc/gstwavenc.c:
20336         * gst/wavparse/gstwavparse.c:
20337         * sys/oss/gstossaudio.c:
20338         * sys/osxaudio/gstosxaudio.c:
20339           update GST_PLUGIN_DEFINE
20340         * gst/rtp/Makefile.am:
20341         * gst/rtp/gstasteriskh263.c:
20342           check for htons/htonl headers and possibly link to winsock2 lib
20343
20344 2005-11-12  Edward Hervey  <edward@fluendo.com>
20345
20346         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20347         Only GST_DEBUG() information on the valid components.
20348
20349 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * configure.ac: back to HEAD
20352
20353 === release 0.9.5 ===
20354
20355 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20356
20357         * configure.ac:
20358           releasing 0.9.5, "Phone Alarm"
20359
20360 2005-11-11  Edward Hervey  <edward@fluendo.com>
20361
20362         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20363         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20364         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20365         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20366         (gst_avi_demux_loop):
20367         * gst/avi/gstavidemux.h:
20368         Yeah, implement proper seeking. Exact seeking and segment seeking.
20369         Still need to do some checks for segment_stop.
20370
20371 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20372
20373         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20374
20375         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20376           Don't try to ready buffer duration from buffer that we don't
20377           own any  longer and that might already have been unreffed.
20378           (#321136)
20379
20380 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20381
20382         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20383         (flx_decode_delta_flc), (gst_flxdec_chain):
20384         Attempting to optimize the code for embedded systems.
20385
20386 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20387
20388         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20389
20390         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20391           Don't re-use already closed file descriptor. (#320920)
20392
20393 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20394
20395         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20396         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20397         (gst_oss_sink_prepare):
20398         * sys/oss/gstosssink.h:
20399           Cache probed caps; fix debug output for SET_PARAM macros.
20400
20401 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20402
20403         * ext/cairo/Makefile.am:
20404         * ext/cairo/gstcairo.c: (plugin_init):
20405         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20406         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20407         (gst_text_overlay_init), (gst_text_overlay_font_init),
20408         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20409         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20410         (gst_text_overlay_text_pad_linked),
20411         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20412         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20413         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20414         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20415         (gst_text_overlay_change_state):
20416         * ext/cairo/gsttextoverlay.h:
20417           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20418           property and redo positioning. Doesn't handle upstream renegotiation
20419           yet though.
20420
20421 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20422
20423         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20424         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20425         (gst_avi_demux_loop):
20426           No need to take the STREAM_LOCK in the loop function. Improve
20427           some debug messages. Don't leak pad names in debug messages.
20428
20429 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20430
20431         * gst/matroska/matroska-demux.c:
20432         (gst_matroska_demux_push_vorbis_codec_priv_data),
20433         (gst_matroska_demux_add_wvpk_header):
20434           Don't error out when the source pad isn't linked.
20435
20436 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20437
20438         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20439         (gst_gconf_audio_sink_change_state):
20440         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20441         (gst_gconf_video_sink_change_state):
20442           Fix state change functions here as well and set kid
20443           to NULL state before removing it.
20444
20445 2005-11-01  Edward Hervey  <edward@fluendo.com>
20446
20447         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20448         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20449         Added proper event handlind, 
20450         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20451         ignored),
20452         and don't set a duration of 0 for buffers otherwise they are discarded
20453         by GstBaseSink.
20454
20455         GstWavEnc needs some serious loving, after going through the code I'm
20456         really wondering how this can stay in -good ...
20457
20458 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20459
20460         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20461         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20462         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20463         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20464         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20465         (gst_matroska_mux_collected):
20466           Fix leaks and invalid memory access as reported by valgrind
20467
20468 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20469
20470         Patch by: Michal Benes <michal.benes@xeris.cz>
20471
20472         * check/Makefile.am:
20473         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20475         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20476           add a unit test for matroskamux
20477           fix the bugs that the unit test exposed
20478
20479 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20480
20481         * gst/autodetect/gstautoaudiosink.c:
20482         (gst_auto_audio_sink_class_init),
20483         (gst_auto_audio_sink_change_state):
20484         * gst/autodetect/gstautovideosink.c:
20485         (gst_auto_video_sink_class_init),
20486         (gst_auto_video_sink_change_state):
20487           Fix state change function and use GST_DEBUG_FUNCPTR in
20488           class_init.
20489
20490 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20491
20492         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20493
20494         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20495         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20496         * gst/matroska/ebml-write.h:
20497         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20498           Set timestamps on outgoing ebml headers as well, so that the
20499           element after matroskamux can get the timestamp already when
20500           reading the first ebml element and doesn't have to wait for
20501           the actual data buffer for that (#320308).
20502           
20503 2005-10-31  Andy Wingo  <wingo@pobox.com>
20504
20505         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20506         (gst_videomixer_pad_link): Kill some memleaks.
20507         (gst_videomixer_pad_get_property): Style fix.
20508         (gst_videomixer_pad_set_property): Style fix.
20509         (gst_videomixer_pad_init): Style fix.
20510         (gst_videomixer_update_queues): Kill memleak.
20511         (gst_videomixer_loop): Kill memleak.
20512         (gst_videomixer_collected): Kill memleak.
20513
20514 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20515
20516         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20517         gst_auparse_change_state:
20518         Just some cleanup.
20519
20520 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20521
20522         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20523         Add checks to GST_FLOW_NOT_LINKED for values returned
20524         from gst_pad_push.
20525         
20526 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20527
20528         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20529         (gst_rtpg711dec_process):
20530         * gst/rtp/gstrtpgsmenc.c:
20531         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20532         are never set. This is important for the g711 to work with burger's rtpbin
20533         element.
20534
20535 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20536
20537         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20538         (gst_speexenc_push_buffer):
20539         Add checks for return values from gst_pad_push and
20540         gst_pad_alloc_buffer.
20541
20542 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20543
20544         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20545
20546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20547         (gst_matroska_demux_parse_info),
20548         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20549         (gst_matroska_demux_parse_cluster):
20550         * gst/matroska/matroska-ids.h:
20551         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20552         (gst_matroska_mux_init), (gst_matroska_mux_start),
20553         (gst_matroska_mux_create_buffer_header),
20554         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20555         (gst_matroska_mux_get_property):
20556         * gst/matroska/matroska-mux.h:
20557           Add SimpleBlock support to matroska demuxer and muxer (part of
20558           Matroska v2). (#319731)
20559
20560 2005-10-28  Wim Taymans  <wim@fluendo.com>
20561
20562         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20563         (gst_jpeg_dec_change_state):
20564         * ext/jpeg/gstjpegdec.h:
20565         Cleanups. Don't create caps for every chain.
20566
20567 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20568
20569         * gst/law/alaw-encode.c: (gst_alawenc_init),
20570         (alawenc_setcaps), (gst_alawenc_chain)
20571         * gst/law/alaw-encode.h:
20572         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20573         (mulawenc_setcaps), (gst_mulawenc_chain)
20574         * gst/law/mulaw-encode.h:
20575         Set timestamp on buffer and it allows RTP G711 elements
20576         work properly.
20577
20578 2005-10-27  Wim Taymans  <wim@fluendo.com>
20579
20580         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20581         Set correct format on oss instead of a silly value. 
20582
20583 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20584
20585         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20586         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20587         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20588         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20589         I420 rendering as well, doesn't bring much for my platform.
20590         Might help on some other platforms.
20591
20592 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20593
20594         * gst/rtp/gstrtpgsmenc.c:
20595         * gst/rtp/gstrtpgsmparse.c:
20596         Declaring the padtemplate correctly.
20597
20598 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20599
20600         * gst/rtp/gstrtpg711dec.c:
20601         * gst/rtp/gstrtpg711enc.c:
20602         * gst/rtp/gstrtpgsmenc.c:
20603         * gst/rtp/gstrtpgsmparse.c:
20604         Setting the proper copyright notice.
20605
20606 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20607
20608         * gst/videobox/Makefile.am: Use liboil.
20609         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20610         (gst_video_box_set_property), (gst_video_box_transform_caps),
20611         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20612         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20613         using liboil. Will dot the same to I420 border generation
20614         tomorrow.
20615
20616 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20617
20618         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20619         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20620         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20621         * gst/rtp/gstrtpg711dec.h:
20622         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20623         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20624         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20625         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20626         (gst_rtpgsmenc_handle_buffer):
20627         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20628         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20629         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20630         * gst/rtp/gstrtpgsmparse.h:
20631         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20632         inherits from the basertpdepayloader.
20633
20634 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20635
20636         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20637         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20638         (gst_video_box_ayuv): Removing this forgotten debug.
20639
20640 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20641
20642         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20643         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20644         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20645
20646 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20647
20648         * sys/oss/gstossaudio.c:
20649         * sys/oss/gstossdmabuffer.c:
20650         * sys/oss/gstosshelper.c:
20651         * sys/oss/gstossmixer.c:
20652         * sys/oss/gstossmixerelement.c:
20653         * sys/oss/gstossmixertrack.c:
20654         * sys/oss/gstosssink.c:
20655         * sys/oss/gstosssrc.c:
20656           Actually use the 'oss' debug category we register.
20657
20658 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20659
20660         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20661         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20662         Use gst_pad_get_parent and drop the ref that was added through
20663         that call.
20664
20665 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20666
20667         * gst/rtp/gstrtpgsmenc.c:
20668           Fix compilation
20669
20670 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20671
20672         * gst/rtp/gstrtpg711dec.c
20673         Just removed a couple of lines of weird code used during
20674         development/test time.
20675
20676 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20677
20678         * gst/rtp/Makefile.am
20679         * gst/rtp/gstrtp.c
20680         * gst/rtp/gstrtpg711enc.c
20681         * gst/rtp/gstrtpg711enc.h
20682         * gst/rtp/gstrtpg711dec.c
20683         * gst/rtp/gstrtpg711dec.h
20684         Created G711 payloader and depayloader (it supports mulaw and alaw
20685         (dec)encoders)
20686
20687 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20688
20689         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20690         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20691         Doh ! I introduced wingo's bug again ! Sorry...
20692
20693 2005-10-25  Christian Schaller <christian@fluendo.com> 
20694
20695         * gst/rtp/Makefile.am: add missing header files for disting
20696
20697 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20698
20699         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20700         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20701         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20702         (gst_rtpgsmenc_handle_buffer):
20703         * gst/rtp/gstrtpgsmenc.h:
20704         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20705         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20706         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20707         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20708         * gst/rtp/gstrtpgsmparse.h:
20709         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20710
20711 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20712
20713         * ext/libpng/gstpngdec.c: (user_info_callback),
20714         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20715         a newsegment event, move some redundant code in a single place.
20716
20717 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20718
20719         * ext/libpng/gstpngdec.c: (user_info_callback),
20720         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20721         hack to get correct colors order when we have a png image with
20722         alpha channel.
20723
20724 2005-10-24  Edward Hervey  <edward@fluendo.com>
20725
20726         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20727         Call gst_element_no_more_pads when there will be no more pads.
20728
20729 2005-10-24  Wim Taymans  <wim@fluendo.com>
20730
20731         * gst/rtp/Makefile.am:
20732         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20733         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20734         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20735         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20736         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20737         (gst_asteriskh263_plugin_init):
20738         * gst/rtp/gstasteriskh263.h:
20739         * gst/rtp/gstrtp.c: (plugin_init):
20740         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20741         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20742         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20743         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20744         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20745         (gst_rtph263enc_plugin_init):
20746         * gst/rtp/gstrtph263enc.h:
20747         Added two new payloaders, an RFC 2190 payloader for h263 and
20748         a payload convertor for an asterisk server.
20749
20750 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20751
20752         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20753           Set bytes_per_sample correctly (is not always 4, but 
20754           depends on width and number of channels).
20755
20756 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20757
20758         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20759         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20760         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20761         (gst_flacenc_sink_event), (gst_flacenc_chain),
20762         (gst_flacenc_set_property), (gst_flacenc_get_property),
20763         (gst_flacenc_change_state):
20764         * ext/flac/gstflacenc.h:
20765           Fix seeking, so that flacenc can rewrite the header with the
20766           correct duration and amount of samples and all that at EOS;
20767           also set timestamps and granulepos on outgoing buffers; add
20768           debug category; fix state change function.
20769           
20770 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20771
20772         * gst/videomixer/videomixer.c: Don't restrict video geometry
20773         from 16 to 4096.
20774
20775 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20776
20777         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20778         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20779         Fix caps negotiation correctly, add debugging category.
20780
20781 2005-10-24  Christian Schaller  <christian@fluendo.com>
20782
20783         * configure.ac: Port over Thomas's change from base listing all plugins
20784
20785 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20786
20787         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20788         a sink pad.
20789
20790 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20791
20792         * configure.ac:
20793         * docs/upload.mak:
20794           back to HEAD
20795
20796 === release 0.9.4 ===
20797
20798 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20799
20800         * configure.ac:
20801           Releasing 0.9.4, "Dromiceiomimus"
20802
20803 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20806         (gst_speexenc_src_query):
20807           Add position and duration query, fix query type function.
20808           
20809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20810         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20811           Let's not set non-fixed caps on source pads.
20812
20813 2005-10-21  Wim Taymans  <wim@fluendo.com>
20814
20815         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20816         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20817         (gst_avi_demux_handle_seek):
20818         Set correct stream_time in newsegment event.
20819         avi can also handle a duration query now.
20820
20821 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20822
20823         * gst/matroska/matroska-demux.c:
20824         (gst_matroska_demux_handle_src_query),
20825         (gst_matroska_demux_handle_seek_event),
20826         (gst_matroska_demux_loop_stream_parse_id):
20827           Fix duration query; fix basetime in newsegment event after
20828           seek; fix duration in initial newsegment event.
20829
20830         * gst/matroska/matroska-mux.c:
20831         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20832           Extract number of channels and samplerate from vorbis headers;
20833           add some debug messages when querying the durations of the
20834           input streams.
20835
20836 2005-10-20  Wim Taymans  <wim@fluendo.com>
20837
20838         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20839         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20840         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20841         Set stream time correctly in newsegment.
20842
20843 2005-10-20  Wim Taymans  <wim@fluendo.com>
20844
20845         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20846         Correctly fill in the stream time.
20847
20848 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20849
20850         * check/elements/level.c: (GST_START_TEST):
20851         * gst/level/gstlevel.c: (gst_level_message_new):
20852         * gst/level/level-example.c: (message_handler):
20853           use ELEMENT messages instead
20854
20855 2005-10-19  Wim Taymans  <wim@fluendo.com>
20856
20857         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20858         (gst_dvdemux_src_query):
20859         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20860         (gst_flacdec_src_query):
20861         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20862         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20863         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20864         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20865         * gst/debug/progressreport.c: (gst_progress_report_report):
20866         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20867         * gst/matroska/matroska-demux.c:
20868         (gst_matroska_demux_handle_src_query):
20869         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20870         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20871         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20872         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20873         (gst_wavparse_srcpad_event):
20874         API change fix.
20875
20876 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20877
20878         * gst/goom/filters.c:
20879         * gst/goom/graphic.h:
20880         * gst/goom/lines.c:
20881           Make inline functions either 'static inline' or 'extern inline',
20882           otherwise the Forte compiler apparently won't inline them (#317300).
20883
20884 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20885
20886         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20887         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20888         (user_info_callback), (user_endrow_callback), (user_end_callback),
20889         (user_read_data), (gst_pngdec_caps_create_and_set),
20890         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20891         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20892         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20893         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20894         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20895         very nice and handle push/pull based model. if you have filesrc
20896         connected to it, it will do random access to load the png file.
20897         If you have a network source that can't do _getrange, it does 
20898         progressive loading through the chain function.
20899         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20900         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20901         thanks to Master Wim Taymans ;-)
20902
20903 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20904
20905         * gst/matroska/Makefile.am:
20906         * gst/matroska/ebml-read.c:
20907         * gst/matroska/ebml-read.h:
20908         * gst/matroska/matroska-demux.c:
20909         * gst/matroska/matroska-demux.h:
20910         * gst/matroska/matroska.c: (plugin_init):
20911           Ported matroska demuxer to 0.9.
20912
20913 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20914
20915         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20916
20917         * gst/matroska/matroska-mux.c:
20918         (gst_matroska_mux_video_pad_setcaps),
20919         (gst_matroska_mux_audio_pad_setcaps):
20920           Fix mpeg4 input handling (#318847); also, while we're at it,
20921           fix media type for Motion-JPEG: should be image/jpeg.
20922
20923 2005-10-18  Wim Taymans  <wim@fluendo.com>
20924
20925         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20926         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20927         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20928         Fix for segment-start/stop API change.
20929
20930 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20931
20932         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20933         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20934         way.
20935
20936 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20937
20938         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20939         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20940         output declared in transform_caps.
20941
20942 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20943
20944         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20945
20946 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20947
20948         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20949         (gst_video_box_get_unit_size): Fix wrong size calculations and
20950         implement get_unit_size correctly.
20951
20952 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20953
20954         * configure.ac:
20955           Enable flx plugin.
20956
20957         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20958           Fix gcc4 signedness issue.
20959
20960 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20961
20962         * configure.ac: Adding videomixer.
20963         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20964         (user_read_data), (gst_pngdec_chain): More debugging.
20965         * gst/alpha/Makefile.am: Adding alphacolor
20966         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20967         (gst_alpha_color_class_init), (gst_alpha_color_init),
20968         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20969         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20970         (plugin_init): Ported to 0.9 using in place base tranform.
20971         * gst/videomixer/Makefile.am:
20972         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20973         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20974         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20975         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20976         (gst_videomixer_init), (gst_videomixer_getcaps),
20977         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20978         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20979         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20980         to 0.9 using collectpads.
20981
20982 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20983
20984         * configure.ac:
20985         * gst/flx/Makefile.am:
20986         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20987         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20988         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20989         * gst/flx/gstflxdec.h:
20990         flx plugin ported to 0.9
20991
20992 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20993
20994         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20995           use new gst_version_string()
20996
20997 2005-10-16  Andy Wingo  <wingo@pobox.com>
20998
20999         * configure.ac: GLIB_CHECK.
21000
21001 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21002
21003         * ext/libpng/Makefile.am:
21004         * ext/libpng/gstpng.c: (plugin_init):
21005         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21006         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21007         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21008
21009 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21010
21011         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21012
21013         * configure.ac:
21014         * gst/matroska/Makefile.am:
21015         * gst/matroska/ebml-ids.h:
21016         * gst/matroska/ebml-write.c:
21017         * gst/matroska/ebml-write.h:
21018         * gst/matroska/matroska-ids.h:
21019         * gst/matroska/matroska-mux.c:
21020         * gst/matroska/matroska-mux.h:
21021         * gst/matroska/matroska.c: (plugin_init):
21022           Port matroska muxer to 0.9 (#318847).
21023
21024 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21025
21026         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21027         (comment_init), (comment_add):
21028           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21029           use GST_READ_UINT32_LE() and friends rather than the private
21030           implementation of those same macros.
21031
21032 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21033
21034         * examples/stats/mp2ogg.c:
21035           more typo fixes
21036
21037 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21038
21039         * examples/indexing/indexmpeg.c: (main):
21040         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21041         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21042         * ext/esd/esdmon.h:
21043         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21044         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21045         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21046         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21047         * gst/avi/gstavimux.c: (gst_avimux_init):
21048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21049         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21050         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21051         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21052         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21053         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21054         * gst/oldcore/gstmultifilesrc.h:
21055         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21056         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21057         (gst_pipefilter_change_state):
21058         * gst/oldcore/gstpipefilter.h:
21059         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21060         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21061         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21062         * sys/osxaudio/gstosxaudiosink.h:
21063         * sys/osxaudio/gstosxaudiosrc.h:
21064           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21065           moved bitshift from macro to enum definition
21066
21067 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21068
21069         * ext/Makefile.am:
21070         * ext/cairo/Makefile.am:
21071         * ext/cairo/gstcairo.c: (plugin_init):
21072         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21073         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21074         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21075         * ext/cairo/gsttimeoverlay.h:
21076           update of cairo-based timeoverlay to 1.0 Cairo API
21077           doesn't work yet for resizing of output sink
21078
21079 2005-10-11  Wim Taymans  <wim@fluendo.com>
21080
21081         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21082         newsegment API fix.
21083
21084 2005-10-11  Wim Taymans  <wim@fluendo.com>
21085
21086         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21087         (gst_dvdemux_demux_frame):
21088         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21089         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21090         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21091         (gst_avi_demux_handle_seek):
21092         * gst/goom/gstgoom.c: (gst_goom_event):
21093         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21094         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21095         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21096         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21097         (gst_wavparse_srcpad_event):
21098         newsegment API update.
21099
21100 2005-10-11  Andy Wingo  <wingo@pobox.com>
21101
21102         * ext/speex/gstspeexenc.c: Signedness cleanups.
21103
21104 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21105
21106         * PORTED_09:
21107         * ext/speex/Makefile.am:
21108         * ext/speex/gstspeex.c:
21109         * ext/speex/gstspeexenc.c:
21110         Speexenc ported to 0.9
21111
21112 2005-10-10  Wim Taymans  <wim@fluendo.com>
21113
21114         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21115         (gst_oss_sink_init), (gst_oss_sink_set_property),
21116         (gst_oss_sink_get_property), (gst_oss_sink_open),
21117         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21118         * sys/oss/gstosssink.h:
21119         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21120         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21121         (gst_oss_src_prepare):
21122         Cleanups, make device configurable in the sink, handle and report
21123         errors.
21124
21125 2005-10-10  Wim Taymans  <wim@fluendo.com>
21126
21127         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21128         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21129         Make sure element is NULL before removing from the bin.
21130
21131 2005-10-07  Andy Wingo  <wingo@pobox.com>
21132
21133         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21134         block forever in a read().
21135         (gst_dv1394src_bus_reset): Post a message when the cable is
21136         unplugged.
21137         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21138         (gst_dv1394src_bus_reset): Don't unref the message.
21139
21140         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21141         hacking. The only change should be that the state change stuff was
21142         put into basesrc's start() and stop() routines, which coalesces
21143         some steps.
21144
21145 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21146
21147         * configure.ac:
21148           Add check for mmap
21149           
21150         * gst/debug/Makefile.am:
21151           Only compile efence plugin on systems that have mmap.
21152
21153 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21154
21155         * gst/debug/Makefile.am:
21156         * gst/debug/breakmydata.c:
21157         * gst/debug/gstdebug.c:
21158         * gst/debug/gstnavigationtest.c:
21159         * gst/debug/gstnavseek.c: 
21160         * gst/debug/gstnavseek.h:
21161         * gst/debug/progressreport.c: 
21162         * gst/debug/testplugin.c:
21163           Port progressreport, navseek, navigationtest, testsink and
21164           breakmydata.
21165
21166 2005-10-05  Edward Hervey  <edward@fluendo.com>
21167
21168         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21169         (gst_dvdemux_src_query):
21170         Fixes for better conversion
21171
21172 2005-10-04  Michael Smith <msmith@fluendo.com>
21173
21174         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21175         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21176         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21177         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21178           Set state of elements to NULL before removing from bins.
21179           Set state of test element to NULL if we failed to move it to READY
21180
21181 2005-10-04  Edward Hervey  <edward@fluendo.com>
21182
21183         * ext/dv/Makefile.am:
21184         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21185         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21186         Corrected the query function for position so it doesn't forget what
21187         format was asked, and calls the conversion functions on the correct pad.
21188
21189 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21190
21191         * configure.ac:
21192           back to development
21193
21194 === release 0.9.3 ===
21195
21196 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21197
21198         * configure.ac:
21199           Releasing 0.9.3, "Aramis"
21200
21201 2005-10-03  Andy Wingo  <wingo@pobox.com>
21202
21203         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21204         error returns.
21205
21206 2005-10-02  Andy Wingo  <wingo@pobox.com>
21207
21208         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21209
21210         * ext/flac/gstflacenc.c: Ported to 0.9.
21211
21212         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21213
21214         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21215         and link to gsttagedit. Enable flacenc.
21216
21217         * ext/flac/gstflacdec.c: Re-enable tag reading.
21218
21219 2005-09-30  Wim Taymans  <wim@fluendo.com>
21220
21221         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21222         * gst/rtp/gstrtpgsmparse.c:
21223         * gst/rtp/gstrtph263penc.c:
21224         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21225         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21226         (gst_rtpmp4venc_set_property):
21227         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21228         Various class and caps fixes from Andre Magalhaes (andrunko)
21229
21230 2005-09-29  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/level/level-example.c: (main):
21233         Update for new bus API.
21234
21235 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21236
21237         * configure.ac:
21238           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21239           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21240
21241 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21242
21243         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21244           Fix playback of mono streams (bytes_per_sample should be set
21245           from the sample width and the number of channels negotiated,
21246           and not just be set to 4) (#317338)
21247
21248 2005-09-26  Wim Taymans  <wim@fluendo.com>
21249
21250         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21251         (gst_rtpmpaenc_handle_buffer):
21252         Set buffer duration correctly.
21253
21254 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21255
21256         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21257         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21258         (gst_avi_demux_change_state):
21259           Don't crash when encountering a stream with an unknown fourcc or
21260           codec id. Instead, create a pad of type video/x-avi-unknown or
21261           audio/x-avi-unknown, which as a side-effect also results in less
21262           confusing error messages in players ('no decoder' vs. 'no streams');
21263           minor fixes to state change function and class_init function.
21264
21265 2005-09-24  Wim Taymans  <wim@fluendo.com>
21266
21267         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21268         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21269         These are sinks.
21270
21271 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21272
21273         * check/elements/level.c: (GST_START_TEST):
21274           fix test for new GstClockTime use
21275         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21276         (gst_level_transform_ip):
21277         * gst/level/gstlevel.h:
21278           fix up the decay peak, ensuring the decay peak is never lower
21279           than the peak for that interval
21280
21281 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21282
21283         * docs/plugins/gst-plugins-good-plugins.args:
21284         * docs/plugins/inspect/plugin-alpha.xml:
21285         * docs/plugins/inspect/plugin-rtp.xml:
21286         * gst/level/gstlevel.c: (gst_level_set_caps),
21287         (gst_level_transform_ip):
21288           updating docs
21289
21290 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21291
21292         * Makefile.am:
21293         * check/elements/level.c: (GST_START_TEST):
21294         * gst/level/Makefile.am:
21295         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21296         (gst_level_set_property), (gst_level_get_property),
21297         (gst_level_set_caps), (gst_level_message_new),
21298         (gst_level_transform_ip):
21299         * gst/level/gstlevel.h:
21300         * gst/level/level-example.c: (message_handler), (main):
21301           convert to using GstClockTime for all time values, finally.
21302
21303 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21304
21305         * gst/auparse/Makefile.am:
21306         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21307           fix up build
21308         * configure.ac:
21309         * ext/cairo/Makefile.am:
21310         * ext/dv/Makefile.am:
21311         * ext/esd/Makefile.am:
21312         * ext/flac/Makefile.am:
21313         * ext/gconf/Makefile.am:
21314         * ext/gdk_pixbuf/Makefile.am:
21315         * ext/jpeg/Makefile.am:
21316         * ext/ladspa/Makefile.am:
21317         * ext/libcaca/Makefile.am:
21318         * ext/libmng/Makefile.am:
21319         * ext/libpng/Makefile.am:
21320         * ext/mikmod/Makefile.am:
21321         * ext/pango/Makefile.am:
21322         * ext/raw1394/Makefile.am:
21323         * ext/shout2/Makefile.am:
21324         * ext/speex/Makefile.am:
21325         * gst/alpha/Makefile.am:
21326         * gst/autodetect/Makefile.am:
21327         * gst/avi/Makefile.am:
21328         * gst/cutter/Makefile.am:
21329         * gst/debug/Makefile.am:
21330         * gst/effectv/Makefile.am:
21331         * gst/flx/Makefile.am:
21332         * gst/goom/Makefile.am:
21333         * gst/interleave/Makefile.am:
21334         * gst/law/Makefile.am:
21335         * gst/matroska/Makefile.am:
21336         * gst/median/Makefile.am:
21337         * gst/monoscope/Makefile.am:
21338         * gst/multipart/Makefile.am:
21339         * gst/oldcore/Makefile.am:
21340         * gst/rtp/Makefile.am:
21341         * gst/rtsp/Makefile.am:
21342         * gst/smoothwave/Makefile.am:
21343         * gst/smpte/Makefile.am:
21344         * gst/videobox/Makefile.am:
21345         * gst/videofilter/Makefile.am:
21346         * gst/videomixer/Makefile.am:
21347         * gst/wavenc/Makefile.am:
21348         * gst/wavparse/Makefile.am:
21349         * sys/oss/Makefile.am:
21350         * sys/osxaudio/Makefile.am:
21351         * sys/osxvideo/Makefile.am:
21352           fix up GST_LIBS use
21353
21354 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21355
21356         * gst/auparse/Makefile.am:
21357         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21358           fix build of auparse
21359
21360 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21361
21362         * configure.ac:
21363         * PORTED_09:
21364         * gst/auparse/gstauparse.c:
21365         * gst/auparse/gstauparse.h:
21366         Auparse ported to 0.9.
21367
21368 2005-09-22  Wim Taymans  <wim@fluendo.com>
21369
21370         * gst/rtp/TODO:
21371         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21372         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21373         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21374         (gst_rtpmp4venc_set_property):
21375         * gst/rtp/gstrtpmp4venc.h:
21376         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21377         * gst/rtp/gstrtpmpaenc.h:
21378         Use is_filled to both check MTU and max-ptime of base class.
21379
21380 2005-09-22  Wim Taymans  <wim@fluendo.com>
21381
21382         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21383         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21384         (gst_rtpmp4venc_set_property):
21385         Don't fragment packets with multiple frames.
21386
21387 2005-09-22  Wim Taymans  <wim@fluendo.com>
21388
21389         * gst/rtp/TODO:
21390         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21391         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21392         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21393         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21394         (gst_rtpmp4venc_get_property):
21395         * gst/rtp/gstrtpmp4venc.h:
21396         Remove g_print.
21397         Update TODO
21398         Make payload encoder a bit smarter and more correct with
21399         timestamps.
21400         Added option in payloader to include config string in-band.
21401
21402 2005-09-21  Wim Taymans  <wim@fluendo.com>
21403
21404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21405         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21406         (gst_rtspsrc_send):
21407         Strip spaces for key/value pairs.
21408
21409 2005-09-21  Wim Taymans  <wim@fluendo.com>
21410
21411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21412         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21413         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21414         (gst_rtspsrc_change_state):
21415         More SDP parsing and caps setting.
21416         Do NO_PREROLL differently.
21417         add pads only after negotiated.
21418
21419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21420         (gst_udpsrc_getcaps):
21421         Implement the getcaps function.
21422
21423 2005-09-21  Wim Taymans  <wim@fluendo.com>
21424
21425         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21426         (gst_rtpamrdec_chain):
21427         Handle multiple AMr packets per payload. Handle CRC and
21428         parse ILL/ILP.
21429
21430         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21431         Make caps params strings for easy SDP mapping.
21432         
21433         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21434         Handle capsnego better.
21435
21436         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21437         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21438         Generate and parse config string in the caps.
21439
21440 2005-09-21  Wim Taymans  <wim@fluendo.com>
21441
21442         * gst/rtp/README:
21443         Update README
21444
21445         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21446         Make extra params as strings.
21447
21448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21449         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21450         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21451         Make state change return NO_PREROLL as this is a live
21452         source.
21453
21454         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21455         Don't unref old caps when NULL.
21456
21457 2005-09-20  Wim Taymans  <wim@fluendo.com>
21458
21459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21460         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21461         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21462         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21463         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21464         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21465         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21466         * gst/rtsp/sdpmessage.h:
21467         Add URI handler.
21468         Parse SDP and create caps.
21469
21470 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21471
21472         * gst/alpha/gstalpha.c:
21473           fix element description
21474
21475 2005-09-19  Wim Taymans  <wim@fluendo.com>
21476
21477         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21478         Don't check payload for now.
21479
21480 2005-09-19  Wim Taymans  <wim@fluendo.com>
21481
21482         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21483         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21484         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21485         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21486         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21487         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21488         (gst_wavparse_change_state):
21489         * gst/wavparse/gstwavparse.h:
21490         Fix wavparse some more.
21491
21492 2005-09-19  Wim Taymans  <wim@fluendo.com>
21493
21494         * check/elements/level.c: (GST_START_TEST):
21495         Fix for bus API change.
21496
21497 2005-09-19  Wim Taymans  <wim@fluendo.com>
21498
21499         * gst/level/level-example.c: (main):
21500         Fix for new bus API.
21501
21502         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21503         Set caps on pads.
21504
21505 2005-09-15  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst/rtp/Makefile.am:
21508         * gst/rtp/README:
21509         * gst/rtp/gstrtp.c: (plugin_init):
21510         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21511         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21512         (gst_rtpamrdec_change_state):
21513         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21514         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21515         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21516         * gst/rtp/gstrtpamrenc.h:
21517         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21518         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21519         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21520         * gst/rtp/gstrtpgsmenc.h:
21521         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21522         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21523         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21524         (gst_rtpgsmparse_change_state):
21525         * gst/rtp/gstrtpgsmparse.h:
21526         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21527         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21528         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21529         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21530         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21531         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21532         * gst/rtp/gstrtph263penc.h:
21533         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21534         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21535         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21536         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21537         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21538         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21539         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21540         * gst/rtp/gstrtpmp4venc.h:
21541         * gst/rtp/gstrtpmpadec.c:
21542         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21543         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21544         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21545         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21546         * gst/rtp/gstrtpmpaenc.h:
21547         Updates to payloader/depayloaders, make payloaders use
21548         the base classes.
21549         Updated README with suggested RTP caps and how to convert
21550         to/from SDP.
21551         Added config descriptor in mp4v payloader.
21552
21553 2005-09-15  Andy Wingo  <wingo@pobox.com>
21554
21555         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21556         * gst/autodetect/gstautovideosink.c
21557         (gst_auto_video_sink_find_best): Update for new registry API.
21558
21559 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21560
21561         * common/c-to-xml.py:
21562         * common/gtk-doc-plugins.mak:
21563           a simple py script to generate valid xml from a C example
21564           probably also need to strip an MIT license when we decide
21565         * docs/plugins/Makefile.am:
21566         * gst/level/Makefile.am:
21567         * gst/level/gstlevel.c: (gst_level_init):
21568         * gst/level/level-example.c: (message_handler), (main):
21569           add an example to level that will show up in the docs
21570         * gst/rtp/TODO:
21571           add a note for the future
21572
21573 2005-09-14  Michael Smith <msmith@fluendo.com>
21574
21575         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21576           Actually define the debug object being used in wavenc. Fixes #316205
21577
21578 2005-09-14  Michael Smith <msmith@fluendo.com>
21579
21580         * gst/smpte/Makefile.am:
21581           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21582           needed to build on windows (bug 316204)
21583
21584 2005-09-12  Andy Wingo  <wingo@pobox.com>
21585
21586         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21587
21588 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21589
21590         * configure.ac:
21591         * gst/fdsrc/Makefile.am:
21592         * gst/fdsrc/gstfdsrc.c:
21593         * gst/fdsrc/gstfdsrc.h:
21594           Move fdsrc back into gstreamer core elements.
21595
21596         * gst/level/gstlevel.c: (gst_level_class_init),
21597         (gst_level_transform_ip):
21598         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21599           Basetransform changes.
21600
21601 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21604         * ext/jpeg/smokecodec.c: (find_best_size):
21605           fix compiler warnings
21606
21607 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21608
21609         * gst-plugins-good.spec.in:
21610           spec file fixes
21611         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21612         (gst_multiudpsink_render), (gst_multiudpsink_add),
21613         (gst_multiudpsink_clear):
21614           it actually helps to actually stream if we hook up the
21615           "add" signal to an actual implementation
21616         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21617           some debugging
21618
21619 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21620
21621         * ext/jpeg/Makefile.am:
21622         * ext/jpeg/gstjpeg.c
21623         * ext/jpeg/gstjpegenc.c:
21624         * ext/jpeg/gstsmokeenc.c:
21625
21626 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21627
21628         * ext/flac/gstflacdec.c:
21629         * ext/flac/gstflacenc.c:
21630         * ext/flac/gstflactag.c:
21631         * ext/speex/gstspeexenc.c:
21632           gsttaginterface.h -> gsttagsetter.h
21633
21634 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21635
21636         * configure.ac:
21637         * gst/debug/Makefile.am:
21638         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21639         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21640         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21641         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21642         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21643           Port to 0.9 and re-enable efence plugin.
21644
21645 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21646
21647         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21648         (gst_flacdec_write), (gst_flacdec_convert_src):
21649         * ext/flac/gstflacdec.h:
21650           Add support for flac files with 24/32 bits per sample; and misc.
21651           minor clean-ups. Seeking is still partly broken (for me at least).
21652
21653 2005-09-06  Wim Taymans  <wim@fluendo.com>
21654
21655         * gst/rtp/Makefile.am:
21656         * gst/rtp/gstrtp.c: (plugin_init):
21657         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21658         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21659         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21660         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21661         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21662         (gst_rtpmp4vdec_plugin_init):
21663         * gst/rtp/gstrtpmp4vdec.h:
21664         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21665         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21666         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21667         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21668         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21669         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21670         * gst/rtp/gstrtpmp4venc.h:
21671         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21672         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21673         Added mpeg4 video payload encoder/decoder.
21674         Added some docs in mpa payloader.
21675
21676 === release 0.9.1 ===
21677
21678 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21679
21680         * NEWS:
21681         * README:
21682         * RELEASE:
21683         * autogen.sh:
21684         * configure.ac:
21685           releasing 0.9.1, "Blondie"
21686
21687 2005-09-05  Andy Wingo  <wingo@pobox.com>
21688
21689         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21690         here from the state change handler, so we fire signals without
21691         holding the state lock.
21692
21693 2005-09-02  Andy Wingo  <wingo@pobox.com>
21694
21695         * All plugins updated for element state changes.
21696
21697 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21698
21699         * Makefile.am:
21700         * check/.cvsignore:
21701         * check/Makefile.am:
21702         * check/elements/.cvsignore:
21703         * check/elements/level.c: (setup_level), (cleanup_level),
21704         (GST_START_TEST), (level_suite), (main):
21705           add a test for level
21706         * common/release.mak:
21707           move the enum checking to release.mak
21708         * configure.ac:
21709           add valgrind and check checking
21710         * gst/level/gstlevel.c: (gst_level_transform):
21711         * gst/level/gstlevel.h:
21712           fix Andy's cast bug
21713           convert a field to int
21714           fix the arithmetic to int when checking for emit so that a
21715           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21716
21717 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21718
21719         * Makefile.am:
21720         * configure.ac:
21721           add docs to build
21722         * common/plugins.xsl:
21723           wrap Description into a refsect2
21724         * docs/Makefile.am:
21725         * docs/plugins/Makefile.am:
21726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21727         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21728         * gst/goom/Makefile.am:
21729         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21730         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21731         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21732         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21733         (gst_goom_change_state):
21734         * gst/goom/gstgoom.h:
21735           GstGOOM -> GstGoom
21736           add an example launch line
21737         * gst/level/gstlevel.h:
21738         * gst/monoscope/gstmonoscope.c:
21739           cleanups
21740
21741 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21742
21743         * configure.ac:
21744         * docs/plugins/Makefile.am:
21745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21747         * docs/plugins/gst-plugins-good-plugins.types:
21748           document elements and plugins.  Shazam !
21749
21750 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21751
21752         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21753           be found under doc/random/ChangeLog-0.8