gst/goom/: Add license headers in all source files. Remove filter.c from
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/goom/Makefile.am:
4         * gst/goom/README:
5         * gst/goom/config_param.c:
6         * gst/goom/convolve_fx.c:
7         * gst/goom/drawmethods.c:
8         * gst/goom/drawmethods.h:
9         * gst/goom/filters.c:
10         * gst/goom/filters_mmx.s:
11         * gst/goom/flying_stars_fx.c:
12         * gst/goom/goom.h:
13         * gst/goom/goom_config.h:
14         * gst/goom/goom_config_param.h:
15         * gst/goom/goom_core.c:
16         * gst/goom/goom_filters.h:
17         * gst/goom/goom_fx.h:
18         * gst/goom/goom_graphic.h:
19         * gst/goom/goom_plugin_info.h:
20         * gst/goom/goom_tools.c:
21         * gst/goom/goom_tools.h:
22         * gst/goom/goom_typedefs.h:
23         * gst/goom/goom_visual_fx.h:
24         * gst/goom/graphic.c:
25         * gst/goom/ifs.c:
26         * gst/goom/ifs.h:
27         * gst/goom/lines.c:
28         * gst/goom/lines.h:
29         * gst/goom/mathtools.c:
30         * gst/goom/mathtools.h:
31         * gst/goom/mmx.c:
32         * gst/goom/motif_goom1.h:
33         * gst/goom/motif_goom2.h:
34         * gst/goom/plugin_info.c:
35         * gst/goom/ppc_drawings.h:
36         * gst/goom/ppc_zoom_ultimate.h:
37         * gst/goom/sound_tester.c:
38         * gst/goom/sound_tester.h:
39         * gst/goom/surf3d.c:
40         * gst/goom/surf3d.h:
41         * gst/goom/tentacle3d.c:
42         * gst/goom/tentacle3d.h:
43         * gst/goom/v3d.c:
44         * gst/goom/v3d.h:
45         * gst/goom/xmmx.c:
46           Add license headers in all source files. Remove filter.c from
47           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
48           which are not used right now. Fixes #557709.
49
50 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         Patch by: Olivier Crete <tester at tester dot ca>
53
54         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
55         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
56         Implement getcaps in rtpL16pay. Fixes #556484.
57
58 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
59
60         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
61         (gst_rtp_L16_depay_process):
62         Check if clock-rate and channels are valid.
63         Don't ignore the return value of setcaps.
64         No need to validate the buffer, the base class does that for us.
65         Use the marker bit to set the DISCONT flag on outgoing buffers.
66
67         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
68         Don't ignore the return value of set_outcaps.
69
70         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
71         (gst_rtp_ac3_depay_process):
72         Don't ignore the return value of set_caps.
73         No need to validate the buffer, the base class does that for us.
74
75         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
76         (gst_rtp_amr_depay_process):
77         * gst/rtp/gstrtpamrdepay.h:
78         Don't ignore the return value of setcaps.
79         No need to validate the buffer, the base class does that for us.
80         No need to set output caps on the buffers, the base class does that for
81         us.
82         The subclass will make sure we are negotiated.
83         
84         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
85         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
86         * gst/rtp/gstrtpdvdepay.h:
87         Clean up caps negotiation.
88         The subclass will make sure we are negotiated.
89
90         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
91         (gst_rtp_g726_depay_process):
92         Clean up caps negotiation.
93         Use the marker bit to set the DISCONT flag on outgoing buffers.
94
95         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
96         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
97         * gst/rtp/gstrtpg729depay.h:
98         The subclass will make sure we are negotiated.
99         Use the marker bit to set the DISCONT flag on outgoing buffers.
100
101         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
102         (gst_rtp_gsm_depay_process):
103         Clean up caps negotiation.
104         Use the marker bit to set the DISCONT flag on outgoing buffers.
105
106         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
107         Clean up caps negotiation.
108         Don't ignore the return value of set_outcaps.
109
110         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
111         (gst_rtp_h263_depay_process):
112         Clean up caps negotiation.
113         No need to validate the buffer, the base class does that for us.
114
115         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
116         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
117         * gst/rtp/gstrtph263pay.h:
118         Don't ignore the return value of set_outcaps.
119         Do some more timestamps.
120
121         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
122         (gst_rtp_h263p_depay_process):
123         Clean up caps negotiation.
124         Don't ignore the return value of setcaps.
125         No need to validate the buffer, the base class does that for us.
126
127         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
128         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
129         (gst_rtp_h263p_pay_handle_buffer):
130         * gst/rtp/gstrtph263ppay.h:
131         Don't ignore the return value of set_outcaps.
132         Do some more timestamps.
133
134         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
135         (gst_rtp_h264_depay_process):
136         Clean up caps negotiation.
137         Don't ignore the return value of setcaps.
138         Fix possible caps leak.
139         No need to validate the buffer, the base class does that for us.
140
141         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
142         Add some more debug info.
143
144         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
145         (gst_rtp_ilbc_depay_process):
146         Clean up caps negotiation.
147         Use the marker bit to set the DISCONT flag on outgoing buffers.
148
149         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
150         Clean up caps negotiation.
151
152         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
153         (gst_rtp_mp1s_depay_process):
154         Clean up caps negotiation.
155         Don't ignore the return value of setcaps.
156         No need to validate the buffer, the base class does that for us.
157         No need to set caps on buffers, subclass does that for us.
158
159         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
160         (gst_rtp_mp2t_depay_process):
161         Clean up caps negotiation.
162         Don't ignore the return value of setcaps.
163         No need to validate the buffer, the base class does that for us.
164         No need to set caps on buffers, subclass does that for us.
165
166         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
167         (gst_rtp_mp4a_depay_process):
168         Clean up caps negotiation.
169         Don't ignore the return value of setcaps.
170         No need to validate the buffer, the base class does that for us.
171
172         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
173         (gst_rtp_mp4a_pay_setcaps):
174         Don't ignore the return value of set_outcaps.
175
176         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
177         (gst_rtp_mp4g_depay_process):
178         Clean up caps negotiation.
179         Don't ignore the return value of setcaps.
180         No need to validate the buffer, the base class does that for us.
181         No need to set caps on buffers, subclass does that for us.
182
183         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
184         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
185         Don't ignore the return value of set_outcaps.
186
187         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
188         (gst_rtp_mp4v_depay_process):
189         Clean up caps negotiation.
190         Don't ignore the return value of setcaps.
191         No need to validate the buffer, the base class does that for us.
192         No need to set caps on buffers, subclass does that for us.
193
194         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
195         (gst_rtp_mp4v_pay_setcaps):
196         Don't ignore the return value of set_outcaps.
197
198         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
199         (gst_rtp_mpa_depay_process):
200         Clean up caps negotiation.
201         Don't ignore the return value of setcaps.
202         No need to validate the buffer, the base class does that for us.
203         Use the marker bit to set the DISCONT flag on outgoing buffers.
204
205         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
206         Don't ignore the return value of set_outcaps.
207
208         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
209         (gst_rtp_mpv_depay_process):
210         Clean up caps negotiation.
211         Actually set output caps.
212         No need to validate the buffer, the base class does that for us.
213
214         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
215         Don't ignore the return value of set_outcaps.
216
217         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
218         (gst_rtp_pcma_depay_process):
219         Clean up caps negotiation.
220         Set output buffer duration because we can.
221         Use the marker bit to set the DISCONT flag on outgoing buffers.
222
223         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
224         Don't ignore the return value of set_outcaps.
225
226         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
227         (gst_rtp_pcmu_depay_process):
228         Clean up caps negotiation.
229         Use the marker bit to set the DISCONT flag on outgoing buffers.
230
231         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
232         Don't ignore the return value of set_outcaps.
233
234         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
235         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
236         Clean up caps negotiation.
237         Set output caps on the pad and header buffers.
238         Set duration on output buffers because we can.
239
240         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
241         Don't ignore the return value of set_outcaps.
242
243         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
244         (gst_rtp_sv3v_depay_process):
245         Clean up caps negotiation.
246         No need to validate the buffer, the base class does that for us.
247         No need to set caps out output buffers, subclass does that.
248
249         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
250         (gst_rtp_theora_depay_process):
251         Don't ignore the return value of setcaps.
252         No need to validate the buffer, the base class does that for us.
253
254         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
255         (gst_rtp_theora_pay_flush_packet), (encode_base64),
256         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
257         (gst_rtp_theora_pay_handle_buffer):
258         Don't ignore the return value of set_outcaps.
259
260         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
261         (gst_rtp_vorbis_depay_process):
262         Don't ignore the return value of setcaps.
263         No need to validate the buffer, the base class does that for us.
264
265         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
266         Don't ignore the return value of set_outcaps.
267
268         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
269         Clean up caps negotiation, don't ignore setcaps return.
270
271         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
272         Don't ignore the return value of set_outcaps.
273
274 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         * gst/matroska/matroska-demux.c:
277         (gst_matroska_demux_handle_src_event):
278         Forward unknown events upstream.
279
280 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
281
282         * tests/check/elements/icydemux.c: (icydemux_found_pad):
283         Add some refcount check
284
285         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
286         Don't ignore the result of write(), fixes a  compiler warning for me.
287
288         * tests/icles/videobox-test.c: (main):
289         Make the output a little more pretty.
290
291 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
292
293         * ext/esd/esdmon.c:
294           Add doc blob.
295
296 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
297
298         * docs/plugins/Makefile.am:
299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
300         * docs/plugins/gst-plugins-good-plugins-sections.txt:
301         * docs/plugins/gst-plugins-good-plugins.args:
302         * docs/plugins/gst-plugins-good-plugins.hierarchy:
303         * docs/plugins/gst-plugins-good-plugins.interfaces:
304         * docs/plugins/inspect/plugin-autodetect.xml:
305           Add the docs of the new elements.
306
307 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
308
309         * gst/autodetect/gstautoaudiosrc.c:
310         (gst_auto_audio_src_class_init):
311         * gst/autodetect/gstautovideosrc.c:
312         (gst_auto_video_src_class_init):
313         Fix "Since" tags in the documentation.
314
315 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
316
317         Patch by: Sjoerd Simons <sjoerd at luon dot net>
318
319         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
320         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
321         Add support for souphttpsrc to act as a live source. This makes it
322         possible to get timestamped buffers in combination with the
323         "do-timestamp" property. Fixes bug #556019.
324
325 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
326
327         * gst/autodetect/Makefile.am:
328         * gst/autodetect/gstautoaudiosink.c:
329         * gst/autodetect/gstautoaudiosrc.c:
330         * gst/autodetect/gstautoaudiosrc.h:
331         * gst/autodetect/gstautodetect.c:
332         * gst/autodetect/gstautovideosink.c:
333         * gst/autodetect/gstautovideosrc.c:
334         * gst/autodetect/gstautovideosrc.h:
335           Implement src plugins. Little code/string cleanup in the sinks.
336           Fixes #523813.
337
338 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
339
340         Patch by: Peter Kjellerstedt <pkj at axis com>
341
342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
343         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
344         Fix a memory leak when pads are requested but the pipeline never
345         goes into PLAYING.
346
347         Correctly remove request pads, no matter if they have collected
348         data or not.
349
350         Fixes bug #557710.
351
352 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
353
354         Patch by: <lrn1986 at gmail dot com>
355
356         * gst/udp/gstudpnetutils.h:
357         Define the correct WINVER so getaddinfo() can be used when using
358         mingw32. Fixes bug #557294.
359
360 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
361
362         Patch by: <lrn1986 at gmail dot com>
363
364         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
365         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
366         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
367         Fix "argument type mismatch" compiler warnings on Windows.
368         Fixes bug #557293.
369
370 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
371
372         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
373         Don't calculate the filter coefficients for every single buffer
374         but only when it's needed. Fixes bug #557260.
375
376 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
377
378         * configure.ac:
379         Back to development -> 0.10.11.1
380
381 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
382
383         * gst-plugins-good.doap:
384         Fix version number of 0.10.11 release in doap file
385
386 === release 0.10.11 ===
387
388 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
389
390         * configure.ac:
391           releasing 0.10.11, "Secondary Consideration"
392
393 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
394
395         * configure.ac:
396         Commit 0.10.10.4 pre-release
397
398 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
399
400         * gst/avi/gstavimux.c:
401         Fix VPRP chunk setup in avimux.
402         Fixes: #556010
403         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
404
405 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
406
407         * gst/videobox/gstvideobox.c:
408         support dynamically changing properties in videobox
409         Fixed: #557085
410         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
411
412 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
413
414         * configure.ac:
415         0.10.10.3 pre-release
416
417 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
418
419         * tests/check/Makefile.am:
420         Don't run the states test on pulsesrc and pulsesink
421
422 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
423
424         * configure.ac:
425         Commit 0.10.10.2 pre-release bump that actually went
426         out on 2008-10-11
427
428 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
429
430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
431         Skip entries for streams that don't have a output pad yet, thereby
432         avoiding calling pad functions with a NULL pad.
433         Fixes #556424
434
435 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
436
437         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
438         * tests/check/elements/icydemux.c: (icydemux_found_pad):
439         Remove problematic and useless refcount check.
440         Fixes #556381
441
442 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
443
444         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
445         Remove problematic and useless refcount check.
446         Fixes #556381
447
448 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
449
450         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
451         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
452         Cast some size_t arguments to guint to avoid compiler
453         warnings on 64-bit systems.
454
455 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
456
457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
458         Return TRUE instead of FALSE from the event handler when we swallowed the
459         event.
460
461 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
464         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
465         Reset header state. Fixes #555321.
466
467 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
470         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
471         * gst/avi/gstavidemux.h:
472         For timestamping audio packets we need to take into account the
473         amount of blocks in one entry using the blockalign. Fixes some sync
474         issues with zero-padded audio blocks in the beginning of avi files.
475
476 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
477
478         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
479         (gst_multi_file_src_query):
480         Implement DEFAULT and BUFFER position queries. See #555260.
481
482 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
483
484         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
485         Fix build for systems that don't have XDamage.
486
487 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
488
489         * tests/examples/rtp/client-H263p.sdp:
490         * tests/examples/rtp/client-H263p.sh:
491         * tests/examples/rtp/server-VTS-H263p.sh:
492         Add some more H263p server and client examples.
493
494 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
495
496         * configure.ac::
497           Depend on released versions of core and base.
498
499 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
502         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
503         Return -1 instead of 0 in error cases. Fixes #554771.
504
505 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
506
507         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
508         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
509         Stop leaking the cursor image.
510         Unref the last_ximage and the cached cursor image on shutdown.
511         Fixes #551570.
512
513 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
514
515         * sys/v4l2/gstv4l2object.h:
516         Getting the Class from an instance is not just a matter of casting it to
517         the class struct but it involves calling G_OBJECT_GET_CLASS on the
518         instance. Fixes #549784.
519
520 2008-10-01  Michael Smith <msmith@songbirdnest.com>
521
522         * configure.ac:
523           Fix libs for linking directsound.
524         * sys/directsound/gstdirectsoundsink.c:
525           Fix buffer sizing to prevent racing the ringbuffer at startup.
526           Add volume property.
527
528 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
529
530         * ext/pulse/pulsesink.c:
531         Fix problems with pulsesink randomly erroring with code 'OK' after a
532         format change on the stream by waiting when disconnecting the stream.
533
534 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
535
536         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
537         (gst_rtp_amr_depay_process):
538         Mark DISCONT on output buffers when the marker bit signals a new talk
539         spurt.
540
541         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
542         Set the marker bit for buffers with a DISCONT flag to signal a talk
543         spurt.
544
545 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
546
547         * gst/rtp/Makefile.am:
548         * gst/rtp/gstrtp.c: (plugin_init):
549         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
550         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
551         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
552         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
553         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
554         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
555         * gst/rtp/gstrtpmp4apay.h:
556         Added MP4A-LATM payloader to match the depayloader.
557
558 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
559
560         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
561         (gst_videomixer_sink_event):
562         Handle segments a little better. Fixes #537361.
563
564 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
567         Don't assume the server supports PAUSE by default. Fixes #551048.
568
569 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
570
571         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
572         (gst_udpsrc_set_uri), (gst_udpsrc_start):
573         Switch on the socket family to get the addrlen size right.
574
575 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
576
577         Patch by: Daniel Franke <df at dfranke dot us>
578
579         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
580         OS X's bind() implementation is picky about its addrlen parameter and
581         fails with EINVAL if it is larger than expected for the socket's address
582         family. Set the length to the expected length instead. Fixes #553191.
583
584 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
585
586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
587         Handle the case where we cannot do desribe or when the describe result
588         does not contain a valid SDP message.
589
590 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
593         Fix setting the qos.
594
595 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
596
597         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
598         (gst_qtdemux_chain):
599         Some 'broken' files out there have atom lengths of zero...
600         which basically results in qtdemux consuming that atom again and again
601         until the *end of night* !
602         Detect that and emits an adequate element error message.
603
604 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
605
606         * gst/interleave/Makefile.am:
607         * gst/matroska/Makefile.am:
608         Fix build flags order.
609
610         * tests/check/elements/audioamplify.c: (GST_START_TEST):
611         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
612         * tests/check/elements/audioinvert.c: (GST_START_TEST):
613         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
614         Format fixes.
615
616         * tests/check/elements/multifile.c:
617         Pull in unistd.h
618
619 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
622         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
623         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
624         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
625         (gst_rtp_mp4g_depay_change_state):
626         * gst/rtp/gstrtpmp4gdepay.h:
627         Handle interleaved streams by reordering AU in a queue.
628
629 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
632         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
633         Change some of the ranges in the caps, mostly for the amount of bits we
634         can use.
635         Added a little bitstream parse and use it to parse the AU header fields.
636         Check for malformed and wrongly sized packets better.
637         Implement more header field parsing.
638         Handle the size of fragmented packets correctly.
639
640 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
641
642         Patch by: Jonathan Matthew <notverysmart@gmail.com>
643         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
644         Add mapping for 'tiff' => image/tiff
645         Fixes #552213
646
647 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
648
649
650         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
651         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
652           Pretend to care about the result of write() which works around
653           compiler warnings.
654
655 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
656
657         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
658           Make sure the desired default values are actually set, not only
659           registered as defaults (actual problem is that the stereo-specific
660           values are only updated if channels==2, which is not the case yet
661           when the object is created, so the default values for the
662           mid-side-stereo and loose-mid-side-stereo settings are never
663           set in _update_quality()). Makes flacenc create smaller files by
664           default (for stereo input), and fixes #550791.
665
666 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
667
668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
669         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
670         (qtdemux_parse_trak), (qtdemux_video_caps):
671         * gst/qtdemux/qtdemux.h:
672         * gst/qtdemux/qtdemux_fourcc.h:
673         * gst/qtdemux/qtdemux_types.c:
674         Add support for video/mj2 mime-type and its additional atoms/boxes.
675         Fixes #550646.
676
677 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
678
679         * gst/debug/gsttaginject.c:
680           Add warning when tags parameter is unparsable and give example for
681           quoting in the docs.
682
683 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
684
685         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
686         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
687         Add some alternative byteswapped mappings that seem to pop up sometimes.
688         Fixes #550288.
689
690 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
691
692         * po/LINGUAS:
693         * po/POTFILES.in:
694         * po/POTFILES.skip:
695           Add 'ca' to LINGUAS; add some more files with translations and some
696           files which should be ignored by translation tools.
697
698 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
699
700         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
701         * ext/speex/gstspeexdec.h:
702         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
703         * ext/speex/gstspeexenc.h:
704         Use integer encoding and decoding functions instead of converting
705         the integer input to float in the element. The libspeex integer
706         functions are doing this for us already or, if libspeex was compiled
707         in integer mode, they're doing everything using integer arithmetics.
708         Also saves some copying around.
709
710 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
711
712         * configure.ac:
713           Fix --disable-external
714
715 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
716
717         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
718         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
719         * ext/wavpack/gstwavpackenc.h:
720         Handle non-zero start timestamps and stream discontinuities
721         correctly. This only has an effect if we're muxing into
722         a container format as the raw WavPack stream must contain
723         continous sample numbers.
724
725 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
726
727         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
728         Correct the timestamp and granulepos calculation by one Speex
729         frame.
730
731 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
732
733         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
734         Correctly take the granulepos from upstream if possible and
735         correctly handle the granulepos in various calculations: the
736         granulepos is the sample number of the _last_ sample in a frame, not
737         the first.
738
739         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
740         (gst_speex_enc_encode), (gst_speex_enc_chain),
741         (gst_speex_enc_change_state):
742         * ext/speex/gstspeexenc.h:
743         Handle non-zero start timestamps in the encoder and detect/handle
744         stream discontinuities. Fixes bug #547075.
745
746 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
747
748         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
749
750         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
751         Fix compiler warnings caused by passing a string as format string
752         instead of "%s" and then the string. This is only exposed by -Wformat=2
753         as used by default on Ubuntu. Fixes bug #550015.
754
755 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
756
757         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
758         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
759         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
760         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
761         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
762           (gst_ebml_read_element_length):
763         * gst/matroska/matroska-demux.c:
764           (gst_matroska_demux_check_subtitle_buffer):
765           Make stuff compile with GST_DISABLE_GST_DEBUG.
766
767 2008-08-28  Michael Smith <msmith@songbirdnest.com>
768
769         * gst/law/alaw.c:
770         * gst/law/mulaw.c:
771           Ref caps before passing to gst_pad_template_new(), since that takes
772           ownership.
773
774 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
775
776         Patch by: Mersad Jelacic <mersad at axis dot com>
777
778         * gst/multipart/multipartdemux.c:
779         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
780         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
781         demuxer. Fixes #549551.
782
783 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
784
785         * sys/osxaudio/gstosxaudiosink.c:
786         (gst_osx_audio_sink_select_device):
787         * sys/osxaudio/gstosxaudiosrc.c:
788         (gst_osx_audio_src_create_ringbuffer),
789         (gst_osx_audio_src_select_device):
790         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
791         Fix the build on macosx.
792
793 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
794
795         * gst/icydemux/gsticydemux.c:
796           Small docs fix: in the example pipeline, we need to pass
797           iradio-mode=true to the source, so the server actually sends
798           an ICY stream.
799
800 2008-08-26  Michael Smith <msmith@songbirdnest.com>
801
802         * sys/osxaudio/gstosxaudio.c:
803           Oops. Revert more completely.
804
805 2008-08-26  Michael Smith <msmith@songbirdnest.com>
806
807         * sys/osxaudio/gstosxaudio.c:
808           Revert accidental element rename from testing.
809
810 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
811
812         * gst-plugins-good.doap:
813         Pull in 0.10.10 doap entry from release branch
814
815 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
816
817         * configure.ac:
818         Update version number to reflect 0.10.10 release from
819         branch.
820
821 2008-08-26  Michael Smith <msmith@songbirdnest.com>
822
823         * sys/osxaudio/Makefile.am:
824         * sys/osxaudio/gstosxaudio.c:
825         * sys/osxaudio/gstosxaudiosink.c:
826         * sys/osxaudio/gstosxaudiosink.h:
827         * sys/osxaudio/gstosxaudiosrc.c:
828         * sys/osxaudio/gstosxaudiosrc.h:
829         * sys/osxaudio/gstosxringbuffer.c:
830         * sys/osxaudio/gstosxringbuffer.h:
831           Rewrite caps setting and ring buffer initialisation.
832           Previously we never told CoreAudio what format we were going to send it,
833           so it only worked due to luck, and not at all on some hardware.
834           Now we explicitly advertise what formats the hardware supports, and then
835           configure the selected one correctly.
836
837 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
838
839         * sys/v4l2/gstv4l2object.c:
840         * sys/v4l2/gstv4l2src.c:
841         * sys/v4l2/gstv4l2src.h:
842         * sys/v4l2/v4l2_calls.c:
843         * sys/v4l2/v4l2src_calls.c:
844           Fix memory leaks. Small code cleanups : No need for empty _init(). No
845           need to memset instance structures. Some more FIXME's and comments.
846
847 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
848
849         * tests/icles/.cvsignore:
850           Ignore more.
851
852 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
853
854         * gst/goom/.cvsignore:
855         * gst/goom2k1/.cvsignore:
856           Ignore files.
857
858 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
859
860         * ext/cairo/gsttextoverlay.c:
861           Fix compiler warning.
862
863 2008-08-25  David Schleef  <ds@schleef.org>
864
865         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
866
867 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
868
869         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
870         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
871         * gst/matroska/matroska-mux.c:
872         (gst_matroska_mux_video_pad_setcaps),
873         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
874         Add Real[Audio|Video] support to Matroska containers.
875         It works fine for:
876         * decoding real audio/video streams contained in mkv
877         * 'transmuxing' real (.rm) files into .mkv files
878         It will not work though for encoding real[audio/video] streams that
879         don't contain the 'mdpr_data' extra data on the caps.
880         The reason why this will not work is because I never intended to
881         duplicate virtually all the 'mdpr' block creation into mkvmux.
882         Fixes #536067
883
884 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
885
886         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
887         * gst/law/mulaw-conversion.c:
888         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
889         (gst_mulawenc_chain):
890         The encoder can't really renegotiate at the time they perform a
891         pad-alloc so make the srcpads use fixed caps.
892         Check the buffer size after a pad-alloc because the returned size might
893         not be right when the downstream element does not know the size of the
894         new buffer (capsfilter). Fixes #549073.
895
896 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
897
898         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
899
900         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
901         v4l2src doesn't have a property named "norm" so don't try to notify
902         about changes to that property. The "norm" property and related
903         code are commented out currently. Fixes bug #549090.
904
905 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
906
907         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
908
909         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
910         Reprobe devices again instead of taking a cached list as new
911         devices could've been plugged in. Fixes bug #549062.
912
913 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
914
915         * gst/autodetect/Makefile.am:
916         Don't link the autodetect plugin with GConf as it doesn't
917         use GConf. Fixes bug #545463.
918
919 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
920
921         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
922         (gst_ebml_read_element_length), (gst_ebml_read_uint),
923         (gst_ebml_read_sint), (gst_ebml_read_float),
924         (gst_ebml_read_header):
925         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
926         possible to ignore errors and not post any ERROR messages on
927         the bus.
928
929         * gst/matroska/matroska-demux.c:
930         (gst_matroska_demux_parse_contents):
931         Ignore any errors and not just EOS when parsing the contents of
932         a SeekHead. Errors here are usually caused by truncated files
933         and playback of the file works fine. Fixes playback of the
934         audio_only_chapter_seekbroken.mka file from the MPlayer samples
935         archive.
936
937 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
938
939         * gst/multipart/multipartdemux.c:
940         * gst/multipart/multipartmux.c:
941         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
942
943 2008-08-21  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
944
945         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
946           gst_directdraw_sink_bufferpool_clear):
947           Fix two more buffer ref leaks.
948
949 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
950
951         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
952
953         * sys/directdraw/gstdirectdrawsink.c:
954           (gst_directdraw_sink_show_frame):
955           Fix buffer ref leak.
956
957 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
958
959         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
960         Revert the last commit. wavenc still supports width!=depth for 32 bit
961         width. Thanks Tim.
962
963 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
964
965         * gst/matroska/matroska-demux.c:
966         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
967         If the duration of a block is unknown only use the timestamp for the
968         first lace and use GST_CLOCK_TIME_NONE as duration for the following
969         laces. Otherwise every lace has the same timestamp which leads to
970         various problems. Really fixes bug #548831.
971
972 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
973
974         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
975         If we're not allowing width!=depth in wavenc we should also disable
976         the code that was added to support width!=depth.
977
978 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
979
980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
981         Don't calculate the default duration of a frame from the audio sampling
982         rate. This only works for raw audio if every frame contains a single
983         sample and results in broken buffer durations for other formats
984         if no specified default duration is given or the blocks have no
985         duration. Fixes bug #548831.
986
987 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
988
989         * gst/matroska/matroska-demux.c:
990         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
991         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
992         are used for text/plain subtitles as a gap-filler in some files.
993
994 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
997         (gst_v4l2_get_caps_info):
998         Add S910 and PWC formats with a low priority.
999
1000         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1001         (gst_v4l2src_probe_caps_for_format):
1002         Add more debugging.
1003
1004 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1005
1006         * ext/flac/gstflacenc.c:
1007           Fix compilation against older libflac versions.
1008
1009 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1010
1011         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1012         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1013         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1014         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1015         (gst_pulsemixer_ctrl_set_volume):
1016         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1017         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1018         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1019         (gst_pulsesink_init), (gst_pulsesink_open),
1020         (gst_pulsesink_prepare), (gst_pulsesink_write),
1021         (gst_pulsesink_delay), (gst_pulsesink_reset):
1022         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1023         (gst_pulsesrc_init):
1024         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1025         Fix a locking issue in pulsesink's prepare function.
1026
1027         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1028         Check if the created channel layout is valid for GStreamer.
1029
1030 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1031
1032         * gst/rtsp/gstrtspgoogle.c:
1033         Things that can happen when your brain is in google mode trying to
1034         deal with their google rtsp server extensions and trying to type your
1035         google mail account.
1036
1037 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         * gst/rtsp/Makefile.am:
1040         * gst/rtsp/gstrtsp.c: (plugin_init):
1041         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1042         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1043         (_do_init), (gst_rtsp_google_base_init),
1044         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1045         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1046         (gst_rtsp_google_extension_init):
1047         * gst/rtsp/gstrtspgoogle.h:
1048         Add google RTSP extension, it can only handle udp and responds with
1049         unsupported if we do anything else. Fixes #546465.
1050
1051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1052         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1053         (gst_rtspsrc_create_transports_string),
1054         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1055         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1056         Make transport setup code a bit better using GString.
1057         Add some more debug.
1058         Check for closed connections before doing anything on them.
1059
1060 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1061
1062         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1063         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1064         (gst_pulsesrc_prepare):
1065         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1066         (gst_pulse_channel_map_to_gst):
1067         * ext/pulse/pulseutil.h:
1068         If downstream provides no channel layout and >2 channels should be
1069         used use the default layout that pulseaudio chooses and also
1070         add this layout to the caps. Fixes bug #547258.
1071
1072 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1073
1074         Patch by: Peter Kjellerstedt <pkj at axis com>
1075
1076         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1077         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1078         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1079         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1080         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1081         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1082         (gst_udpsrc_set_property):
1083         Avoid leaking internally allocated file descriptors when setting
1084         custom file descriptors. Fixes #543101.
1085
1086 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1087
1088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1089         Don't try to configure RTCP back to the server when the server did not
1090         give us a valid port number.
1091
1092 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1093
1094         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1095         Use new basetransform method to renegotiate. Fixes #544956.
1096
1097         * tests/icles/Makefile.am:
1098         * tests/icles/videobox-test.c: (make_pipeline), (main):
1099         Add videobox renegotiation example.
1100
1101 2008-08-19  David Schleef  <ds@schleef.org>
1102
1103         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1104         with sane values.  Fixes #548530.
1105
1106 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1107
1108         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1109         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1110         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1111         are already filled with the correct values by
1112         gst_ring_buffer_parse_caps() so there's no need to set them again
1113         with wrong values.
1114
1115 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1116
1117         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1118         (gst_avi_demux_read_subindexes_push):
1119         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1120         and instead of using the 'ix##' nomenclature, use '##ix'.
1121         They're still valid though, this fixes the duration and indexes for
1122         virtually all the ODML files I have.
1123
1124 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1125
1126         Patch by: Olivier Crete <tester at tester dot ca>
1127
1128         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1129         (gst_rtp_vorbis_depay_process):
1130         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1131         Update the vorbis RTP pay/depay to RFC 5215.
1132         Fixes #547842.
1133
1134 2008-08-14  David Schleef  <ds@schleef.org>
1135
1136         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1137           with 3:2 pulldown, i.e., 24p.
1138
1139 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1140
1141         * tests/check/elements/level.c: (GST_START_TEST):
1142         Fix compilation some more.
1143
1144 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1145
1146         * configure.ac::
1147           Require -base CVS for wavparse acid chunk parsing.
1148
1149 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1150
1151         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1152         (gst_pulsesink_init), (gst_pulsesink_finalize),
1153         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1154         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1155         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1156         * ext/pulse/pulsesink.h:
1157         Add "device-name" property to pulsesink too and currently commented
1158         out and not working support for a "volume" property.
1159
1160 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1161
1162         * configure.ac:
1163         Remove more cdio stuff (moved to ugly)
1164
1165 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1166
1167         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1168
1169         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1170         (gst_pulsesrc_get_property):
1171         Add "device-name" property, which provides a human readable string
1172         for the audio device, to make it more consisten with other audio
1173         sources. Fixes bug #547519.
1174
1175 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1176
1177         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1178         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1179         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1180         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1181         * ext/pulse/pulsemixerctrl.h:
1182         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1183         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1184         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1185         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1186         * ext/pulse/pulseprobe.h:
1187         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1188         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1189         (gst_pulsesrc_change_state):
1190         Improve debugging a bit by including the parent object in pulsemixerctrl
1191         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1192         GST_WARNING.
1193
1194         Use the parent GObject subclass instead of a random struct as GObject
1195         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1196         when probing for another property than "device".
1197
1198 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1201
1202         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1203         Fix property probing after the device property is set by calling
1204         set_server when the server property changes. Fixes bug #547518.
1205
1206 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1207
1208         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1209
1210         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1211         (gst_pulsesink_implements_interface_init),
1212         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1213         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1214         (gst_pulsesink_get_type):
1215         * ext/pulse/pulsesink.h:
1216         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1217         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1218         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1219         * ext/pulse/pulsesrc.h:
1220         Implement GstPropertyProbe interface on pulsesink for detecting
1221         sink devices and on pulsesrc for detecting source devices.
1222         Fixes bugs #547227 and #547217.
1223
1224 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1225
1226         * gst/spectrum/gstspectrum.c:
1227           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1228
1229 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1230
1231         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1232         Properly set the maximum latency value, in the same way it is done in
1233         v4lsrc.
1234         * sys/v4l2/v4l2src_calls.c:
1235         Simplify fraction equality check, no need to use GValues for this.
1236
1237 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1238
1239         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1240         Add warning messages stating exactly why the latency query failed.
1241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1242         In some cases, the negotiated framerate might be the default one which
1243         is already set internally. But we still need to mark it down in fps_n
1244         and fps_d so that the latency query can happen properly.
1245
1246 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1247
1248         * docs/plugins/inspect/plugin-1394.xml:
1249         Whoops, forgot one doc file for people who can't/don't build the
1250         raw1394 plugin.
1251
1252 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1253
1254         * docs/plugins/Makefile.am:
1255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1257         * docs/plugins/inspect/plugin-cdio.xml:
1258         * ext/Makefile.am:
1259         * ext/cdio/Makefile.am:
1260         * ext/cdio/gstcdio.c:
1261         * ext/cdio/gstcdio.h:
1262         * ext/cdio/gstcdiocddasrc.c:
1263         * ext/cdio/gstcdiocddasrc.h:
1264
1265         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1266         CDDA source to -ugly.
1267
1268         * po/LINGUAS:
1269         * po/POTFILES.in:
1270         * po/id.po:
1271         Pull in new translation from 0.10.9.2 release branch.
1272
1273 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1274
1275         * docs/plugins/Makefile.am:
1276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1278         * docs/plugins/gst-plugins-good-plugins.args:
1279         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1280         * docs/plugins/gst-plugins-good-plugins.interfaces:
1281         Integrate documentation for new hdv1394src element.
1282
1283 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1284
1285         * ext/raw1394/Makefile.am:
1286         * ext/raw1394/gst1394.c: (plugin_init):
1287         * ext/raw1394/gsthdv1394src.c: (_do_init),
1288         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1289         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1290         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1291         (gst_hdv1394src_from_raw1394handle),
1292         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1293         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1294         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1295         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1296         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1297         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1298         (gst_hdv1394src_uri_handler_init):
1299         * ext/raw1394/gsthdv1394src.h:
1300         mpeg2-ts (HDV) variant of firewire capture element.
1301         Fixes #350830
1302
1303 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1304
1305         * gst/level/gstlevel.c: (gst_level_message_new):
1306          Fix compilation (also known as the classic 'fix code that someone
1307          committed without compiling it first').
1308
1309 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1310
1311         * tests/check/elements/level.c:
1312           Add a test for level in stereo mode.
1313
1314 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * tests/examples/spectrum/demo-audiotest.c:
1317         * tests/examples/spectrum/demo-osssrc.c:
1318           Demo how to draw analyzer results synced to the clock.
1319
1320 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1321
1322         * gst/level/gstlevel.c:
1323           Little renaming (l -> level).
1324
1325         * gst/spectrum/gstspectrum.c:
1326         * gst/spectrum/gstspectrum.h:
1327           Also send full timestamp/duration details here.
1328
1329 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1330
1331         * gst/level/gstlevel.c:
1332         * gst/level/gstlevel.h:
1333           Send same timestamp/duration details as videoanalysis. This gives
1334           applications better chance to sync analysis results with playback.
1335
1336 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1337
1338         * gst/matroska/matroska-mux.c:
1339         (gst_matroska_mux_handle_sink_event),
1340         (flac_streamheader_to_codecdata):
1341         We need to drop one additional buffer for FLAC as the fLaC
1342         marker and STREAMINFO block are merged into one buffer in the caps.
1343
1344         Also don't pretend to support NEWSEGMENT events, otherwise we
1345         will most probably write some invalid data.
1346
1347 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1348
1349         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1350         (gst_matroska_mux_audio_pad_setcaps):
1351         Add support for muxing FLAC into Matroska containers.
1352         Fixes bug #311586.
1353
1354 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1355
1356         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1357         Actually provide the variables required for the format string.
1358
1359 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1360
1361         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1362         (gst_matroska_demux_element_send_event),
1363         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1364         * gst/matroska/matroska-demux.h:
1365         Close the current segment if we're doing a non-flushing seek and send
1366         the close-segment and the new segment of the seek from the streaming
1367         thread.
1368
1369 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1370
1371         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1372         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1373         (gst_flac_enc_change_state):
1374         * ext/flac/gstflacenc.h:
1375         Handle non-zero start timestamps correctly, mark header packets as
1376         IN_CAPS and print a warning and suggest using audiorate if stream
1377         discontinuities are detected. When FLAC supports flushing the encoder
1378         somehow this should be done for discontinuities instead.
1379
1380         Remove some unused variables from the instance struct.
1381
1382 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1383
1384         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1385         If seeking failed return the appropiate return value to FLAC.
1386         Otherwise it thinks seeking was successfull and tries to rewrite
1387         parts of the headers which then get appended to the output.
1388
1389 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1390
1391         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1392
1393         * ext/esd/gstesd.c: (plugin_init):
1394         * ext/flac/gstflac.c: (plugin_init):
1395         * ext/shout2/gstshout2.c: (plugin_init):
1396         * ext/wavpack/gstwavpack.c: (plugin_init):
1397         * sys/oss/gstossaudio.c: (plugin_init):
1398         * sys/v4l2/gstv4l2.c: (plugin_init):
1399         Make sure gettext returns translations in UTF-8 encoding rather
1400         than in the current locale encoding (#546822).
1401
1402 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1403
1404         * ext/flac/gstflacdec.c:
1405         Add FIXME for 0.11 to simply output everything with width=32 as given
1406         by FLAC and let audioconvert handle the conversions instead of doing
1407         them in flacdec.
1408
1409 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1410
1411         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1412         When outputting a pad template range for the size, include a framerate
1413         range too, to avoid 'not a real subset of template caps' errors.
1414
1415 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1416
1417         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1418
1419         * ext/flac/Makefile.am:
1420         * ext/flac/gstflac.c: (plugin_init):
1421         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1422         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1423         (gst_flac_tag_dispose), (gst_flac_tag_init),
1424         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1425         (gst_flac_tag_change_state):
1426         * ext/flac/gstflactag.h:
1427         Port flactag to 0.10, add documentation for it and clean it up a bit.
1428         Fixes bug #413841.
1429
1430         * docs/plugins/Makefile.am:
1431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1433         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1434         * docs/plugins/gst-plugins-good-plugins.interfaces:
1435         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1436         * docs/plugins/inspect/plugin-flac.xml:
1437         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1438         * ext/flac/gstflacdec.h:
1439         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1440         * ext/flac/gstflacenc.h:
1441         Add flactag and flacenc to the documentation and mark
1442         the private parts of the flacdec instance structure as private.
1443
1444         Also use gst_element_class_set_details_simple() in flacdec and
1445         flacenc.
1446
1447 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * gst/qtdemux/qtdemux.c:
1450           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1451           for it but ffmpeg does not.
1452
1453 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1454
1455         * gst/wavparse/gstwavparse.c:
1456           Handle the list chunk and use gst_riff_parse_info() to parse the info
1457           sub-chunk.
1458
1459 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * gst/wavparse/gstwavparse.c:
1462           Handle the acid chunk and send tempo as part of tags. Other fields are
1463           interesting too, but need more tag-definitions. Fixes #545433.
1464
1465 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1466
1467         * gst/wavparse/gstwavparse.c:
1468           Refactor wavparse. Call _reset() from dispose() and move old code from
1469           dispose into reset. This way we don't leak taglists when we abort
1470           parsing. Fix some comments. Move code for skipping a chunk into extra
1471           function. Replace chunk sizes with a const to ease readability.         
1472
1473 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1474
1475         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1476
1477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1478         Improve udp port setup. Fixes #545710.
1479
1480 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1481
1482         * gst/rtp/Makefile.am:
1483         * gst/rtp/gstrtp.c: (plugin_init):
1484         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1485         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1486         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1487         (gst_rtp_mp1s_depay_set_property),
1488         (gst_rtp_mp1s_depay_get_property),
1489         (gst_rtp_mp1s_depay_change_state),
1490         (gst_rtp_mp1s_depay_plugin_init):
1491         * gst/rtp/gstrtpmp1sdepay.h:
1492         Add MP1S depayloader.
1493
1494         * gst/rtsp/URLS:
1495         Some more sample rtsp streams.
1496
1497 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         * gst/rtsp/URLS:
1500         Add another URL.
1501
1502         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1503         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1504         Add some more debug info.
1505
1506 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1507
1508         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1509         Provide cbSize field for audio extra_data size, and take care to
1510         pad extra_data.
1511
1512 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1513
1514         * gst/qtdemux/qtdemux.c:
1515           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1516           TRUE.
1517
1518 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1519
1520         * gst/qtdemux/qtdemux.c:
1521         * gst/qtdemux/qtdemux_fourcc.h:
1522           Add keyword tag support. Fixes #520694 for qtdemux.
1523
1524 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1525
1526         * gst/qtdemux/qtdemux.c:
1527           Add support for tmpo tag (BPM).
1528
1529 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1530
1531         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1532         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1533         Set an estimate for the total number of samples that will be encoded
1534         if possible to help decoders if the streaminfo can't be rewritten
1535         later (like when muxing into Ogg containers).
1536
1537         Add a warning if we get header packets after data packets as those
1538         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1539         work.
1540
1541 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1542
1543         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1544         (gst_flac_dec_write):
1545         Support decoding of all depths between 4 and 32 bits and read the
1546         depth from the streaminfo header if needed. Also support all sampling
1547         rates between 1 and 655350 Hz.
1548
1549         * ext/flac/gstflacenc.c:
1550         (gst_flac_enc_caps_append_structure_with_widths),
1551         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1552         (gst_flac_enc_chain):
1553         * ext/flac/gstflacenc.h:
1554         Support encoding in all bit depths supported by the streamable
1555         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1556         between 1 Hz and 655350 Hz.
1557
1558 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1559
1560         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1561         (gst_flac_enc_sink_getcaps):
1562         Support encoding of up to 8 channels.
1563
1564 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1565
1566         * ext/soup/gstsouphttpsrc.c:
1567         * ext/soup/gstsouphttpsrc.h:
1568         Fix seeking race condition in #540300
1569         Patch By: Wouter Cloetens  <wouter at mind be>
1570
1571 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1572
1573         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1574         (gst_matroska_demux_element_send_event),
1575         (gst_matroska_demux_handle_seek_event),
1576         (gst_matroska_demux_handle_src_event):
1577         When receiving a SEEK event on a specific pad first search for a seek
1578         table entry for the stream of the pad and then fall back to an entry
1579         for a different stream.
1580
1581 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1582
1583         * configure.ac:
1584         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1585         * gst/matroska/matroska-ids.h:
1586         Build depend on core CVS for the attachment tag.
1587
1588 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1589
1590         * configure.ac:
1591         * gst/matroska/Makefile.am:
1592         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1593         (copy_backptr), (lzo1x_decode), (main):
1594         * gst/matroska/lzo.h:
1595         * gst/matroska/matroska-demux.c:
1596         (gst_matroska_demux_read_track_encoding),
1597         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1598         (gst_matroska_decode_buffer),
1599         (gst_matroska_decode_content_encodings),
1600         (gst_matroska_demux_read_track_encodings),
1601         (gst_matroska_demux_add_stream),
1602         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1603         * gst/matroska/matroska-ids.h:
1604         Decode the codec private data and following ContentEncoding if
1605         necessary.
1606
1607         Support bzip2, lzo and header stripped compression. For lzo use the
1608         ffmpeg lzo implementation as liblzo is GPL licensed.
1609         
1610         Fix zlib decompression.
1611
1612 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1613
1614         * gst/matroska/matroska-mux.c:
1615         (gst_matroska_mux_audio_pad_setcaps):
1616         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1617         duration of a frame with the new mpegaudioversion caps field.
1618
1619 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1620
1621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1622         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1623         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1624         (gst_matroska_demux_stream_from_num),
1625         (gst_matroska_demux_tracknumber_unique),
1626         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1627         (gst_matroska_demux_handle_seek_event),
1628         (gst_matroska_demux_sync_streams),
1629         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1630         (gst_matroska_demux_loop):
1631         * gst/matroska/matroska-demux.h:
1632         Allow an infinite number of stream inside Matroska containers and use
1633         a GPtrArray for storing them instead of allowing "only" 127 streams.
1634
1635 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1636
1637         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1638         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1639         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1640         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1641         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1642         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1643         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1644         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1645         (gst_ebml_read_master), (gst_ebml_read_binary),
1646         (gst_ebml_read_header):
1647         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1648         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1649         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1650         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1651         (gst_ebml_replace_uint):
1652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1653         (gst_matroska_demux_read_track_encoding),
1654         (gst_matroska_demux_read_track_encodings),
1655         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1656         (gst_matroska_demux_send_event),
1657         (gst_matroska_demux_element_send_event),
1658         (gst_matroska_demux_handle_seek_event),
1659         (gst_matroska_demux_handle_src_event),
1660         (gst_matroska_demux_init_stream),
1661         (gst_matroska_demux_parse_tracks),
1662         (gst_matroska_demux_parse_index_cuetrack),
1663         (gst_matroska_demux_parse_index_pointentry),
1664         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1665         (gst_matroska_demux_parse_metadata_id_simple_tag),
1666         (gst_matroska_demux_parse_metadata_id_tag),
1667         (gst_matroska_demux_parse_metadata),
1668         (gst_matroska_demux_parse_attached_file),
1669         (gst_matroska_demux_parse_attachments),
1670         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1671         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1672         (gst_matroska_demux_push_flac_codec_priv_data),
1673         (gst_matroska_demux_push_xiph_codec_priv_data),
1674         (gst_matroska_demux_push_dvd_clut_change_event),
1675         (gst_matroska_demux_add_mpeg_seq_header),
1676         (gst_matroska_demux_add_wvpk_header),
1677         (gst_matroska_demux_check_subtitle_buffer),
1678         (gst_matroska_decode_buffer),
1679         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1680         (gst_matroska_demux_parse_cluster),
1681         (gst_matroska_demux_parse_contents_seekentry),
1682         (gst_matroska_demux_parse_contents),
1683         (gst_matroska_demux_loop_stream_parse_id),
1684         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1685         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1686         (gst_matroska_demux_subtitle_caps),
1687         (gst_matroska_demux_change_state):
1688         * gst/matroska/matroska-ids.c:
1689         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1690         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1691         (gst_matroska_mux_video_pad_setcaps),
1692         (xiph3_streamheader_to_codecdata),
1693         (vorbis_streamheader_to_codecdata),
1694         (theora_streamheader_to_codecdata),
1695         (gst_matroska_mux_audio_pad_setcaps),
1696         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1697         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1698         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1699         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1700         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1701         Fix indention everywhere. A broken indent version has added newlines
1702         after every single declaration some time ago.
1703
1704 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1705
1706         * gst/matroska/matroska-demux.c:
1707         (gst_matroska_demux_loop_stream_parse_id):
1708         If no Tracks are found error out instead of trying it again until the
1709         end of time.
1710
1711 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1712
1713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1714         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1715         bit and signed otherwise, not the other way around.
1716
1717 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1718
1719         * gst/matroska/matroska-mux.c:
1720         Add more raw YUV formats to the list of supported formats.
1721
1722 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1723
1724         * gst/matroska/matroska-mux.c:
1725         (gst_matroska_mux_audio_pad_setcaps):
1726         Add support for muxing raw float audio now that the spec defines the
1727         endianness and add support for muxing raw integer audio with 24 and
1728         32 bits.
1729
1730         Allow muxing of more than 8 audio channels.
1731
1732 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1733
1734         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1735         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1736         Add locking to the global array of used track UIDs to prevent random
1737         crashes if more than a single matrosmux instance is used.
1738
1739         Use 64 bit values for the track UIDs.
1740
1741         Use the global GRandom of GLib instead of creating our own one
1742         for the few random numbers we need every single time.
1743
1744 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1745
1746         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1747         (gst_flac_dec_setup_stream_decoder),
1748         (gst_flac_dec_update_metadata):
1749         Always post the audio-codec tag, not only if other tags are present.
1750
1751 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1752
1753         * configure.ac:
1754         Back to development -> 0.10.9.1
1755
1756 === release 0.10.9 ===
1757
1758 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1759
1760         * configure.ac:
1761           releasing 0.10.9, "Steam Train Rolling"
1762
1763 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1764
1765         * ext/soup/gstsouphttpsrc.c:
1766         Don't throw an error when soup completes a msg with status
1767         'cancelled', as that indicates we cancelled a request while
1768         shutting down or seeking, and it's not an error.
1769         Fixes: #540300 again.
1770
1771 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1772
1773         * configure.ac:
1774         0.10.8.4 pre-release
1775
1776 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1777
1778         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1779         Fix segment-stop regression.
1780         Add documentation regarding segments in quicktime files by Wim Taymans.
1781         Fixes #544509
1782
1783 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1784
1785         * configure.ac:
1786         0.10.8.3 pre-release
1787
1788         * po/LINGUAS:
1789         * po/pt_BR.po:
1790         Add pt_BR translation
1791
1792 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1793
1794         * gst/goom/convolve_fx.c:
1795         * gst/goom/filters.c:
1796         * gst/goom/goom_config.h:
1797         * gst/goom/goom_core.c:
1798         * gst/goom/goom_tools.h:
1799           Fix build with MSVC: include glib.h to define inline appropriately,
1800           use header guards where needed.
1801         * gst/udp/gstudpnetutils.c:
1802         * gst/udp/gstudpsrc.c:
1803           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1804           g_snprintf rather than snprintf.
1805           Fixes #544433.
1806
1807 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * gst/debug/gsttaginject.c:
1810         * gst/debug/gsttaginject.h:
1811           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1812           partially.
1813
1814 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1815
1816         * configure.ac:
1817         0.10.8.2 pre-release
1818
1819 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1820
1821         * ext/Makefile.am:
1822         Finish hooking up pulseaudio plugin to the build.
1823
1824         * ext/pulse/pulsemixerctrl.c:
1825         Fix compilation error.
1826
1827 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1828
1829         * po/LINGUAS:
1830         * po/lt.po:
1831         Add new lithunian translation, and add french to the LINGUAS
1832         file.
1833
1834 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1835
1836         * ext/soup/gstsouphttpsrc.c:
1837         Fix Soup HTTP source seeking.
1838         Patch By: Wouter Cloetens  <wouter at mind be>
1839         Fixes: #540300
1840
1841         * tests/check/elements/.cvsignore:
1842         Ignore new check programs.
1843
1844 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1845
1846         * configure.ac:
1847         * docs/plugins/Makefile.am:
1848         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1849         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1850         * docs/plugins/gst-plugins-good-plugins.args:
1851         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1852         * docs/plugins/gst-plugins-good-plugins.interfaces:
1853         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1854         * docs/plugins/inspect/plugin-interleave.xml:
1855         * docs/plugins/inspect/plugin-replaygain.xml:
1856         * tests/check/Makefile.am:
1857
1858         Move replaygain and interleave plugins from -bad.
1859         Fixes: #543406
1860         Fixes: #536228
1861
1862 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1863
1864         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1865         (qtdemux_parse_trak):
1866         Revert ISO base media spec based pixel-aspect-ratio calculation.
1867         Fixes #543300.
1868
1869 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1870
1871         * sys/osxvideo/osxvideosink.m:
1872         Fix minor build issues on macosx.
1873         Fixes #543054
1874
1875 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1876
1877         * configure.ac::
1878         * ext/taglib/Makefile.am::
1879           Only use -Wno-attributes (which is there to work around a
1880           bug in the taglib 1.5 headers) if the c++ compiler actually
1881           supports it (#543255).
1882
1883 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1884
1885         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1886
1887         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1888           Avoid compiler warning by initialising variable to NULL (#543259).
1889
1890 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1891
1892         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1893         Don't pass NULL taglists to gst_tag_list_is_empty().
1894
1895 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1898         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1899         (rtp_pipeline_run):
1900         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1901         Don't use declarations after statements.
1902
1903 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1904
1905         * ext/jpeg/gstjpegdec.c:
1906         Align documentation with reality.
1907
1908 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1909
1910         * gst/udp/gstudpnetutils.c:
1911         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1912         old value (1) if it's not defined which should not cause any problems
1913         as we're using it internal only anyway.
1914
1915 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1916
1917         Patch by: Alessandro Decina <alessandro at nnva dot org>
1918
1919         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1920         Fix build of avidemux on big endian architectures.
1921
1922 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1923
1924         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1925
1926         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1927         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1928
1929 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1930
1931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1932         (qtdemux_parse_trak):
1933         Set pixel-aspect-ratio in caps using display width and height
1934         provided in track.
1935
1936 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1937
1938         * configure.ac:
1939         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1940         flags that are invalid for C++. Fixes bug #516509.
1941
1942 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1945         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1946         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1947         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1949         * tests/examples/equalizer/demo.c: (message_handler):
1950         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1951         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1952         Don't use declarations after statements and variable length arrays.
1953
1954 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1955
1956         Patch by: Daniel Drake <dsd at gentoo dot org>
1957
1958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1959         (gst_v4l2src_get_nearest_size):
1960         Try progressive video if interlaced fails. Fixes bug #541956
1961         and the usage of v4l2src on OLPC.
1962
1963 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1966         (gst_rtp_speex_depay_process):
1967         * gst/rtp/gstrtpspeexdepay.h:
1968         Revert last change: Only the jitterbuffer is able to convert RTP to
1969         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1970         Reopens bug #541787.
1971
1972 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1973
1974         * gst/rtp/gstrtpvrawdepay.c:
1975           Include stdlib.h for atoi().
1976
1977         * gst/rtsp/gstrtspsrc.c:
1978           Use floating point math for latencies < 0 sec in log output.
1979
1980 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1981
1982         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1983
1984         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1985         (gst_rtp_speex_depay_process):
1986         * gst/rtp/gstrtpspeexdepay.h:
1987         Take timestamp from the RTP packet as a first step to fix problems
1988         with transmission over RTP when the network is not reliable.
1989         Fixes bug #541787.
1990
1991 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1992
1993         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1994
1995         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1996         Fix parsing of udp:// URIs containing IPv6 addresses.
1997         Fixes bug #541650.
1998
1999 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2000
2001         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2002         Do not leak incoming buffers.
2003
2004 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2005
2006         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2007
2008         * configure.ac:
2009         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2010         for htons() and htonl(). Fixes bug #541412.
2011
2012 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2013
2014         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2015         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2016         (gst_matroska_demux_element_query),
2017         (gst_matroska_demux_handle_src_query),
2018         (gst_matroska_demux_handle_seek_event):
2019         Handle position and duration query in DEFAULT format if the
2020         pad's track has a default frame duration set.
2021
2022         Fix seeking now that the segment's duration doesn't contain the
2023         (possibly wrong or inaccurate) duration of the Matroska file.
2024
2025 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2026
2027         * gst/matroska/ebml-read.c: (_ext2dbl):
2028         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2029         in math.h except on MSVC where it is defined in xmath.h.
2030         Fixes compilation with MSVC.
2031
2032 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2033
2034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2035         (gst_matroska_demux_handle_src_query),
2036         (gst_matroska_demux_parse_info),
2037         (gst_matroska_demux_loop_stream_parse_id):
2038         * gst/matroska/matroska-demux.h:
2039         Don't set the segment duration to the duration from the Matroska
2040         header as this value could be wrong and is just informational.
2041
2042 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2043
2044         * gst/matroska/matroska-demux.c:
2045         (gst_matroska_demux_loop_stream_parse_id):
2046         If no Tracks element is found until the first Cluster is found
2047         search it and error out if none is found in the complete file.
2048
2049 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2052         Resync non-subtitle tracks too if a too large gap compared to other
2053         tracks is detected.
2054
2055 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2056
2057         * gst/rtp/Makefile.am:
2058         * gst/rtp/gstrtp.c: (plugin_init):
2059         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2060         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2061         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2062         (gst_rtp_vraw_depay_change_state),
2063         (gst_rtp_vraw_depay_plugin_init):
2064         * gst/rtp/gstrtpvrawdepay.h:
2065         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2066         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2067         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2068         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2069         (gst_rtp_vraw_pay_plugin_init):
2070         * gst/rtp/gstrtpvrawpay.h:
2071         Add raw video pay and depayloaders, see RFC4175.
2072
2073 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2074
2075         * ext/libpng/gstpngdec.c:
2076         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2077         whatever it returned.
2078
2079 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2080
2081         * gst/avi/avi-ids.h:
2082         Add vprp chunk related structures.
2083         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2084         (gst_avi_demux_parse_stream):
2085         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2086         to caps.  Fixes #539482.
2087         * gst/avi/gstavimux.h:
2088         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2089         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2090         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2091
2092 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2093
2094         * tests/check/elements/avimux.c: (check_avimux_pad):
2095         Adjust avimux unit test according to increased streamheader size.
2096
2097 2008-06-27  David Schleef  <ds@schleef.org>
2098
2099         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2100
2101 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2102
2103         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2104         * gst/avi/gstavimux.h:
2105         Add 8 bytes to current streamheader to make for a complete one
2106         and to make more players happy.  Fixes #519460.
2107
2108 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2109
2110         * sys/v4l2/v4l2_calls.c::
2111           Don't include unused gstv4l2xoverlay.h. Fixes build
2112           in case where X11 headers are not installed.
2113
2114 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2115
2116         * ext/dv/gstdv.c: (plugin_init):
2117         Fix compilation.
2118
2119 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2120
2121         * ext/dv/gstdv.c: (plugin_init):
2122         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2123         DV decoder available.
2124         Fixes #532393
2125
2126 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2127
2128         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2129         Call getsockname() after the call to bind() to get updated values
2130         for the port, etc. This fixes the usage of udpsrc on anonymous
2131         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2132         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2133
2134 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         * tests/check/pipelines/wavpack.c: (bus_handler):
2137         Remove workaround for a bug in identity that is fixed in 0.10.20.
2138
2139 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2140
2141         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2142
2143         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2144         Fix HTTP auth support with user/password passed via the URI.
2145         Fixes bug #540067.
2146
2147 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2148
2149         * configure.ac:
2150           Depend on released versions of core and -base.
2151
2152 2008-06-23  Julien Moutte  <julien@fluendo.com>
2153
2154         * gst/matroska/matroska-demux.c:
2155         (gst_matroska_demux_read_track_encoding),
2156         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2157         format strings in macros. (makes it build on OS X again...)
2158
2159 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2160
2161         * gst/rtp/gstrtptheorapay.c:
2162         * gst/udp/gstmultiudpsink.c:
2163           Added debug.
2164
2165 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2166
2167         * configure.ac: switch v4l2src over to the normal build instead of
2168         being 'experimental'. Fixes bug #536831.
2169
2170 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2171
2172         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2173         Remove unused variable so that we can compile again.
2174
2175 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2176
2177         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2178         No need to check for audio/G723 and audio/32KADPCM here as they are
2179         no longer supported.
2180
2181 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2182
2183         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2184         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2185         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2186         known length.
2187
2188 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2189
2190         * gst/matroska/matroska-demux.c:
2191         (gst_matroska_demux_add_wvpk_header),
2192         (gst_matroska_demux_audio_caps):
2193         * gst/matroska/matroska-ids.h:
2194         Fix demuxing of WavPack files. Muxing is still broken.
2195
2196 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2197
2198         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2199         (gst_matroska_demux_add_mpeg_seq_header),
2200         (gst_matroska_demux_add_wvpk_header),
2201         (gst_matroska_demux_check_subtitle_buffer),
2202         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2203         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2204         (gst_matroska_demux_subtitle_caps):
2205         * gst/matroska/matroska-ids.h:
2206         Add a "vfunc" to the track context for postprocessing frames and
2207         convert the wavpack and subtitle postprocessing to this vfunc.
2208         Copy buffer flags in those functions to the new buffers too.
2209
2210         Parse CodecState elements of Blocks.
2211
2212         Add a postprocessing function for MPEG video that adds the sequence
2213         header from the codec private data or codec state to the frames if
2214         it's not already there.
2215
2216 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2217
2218         * gst/matroska/matroska-demux.c:
2219         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2220         If a gap of more than 1/2 second is found in one stream send a
2221         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2222         This also fixes Matroska files where the first buffer doesn't start
2223         at timestamp 0. Fixes bug #429322.
2224
2225         The duration of a block is the default duration multiplied with the
2226         number of laces. Every lace is one frame and the default duration
2227         is the duration of one frame. This fixes playback of files that use
2228         lacing for some tracks.
2229
2230 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2231
2232         * gst/matroska/matroska-demux.c:
2233         (gst_matroska_demux_parse_contents_seekentry):
2234         Update FIXME/TODOs and only ignore EOS at the central, important place
2235         instead of several places.
2236
2237 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2238
2239         * gst/rtp/gstrtpg726pay.c:
2240         Fix caps, See #538891.
2241
2242 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2243
2244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2245         (gst_matroska_demux_stream_from_num),
2246         (gst_matroska_demux_encoding_cmp),
2247         (gst_matroska_demux_encoding_order_unique),
2248         (gst_matroska_demux_read_track_encoding),
2249         (gst_matroska_demux_read_track_encodings),
2250         (gst_matroska_demux_tracknumber_unique),
2251         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2252         (gst_matroska_demux_parse_tracks),
2253         (gst_matroska_demux_parse_index_cuetrack),
2254         (gst_matroska_demux_parse_index_pointentry),
2255         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2256         (gst_matroska_demux_parse_metadata_id_simple_tag),
2257         (gst_matroska_demux_parse_metadata_id_tag),
2258         (gst_matroska_demux_parse_metadata),
2259         (gst_matroska_demux_parse_attached_file),
2260         (gst_matroska_demux_parse_attachments),
2261         (gst_matroska_demux_parse_chapters),
2262         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2263         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2264         (gst_matroska_demux_parse_cluster),
2265         (gst_matroska_demux_parse_contents_seekentry),
2266         (gst_matroska_demux_parse_contents),
2267         (gst_matroska_demux_loop_stream_parse_id),
2268         (gst_matroska_demux_loop):
2269         Improve debug output everywhere and fix the EOS logic.
2270
2271         Check the values of the ContentEncoding elements more strictly and
2272         don't use tracks for which it's invalid.
2273
2274         Check that the track number is unique for this stream.
2275
2276         Check that seek positions are below G_MAXINT64 as our seeks are
2277         int64-based and overflows will fail badly.
2278
2279         After seeks also don't push SimpleBlocks until the first one
2280         containing a keyframe is found. Before this was done only for normal
2281         Blocks.
2282
2283         Update some FIXME/TODOs.
2284         
2285         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2286         (gst_ebml_read_utf8), (gst_ebml_read_header):
2287         Improve debug output.
2288
2289         * gst/matroska/matroska-ids.c:
2290         (gst_matroska_track_init_video_context):
2291         * gst/matroska/matroska-ids.h:
2292         * gst/matroska/matroska-mux.c:
2293         (gst_matroska_mux_video_pad_setcaps):
2294         Remove eye mode and don't parse it anymore. We can't use that
2295         information in GStreamer yet so it's useless.
2296
2297
2298 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2299
2300         Patch by: Mersad Jelacic <mersad at axis dot com>
2301
2302         * gst/rtp/Makefile.am:
2303         * gst/rtp/gstrtp.c: (plugin_init):
2304         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2305         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2306         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2307         (gst_rtp_g726_depay_plugin_init):
2308         * gst/rtp/gstrtpg726depay.h:
2309         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2310         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2311         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2312         * gst/rtp/gstrtpg726pay.h:
2313         Added G726 pay/depayloaders. Fixes #538891.
2314
2315 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2316
2317         * gst/rtsp/URLS:
2318         Some more urls.
2319
2320         * gst/smpte/barboxwipes.c:
2321         Add a comment
2322
2323         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2324         Fix typo, add audioresample to the pipeline.
2325
2326 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2327
2328         * ext/libmng/Makefile.am:
2329         * ext/libmng/gstmng.c: (plugin_init):
2330         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2331         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2332         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2333         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2334         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2335         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2336         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2337         (gst_mng_dec_change_state):
2338         * ext/libmng/gstmngdec.h:
2339         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2340         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2341         (gst_mng_enc_init), (gst_mng_enc_chain),
2342         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2343         * ext/libmng/gstmngenc.h:
2344         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2345         bits ifdeffed out still.
2346
2347 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2348
2349         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2350         When comparing index elements with the same time compare their
2351         block number.
2352
2353 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2354
2355         * gst/matroska/matroska-demux.c:
2356           (gst_matroska_demux_parse_attached_file)
2357           Init variable to NULL to avoid compiler warning.
2358
2359 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2360
2361         * gst/matroska/Makefile.am:
2362         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2363         (gst_matroska_demux_parse_attached_file),
2364         (gst_matroska_demux_parse_attachments),
2365         (gst_matroska_demux_parse_contents_seekentry),
2366         (gst_matroska_demux_loop_stream_parse_id):
2367         * gst/matroska/matroska-demux.h:
2368         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2369         * gst/matroska/matroska-ids.h:
2370         * gst/matroska/matroska.c: (plugin_init):
2371         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2372         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2373         and description of the attachments in the caps. Fixes bug #537622.
2374
2375 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2376
2377         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2378         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2379         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2380         (gst_speex_enc_src_query), (gst_speex_enc_init),
2381         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2382         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2383         (gst_speex_enc_set_property):
2384         Add mode property.
2385         Some cleanups, add more debug info.
2386         Add latency query.
2387
2388 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2391         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2392         If we get less bytes than requested we can't do anything except doing
2393         our EOS logic.
2394
2395 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2396
2397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2398         (gst_matroskademux_do_index_seek),
2399         (gst_matroska_demux_parse_index_cuetrack),
2400         (gst_matroska_demux_parse_index_pointentry),
2401         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2402         (gst_matroska_demux_parse_metadata):
2403         * gst/matroska/matroska-demux.h:
2404         * gst/matroska/matroska-ids.h:
2405         Use a GArray for storing the Cue (i.e. seek) information, store
2406         the CueTrackPositions for every track, store the block number
2407         and optimize searching in the array by sorting it after the last
2408         element was added.
2409
2410         Fix a small memory leak when trying to parse a tags element that was
2411         already parsed.
2412
2413 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2414
2415         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2416         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2417         (gst_matroska_mux_write_data):
2418         * gst/matroska/matroska-mux.h:
2419         Don't write another SeekHead which indexes all Clusters to the end of
2420         the file. This isn't useful for anything and just increases filesize.
2421
2422 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2423
2424         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2425         Prevent unaligned memory access when reading floats.
2426
2427 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2428
2429         * gst/matroska/ebml-read.c:
2430         * gst/matroska/ebml-read.h:
2431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2432         (gst_matroska_demux_parse_metadata):
2433         * gst/matroska/matroska-demux.h:
2434         Make sure that every Tags element is only parsed once and it's
2435         containing tags are only posted once.
2436
2437 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2438
2439         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2440         (gst_ebml_read_header):
2441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2442         (gst_matroska_demux_parse_tracks),
2443         (gst_matroska_demux_parse_index_cuetrack),
2444         (gst_matroska_demux_parse_index_pointentry),
2445         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2446         (gst_matroska_demux_parse_metadata_id_simple_tag),
2447         (gst_matroska_demux_parse_metadata_id_tag),
2448         (gst_matroska_demux_parse_metadata),
2449         (gst_matroska_demux_parse_attachments),
2450         (gst_matroska_demux_parse_chapters),
2451         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2452         (gst_matroska_demux_parse_cluster),
2453         (gst_matroska_demux_parse_contents_seekentry),
2454         (gst_matroska_demux_parse_contents),
2455         (gst_matroska_demux_loop_stream_parse_id):
2456         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2457         already. They're not useful in the matroska parser and only cause
2458         additional code.
2459
2460 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2461
2462         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2463         (gst_ebml_finalize), (gst_ebml_read_change_state),
2464         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2465         * gst/matroska/matroska-demux.c:
2466         (gst_matroska_demux_parse_contents_seekentry):
2467         Reverse the level list as we usually are only interested in the
2468         first element or want to add a new first element. Having the
2469         first element stored at the end and calling g_list_last() and
2470         g_list_append() is more expensive.
2471
2472         Also use GSlice for allocating the GstEbmlLevel structs.
2473
2474 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2475
2476         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2477           (gst_tag_inject_class_init), (gst_tag_inject_init):
2478           Don't unref NULL taglist in finalize. Don't use c++ style
2479           comments.
2480
2481 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2482
2483         * gst/matroska/matroska-demux.c:
2484         (gst_matroska_demux_parse_metadata_id_simple_tag):
2485         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2486         (gst_matroska_mux_write_data):
2487         Use gst_value_serialize() and gst_value_deserialize() for transforming
2488         tags from some GType to a string and the other way around. The default
2489         transformations in GLib don't include transformations from string to
2490         number types.
2491
2492 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2493
2494         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2495         (gst_matroska_demux_parse_tracks),
2496         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2497         (gst_matroska_demux_parse_attachments),
2498         (gst_matroska_demux_parse_chapters),
2499         (gst_matroska_demux_parse_contents_seekentry),
2500         (gst_matroska_demux_loop_stream_parse_id):
2501         * gst/matroska/matroska-demux.h:
2502         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2503         Tags multiple times. The first ones can appear more than once but must
2504         contain the same content as the first for backup purposes so we ignore
2505         all but the first one. Tags can appear multiple times with different
2506         content.
2507
2508         Jump to all elements except Clusters that are available from a
2509         SeekHead to make it more likely to have all required informations
2510         before getting to the first Clusters.
2511
2512         Add dummy functions for parsing Attachments and Chapters.
2513
2514 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2515
2516         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2517         (gst_udpsrc_create), (gst_udpsrc_set_property),
2518         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2519         * gst/udp/gstudpsrc.h:
2520         Add property to control automatic join/leave of multicast groups.
2521         Add G_LIKELY.
2522         Remove setting caps on buffers explicitly, basesrc does that for us now.
2523         Improve debug info.
2524         Convert some non-fatal error into warnings.
2525         Use g_ntohs for better portability.
2526         Leave multicast groups when stopping.
2527         When using external sockets, use getsockname() on them to fill up the
2528         addr structure before calling methods that use the structure.
2529         Should all fix #536903.
2530         API: GstUDPSrc::auto-multicast property
2531
2532 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2533
2534         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2535         Use g_ntohl for better portability.
2536
2537 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2538
2539         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2540         (gst_multiudpsink_remove):
2541         Fix a typo and do some small cleanups.
2542
2543 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2544
2545         Patch by: Olivier Crete <tester at tester dot ca>
2546
2547         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2548         Make the delivery-method mandatory on the caps and only accept inline
2549         for now.
2550         Reverse strcmp checks for delivery-method.
2551
2552         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2553         Make delivery method optional when parsing caps and note this in the
2554         caps.
2555         Reverse strcmp checks for delivery-method.
2556
2557         * gst/rtp/gstrtpvorbispay.c:
2558         Update a comment to note that the delivery-method is optional, 
2559         Fixes #537675.
2560
2561 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2562
2563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2564         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2565         leaving them in READY. Fixes #537832.
2566
2567 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2568
2569         * gst/avi/gstavimux.c:
2570           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2571           for a random constant in tagmuxing code.
2572
2573 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2574
2575         * gst/debug/gsttaginject.c:
2576         * gst/debug/gsttaginject.h:
2577           Now actually adding the new element.
2578
2579 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2580
2581         * docs/plugins/Makefile.am:
2582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2584         * docs/plugins/gst-plugins-good-plugins.args:
2585         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2586         * docs/plugins/gst-plugins-good-plugins.interfaces:
2587         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2588         * docs/plugins/inspect/plugin-aasink.xml:
2589         * docs/plugins/inspect/plugin-alaw.xml:
2590         * docs/plugins/inspect/plugin-alpha.xml:
2591         * docs/plugins/inspect/plugin-alphacolor.xml:
2592         * docs/plugins/inspect/plugin-annodex.xml:
2593         * docs/plugins/inspect/plugin-apetag.xml:
2594         * docs/plugins/inspect/plugin-audiofx.xml:
2595         * docs/plugins/inspect/plugin-auparse.xml:
2596         * docs/plugins/inspect/plugin-autodetect.xml:
2597         * docs/plugins/inspect/plugin-avi.xml:
2598         * docs/plugins/inspect/plugin-cacasink.xml:
2599         * docs/plugins/inspect/plugin-cairo.xml:
2600         * docs/plugins/inspect/plugin-cdio.xml:
2601         * docs/plugins/inspect/plugin-cutter.xml:
2602         * docs/plugins/inspect/plugin-debug.xml:
2603         * docs/plugins/inspect/plugin-dv.xml:
2604         * docs/plugins/inspect/plugin-efence.xml:
2605         * docs/plugins/inspect/plugin-effectv.xml:
2606         * docs/plugins/inspect/plugin-equalizer.xml:
2607         * docs/plugins/inspect/plugin-esdsink.xml:
2608         * docs/plugins/inspect/plugin-flac.xml:
2609         * docs/plugins/inspect/plugin-flxdec.xml:
2610         * docs/plugins/inspect/plugin-gamma.xml:
2611         * docs/plugins/inspect/plugin-gconfelements.xml:
2612         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2613         * docs/plugins/inspect/plugin-goom.xml:
2614         * docs/plugins/inspect/plugin-goom2k1.xml:
2615         * docs/plugins/inspect/plugin-halelements.xml:
2616         * docs/plugins/inspect/plugin-icydemux.xml:
2617         * docs/plugins/inspect/plugin-id3demux.xml:
2618         * docs/plugins/inspect/plugin-jpeg.xml:
2619         * docs/plugins/inspect/plugin-level.xml:
2620         * docs/plugins/inspect/plugin-matroska.xml:
2621         * docs/plugins/inspect/plugin-monoscope.xml:
2622         * docs/plugins/inspect/plugin-mulaw.xml:
2623         * docs/plugins/inspect/plugin-multifile.xml:
2624         * docs/plugins/inspect/plugin-multipart.xml:
2625         * docs/plugins/inspect/plugin-navigationtest.xml:
2626         * docs/plugins/inspect/plugin-ossaudio.xml:
2627         * docs/plugins/inspect/plugin-png.xml:
2628         * docs/plugins/inspect/plugin-quicktime.xml:
2629         * docs/plugins/inspect/plugin-rtp.xml:
2630         * docs/plugins/inspect/plugin-rtsp.xml:
2631         * docs/plugins/inspect/plugin-smpte.xml:
2632         * docs/plugins/inspect/plugin-soup.xml:
2633         * docs/plugins/inspect/plugin-spectrum.xml:
2634         * docs/plugins/inspect/plugin-speex.xml:
2635         * docs/plugins/inspect/plugin-taglib.xml:
2636         * docs/plugins/inspect/plugin-udp.xml:
2637         * docs/plugins/inspect/plugin-video4linux2.xml:
2638         * docs/plugins/inspect/plugin-videobalance.xml:
2639         * docs/plugins/inspect/plugin-videobox.xml:
2640         * docs/plugins/inspect/plugin-videocrop.xml:
2641         * docs/plugins/inspect/plugin-videoflip.xml:
2642         * docs/plugins/inspect/plugin-videomixer.xml:
2643         * docs/plugins/inspect/plugin-wavenc.xml:
2644         * docs/plugins/inspect/plugin-wavpack.xml:
2645         * docs/plugins/inspect/plugin-wavparse.xml:
2646         * docs/plugins/inspect/plugin-ximagesrc.xml:
2647         * gst/debug/Makefile.am:
2648         * gst/debug/breakmydata.c:
2649         * gst/debug/efence.c:
2650         * gst/debug/gstdebug.c:
2651         * gst/debug/gstnavseek.c:
2652         * gst/debug/gstpushfilesrc.c:
2653         * gst/debug/gstpushfilesrc.h:
2654         * gst/debug/negotiation.c:
2655         * gst/debug/progressreport.c:
2656         * gst/debug/progressreport.h:
2657         * gst/debug/rndbuffersize.c:
2658         * gst/debug/testplugin.c:
2659           Remove dummy plugin_init. Remove some undefined entries from doc-
2660           section file. Add taginject element and rebuild docs for it.
2661
2662 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2663
2664         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2665         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2666         Update the counter for the number of streams when pads are added or
2667         removed. This will make sure that a seek table is generated for
2668         files with just one audio stream.
2669
2670 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2671
2672         * gst/matroska/matroska-demux.c:
2673         (gst_matroska_demux_parse_metadata_id_simple_tag):
2674         * gst/matroska/matroska-ids.h:
2675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2676         Add some more tags, improve debugging a bit and make sure that
2677         GValue transformation has succeeded before using the result
2678         as a tag.
2679
2680 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2681
2682         Patch by: Olivier Crete <tester at tester dot ca>
2683
2684         * gst/rtp/gstrtptheorapay.c:
2685         The Theora RTP payloader only supports the "inline" delievery method
2686         so let's declare this on the caps of the static pad template.
2687         Fixes bug #537675.
2688
2689 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2690
2691         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2692         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2693         Remove bogus check.
2694
2695 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2696
2697         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2698         (gst_videomixer_blend_buffers):
2699         Use stream_time to synchronize the object properties.
2700         Use running_time of the master pad to timestamp outgoing buffers.
2701         Fix the initial segment event to extend an unknown amount of time.
2702         Fixes #537361.
2703
2704 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2705
2706         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2707         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2708         (gst_avi_demux_calculate_durations_from_index),
2709         (gst_avi_demux_stream_header_push),
2710         (gst_avi_demux_stream_header_pull):
2711         Try to ignore unparsable/unknown streams and give a warning instead of
2712         erroring out. Fixes #537377.
2713
2714 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2715
2716         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2717         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2718
2719         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2720         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2721         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2722         (gst_matroska_demux_read_track_encodings),
2723         (gst_matroska_demux_add_stream),
2724         (gst_matroska_demux_handle_src_query),
2725         (gst_matroska_demux_init_stream),
2726         (gst_matroska_demux_parse_index_cuetrack),
2727         (gst_matroska_demux_parse_index_pointentry),
2728         (gst_matroska_demux_parse_info),
2729         (gst_matroska_demux_parse_metadata_id_simple_tag),
2730         (gst_matroska_demux_parse_metadata),
2731         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2732         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2733         (gst_matroska_demux_parse_cluster),
2734         (gst_matroska_demux_parse_contents_seekentry),
2735         (gst_matroska_demux_loop_stream_parse_id),
2736         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2737         (gst_matroska_demux_audio_caps),
2738         (gst_matroska_demux_subtitle_caps):
2739         * gst/matroska/matroska-demux.h:
2740         * gst/matroska/matroska-ids.c:
2741         (gst_matroska_track_init_subtitle_context):
2742         * gst/matroska/matroska-ids.h:
2743         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2744         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2745         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2746         (gst_matroska_mux_video_pad_setcaps),
2747         (gst_matroska_mux_audio_pad_setcaps),
2748         (gst_matroska_mux_subtitle_pad_setcaps),
2749         (gst_matroska_mux_request_new_pad),
2750         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2751         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2752         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2753         (gst_matroska_mux_set_property):
2754         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2755         elements, do some checks for valid values in the demuxer, handle
2756         tracktimecodescale in the demuxer, set correct default values for all
2757         settings in the demuxer, review and add all missing matroska
2758         IDs and some more raw YUV formats, and some trivial cleanup.
2759
2760 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2761
2762         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2763         (gst_pulsemixer_class_init):
2764         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2765         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2766         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2767         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2768         (gst_pulsesrc_prepare):
2769         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2770         gst_element_class_set_details_simple() and fix coding style a bit
2771         more.
2772
2773 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2774
2775         * docs/plugins/Makefile.am:
2776         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2778         * docs/plugins/gst-plugins-good-plugins.args:
2779         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2780         * docs/plugins/gst-plugins-good-plugins.interfaces:
2781         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2782         * docs/plugins/inspect/plugin-aasink.xml:
2783         * docs/plugins/inspect/plugin-alaw.xml:
2784         * docs/plugins/inspect/plugin-alpha.xml:
2785         * docs/plugins/inspect/plugin-alphacolor.xml:
2786         * docs/plugins/inspect/plugin-annodex.xml:
2787         * docs/plugins/inspect/plugin-apetag.xml:
2788         * docs/plugins/inspect/plugin-audiofx.xml:
2789         * docs/plugins/inspect/plugin-auparse.xml:
2790         * docs/plugins/inspect/plugin-autodetect.xml:
2791         * docs/plugins/inspect/plugin-avi.xml:
2792         * docs/plugins/inspect/plugin-cacasink.xml:
2793         * docs/plugins/inspect/plugin-cairo.xml:
2794         * docs/plugins/inspect/plugin-cdio.xml:
2795         * docs/plugins/inspect/plugin-cutter.xml:
2796         * docs/plugins/inspect/plugin-debug.xml:
2797         * docs/plugins/inspect/plugin-dv.xml:
2798         * docs/plugins/inspect/plugin-efence.xml:
2799         * docs/plugins/inspect/plugin-effectv.xml:
2800         * docs/plugins/inspect/plugin-equalizer.xml:
2801         * docs/plugins/inspect/plugin-esdsink.xml:
2802         * docs/plugins/inspect/plugin-flac.xml:
2803         * docs/plugins/inspect/plugin-flxdec.xml:
2804         * docs/plugins/inspect/plugin-gamma.xml:
2805         * docs/plugins/inspect/plugin-gconfelements.xml:
2806         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2807         * docs/plugins/inspect/plugin-goom.xml:
2808         * docs/plugins/inspect/plugin-goom2k1.xml:
2809         * docs/plugins/inspect/plugin-halelements.xml:
2810         * docs/plugins/inspect/plugin-icydemux.xml:
2811         * docs/plugins/inspect/plugin-id3demux.xml:
2812         * docs/plugins/inspect/plugin-jpeg.xml:
2813         * docs/plugins/inspect/plugin-level.xml:
2814         * docs/plugins/inspect/plugin-matroska.xml:
2815         * docs/plugins/inspect/plugin-monoscope.xml:
2816         * docs/plugins/inspect/plugin-mulaw.xml:
2817         * docs/plugins/inspect/plugin-multifile.xml:
2818         * docs/plugins/inspect/plugin-multipart.xml:
2819         * docs/plugins/inspect/plugin-navigationtest.xml:
2820         * docs/plugins/inspect/plugin-ossaudio.xml:
2821         * docs/plugins/inspect/plugin-png.xml:
2822         * docs/plugins/inspect/plugin-pulseaudio.xml:
2823         * docs/plugins/inspect/plugin-quicktime.xml:
2824         * docs/plugins/inspect/plugin-rtp.xml:
2825         * docs/plugins/inspect/plugin-rtsp.xml:
2826         * docs/plugins/inspect/plugin-smpte.xml:
2827         * docs/plugins/inspect/plugin-soup.xml:
2828         * docs/plugins/inspect/plugin-spectrum.xml:
2829         * docs/plugins/inspect/plugin-speex.xml:
2830         * docs/plugins/inspect/plugin-taglib.xml:
2831         * docs/plugins/inspect/plugin-udp.xml:
2832         * docs/plugins/inspect/plugin-video4linux2.xml:
2833         * docs/plugins/inspect/plugin-videobalance.xml:
2834         * docs/plugins/inspect/plugin-videobox.xml:
2835         * docs/plugins/inspect/plugin-videocrop.xml:
2836         * docs/plugins/inspect/plugin-videoflip.xml:
2837         * docs/plugins/inspect/plugin-videomixer.xml:
2838         * docs/plugins/inspect/plugin-wavenc.xml:
2839         * docs/plugins/inspect/plugin-wavpack.xml:
2840         * docs/plugins/inspect/plugin-wavparse.xml:
2841         * docs/plugins/inspect/plugin-ximagesrc.xml:
2842         * ext/pulse/plugin.c:
2843         * ext/pulse/pulsemixer.c:
2844         * ext/pulse/pulsesink.c:
2845         * ext/pulse/pulsesrc.c:
2846         Add documentation to the pulseaudio plugin and run make update
2847         in docs/plugins.
2848
2849 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2850
2851         Patch by: Brian Cameron <brian.cameron at sun dot com>
2852
2853         * sys/sunaudio/gstsunaudiomixerctrl.c:
2854         (gst_sunaudiomixer_ctrl_get_volume),
2855         (gst_sunaudiomixer_ctrl_set_volume):
2856         Improvements for the SunAudio mixer by handling mute as no gain
2857         for tracks that have a gain property but no mute property.
2858         Fixes bug #536067.
2859
2860 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2861
2862         * configure.ac:
2863         * ext/pulse/Makefile.am:
2864         * ext/pulse/plugin.c: (plugin_init):
2865         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2866         (gst_pulsemixer_implements_interface_init),
2867         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2868         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2869         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2870         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2871         * ext/pulse/pulsemixer.h:
2872         * ext/pulse/pulsemixerctrl.c:
2873         (gst_pulsemixer_ctrl_context_state_cb),
2874         (gst_pulsemixer_ctrl_sink_info_cb),
2875         (gst_pulsemixer_ctrl_source_info_cb),
2876         (gst_pulsemixer_ctrl_subscribe_cb),
2877         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2878         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2879         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2880         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2881         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2882         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2883         * ext/pulse/pulsemixerctrl.h:
2884         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2885         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2886         * ext/pulse/pulsemixertrack.h:
2887         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2888         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2889         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2890         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2891         (gst_pulseprobe_new), (gst_pulseprobe_free),
2892         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2893         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2894         (gst_pulseprobe_set_server):
2895         * ext/pulse/pulseprobe.h:
2896         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2897         (gst_pulsesink_class_init), (gst_pulsesink_init),
2898         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2899         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2900         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2901         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2902         (gst_pulsesink_stream_request_cb),
2903         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2904         (gst_pulsesink_close), (gst_pulsesink_prepare),
2905         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2906         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2907         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2908         (gst_pulsesink_event), (gst_pulsesink_get_type):
2909         * ext/pulse/pulsesink.h:
2910         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2911         (gst_pulsesrc_implements_interface_init),
2912         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2913         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2914         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2915         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2916         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2917         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2918         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2919         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2920         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2921         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2922         (gst_pulsesrc_get_type):
2923         * ext/pulse/pulsesrc.h:
2924         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2925         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2926         * ext/pulse/pulseutil.h:
2927         Add pulseaudio GStreamer element from gst-pulse. Development will
2928         continue here instead of pulseaudio SVN. Fixes bug #400679.
2929         Only changes over gst-pulse SVN are added copyright to the top of
2930         files and coding style changes.
2931
2932 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2933
2934         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2935
2936         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2937           (gst_cdio_add_cdtext_album_tags):
2938         * ext/cdio/gstcdio.h:
2939         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2940           Also extract album title and album genre from CD-TEXT if
2941           available (#537021).
2942
2943 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2944
2945         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2946
2947         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2948         Improve negotiation a bit more by picking the smallest possible
2949         resolution that is larger than the resolution specified in the
2950         first caps entry of the peer caps. Fixes bug #536994.
2951
2952 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2953
2954         Patch by: Bastien Nocera <hadess at hadess dot net>
2955
2956         * sys/v4l2/gstv4l2vidorient.c:
2957         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2958         Fix compilation with newer GIT kernels that deprecated
2959         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2960
2961 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2962
2963         * configure.ac:
2964         * ext/cdio/gstcdio.c:
2965         * ext/cdio/gstcdio.h:
2966         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2967           Require libcdio >= 0.76.
2968
2969 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2970
2971         * gst/avi/gstavidemux.c:
2972         Catch UNEXPECTED when downstream has reached end of
2973         segment in reverse mode.
2974
2975 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2976
2977         * gst/avi/gstavidemux.c:
2978         Fix typo in comment
2979
2980 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2981
2982         * gst/avi/gstavidemux.c:
2983         Because we don't know the frame order we need to push till
2984         the next keyframe
2985
2986 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2987
2988         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2989
2990         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2991         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2992         Provide a custom negotiation function to make sure to pick the highest
2993         possible framerate and resolution. Fixes bug #536646.
2994
2995 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2996
2997         * gst/avi/gstavidemux.c:
2998         Set EOS when going out of the segment in reverse playback
2999
3000 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3001
3002         * ext/taglib/Makefile.am::
3003           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3004           taglib headers (with gcc 4.3.1).
3005
3006 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3007
3008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3009         Use the new gst_rtsp_connection_get_ip() to access the IP address
3010         of a GstRTSPConnection since it is a private member.
3011
3012 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3013
3014         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3015         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3016           Use new utility functions in libgsttag to process coverart (#512333).
3017
3018 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3021         We actually support left/side, right/side and mid/side files. The
3022         conversion to normal, interleaved stereo is done by libflac.
3023
3024 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3027         (gst_ebml_write_set_cache):
3028         Unref the write cache in finalize if it was set and add add "FIXME"
3029         to a comment that needs it.
3030
3031 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3032
3033         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3034
3035         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3036         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3037         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3038         (gst_avi_demux_process_next_entry):
3039         * gst/avi/gstavidemux.h:
3040         Implement reverse playback. Fixes #535300.
3041         Small cleanups.
3042
3043 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3044
3045         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3046         (gst_videomixer_query_latency):
3047         When using gst_element_iterate_pads() one has to unref every pad
3048         after usage.
3049
3050 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3051
3052         Patch by: Bastien Nocera <hadess at hadess dot net>
3053         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3054         (qtdemux_parse_udta):
3055         * gst/qtdemux/qtdemux_fourcc.h:
3056         Improve meta-data handling, add 'comment', 'description' and
3057         'copyright' tag handling.
3058         Fixes #535935
3059
3060 2008-05-31  Julien Moutte  <julien@fluendo.com>
3061
3062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3063         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3064         (gst_qtdemux_seek_to_previous_keyframe),
3065         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3066         we don't clip the segment's stop using the main segment duration as
3067         that could crop quite some video frames. Make reverse playback support
3068         more robust and support edit lists. Support seeking to the last frame,
3069         and fix reverse looping playback. Add some debugging.
3070         * win32/common/config.h: Updated.
3071
3072 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3073
3074         * gst/equalizer/gstiirequalizer.c:
3075         (gst_iir_equalizer_transform_ip):
3076         Don't clip float/double samples, correctly unset passthrough mode
3077         and use better rounding for integer samples.
3078
3079 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * gst/equalizer/gstiirequalizer.c:
3082         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3083         (setup_filter), (set_passthrough), (update_coefficients),
3084         (gst_iir_equalizer_compute_frequencies),
3085         (gst_iir_equalizer_transform_ip):
3086         * gst/equalizer/gstiirequalizer.h:
3087         Update the filter coefficients only when needed in the transform_ip
3088         function and correctly set the element into passthrough mode if the
3089         gain of all bands is 0.
3090
3091 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3092
3093         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3094
3095         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3096         (gst_alpha_set_property), (gst_alpha_get_property),
3097         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3098         Try to skip pixels or areas that are too dark or too bright for us to do
3099         meaningfull color detection.
3100         Added properties to control the sensitivity to light and darkness.
3101         Added some small cleanups. Fixes #512345.
3102
3103 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3104
3105         * docs/plugins/.cvsignore:
3106         * tests/check/elements/.cvsignore:
3107         Ignore some more generated things
3108
3109         * tests/check/Makefile.am:
3110         Ignore OSS elements in the state changes test too.
3111
3112 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3113
3114         * docs/plugins/Makefile.am:
3115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3117         Add SMPTE effect elements to docs.
3118
3119 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3120
3121         * docs/plugins/Makefile.am:
3122         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3123         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3124         * ext/raw1394/gstdv1394src.c:
3125           Document whats first shown on the fdo plugin docs page :)
3126
3127 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3128
3129         * docs/plugins/Makefile.am:
3130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3132         * docs/plugins/gst-plugins-good-plugins.args:
3133         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3134         * docs/plugins/inspect/plugin-audiofx.xml:
3135         * gst/audiofx/Makefile.am:
3136         * gst/audiofx/audiofx.c:
3137         * gst/audiofx/audiokaraoke.c:
3138         * gst/audiofx/audiokaraoke.h:
3139         * gst/audiofx/audiovoice.c:
3140         * gst/audiofx/audiovoice.h:
3141           Rename audiovoice to audiokaraoke and add it to the docs.
3142
3143 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3144
3145         * REQUIREMENTS:
3146         * docs/plugins/Makefile.am:
3147         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3148         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3149         * docs/plugins/gst-plugins-good-plugins.args:
3150         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3151         * docs/plugins/gst-plugins-good-plugins.interfaces:
3152         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3153         * docs/plugins/inspect/plugin-aasink.xml:
3154         * docs/plugins/inspect/plugin-alaw.xml:
3155         * docs/plugins/inspect/plugin-alpha.xml:
3156         * docs/plugins/inspect/plugin-alphacolor.xml:
3157         * docs/plugins/inspect/plugin-annodex.xml:
3158         * docs/plugins/inspect/plugin-apetag.xml:
3159         * docs/plugins/inspect/plugin-audiofx.xml:
3160         * docs/plugins/inspect/plugin-auparse.xml:
3161         * docs/plugins/inspect/plugin-autodetect.xml:
3162         * docs/plugins/inspect/plugin-avi.xml:
3163         * docs/plugins/inspect/plugin-cacasink.xml:
3164         * docs/plugins/inspect/plugin-cairo.xml:
3165         * docs/plugins/inspect/plugin-cdio.xml:
3166         * docs/plugins/inspect/plugin-cutter.xml:
3167         * docs/plugins/inspect/plugin-debug.xml:
3168         * docs/plugins/inspect/plugin-dv.xml:
3169         * docs/plugins/inspect/plugin-efence.xml:
3170         * docs/plugins/inspect/plugin-effectv.xml:
3171         * docs/plugins/inspect/plugin-equalizer.xml:
3172         * docs/plugins/inspect/plugin-esdsink.xml:
3173         * docs/plugins/inspect/plugin-flac.xml:
3174         * docs/plugins/inspect/plugin-flxdec.xml:
3175         * docs/plugins/inspect/plugin-gamma.xml:
3176         * docs/plugins/inspect/plugin-gconfelements.xml:
3177         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3178         * docs/plugins/inspect/plugin-goom.xml:
3179         * docs/plugins/inspect/plugin-goom2k1.xml:
3180         * docs/plugins/inspect/plugin-halelements.xml:
3181         * docs/plugins/inspect/plugin-icydemux.xml:
3182         * docs/plugins/inspect/plugin-id3demux.xml:
3183         * docs/plugins/inspect/plugin-jpeg.xml:
3184         * docs/plugins/inspect/plugin-level.xml:
3185         * docs/plugins/inspect/plugin-matroska.xml:
3186         * docs/plugins/inspect/plugin-monoscope.xml:
3187         * docs/plugins/inspect/plugin-mulaw.xml:
3188         * docs/plugins/inspect/plugin-multifile.xml:
3189         * docs/plugins/inspect/plugin-multipart.xml:
3190         * docs/plugins/inspect/plugin-navigationtest.xml:
3191         * docs/plugins/inspect/plugin-ossaudio.xml:
3192         * docs/plugins/inspect/plugin-png.xml:
3193         * docs/plugins/inspect/plugin-quicktime.xml:
3194         * docs/plugins/inspect/plugin-rtp.xml:
3195         * docs/plugins/inspect/plugin-rtsp.xml:
3196         * docs/plugins/inspect/plugin-smpte.xml:
3197         * docs/plugins/inspect/plugin-soup.xml:
3198         * docs/plugins/inspect/plugin-spectrum.xml:
3199         * docs/plugins/inspect/plugin-speex.xml:
3200         * docs/plugins/inspect/plugin-taglib.xml:
3201         * docs/plugins/inspect/plugin-udp.xml:
3202         * docs/plugins/inspect/plugin-video4linux2.xml:
3203         * docs/plugins/inspect/plugin-videobalance.xml:
3204         * docs/plugins/inspect/plugin-videobox.xml:
3205         * docs/plugins/inspect/plugin-videocrop.xml:
3206         * docs/plugins/inspect/plugin-videoflip.xml:
3207         * docs/plugins/inspect/plugin-videomixer.xml:
3208         * docs/plugins/inspect/plugin-wavenc.xml:
3209         * docs/plugins/inspect/plugin-wavpack.xml:
3210         * docs/plugins/inspect/plugin-wavparse.xml:
3211         * docs/plugins/inspect/plugin-ximagesrc.xml:
3212         * ext/aalib/gstaasink.c:
3213         * ext/libcaca/gstcacasink.c:
3214           Document aasink and cacasink.
3215
3216 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3217
3218         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3219         (gst_videomixer_init), (gst_videomixer_query_duration),
3220         (gst_videomixer_query_latency), (gst_videomixer_query),
3221         (gst_videomixer_blend_buffers):
3222         * gst/videomixer/videomixer.h:
3223         Implement position (in time), duration and latency queries.
3224
3225 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3226
3227         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3228         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3229         (gst_videomixer_fill_queues), (forward_event_func),
3230         (forward_event), (gst_videomixer_src_event),
3231         (gst_videomixer_sink_event):
3232         * gst/videomixer/videomixer.h:
3233         Implement proper seek/newsegment handling.
3234         Based on adder's implementation.
3235         Fixes #535121
3236
3237 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3238
3239         Patch by: Jan Gerber <j at oil21 dot org>
3240
3241         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3242         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3243
3244 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3245
3246         * gst/audiofx/Makefile.am:
3247         * gst/audiofx/audiofx.c: (plugin_init):
3248         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3249         (gst_audio_voice_class_init), (gst_audio_voice_init),
3250         (update_filter), (gst_audio_voice_set_property),
3251         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3252         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3253         (gst_audio_voice_transform_ip):
3254         * gst/audiofx/audiovoice.h:
3255         Add simple voice removal element. Yay karaoke.
3256
3257 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3258
3259         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3260
3261         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3262         Fix potential caps leak.
3263         If we can't get the framerate with an ioctl, try to get it with the
3264         current norm. Fixes #520092.
3265
3266 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3267
3268         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3269
3270         * sys/v4l2/v4l2src_calls.c:
3271         (gst_v4l2src_probe_caps_for_format_and_size):
3272         If we fail to get the frame intervals, simply don't touch the framerates
3273         on the template caps instead of discarding the format. See #520092.
3274
3275 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3276
3277         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3278
3279         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3280         (gst_v4l2_get_caps_info):
3281         Add NV12, NV21 and bayer support. See #520092.
3282
3283 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3284
3285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3286         (gst_qtdemux_activate_segment):
3287         Unbreak segment activation again. Fixes #531672.
3288
3289 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3290
3291         * ext/flac/Makefile.am:
3292         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3293         Set the channel layout when decoding FLAC files with more than 2
3294         channels as defined by the FLAC spec. Fixes bug #534570.
3295
3296         Also don't try to decode left/side, right/side and mid/side files
3297         as we don't support this at all.
3298
3299 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3300
3301         * configure.ac:
3302           We need -base CVS (rtsp).
3303
3304 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3305
3306         * gst/udp/Makefile.am:
3307           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3308           when including netdb.h when building against glibc >= 2.8.
3309
3310 2008-05-22  Julien Moutte  <julien@fluendo.com>
3311
3312         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3313         debug statement arguments.
3314         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3315         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3316         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3317         on more platforms.
3318
3319 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3320
3321         * tests/check/elements/avimux.c: (setup_src_pad),
3322         (teardown_src_pad):
3323         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3324         (GST_START_TEST):
3325         * tests/check/elements/matroskamux.c: (setup_src_pad),
3326         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3327         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3328         (GST_START_TEST):
3329         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3330         (setup_wavpackparse), (cleanup_wavpackparse):
3331         Don't use gst_element_get_pad(), it's a bad, bad method.
3332
3333 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3334
3335         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3336         (do_toggle_element):
3337         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3338         (do_toggle_element):
3339         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3340         (do_toggle_element):
3341         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3342         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3343         (do_toggle_element):
3344         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3345         (do_toggle_element):
3346         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3347         (gst_auto_audio_sink_detect):
3348         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3349         (gst_auto_video_sink_detect):
3350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3351         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3352         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3353         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3354         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3355         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3356         * tests/icles/videocrop-test.c: (test_with_caps),
3357         (video_crop_get_test_caps):
3358         Don't use gst_element_get_pad(), it's a bad method.
3359
3360 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3361
3362         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3363         (gst_multiudpsink_add_internal):
3364         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3365         (gst_udp_join_group):
3366         * gst/udp/gstudpnetutils.h:
3367         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3368         Joining a multicast group and setting the loop/ttl properties are
3369         totally unrelated tasks are must be separated.
3370
3371 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3372
3373         * gst/avi/gstavimux.c:
3374           Also support alaw/mulaw.
3375
3376 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3377
3378         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3379         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3380         * gst/udp/gstmultiudpsink.h:
3381         Add a fixme for the auto-multicast property.
3382         Fix some confusing debug messages.
3383         Disable setting a qos value by default.
3384
3385 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3386
3387         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3388
3389         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3390         Ignore EPERM errors from sendto. Fixes #533619.
3391
3392 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3393
3394         Patch by: Henrik Eriksson <henriken at axis dot com>
3395
3396         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3397         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3398         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3399         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3400         * gst/udp/gstmultiudpsink.h:
3401         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3402
3403 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3404
3405         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3406         Improve debugging of the ident.
3407
3408 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3409
3410         Patch by: Bruno Santos <brunof at ua dot pt>
3411
3412         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3413         (gst_udp_join_group), (gst_udp_leave_group),
3414         (gst_udp_is_multicast):
3415         * gst/udp/gstudpnetutils.h:
3416         Provide a bunch of helper methods to deal with IPv4 and IPv6
3417         transparently.
3418
3419         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3420         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3421         (gst_multiudpsink_get_property), (join_multicast),
3422         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3423         (gst_multiudpsink_remove):
3424         * gst/udp/gstmultiudpsink.h:
3425         Add multicast TTL and loopback properties.
3426         Use the helper methods to implement ip4 and ip6.
3427
3428         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3429         * gst/udp/gstudpsrc.h:
3430         Use the helper methods to implement ip4 and ip6.
3431         Fixes #515962.
3432
3433 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3434
3435         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3436
3437         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3438         (gst_multipart_demux_get_gstname),
3439         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3440         * gst/multipart/multipartdemux.h:
3441         Don't blindly copy the mime-type as the caps name because they not
3442         always map directly. Instead use a hashtable with common mappings.
3443         Fixes #533287.
3444
3445 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3446
3447         * ext/esd/esdsink.c: (gst_esdsink_write):
3448         When we post an error, we must return -1 to let the parent know that we
3449         cannot write the segment else it will loop and continue to call us again
3450         forever. Patch by Michael Meeks.
3451
3452 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3453
3454         * gst/videomixer/videomixer.c:
3455           Add missing incudes.
3456
3457 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3458
3459         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3460         (gst_rtp_h264_pay_handle_buffer):
3461         * gst/rtp/gstrtph264pay.h:
3462         Correct a typo (sinle -> single).
3463
3464 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3465
3466         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3467         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3468         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3469         (gst_rtp_h264_depay_process):
3470         * gst/rtp/gstrtph264depay.h:
3471         Add experimental support for outputting quicktime-like AVC output in
3472         addition to the existing bytestream output.
3473
3474         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3475         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3476         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3477         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3478         (gst_rtp_h264_pay_get_property):
3479         * gst/rtp/gstrtph264pay.h:
3480         Make the parsing mode configurable, for some inputs we don't need to
3481         scan every byte for start codes.
3482         Only set the marker bit on ACCESS units.
3483
3484 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3485
3486         * gst/equalizer/gstiirequalizer.c:
3487         Use a bigger type in integer mode for the intermediate results to
3488         prevent overflows. This fixes the crippled sound when using the
3489         equalizer in integer mode. Fixes bug #510865.
3490
3491 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3492
3493         * gst/videomixer/videomixer.c:
3494         * gst/videomixer/videomixer.h:
3495         Instead of a random number for the request pad id's,
3496         use a counter.
3497
3498         Register the videomixerpad class from the element's class_init
3499         where it's safer, and allows the docs generator to scan it.
3500
3501 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3502
3503         * gst/smpte/Makefile.am:
3504         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3505         * gst/smpte/gstsmpte.h:
3506         * gst/smpte/gstsmptealpha.c:
3507         (gst_smpte_alpha_transition_type_get_type),
3508         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3509         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3510         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3511         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3512         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3513         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3514         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3515         * gst/smpte/gstsmptealpha.h:
3516         * gst/smpte/plugin.c: (plugin_init):
3517         Add new plugin that adds the SMPTE transition in the alpha channel of
3518         I420 and AYUV frames so that they can be blended with videomixer later
3519         on. Uses all niceties such as using base transform for efficient alloc
3520         and negotiation. It currently requires GstController to control the
3521         position in the transition effect.
3522
3523 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3524
3525         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3526         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3527         * docs/plugins/gst-plugins-good-plugins.args:
3528         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3529         * docs/plugins/gst-plugins-good-plugins.interfaces:
3530         * docs/plugins/gst-plugins-good-plugins.types:
3531         * gst/videomixer/videomixer.c:
3532           Try using thaytans new mechanism to get extra classes into plugin
3533           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3534           missing still.
3535
3536 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3537
3538         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3539         Set proper rate in avi stream header for PCM audio, and also do some
3540         more sanity checks on caps in this case.  Fixes #511489.
3541
3542 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3543
3544         * sys/v4l2/gstv4l2src.c:
3545         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3546         isn't implemented at all yet and this requires X headers to be
3547         installed. Fixes bug #533264.
3548
3549 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3550
3551         reviewed by: <delete if not using a buddy>
3552
3553         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3554         (gst_ebml_write_set_cache):
3555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3556         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3557         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3558         (gst_matroska_demux_read_track_encodings),
3559         (gst_matroska_demux_add_stream),
3560         (gst_matroska_demux_handle_src_query),
3561         (gst_matroska_demux_init_stream),
3562         (gst_matroska_demux_parse_index_cuetrack),
3563         (gst_matroska_demux_parse_index_pointentry),
3564         (gst_matroska_demux_parse_info),
3565         (gst_matroska_demux_parse_metadata_id_simple_tag),
3566         (gst_matroska_demux_parse_metadata),
3567         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3568         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3569         (gst_matroska_demux_parse_cluster),
3570         (gst_matroska_demux_parse_contents_seekentry),
3571         (gst_matroska_demux_loop_stream_parse_id),
3572         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3573         (gst_matroska_demux_audio_caps),
3574         (gst_matroska_demux_subtitle_caps):
3575         * gst/matroska/matroska-demux.h:
3576         * gst/matroska/matroska-ids.c:
3577         (gst_matroska_track_init_subtitle_context):
3578         * gst/matroska/matroska-ids.h:
3579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3580         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3581         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3582         * sys/v4l2/gstv4l2src.c:
3583         * tests/check/pipelines/wavpack.c: (bus_handler):
3584         * win32/common/config.h:
3585
3586 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3587
3588         * ext/wavpack/gstwavpackstreamreader.c:
3589         * tests/examples/spectrum/demo-audiotest.c:
3590         * tests/examples/spectrum/demo-osssrc.c:
3591         Fix some compiler warnings.
3592
3593 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3594
3595         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3596         Small comment added.
3597
3598         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3599         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3600         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3601         Debug string cleanups (remove trailing \n)
3602         Refactor and clean up the payloader a bit and make sure that we only
3603         put one NAL unit in an RTP packet even if the input buffer contains
3604         multiple NAL units.
3605         Add suport for AVC format input.
3606
3607 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3608
3609         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3610         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3611         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3612         * gst/rtp/gstrtph264pay.h:
3613         Make it possible to specify profile-level-id and sprop-parameter-sets
3614         using properties in case they are not available in-stream.
3615
3616 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3617
3618         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3619         * docs/plugins/gst-plugins-good-plugins.args:
3620         * docs/plugins/inspect/plugin-ladspa.xml:
3621           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3622
3623 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3624
3625         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3626         Send an initial BYTE segment to inform downstream of later seeking,
3627         and to forego sync attempts.
3628
3629 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3630
3631         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3632         Fix wrong caps string.
3633
3634 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3635
3636         Based on patch by: Olivier Crete <tester at tester dot ca>
3637
3638         * gst/rtp/Makefile.am:
3639         * gst/rtp/gstrtp.c: (plugin_init):
3640         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3641         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3642         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3643         (gst_rtp_g729_depay_plugin_init):
3644         * gst/rtp/gstrtpg729depay.h:
3645         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3646         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3647         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3648         * gst/rtp/gstrtpg729pay.h:
3649         Added G729 pay and depayloaders. Fixes #532409.
3650
3651 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3652
3653         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3654         Fix the calculation of the duration of the concealment packets.
3655
3656 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3657
3658         Based on patch by: Olivier Crete <tester at tester dot ca>
3659
3660         * gst/rtp/Makefile.am:
3661         * gst/rtp/gstrtp.c: (plugin_init):
3662         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3663         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3664         (parse_encode), (gst_rtp_dv_depay_setcaps),
3665         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3666         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3667         (gst_rtp_dv_depay_plugin_init):
3668         * gst/rtp/gstrtpdvdepay.h:
3669         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3670         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3671         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3672         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3673         (gst_dv_pay_negotiate), (include_dif),
3674         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3675         * gst/rtp/gstrtpdvpay.h:
3676         Add DV pay and depayloaders. Fixes #532423.
3677
3678 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3679
3680         * gst/matroska/matroska-demux.c:
3681         (gst_matroska_demux_push_dvd_clut_change_event):
3682         Convert subtitle palette info in VobSub private data from VobSub's
3683         (buggy) RGB to YUV.
3684
3685 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3686
3687         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3688         Do not leave fourcc stream header field empty upon reset.
3689         Fixes #519301.
3690
3691 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3692
3693         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3694         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3695         * docs/plugins/inspect/plugin-goom.xml:
3696         * docs/plugins/inspect/plugin-goom2k1.xml:
3697         * gst/goom/gstgoom.c:
3698         * gst/goom2k1/gstgoom.c:
3699         Add goom2k1 into the docs.
3700
3701 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         Based on patch by: Wouter Cloetens  <wouter at mind be>
3704
3705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3706         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3707         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3708         (gst_rtsp_decode_quoted_string),
3709         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3710         (gst_rtspsrc_setup_auth):
3711         Support Digest authentication. Fixes #532065.
3712
3713 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3714
3715         * gst/level/gstlevel.c:
3716           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3717           about whats needed for liboil acceleration. Simplify docs a bit.
3718
3719 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3720
3721         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3722
3723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3724         Update the track duration if the old one was invalid.
3725         Fixes bug #532117.
3726
3727 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3728
3729         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3730           Use GST_STR_NULL when trying to print sps and pps strings that could
3731           be NULL, as this might crash on some platforms.
3732
3733 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3734
3735         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3736
3737         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3738           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3739           set after creating the clipper.
3740
3741 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3742
3743         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3744
3745         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3746           Added checking of surface lost case after an unsuccessful
3747           IDirectDrawSurface7_Lock() call.
3748           If surface is lost, return GST_FLOW_OK.
3749
3750 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3751
3752         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3753
3754         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3755           WndProc, gst_directdraw_sink_window_thread):
3756           Improved Windows message loop and fixed window destruction issue.
3757           When the window which DirectDraw is rendering to is destroyed, the
3758           render/show_frame function will return GST_FLOW_ERROR.
3759           Partially fixes #520885.
3760
3761 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3762
3763         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3764
3765         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3766           Fixed mid stream resolution change bug, the offscreen surface is now
3767           released when set_caps is called.
3768           Partially fixes #520885.
3769
3770 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3771
3772         * sys/directdraw/gstdirectdrawsink.c
3773           (gst_directdraw_sink_buffer_alloc):
3774           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3775           width/height.
3776
3777           Especially when looking through the pool of buffers, make sure that
3778           the width/height of caps is used instead of the already negotiated
3779           dimensions.
3780           For example if a buffer with different caps is requested, i.e.
3781           higher resolution, the caller would get a buffer with the old
3782           dimensions and thus corrupt the heap.
3783
3784 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3785
3786         * sys/directdraw/gstdirectdrawsink.c
3787           (gst_directdraw_sink_buffer_alloc):
3788           Clear the flags on recycled buffers from buffer_alloc.
3789           Partially fixes #520885.
3790
3791 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3792
3793         * gst/rtp/gstrtpilbcpay.c:
3794           Added missing stdlib.h include for strtol(), and made include ordering and
3795           style consistent with the corresponding depayloader.
3796
3797 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3798
3799         * configure.ac:
3800           Error out if we don't have the required core/base versions.
3801
3802 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3803
3804         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3805
3806         * sys/osxvideo/cocoawindow.m:
3807         Fix compiler warnings on PPC64. Fixes bug #499318.
3808
3809 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3812
3813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3814         Don't leak file descriptors on error. Fixes #531532.
3815
3816 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3817
3818         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3819         (gst_gconf_audio_src_change_state):
3820         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3821         (gst_gconf_video_sink_change_state):
3822         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3823         (gst_gconf_video_src_change_state):
3824         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3825         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3826         When we can't create a fakesink/fakesrc complain instead of unreffing
3827         NULL pointers and crashing later. See bug #530535.
3828
3829 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3830
3831         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3832         Add some more debug info and guard against small payloads.
3833
3834         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3835         Set duration on outgoing buffers because we can.
3836
3837 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3838
3839         Patch by: Olivier Crete <tester at tester dot ca>
3840
3841         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3842         (gst_speex_enc_init), (gst_speex_enc_chain):
3843         Add negotiation for the speex channels and rate. Fixes #465146.
3844
3845 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         Patch by: Olivier Crete <tester at tester dot ca>
3848
3849         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3850         (gst_rtp_speex_pay_getcaps):
3851         Add negotiation for the speex channels and rate. See #465146.
3852
3853 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         Patch by: Olivier Crete <tester at tester dot ca>
3856
3857         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3858         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3859         Add negotiation for the ILBC mode. See #465146.
3860
3861 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3862
3863         * ext/soup/gstsouphttpsrc.c:
3864           Include stdlib to fix the build. Use g_free instead of free, libsoup
3865           uses glib.
3866
3867 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3868
3869         Patch by: j^ <j@bootlab.org>
3870
3871         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3872         Add more mpeg2 variants. Fixes #530886.
3873
3874 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3875
3876         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3877
3878         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3879           Don't error out if we get an ICMP destination-unreachable
3880           message when trying to read packets on win32 (#529454).
3881
3882 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3883
3884         * configure.ac:
3885         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3886           Use new error code for encrypted streams (which requires core CVS).
3887
3888 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3889
3890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3891           (gst_qtdemux_audiosrc_template):
3892           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3893
3894 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3897         (speex_dec_chain_parse_data):
3898         Produce concealment data when time progresses in a segment update.
3899
3900 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3901
3902         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3903         (speex_dec_chain):
3904         Try to preserve input timestamps when we can.
3905         Do beginnings of error concealment.
3906
3907 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3908
3909         * gst/debug/gstnavigationtest.c:
3910           MSVC doesn't provide rint(), define an adequate replacement locally as
3911           elsewhere.
3912
3913 2008-04-28  Julien Moutte  <julien@fluendo.com>
3914
3915         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3916         format to pacify Mac OSX's gcc.
3917
3918 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3921           (DEFAULT_MAX), (src_template), (sink_template),
3922           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3923           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3924           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3925           Bring rndbuffersize element into a state that doesn't require us
3926           to move it to -bad immediately. For one, fix up default min/max
3927           values so that the element actuall works using the default values.
3928           Also, don't ignore flow return values and do some kind of minimal
3929           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3930           other gratuitious clean-ups.
3931
3932 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * docs/plugins/Makefile.am:
3935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3937         * docs/plugins/gst-plugins-good-plugins.args:
3938         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3939         * docs/plugins/gst-plugins-good-plugins.interfaces:
3940         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3941         * docs/plugins/inspect/plugin-1394.xml:
3942         * docs/plugins/inspect/plugin-aasink.xml:
3943         * docs/plugins/inspect/plugin-alaw.xml:
3944         * docs/plugins/inspect/plugin-alpha.xml:
3945         * docs/plugins/inspect/plugin-alphacolor.xml:
3946         * docs/plugins/inspect/plugin-annodex.xml:
3947         * docs/plugins/inspect/plugin-apetag.xml:
3948         * docs/plugins/inspect/plugin-audiofx.xml:
3949         * docs/plugins/inspect/plugin-auparse.xml:
3950         * docs/plugins/inspect/plugin-autodetect.xml:
3951         * docs/plugins/inspect/plugin-avi.xml:
3952         * docs/plugins/inspect/plugin-cacasink.xml:
3953         * docs/plugins/inspect/plugin-cairo.xml:
3954         * docs/plugins/inspect/plugin-cdio.xml:
3955         * docs/plugins/inspect/plugin-cutter.xml:
3956         * docs/plugins/inspect/plugin-debug.xml:
3957         * docs/plugins/inspect/plugin-dv.xml:
3958         * docs/plugins/inspect/plugin-efence.xml:
3959         * docs/plugins/inspect/plugin-effectv.xml:
3960         * docs/plugins/inspect/plugin-equalizer.xml:
3961         * docs/plugins/inspect/plugin-esdsink.xml:
3962         * docs/plugins/inspect/plugin-flac.xml:
3963         * docs/plugins/inspect/plugin-flxdec.xml:
3964         * docs/plugins/inspect/plugin-gamma.xml:
3965         * docs/plugins/inspect/plugin-gconfelements.xml:
3966         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3967         * docs/plugins/inspect/plugin-goom.xml:
3968         * docs/plugins/inspect/plugin-halelements.xml:
3969         * docs/plugins/inspect/plugin-icydemux.xml:
3970         * docs/plugins/inspect/plugin-id3demux.xml:
3971         * docs/plugins/inspect/plugin-jpeg.xml:
3972         * docs/plugins/inspect/plugin-level.xml:
3973         * docs/plugins/inspect/plugin-matroska.xml:
3974         * docs/plugins/inspect/plugin-monoscope.xml:
3975         * docs/plugins/inspect/plugin-mulaw.xml:
3976         * docs/plugins/inspect/plugin-multifile.xml:
3977         * docs/plugins/inspect/plugin-multipart.xml:
3978         * docs/plugins/inspect/plugin-navigationtest.xml:
3979         * docs/plugins/inspect/plugin-ossaudio.xml:
3980         * docs/plugins/inspect/plugin-png.xml:
3981         * docs/plugins/inspect/plugin-quicktime.xml:
3982         * docs/plugins/inspect/plugin-rtp.xml:
3983         * docs/plugins/inspect/plugin-rtsp.xml:
3984         * docs/plugins/inspect/plugin-shout2send.xml:
3985         * docs/plugins/inspect/plugin-smpte.xml:
3986         * docs/plugins/inspect/plugin-spectrum.xml:
3987         * docs/plugins/inspect/plugin-speex.xml:
3988         * docs/plugins/inspect/plugin-taglib.xml:
3989         * docs/plugins/inspect/plugin-udp.xml:
3990         * docs/plugins/inspect/plugin-video4linux2.xml:
3991         * docs/plugins/inspect/plugin-videobalance.xml:
3992         * docs/plugins/inspect/plugin-videobox.xml:
3993         * docs/plugins/inspect/plugin-videocrop.xml:
3994         * docs/plugins/inspect/plugin-videoflip.xml:
3995         * docs/plugins/inspect/plugin-videomixer.xml:
3996         * docs/plugins/inspect/plugin-wavenc.xml:
3997         * docs/plugins/inspect/plugin-wavpack.xml:
3998         * docs/plugins/inspect/plugin-wavparse.xml:
3999         * docs/plugins/inspect/plugin-ximagesrc.xml:
4000           Add docs for gdkpixbufsink; update docs to CVS version.
4001
4002 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4005         Remove test sync-offset by default.
4006
4007 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4010         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4011         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4012           Use GLib versions of htonl, htons, ntohl and ntohs in order
4013           to avoid problems on win32 (#529707).
4014
4015 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4016
4017         Patch by: Jesús Corrius <jesus at softcatala org>
4018
4019         * gst/goom/filters.c: (zoomVector):
4020         * gst/goom/goom_core.c: (init_buffers):
4021           Fix build with mingw32: use rand() instead of random() and
4022           replace bzero() with memset(). Fixes #529692.
4023
4024 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4027         Fix typo in comments.
4028
4029         * tests/examples/rtp/client-H263p-PCMA.sdp:
4030         * tests/examples/rtp/client-H263p-PCMA.sh:
4031         * tests/examples/rtp/client-H264-PCMA.sdp:
4032         * tests/examples/rtp/client-H264-PCMA.sh:
4033         * tests/examples/rtp/client-H264.sdp:
4034         * tests/examples/rtp/client-H264.sh:
4035         * tests/examples/rtp/client-PCMA.sdp:
4036         * tests/examples/rtp/client-PCMA.sh:
4037         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4038         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4039         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4040         Add some more docs and fix examples.
4041
4042 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4043
4044         * tests/check/elements/multifile.c:
4045         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4046         declared in the former, some have it declared in the latter.
4047
4048 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4049
4050         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4051         * gst/debug/tests.c: (md5_get_value):
4052         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4053         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4054         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4055         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4056         Stop using deprecated GLib functions.
4057
4058 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4059
4060         * configure.ac:
4061         Back to development -> 0.10.8.1
4062
4063 === release 0.10.8 ===
4064
4065 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4066
4067         * configure.ac:
4068           releasing 0.10.8, "One For The Money"
4069
4070 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4071
4072         * configure.ac:
4073         0.10.7.4 pre-release
4074
4075 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4076
4077         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4078         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4079         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4080         * gst/goom/flying_stars_fx.c: (fs_free):
4081         * gst/goom/goom_config_param.h:
4082         * gst/goom/goom_core.c: (goom_init), (goom_close):
4083         * gst/goom/goom_plugin_info.h:
4084         * gst/goom/gstgoom.c: (gst_goom_finalize):
4085         * gst/goom/lines.c: (goom_lines_free):
4086         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4087         * gst/goom/surf3d.c: (grid3d_free):
4088         * gst/goom/surf3d.h:
4089         * gst/goom/tentacle3d.c: (tentacle_free):
4090         Free a bunch of stuff, and initialise things to fix leaks
4091         and valgrind warnings in the testsuite.
4092
4093         Fixes: #529268
4094
4095 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4096
4097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4098         (gst_rtspsrc_configure_caps):
4099         Ref caps as the return value for the request_pt_map signal.
4100         Remove some caps weirdness when configuring a stream. See #528245.
4101
4102 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * tests/icles/gdkpixbufsink-test.c:
4105           Add cast to placate gcc 4.1.2.
4106
4107 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4108
4109         * configure.ac:
4110         0.10.7.3 pre-release
4111
4112 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4113
4114         * tests/check/Makefile.am:
4115         Disable some more elements in the state test.
4116         Add a define so the soup test can find the test files
4117         it needs at runtime.
4118
4119         * tests/check/elements/souphttpsrc.c: (run_server):
4120
4121         Add a define so the soup test can find the test files
4122         it needs at runtime.
4123
4124 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4125
4126         * gst/goom/convolve_fx.c: (convolve_apply):
4127         Don't ever draw the GOOM logo.
4128         Fixes: #528615
4129
4130 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4131
4132         * ext/cdio/gstcdiocddasrc.c:
4133         * ext/dv/gstdvdemux.c: 
4134         gst_atomic_int_set ==> g_atomic_int_set
4135
4136 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4137
4138         * configure.ac:
4139         * gst/goom/Makefile.am:
4140         * gst/goom/convolve_fx.c:
4141         * gst/goom/default_scripts.h:
4142         * gst/goom/goom.h:
4143         * gst/goom/goom_core.c: (choose_a_goom_line):
4144         * gst/goom/goom_plugin_info.h:
4145         * gst/goom/goomsl.c:
4146         * gst/goom/goomsl.h:
4147         * gst/goom/goomsl_hash.c:
4148         * gst/goom/goomsl_hash.h:
4149         * gst/goom/goomsl_heap.c:
4150         * gst/goom/goomsl_heap.h:
4151         * gst/goom/goomsl_private.h:
4152         * gst/goom/plugin_info.c:
4153           Strip out the config/script parsing stuff, we don't need it.
4154           Fixes #527999.
4155
4156 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4157
4158         * gst/goom/plugin_info.c: (setOptimizedMethods):
4159           Disable altivec optimisations for 32-bit PPC as well to make
4160           things build properly on all PPC systems. Fixes #528143
4161
4162 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4163
4164         * gst-plugins-good.spec.in:
4165           Update for souphttpsrc plugin which has moved to -good.
4166
4167 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4168
4169         * gst/matroska/matroska-demux.c:
4170         (gst_matroska_demux_handle_seek_event):
4171         Fix open-ended seeks in matroskademux
4172         Patch by: Mark Nauwelaerts <manauw skynet be>
4173         Fixes: #526557
4174
4175 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4176
4177         * tests/check/Makefile.am:
4178         Add soup test certificates to the dist.
4179
4180 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4181
4182         * ext/Makefile.am:
4183         Remove LADSPA reference I missed.
4184
4185 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4186
4187         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4188         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4189         over gnome-vfs and everything else. Fixes bug #527848.
4190
4191 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4192
4193         * configure.ac:
4194         * ext/Makefile.am:
4195         Remove LADSPA plugin. Fixes: #515978
4196
4197 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4198
4199         * configure.ac:
4200         * docs/plugins/Makefile.am:
4201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4203         * docs/plugins/gst-plugins-good-plugins.args:
4204         * docs/plugins/inspect/plugin-soup.xml:
4205         * ext/Makefile.am:
4206         * tests/check/Makefile.am:
4207         Move soup plugin from -bad (Fixes: #523124)
4208
4209 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4210
4211         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4212         Fix bounds checking of mode in Speex header, which may
4213         produce negative numbers in speex <= 1.1.12
4214
4215 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * gst/goom/Makefile.am:
4218         * gst/goom/gfontlib.c:
4219         * gst/goom/gfontlib.h:
4220         * gst/goom/gfontrle.c:
4221         * gst/goom/gfontrle.h:
4222         * gst/goom/goom.h:
4223         * gst/goom/goom_core.c: (goom_update):
4224         * gst/goom/goom_plugin_info.h:
4225         * gst/goom/gstgoom.c: (gst_goom_chain):
4226         * gst/goom/plugin_info.c:
4227           Remove a bunch of font/text related code that we don't need.
4228
4229 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4230
4231         * gst/goom/ppc_drawings.s:
4232         * gst/goom/ppc_zoom_ultimate.s:
4233           Change license of these files to LGPL, as permitted by the
4234           author, Guillaume Borios. See #515073.
4235
4236 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4237
4238         * gst/goom/convolve_fx.c:
4239         * gst/goom/motif_goom1.h:
4240         * gst/goom/motif_goom2.h:
4241           As hinted in Bug #518213, revert one change and fix warnings properly.
4242           This fixes both #518213 and #520073 for me.     
4243
4244 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4245
4246         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4247         * gst/matroska/matroska-demux.c:
4248         (gst_matroska_demux_handle_seek_event),
4249         (gst_matroska_demux_parse_contents_seekentry),
4250         (gst_matroska_demux_loop):
4251         Fix the Forte build by making function declaration signatures
4252         match the implementations.
4253
4254 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4257         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4258         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4259           More logging when probing (see #518474), some comments in _reset().
4260
4261 2008-04-07  Julien Moutte  <julien@fluendo.com>
4262
4263         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4264         because of a bad argument number.
4265
4266 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         * tests/icles/.cvsignore:
4269         * tests/icles/Makefile.am:
4270         * tests/icles/gdkpixbufsink-test.c:
4271           Interactive test app for gdkpixbufsink.
4272
4273 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4274
4275         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4276
4277         * configure.ac:
4278         Actually build dlls when cross-compiling with mingw32.
4279         Fixes bug #526247.
4280
4281 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4282
4283         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4284           Don't munge device string to 'default:x' for capture devices.
4285           Fixes #525833.
4286
4287 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4288
4289         * ext/wavpack/gstwavpackparse.c:
4290         (gst_wavpack_parse_index_entry_free):
4291         Always use GSlice as we actually depend on GLib 2.12 already.
4292
4293 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         * configure.ac:
4296           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4297           Also bump the GLib requirement to the current de-facto requirement
4298           (ie. 2.12).
4299
4300 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         * gst/rtp/gstrtph264pay.c: (encode_base64),
4303         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4304         * gst/rtp/gstrtph264pay.h:
4305         Parse codec_data for future AVC compatibility.
4306         Fail when we encounter AVC data for now.
4307
4308 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4311           (gst_spectrum_init), (gst_spectrum_set_property),
4312           (gst_spectrum_get_property), (gst_spectrum_message_new):
4313           Rename property enums and default defines for the properties to match
4314           the property names and rephrase property descriptions to make them a
4315           bit clearer (hopefully). See #518188.
4316
4317 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * tests/check/Makefile.am:
4320         * tests/check/elements/.cvsignore:
4321         * tests/check/elements/gdkpixbufsink.c:
4322           Add unit test for gdkpixbufsink element.
4323
4324 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * ext/gdk_pixbuf/Makefile.am:
4327         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4328         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4329           (gst_gdk_pixbuf_sink_base_init),
4330           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4331           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4332           (gst_gdk_pixbuf_sink_set_caps),
4333           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4334           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4335           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4336           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4337           (gst_gdk_pixbuf_sink_get_property):
4338         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4339           Add gdkpixbufsink element for easy snapshotting (#525946).
4340
4341 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4342
4343         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4344         Bump timeout from 3 to 60 seconds.
4345
4346 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4347
4348         * tests/check/pipelines/.cvignore:
4349         Remove useless file.
4350
4351         * tests/check/pipelines/.cvsignore:
4352         Add new test to .cvsignore.
4353
4354 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4355
4356         * tests/check/Makefile.am:
4357         * tests/check/pipelines/wavpack.c: (bus_handler),
4358         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4359         (wavpack_suite), (main):
4360         Add unit test that encodes and decodes some data, checks that it
4361         is still the same and that all timestamps/offsets are perfect.
4362
4363 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4364
4365         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4366         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4367         * ext/wavpack/gstwavpackparse.c:
4368         (gst_wavpack_parse_index_entry_new),
4369         (gst_wavpack_parse_index_entry_free),
4370         (gst_wavpack_parse_base_init),
4371         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4372         Use GSlice for allocating index entries and use
4373         gst_element_class_set_details_simple().
4374
4375 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4376
4377         Patch by: Brian Cameron <brian.cameron at sun dot com>
4378
4379         * sys/sunaudio/gstsunaudio.c:
4380         * sys/sunaudio/gstsunaudiomixer.c:
4381         * sys/sunaudio/gstsunaudiomixer.h:
4382         * sys/sunaudio/gstsunaudiomixerctrl.c:
4383         * sys/sunaudio/gstsunaudiomixerctrl.h:
4384         * sys/sunaudio/gstsunaudiomixertrack.c:
4385         * sys/sunaudio/gstsunaudiomixertrack.h:
4386         * sys/sunaudio/gstsunaudiosink.c:
4387         * sys/sunaudio/gstsunaudiosink.h:
4388         * sys/sunaudio/gstsunaudiosrc.c:
4389         * sys/sunaudio/gstsunaudiosrc.h:
4390           Fix up copyrights (#525860).
4391
4392 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * gst/goom/goomsl.c: (gsl_read_file):
4395           Check return value of fread() to avoid compiler warnings.
4396
4397 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4398
4399         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4400
4401         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4402         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4403         * gst/law/alaw-decode.h:
4404         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4405         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4406         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4407         * gst/law/mulaw-decode.h:
4408         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4409         Make negotiation a bit modern.
4410         Use pad_alloc. Fixes #525359.
4411
4412 2008-03-31  David Schleef  <ds@schleef.org>
4413
4414         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4415           compiles consistently.  Fixes #522278.
4416
4417 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         Patch by: Brian Cameron <brian.cameron at sun dot com>
4420
4421         * sys/sunaudio/gstsunaudiomixerctrl.c:
4422           (gst_sunaudiomixer_ctrl_get_volume),
4423           (gst_sunaudiomixer_ctrl_set_volume):
4424         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4425           Fix up the mixer tracks to use a volume range of 0-255, which is what
4426           the sun audio API uses. This simplifies the code and avoids rounding
4427           errors. Fixes #524593.
4428
4429 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4430
4431         * sys/v4l2/gstv4l2object.c:
4432         * sys/v4l2/gstv4l2object.h:
4433         Add device-fd property to make it possible to apps to call ioctl's.
4434
4435 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4436
4437         * gst/qtdemux/qtdemux.c: (next_entry_size):
4438         Unbreak streaming mode again.
4439
4440 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4443           Remove superfluous DEBUG macro.
4444
4445 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         Based on patch by: William M. Brack <wbrack at mmm com hk>
4448
4449         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4450           (gst_v4l2src_set_capture):
4451           Check whether the device supports setting the framerate before
4452           trying to set it and then posting a warning or error if it doesn't
4453           work (#516649, #520092). Also compare fractions more correctly.
4454
4455 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4456
4457         * gst/goom/Makefile.am:
4458           Remove ppc assembler optimisations from the build until they
4459           actually build (they also seem to have GPL headers).
4460
4461 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * m4/Makefile.am:
4464           Better not dist files that don't exist any longer (lrint*m4).
4465
4466 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4467
4468         * configure.ac:
4469         * m4/lrint.m4:
4470         * m4/lrintf.m4:
4471         Remove lrint/lrintf checks. We don't use it anywhere.
4472
4473 2008-03-18  Andy Wingo  <wingo@pobox.com>
4474
4475         * sys/osxvideo/osxvideosink.m
4476         (gst_osx_video_sink_osxwindow_destroy)
4477         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4478         task, whoopdee.
4479         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4480         2 ms.
4481
4482 2008-03-18  Andy Wingo  <wingo@pobox.com>
4483
4484         * sys/osxvideo/osxvideosink.m
4485         (gst_osx_video_sink_osxwindow_destroy)
4486         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4487         task, whoopdee.
4488         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4489         2 ms.
4490         
4491 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4492
4493         Patch by: William M. Brack <wbrack at mmm com hk>
4494
4495         * sys/v4l2/v4l2src_calls.c:
4496           (gst_v4l2src_probe_caps_for_format_and_size),
4497           (gst_v4l2src_probe_caps_for_format):
4498           Make sure the probed frame sizes are reversed in the resulting
4499           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4500           highest resolution first); also remove unused variable.
4501           (Partly fixes #520092)
4502
4503 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4504
4505         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
4506
4507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4508         (gst_rtspsrc_finalize):
4509         Call WSAStartup() and WSACleanup before using the Winsock API.
4510         See #520808.
4511
4512 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4513
4514         * gst/avi/gstavidemux.c:
4515           Erm, the buffer-size is just guint, no need for the special format
4516           specifier.
4517
4518 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst/goom/plugin_info.c:
4521         * gst/goom/ppc_zoom_ultimate.h:
4522           Small fixes to build more on PPC: ifdef out code that uses unknown
4523           define; add newline at end of header file to avoid compiler warning.
4524           Assembler code still doesn't build though.
4525
4526 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4527
4528         * gst/avi/gstavidemux.c:
4529           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4530           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4531
4532 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4533
4534         * gst/avi/gstavidemux.c:
4535           Chunksize is uint32. Fix format specifier.
4536
4537 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4538
4539         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4540         mistake. Return file to pure MIT text.
4541
4542 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4543
4544         * gst/audiofx/audiofx.c:
4545         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4546         of hardcoding values.
4547
4548 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4549
4550         Patch by: Mark Nauwelaerts <manauw skynet be>
4551
4552         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4553           (gst_oss_src_close):
4554         * sys/oss/gstosssrc.h:
4555           Cache probed caps, so _get_caps() during recording doesn't cause
4556           ioctl calls which may disrupt the recording (fixes #521875).
4557
4558 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4561         (gst_qtdemux_activate_segment),
4562         (gst_qtdemux_prepare_current_sample),
4563         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4564         Make sure we always send a DISCONT after a seek by setting the sample
4565         index to an undefined value after a seek.
4566
4567 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4570           (GST_IS_AVI_SUBTITLE_CLASS):
4571           Fix up IS_FOO macros, which makes gtk-doc much happier.
4572
4573 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * tests/icles/Makefile.am:
4576           Move the -lgstfoo where it belongs.
4577
4578 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * gst/matroska/ebml-ids.h:
4581         Add ID for EBML CRC32 elements.
4582
4583         * gst/matroska/Makefile.am:
4584         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4585         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4586         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4587         (gst_ebml_read_header):
4588         Support reading 80bit floats, add finalize method to clean up
4589         in any case, support reading length/id elements with any length
4590         as long as it's smaller than our supported maximum, don't leak
4591         buffers if reading as much data as we wanted failed and some
4592         smaller cleanup.
4593
4594 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         Patch by: Olivier Crete <tester at tester dot ca>
4597
4598         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4599         Check that a buffer is large enough before reading from it.
4600         Fixes bug #521102.
4601         
4602 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4603
4604         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4605         Fix compilation after removing the GstPollMode from the
4606         constructor.
4607
4608 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4609
4610         * configure.ac:
4611         * gst/audiofx/Makefile.am:
4612         * gst/audiofx/audiochebband.c:
4613         * gst/audiofx/audiocheblimit.c:
4614         * gst/audiofx/math_compat.h:
4615         Check for sinh(), cosh() and asinh() and define our own
4616         implementations if they're not available. Fixes bug #520880.
4617
4618 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4619
4620         Patch by: Olivier Crete <tester at tester dot ca>
4621
4622         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4623         Unref the buffers only once when handling not-negotiated errors.
4624         Fixes bug #520764.
4625
4626 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4627
4628         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
4629
4630         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4631         (gst_udpsrc_stop):
4632         Properly balance WSA_Cleanup with WSA_Startup.
4633         Also make the poll controllable on windows. Fixes #520888.
4634
4635 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4636
4637         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4638         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4639         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4640         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4641         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4642         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4643         (gst_ebml_read_date), (gst_ebml_read_master),
4644         (gst_ebml_read_binary), (gst_ebml_read_header):
4645         * gst/matroska/ebml-read.h:
4646         * gst/matroska/matroska-demux.c:
4647         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4648         (gst_matroska_demux_read_track_encodings),
4649         (gst_matroska_demux_add_stream),
4650         (gst_matroska_demux_handle_src_query),
4651         (gst_matroska_demux_handle_seek_event),
4652         (gst_matroska_demux_init_stream),
4653         (gst_matroska_demux_parse_tracks),
4654         (gst_matroska_demux_parse_index_cuetrack),
4655         (gst_matroska_demux_parse_index_pointentry),
4656         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4657         (gst_matroska_demux_parse_metadata_id_simple_tag),
4658         (gst_matroska_demux_parse_metadata_id_tag),
4659         (gst_matroska_demux_parse_metadata),
4660         (gst_matroska_demux_sync_streams),
4661         (gst_matroska_demux_push_hdr_buf),
4662         (gst_matroska_demux_push_flac_codec_priv_data),
4663         (gst_matroska_demux_push_xiph_codec_priv_data),
4664         (gst_matroska_demux_add_wvpk_header),
4665         (gst_matroska_demux_check_subtitle_buffer),
4666         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4667         (gst_matroska_demux_parse_cluster),
4668         (gst_matroska_demux_parse_contents_seekentry),
4669         (gst_matroska_demux_parse_contents),
4670         (gst_matroska_demux_loop_stream_parse_id),
4671         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4672         * gst/matroska/matroska-demux.h:
4673         * gst/matroska/matroska-ids.h:
4674         Handle return values from pull_range in a more granular way to properly
4675         shut down on seeks.
4676         Combine return values from push.
4677         Implement proper error handling.
4678         Prepare for handling seeking correctly.
4679
4680 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4681
4682         * gst/matroska/ebml-read.c:
4683         Use GINT64 formatting constants from GLIB.
4684
4685         * gst/matroska/matroska-demux.c:
4686         Add some guards to avoid a possible division by 0 and crashing
4687         with NULL events on some systems.
4688         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4689         conversion. 
4690
4691         * gst/matroska/matroska-mux.c:
4692         Check for invalid timestamps in a bunch of places to avoid
4693         writing bogus durations into the output file.
4694         Fix some double<->gint64 conversions that weren't using
4695         gst_guint64_to_gdouble
4696
4697 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4698
4699         * configure.ac:
4700         Move the checks for bison, flex and as to the program section and the
4701         check for gcc inline asm to the compiler characteristics section.
4702
4703 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4704
4705         * configure.ac:
4706         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4707         plug-ins are included/excluded. (#498222)
4708
4709 2008-02-29  Michael Smith <msmith@fluendo.com>
4710
4711         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4712           Don't call gst_object_sync_values() unless we have a valid timestamp.
4713
4714 2008-02-28  David Schleef  <ds@schleef.org>
4715
4716         * gst/matroska/matroska-demux.c:
4717         * gst/matroska/matroska-ids.h:
4718         * gst/matroska/matroska-mux.c:
4719           Fix Dirac mapping.  I had previously added a VfW-type
4720           mapping, but it looks like Dirac will get a native Matroska
4721           mapping, and this is the most likely method.
4722
4723 2008-02-28  David Schleef  <ds@schleef.org>
4724
4725         * gst/avi/gstavimux.c: Add Dirac encoding
4726
4727 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4728
4729         Patch by: Peter Kjellerstedt <pkj at axis com>
4730
4731         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4732         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4733         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4734         * gst/udp/gstudpsrc.h:
4735         Port to GstPoll. See #505417.
4736
4737 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4738
4739         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4740         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4741         yet on the srcpad. We need rate and channels before we
4742         can do any processing. Fixes bug #519088.
4743
4744 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4745
4746         * configure.ac:
4747         Detect and indicate if GCC inline assembly syntax is
4748         available.
4749
4750         * gst/goom/Makefile.am:
4751         * gst/goom/convolve_fx.c:
4752         * gst/goom/flying_stars_fx.c:
4753         * gst/goom/goom_config.h:
4754         * gst/goom/goom_core.c:
4755         * gst/goom/goomsl.c:
4756         * gst/goom/ifs.c:
4757         * gst/goom/mmx.c:
4758         * gst/goom/plugin_info.c:
4759         * gst/goom/xmmx.c:
4760         Fix various GCC-isms, and only build the inline assembly
4761         with compilers that support GCC inline assembly.
4762
4763         Fix a couple of other warnings shown with Forte.
4764
4765 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4766
4767         * gst/goom/xmmx.c:
4768           Use 'emms' instead of 'femms' to not crash on cpus that do not
4769           implement this 3dnow specific instruction.
4770
4771 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4772
4773         * gst/goom/plugin_info.c: (setOptimizedMethods):
4774         Use extended MMX for draw_line() too if available, not only
4775         normal MMX.
4776
4777 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4778
4779         * ext/jpeg/gstjpeg.c: (plugin_init):
4780         Remove (commented out) smoke typefinder. This is in base now.
4781
4782 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4783
4784         * gst/goom2k1/Makefile.am:
4785         * gst/goom2k1/gstgoom.c:
4786
4787         Rename the installed library, and don't register the same 
4788         GType name as the new goom.
4789
4790 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4791
4792         * configure.ac:
4793         * ext/taglib/Makefile.am:
4794           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4795           when building C++ code (#516509).
4796
4797 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4800         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4801           (setOptimizedMethods):
4802           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4803           anything useful. Export goom debug category so we can get
4804           rid of the VERBOSE define and the printfs.
4805
4806 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4807
4808         * gst/goom/goomsl_heap.c: (align_it):
4809         * gst/goom/plugin_info.c: (setOptimizedMethods):
4810           Compile fixes for x86-64.
4811
4812 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4813
4814         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4815         with warnings, but add other CFLAGS
4816
4817         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4818         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4819         (calculate_labels), (gsl_read_file):
4820         * gst/goom/goomsl_lex.l:
4821         * gst/goom/goomsl_yacc.y:
4822         * gst/goom/plugin_info.c: Remove a few live printf, and
4823         fprintf, replace exit() calls with g_assert_not_reached()
4824         if it not optimal for a library
4825
4826 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4827
4828         * gst/goom/Makefile.am: Remove the warnings being disabled,
4829         fix linkage on x86, spotted by Sebastian Dröge
4830         <slomo@circular-chaos.org>
4831
4832         * gst/goom/convolve_fx.c (convolve_init),
4833         (create_output_with_brightness), (convolve_apply):
4834         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4835         * gst/goom/goomsl.c:
4836         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4837         * gst/goom/plugin_info.c:
4838         * gst/goom/tentacle3d.c (tentacle_fx_create):
4839         Fix warnings, and disable the motifs in the convolve_fx
4840         plugin (they were causing warnings, and they were just
4841         "Goom" in funny letterring)
4842
4843 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4844
4845         * configure.ac: Add checks for Flex/Yacc/Bison and other
4846         furry animals, for the new goom 2k4 based plugin
4847
4848         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4849         CPU optimisations (not working yet), move the old plugin to...
4850
4851         * gst/goom2k1/*: ... here, in case somebody is sick enough
4852
4853         Fixes #515073
4854
4855 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4856
4857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4858         Post the server response code in an error message instead of a generic
4859         'error' message. Fixes #517237.
4860
4861 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4862
4863         * tests/check/Makefile.am:
4864         Ignore gconfaudiosrc for the states unit test too. It will fallback
4865         to alsasrc if the gconf settings can't be read and not everybody has
4866         alsa.
4867
4868 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4869
4870         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4871         (gst_wavpack_parse_create_src_pad):
4872         * ext/wavpack/gstwavpackparse.h:
4873         Always report the duration if we know it in push mode and don't
4874         return 0 just to make totem believe we can't seek in push mode.
4875         Newer totem version use the SEEKING query which properly reports
4876         if we can seek or not.
4877
4878 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4879
4880         Patch by: Jens Granseuer <jensgr at gmx dot net>
4881
4882         * tests/examples/equalizer/demo.c: (main):
4883         C89 fix, moving variable declarations to the beginning of
4884         the block. Fixes bug #517933.
4885
4886 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4887
4888         * configure.ac:
4889         Back to development...
4890
4891 === release 0.10.7 ===
4892
4893 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4894
4895         * configure.ac:
4896           releasing 0.10.7, "Red Door Black"
4897
4898 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4899
4900         * gst/alpha/Makefile.am:
4901         Link alpha plugin with libgstbase. Fixes bug #517386.
4902
4903 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4904
4905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4906         Init values to -1 instead of the default 0 value.
4907         Fixes #516524.
4908
4909 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4910
4911         * tests/examples/spectrum/spectrum-example.c:
4912         Add missing include to fix compilation when libxml usage is disabled.
4913         Fixes: #516371
4914
4915 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4916
4917         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4918         fixes: #514889
4919
4920         * gst/rtp/gstrtph264pay.c:
4921         * gst/rtp/gstrtpmp4gdepay.c:
4922         * gst/rtp/gstrtpmp4gpay.c:
4923         * gst/rtp/gstrtpmp4gpay.h:
4924         * gst/rtp/gstrtptheorapay.c:
4925         * gst/rtp/gstrtpvorbispay.c:
4926
4927         Fix various leaks shown up in valgrind
4928         - free sprops and buffer in error cases in H264 payloader
4929         - fix leak in mp4g depayloader when construction the caps
4930         - don't leak config string in the mp4g payloader
4931         - don't leak buffers and headers in theora and vorbis payloaders
4932
4933         * tests/check/elements/rtp-payloading.c:
4934
4935         Fix the RTP data test
4936         - Actually send valid amr data to the payloader instead of 20
4937         zero-bytes
4938         - The mp4g payloader expects codec_data on the caps
4939
4940 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4941
4942         * win32/MANIFEST:
4943         Add libgstpng.dsp to MANIFEST.
4944         * win32/vs6/libgstaudiofx.dsp:
4945         Add new source files to VS project file.
4946
4947 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4948
4949         * sys/ximage/gstximagesrc.c:
4950         Initialise variables when opening the X display rather
4951         than in _start(), as the display can be opened before that.
4952
4953         Fixes: #515985
4954
4955 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4956
4957         * sys/directdraw/gstdirectdrawsink.c:
4958         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4959         (gst_directdraw_sink_finalize):
4960         Properly chain up finalize functions. Fixes bug #515980.
4961
4962 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4963
4964         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4965         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4966         (gst_v4l2_buffer_pool_class_init):
4967         Chain up the finalize functions. Fixes bug #515984.
4968
4969 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4970
4971         * sys/ximage/ximageutil.c:
4972         Chain up in the finalize function for our custom
4973         buffer sub-class.
4974         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4975         Fixes: #515706
4976
4977 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4980         (gst_fenced_buffer_class_init):
4981         Properly chain up finalize method. Fixes bug #515979.
4982
4983 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4984
4985         * sys/ximage/gstximagesrc.c:
4986         Free allocated Damage memory before closing our connection to the
4987         X server. Partially fixes: #515706
4988
4989 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4990
4991         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4992         * tests/check/Makefile.am:
4993         * tests/check/gst-plugins-good.supp:
4994         Add a few libjpeg suppressions and initialize a variable to
4995         make smokeenc valgrind clean. Fixes bug #515701.
4996
4997 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4998
4999         * gst/avi/gstavidemux.c:
5000         Revert patch which sends timestamps only on keyframes, as it
5001         breaks playback with current gst-ffmpeg.
5002
5003         Fixes: #515562
5004
5005 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5006
5007         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5008         * tests/check/elements/multifile.c: (GST_START_TEST):
5009         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5010
5011 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5012
5013         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5014         Use and unset the GError when pipeline creation fails instead of
5015         simply leaking it. Fixes bug #515704.
5016
5017 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5018
5019         * gst/audiofx/audioamplify.c:
5020         * gst/audiofx/audiochebband.c:
5021         * gst/audiofx/audiocheblimit.c:
5022         * gst/audiofx/audiodynamic.c:
5023         * gst/audiofx/audioinvert.c:
5024         * gst/audiofx/audiopanorama.c:
5025         * gst/audiofx/audiowsincband.c:
5026         * gst/audiofx/audiowsinclimit.c:
5027         Fix long description of audiofx elements. Fixes bug #515457.
5028
5029 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5030
5031         * docs/plugins/Makefile.am:
5032         * gst/spectrum/gstspectrum.c:
5033         * tests/examples/spectrum/.cvsignore:
5034         * tests/examples/spectrum/Makefile.am:
5035         * tests/examples/spectrum/spectrum-example.c:
5036
5037         Add a simple example application for the spectrum element, include it
5038         in the docs, and fix some documentation ambiguities.
5039
5040         Fixes: #348085
5041
5042 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5043
5044         * gst/equalizer/Makefile.am:
5045         * gst/spectrum/Makefile.am:
5046         Fix includes order
5047
5048         * tests/check/Makefile.am:
5049         Exclude v4l2src from the states test - it takes too long to start.
5050
5051         * tests/check/elements/spectrum.c:
5052         Make the test run properly with CK_FORK=no
5053
5054 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5055
5056         * gst/audiofix/Makefile.am: add missing header files 
5057
5058 2008-02-08  Julien Moutte  <julien@fluendo.com>
5059
5060         * gst/matroska/matroska-demux.c:
5061         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5062         keyframe and delta units correctly when dealign with a BlockGroup.
5063         Fixes: #514397
5064
5065 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5066
5067         * tests/check/elements/.cvsignore:
5068         Spell the new tests correctly in .cvsignore
5069
5070 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5071
5072         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5073           Need to use gsize here for the size, fixes compiler warning.
5074
5075         * tests/examples/equalizer/.cvsignore:
5076         * tests/examples/equalizer/Makefile.am:
5077         * tests/examples/spectrum/.cvsignore:
5078         * tests/examples/spectrum/Makefile.am:
5079           Add missing files to fix the build.
5080
5081 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5082
5083         * configure.ac:
5084         * docs/plugins/Makefile.am:
5085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5087         * docs/plugins/gst-plugins-good-plugins.args:
5088         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5089         * docs/plugins/inspect/plugin-multifile.xml:
5090         * tests/check/Makefile.am:
5091         * tests/check/elements/.cvsignore:
5092
5093         Move multifile plugin from -bad.
5094         Fixes: #490283
5095
5096 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5097
5098         * configure.ac:
5099         * docs/plugins/Makefile.am:
5100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5101         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5102         * docs/plugins/gst-plugins-good-plugins.args:
5103         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5104         * docs/plugins/inspect/plugin-spectrum.xml:
5105         * gst/spectrum/Makefile.am:
5106         * tests/check/Makefile.am:
5107         * tests/check/elements/.cvsignore:
5108         * tests/examples/Makefile.am:
5109
5110         Move spectrum plugin from -bad.
5111         Move examples into tests/examples/spectrum.
5112
5113 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5114
5115         * configure.ac:
5116         * docs/plugins/Makefile.am:
5117         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5118         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5119         * docs/plugins/gst-plugins-good-plugins.args:
5120         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5121         * docs/plugins/gst-plugins-good-plugins.interfaces:
5122         * docs/plugins/inspect/plugin-equalizer.xml:
5123         * gst/equalizer/Makefile.am:
5124         * tests/check/Makefile.am:
5125         * tests/examples/Makefile.am:
5126         Move the equalizer plugin across from -bad
5127
5128         * tests/check/elements/.cvsignore:
5129         Add equalizer, audiosincwband and audiosincwlimit
5130
5131         * tests/check/elements/equalizer.c:
5132         Fix compiler warnings
5133
5134         Fixes: #415627
5135
5136 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5137
5138         * configure.ac:
5139         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5140         are treated like releases and build without it.
5141
5142 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5143
5144         * docs/plugins/Makefile.am:
5145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5147         * docs/plugins/gst-plugins-good-plugins.args:
5148         * docs/plugins/inspect/plugin-audiofx.xml:
5149         * gst/audiofx/Makefile.am:
5150         * gst/audiofx/audiofx.c:
5151         * gst/audiofx/audiowsincband.c:
5152         * gst/audiofx/audiowsincband.h:
5153         * gst/audiofx/audiowsinclimit.c:
5154         * gst/audiofx/audiowsinclimit.h:
5155         * tests/check/Makefile.am:
5156         * tests/check/elements/audiowsincband.c:
5157         * tests/check/elements/audiowsinclimit.c:
5158
5159         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5160         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5161         respectively.
5162
5163         Fixes: #467666
5164
5165 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5168         * tests/check/elements/icydemux.c:
5169           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5170           caps, and add a somewhat useful debug message. Plus test.
5171
5172 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5173
5174         * gst/rtsp/gstrtspsrc.c:
5175         Include unistd.h only if HAVE_UNISTD_H is defined
5176         * win32/common/config.h.in:
5177         * win32/common/config.h:
5178         Define socklen_t as it seems it's not defined in default 
5179         Visual Studio headers.
5180         * win32/vs6/libgstalpha.dsp:
5181         * win32/vs6/libgstapetag.dsp:
5182         * win32/vs6/libgstavi.dsp:
5183         * win32/vs6/libgstrtp.dsp:
5184         * win32/vs6/libgstrtsp.dsp:
5185         * win32/vs6/libgstvideomixer.dsp:
5186         Update project file dependencies and add new source files       
5187
5188 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5189
5190         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5191
5192         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5193         Don't leak buffers when we don't push them downstream.
5194         Fixes bug #514965.
5195
5196 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         * configure.ac:
5199           Bump requirements to (good) released versions to avoid
5200           confusion and make implicit core requirement explicit.
5201
5202 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5203
5204         * docs/plugins/Makefile.am:
5205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5207         * docs/plugins/gst-plugins-good-plugins.args:
5208         * docs/plugins/inspect/plugin-audiofx.xml:
5209         * gst/audiofx/Makefile.am:
5210         * gst/audiofx/audiochebband.c:
5211         * gst/audiofx/audiochebband.h:
5212         * gst/audiofx/audiocheblimit.c:
5213         * gst/audiofx/audiocheblimit.h:
5214         * gst/audiofx/audiochebyshevfreqband.c:
5215         * gst/audiofx/audiochebyshevfreqband.h:
5216         * gst/audiofx/audiochebyshevfreqlimit.c:
5217         * gst/audiofx/audiochebyshevfreqlimit.h:
5218         * gst/audiofx/audiofx.c:
5219         * tests/check/Makefile.am:
5220         * tests/check/elements/.cvsignore:
5221         * tests/check/elements/audiochebband.c:
5222         * tests/check/elements/audiocheblimit.c:
5223         * tests/check/elements/audiochebyshevfreqband.c:
5224         * tests/check/elements/audiochebyshevfreqlimit.c:
5225
5226         Rename audiochebyshevfreqband -> audiochebband and
5227         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5228         surgery.
5229
5230         Closes: #491811
5231
5232 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5233
5234         Patch by: Orjan Friberg <orjanf at axis dot com>
5235
5236         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5237         Fix caps memory leak. Fixes #514573.
5238
5239 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5240
5241         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5242         If there's no entries in the subindex, don't try to do anything stupid,
5243         just return.
5244
5245 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         Patch by: John Millikin <jmillikin at gmail dot com>
5248
5249         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5250           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5251           Fix extraction of picture blocks with newer libflac versions again:
5252           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5253
5254 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * tests/check/Makefile.am:
5257           Add rtp-payloading test to VALGRIND_TO_FIX.
5258
5259         * tests/check/elements/rtp-payloading.c:
5260           Add semicolons after GST_TEST_END so gst-indent gets the
5261           formatting right; make test less verbose in general, but
5262           more verbose in the error case (which should probably
5263           make the test fail anyway).
5264
5265 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5266
5267         * docs/plugins/Makefile.am:
5268         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5269         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5270         * gst/avi/gstavisubtitle.c:
5271         Add documentation for avisubtitle and change class to
5272         Codec/Parser/Subtitle
5273
5274 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5275
5276         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5277         Treat ENOTTY (driver does not implement ioctl) the same as
5278         EINVAL since it implies there are no available standards.
5279
5280         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5281         (gst_v4l2src_get_nearest_size):
5282         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5283         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5284         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5285         reason, and if we aren't yet actively capturing.
5286
5287         * sys/v4l2/v4l2src_calls.h:
5288         Remove replaced function declaration.
5289
5290 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5291
5292         * configure.ac:
5293         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5294         API.
5295
5296 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5297
5298         * configure.ac:
5299         Fix typo.
5300
5301 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5302
5303         * gst/alpha/Makefile.am:
5304         * gst/alpha/gstalpha.c:
5305
5306         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5307         some stuff, and making buffer-alloc and resizing work automatically.
5308         No longer crashes on odd frame widths and heights, although there
5309         seems to be a disagreement with ffmpegcolorspace about what size
5310         an AYUV frame with odd height should be.
5311
5312 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5313
5314         Patch by: Alessandro Decina <alessandro at nnva dot org>
5315
5316         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5317         * ext/libpng/gstpngenc.h:
5318         Preallocate the output buffer so that g_memdup() and
5319         gst_buffer_merge() aren't needed anymore. This greatly improves
5320         performances and fixes #512544.
5321
5322 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5323
5324         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5325         (gst_avi_demux_stream_data):
5326         GStreamer timestamps are PTS values while AVI only knows about DTS
5327         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5328         we are dealing with a key frame.
5329
5330 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5331
5332         * tests/check/Makefile.am:
5333         * tests/check/elements/.cvsignore:
5334         * tests/check/elements/rtp-payloading.c:
5335           Add add testsuite for the rtp-payloader that tries simulating
5336           dataflow. Needs more test data.
5337
5338 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5339
5340         * tests/check/elements/alphacolor.c:
5341           Remove two unused variables.
5342
5343 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5346           Use g_ascii_strtoll() instead of atoll, which is only
5347           available in C99.
5348
5349 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5350
5351         * gst/rtp/Makefile.am:
5352         * gst/rtp/gstrtp.c:
5353         * gst/rtp/gstrtpmpvpay.c:
5354         * gst/rtp/gstrtpmpvpay.h:
5355         Add MPEG2 video payloader
5356
5357 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5358
5359         * gst/level/gstlevel.c:
5360         Use #include <math.h> instead of #include "math.h".
5361
5362 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5363
5364         * tests/check/Makefile.am:
5365         Fix up some CFLAGS sets.
5366         Don't include gconfvideosrc in the states test.
5367
5368         * tests/check/elements/autodetect.c: (GST_START_TEST):
5369         Add some error strings to fail_unless arguments to fix some weird
5370         compiler errors on Solaris.
5371
5372 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5373
5374         * configure.ac:
5375         Detect video4linux headers on Solaris too.
5376         * sys/v4l2/gstv4l2colorbalance.h:
5377         * sys/v4l2/gstv4l2object.h:
5378         * sys/v4l2/v4l2_calls.c:
5379         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5380         (gst_v4l2_buffer_new):
5381
5382         Make v4l2 build on Solaris.
5383         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5384         Fixes: #510505
5385
5386 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5387
5388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5389           Update list from (still local) scanning script.
5390
5391 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5392
5393         Based on a patch by:
5394             Victor STINNER <victor dot stinner at haypocalc dot com>
5395
5396         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5397         Set variable to NULL after freeing it to prevent double frees
5398         or make failures by another use of it afterwards more obvious
5399         and fix use of it after the freeing. Fixes bug #510592.
5400
5401 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5402
5403         * gst/udp/gstmultiudpsink.c:
5404         use GST_WARNING for logging
5405
5406 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5407
5408         * gst/udp/gstmultiudpsink.c:
5409         Don't try to leave a multicast group with an invalid socket
5410
5411 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5412
5413         * ext/flac/gstflacdec.c:
5414           Fix compilation against flac 1.1.2 (as on debian stable), where
5415           the picture metadata defines and structs don't exist yet.
5416           Fixes #509301.
5417
5418 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5419
5420         Patch by: Olivier Crete <tester at tester dot ca>
5421
5422         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5423         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5424         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5425         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5426         * gst/udp/gstmultiudpsink.h:
5427         Add property to automatically join a multicast group or not. This can be
5428         useful when sharing a socket between multiple elements.
5429         Fixes #509531.
5430
5431 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5432
5433         * gst/videomixer/Makefile.am:
5434           Add controller flags.
5435
5436 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5437
5438         * gst/videomixer/videomixer.c:
5439           Also commit the missing gst_object_sync_values().
5440
5441 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5442
5443         * docs/plugins/Makefile.am:
5444           Remove duplicate entry.
5445
5446 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5447
5448         * docs/plugins/Makefile.am:
5449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5451         * docs/plugins/inspect/plugin-gamma.xml:
5452         * docs/plugins/inspect/plugin-monoscope.xml:
5453         * docs/plugins/inspect/plugin-video4linux2.xml:
5454           Add 3 more plugins to docs.
5455
5456 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5457
5458         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5459         * sys/osxvideo/osxvideosink.h:
5460           Revert previous change caused by a file that got stuck on an old
5461           revision.
5462
5463 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5464
5465         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5466         * gst/multipart/Makefile.am:
5467         * gst/multipart/multipartdemux.c:
5468         * gst/multipart/multipartdemux.h:
5469         * gst/multipart/multipartmux.c:
5470         * gst/multipart/multipartmux.h:
5471           Re-add multipartdemux to the docs. Last round of section cleanup.
5472
5473 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5474
5475         * docs/plugins/Makefile.am:
5476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5477         * sys/osxaudio/gstosxaudiosink.h:
5478         * sys/osxvideo/osxvideosink.h:
5479           Managed to resolve most unused declarations. Filed a bug for one left.          
5480
5481 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5482
5483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5484           Cleanup section file.
5485
5486 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5487
5488         * docs/plugins/Makefile.am:
5489         * docs/plugins/gst-plugins-good-plugins.args:
5490         * docs/plugins/gst-plugins-good-plugins.signals:
5491         * docs/plugins/inspect/plugin-alaw.xml:
5492         * docs/plugins/inspect/plugin-alpha.xml:
5493         * docs/plugins/inspect/plugin-alphacolor.xml:
5494         * docs/plugins/inspect/plugin-annodex.xml:
5495         * docs/plugins/inspect/plugin-apetag.xml:
5496         * docs/plugins/inspect/plugin-audiofx.xml:
5497         * docs/plugins/inspect/plugin-auparse.xml:
5498         * docs/plugins/inspect/plugin-autodetect.xml:
5499         * docs/plugins/inspect/plugin-avi.xml:
5500         * docs/plugins/inspect/plugin-cairo.xml:
5501         * docs/plugins/inspect/plugin-cdio.xml:
5502         * docs/plugins/inspect/plugin-cutter.xml:
5503         * docs/plugins/inspect/plugin-debug.xml:
5504         * docs/plugins/inspect/plugin-dv.xml:
5505         * docs/plugins/inspect/plugin-efence.xml:
5506         * docs/plugins/inspect/plugin-effectv.xml:
5507         * docs/plugins/inspect/plugin-flac.xml:
5508         * docs/plugins/inspect/plugin-flxdec.xml:
5509         * docs/plugins/inspect/plugin-gconfelements.xml:
5510         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5511         * docs/plugins/inspect/plugin-goom.xml:
5512         * docs/plugins/inspect/plugin-halelements.xml:
5513         * docs/plugins/inspect/plugin-icydemux.xml:
5514         * docs/plugins/inspect/plugin-id3demux.xml:
5515         * docs/plugins/inspect/plugin-jpeg.xml:
5516         * docs/plugins/inspect/plugin-ladspa.xml:
5517         * docs/plugins/inspect/plugin-level.xml:
5518         * docs/plugins/inspect/plugin-matroska.xml:
5519         * docs/plugins/inspect/plugin-mulaw.xml:
5520         * docs/plugins/inspect/plugin-multipart.xml:
5521         * docs/plugins/inspect/plugin-navigationtest.xml:
5522         * docs/plugins/inspect/plugin-png.xml:
5523         * docs/plugins/inspect/plugin-quicktime.xml:
5524         * docs/plugins/inspect/plugin-rtp.xml:
5525         * docs/plugins/inspect/plugin-rtsp.xml:
5526         * docs/plugins/inspect/plugin-shout2send.xml:
5527         * docs/plugins/inspect/plugin-smpte.xml:
5528         * docs/plugins/inspect/plugin-speex.xml:
5529         * docs/plugins/inspect/plugin-taglib.xml:
5530         * docs/plugins/inspect/plugin-udp.xml:
5531         * docs/plugins/inspect/plugin-videobalance.xml:
5532         * docs/plugins/inspect/plugin-videobox.xml:
5533         * docs/plugins/inspect/plugin-videocrop.xml:
5534         * docs/plugins/inspect/plugin-videoflip.xml:
5535         * docs/plugins/inspect/plugin-videomixer.xml:
5536         * docs/plugins/inspect/plugin-wavenc.xml:
5537         * docs/plugins/inspect/plugin-wavpack.xml:
5538         * docs/plugins/inspect/plugin-wavparse.xml:
5539           Update plugin docs.
5540
5541         * gst/videomixer/Makefile.am:
5542         * gst/videomixer/videomixer.c:
5543         * gst/videomixer/videomixer.h:
5544         * gst/videomixer/videomixerpad.h:
5545           Split out header to fix warnings from the doc-build.
5546
5547 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5548
5549         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5550
5551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5552         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5553
5554 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5555
5556         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5558           Initialise variables to work around (false) 'foo might be used
5559           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5560
5561 2008-01-11  David Schleef  <ds@schleef.org>
5562
5563         * docs/plugins/.cvsignore:
5564         * tests/check/pipelines/.cvsignore:
5565           Ignore more files for the buildbot.
5566
5567 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5568
5569         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5570         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5571         Generate the image-type values correctly. Leave them out of the caps
5572         when outputting a "preview image" tag, since it only makes sense
5573         to have one of those - the type is irrelevant.
5574
5575         * sys/sunaudio/gstsunaudiomixerctrl.c:
5576         (gst_sunaudiomixer_ctrl_open):
5577         If we can, mark the mixer multiple open when we use it, in case
5578         (for some reason) the process wants to open it again elsewhere.
5579
5580 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5581
5582         Patch by: Olivier Crete <tester at tester dot ca>
5583
5584         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5585         * gst/rtp/gstrtptheorapay.c:
5586         Fix the clock rate to 90000 as required by the RFC.
5587         Fixes #508644.
5588
5589 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5590
5591         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5592           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5593
5594 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5595
5596         * autogen.sh:
5597           Add -Wno-portability to the automake parameters to stop warnings
5598           about GNU make extensions being used. We require GNU make in almost
5599           every Makefile anyway.
5600           
5601         * configure.ac:
5602           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5603           at the same time is required for per target flags.
5604
5605 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5606
5607         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5608         Fix error from my last commit.
5609
5610 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5613
5614         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5615           Make sure the ISO 639-X language code in ID3v2 COMM frames
5616           is actually valid UTF-8 (or rather: ASCII), so we don't end
5617           up with non-UTF8 strings in tags if there's garbage in the
5618           language field. Also make sure the language code is always
5619           lower case. Fixes: #508291.
5620
5621 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5622
5623         * ChangeLog:
5624           Fix ChangeLog typo.
5625
5626 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5627
5628         * Makefile.am:
5629           Include lcov.mak to allow building coverage reports. Guard
5630           check-torture target like in the other packages.
5631
5632 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5633
5634         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5635
5636         * gst/videomixer/videomixer.c:
5637         (gst_videomixer_set_master_geometry), (_do_init),
5638         (gst_videomixer_child_proxy_get_child_by_index),
5639         (gst_videomixer_child_proxy_get_children_count),
5640         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5641         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5642         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5643         Implement GstChildProxy interface.
5644         Send newsegment at the right moment
5645         Fixes #488879
5646
5647 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5648
5649         * gst/alpha/Makefile.am:
5650         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5651         (gst_alpha_sink_event), (gst_alpha_chain),
5652         (gst_alpha_change_state), (plugin_init):
5653         Make the various properties of 'alpha' controllable. This allows doing
5654         niceties like fade-in/fade-out.
5655
5656 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * gst/rtp/gstasteriskh263.c:
5659         * gst/rtp/gstrtpL16depay.c:
5660         * gst/rtp/gstrtpac3depay.c:
5661         * gst/rtp/gstrtpamrpay.c:
5662         * gst/rtp/gstrtpdepay.c:
5663         * gst/rtp/gstrtpgsmdepay.c:
5664         * gst/rtp/gstrtph263depay.c:
5665         * gst/rtp/gstrtph263pdepay.c:
5666         * gst/rtp/gstrtph263ppay.c:
5667         * gst/rtp/gstrtph264depay.c:
5668         * gst/rtp/gstrtph264pay.c:
5669         * gst/rtp/gstrtpmp2tdepay.c:
5670         * gst/rtp/gstrtpmp4adepay.c:
5671         * gst/rtp/gstrtpmp4gdepay.c:
5672         * gst/rtp/gstrtpmp4gpay.c:
5673         * gst/rtp/gstrtpmp4vdepay.c:
5674         * gst/rtp/gstrtpmpadepay.c:
5675         * gst/rtp/gstrtpmpvdepay.c:
5676         * gst/rtp/gstrtpsv3vdepay.c:
5677         * gst/rtp/gstrtptheoradepay.c:
5678         * gst/rtp/gstrtptheorapay.c:
5679         * gst/rtp/gstrtpvorbisdepay.c:
5680         * gst/rtp/gstrtpvorbispay.c:
5681           Remove copy/paste unused code (property setters and getter) found by
5682           the coverage suite (yay, saves ~20k on disk).
5683
5684 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5687           (videosink_templ):
5688           Also fix up pad templates to indicate that image/jpeg doesn't
5689           absolutely require the framerate property to be set (#504081).
5690
5691 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         Based on patch by: Wouter Cloetens  <wouter at mind be>
5694
5695         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5696           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5697           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5698         * gst/matroska/matroska-mux.h:
5699           Keep track of first and last timestamps for each incoming stream,
5700           so we can calculate the total duration for live sources and other
5701           input where we can't query the duration from the start or where
5702           there's no constant framerate from which we can deduce the
5703           duration; also use calculated/observed duration if it is bigger
5704           than the previously queried duration. Furthermore, use
5705           gst_pad_query_peer_duration() and take into account that it may
5706           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5707           screws up comparisons when using unsigned integers. Fixes #504081.
5708
5709 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5710
5711         * configure.ac:
5712         * gst/audiofx/audioamplify.c:
5713         (gst_audio_amplify_clipping_method_get_type),
5714         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5715         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5716         (gst_audio_dynamic_transform_ip):
5717         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5718         (gst_audio_invert_transform_ip):
5719         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5720         (gst_audio_panorama_transform):
5721         * gst/level/gstlevel.c: (gst_level_init):
5722         Make elements GST_BUFFER_FLAG_GAP aware and call
5723         gst_base_transform_set_gap_aware for this.
5724         Bump core requirement to CVS.
5725         
5726         * gst/audiofx/audiochebyshevfreqband.c:
5727         (gst_audio_chebyshev_freq_band_transform_ip):
5728         * gst/audiofx/audiochebyshevfreqlimit.c:
5729         (gst_audio_chebyshev_freq_limit_transform_ip):
5730         Also sync GObject properties to the controller if operating
5731         in passthrough mode.
5732
5733 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * sys/directdraw/gstdirectdrawsink.c:
5736           (gst_directdraw_sink_window_thread):
5737           FALSE is not a gpointer.
5738
5739 2008-01-05  Julien Moutte  <julien@fluendo.com>
5740
5741         * sys/directdraw/gstdirectdrawsink.c:
5742         (gst_directdraw_sink_set_window_id),
5743         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5744         (gst_directdraw_sink_buffer_alloc),
5745         (gst_directdraw_sink_draw_borders),
5746         (gst_directdraw_sink_show_frame),
5747         (gst_directdraw_sink_setup_ddraw),
5748         (gst_directdraw_sink_window_thread),
5749         (gst_directdraw_sink_get_ddrawcaps),
5750         (gst_directdraw_sink_surface_create): Make sure we create our
5751         internal window only when we need it. That will give a chance to
5752         the application to get the prepare-xwindow-id bus message. Draw
5753         black borders when keeping aspect ratio. Handle the case where our
5754         rendering window disappears (closed or errors) like other sinks
5755         do. Various 80 columns fixes, improve state change order. That
5756         element could need some more love.
5757
5758 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5759
5760         * ext/taglib/gstapev2mux.h:
5761         * ext/taglib/gstid3v2mux.h:
5762         Remove useless typedefs without new type name. Fixes a warning with
5763         gcc 4.3.
5764
5765 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5766
5767         Patch by: John Millikin <jmillikin at gmail dot com>
5768
5769         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5770         (gst_flac_dec_setup_stream_decoder),
5771         (gst_flac_normalize_picture_mime_type),
5772         (gst_flac_extract_picture_buffer),
5773         (gst_flac_dec_metadata_callback):
5774         Emit metadata messages when a PICTURE block is encountered.
5775         Fixes #506715.
5776
5777 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5778
5779         * gst/avi/gstavi.c:
5780         increase rank because no known issues anymore ...
5781         * gst/avi/gstavisubtitle.c:
5782         send subtitle name to the srcpad
5783
5784 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5785
5786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5787         * gst/rtsp/gstrtspsrc.h:
5788         Implement redirect for the DESCRIBE reply. Fixes #506025.
5789
5790 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5791
5792         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5793         Fix 'xyz may be used uninitialized' compiler warnings caused
5794         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5795         abort() in any case but properly report the error.
5796
5797 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5800         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5801         * sys/ximage/gstximagesrc.c: (composite_pixel):
5802           Fix 'xyz may be used uninitialized' compiler warnings caused
5803           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5804           not really nice to abort in any case). Fixes #505745.
5805
5806 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5809           Small unit test fix (has no practical impact at the moment,
5810           since we're only feeding utf8 and hence just create a sub-
5811           buffer for the output).
5812
5813 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5814
5815         * gst/avi/gstavisubtitle.c:
5816         * tests/check/elements/avisubtitle.c:
5817         Add seeking support for avi subtitle
5818
5819 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5820
5821         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5822         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5823         (gst_flac_dec_write):
5824         * ext/flac/gstflacdec.h:
5825         Remove some unused vars.
5826         Do more cleanup of leftover events and tags.
5827         Output tags after the segment event. Fixes #504018.
5828
5829 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5832           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5833           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5834           Detect other UTF byte order markers and convert to UTF-8 as
5835           appropriate.
5836
5837 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5838
5839         * gst/avi/gstavisubtitle.c: (src_template),
5840           (gst_avi_subtitle_extract_utf8_file),
5841           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5842           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5843           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5844         * gst/avi/gstavisubtitle.h:
5845           Refactor a bit; fix name extraction; don't assume all the data
5846           in the chunk is actually subtitle data, there may be padding at
5847           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5848           file so it's there to send again after a seek (for future use).
5849
5850 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5851
5852         * gst/avi/Makefile.am:
5853         * gst/avi/gstavi.c:
5854         * gst/avi/gstavisubtitle.c:
5855         * gst/avi/gstavisubtitle.h:
5856         * tests/check/Makefile.am:
5857         * tests/check/elements/avisubtitle.c:
5858         * win32/common/config.h:
5859                 Add avi subtitle element for bug #442034. Need seeking support
5860                 and more support for character conversion.
5861
5862 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5863
5864         * Makefile.am:
5865           Include common/win32.mak for CRLF check of win32 project
5866           files (see #393626).
5867
5868         * win32/vs6/libgstpng.dsp:
5869           Fix line endings and do cvs admin -kb.
5870
5871 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5872
5873         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5874         Actually drop the buffers which are outside the currently configured
5875         segment instead of just emitting a WARNING.
5876
5877 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5878
5879         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5880         (gst_flac_dec_write):
5881         * ext/flac/gstflacdec.h:
5882         Send segments from the streaming thread. Fixes #502187.
5883         Fix segment seeking and a bunch of other seeking cases.
5884
5885 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5888           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5889           which is where it would end up if the same information was
5890           put in a vorbis comment (don't think it's worth adding a
5891           new URI tag for this). Fixes #488112.
5892
5893 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5894
5895         * configure.ac:
5896           We need core/base 0.10.15 or later.
5897
5898 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5899
5900         Patch by: Mark Nauwelaerts <manauw skynet be>
5901
5902         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5903         Fix regression in stream numbering. Fixes #502655.
5904
5905 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5906
5907         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5908
5909         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5910         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5911         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5912         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5913         (gst_rtp_h264_pay_handle_buffer):
5914         * gst/rtp/gstrtph264pay.h:
5915         Use higher performance start-code searching.
5916         Parse NALs and store SPS, PPS and profile in the caps so that they can
5917         be used in the SDP. Fixes #502814.
5918
5919 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5920
5921         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5922         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5923           Init some structs to zero before we pass them to ioctl, which
5924           avoids valgrind warnings.  Also fix a small memory leak.
5925
5926 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5927
5928         Patch by: Wouter Cloetens <wouter at mind dot be>
5929
5930         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5931         Copy timestamp from input to output. Not very perfect yet but better
5932         than nothing. Fixes #503023.
5933
5934 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5935
5936         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5937           Also print a useful error message with the old Wavpack API
5938           if possible.
5939
5940 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * ext/wavpack/gstwavpackdec.c:
5943           More build fixes for old libwavpack versions: include config.h so
5944           that WAVPACK_OLD_API is actually defined as detected; only use
5945           WavpackGetErrorMessage if it is available. This fixes the build
5946           on debian stable for me.
5947
5948 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5949
5950         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5951         * ext/wavpack/gstwavpackparse.c:
5952           (gst_wavpack_parse_create_src_pad):
5953           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5954           versions below 4.40.0.
5955
5956 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5957
5958         * configure.ac:
5959           And now do it right for real...
5960
5961 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5962
5963         * configure.ac:
5964           Correctly reset $LIBS to not contain -lm.
5965
5966 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5967
5968         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5969
5970         * configure.ac:
5971         * ext/cairo/gsttimeoverlay.c:
5972           (gst_cairo_time_overlay_print_smpte_time):
5973           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5974           and checking for rint() and implementing it ourself if it doesn't
5975           exist. Fixes #497293.
5976
5977 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5978
5979         * configure.ac:
5980           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5981
5982 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5983
5984         * sys/oss/gstosshelper.c:
5985         Verify that the format returned after the ioctl is the one
5986         we requested. It is valid for the ioctl to succeed while
5987         substituting an alternate 'supported' sample format.
5988
5989 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5990
5991         * sys/oss/gstossaudio.c: (plugin_init):
5992         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5993         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5994           Post decent (and translated) error message when we can't
5995           open the audio device for some reason.
5996
5997 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5998
5999         * sys/oss/gstosssink.c:
6000         * sys/oss/gstosssrc.c:
6001         Allow the AUDIODEV environment variable to redirect us
6002         to a different default OSS device, like sunaudiosink does
6003         on Solaris (makes audio play automatically on SunRays).
6004
6005 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6006
6007         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6008         * gst/audiofx/audiochebyshevfreqband.c:
6009         (gst_audio_chebyshev_freq_band_transform_ip):
6010         * gst/audiofx/audiochebyshevfreqlimit.c:
6011         (gst_audio_chebyshev_freq_limit_transform_ip):
6012         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6013         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6014         The transform_ip() methods should do nothing if in passthrough mode.
6015         It might get non-writable buffers in that case but the buffer might
6016         as well be writable.
6017
6018         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6019         The transform() methods won't be called in passthrough mode and
6020         otherwise the buffer is always writable so don't check here.
6021
6022 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6025           Fix seeking in .wav files again (#501775).  Some people seem to think
6026           they don't need to test their changes when they're just 'reflowing'
6027           some code.
6028
6029 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6030
6031         * gst/autodetect/gstautovideosink.c:
6032         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6033         (gst_auto_video_sink_init),
6034         (gst_auto_video_sink_create_element_with_pretty_name),
6035         (gst_auto_video_sink_find_best),
6036         (gst_auto_video_sink_set_property),
6037         (gst_auto_video_sink_get_property):
6038         * gst/autodetect/gstautovideosink.h:
6039         Fix docs.
6040         Use same error reporting code as autoaudiosink.
6041         Add property to filter sinks based on caps. Only select raw video sinks
6042         by default for backwards compat.
6043         API: GstAutoVideoSink::filter-caps
6044
6045 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6046
6047         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6048
6049         * gst/autodetect/gstautoaudiosink.c:
6050         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6051         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6052         (gst_auto_audio_sink_set_property),
6053         (gst_auto_audio_sink_get_property):
6054         * gst/autodetect/gstautoaudiosink.h:
6055         Add property to filter sinks based on caps. Only select raw audio sinks
6056         by default for backwards compat.  Fixes #417420.
6057         API: GstAutoAudioSink::filter-caps
6058
6059 2007-11-29  Michael Smith <msmith@fluendo.com>
6060
6061         Patch by: Arek Korbik <arkadini@gmail.com>
6062
6063         * gst/videobox/gstvideobox.c: (plugin_init):
6064           Initialise liboil in plugin_init()
6065
6066 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6067
6068         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6069         Post error before sending EOS. Fixes #499178.
6070
6071 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6072
6073         * win32/vs6/gst_plugins_good.dsw:
6074         * win32/vs6/libgstpng.dsp:
6075         Add a project file for libgstpng
6076
6077 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6078
6079         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6080         (gst_rtp_h263_depay_process):
6081         Code beautification.
6082         Added debug statements.
6083         Don't bit-shift everything, just do operations on last/first byte
6084         instead.
6085
6086 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6087
6088         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6089
6090         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6091         Fix wrong comparison in overrun check. Fixes #499239 some more.
6092
6093 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6094
6095         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6096         (gst_rtp_h263_depay_process):
6097         * gst/rtp/gstrtph263depay.h:
6098         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6099         stream.
6100
6101 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6102
6103         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6104
6105         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6106         (gst_rtp_mp4a_depay_process):
6107         * gst/rtp/gstrtpmp4adepay.h:
6108         Fix depayloading when multiple frames are inside one RTP packet.
6109         Fixes #499239.
6110
6111 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6112
6113         * gst/level/gstlevel.c:
6114           Add GAP-flag support.
6115
6116 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6117
6118         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6119         Read the I flag for Mode A h263 rtp stream and set the
6120         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6121         Fixes #499383
6122
6123 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6124
6125         * gst/level/gstlevel.c:
6126           Remove some dead code and do cleanups.
6127
6128 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6129
6130         * tests/check/pipelines/simple-launch-lines.c:
6131           Improve the tests by allowing to set a target state.
6132
6133 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6134
6135         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6136         Don't check the caps of the output buffer if they're equal some
6137         other caps. The caps can change in a backward compatible way
6138         and did at this point.
6139
6140 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6141
6142         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6143         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6144         (gst_qtdemux_seek_to_previous_keyframe),
6145         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6146         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6147         reverse playback support.
6148
6149 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6150
6151         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6152         Also set the channel layout on the Wavpack caps if we're having
6153         a mono layout. Of course only do it for "audio/x-wavpack".
6154
6155 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6156
6157         * ext/wavpack/gstwavpackcommon.c:
6158         (gst_wavpack_get_default_channel_mask),
6159         (gst_wavpack_set_channel_layout),
6160         (gst_wavpack_get_default_channel_positions),
6161         (gst_wavpack_get_channel_mask_from_positions),
6162         (gst_wavpack_set_channel_mapping):
6163         * ext/wavpack/gstwavpackcommon.h:
6164         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6165         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6166         * ext/wavpack/gstwavpackdec.h:
6167         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6168         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6169         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6170         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6171         (gst_wavpack_enc_rewrite_first_block),
6172         (gst_wavpack_enc_sink_event):
6173         * ext/wavpack/gstwavpackenc.h:
6174         * ext/wavpack/gstwavpackparse.c:
6175         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6176         (gst_wavpack_parse_scan_to_find_sample),
6177         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6178         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6179         * ext/wavpack/gstwavpackparse.h:
6180         Add support for encoding, parsing and decoding multichannel
6181         files with up to 8 channels. This also improves the robustness
6182         of parsing quite a bit.
6183
6184         * ext/wavpack/gstwavpackstreamreader.c:
6185         (gst_wavpack_stream_reader_read_bytes),
6186         (gst_wavpack_stream_reader_get_pos),
6187         (gst_wavpack_stream_reader_set_pos_abs),
6188         (gst_wavpack_stream_reader_set_pos_rel),
6189         (gst_wavpack_stream_reader_push_back_byte),
6190         (gst_wavpack_stream_reader_get_length),
6191         (gst_wavpack_stream_reader_can_seek),
6192         (gst_wavpack_stream_reader_write_bytes):
6193         Improve debugging.
6194
6195 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6196
6197         * ext/libpng/gstpngdec.c:
6198         * ext/libpng/gstpngdec.h:
6199           Don't release the png-memory from within the callback.
6200
6201 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6202
6203         Patch by: René Stadler <mail at renestadler dot de>
6204
6205         * ext/libpng/gstpngenc.c:
6206           Don't leak buffer data memory. Fixes #498395.
6207
6208 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6209
6210         Patch by: René Stadler <mail at renestadler dot de>
6211
6212         * tests/check/pipelines/simple-launch-lines.c:
6213           Tests for #498395.
6214
6215 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6216
6217         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6218         (gst_tag_lib_mux_adjust_event_offsets):
6219         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6220         * sys/osxaudio/Makefile.am:
6221         * sys/osxvideo/cocoawindow.h:
6222         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6223
6224 2007-11-15  David Schleef  <ds@schleef.org>
6225
6226         * ext/cairo/gsttextoverlay.c:
6227           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6228
6229 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6230
6231         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6232
6233         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6234         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6235         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6236         * gst/rtp/gstrtpmp2tpay.h:
6237         Fill the MTU with as many packets as possible. Fixes #491323.
6238
6239 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6240
6241         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6242
6243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6244         Fix some more leaks. Fixes #497007.
6245
6246 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6247
6248         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6249
6250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6251         (gst_rtspsrc_stream_configure_tcp):
6252         Fix 3 pad leaks. Fixes #496983.
6253
6254 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6255
6256         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6257
6258         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6259         Fix small leak. Fixes #497017.
6260
6261 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6262
6263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6264         (gst_qtdemux_prepare_current_sample),
6265         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6266         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6267         * gst/qtdemux/qtdemux_fourcc.h:
6268         * gst/qtdemux/qtdemux_types.c:
6269         Add suppport for theora in quicktime according to XiphQT.
6270
6271 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6272
6273         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6274         (gst_v4l2src_init), (gst_v4l2src_set_property),
6275         (gst_v4l2src_get_property):
6276         * sys/v4l2/gstv4l2src.h:
6277         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6278           Always copy buffers by default (handle safer with bugged drivers)
6279           and added a property to make it possible to use mmap effectively (no
6280           copy if possible) when application wants to. Fixes: #480557.
6281
6282 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6283
6284         * gst/id3demux/id3tags.c:
6285         * gst/id3demux/id3tags.h:
6286         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6287           We don't want the same string multiple times in a tag list for the
6288           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6289           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6290
6291 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6294           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6295           into ID3v2 TXXX frames (fixes #347848).
6296
6297 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6300           Don't leak sdp message contents (fixes #496773).
6301
6302         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6303           Don't leak URI string.
6304
6305 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6306
6307         Patch by: Julien Puydt <julien dot puydt at laposte net>
6308
6309         * ext/raw1394/Makefile.am:
6310         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6311           (gst_1394_property_probe_get_properties),
6312           (gst_1394_property_probe_probe_property),
6313           (gst_1394_property_probe_needs_probe),
6314           (gst_1394_property_probe_get_values),
6315           (gst_1394_property_probe_interface_init),
6316           (gst_1394_type_add_property_probe_interface):
6317         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6318         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6319           (gst_dv1394src_init), (gst_dv1394src_dispose),
6320           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6321           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6322           (gst_dv1394src_update_device_name):
6323         * ext/raw1394/gstdv1394src.h:
6324           Implement GstPropertyProbe interface and add "device-name" property,
6325           so applications can use this to probe for available devices in the
6326           same way they can already with v4lsrc and v4l2src (however horrible
6327           this property probe interface may be). Fixes #358841.
6328
6329 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6332
6333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6334           (gst_rtspsrc_parse_range):
6335           Don't leak event, don't leak range (fixes #496752).
6336
6337 2007-11-14  Michael Smith <msmith@fluendo.com>
6338
6339         Patch by: Arek Korbik <arkadini@gmail.com>
6340
6341         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6342           Detect RGBA/BGRA correctly on little endian systems.
6343
6344 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6347           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6348           corresponding ioctl() call fails even though the driver claims to
6349           support this format, just fall back to the pre-2.6.19 kernel
6350           routine that creates caps with suitable height and width ranges
6351           (see #448278).
6352
6353 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         Patch by: Mark Nauwelaerts <manauw skynet be>
6356
6357         * gst/matroska/matroska-demux.c:
6358           (gst_matroska_demux_push_dvd_clut_change_event),
6359           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6360           (gst_matroska_demux_subtitle_caps):
6361         * gst/matroska/matroska-ids.h:
6362           Extract palette data for dvd subpicture streams and send it
6363           downstream as custom gstreamer dvd event (fixes #453417).
6364
6365 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6368           Implement minimal parsing of the passed pango font description
6369           string, so passing a font size works the same as with the
6370           pango textoverlay plugin; fixes #455086.
6371           (Maybe we could just use pangocairo here at some point).
6372
6373 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6374
6375         * gst/avi/gstavidemux.c:
6376         * gst/wavparse/gstwavparse.c:
6377           Return the result in _activate_pull(). Don't ref element there.
6378
6379 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6380
6381         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6382         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6383         (gst_wavparse_srcpad_event):
6384           Ref the element when we should, but not when we its not needed. Reflow
6385           the event_handling to not leak the event.       
6386
6387 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6388
6389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6390         (qtdemux_parse_samples):
6391         Properly free QTDemuxSamples array.
6392         Protect table write with a sensible check, some files apparently DO contain
6393         stts values starting with 0 :(
6394
6395 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6396
6397         * gst/avi/gstavidemux.c:
6398         * gst/qtdemux/qtdemux.c:
6399           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6400           previous commit messed up.
6401
6402 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6403
6404         * gst/avi/gstavidemux.c:
6405         * gst/qtdemux/qtdemux.c:
6406           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6407           element when we should, but not when we its not needed.
6408
6409 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * gst/wavparse/gstwavparse.c:
6412           Return FALSE if we can't handle a query instead of changing the
6413           format. Ignore fact when dealing with mpeg audio.
6414
6415 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
6418
6419         * configure.ac:
6420         * gst/udp/gstdynudpsink.c:
6421         * gst/udp/gstdynudpsink.h:
6422         * gst/udp/gstmultiudpsink.c:
6423         * gst/udp/gstmultiudpsink.h:
6424         * gst/udp/gstudpsink.c:
6425         * gst/udp/gstudpsink.h:
6426           Fix includes for MSVC and GLib-2.14.0 (#492388).
6427
6428         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6429           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6430
6431 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6432
6433         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6434         (gst_mulawdec_chain):
6435         * gst/law/mulaw-decode.h:
6436         Calculate outgoing buffer duration if incoming buffer didn't have a
6437         valid duration.
6438
6439 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6440
6441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6442         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6443         Smarter combine_flow code that also deals with downstream elements
6444         returning UNEXPECTED when they receive data out of the segment
6445         boundaries. Fixes #491305.
6446
6447 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6448
6449         * sys/v4l2/v4l2src_calls.c:
6450           Fix 'unused variable' compiler warning when compiling against
6451           older kernel headers.
6452
6453 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6454
6455         * ext/taglib/gstid3v2mux.cc (add_funcs):
6456           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6457
6458 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6459
6460         * tests/check/pipelines/simple-launch-lines.c:
6461            Improve the tests a little more.
6462
6463 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6464
6465         patch by: Yun Zheng Hu
6466
6467         * sys/osxaudio/gstosxaudiosrc.c:
6468         Use default input device instead of default output device and
6469         only memcpy actual available bytes.
6470
6471 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6472
6473         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6474           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6475           early. It is temporary until we find something better.
6476
6477 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6480
6481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6482         Fix race when pausing a RTSP stream in interleaved.
6483         Fixes #475784.
6484
6485 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6486
6487         Patch by: Peter Kjellerstedt <pkj at axis com>
6488
6489         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6490         Use correct unref function for buffers. #488844.
6491
6492 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6493
6494         * gst/avi/gstavimux.c:
6495         * tests/check/elements/avimux.c:
6496           Add some debug and sync tests with the fix.     
6497
6498 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6499
6500         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6501
6502         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6503         When the socket is used by the app for other purposes, don't generate an
6504         error if there is activaty on the socket that is not data related.
6505         Fixes #487488.
6506
6507 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6508
6509         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6510         (gst_v4l2src_grab_frame):
6511         Add some more debug info. Generate an error when we run out of buffers
6512         for some reason. See #480557.
6513
6514 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6515
6516         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6517
6518         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6519         Set marker bit correctly.
6520
6521 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6522
6523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6524         Use allowed name for the GstStructure.
6525
6526 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * ext/gconf/gstswitchsink.c:
6529         * gst/autodetect/gstautoaudiosink.c:
6530           Use new gst_bus_pop_filtered().
6531
6532 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * sys/v4l2/gstv4l2src.c:
6535         * sys/v4l2/v4l2src_calls.c:
6536           When probing the formats and sizes a camera supports, make
6537           sure the best ones (highest resolution, prefered format)
6538           end up at the beginning of the probed caps and the less
6539           desirable ones at the end.  This is important because the
6540           order within the caps matters for things like fixation and
6541           negotiation, ie. what format is chosen in the end.
6542           With recent kernels, the current probing code will end up
6543           querying the supported sizes from lowest resolution to
6544           highest resolution, adding them to the probed caps in that
6545           order, resulting to v4l2src fixating to the lowest possible
6546           resolution if downstream does not express a size preference.
6547           Also make up a somewhat random ranking of prefered output
6548           formats for the same reason. Fixes #485828.
6549         
6550 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6553
6554         * gst/id3demux/id3v2frames.c:
6555           Extract license/copyright URIs from ID3v2 WCOP frames
6556           (Fixes #447000).
6557
6558         * tests/check/elements/id3demux.c:
6559         * tests/files/Makefile.am:
6560         * tests/files/id3-447000-wcop.tag:
6561           Add simple unit test.
6562
6563 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * ext/taglib/gstid3v2mux.cc:
6566           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6567           Prerequisite for #447000.
6568
6569 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6570
6571         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6572         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6573         a GstClockTime.
6574
6575 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6578         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6579         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6580         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6581         (gst_rtspsrc_change_state):
6582         More seeking fixes, mostly passing around the new playback segment in
6583         order to configure it properly.
6584         Also reset base_time of udp sources when setting them back to PLAYING as
6585         a temporary hack until core supports seek in live sources properly.
6586
6587 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6588
6589         * gst/rtp/gstrtpmp4adepay.c:
6590         Fix caps as to not confuse autopluggers.
6591
6592 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         * gst/id3demux/gstid3demux.c:
6595         * gst/id3demux/gstid3demux.h:
6596         * gst/id3demux/id3tags.c:
6597         * gst/id3demux/id3tags.h:
6598         * gst/id3demux/id3v2frames.c:
6599           Port ID3 tag demuxer over to the new GstTagDemux in -base
6600           (now would be a good time to test re-importing your music
6601           collection).
6602
6603 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         * gst/apetag/Makefile.am:
6606         * gst/apetag/gstapedemux.c:
6607         * gst/apetag/gstapedemux.h:
6608         * gst/apetag/gsttagdemux.c:
6609         * gst/apetag/gsttagdemux.h:
6610           Port APE tag demuxer over to the new GstTagDemux in -base.
6611
6612 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6613
6614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6615         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6616         (gst_rtspsrc_handle_internal_src_query),
6617         (gst_rtspsrc_handle_src_query), (new_session_pad),
6618         (gst_rtspsrc_stream_configure_tcp),
6619         (gst_rtspsrc_stream_configure_transport),
6620         (gst_rtspsrc_loop_send_cmd):
6621         Improve flushing behaviour.
6622         Set state of the udp sources to PAUSE/PLAYING correctly.
6623         Handle events and queries for UDP and TCP transport now.
6624
6625 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6626
6627         * gst/rtp/gstrtpgsmdepay.c:
6628         * gst/rtp/gstrtpgsmpay.c:
6629           Add log category.
6630
6631 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6632
6633         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6634
6635         * tests/check/Makefile.am:
6636         * tests/check/pipelines/simple-launch-lines.c:
6637           Add unit tests for payloaders/depayloaders.
6638
6639 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6640
6641         * gst/avi/gstavimux.c:
6642         * gst/avi/gstavimux.h:
6643           Also save codec data for audio streams. Fixes #482495.
6644
6645 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6646
6647         * gst/avi/gstavimux.c:
6648           Fix "Index entry has invalid stream nr 1".
6649           Add support for muxing aac - work in progress (see #482495).
6650
6651 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6652
6653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6654         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6655         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6656         * gst/rtsp/gstrtspsrc.h:
6657         Parse bandwidth modifiers, they are not yet configured in the session
6658         manager because we don't have an API for that yet.
6659
6660 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6661
6662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6663         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6664         Use shiny new function in -base to get the default clock-rate.
6665         Update some docs.
6666
6667 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6668
6669         * win32/MANIFEST:
6670         Add files to win32 manifest.
6671         * win32/vs6/libgstaudiofx.dsp:
6672         * win32/vs6/libgstqtdemux.dsp:
6673         * win32/vs6/libgstrtp.dsp:
6674         * win32/vs6/libgstrtsp.dsp:
6675         Update project files.
6676
6677 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6678
6679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6680         (gst_rtspsrc_play):
6681         * gst/rtsp/gstrtspsrc.h:
6682         In TCP mode, only timestamp the first buffer. TCP is not real time and
6683         it does not make sense to try to skew compensate, also some servers send
6684         the first batch of data in a burst.
6685
6686 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * gst/matroska/matroska-demux.c:
6689           Fix setting the discont flag on the first buffer
6690           pushed downstream for formats with private codec
6691           data that needs to be deserialised into buffers
6692           (such as vorbis and FLAC when in a matroska container).
6693
6694 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6695
6696         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6697
6698         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6699         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6700         (gst_rtp_mp4v_pay_handle_buffer):
6701         * gst/rtp/gstrtpmp4vpay.h:
6702         Free the config string. Fixes #480707.
6703         Clean up the timestamp code a little.
6704
6705 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6706
6707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6708         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6709         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6710         * gst/rtsp/gstrtspsrc.h:
6711         Set timestamps on RTP buffers in interleaved mode.
6712         Mark first buffers with a DISCONT.
6713         Remove flush hack now that sync for live sources has been figured out.
6714
6715 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6718         Update documentation.
6719
6720 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6721
6722         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6723         (gst_rtp_xqt_depay_change_state):
6724         * gst/qtdemux/gstrtpxqtdepay.h:
6725         Fail if we don't know the quicktime format.
6726
6727 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * ext/flac/gstflacenc.c:
6730         * ext/flac/gstflacenc.h:
6731           Save the flow return from the last gst_pad_push() and
6732           make sure we pass the right flow return value upstream
6733           in the case of failure; minor clean-ups.
6734
6735 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         * ext/taglib/gstapev2mux.cc:
6738         * ext/taglib/gstid3v2mux.cc:
6739         * gst/apetag/gstapedemux.c:
6740           Add support for the new GST_TAG_COMPOSER (#459809).
6741
6742 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * gst/law/alaw-decode.c:
6745         * gst/law/alaw-decode.h:
6746         * gst/law/alaw-encode.c:
6747         * gst/law/alaw-encode.h:
6748         * gst/law/alaw.c:
6749         * gst/law/mulaw-conversion.h:
6750           Compulsive clean-ups: use boilerplate macros, add debug
6751           categories, fix up things to conform to symbol nomenklatura,
6752           etc.
6753
6754 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6757
6758         * gst/law/alaw-decode.c:
6759         * gst/law/alaw-encode.c:
6760           Use static tables for A-Law decoding and encoding; this makes
6761           A-Law decoding and encoding less CPU-intensive, but increases
6762           the binary size a bit. Leaving old code around for now,
6763           selectable by a define in the code. Fixes #435435.
6764
6765 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6766
6767         * configure.ac:
6768         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6769         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6770         in configure.ac.
6771
6772 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6773
6774         Patch by: Jan Gerber <j at bootlab dot org>
6775
6776         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6777         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6778
6779 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6780
6781         * sys/oss/gstosshelper.c:
6782           Use GST_WARNING instead of a g_critical. This situation is not caused
6783           by the application.
6784
6785 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6786
6787         * po/LINGUAS:
6788         * po/nl.po:
6789           Updated translations.
6790
6791 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6792
6793         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6794
6795         * po/eu.po:
6796           Added Basque translation.
6797
6798 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6799
6800         translated by: Abel Cheung <abelcheung@gmail.com>
6801
6802         * po/zh_HK.po:
6803         * po/zh_TW.po:
6804           Added Chinese (traditional and Hong Kong) translation.
6805
6806 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6807
6808         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6809
6810         * po/pl.po:
6811           Added Polish translation.
6812
6813 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6814
6815         translated by: Ilkka Tuohela <hile@iki.fi>
6816
6817         * po/fi.po:
6818           Added Finnish translation.
6819
6820 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6821
6822         translated by: Jorge González González <aloriel@gmail.com>
6823
6824         * po/es.po:
6825           Added Spanish translation.
6826
6827 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6828
6829         translated by: Mogens Jaeger <mogens@jaeger.tf>
6830
6831         * po/da.po:
6832           Added Danish translation.
6833
6834 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6835
6836         translated by: Funda Wang <fundawang@linux.net.cn>
6837
6838         * po/zh_CN.po:
6839           Added Chinese (simplified) translation.
6840
6841 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6842
6843         translated by: Alexander Shopov <ash@contact.bg>
6844
6845         * po/bg.po:
6846           Added Bulgarian translation.
6847
6848 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6849
6850         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6851         Set outgoing packet duration because we can. Fixes #478244 some more.
6852
6853 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6854
6855         * ext/cairo/gsttextoverlay.c:
6856           Add info about static leak.
6857         
6858         * tests/check/Makefile.am:
6859         * tests/check/generic/states.c:
6860           Improved state change unit test.
6861
6862 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6863
6864         * docs/plugins/.cvsignore:
6865         * tests/check/.cvsignore:
6866           Ignore registries in any format.
6867
6868 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6869
6870         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6871         Removed some unused code.
6872
6873         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6874         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6875         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6876         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6877         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6878         (gst_rtp_theora_pay_flush_packet):
6879         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6880         Try to preserve the incomming buffer duration on the outgoing
6881         packets. Fixes #478244.
6882
6883 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * ext/taglib/gstapev2mux.cc:
6886         * ext/taglib/gstid3v2mux.cc:
6887           Work around compiler warnings with g++-4.2 when assigning a
6888           string constant to a gchar * (partially fixes #478092).
6889
6890 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * configure.ac:
6893           We require core CVS now for gst_base_src_set_do_timestamp().
6894
6895 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6896
6897         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6899         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6900         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6901         (gst_rtspsrc_handle_message):
6902         Fix compiler warnings shown with Forte.
6903
6904 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6905
6906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6907         (gst_rtspsrc_dup_printf):
6908         Give meaningfull error when all streams failed to configure for some
6909         reason.
6910
6911 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6912
6913         * gst/rtp/README:
6914         Update README with the design for synchronisation rules of RTP on
6915         sender and receiver.
6916
6917 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6918
6919         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6920         (gst_wavparse_chain):
6921         Don't push EOS from the chain function, the element
6922         driving the pipeline is responsible for this. The bug
6923         this was meant to fix seems to be queue not forwarding
6924         EOS in all cases (see #476514).
6925
6926 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6927
6928         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6929         (gst_level_transform_ip):
6930         * gst/level/gstlevel.h:
6931         Use basetransform segment so that it is correctly managed on flushes and
6932         start/stop.
6933         Report message timestamp as stream time, which is what an application
6934         can understand.
6935
6936 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6937
6938         * ext/taglib/gstapev2mux.cc:
6939         * ext/taglib/gstapev2mux.h:
6940         * ext/taglib/gsttaglibmux.c:
6941         * tests/check/elements/apev2mux.c:
6942         Update my mail address.
6943
6944 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6945
6946         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6947         (gst_wavparse_loop), (gst_wavparse_chain):
6948         Add EOS logic for the push-based mode too. Fixes #476514.
6949
6950 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6953         * gst/law/alaw-encode.h:
6954         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6955         (gst_mulawenc_chain):
6956         * gst/law/mulaw-encode.h:
6957         Fix law encoder timestamps.
6958
6959 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6960
6961         * ext/gconf/gstgconfaudiosink.c:
6962           Fix warning when building without debug.
6963
6964         * sys/oss/gstossmixertrack.c:
6965           Use const like in alsamixertrack.c (fixes warnings).
6966
6967 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6968
6969         * sys/v4l2/v4l2src_calls.c:
6970         (gst_v4l2src_probe_caps_for_format_and_size):
6971         Fix framerate detection code some more.
6972         Handle the case where there is a weird step in the stepwise framerates.
6973         Don't overwrite the min interval with the framerate, use a temp variable
6974         instead.
6975         Use max in the Continuous framerate intervals instead of step, which is
6976         1 according to the docs. Fixes #475424.
6977
6978 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6979
6980         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6981         Make udpsrc timestamp outgoing buffers based on when they were received.
6982         Also make it output a segment in time.
6983
6984 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6985
6986         * gst/avi/gstavidemux.c:
6987           Plug a little leak. Little code cleanups.
6988
6989 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6990
6991         * configure.ac:
6992           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6993           flac versions, 's good for cross-compilation karma.
6994
6995 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6998
6999         * gst/rtp/gstrtph263pay.c:
7000           Fix up header structure so that compilers don't add padding
7001           between the structure fields, since that would lead to us
7002           sending RTP packets with broken headers (as is currently the
7003           case when compiling with MSVC). Also see similar fixes in
7004           libgstrtp in gst-plugins-base. (#474616; #471194)
7005
7006 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7007
7008         * sys/v4l2/v4l2src_calls.c:
7009         (gst_v4l2src_probe_caps_for_format_and_size):
7010         Don't overwrite our GValue with 0 but instead use the previously
7011         computed value. Fixes #471823 some more.
7012
7013 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7016           No tabs in this file please, or gtk-doc will end up documenting
7017           rather absurd class hierarchies.
7018
7019 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * ext/gconf/gstswitchsink.c:
7022           If the new kid element fails to change state for some reason
7023           (e.g. esdsink not being able to connect to the sound server),
7024           forward the error message it posted on the bus instead of just
7025           posting a generic 'Internal state change error: please file a
7026           bug' error message. Fixes #471364.
7027
7028 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * gst/qtdemux/Makefile.am:
7031         * gst/qtdemux/qtdemux.c:
7032           Don't assume tags are encoded as UTF-8 (#473670).
7033
7034 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * sys/v4l2/gstv4l2src.c:
7037         * sys/v4l2/gstv4l2src.h:
7038         * sys/v4l2/v4l2src_calls.c:
7039           Implement LATENCY queries in the crudest way possible so I don't
7040           have to use sync=false any longer when testing with videosinks.
7041
7042 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7043
7044         * configure.ac:
7045           Fix build.
7046
7047 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7048
7049         * sys/v4l2/v4l2src_calls.c:
7050         (gst_v4l2src_probe_caps_for_format_and_size):
7051         Add some more debugging in the framerate function.
7052         Iterate stepwise framerate up to and _including_ the max and if nothing
7053         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7054         don't end up with an empty list. Fixes #471823
7055
7056 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7057
7058         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7059         (gst_multiudpsink_set_clients_string),
7060         (gst_multiudpsink_get_clients_string),
7061         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7062         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7063         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7064         (gst_multiudpsink_clear):
7065         Add property do configure destination address/port pairs
7066         API:GstMultiUDPSink::clients
7067
7068 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7069
7070         * tests/examples/Makefile.am:
7071         * tests/examples/rtp/Makefile.am:
7072         * tests/examples/rtp/client-H263p-AMR.sh:
7073         * tests/examples/rtp/client-H263p-PCMA.sdp:
7074         * tests/examples/rtp/client-H263p-PCMA.sh:
7075         * tests/examples/rtp/client-H264-PCMA.sdp:
7076         * tests/examples/rtp/client-H264-PCMA.sh:
7077         * tests/examples/rtp/client-PCMA.sh:
7078         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7079         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7080         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7081         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7082         Added some RTP example scripts for sending and receiving RTP streams.
7083
7084 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7085
7086         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7087         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7088         Restructure the setcaps function so that we can also compute the
7089         expected GStreamer output size of the video frames.
7090         Set frame_byte_size correctly so that read-based devices have a chance
7091         of working correctly.
7092         When grabbing a frame, discard frames that are not of the expected size.
7093         Some cameras don't output the right framesize for the first buffer.
7094         Try only a couple of times to get a valid frame, else error out.
7095
7096         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7097         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7098         Add some more debug info when scanning the device.
7099
7100         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7101         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7102         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7103         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7104         Add some more debug info when dequeing a frame.
7105
7106 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7107
7108         * gst/wavparse/gstwavparse.c:
7109           More code cleanups. Add some more comment and improve debugs logs.
7110
7111 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7112
7113         * gst/wavparse/gstwavparse.c:
7114         * gst/wavparse/gstwavparse.h:
7115           Implement seek-query. Refactor duration calculations. Appropriate use
7116           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7117           out of loops.
7118
7119 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7120
7121         * gst/avi/gstavidemux.c:
7122           Implement seek-query.
7123
7124 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7125
7126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7127         (gst_rtspsrc_dup_printf):
7128         Use new basesink async property to make sparse RTCP packet not wait for
7129         preroll.
7130
7131 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7132
7133         * gst/audiofx/Makefile.am:
7134         Dist the right file.
7135
7136 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7137
7138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7139         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7140         Make sure we generate and parse floating point values in the POSIX
7141         locale instead of the current locale. 
7142
7143 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7144
7145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7146         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7147         (gst_rtspsrc_play):
7148         * gst/rtsp/gstrtspsrc.h:
7149         Fix method detection again.
7150         Keep track of when we must send a Range header.
7151         Use segment values for Range, Speed and Scale headers.
7152         Parse Speed and Scale headers to update the segment values.
7153
7154 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7155
7156         patch by: Mark Nauwelaerts <manauw@skynet.be>
7157
7158         * sys/v4l2/v4l2src_calls.c:
7159           Handle optional v4l2 ioctls gracefully.
7160
7161 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7162
7163         * gst/rtp/Makefile.am:
7164         * gst/rtp/gstrtp.c: (plugin_init):
7165         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7166         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7167         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7168         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7169         (gst_rtp_h263_depay_get_property),
7170         (gst_rtp_h263_depay_change_state),
7171         (gst_rtp_h263_depay_plugin_init):
7172         * gst/rtp/gstrtph263depay.h:
7173         Added an H263 depayloader. Fixes #369392.
7174
7175         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7176         (gst_rtp_h263p_depay_process):
7177         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7178         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7179         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7180         payloads.
7181         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7182
7183 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7184
7185         * gst/audiofx/audiochebyshevfreqband.c:
7186         * gst/audiofx/audiochebyshevfreqlimit.c:
7187         Add small comparision with the windowed sinc filters in the docs.
7188
7189 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7190
7191         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7192         (audiochebyshevfreqband_suite):
7193         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7194         (audiochebyshevfreqlimit_suite):
7195         Also test 32 bit float mode and the type 2 variants of the filters.
7196
7197 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7198
7199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7200         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7201         (gst_rtspsrc_loop):
7202         Refactor the udp and interleaved loop function a bit.
7203
7204 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7205
7206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7207         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7208         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7209         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7210         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7211         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7212         * gst/rtsp/gstrtspsrc.h:
7213         Protect connection activity with a new lock, avoids deadlocks when going
7214         to PAUSED. Fixes #455808.
7215
7216 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7217
7218         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7219         Fix debug statement.
7220
7221 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7222
7223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7224         Fix stray %u in debug line as spotted by Saur on IRC.
7225
7226 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7227
7228         * gst/audiofx/audiochebyshevfreqband.c:
7229         (gst_audio_chebyshev_freq_band_class_init):
7230         * gst/audiofx/audiochebyshevfreqlimit.c:
7231         (gst_audio_chebyshev_freq_limit_class_init):
7232         Use generator macros for the process functions for the different
7233         sample types, add lower upper boundaries for the GObject properties
7234         so automatically generated UIs can use sliders and add a note about
7235         the number of poles as a too high number of poles combined with
7236         very low or very high frequencies will produce only noise.
7237         * docs/plugins/gst-plugins-good-plugins.args:
7238         Regenerated for the property changes.
7239
7240 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7241
7242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7243         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7244         (gst_rtspsrc_stream_configure_udp_sink),
7245         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7246         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7247         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7248         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7249         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7250         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7251         * gst/rtsp/gstrtspsrc.h:
7252         Improve timeout handling.
7253         Use the same socket for sending and receiving RTCP packets so that some
7254         servers can track clients better.
7255         Improve connection closed handling. Try to reconnect.
7256         Don't overwrite our content base with NULL.
7257         Improve debugging.
7258         Improve range parsing and handling.
7259         Remove flushing hack now that core does the right thing.
7260
7261 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7262
7263         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7264         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7265         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7266         (gst_multiudpsink_close), (gst_multiudpsink_add):
7267         * gst/udp/gstmultiudpsink.h:
7268         Add support for getting and setting the socket to use.
7269
7270         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7271         (gst_udpsrc_create), (gst_udpsrc_get_property):
7272         Add support for getting the currently used socket.
7273
7274 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7275
7276         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7277
7278         * gst/audiofx/Makefile.am:
7279         * gst/audiofx/audiochebyshevfreqband.c:
7280         (gst_audio_chebyshev_freq_band_mode_get_type),
7281         (gst_audio_chebyshev_freq_band_base_init),
7282         (gst_audio_chebyshev_freq_band_dispose),
7283         (gst_audio_chebyshev_freq_band_class_init),
7284         (gst_audio_chebyshev_freq_band_init),
7285         (generate_biquad_coefficients), (calculate_gain),
7286         (generate_coefficients),
7287         (gst_audio_chebyshev_freq_band_set_property),
7288         (gst_audio_chebyshev_freq_band_get_property),
7289         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7290         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7291         (gst_audio_chebyshev_freq_band_start):
7292         * gst/audiofx/audiochebyshevfreqband.h:
7293         * gst/audiofx/audiochebyshevfreqlimit.c:
7294         (gst_audio_chebyshev_freq_limit_mode_get_type),
7295         (gst_audio_chebyshev_freq_limit_base_init),
7296         (gst_audio_chebyshev_freq_limit_dispose),
7297         (gst_audio_chebyshev_freq_limit_class_init),
7298         (gst_audio_chebyshev_freq_limit_init),
7299         (generate_biquad_coefficients), (calculate_gain),
7300         (generate_coefficients),
7301         (gst_audio_chebyshev_freq_limit_set_property),
7302         (gst_audio_chebyshev_freq_limit_get_property),
7303         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7304         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7305         (gst_audio_chebyshev_freq_limit_start):
7306         * gst/audiofx/audiochebyshevfreqlimit.h:
7307         * gst/audiofx/audiofx.c: (plugin_init):
7308         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7309         Fixes #464800.
7310
7311         * tests/check/Makefile.am:
7312         * tests/check/elements/.cvsignore:
7313         * tests/check/elements/audiochebyshevfreqband.c:
7314         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7315         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7316         * tests/check/elements/audiochebyshevfreqlimit.c:
7317         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7318         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7319         Add unit tests for the chebyshev filters.
7320
7321         * docs/plugins/Makefile.am:
7322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7324         * docs/plugins/gst-plugins-good-plugins.args:
7325         * docs/plugins/inspect/plugin-1394.xml:
7326         * docs/plugins/inspect/plugin-audiofx.xml:
7327         * docs/plugins/inspect/plugin-dv.xml:
7328         * docs/plugins/inspect/plugin-flac.xml:
7329         * docs/plugins/inspect/plugin-jpeg.xml:
7330         * docs/plugins/inspect/plugin-png.xml:
7331         * docs/plugins/inspect/plugin-rtp.xml:
7332         * docs/plugins/inspect/plugin-shout2send.xml:
7333         * docs/plugins/inspect/plugin-wavpack.xml:
7334         And add docs for the chebyshev filters. While doing
7335         that also run make update in docs/plugins.
7336
7337 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7338
7339         * ext/annodex/gstcmmltag.c:
7340         * gst/rtp/gstrtpvorbispay.c:
7341           Make ro memory to share.
7342
7343 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7344
7345         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7346         Improve UDP performance by avoiding a select() when we have data
7347         available immediatly.
7348
7349 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7350
7351         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7352         (gst_rtp_dec_class_init):
7353         * gst/rtsp/gstrtpdec.h:
7354         Add (dummy) SSRC management signals.
7355
7356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7357         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7358         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7359         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7360         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7361         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7362         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7363         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7364         * gst/rtsp/gstrtspsrc.h:
7365         Add connection-speed property.
7366         Add find_stream helper functions.
7367         Handle stream EOS based on BYE messages or SSRC timeout.
7368         Returns SUCCESS from the state change function as we hide our async
7369         elements from the parent.
7370
7371 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7372
7373         * gst/debug/rndbuffersize.c:
7374           Fix da leak.
7375
7376 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * gst/debug/Makefile.am:
7379         * gst/debug/breakmydata.c:
7380         * gst/debug/gstdebug.c:
7381         * gst/debug/negotiation.c:
7382         * gst/debug/progressreport.c:
7383         * gst/debug/rndbuffersize.c:
7384         * gst/debug/testplugin.c:
7385           Add new test element and clean-up the others a little.
7386
7387 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7390         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7391
7392 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7393
7394         * gst/rtp/gstrtpilbcdepay.c:
7395           Include stdlib.
7396
7397 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7398
7399         * gst/rtp/gstrtpmpvdepay.c:
7400         Set the mpegversion in the caps so that autoplugging does not get
7401         confused.
7402
7403 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7404
7405         * po/hu.po:
7406         * po/uk.po:
7407         * po/vi.po:
7408           Updated translations.
7409
7410 2007-08-08  Michael Smith <msmith@fluendo.com>
7411
7412         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7413           Render right border in the correct location.
7414
7415 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7416
7417         Patch by: Olivier Crete <tester at tester dot ca>
7418
7419         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7420         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7421         Make mode property a string. Fixes #464475.
7422
7423 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7424
7425         * ext/flac/gstflacenc.c:
7426           Widen caps to match decoder a bit and add more FIXMEs.
7427
7428 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7429
7430         patch by: Mark Nauwelaerts <manauw@skynet.be>
7431
7432         * gst/avi/gstavimux.c:
7433           Fix ODML index tag numbering. Fixes #463624.
7434
7435 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7438         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7439         (gst_rtspsrc_stream_configure_tcp),
7440         (gst_rtspsrc_stream_configure_udp_sink):
7441         Fix default clock-rate for realmedia.
7442         Fix parsing of transport.
7443         Don't try to link NULL pads.
7444
7445 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * po/POTFILES.skip:
7448           Add POTFILES.skip with list of source files that aren't disted at the
7449           moment but contain translatable strings. Should hopefully pacify
7450           broken tools and make it clearer that these files are left out
7451           intentionally (#461600).
7452
7453 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7454
7455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7456         If the buffer was entirely clipped ... don't try sending it :)
7457
7458 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7459
7460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7461         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7462         (gst_rtspsrc_create_transports_string),
7463         (gst_rtspsrc_prepare_transports):
7464         If we don't hav a session manager, set the caps on outgoing buffers
7465         ourselves.
7466         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7467         Append final bit of the transport string even when it does not contain a
7468         placeholder.
7469
7470 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7471
7472         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7473         (gst_rtsp_ext_list_connect):
7474         * gst/rtsp/gstrtspext.h:
7475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7476         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7477         Clean up the interface list.
7478         Allow connecting to interface signals for the extensions.
7479         Remove old extension code.
7480         Free list on cleanup.
7481         Allow extensions to send additional RTSP messages.
7482
7483 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7484
7485         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7486         Handle a NULL gconf key gracefully by rendering the default element.
7487
7488 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7489
7490         * gst/rtsp/gstrtspext.h:
7491         Fix include path for extension interface.
7492
7493 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7494
7495         * gst/audiofx/audioamplify.h:
7496         Also remove a now unecessary variable here.
7497
7498 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7499
7500         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7501         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7502         * gst/audiofx/audiodynamic.c:
7503         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7504         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7505         * gst/audiofx/audiodynamic.h:
7506         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7507         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7508         * gst/audiofx/audioinvert.h:
7509         Don't save format information ourselves, this is already saved in
7510         GstAudioFilter.
7511
7512 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7515         (gst_rtsp_ext_list_stream_select):
7516         * gst/rtsp/gstrtspext.h:
7517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7518         Use rank to filter out extensions.
7519         Add url to stream_select interface call.
7520
7521 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7522
7523         * gst/rtsp/Makefile.am:
7524         * gst/rtsp/base64.c:
7525         * gst/rtsp/base64.h:
7526         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7527         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7528         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7529         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7530         (gst_rtsp_ext_list_setup_media),
7531         (gst_rtsp_ext_list_configure_stream),
7532         (gst_rtsp_ext_list_get_transports),
7533         (gst_rtsp_ext_list_stream_select):
7534         * gst/rtsp/gstrtspext.h:
7535         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7536         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7537         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7538         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7539         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7540         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7541         (gst_rtspsrc_stream_configure_tcp),
7542         (gst_rtspsrc_stream_configure_mcast),
7543         (gst_rtspsrc_stream_configure_udp),
7544         (gst_rtspsrc_stream_configure_udp_sink),
7545         (gst_rtspsrc_stream_configure_transport),
7546         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7547         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7548         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7549         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7550         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7551         (gst_rtspsrc_parse_methods),
7552         (gst_rtspsrc_create_transports_string),
7553         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7554         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7555         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7556         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7557         * gst/rtsp/gstrtspsrc.h:
7558         * gst/rtsp/rtsp.h:
7559         * gst/rtsp/rtspconnection.c:
7560         * gst/rtsp/rtspconnection.h:
7561         * gst/rtsp/rtspdefs.c:
7562         * gst/rtsp/rtspdefs.h:
7563         * gst/rtsp/rtspext.h:
7564         * gst/rtsp/rtspextwms.c:
7565         * gst/rtsp/rtspextwms.h:
7566         * gst/rtsp/rtspmessage.c:
7567         * gst/rtsp/rtspmessage.h:
7568         * gst/rtsp/rtsprange.c:
7569         * gst/rtsp/rtsprange.h:
7570         * gst/rtsp/rtsptransport.c:
7571         * gst/rtsp/rtsptransport.h:
7572         * gst/rtsp/rtspurl.c:
7573         * gst/rtsp/rtspurl.h:
7574         * gst/rtsp/sdp.h:
7575         * gst/rtsp/sdpmessage.c:
7576         * gst/rtsp/sdpmessage.h:
7577         * gst/rtsp/test.c:
7578         Use shiny new RTSP and SDP library.
7579         Implement RTSP extensions using the new interface.
7580         Remove a lot of old code.
7581
7582 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7583
7584         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7585         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7586
7587 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7588
7589         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7590         Don't unref the outgoing buffer twice when dropping it because it's
7591         outside of the segment.
7592
7593 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7594
7595         * configure.ac:
7596         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7597         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7598         Use the new buffer clipping function from gstaudio here and
7599         require gst-plugins-base CVS.
7600         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7601         For framed Wavpack buffers we require a valid timestamp.
7602
7603 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7604
7605         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7606         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7607         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7608         Clip raw audio and video when we can, keep track of current output
7609         segment.
7610         Don't leak buffers and events when there is no output pad.
7611         Improve debugging here and there.
7612
7613 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7614
7615         * configure.ac:
7616           Sync liboil check with plugins-base.
7617
7618 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7619
7620         * ext/annodex/Makefile.am:
7621           Fix CFLAGS/LIBS.
7622
7623         * ext/cdio/gstcdiocddasrc.c:
7624         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7625           Include stdlib
7626
7627         * ext/cairo/Makefile.am:
7628         * gst/videofilter/Makefile.am:
7629         * tests/examples/level/Makefile.am:
7630           Use $(LIBM) instead of -lm
7631
7632 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * sys/v4l2/gstv4l2src.c:
7635           Add another example pipeline.
7636
7637 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7638
7639         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7640
7641         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7642           Use define here.
7643
7644         * sys/v4l2/gstv4l2tuner.c:
7645         (gst_v4l2_tuner_set_frequency_and_notify):
7646           Don't touch the property - its still disabled.
7647
7648         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7649         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7650         * sys/v4l2/v4l2src_calls.h:
7651           Improve fallback format negotionation. Fixes #451388
7652
7653 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7654
7655         * tests/check/elements/videocrop.c: (GST_START_TEST):
7656           Fix the test.
7657
7658 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7659
7660         * docs/plugins/Makefile.am:
7661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7663         * docs/plugins/inspect/plugin-jpeg.xml:
7664         * docs/plugins/inspect/plugin-png.xml:
7665         * ext/jpeg/gstjpegdec.c:
7666         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7667         (gst_pngdec_sink_setcaps):
7668           More docs. More logs in pngdec.
7669
7670 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7671
7672         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7673           Initialize num_buffers with minimum value.
7674
7675         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7676         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7677           Handle frame-size query failure gracefully.
7678
7679 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7680
7681         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7682         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7683         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7684         of qt/aac files.
7685
7686 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7687
7688         * ext/wavpack/gstwavpackdec.c:
7689         (gst_wavpack_dec_clip_outgoing_buffer):
7690         Fix buffer clipping to correctly clip to the segment stop.
7691
7692 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7693
7694         * configure.ac:
7695         * tests/Makefile.am:
7696         Remove bogus check for libcheck, since we check for
7697         gstreamer-check and it pulls in the required info from there,
7698         and we weren't actually _using_ the information for libcheck
7699         ourselves anyway.
7700
7701 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7702
7703         * configure.ac:
7704           Use pkg-config to locate check.
7705
7706 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7709         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7710         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7711         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7712         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7713         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7714         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7715         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7716         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7717         * gst/effectv/gstrev.c: (gst_revtv_transform):
7718         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7719         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7720         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7721         * gst/matroska/matroska-demux.c:
7722         (gst_matroska_demux_add_wvpk_header),
7723         (gst_matroska_demux_check_subtitle_buffer),
7724         (gst_matroska_decode_buffer):
7725         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7726           Fix build against core CVS.
7727
7728 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7729
7730         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7731         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7732         don't have enough granularity to convert that boolean into a
7733         GstFlowReturn.
7734
7735 2007-07-06  Michael Smith <msmith@fluendo.com>
7736
7737         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7738         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7739         (gst_alawdec_change_state):
7740         * gst/law/alaw-decode.h:
7741         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7742         (gst_mulawdec_class_init), (gst_mulawdec_init),
7743         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7744         * gst/law/mulaw-decode.h:
7745           Fix capsnego bogosity in *law decoders. 
7746
7747 2007-07-06  Michael Smith <msmith@fluendo.com>
7748
7749         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7750         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7751         (gst_smokeenc_change_state):
7752         * ext/jpeg/gstsmokeenc.h:
7753           Remove stupidity in get/set caps functions.
7754           Fix some refcounting problems.
7755
7756 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7757
7758         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7759         Remove endianness-flipping hack that seems to have been required
7760         only because of a bug in ffmpegcolorspace.
7761         Partially Fixes: #451908
7762
7763 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7764
7765         * docs/plugins/Makefile.am:
7766           Simplify --extra-dir as gtkdoc scans recursively.
7767
7768 2007-07-03  Wim Taymans  <wim@fluendo.com>
7769
7770         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7771
7772         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7773         Set the encoding-name in the rtp caps to all uppercase, as required by
7774         the caps spec.
7775         Some small cleanups in the error paths. Fixes #453037.
7776
7777 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7778
7779         * ext/wavpack/gstwavpackparse.c:
7780         (gst_wavpack_parse_index_get_last_entry),
7781         (gst_wavpack_parse_index_get_entry_from_sample),
7782         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7783         (gst_wavpack_parse_scan_to_find_sample):
7784         * ext/wavpack/gstwavpackparse.h:
7785         Use a GSList for the GArray that is used like a list anyway.
7786
7787 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7788
7789         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7790         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7791         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7792           Add state change function where we set 0/1 as default framerate in
7793           case our setcaps function isn't called, like it might not in a
7794           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7795           gdkpixbufdec trying to create caps with a 0/0 framerate.
7796           Also post an error message on the bus if gst_pad_push() fails when
7797           called from our sink event handler (+1 for flow returns for event
7798           functions in 0.11) instead of failing silently.
7799
7800 2007-06-27  Wim Taymans  <wim@fluendo.com>
7801
7802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7803         Cast stack args to the proper types. Fixes #451249.
7804
7805 2007-06-27  Wim Taymans  <wim@fluendo.com>
7806
7807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7808         (new_session_pad), (gst_rtspsrc_setup_streams):
7809         * gst/rtsp/gstrtspsrc.h:
7810         For container formats we only need to activate one of the streams so
7811         that we correctly signal no-more-pads. Fixes #451015.
7812
7813 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7814
7815         * docs/plugins/gst-plugins-good-plugins.args:
7816         * docs/plugins/inspect/plugin-aasink.xml:
7817         * docs/plugins/inspect/plugin-alaw.xml:
7818         * docs/plugins/inspect/plugin-alpha.xml:
7819         * docs/plugins/inspect/plugin-alphacolor.xml:
7820         * docs/plugins/inspect/plugin-annodex.xml:
7821         * docs/plugins/inspect/plugin-apetag.xml:
7822         * docs/plugins/inspect/plugin-audiofx.xml:
7823         * docs/plugins/inspect/plugin-auparse.xml:
7824         * docs/plugins/inspect/plugin-autodetect.xml:
7825         * docs/plugins/inspect/plugin-avi.xml:
7826         * docs/plugins/inspect/plugin-cacasink.xml:
7827         * docs/plugins/inspect/plugin-cairo.xml:
7828         * docs/plugins/inspect/plugin-cdio.xml:
7829         * docs/plugins/inspect/plugin-cutter.xml:
7830         * docs/plugins/inspect/plugin-debug.xml:
7831         * docs/plugins/inspect/plugin-efence.xml:
7832         * docs/plugins/inspect/plugin-effectv.xml:
7833         * docs/plugins/inspect/plugin-esdsink.xml:
7834         * docs/plugins/inspect/plugin-flac.xml:
7835         * docs/plugins/inspect/plugin-flxdec.xml:
7836         * docs/plugins/inspect/plugin-gconfelements.xml:
7837         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7838         * docs/plugins/inspect/plugin-goom.xml:
7839         * docs/plugins/inspect/plugin-halelements.xml:
7840         * docs/plugins/inspect/plugin-icydemux.xml:
7841         * docs/plugins/inspect/plugin-id3demux.xml:
7842         * docs/plugins/inspect/plugin-jpeg.xml:
7843         * docs/plugins/inspect/plugin-ladspa.xml:
7844         * docs/plugins/inspect/plugin-level.xml:
7845         * docs/plugins/inspect/plugin-matroska.xml:
7846         * docs/plugins/inspect/plugin-mulaw.xml:
7847         * docs/plugins/inspect/plugin-multipart.xml:
7848         * docs/plugins/inspect/plugin-navigationtest.xml:
7849         * docs/plugins/inspect/plugin-ossaudio.xml:
7850         * docs/plugins/inspect/plugin-png.xml:
7851         * docs/plugins/inspect/plugin-quicktime.xml:
7852         * docs/plugins/inspect/plugin-rtp.xml:
7853         * docs/plugins/inspect/plugin-rtsp.xml:
7854         * docs/plugins/inspect/plugin-smpte.xml:
7855         * docs/plugins/inspect/plugin-speex.xml:
7856         * docs/plugins/inspect/plugin-taglib.xml:
7857         * docs/plugins/inspect/plugin-udp.xml:
7858         * docs/plugins/inspect/plugin-videobalance.xml:
7859         * docs/plugins/inspect/plugin-videobox.xml:
7860         * docs/plugins/inspect/plugin-videocrop.xml:
7861         * docs/plugins/inspect/plugin-videoflip.xml:
7862         * docs/plugins/inspect/plugin-videomixer.xml:
7863         * docs/plugins/inspect/plugin-wavenc.xml:
7864         * docs/plugins/inspect/plugin-wavparse.xml:
7865         * docs/plugins/inspect/plugin-ximagesrc.xml:
7866           Update docs with caps info.
7867
7868 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7869
7870         * po/POTFILES.in:
7871           Add more files with translatable strings (#450878).
7872
7873 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7874
7875         * MAINTAINERS:
7876         Updating all the maintainers files
7877
7878 2007-06-22  Edward Hervey  <edward@fluendo.com>
7879
7880         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7881         * gst/interleave/deinterleave.c: (deinterleave_init),
7882         (deinterleave_sink_link):
7883         * gst/interleave/interleave.c: (interleave_init):
7884         * gst/median/gstmedian.c: (gst_median_init):
7885         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7886         Fix memory leaks.
7887         * tests/check/elements/id3demux.c: (pad_added_cb):
7888         Remove unused variable.
7889
7890 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7891
7892         * ext/gconf/gconf.h:
7893         Make the prototype of gst_gconf_get_key_for_sink_profile
7894         match the implementation.
7895         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7896         Fixes: #449747
7897
7898 2007-06-20  Michael Smith <msmith@fluendo.com>
7899
7900         * gst/rtp/gstrtpdepay.c:
7901           Fix description - rtpdepay is not a payloader.
7902
7903 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7904
7905         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7906         (qtdemux_video_caps):
7907         * gst/qtdemux/qtdemux_fourcc.h:
7908           Add MJPG to the variants of motion jpeg.
7909
7910 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * tests/check/Makefile.am:
7913         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7914         * tests/check/elements/videocrop.c: (GST_START_TEST):
7915         * tests/check/elements/videofilter.c:
7916         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7917         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7918           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7919           error flags are included and it errors out on compiler warnings
7920           for CVS builds; remove unused variables in various unit tests.
7921
7922 2007-06-19  Wim Taymans  <wim@fluendo.com>
7923
7924         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7925         (rtsp_connection_close), (rtsp_connection_free):
7926         Use threadsafe inet_ntop to convert an ip number to a string. 
7927         Fixes #447961.
7928         Don't leak fd (and ip) when freeing a connection without first closing
7929         it.
7930
7931 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7932
7933         * configure.ac:
7934         Back to CVS
7935
7936         * gst-plugins-good.doap:
7937         Add 0.10.6 to the doap file.
7938
7939 === release 0.10.6 ===
7940
7941 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7942
7943         * configure.ac:
7944           releasing 0.10.6, "Wobble Board"
7945
7946 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7949         (rtsp_connection_free):
7950           Revert previous commit again, since we are frozen (sorry).
7951
7952 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7953
7954         Patch by: Peter Kjellerstedt <pkj at axis com>
7955
7956         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7957         (rtsp_connection_free):
7958           inet_ntoa() uses a static buffer internally, so we need to copy the
7959           returned string if we want to store it for later (#447961).
7960
7961 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7962
7963         * win32/vs6/autogen.dsp:
7964         * win32/vs6/gst_plugins_good.dsw:
7965         * win32/vs6/libgstalaw.dsp:
7966         * win32/vs6/libgstalpha.dsp:
7967         * win32/vs6/libgstalphacolor.dsp:
7968         * win32/vs6/libgstapetag.dsp:
7969         * win32/vs6/libgstaudiofx.dsp:
7970         * win32/vs6/libgstauparse.dsp:
7971         * win32/vs6/libgstautodetect.dsp:
7972         * win32/vs6/libgstavi.dsp:
7973         * win32/vs6/libgstcutter.dsp:
7974         * win32/vs6/libgstdirectdraw.dsp:
7975         * win32/vs6/libgstdirectsound.dsp:
7976         * win32/vs6/libgsteffectv.dsp:
7977         * win32/vs6/libgstflx.dsp:
7978         * win32/vs6/libgstgoom.dsp:
7979         * win32/vs6/libgsticydemux.dsp:
7980         * win32/vs6/libgstid3demux.dsp:
7981         * win32/vs6/libgstinterleave.dsp:
7982         * win32/vs6/libgstjpeg.dsp:
7983         * win32/vs6/libgstlevel.dsp:
7984         * win32/vs6/libgstmatroska.dsp:
7985         * win32/vs6/libgstmedian.dsp:
7986         * win32/vs6/libgstmonoscope.dsp:
7987         * win32/vs6/libgstmulaw.dsp:
7988         * win32/vs6/libgstmultipart.dsp:
7989         * win32/vs6/libgstqtdemux.dsp:
7990         * win32/vs6/libgstrtp.dsp:
7991         * win32/vs6/libgstrtsp.dsp:
7992         * win32/vs6/libgstsmpte.dsp:
7993         * win32/vs6/libgstspeex.dsp:
7994         * win32/vs6/libgstudp.dsp:
7995         * win32/vs6/libgstvideobalance.dsp:
7996         * win32/vs6/libgstvideobox.dsp:
7997         * win32/vs6/libgstvideocrop.dsp:
7998         * win32/vs6/libgstvideoflip.dsp:
7999         * win32/vs6/libgstvideomixer.dsp:
8000         * win32/vs6/libgstwaveform.dsp:
8001         * win32/vs6/libgstwavenc.dsp:
8002         * win32/vs6/libgstwavparse.dsp:
8003         Mark *.dsp & *.dsw as binary files and convert to DOS line
8004         endings, as they don't load into VS6 correctly otherwise.
8005
8006 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8007
8008         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8009         (rtsp_connection_connect):
8010         Fix the MingW build. 
8011         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8012         Fixes: #446981
8013
8014 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8015
8016         * tests/check/elements/.cvsignore:
8017         * tests/icles/.cvsignore:
8018         Hush the buildbots up
8019
8020 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8021
8022         * configure.ac:
8023         * sys/Makefile.am:
8024         * sys/directdraw/Makefile.am:
8025         * sys/directsound/Makefile.am:
8026         * sys/waveform/Makefile.am:
8027         Make sure to dist everything needed for win32 builds.
8028
8029 2007-06-14  Edward Hervey  <edward@fluendo.com>
8030
8031         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8032         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8033         caps.
8034         Fixes #447458
8035
8036 2007-06-13  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8039         Make sure we allocate enough memory for the codec_data.
8040         Fixes #447210.
8041
8042 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8043
8044         * win32/MANIFEST:
8045         Add videocrop project file to the win32 manifest.
8046         * win32/vs6/gst_plugins_good.dsw:
8047         Add qtdemux,videocrop and waveform projects to the workspace.
8048         * win32/vs6/libgstqtdemux.dsp:
8049         Add zlib to the link list of qtdemux.
8050         * win32/vs6/libgstvideocrop.dsp:
8051         Add a project file for videocrop.
8052
8053 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8054
8055         * po/POTFILES.in:
8056         Add qtdemux for translation
8057
8058 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8059
8060         * configure.ac:
8061         * docs/plugins/Makefile.am:
8062         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8063         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8064         * docs/plugins/inspect/plugin-videocrop.xml:
8065         * gst-plugins-good.spec.in:
8066         * sys/Makefile.am:
8067         * tests/check/Makefile.am:
8068         * tests/icles/Makefile.am:
8069         * tests/icles/videocrop-test.c:
8070         Move videocrop and osxvideo from -bad.
8071
8072 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8073
8074         * configure.ac:
8075         * docs/plugins/Makefile.am:
8076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8078         * docs/plugins/gst-plugins-good-plugins.args:
8079         * docs/plugins/inspect/plugin-qtdemux.xml:
8080         * docs/plugins/inspect/plugin-quicktime.xml:
8081         * win32/MANIFEST:
8082         Move qtdemux from -bad.
8083
8084         * gst-plugins-good.spec.in:
8085         Update spec file to reflect moving of qtdemux and wavpack
8086
8087 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8088         
8089         * win32/MANIFEST:
8090         * docs/plugins/Makefile.am:
8091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8093         * docs/plugins/inspect/plugin-directdraw.xml:
8094         * docs/plugins/inspect/plugin-directsound.xml:
8095         * docs/plugins/inspect/plugin-waveform.xml:
8096         Move the waveform plugin from -bad too. Update the inspect xml
8097         files to mention Plugins Good instead of Plugins Bad.
8098
8099 2007-06-12  Andy Wingo  <wingo@pobox.com>
8100
8101         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8102         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8103         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8104         finalization and resuscitation. No longer public.
8105         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8106         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8107         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8108         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8109         miniobject semantics, and be threadsafe.
8110         (gst_v4l2src_queue_frame): Remove this function, as we just call
8111         the ioctls directly in the two places where we queue buffers.
8112         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8113         directly.
8114         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8115         to allocate the pool, which also preallocates the GstBuffers.
8116         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8117         queueing the frames directly.
8118         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8119         mmap buffers have been dequeued.
8120
8121         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8122         real MiniObject instead of rolling our own refcounting and
8123         finalizing. Give it a lock.
8124         (struct _GstV4l2Buffer): Remove one intermediary object, having
8125         the buffers hold the struct v4l2_buffer directly.
8126
8127         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8128         capture_init so that it can set them on the buffers that it will
8129         create.
8130         (gst_v4l2src_get_read): For better or for worse, include the
8131         timestamping and offsetting code here; really we should be using
8132         bufferalloc though.
8133         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8134         preallocated, mmap'd buffers.
8135
8136 2007-06-11  Wim Taymans  <wim@fluendo.com>
8137
8138         Patch by: daniel fischer <dan at f3c dot com>
8139
8140         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8141         (gst_ximage_src_get_caps):
8142         Actually use the display_name property so that we can dump any
8143         available X display. Fixes #445905.
8144
8145 2007-06-11  Wim Taymans  <wim@fluendo.com>
8146
8147         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8148
8149         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8150         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8151         Add missing rate fields to caps. Fixes #441118.
8152
8153 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8154
8155         * win32/vs6/gst_plugins_good.dsw:
8156         * win32/vs8/gst-plugins-good.sln:
8157         Add DirectSound and DirectDraw sinks project files to
8158         workspace and solution files.
8159
8160 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8161
8162         Patch by: Josh Coalson <xflac at yahoo dot com>,
8163         updated by Alexis Ballier <aballier at gentoo dot org>:
8164
8165         * configure.ac:
8166         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8167         (gst_flac_dec_setup_seekable_decoder),
8168         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8169         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8170         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8171         * ext/flac/gstflacdec.h:
8172         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8173         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8174         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8175         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8176         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8177         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8178         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8179         * ext/flac/gstflacenc.h:
8180         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8181         
8182 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8183
8184         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8185         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8186         not necessary anymore as we need at least that core version. 
8187
8188 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8189
8190         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8191         (gst_wavpack_dec_chain):
8192         * ext/wavpack/gstwavpackdec.h:
8193         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8194         (gst_wavpack_parse_push_buffer):
8195         * ext/wavpack/gstwavpackparse.h:
8196         Improve discont handling by checking if the next Wavpack block has
8197         the expected, following block index.
8198
8199 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8200
8201         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8202           Fix element description.
8203
8204 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8205
8206         * configure.ac:
8207         * docs/plugins/Makefile.am:
8208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8210         * docs/plugins/gst-plugins-good-plugins.args:
8211         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8212         * docs/plugins/gst-plugins-good-plugins.signals:
8213         * docs/plugins/inspect/plugin-autodetect.xml:
8214         * docs/plugins/inspect/plugin-gconfelements.xml:
8215         * docs/plugins/inspect/plugin-ladspa.xml:
8216         * docs/plugins/inspect/plugin-rtp.xml:
8217         * docs/plugins/inspect/plugin-wavpack.xml:
8218         * ext/Makefile.am:
8219         * tests/check/Makefile.am:
8220           move wavpack plugin.  See #352605.
8221
8222 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8223
8224         * configure.ac:
8225         * docs/plugins/Makefile.am:
8226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8228         * docs/plugins/gst-plugins-good-plugins.args:
8229         * sys/Makefile.am:
8230         * win32/MANIFEST:
8231         Add DirectDraw & DirectSound plugins to the build and docs.
8232
8233 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8236         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8237           When operating in pull mode, error out correct on not-linked.
8238
8239 2007-06-06  Andy Wingo  <wingo@pobox.com>
8240
8241         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8242         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8243         format and size if the ioctls are defined; should fix compilation
8244         on Linux < 2.16.19.
8245
8246 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8247
8248         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8249           Printf fixes in debug statements; use LOG level for debug statements
8250           that are printed for each and every frame; convert c++ comments to
8251           C-style comments; not much point using g_try_malloc() if we then not
8252           even check the return value.
8253
8254 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8255
8256         * configure.ac:
8257           Bump requirements to released versions (core and base 0.10.13).
8258
8259         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8260           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8261           own implementation.
8262
8263 2007-06-05  Andy Wingo  <wingo@pobox.com>
8264
8265         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8266         some useless comments.
8267
8268         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8269         frames before calling STREAMON, that might leave them in a state
8270         where they can't be dequeued if we go back to NULL without calling
8271         STREAMON, according to the docs.
8272         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8273         before we call STREAMON.
8274         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8275         failures. (For me this code hung.) The pool refcounting is still
8276         crack; added a note to that effect.
8277
8278 2007-06-05  Wim Taymans  <wim@fluendo.com>
8279
8280         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8281         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8282         Add support for mapping gst structure names to the MIME type equivalent.
8283         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8284
8285 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8286
8287         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8288         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8289         (gst_wavenc_chain), (gst_wavenc_change_state):
8290         * gst/wavenc/gstwavenc.h:
8291         Properly write wav files with width!=depth by having the depth most
8292         significant bytes set and all others zero. Fixes #442535.
8293
8294 2007-06-01  Wim Taymans  <wim@fluendo.com>
8295
8296         * gst/rtsp/rtspconnection.c:
8297         Add include to make buildbot happy.
8298
8299 2007-06-01  Wim Taymans  <wim@fluendo.com>
8300
8301         Patch by: Peter Kjellerstedt  <pkj at axis com>
8302
8303         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8304         (rtsp_connection_connect), (add_date_header),
8305         (rtsp_connection_send), (parse_response_status),
8306         (parse_request_line), (parse_line), (rtsp_connection_receive):
8307         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8308         * gst/rtsp/rtspdefs.h:
8309         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8310         (rtsp_message_init_request), (rtsp_message_init_response),
8311         (rtsp_message_remove_header), (rtsp_message_append_headers),
8312         (rtsp_message_dump):
8313         * gst/rtsp/rtspmessage.h:
8314         Improves version checking, allowing an RTSP server to reply with "505
8315         RTSP Version not supported.
8316         Adds a Date header to all messages.
8317         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8318         want to be able to send a response even if something in the request was
8319         invalid. EINVAL is only used when passing wrong arguments to functions.
8320         Do not handle an invalid method in parse_request_line(). Defer this to
8321         the caller so it can respond with "405 Method Not Allowed".
8322         Improves parsing of the timeout parameter to the Session header,
8323         allowing whitespace after the semicolon. 
8324         Avoids a compiler warning due to variables shadowing a function argument.
8325
8326 2007-06-01  Wim Taymans  <wim@fluendo.com>
8327
8328         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8329
8330         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8331         (gst_rtp_amr_depay_process):
8332         * gst/rtp/gstrtpamrdepay.h:
8333         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8334         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8335         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8336         * gst/rtp/gstrtpamrpay.h:
8337         Add support for AMR-WB.
8338         Small cleanups such as using BOILERPLATE.
8339
8340 2007-05-31  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8343         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8344
8345 2007-05-30  Andy Wingo  <wingo@pobox.com>
8346
8347         * sys/v4l2/gstv4l2object.h: 
8348         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8349         unintended changes.
8350
8351         * sys/v4l2/v4l2src_calls.h: 
8352         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8353         the format list in the order that the driver gives it to us.
8354         (gst_v4l2src_probe_caps_for_format_and_size)
8355         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8356         based on the capabilities of the device.
8357         (gst_v4l2src_grab_frame): Update for object variable renaming.
8358         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8359         as in the set_caps below.
8360         (gst_v4l2src_capture_init): Update for object variable renaming,
8361         and reflow.
8362         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8363         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8364         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8365         (gst_v4l2src_get_fps): Remove; these functions don't have much
8366         meaning outside of an atomic set_caps method.
8367         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8368         known.
8369
8370         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8371         call to update_fps; not sure about this change.
8372         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8373         moment we don't have an update_fps_func.
8374
8375         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8376         structures in the object, just store what we need. Do store the
8377         probed caps of the device. Don't store the current frame rate.
8378
8379         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8380         update_fps_function, for now. Update for new object variable
8381         naming.
8382         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8383         new object variable naming.
8384         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8385         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8386         (gst_v4l2src_get_caps): Rework to probe the device for supported
8387         frame sizes and frame rates.
8388         (gst_v4l2src_set_caps): Rework to be strict in the given
8389         parameters: if someone asks us to have a certain size and rate,
8390         that is what we configure.
8391         (gst_v4l2src_get_read): Update for object variable naming. Don't
8392         leak buffers on short reads.
8393         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8394         comments.
8395         (gst_v4l2src_create): Update for object variable naming.
8396
8397 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8398
8399         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8400         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8401         * gst/avi/gstavidemux.h:
8402           Parse subtitle text streams instead of erroring out (#442034). Still
8403           needs a parser for the subtitles to actually show up.
8404
8405 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8406
8407         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8408         (gst_avi_demux_loop):
8409           Make _push_event() return TRUE if the event could be pushed on at
8410           least one pad and not only if it could be pushed on all pads,
8411           otherwise we'll end up posting an error message on EOS if one or
8412           more source pads are not connected.
8413
8414 2007-05-28  Wim Taymans  <wim@fluendo.com>
8415
8416         * gst/rtsp/rtsptransport.c:
8417         Use renamed RTP bin.
8418
8419 2007-05-28  Wim Taymans  <wim@fluendo.com>
8420
8421         Based on patch by: Dejan SakelÅ¡ak <sakdean at gmail dot com>
8422
8423         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8424         (gst_video_box_set_property), (gst_video_box_transform_caps),
8425         (video_box_recalc_transform), (gst_video_box_set_caps),
8426         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8427         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8428         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8429         (gst_video_box_i420_i420), (gst_video_box_transform),
8430         (plugin_init):
8431         Add AYUV->AYUV and AYUV->I420 formats. 
8432         Fix negotiation and I420->AYUV conversion.
8433         Fixes #429329.
8434
8435 2007-05-26  Wim Taymans  <wim@fluendo.com>
8436
8437         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8438         Use different variables for nested for loops so that the outer loop
8439         functions properly and speex files with multiple frames per buffer work
8440         properly.
8441         Fixes #441408.
8442
8443 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8444
8445         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8446           Don't leak newsegment events.
8447
8448 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8449
8450         * gst/wavparse/Makefile.am:
8451           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8452           drags it in.
8453
8454 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8455
8456         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8457         (notgst_value_array_append_buffer),
8458         (gst_flac_enc_process_stream_headers),
8459         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8460         (gst_flac_enc_change_state):
8461         * ext/flac/gstflacenc.h:
8462           Collect headers, add "streamheader" field to output caps and set
8463           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8464           produces output according to the official FLAC-to-Ogg mapping
8465           instead of completely broken files. Fixes #426044.
8466
8467 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8468
8469         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8470         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8471         (gst_id3demux_sink_event):
8472         * gst/id3demux/gstid3demux.h:
8473         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8474         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8475         (gst_tag_demux_send_new_segment):
8476         Handle and adjust new-segment events so that downstream really
8477         sees a stream with the tag pieces stripped off the front and back.
8478         Fixes strangeness in seeking when mp3 decoders use the new-segment
8479         byte position to estimate their current playback position timestamp
8480         and then the arriving buffers don't match up.
8481
8482 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8483
8484         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8485           Don't unnecessarily perform a READY->NULL->READY transition on the
8486           detected audio sink when starting up. Fixes: #440127
8487
8488 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8491         (gst_flac_enc_chain):
8492           Don't crash in chain function if setcaps hasn't been called.
8493
8494 2007-05-24  Wim Taymans  <wim@fluendo.com>
8495
8496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8497         Init value to avoid infinte loops.
8498
8499 2007-05-24  Wim Taymans  <wim@fluendo.com>
8500
8501         Patch by: Peter Kjellerstedt  <pkj at axis com>
8502
8503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8504         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8505         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8506         (gst_rtspsrc_play):
8507         (rtsp_connection_send), (rtsp_connection_receive):
8508         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8509         Fix for new API.
8510
8511         * gst/rtsp/rtspconnection.c: (add_auth_header),
8512         Only add authorisation and session headers when sending messages.
8513
8514         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8515         (rtsp_message_init_request), (rtsp_message_init_response),
8516         (rtsp_message_unset), (rtsp_message_add_header),
8517         (rtsp_message_remove_header), (rtsp_message_get_header),
8518         (rtsp_message_append_headers), (dump_key_value),
8519         (rtsp_message_dump):
8520         * gst/rtsp/rtspmessage.h:
8521         Add support for multiple headers of the same type by storing the parsed
8522         headers in a GArray instaed of a hashtable.
8523
8524 2007-05-21  Wim Taymans  <wim@fluendo.com>
8525
8526         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8527         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8528         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8529         safer shutdown.
8530
8531 2007-05-21  Wim Taymans  <wim@fluendo.com>
8532
8533         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8534         * gst/rtsp/gstrtpdec.h:
8535         Added signal for backwards compat.
8536
8537 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8538         
8539         Patch by: René Stadler <mail at renestadler dot de>
8540
8541         * configure.ac:
8542         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8543         (gst_au_parse_parse_header), (gst_au_parse_chain):
8544         * gst/auparse/gstauparse.h:
8545         Use audioconvert for converting from non-native endianness floats
8546         in auparse instead of doing it ourself. Fixes #424527.
8547         This needs the audioconvert from plugins-base CVS.
8548         
8549 2007-05-21  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8552         (gst_rtp_h263p_pay_flush):
8553         Fix enum registration.
8554
8555 2007-05-21  Wim Taymans  <wim@fluendo.com>
8556
8557         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8558
8559         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8560         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8561         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8562         (gst_rtp_h263p_pay_flush):
8563         * gst/rtp/gstrtph263ppay.h:
8564         Add new fragmentation mode base on GOB headers. Fixes #438940.
8565
8566 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8569           Printf format fix.
8570
8571 2007-05-18  Wim Taymans  <wim@fluendo.com>
8572
8573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8574         Don't crash when an unsupported transport error was returned by the
8575         server, just try to configure the next stream. Fixes #439255.
8576
8577 2007-05-18  Wim Taymans  <wim@fluendo.com>
8578
8579         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8580         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8581         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8582         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8583         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8584         * gst/rtsp/gstrtspsrc.h:
8585         Add TCP timeout property and use it for all TCP connection.
8586
8587         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8588         (rtsp_connection_write), (rtsp_connection_next_timeout),
8589         (rtsp_connection_reset_timeout):
8590         Make connect and writes cancelable and make them use the timeout.
8591
8592 2007-05-18  Wim Taymans  <wim@fluendo.com>
8593
8594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8595         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8596         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8597         (gst_rtspsrc_setup_streams):
8598         Refactor timeout handling.
8599         Also send keep-alive when dealing with TCP transport.
8600
8601         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8602         (rtsp_connection_free), (rtsp_connection_next_timeout),
8603         (rtsp_connection_reset_timeout):
8604         * gst/rtsp/rtspconnection.h:
8605         Use a timer to handle the session timeouts, add some methods to deal
8606         with timeouts.
8607
8608 2007-05-17  Wim Taymans  <wim@fluendo.com>
8609
8610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8611         (gst_rtspsrc_setup_streams):
8612         Ignore streams that fail the setup command, we will retry with a
8613         different transport later on.
8614
8615         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8616         (rtsp_ext_wms_configure_stream):
8617         Fix encoding name case.
8618
8619 2007-05-16  Edward Hervey  <edward@fluendo.com>
8620
8621         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8622         Fix build on macosx.
8623
8624 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8625
8626         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8627         Replace direct comparison of a string with the string literal "" with
8628         a comparison of the first character with '\0'. Fixes #438926.
8629
8630 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8631
8632         * gst/debug/breakmydata.c (gst_break_my_data_init):
8633           One more try. This should be the proper fix now.
8634
8635 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8636
8637         * gst/debug/breakmydata.c:
8638           Ooops, no // comments please.
8639
8640 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8641
8642         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8643         (gst_break_my_data_init):
8644           Fix gst_buffer_is_writable() assertion.
8645
8646 2007-05-14  David Schleef  <ds@schleef.org>
8647
8648         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8649           video/x-raw-bayer.  Fixes #314160.
8650
8651 2007-05-14  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8654         (gst_rtp_theora_depay_parse_configuration):
8655         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8656         (gst_rtp_theora_pay_finish_headers),
8657         (gst_rtp_theora_pay_handle_buffer):
8658         Update theora pay/depayloader in a similar to vorbis.
8659
8660         * gst/rtp/gstrtpvorbisdepay.c:
8661         (gst_rtp_vorbis_depay_parse_configuration):
8662         Update docs.
8663
8664 2007-05-14  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8667         When we try to execute a method that is not supported by the server,
8668         don't error out but remove the method from the accepted methods so that
8669         we never try to perform this method again.
8670
8671 2007-05-14  Wim Taymans  <wim@fluendo.com>
8672
8673         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8674         Remove annoying _dump_mem.
8675
8676 2007-05-14  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8679         Parse range correctly.
8680
8681         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8682         The baseurl now always has a '/' at the start.
8683
8684 2007-05-14  Wim Taymans  <wim@fluendo.com>
8685
8686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8687         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8688         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8689         Factor out caps configuration and configure more stuff such as the time
8690         ranges and speed/scale values.
8691
8692         * gst/rtsp/rtsptransport.c:
8693         Add Copyright after non-trival fixes.
8694
8695 2007-05-12  Wim Taymans  <wim@fluendo.com>
8696
8697         Patch by: Peter Kjellerstedt  <pkj at axis com>
8698
8699         * gst/rtsp/gstrtspsrc.h:
8700         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8701         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8702         (rtsp_message_get_header):
8703         * gst/rtsp/rtspmessage.h:
8704         Make channel guint8 where possible.
8705         Make rtsp_message_init_data() take the channel as a guint8.
8706
8707         * gst/rtsp/rtspdefs.c:
8708         Fixed a typo: Timout -> Timeout
8709
8710         * gst/rtsp/rtspdefs.h:
8711         Make RTSP_CHECK() behave as a statement.
8712
8713         * gst/rtsp/sdpmessage.c:
8714         Avoid a compiler warning in INIT_ARRAY().
8715         Fixes #437692.
8716
8717 2007-05-12  Wim Taymans  <wim@fluendo.com>
8718
8719         Patch by: Peter Kjellerstedt  <pkj at axis com>
8720
8721         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8722         (rtsp_url_get_request_uri):
8723         * gst/rtsp/rtspurl.h:
8724         Add support for query parameters to RTSP URLs.
8725
8726 2007-05-12  Wim Taymans  <wim@fluendo.com>
8727
8728         Patch by: Peter Kjellerstedt  <pkj at axis com>
8729
8730         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8731         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8732         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8733         (rtsp_transport_parse), (rtsp_transport_as_text):
8734         * gst/rtsp/rtsptransport.h:
8735         Add validation to rtsp_transport_parse().
8736         Add rtsp_transport_as_text() to generate an RTSP header from an
8737         RTSPTransport.
8738         Change ssrc to guint (was a string) since that is what it is, even
8739         though it is sent as a hex string.
8740         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8741         incorrect, which can be seen when looking at the examples in the RFC).
8742         Fixes #437670.
8743
8744 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8745
8746         Patch by: Eric Anholt
8747
8748         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8749           gst_ximage_src_ximage_get):
8750         Use union of all damage between frames to make it faster.
8751         Fixes bug #342463.
8752         Also fix crasher when cursor is at bottom right of window.
8753
8754 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8755
8756         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8757           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8758           streaming mode regression for file from #343837 with 'bext' chunk
8759           before the 'fmt' chunk.
8760
8761 2007-05-11  Wim Taymans  <wim@fluendo.com>
8762
8763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8764         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8765         (gst_rtspsrc_handle_src_event),
8766         (gst_rtspsrc_stream_configure_manager),
8767         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8768         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8769         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8770         * gst/rtsp/gstrtspsrc.h:
8771         * gst/rtsp/rtspdefs.h:
8772         Preliminary seek support.
8773         Activate internal pads so that we can receive events on them.
8774         Don't try to parse a range string when it's NULL.
8775
8776 2007-05-11  Wim Taymans  <wim@fluendo.com>
8777
8778         * gst/rtp/README:
8779         Update README with new RTP variables that will be used for
8780         synchronisation.
8781
8782         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8783         (gst_rtp_vorbis_depay_parse_configuration),
8784         (gst_rtp_vorbis_depay_process):
8785         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8786         (gst_rtp_vorbis_pay_finish_headers),
8787         (gst_rtp_vorbis_pay_handle_buffer):
8788         Update vorbis pay and depayloader to draft-04.
8789
8790 2007-05-11  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst/rtsp/rtsptransport.c:
8793         UDP MCAST is actually the default for RTP/AVP.
8794 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8795
8796         * gst/level/gstlevel.c: (gst_level_transform_ip):
8797         Use guint8 * instead of gpointer then vs6 can build 
8798         in_data += (filter->width / 8).
8799
8800 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8801
8802         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8803           gst_ximage_src_ximage_get):
8804         * sys/ximage/gstximagesrc.h (last_ximage):
8805         When using Damage actually keep the last frame, and not assume
8806         that the buffer we get already has the last frame on it.
8807         Copy the cursor over if we specify a non-zero start x and
8808         start y.
8809
8810 2007-05-11  Wim Taymans  <wim@fluendo.com>
8811
8812         * gst/rtsp/rtsptransport.c:
8813         Make UDP the default transport when not specified.
8814
8815 2007-05-09  David Schleef  <ds@schleef.org>
8816
8817         * gst/level/gstlevel.c:
8818           Revert last change.
8819
8820 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8821
8822         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8823         (gst_level_transform_ip):
8824         Use guint8 * instead of gpointer then vs6 know the size of data
8825         pointed when moving the pointer.
8826         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8827         Move instructions after variables declaration.
8828         * win32/vs6/autogen.dsp:
8829         * win32/vs6/libgstrtp.dsp:
8830         * win32/vs6/libgstrtsp.dsp:
8831         Update vs6 project files.
8832
8833 2007-05-09  Wim Taymans  <wim@fluendo.com>
8834
8835         * gst/rtsp/Makefile.am:
8836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8837         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8838         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8839         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8840         (rtsp_range_free):
8841         * gst/rtsp/rtsprange.h:
8842         Add code to parse time ranges.
8843         Report DURATION on the stream when possible.
8844
8845 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8846
8847         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8848         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8849         (gst_videomixer_collected):
8850           Fix strides calculation for AYUV (it's just width*4) (#436910).
8851
8852 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8853
8854         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8855         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8856         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8857         Sync the GObject properties before each processing step to properly
8858         work with the controller.
8859
8860 2007-05-04  Wim Taymans  <wim@fluendo.com>
8861
8862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8863         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8864         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8865         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8866         (gst_rtspsrc_change_state):
8867         Let more error state trickle down so that we can catch more error
8868         cases.
8869         Handle keep-alive a little smarter by selecting a method the server
8870         actually supports.
8871         Fix a race in UDP streaming shutdown.
8872
8873 2007-05-04  Wim Taymans  <wim@fluendo.com>
8874
8875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8876         Ignore errors when trying to use the keep-alive messages.
8877
8878 2007-05-04  Wim Taymans  <wim@fluendo.com>
8879
8880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8881         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8882         (gst_rtspsrc_stream_configure_manager),
8883         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8884         (gst_rtspsrc_stream_configure_mcast),
8885         (gst_rtspsrc_stream_configure_udp),
8886         (gst_rtspsrc_stream_configure_udp_sink),
8887         (gst_rtspsrc_stream_configure_transport):
8888         Send RTCP messages back to the server over the TCP connection.
8889
8890         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8891         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8892         (rtsp_connection_receive):
8893         * gst/rtsp/rtspconnection.h:
8894         Factor out and expose lowlevel _write and _read methods.
8895         Implement sending data messages to the server.
8896
8897 2007-05-03  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8900         (gst_multipart_mux_collected):
8901         Fix timestamps on outgoing buffers.
8902
8903 2007-05-03  Wim Taymans  <wim@fluendo.com>
8904
8905         * gst/multipart/multipartmux.c:
8906         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8907         (gst_multipart_mux_change_state):
8908         Emit NEWSEGMENT events before pushing the first buffer.
8909
8910 2007-05-03  Wim Taymans  <wim@fluendo.com>
8911
8912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8913         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8914         (gst_rtspsrc_handle_src_query),
8915         (gst_rtspsrc_stream_configure_manager),
8916         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8917         (gst_rtspsrc_stream_configure_mcast),
8918         (gst_rtspsrc_stream_configure_udp),
8919         (gst_rtspsrc_stream_configure_udp_sink),
8920         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8921         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8922         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8923         (gst_rtspsrc_pause):
8924         Refactor transport configuration code.
8925         Create internal pads for TCP transport so that we can implement events
8926         and queries.
8927         Handle events and queries.
8928         Parse range from the SDP.
8929         Fix race in pause handler where the connection could still be flushing.
8930
8931 2007-05-02  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8934         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8935         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8936         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8937         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8938         (gst_rtspsrc_change_state):
8939         * gst/rtsp/gstrtspsrc.h:
8940         Fix race when multiple udp sources post timeouts, just act on the first
8941         received timeout.
8942         Protect stream list with a recursive lock to fix some races.
8943         Flush connection when we need to do a reconnect or stop.
8944         Make state lock recursive.
8945
8946         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8947         (rtsp_connection_close):
8948         Some small cleanups.
8949
8950 2007-05-02  Wim Taymans  <wim@fluendo.com>
8951
8952         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8953         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8954         Only set DISCONT when there actually is a discont or when we just
8955         started.
8956
8957 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8958
8959         * ext/flac/gstflac.c: (plugin_init):
8960         Call bindtextdomain() to get localized strings.
8961
8962 2007-05-02  Wim Taymans  <wim@fluendo.com>
8963
8964         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8965         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8966         (gst_wavparse_stream_data):
8967         * gst/wavparse/gstwavparse.h:
8968         Be a bit more clever when dealing with VBR files with FACT tags, we
8969         don't want to timestamp buffers in that case but the estimated BPS can
8970         be used for seeking.
8971         Only send close segment in the streaming thread.
8972
8973 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8974
8975         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8976         Correctly post an error on the bus if something went wrong in the loop
8977         function. This fixes a few cases where the task was paused and nothing
8978         happened anymore.
8979
8980 2007-05-02  Wim Taymans  <wim@fluendo.com>
8981
8982         * gst/rtsp/test.c: (main):
8983         Fix compilation of deprecated test just because I'm too lazy to delete
8984         it.
8985
8986 2007-05-02  Wim Taymans  <wim@fluendo.com>
8987
8988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8989         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8990         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8991         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8992         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8993         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8994         * gst/rtsp/gstrtspsrc.h:
8995         Fix sending RTCP to the right place.
8996         Fix bug in reffing the wrong UDP element.
8997         Use new pad names for the session manager.
8998         Implement handling server requests in interleaved and UDP modes.
8999         Handle session keep-alive in UDP modes.
9000         Remove GCond for handling UDP timeouts.
9001
9002         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9003         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9004         (rtsp_connection_receive), (rtsp_connection_close):
9005         * gst/rtsp/rtspconnection.h:
9006         Store connection IP address for later.
9007         Add timeout args to all operations that might block forever.
9008         Parse session timeout.
9009         Only close sockets when not already closed.
9010
9011         * gst/rtsp/rtspdefs.c:
9012         * gst/rtsp/rtspdefs.h:
9013         Add timeout return value and error string.
9014
9015         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9016         Add small comment.
9017
9018 2007-05-01  Wim Taymans  <wim@fluendo.com>
9019
9020         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9021
9022         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9023         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9024         * gst/rtp/gstrtpmp4vpay.h:
9025         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9026
9027 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9028
9029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9030           Remove v4l2src from docs, since it breaks the docs build, and the
9031           plugin is only built if --enable-experimental is used anyway.
9032
9033         * docs/plugins/Makefile.am:
9034           Spaces => tab.
9035
9036 2007-04-29  Wim Taymans  <wim@fluendo.com>
9037
9038         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9039         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9040         Add code to drop membership of a multicast group.
9041
9042         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9043         (gst_udpsink_set_uri):
9044         Implement URI handler.
9045
9046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9047         (gst_rtspsrc_parse_rtpinfo):
9048         Use URI handler to make udpsink instace.
9049         Improve code to configure port and destination.
9050
9051 2007-04-29  Wim Taymans  <wim@fluendo.com>
9052
9053         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9054         Fix multicast detection.
9055         Don't try to join a multicast group if the address is not multicast.
9056
9057         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9058         Small debug improvement.
9059
9060 2007-04-27  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9063         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9064         (gst_rtspsrc_handle_message):
9065         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9066         parent.
9067
9068 2007-04-27  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst/rtp/gstrtpilbcdepay.h:
9071         Fix mode property when specified as an arg.
9072
9073 2007-04-26  Edward Hervey  <edward@fluendo.com>
9074
9075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9077         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9078         * docs/plugins/inspect/plugin-osxaudio.xml:
9079         Add documentation for osxaudio plugin.
9080
9081 2007-04-26  Wim Taymans  <wim@fluendo.com>
9082
9083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9084         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9085         (gst_rtspsrc_open), (gst_rtspsrc_close),
9086         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9087         (gst_rtspsrc_pause):
9088         * gst/rtsp/gstrtspsrc.h:
9089         Protect state changes with a lock.
9090
9091         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9092         (parse_line):
9093         * gst/rtsp/rtspconnection.h:
9094         Remove some unused stuff.
9095
9096 2007-04-26  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9099         Handle the case where there are exactly 0 bytes to read and the ioctl
9100         did not report an error. Fixes #433530.
9101
9102 2007-04-26  Wim Taymans  <wim@fluendo.com>
9103
9104         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9105         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9106         * gst/wavparse/gstwavparse.h:
9107         Apply DISCONT to buffers.
9108         Only apply timestamp to the first sample after a DISCONT, too many VBR
9109         files cause random jitter in the timestamps. Fixes #433119.
9110
9111 2007-04-25  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9114         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9115         (gst_rtp_dec_get_property):
9116         * gst/rtsp/gstrtpdec.h:
9117         Add dummy latency property to be backwards compat with rtpbin.
9118
9119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9120         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9121         (gst_rtspsrc_stream_configure_transport),
9122         (gst_rtspsrc_parse_rtpinfo):
9123         * gst/rtsp/gstrtspsrc.h:
9124         Add latency property and configure in the session manager.
9125         Don't set invalid clock-base and seqnum-base on caps, some servers
9126         sometimes don't send them.
9127
9128 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9129
9130         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9131         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9132           Double-check that RGB input caps are really RGBA caps (apparently
9133           the core doesn't always catch it if those caps aren't a subset of
9134           our template caps, also see #421543). Fixes #429319 in a way.
9135           Also, don't leak the pad template in the transform_caps function.
9136
9137         * tests/check/Makefile.am:
9138         * tests/check/elements/.cvsignore:
9139         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9140         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9141         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9142         (GST_START_TEST), (alphacolor_suite):
9143           Add some basic unit tests for alphacolor.
9144
9145 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9148           If we get a fatal flow return in the loop function, first post the
9149           error message and only then send the EOS event downstream, otherwise
9150           applications might get an eos message before the error message and
9151           think everything was ok (related to #429319).
9152
9153 2007-04-25  Wim Taymans  <wim@fluendo.com>
9154
9155         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9156         Read the channel byte as an unsigned byte.
9157
9158 2007-04-25  Wim Taymans  <wim@fluendo.com>
9159
9160         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9161         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9162         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9163         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9164         (gst_rtp_gsm_depay_setcaps):
9165         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9166         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9167         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9168         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9169         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9170         (gst_ilbc_depay_get_property):
9171         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9172         * gst/rtp/gstrtpmp4adepay.c:
9173         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9174         (gst_rtp_pcma_depay_setcaps):
9175         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9176         (gst_rtp_pcmu_depay_setcaps):
9177         Make sure we configure the clock_rate in the baseclass in the setcaps
9178         function. Fixes #431282.
9179
9180 2007-04-25  Wim Taymans  <wim@fluendo.com>
9181
9182         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9183         (gst_rtspsrc_stream_free), (request_pt_map),
9184         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9185         * gst/rtsp/gstrtspsrc.h:
9186         Parse server address from SDP.
9187         Hook up a udpsink to send RTCP back to the server.
9188
9189         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9190         * gst/rtsp/rtsptransport.h:
9191         Add some docs.
9192
9193 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9194
9195         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9196           Make header field check conditional. Fixes #433135
9197
9198 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9199
9200         * docs/plugins/Makefile.am:
9201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9203         * docs/plugins/inspect/plugin-alphacolor.xml:
9204         * gst/alpha/Makefile.am:
9205         * gst/alpha/gstalphacolor.c:
9206         * gst/alpha/gstalphacolor.h:
9207           Add minimal docs blurb to alphacolor; split out headers into
9208           separate header file for gtk-doc.
9209
9210 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * gst/debug/progressreport.c: (gst_progress_report_report):
9213           Don't try to post NULL message (in case we can't query upstream
9214           position or duration).
9215
9216 2007-04-18  Michael Smith  <msmith@fluendo.com>
9217
9218         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9219         (gst_cutter_get_caps):
9220         * gst/cutter/gstcutter.h:
9221           Fix some of the most obvious bugs in cutter. Now doesn't leak
9222           everything if input is silent.
9223
9224 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9225
9226         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9227         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9228         * gst/wavenc/gstwavenc.h:
9229         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9230         else results in a invalid block align and invalid files.
9231
9232 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         Patch by: Snaik <snaik32 gmail com>
9235
9236         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9237           Add missing break statement for BOX_HORIZONTAL case.
9238
9239 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9240
9241         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9242
9243         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9244         Use correct format strings for integer types.
9245
9246 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9247
9248         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9249         (gst_wavparse_create_sourcepad):
9250         Use gst_riff_create_audio_template_caps () instead of the local caps.
9251         This makes updates of the local caps unecessary whenever libgstriff
9252         gets support for new formats.
9253
9254 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9255
9256         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9257
9258         * sys/sunaudio/gstsunaudio.c:
9259         * sys/sunaudio/gstsunaudiomixer.c:
9260         * sys/sunaudio/gstsunaudiomixer.h:
9261         * sys/sunaudio/gstsunaudiomixerctrl.c:
9262         * sys/sunaudio/gstsunaudiomixerctrl.h:
9263         * sys/sunaudio/gstsunaudiomixertrack.h:
9264         * sys/sunaudio/gstsunaudiosink.c:
9265         * sys/sunaudio/gstsunaudiosink.h:
9266         * sys/sunaudio/gstsunaudiosrc.c:
9267         * sys/sunaudio/gstsunaudiosrc.h:
9268           Fix and/or update copyright attributions (#430228).
9269
9270 2007-04-13  Wim Taymans  <wim@fluendo.com>
9271
9272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9273         Fix docs.
9274
9275         * gst/rtsp/URLS:
9276         Add some more example urls.
9277
9278         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9279         (gst_rtp_dec_chain_rtp):
9280         Better debugging.
9281
9282         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9283         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9284         (gst_rtspsrc_parse_rtpinfo):
9285         Remove unused code.
9286
9287 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9288
9289         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9290         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9291         (gst_wavparse_stream_data):
9292           Relax the audio/mpeg caps again and add FIXME: comment.
9293
9294 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9295
9296         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9297         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9298         (gst_wavparse_stream_data):
9299         * gst/wavparse/gstwavparse.h:
9300           More sanity check for the header fields. Fix type for 'rate' header
9301           field.
9302
9303 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9304
9305         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9306         (gst_icydemux_unicodify):
9307           If the metadata strings we get in the stream are not UTF-8, try to
9308           interpret them according to the character encodings specified in the
9309           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9310           only fall back to locale/ISO-8859-1 if those aren't set or don't
9311           work. Should fix #428901.
9312
9313 2007-04-12  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst/rtp/gstrtph264depay.c:
9316         Use the proper sync word for SPS and PPS.
9317
9318 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9319
9320         * gst/rtp/Makefile.am:
9321         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9322           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9323         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9324           Add a simple hashing implementation that we can use to generate
9325           a 24-bit ident value based on the codebooks for vorbis and theora.
9326         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9327           gst_rtp_theora_pay_handle_buffer):
9328         * gst/rtp/gstrtpvorbisdepay.c
9329           (gst_rtp_vorbis_depay_parse_configuration,
9330           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9331         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9332           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9333           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9334           Use the hashing function, ensuring that the same codebooks result
9335           in the same ident and thus the same SDP description.
9336           Various log fixes/changes.
9337
9338 2007-04-12  Wim Taymans  <wim@fluendo.com>
9339
9340         Patch by: jerry tan <jerry dot tan at sun dot com>
9341
9342         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9343         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9344         application's responsibility to make sure it open the device once.
9345         Remove a careless error if AUDIODEV is set. Fixes #392620.
9346
9347 2007-04-12  Wim Taymans  <wim@fluendo.com>
9348
9349         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9350         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9351         * gst/rtsp/gstrtpdec.h:
9352         Make backward compat with rtpbin by adding the request-pt-map signals.
9353
9354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9355         (new_session_pad), (request_pt_map),
9356         (gst_rtspsrc_stream_configure_transport),
9357         (gst_rtspsrc_stream_configure_caps),
9358         (gst_rtspsrc_activate_streams):
9359         * gst/rtsp/gstrtspsrc.h:
9360         Implement request-pt-map signals instead of setting caps on the buffers
9361         for the session manager.
9362
9363 2007-04-11  Wim Taymans  <wim@fluendo.com>
9364
9365         * gst/udp/gstudp.c: (plugin_init):
9366         Register GstNetBuffer in plugin_init so that the type can be used from
9367         multiple threads without races.
9368
9369 2007-04-10  Wim Taymans  <wim@fluendo.com>
9370
9371         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9372         (gst_rtp_amr_depay_process):
9373         Fix depayloader clock_rate and some cleanups.
9374
9375         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9376         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9377         * gst/rtp/gstrtph264depay.h:
9378         Don't push codec_data in the adapter because it might get flushed when
9379         we get a discont.
9380
9381         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9382         Handle multiple AU per packet.
9383
9384         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9385         (gst_rtp_sv3v_depay_plugin_init):
9386         Disable rank, this one does not work.
9387         Remove timestamping, base class does that.
9388
9389 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9390
9391         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9392           limit caps to the formats we announce in the template
9393
9394         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9395         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9396         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9397           fix some crashers/asserts when dealing with broken files
9398
9399 2007-04-10  Wim Taymans  <wim@fluendo.com>
9400
9401         Patch by: Peter Kjellerstedt  <pkj at axis com>
9402
9403         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9404         * gst/rtp/gstrtpL16depay.c:
9405         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9406         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9407         (gst_rtp_speex_depay_setcaps):
9408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9409         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9410         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9411         Fix some compiler warnings. Fixes #428182.
9412
9413 2007-04-06  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/rtsp/Makefile.am:
9416         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9417         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9418         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9419         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9420         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9421         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9422         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9423         (create_rtcp), (gst_rtp_dec_request_new_pad),
9424         (gst_rtp_dec_release_pad):
9425         * gst/rtsp/gstrtpdec.h:
9426         * gst/rtsp/gstrtsp.c: (plugin_init):
9427         Morph RTPDec into something compatible with RTPBin as a fallback.
9428         Various other style fixes.
9429
9430         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9431         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9432         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9433         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9434         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9435         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9436         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9437         * gst/rtsp/gstrtspsrc.h:
9438         Implement RTPBin session manager handling.
9439         Don't try to add empty properties to caps.
9440         Implement fallback session manager, handling.
9441         Don't combine errors from RTCP streams, just ignore them.
9442
9443         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9444         * gst/rtsp/rtsptransport.h:
9445         Implement fallback session manager.
9446         Make RTPBin the default one when available.
9447
9448 2007-04-05  Wim Taymans  <wim@fluendo.com>
9449
9450         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9451         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9452         This element is ready to be autoplugged.
9453
9454 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9455
9456         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9457         Don't leave the offsets defined by upstream element on the
9458         compressed data buffer we are pushing downstream. Make them
9459         GST_BUFFER_OFFSET_NONE.
9460
9461 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9462
9463         * gst/avi/README:
9464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9465         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9466         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9467         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9468         (gst_avi_demux_calculate_durations_from_index),
9469         (gst_avi_demux_stream_header_push),
9470         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9471         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9472           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9473
9474 2007-04-03  Wim Taymans  <wim@fluendo.com>
9475
9476         * gst/smpte/barboxwipes.c:
9477         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9478
9479 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9480
9481         * gst/wavparse/gstwavparse.c:
9482         Support audio/x-raw-float in wav files. This only works with
9483         plugins-base CVS, using an older version doesn't have any
9484         disadvantages though.
9485
9486 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9487
9488         * configure.ac:
9489         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9490         (gst_au_parse_parse_header), (gst_au_parse_chain):
9491         * gst/auparse/gstauparse.h:
9492         Revert last change as we don't want plugins-good to depend on
9493         plugins-base CVS now.
9494
9495 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9496
9497         * configure.ac:
9498         Require gst-plugins-base CVS for audioconvert with non-native
9499         float support and width/depth fix in libgstriff.
9500
9501         Patch by: René Stadler <mail at renestadler dot de>
9502
9503         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9504         (gst_au_parse_parse_header), (gst_au_parse_chain):
9505         * gst/auparse/gstauparse.h:
9506         Don't swap the floats ourself if they're not in native endianness.
9507         Instead let audioconvert handle this. Fixes #339838.
9508
9509 2007-03-29  Wim Taymans  <wim@fluendo.com>
9510
9511         * gst/rtp/gstasteriskh263.h:
9512         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9513         (gst_rtp_h263p_depay_change_state):
9514         * gst/rtp/gstrtph263pdepay.h:
9515         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9516         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9517         (gst_rtp_h264_depay_change_state):
9518         * gst/rtp/gstrtph264depay.h:
9519         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9520         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9521         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9522         Flush adapter on disconts.
9523
9524 2007-03-29  Wim Taymans  <wim@fluendo.com>
9525
9526         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9527         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9528         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9529         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9530         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9531         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9532         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9533         (gst_rtp_mp4v_depay_process):
9534         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9535         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9536         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9537         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9538         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9539         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9540         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9541         Use more efficient adapter and rtpbuffer methods when possible.
9542
9543 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9544
9545         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9546         (gst_wavenc_sink_setcaps):
9547         Correctly handle width!=depth input.
9548         * gst/wavparse/gstwavparse.c:
9549         Already export in the caps that width==8 uses unsigned samples and
9550         everything else uses signed samples.
9551
9552 2007-03-29  Wim Taymans  <wim@fluendo.com>
9553
9554         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9555
9556         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9557         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9558         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9559         (gst_dynudpsink_close):
9560         * gst/udp/gstdynudpsink.h:
9561         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9562         (gst_udpsrc_create), (gst_udpsrc_set_property),
9563         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9564         * gst/udp/gstudpsrc.h:
9565         Rework the socket allocation a bit based on the sockfd argument so that
9566         it becomes usable.
9567         Add a closefd property to instruct the udp elements to close the custom
9568         file descriptors when going to READY. Fixes #423304.
9569         API:GstUDPSrc::closefd property
9570         API:GstDynUDPSink::closefd property
9571
9572 2007-03-29  Wim Taymans  <wim@fluendo.com>
9573
9574         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9575
9576         * gst/rtp/Makefile.am:
9577         * gst/rtp/gstrtp.c: (plugin_init):
9578         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9579         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9580         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9581         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9582         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9583         (gst_rtp_h264_pay_plugin_init):
9584         * gst/rtp/gstrtph264pay.h:
9585         Added H264 payloader. Fixes #423782.
9586
9587         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9588         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9589         Small fixes.
9590
9591 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9592
9593         * gst/wavparse/gstwavparse.c:
9594         Actually support depths from 1 to 32, not only 8 to 32.
9595
9596 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9597
9598         * gst/wavparse/gstwavparse.c:
9599         Add support for wav files containing audio/x-raw-int with random
9600         depths between 1 and 32 bits.
9601
9602 2007-03-28  Wim Taymans  <wim@fluendo.com>
9603
9604         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9605
9606         * gst/rtp/Makefile.am:
9607         * gst/rtp/gstrtp.c: (plugin_init):
9608         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9609         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9610         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9611         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9612         (gst_rtp_mp4a_depay_get_property),
9613         (gst_rtp_mp4a_depay_change_state),
9614         (gst_rtp_mp4a_depay_plugin_init):
9615         * gst/rtp/gstrtpmp4adepay.h:
9616         Added MP4A-LATM depayloader. Fixes #417792.
9617
9618         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9619         (gst_rtp_mp4v_depay_process):
9620         Fixup depayloader, setting codec_data, using more efficient adaptor and
9621         rtpbuffer handling.
9622
9623         * gst/rtsp/URLS:
9624         Add url to test above.
9625
9626 2007-03-25  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9629         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9630         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9631         (gst_rtspsrc_media_to_caps),
9632         (gst_rtspsrc_stream_configure_transport),
9633         (gst_rtspsrc_stream_configure_caps),
9634         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9635         * gst/rtsp/gstrtspsrc.h:
9636         Handle default clock-rates for static payload types, rearrange stuff so
9637         that the rtpmap field in the sdp can override the defaults.
9638         Parse RTP-Info field to get the seqnum and timebase fields that should
9639         go in the caps.
9640         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9641         the server. 
9642
9643 2007-03-22  Wim Taymans  <wim@fluendo.com>
9644
9645         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9646
9647         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9648         Accept complex pipeline descriptions as an audio profile instead of just
9649         a single element. Fixes #420658.
9650
9651 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9652
9653         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9654           Rename registered type in preparation of GstTagDemux moving to
9655           -base at some point in the future.
9656
9657 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9658
9659         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9660           Streaming mode fixes: don't unref buffer we don't own any longer;
9661           remove bogus adapter flush. Fixes #419338.
9662
9663 2007-03-17  David Schleef  <ds@schleef.org>
9664
9665         * REQUIREMENTS: Change the format to key/value, add a bunch of
9666           information, remove a bunch of requirements that are for
9667           other GStreamer packages.
9668
9669 2007-03-17  David Schleef  <ds@schleef.org>
9670
9671         * REQUIREMENTS: Fix a few things.  This file really needs a
9672         good once-over.
9673
9674 2007-03-15  Edward Hervey  <edward@fluendo.com>
9675
9676         * sys/Makefile.am:
9677         Don't forget to distribute the sys/osxaudio/ directory.
9678
9679 2007-03-15  Edward Hervey  <edward@fluendo.com>
9680
9681         * configure.ac:
9682         * sys/Makefile.am:
9683         * sys/osxaudio/Makefile.am:
9684         * sys/osxaudio/gstosxaudio.c:
9685         * sys/osxaudio/gstosxaudiosink.c:
9686         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9687         (gst_osx_audio_sink_getcaps),
9688         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9689         * sys/osxaudio/gstosxaudiosrc.c:
9690         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9691         (gst_osx_audio_src_create_ringbuffer):
9692         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9693         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9694         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9695         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9696         * sys/osxaudio/gstosxringbuffer.h:
9697         Activate osxaudio in gst-plugins-good with proper build setup.
9698         Add inlined documentation.
9699         Fix debug statements
9700         Fix ringbuffer when pausing.
9701         Fixes #323471
9702
9703 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9704         * gst/rtp/gstrtppcmapay.c:
9705         * gst/rtp/gstrtppcmapay.h:
9706         * gst/rtp/gstrtppcmupay.c:
9707         * gst/rtp/gstrtppcmupay.h:
9708         Ported mulaw and alaw payloaders to use new base class
9709
9710 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9711
9712         * po/af.po:
9713         * po/az.po:
9714         * po/cs.po:
9715         * po/en_GB.po:
9716         * po/it.po:
9717         * po/nl.po:
9718         * po/or.po:
9719         * po/sq.po:
9720         * po/sr.po:
9721         * po/sv.po:
9722         * po/uk.po:
9723         * po/vi.po:
9724           Update translations.
9725
9726 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9727
9728         * configure.ac:
9729           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9730
9731 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9734           Fix handling of -1 values for start and stop values when seeking,
9735           and SEEK_CUR+SEEK_END here as well.
9736
9737 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9738
9739         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9740           Fix handling of -1 values for start and stop values when seeking, 
9741           and SEEK_CUR+SEEK_END.
9742
9743 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9746           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9747           the image format a variable-length NUL-terminated string; in
9748           versions before that the image format is a fixed-length string of
9749           3 characters (see #348644 for a sample tag).
9750           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9751
9752 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9753
9754         * win32/MANIFEST:
9755         Add new project files to MANIFEST.
9756         * win32/vs6/libgstaudiofx.dsp:
9757         * win32/vs6/libgstrtp.dsp:
9758         * win32/vs6/libgstrtsp.dsp:
9759         Update project files.
9760         
9761 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9764         (gst_avi_demux_parse_index):
9765         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9767           Printf format fixes; also add some missing quotes in translated
9768           strings. Fixes #416728 and #416727.
9769
9770 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9771
9772         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9773           Tim and I can't think of any reason the child audio sink needs to 
9774           be set back to NULL after successfully determining that it can 
9775           reach READY - it gets immediately set back to READY by the caller
9776           anyway, causing an unnecessary close/open of any audio devices
9777           involved.
9778
9779 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         * po/LINGUAS:
9782         * po/ja.po:
9783           Add ja.po file from #377306.
9784
9785 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9788         * sys/sunaudio/gstsunaudiomixertrack.c:
9789         (gst_sunaudiomixer_track_new):
9790           Actually translate sunaudio mixer track labels instead of just
9791           marking the strings as translatable (#377306); clean up weird
9792           label string mapping code that serves no apparent purpose. Also
9793           set the 'untranslated-label' property when creating mixer tracks
9794           if the GstMixerTrack base class supports this.
9795
9796         * tests/check/Makefile.am:
9797         * tests/check/elements/.cvsignore:
9798         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9799         (sunaudio_suite):
9800           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9801           actually tested on a system where sunaudiomixer is available).
9802
9803 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9804
9805         * tests/check/Makefile.am:
9806         Re-enable the states test and see if it works on the buildbots.
9807
9808 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9809
9810         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9811         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9812         (gst_dvdec_change_state):
9813         * ext/dv/gstdvdec.h:
9814         Infer pixel-aspect-ratio from the video frame format if it isn't
9815         provided by the container, as happens when playing DV from AVI
9816         or Quicktime containers.
9817
9818         Patch by: Wim Taymans <wim@fluendo.com>
9819         Fixes #380944
9820
9821 2007-03-09  Wim Taymans  <wim@fluendo.com>
9822
9823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9824         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9825         will later be handled by the jitterbuffer.
9826
9827 2007-03-09  Wim Taymans  <wim@fluendo.com>
9828
9829         * ext/taglib/gstid3v2mux.cc:
9830         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9831         Fixes #414496.
9832         
9833         Patch by: Alex Lancaster <alexl at users sourceforge net>
9834
9835 2007-03-09  Wim Taymans  <wim@fluendo.com>
9836
9837         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9838         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9839         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9840         (gst_avi_demux_chain):
9841         Fix stream position reporting after a seek. Fixes #416445.
9842
9843 2007-03-08  Wim Taymans  <wim@fluendo.com>
9844
9845         Patch by: René Stadler <mail at renestadler dot de>
9846
9847         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9848         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9849         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9850         Make avidemux accept optional header chunks in any order.
9851         Fixes #415446.
9852
9853 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9854
9855         * tests/check/Makefile.am:
9856         Disable the states check until the remaining Valgrind errors
9857         are fixed or suppressed.
9858
9859 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9860
9861         * tests/check/elements/.cvsignore:
9862           Add audiodynamic check to .cvsignore
9863
9864 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9865
9866         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9867
9868         * gst/audiofx/Makefile.am:
9869         * gst/audiofx/audiodynamic.c:
9870         (gst_audio_dynamic_characteristics_get_type),
9871         (gst_audio_dynamic_mode_get_type),
9872         (gst_audio_dynamic_set_process_function),
9873         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9874         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9875         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9876         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9877         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9878         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9879         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9880         (gst_audio_dynamic_transform_hard_knee_expander_int),
9881         (gst_audio_dynamic_transform_hard_knee_expander_float),
9882         (gst_audio_dynamic_transform_soft_knee_expander_int),
9883         (gst_audio_dynamic_transform_soft_knee_expander_float),
9884         (gst_audio_dynamic_transform_ip):
9885         * gst/audiofx/audiodynamic.h:
9886         * gst/audiofx/audiofx.c: (plugin_init):
9887         Add new audiodynamic element which can act as a compressor or
9888         expander. Supported are hard-knee and soft-knee operation modes with
9889         user-specified ratio and threshold.
9890         Attack and release parameters are not yet implemented but will follow.
9891         * docs/plugins/Makefile.am:
9892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9894         * docs/plugins/gst-plugins-good-plugins.args:
9895         * docs/plugins/inspect/plugin-audiofx.xml:
9896         Integrate audiodynamic into the docs.
9897         * tests/check/Makefile.am:
9898         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9899         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9900         Add unit test for audiodynamic.
9901
9902 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9903
9904         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9905         Free handles that we allocated when exiting via the error paths.
9906
9907 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9908
9909         * gst/level/gstlevel.c: (gst_level_class_init),
9910         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9911         (gst_level_transform_ip):
9912         * gst/level/gstlevel.h:
9913           Resolve message timestamps against the playback segment.
9914
9915 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9918         (gst_id3demux_sink_activate):
9919           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9920           caps passed to it (previously one code path assumed it took ownership
9921           while another one assumed it didn't, while in fact it sometimes did and
9922           sometimes didn't ...).
9923
9924         * configure.ac:
9925         * tests/files/Makefile.am:
9926         * tests/files/id3-407349-1.tag:
9927         * tests/files/id3-407349-2.tag:
9928           Add directory where data for unit tests can be stored.
9929
9930         * tests/Makefile.am:
9931         * tests/check/Makefile.am:
9932         * tests/check/elements/.cvsignore:
9933         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9934         (read_tags_from_file), (run_check_for_file),
9935         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9936           Add unit test for id3demux, and in particular for bug #407349. Only
9937           testing pull-mode for now; push mode doesn't work yet because the test
9938           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9939
9940 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * tests/check/Makefile.am:
9943           Add missing backslash at end of line.
9944
9945 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9946
9947         Trigger rebuild.
9948
9949 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9952         * gst/id3demux/id3tags.h:
9953         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9954         (parse_obsolete_tdat_frame):
9955           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9956           the four-digit number will be interpreted as a year, whereas it is
9957           month and day in DDMM format. Instead, parse TDAT frames and fix up
9958           the date in the GST_TAG_DATE tag later if we also extracted a year.
9959           Fixes #407349.
9960
9961 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9962
9963         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9964         (gst_switch_commit_new_kid):
9965         Fix up the dispose logic so it doesn't leak, and fix setting of 
9966         the child state so that we don't set a child to our current state 
9967         just as we are changing it to something else.
9968
9969 2007-03-06  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9972         (gst_goom_chain):
9973         * gst/goom/gstgoom.h:
9974         Document, fix and improve goom adapter behaviour.
9975         Fixes #407006.
9976
9977 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * ext/esd/esdsink.c: (gst_esdsink_open):
9980         Unref static pad template after using it.
9981
9982 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9983
9984         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9985         (gst_switch_commit_new_kid):
9986         Fix up the reference counting of the child elements.
9987
9988 2007-03-05  Wim Taymans  <wim@fluendo.com>
9989
9990         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9991         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9992         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9993         Fix encoding-name case.
9994
9995 2007-03-05  Wim Taymans  <wim@fluendo.com>
9996
9997         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9998         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9999         (gst_rtp_speex_depay_process):
10000         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10001         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10002         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10003         (gst_rtp_speex_pay_change_state):
10004         * gst/rtp/gstrtpspeexpay.h:
10005         Fix speex (de)payloader. Fixes #358040.
10006
10007 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10008
10009         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10010         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10011         Install fakesink in NULL by fixing some broken logic. This obviates
10012         the need to manually set _IS_SINK.
10013         Add some comments and remove a little cruft while I'm at it.
10014
10015 2007-03-05  Wim Taymans  <wim@fluendo.com>
10016
10017         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10018         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10019
10020 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * po/POTFILES.in:
10023           Update.
10024
10025 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10026
10027         * tests/check/Makefile.am:
10028         Gah! Also disable gconfvideosink from the tests, otherwise
10029         it will instantiate autovideosink, and dfbvideosink and
10030         leak on the buildbots.
10031
10032 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10033
10034         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10035         (gst_cdio_cdda_src_finalize):
10036         Make sure we always destroy our libcdio handle.
10037
10038 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10039
10040         * tests/check/Makefile.am:
10041         Disable autovideosink so the buildbots don't barf over memory
10042         leaked in the directfb sink.
10043
10044 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10045
10046         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10047         Chain up in dispose
10048
10049 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10050
10051         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10052         (gst_multipart_find_pad_by_mime):
10053         Use gst_pad_new_from_static_template instead of
10054         static_pad_template_get+pad_new.
10055
10056 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10057
10058         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10059         Catch the case where no clock has been set.
10060
10061 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10062
10063         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10064         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10065         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10066         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10067         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10068         (gst_gconf_audio_src_finalize), (do_toggle_element):
10069         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10070         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10071         (do_toggle_element):
10072         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10073         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10074         (gst_gconf_video_src_finalize), (do_toggle_element):
10075         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10076         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10077         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10078         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10079         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10080         (gst_shout2send_init), (gst_shout2send_finalize):
10081         * gst/debug/testplugin.c: (gst_test_class_init),
10082         (gst_test_finalize):
10083         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10084         (gst_flxdec_dispose):
10085         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10086         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10088         (gst_rtspsrc_finalize):
10089         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10090         * gst/rtsp/rtspextwms.h:
10091         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10092         (gst_smpte_finalize):
10093         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10094         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10095         (gst_udpsink_finalize):
10096         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10097         (gst_wavparse_sink_activate):
10098         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10099         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10100         (gst_oss_src_finalize):
10101         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10102         * sys/v4l2/gstv4l2object.h:
10103         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10104         (gst_v4l2src_finalize):
10105         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10106
10107         Fix a bunch of leaks shown by the newly-added states test.
10108
10109 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10110
10111         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10112         Use gst_pad_new_from_static_template instead of 
10113         static_pad_template_get+pad_new.
10114
10115 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10118
10119         * ext/libcaca/Makefile.am:
10120         * gst/debug/Makefile.am:
10121           Don't mix tabs and spaces (#414168).
10122
10123 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10124
10125         * tests/check/generic/.cvsignore:
10126           Ignore files to please buildbot.
10127
10128 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10129
10130         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10131         (gst_wavparse_stream_data):
10132           Unbreak my previous commit (swapped nominator & denominator). Tim,
10133           thanks for spotting.
10134
10135 2007-03-02  Wim Taymans  <wim@fluendo.com>
10136
10137         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10138         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10139         (gst_cdio_cdda_src_finalize):
10140         Small code cleanups.
10141         Don't use pad_alloc as the base class cannot deal with the error codes.
10142
10143 2007-03-02  Wim Taymans  <wim@fluendo.com>
10144
10145         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10146         (gst_udpsrc_create):
10147         Fix doc.
10148
10149 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10150
10151         Patch by: René Stadler <mail@renestadler.de>
10152
10153         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10154         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10155         (gst_wavparse_stream_data):
10156           Handle rounding better to not drop last sample frame. Fixes #356692
10157
10158 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10159
10160         * tests/check/Makefile.am:
10161         Disable cacasink from the states check too - it also calls exit(1)
10162         on us when it can't find a terminal to talk to.
10163
10164 2007-03-02  Wim Taymans  <wim@fluendo.com>
10165
10166         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10167
10168         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10169         (gst_udpsrc_create), (gst_udpsrc_set_property),
10170         (gst_udpsrc_get_property):
10171         * gst/udp/gstudpsrc.h:
10172         Add support to strip proprietary headers. Fixes #350296.
10173
10174 2007-03-02  Wim Taymans  <wim@fluendo.com>
10175
10176         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10177         Fix compilation.
10178
10179 2007-03-02  Wim Taymans  <wim@fluendo.com>
10180
10181         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10182
10183         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10184         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10185         (gst_rtp_mp2t_depay_set_property),
10186         (gst_rtp_mp2t_depay_get_property):
10187         * gst/rtp/gstrtpmp2tdepay.h:
10188         Add support to strip off proprietary headers. Fixes #350278.
10189
10190 2007-03-02  Wim Taymans  <wim@fluendo.com>
10191
10192         * ext/hal/hal.c:
10193         Fix compilation.
10194
10195 2007-03-02  Wim Taymans  <wim@fluendo.com>
10196
10197         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10198         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10199         (gst_sunaudiosrc_open):
10200         * sys/sunaudio/gstsunaudiosrc.h:
10201         Remove device-name from GstSunAudioSrc. Fixes #412597.
10202
10203 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10204
10205         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10206         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10207         Having NULL as UDI previously selected the default sink/src. Change
10208         this back but mention it in the debug output.
10209         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10210         (gst_hal_get_oss_element), (gst_hal_get_string),
10211         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10212         (gst_hal_get_audio_src):
10213         * ext/hal/hal.h:
10214         Refactor a bit, check all error conditions, greatly improve debugging
10215         and fix some possible memory leaks. Also implement OSS support
10216         and allow specifying an UDI that points to a real device. For this the
10217         child device which supports ALSA (preferred) or OSS is used.
10218         As a side effect this makes it impossible now to get a alsasink in
10219         halaudiosrc and a alsasrc in halaudiosink.
10220
10221 2007-03-01  Wim Taymans  <wim@fluendo.com>
10222
10223         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10224         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10225         Errors from the udp sources are not fatal unless all of them are in
10226         error.
10227
10228 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10229
10230         * tests/check/Makefile.am:
10231         Disable aasink in the states test. I suspect this is the element that
10232         is calling exit(1) when it can't proceed.
10233
10234 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10235
10236         * tests/check/Makefile.am:
10237         Draw plugins in from the build tree sys/ dir, rather than picking
10238         up the already installed versions.
10239
10240 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10241
10242         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10243         Error out correctly when getting xcontext fails.
10244
10245 2007-03-01  Wim Taymans  <wim@fluendo.com>
10246
10247         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10248         Make state change to PAUSED NO_PREROLL because that's what it will be in
10249         the future and rtspsrc relies on it.
10250
10251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10252         (gst_rtspsrc_change_state):
10253         Don't error out when we don't get an error from the state change
10254         function.
10255
10256 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10257
10258         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10259         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10260           Check if the device UDI is set before trying to query HAL
10261           about it and give a useful error message if it wasn't set.
10262         * ext/hal/hal.c: (gst_hal_get_string):
10263           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10264           gives an assertion failure in D-Bus when running with
10265           DBUS_FATAL_WARNINGS=1.
10266
10267 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10268
10269         * configure.ac:
10270           Convert to new AG_GST style.
10271
10272 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10273
10274         * tests/check/Makefile.am:
10275         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10276           add test for states
10277
10278 2007-02-28  Wim Taymans  <wim@fluendo.com>
10279
10280         * tests/check/elements/.cvsignore:
10281         Add new videofilter check to .cvsignore.
10282
10283 2007-02-28  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10286         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10287         (gst_avi_demux_loop), (gst_avi_demux_chain):
10288         Fix combined flow return. Fixes #412608.
10289
10290 2007-02-28  Wim Taymans  <wim@fluendo.com>
10291
10292         * gst/videofilter/Makefile.am:
10293         Dist header..
10294
10295 2007-02-28  Wim Taymans  <wim@fluendo.com>
10296
10297         * gst/videofilter/gstgamma.h:
10298         Add header too.
10299
10300 2007-02-28  Wim Taymans  <wim@fluendo.com>
10301
10302         Patch by: Mark Nauwelaerts <manauw at skynet be>
10303
10304         * gst/videofilter/Makefile.am:
10305         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10306         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10307         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10308         (oil_tablelookup_u8), (gst_gamma_set_caps),
10309         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10310         Port gamma filter to 0.10. Fixes #412704.
10311
10312         * tests/check/Makefile.am:
10313         * tests/check/elements/videofilter.c: (setup_filter),
10314         (cleanup_filter), (check_filter), (GST_START_TEST),
10315         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10316         Add unit tests for videofilters.
10317
10318 2007-02-28  Wim Taymans  <wim@fluendo.com>
10319
10320         * gst/rtsp/URLS:
10321         Add another interesting test url.
10322
10323         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10324         Don't allow getting header fields from data packets.
10325
10326 2007-02-28  Michael Smith  <msmith@fluendo.com>
10327
10328         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10329         (gst_shout2send_init), (gst_shout2send_start),
10330         (gst_shout2send_set_property), (gst_shout2send_get_property):
10331         * ext/shout2/gstshout2.h:
10332           Add a property for username.
10333
10334 2007-02-27  Christian Schallerr <christian@fluendo.com>
10335
10336         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10337
10338 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10339
10340         * gst/rtsp/Makefile.am:
10341         Fix make check too.
10342
10343 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10344
10345         * gst/rtsp/base64.c: (util_base64_encode):
10346         * gst/rtsp/base64.h:
10347         Commit missing files for base64 encoding.
10348
10349 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10350
10351         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10352
10353         * configure.ac:
10354         * ext/annodex/Makefile.am:
10355         * ext/jpeg/Makefile.am:
10356         * ext/speex/Makefile.am:
10357         * gst/alpha/Makefile.am:
10358         * gst/cutter/Makefile.am:
10359         * gst/debug/Makefile.am:
10360         * gst/effectv/Makefile.am:
10361         * gst/goom/Makefile.am:
10362         * gst/level/Makefile.am:
10363         * gst/smpte/Makefile.am:
10364         * gst/videofilter/Makefile.am:
10365           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10366
10367 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10368
10369         * gst/rtsp/Makefile.am:
10370         * gst/rtsp/rtspconnection.c: (append_auth_header),
10371         (rtsp_connection_send), (rtsp_connection_set_auth):
10372         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10373         from icecast to replace it. Relicensed from GPL courtesy of Mike
10374         Smith.
10375
10376 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10377
10378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10379         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10380         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10381         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10382         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10383         (gst_rtspsrc_uri_set_uri):
10384         * gst/rtsp/gstrtspsrc.h:
10385         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10386         (append_auth_header), (rtsp_connection_send),
10387         (rtsp_connection_free), (rtsp_connection_set_auth):
10388         * gst/rtsp/rtspconnection.h:
10389         * gst/rtsp/rtspdefs.h:
10390         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10391         * gst/rtsp/rtspurl.h:
10392
10393         Implement simple Basic Authentication support so that urls like
10394         rtsp://user:pass@hostname/rtspstream work on hosts that require
10395         authentication.
10396
10397 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10398
10399         * sys/v4l2/gstv4l2object.c:
10400         * sys/v4l2/gstv4l2tuner.c:
10401         * sys/v4l2/v4l2_calls.c:
10402         Fix segfault when oppening a radio device.
10403         
10404 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10405
10406         * gst/level/gstlevel.c: (gst_level_set_caps),
10407         (gst_level_transform_ip):
10408         * sys/v4l2/README:
10409         * tests/check/elements/level.c: (GST_START_TEST):
10410           Fix level for multi-channel case.
10411
10412 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10413
10414         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10415         (gst_level_transform_ip):
10416         * gst/level/gstlevel.h:
10417           Use function pointer for process function and add process functions
10418           for float audio.
10419
10420 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10421
10422         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10423         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10424         (gst_v4l2src_capture_init):
10425           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10426           fixes #407369
10427
10428 2007-02-18  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/rtp/Makefile.am:
10431         * gst/rtp/gstrtp.c: (plugin_init):
10432         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10433         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10434         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10435         (gst_rtp_mp2t_pay_plugin_init):
10436         * gst/rtp/gstrtpmp2tpay.h:
10437         Added simple mpeg transport stream payloader.
10438
10439 2007-02-16  Wim Taymans  <wim@fluendo.com>
10440
10441         * gst/rtsp/URLS:
10442         Add example H264 rtsp url.
10443
10444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10445         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10446         Don't convert values to lowercase or we might mess up base64 encoded
10447         properties.
10448
10449 2007-02-16  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst/rtp/README:
10452         Fix case of string params.
10453
10454         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10455         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10456         Fix depayloader, support more packet types.
10457         Add sync codes to make sure the packetizer can do its job.
10458
10459         * gst/rtp/gstrtpmp4gdepay.c:
10460         * gst/rtp/gstrtpmp4gpay.c:
10461         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10462         Fix caps case again.
10463
10464 2007-02-15  Wim Taymans  <wim@fluendo.com>
10465
10466         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10467         Set right caps on output buffers.
10468
10469 2007-02-14  Wim Taymans  <wim@fluendo.com>
10470
10471         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10472         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10473         Clear stack allocated SDPMedia struct before calling _init() on it.
10474         Clarify this in the docs as well.
10475
10476 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10477
10478         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10479         (do_change_child):
10480         Don't reset the profile when going switching states, as it makes
10481         the element non-reusable.
10482
10483 2007-02-14  Wim Taymans  <wim@fluendo.com>
10484
10485         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10486         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10487         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10488         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10489         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10490         (sdp_parse_line):
10491         * gst/rtsp/sdpmessage.h:
10492         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10493         Fix memory management of SDP messages. Fixes #407793.
10494
10495 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10496
10497         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10498
10499         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10500         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10501
10502 2007-02-14  Wim Taymans  <wim@fluendo.com>
10503
10504         Patch by: jp.liu <jp_liu at astrocom dot cn>
10505
10506         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10507         Fix parsing of password field in url. Fixes #407797.
10508
10509 2007-02-14  Wim Taymans  <wim@fluendo.com>
10510
10511         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10512         (gst_wavparse_reset), (gst_wavparse_init),
10513         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10514         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10515         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10516         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10517         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10518         (gst_wavparse_loop), (gst_wavparse_chain),
10519         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10520         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10521         (plugin_init):
10522         * gst/wavparse/gstwavparse.h:
10523         Update docs.
10524         Use boilerplate.
10525         Various code cleanups.
10526         When the bitrate is not known (bps == 0 or compressed formats) let
10527         downstream element guestimate the duration and position and don't
10528         generate timestamps or durations. Fixes #405213.
10529         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10530         error flowreturn upstream.
10531
10532 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10533
10534         * ext/gconf/Makefile.am:
10535         * ext/gconf/gconf.c: (gst_gconf_get_string),
10536         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10537         (gst_gconf_render_bin_with_default):
10538         * ext/gconf/gconf.h:
10539         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10540         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10541         (gst_gconf_audio_sink_dispose), (do_change_child),
10542         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10543         (cb_change_child), (gst_gconf_audio_sink_change_state):
10544         * ext/gconf/gstgconfaudiosink.h:
10545         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10546         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10547         (gst_switch_sink_init), (gst_switch_sink_dispose),
10548         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10549         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10550         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10551         * ext/gconf/gstswitchsink.h:
10552         * gst/autodetect/gstautoaudiosink.c:
10553         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10554         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10555         (gst_auto_audio_sink_detect):
10556         * gst/autodetect/gstautovideosink.c:
10557         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10558         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10559         (gst_auto_video_sink_detect):
10560         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10561         and a child that implements the GConf key monitoring. The end goal of
10562         this is an audio sink that can be changed on the fly, but at the 
10563         moment it still only changes on the next READY transition.
10564
10565 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10566
10567         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10568         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10569         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10570         (gst_avi_demux_calculate_durations_from_index),
10571         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10572         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10573         (gst_avi_demux_loop):
10574           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10575
10576 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10577
10578         * configure.ac:
10579         * docs/plugins/Makefile.am:
10580           Add crossreferences to glib/gobject/gstream docs.
10581
10582 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * gst/monoscope/Makefile.am:
10585         * gst/monoscope/gstmonoscope.c:
10586           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10587           (but no LIBS, since we only use defines from the headers).
10588
10589 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10590
10591         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10592
10593         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10594         (gst_wavparse_stream_data):
10595           Fix massive memory leak when operating in streaming mode due to
10596           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10597           Fixes #407057.
10598
10599 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10600
10601         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10602         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10603         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10604         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10605         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10606         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10607         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10608         (gst_avi_demux_calculate_durations_from_index),
10609         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10610         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10611         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10612         * gst/avi/gstavidemux.h:
10613           Save some memory (8%) by repacking the index entry structure (more to
10614           come). Add more FIXMEs to questionable parts.
10615
10616 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10617
10618         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10619         (gst_v4l2src_get_caps):
10620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10621         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10622         (gst_v4l2src_capture_init):
10623           More FIXME comments and messaging changes.
10624
10625 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10626
10627         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10628         (gst_goom_change_state):
10629         * gst/goom/gstgoom.h:
10630           Improved docs and use GST_DEBUG_FUNCPTR.
10631
10632         * gst/level/gstlevel.c: (gst_level_class_init):
10633           Use GST_DEBUG_FUNCPTR.
10634
10635         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10636         (gst_monoscope_chain), (gst_monoscope_change_state):
10637           Improved docs source cleanups.
10638
10639 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * gst/debug/Makefile.am:
10642         * gst/debug/gstdebug.c: (plugin_init):
10643         * gst/debug/gstpushfilesrc.c:
10644         * gst/debug/gstpushfilesrc.h:
10645           Add code for a pushfilesrc element that implements a pushfile:// URI
10646           handler, to make debugging push-mode operation of demuxer/decoders
10647           that support both easier in connection with seek/playbin/etc.
10648           The element isn't registered at the moment.
10649
10650 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10651
10652         * gst/avi/gstavimux.c:
10653           Comment a #if 0 in caps template definition as VS6 seems to 
10654         do not support it.
10655         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10656           Use gst_guint64_to_gdouble for conversion.
10657         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10658           Move variables declaration before the first instruction.
10659         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10660           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10661           And don't include netdb.h for G_OS_WIN32
10662         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10663           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10664           by VS6 then use an other way to initialize SDPMedia structure.
10665         * gst/udp/gstdynudpsink.h:
10666         * gst/udp/gstdynudpnetutils.h:
10667           Do not include <sys/time.h> for G_OS_WIN32
10668         * gst/udp/gstudpsrc.c:
10669           Define socklen_t as int for G_OS_WIN32
10670         * win/common/config.h.in:
10671           Undef HAVE_NETINET_IN_H
10672         * win32/vs6/gst_plugins_good.dsw:
10673         * win32/vs6/libgstrtp.dsp:
10674         * win32/vs6/libgstrtsp.dsp:
10675         * win32/vs6/libgstautogen.dsp:
10676         * win32/vs6/libgstaudiofx.dsp:
10677         * win32/vs6/libgstudp.dsp:
10678           Add and update project files.
10679         * win32/common/gstudp-enumtypes.c:
10680         * win32/common/gstudp-enumtypes.h:
10681           Add a copy of udp enumtypes to win32/common as in core 
10682           and base.
10683         
10684 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10685
10686         * configure.ac:
10687           Activate monoscope when building with --enable-experimental. Fix
10688           --enable-external configure switch description.
10689
10690         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10691         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10692           Help gst-indent.
10693
10694 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10695
10696         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10697           Explicitly cast result of pointer arithmetic to integer in order to
10698           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10699
10700 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst/debug/progressreport.c:
10703           Some more docs.
10704
10705 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * docs/plugins/inspect/plugin-rtp.xml:
10708           Update for new elements.
10709
10710         * gst/debug/progressreport.h:
10711           Commit newly-created header file as well.
10712
10713 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * docs/plugins/Makefile.am:
10716         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10718         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10719         * gst/debug/Makefile.am:
10720         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10721         (gst_progress_report_do_query), (gst_progress_report_report):
10722           Make progressreport element post messages with the current progress
10723           on the bus. Also add some basic docs for it.
10724
10725 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * ext/hal/hal.c: (gst_hal_get_string):
10728         * ext/hal/hal.h:
10729           Some small cleanups; deal with errors when parsing the HAL ALSA
10730           capabilities a bit better.
10731
10732 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10735           Let's try this again and use the right cast this time.
10736
10737 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10740           Add cast to avoid compiler warnings with older GLib versions
10741           where the nick/name members in GEnumValue are not declared as
10742           constant strings.
10743
10744 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10745
10746         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10747         (gst_gconf_render_bin_from_key),
10748         (gst_gconf_get_default_audio_sink):
10749         * ext/gconf/gconf.h:
10750         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10751         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10752         (gst_gconf_audio_sink_get_property):
10753           In gconfaudiosink, get the right key as the old key in do_toggle
10754           (ie. one dependent on the profile selected). Log some more stuff so
10755           we can see what's actually going on.
10756
10757 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10758
10759         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10760         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10761         (gst_audio_amplify_set_process_function),
10762         (gst_audio_amplify_setup):
10763         * gst/audiofx/audioamplify.h:
10764         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10765         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10766         * gst/audiofx/audioinvert.h:
10767         Some small cleanups and port both elements to the new GstAudioFilter
10768         base class to save a few lines of common code.
10769         * gst/audiofx/Makefile.am:
10770         Link against libgstaudio for the above changes
10771
10772 2007-01-29  Wim Taymans  <wim@fluendo.com>
10773
10774         * tests/check/elements/.cvsignore:
10775         Some more ignores.
10776
10777 2007-01-26  Wim Taymans  <wim@fluendo.com>
10778
10779         Patch by: charles <charlesg3 at gmail dot com>
10780
10781         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10782         (set_shout_metadata), (gst_shout2send_event):
10783         * ext/shout2/gstshout2.h:
10784         Properly handle tags in shout2send. Fixes #399825.
10785
10786 2007-01-25  Wim Taymans  <wim@fluendo.com>
10787
10788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10789         (gst_rtspsrc_activate_streams):
10790         Convert SDP fields to upper/lowercase following the rules in the SDP to
10791         caps document. 
10792
10793 2007-01-25  Wim Taymans  <wim@fluendo.com>
10794
10795         * gst/rtp/README:
10796         * gst/rtp/gstrtpilbcdepay.c:
10797         * gst/rtp/gstrtpilbcpay.c:
10798         * gst/rtp/gstrtpmp4gdepay.c:
10799         * gst/rtp/gstrtpmp4gpay.c:
10800         * gst/rtp/gstrtpspeexdepay.c:
10801         * gst/rtp/gstrtpspeexpay.c:
10802         * gst/rtp/gstrtpsv3vdepay.c:
10803         * gst/rtp/gstrtptheoradepay.c:
10804         * gst/rtp/gstrtptheorapay.c:
10805         * gst/rtp/gstrtpvorbisdepay.c:
10806         * gst/rtp/gstrtpvorbispay.c:
10807         Fix case of encoding-name and key/value pairs to match the document.
10808         This is to make interoperation with SDP case-insensitive as required by
10809         the relevant RFCs.
10810
10811 2007-01-25  Wim Taymans  <wim@fluendo.com>
10812
10813         * configure.ac:
10814         Bump required -core/-base to CVS
10815
10816 2007-01-25  Wim Taymans  <wim@fluendo.com>
10817
10818         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10819         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10820         * gst/rtp/gstrtpL16pay.h:
10821         Fill up to MTU using adapter.
10822         Timestamp rtp packets.
10823
10824 2007-01-25  Edward Hervey  <edward@fluendo.com>
10825
10826         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10827         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10828         Use G_GSIZE_FORMAT in print statements for portability.
10829         Fixes build on macosx.
10830
10831 2007-01-24  Wim Taymans  <wim@fluendo.com>
10832
10833         * gst/rtp/Makefile.am:
10834         * gst/rtp/gstrtp.c: (plugin_init):
10835         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10836         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10837         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10838         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10839         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10840         (gst_rtp_L16_depay_plugin_init):
10841         * gst/rtp/gstrtpL16depay.h:
10842         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10843         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10844         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10845         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10846         (gst_rtp_L16_pay_plugin_init):
10847         * gst/rtp/gstrtpL16pay.h:
10848         Port and enable raw audio payloader/depayloader. Needs a bit more work
10849         on the payloader side.
10850
10851 2007-01-24  Wim Taymans  <wim@fluendo.com>
10852
10853         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10854         (gst_rtspsrc_stream_configure_transport),
10855         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10856         * gst/rtsp/gstrtspsrc.h:
10857         Only unblock the udp pads when we linked and activated them all.
10858         Fixes #395688.
10859
10860 2007-01-24  Wim Taymans  <wim@fluendo.com>
10861
10862         * gst/rtp/Makefile.am:
10863         * gst/rtp/gstrtp.c: (plugin_init):
10864         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10865         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10866         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10867         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10868         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10869         * gst/rtp/gstrtpac3depay.h:
10870         Added simple AC3 depayloader (RFC 4184).
10871
10872         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10873         Fix a leak.
10874
10875 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10876
10877         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10878
10879         * gst/audiofx/Makefile.am:
10880         * gst/audiofx/audioamplify.c:
10881         (gst_audio_amplify_clipping_method_get_type),
10882         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10883         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10884         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10885         (gst_audio_amplify_set_caps),
10886         (gst_audio_amplify_transform_int_clip),
10887         (gst_audio_amplify_transform_int_wrap_negative),
10888         (gst_audio_amplify_transform_int_wrap_positive),
10889         (gst_audio_amplify_transform_float_clip),
10890         (gst_audio_amplify_transform_float_wrap_negative),
10891         (gst_audio_amplify_transform_float_wrap_positive),
10892         (gst_audio_amplify_transform_ip):
10893         * gst/audiofx/audioamplify.h:
10894         * gst/audiofx/audiofx.c: (plugin_init):
10895         Add new element "audioamplify". This allows scaling of raw audio
10896         samples, similar to the "volume" element, but provides different modes
10897         for clipping and allows unlimited amplification. It's mainly targeted
10898         for creative sound design and not as a replacement of the "volume"
10899         element. Fixes #397162
10900         * docs/plugins/Makefile.am:
10901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10903         * docs/plugins/gst-plugins-good-plugins.args:
10904         * docs/plugins/inspect/plugin-audiofx.xml:
10905         Add docs for audioamplify and integrate them into the build system
10906         * tests/check/Makefile.am:
10907         * tests/check/elements/audioamplify.c: (setup_amplify),
10908         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10909         Add fairly extensive unit test suite for audioamplify
10910
10911 2007-01-24  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10914         Unblock pads after adding the pads to the element so that autopluggers
10915         get a change to link something. Possibly fixes #395688.
10916
10917 2007-01-24  Wim Taymans  <wim@fluendo.com>
10918
10919         * gst/rtp/gstrtpamrdepay.c:
10920         * gst/rtp/gstrtpgsmdepay.c:
10921         * gst/rtp/gstrtph263pdepay.c:
10922         * gst/rtp/gstrtph263ppay.c:
10923         * gst/rtp/gstrtph264depay.c:
10924         * gst/rtp/gstrtpilbcdepay.c:
10925         * gst/rtp/gstrtpmp2tdepay.c:
10926         * gst/rtp/gstrtpmp4gdepay.c:
10927         * gst/rtp/gstrtpmp4gpay.c:
10928         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10929         * gst/rtp/gstrtpmp4vpay.c:
10930         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10931         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10932         (gst_rtp_mpa_depay_process):
10933         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10934         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10935         * gst/rtp/gstrtppcmadepay.c:
10936         * gst/rtp/gstrtppcmudepay.c:
10937         * gst/rtp/gstrtpspeexdepay.c:
10938         * gst/rtp/gstrtpspeexpay.c:
10939         * gst/rtp/gstrtpsv3vdepay.c:
10940         * gst/rtp/gstrtptheoradepay.c:
10941         * gst/rtp/gstrtptheorapay.c:
10942         * gst/rtp/gstrtpvorbisdepay.c:
10943         * gst/rtp/gstrtpvorbispay.c:
10944         Fix caps with payload numbers.
10945         Add some fixed payload numbers to caps when possible.
10946
10947 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10948
10949         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10950
10951         * gst/audiofx/Makefile.am:
10952         * gst/audiofx/audiofx.c: (plugin_init):
10953         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10954         (gst_audio_invert_class_init), (gst_audio_invert_init),
10955         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10956         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10957         (gst_audio_invert_transform_float),
10958         (gst_audio_invert_transform_ip):
10959         * gst/audiofx/audioinvert.h:
10960         Add new audiofx element "audioinvert". This element swaps the upper
10961         and lower half of samples and can be used for example for a
10962         wide-stereo effect. Fixes #396057
10963         * docs/plugins/Makefile.am:
10964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10966         * docs/plugins/gst-plugins-good-plugins.args:
10967         * docs/plugins/inspect/plugin-audiofx.xml:
10968         Add docs for the audioinvert element and add them to the build system.
10969         * tests/check/Makefile.am:
10970         * tests/check/elements/audioinvert.c: (setup_invert),
10971         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10972         Add unit test suite for the audioinvert element.
10973
10974 2007-01-23  Wim Taymans  <wim@fluendo.com>
10975
10976         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10977         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10978         Parse config params as string and int.
10979         Parse and use AU header length
10980
10981 2007-01-23  Wim Taymans  <wim@fluendo.com>
10982
10983         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10984         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10985         * gst/smpte/gstmask.c: (_gst_mask_register):
10986         * gst/smpte/gstmask.h:
10987         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10988         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10989         (gst_smpte_paint_triangle_clock):
10990         constify some static structs.
10991         Don't update the mask if nothing changed to the params.
10992         Make sure we never draw outside of the picture. Fixes #398325.
10993
10994 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10997           Error out properly when pull_range fails while we're reading the
10998           headers, instead of just pausing the task silently. Fixes #399338.
10999
11000 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11003           Some more sanity checks to make sure the input formats match and the
11004           input pads are actually negotiated, in case someone tries to feed
11005           buffers from fakesrc or filesrc. Fixes #398299.
11006           Also const-ify an array, just because we can.
11007
11008 2007-01-19  Edward Hervey  <edward@fluendo.com>
11009
11010         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11011         Ignore previous commit, that was only valid for widths and heights
11012         that are multiples of 4.
11013         Copy over size/stride macros from jpegdec. This allows the element
11014         to work with any width,height...
11015         ... but puts in evidence that the actual transformations only work
11016         with width/height that are multiples of 4.
11017
11018 2007-01-19  Edward Hervey  <edward@fluendo.com>
11019
11020         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11021         Allocate buffers of the right size.
11022         The proper size of a I420 buffer in bytes is:
11023         
11024             width * height * 3
11025             ------------------
11026                     2
11027
11028 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11031           Proxy getcaps on sink pads too, so that we either end up with the
11032           same dimensions on all pads or error out if that's not possible
11033           (seems to work even!). Fixes #398086, I think.
11034
11035 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11038         * docs/plugins/gst-plugins-good-plugins.args:
11039         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11040           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11041           fix integer properties with -1 as minimum value.
11042
11043         * docs/plugins/inspect/plugin-1394.xml:
11044         * docs/plugins/inspect/plugin-aasink.xml:
11045         * docs/plugins/inspect/plugin-alaw.xml:
11046         * docs/plugins/inspect/plugin-alpha.xml:
11047         * docs/plugins/inspect/plugin-alphacolor.xml:
11048         * docs/plugins/inspect/plugin-annodex.xml:
11049         * docs/plugins/inspect/plugin-apetag.xml:
11050         * docs/plugins/inspect/plugin-audiofx.xml:
11051         * docs/plugins/inspect/plugin-auparse.xml:
11052         * docs/plugins/inspect/plugin-autodetect.xml:
11053         * docs/plugins/inspect/plugin-avi.xml:
11054         * docs/plugins/inspect/plugin-cacasink.xml:
11055         * docs/plugins/inspect/plugin-cairo.xml:
11056         * docs/plugins/inspect/plugin-cdio.xml:
11057         * docs/plugins/inspect/plugin-cutter.xml:
11058         * docs/plugins/inspect/plugin-debug.xml:
11059         * docs/plugins/inspect/plugin-dv.xml:
11060         * docs/plugins/inspect/plugin-efence.xml:
11061         * docs/plugins/inspect/plugin-effectv.xml:
11062         * docs/plugins/inspect/plugin-esdsink.xml:
11063         * docs/plugins/inspect/plugin-flac.xml:
11064         * docs/plugins/inspect/plugin-flxdec.xml:
11065         * docs/plugins/inspect/plugin-gconfelements.xml:
11066         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11067         * docs/plugins/inspect/plugin-goom.xml:
11068         * docs/plugins/inspect/plugin-halelements.xml:
11069         * docs/plugins/inspect/plugin-icydemux.xml:
11070         * docs/plugins/inspect/plugin-id3demux.xml:
11071         * docs/plugins/inspect/plugin-jpeg.xml:
11072         * docs/plugins/inspect/plugin-level.xml:
11073         * docs/plugins/inspect/plugin-matroska.xml:
11074         * docs/plugins/inspect/plugin-mulaw.xml:
11075         * docs/plugins/inspect/plugin-multipart.xml:
11076         * docs/plugins/inspect/plugin-navigationtest.xml:
11077         * docs/plugins/inspect/plugin-ossaudio.xml:
11078         * docs/plugins/inspect/plugin-png.xml:
11079         * docs/plugins/inspect/plugin-rtp.xml:
11080         * docs/plugins/inspect/plugin-rtsp.xml:
11081         * docs/plugins/inspect/plugin-shout2send.xml:
11082         * docs/plugins/inspect/plugin-smpte.xml:
11083         * docs/plugins/inspect/plugin-speex.xml:
11084         * docs/plugins/inspect/plugin-taglib.xml:
11085         * docs/plugins/inspect/plugin-udp.xml:
11086         * docs/plugins/inspect/plugin-videobalance.xml:
11087         * docs/plugins/inspect/plugin-videobox.xml:
11088         * docs/plugins/inspect/plugin-videoflip.xml:
11089         * docs/plugins/inspect/plugin-videomixer.xml:
11090         * docs/plugins/inspect/plugin-wavenc.xml:
11091         * docs/plugins/inspect/plugin-wavparse.xml:
11092         * docs/plugins/inspect/plugin-ximagesrc.xml:
11093           Update to CVS.
11094
11095 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11096
11097         Patch by: Sebastian Dröge <slomo circular-chaos org>
11098
11099         * gst/audiofx/audiopanorama.c:
11100           Fix doc section name (Fixes #397946)
11101
11102 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11103
11104         * sys/v4l2/gstv4l2object.c:
11105         (gst_v4l2_object_install_properties_helper),
11106         (gst_v4l2_object_set_property_helper),
11107         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11108         * sys/v4l2/gstv4l2object.h:
11109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11110         (gst_v4l2src_init), (gst_v4l2src_set_property),
11111         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11113         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11114         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11115         (gst_v4l2src_capture_deinit):
11116           Fix EIO handing when capturing. Add new property to specify the number of
11117           buffers to enque (and remove the borked num-buffers usage).
11118
11119 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11120
11121         Patch by: Sebastian Dröge <slomo circular-chaos org>
11122
11123         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11124         (gst_audio_panorama_set_process_function):
11125           Use a function array for process methods, add more docs and define the
11126           startindex of enums.
11127
11128 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         Patch by: Mark Nauwelaerts <manauw at skynet be>
11131
11132         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11133         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11134         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11135         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11136         (gst_avi_mux_riff_get_avi_header),
11137         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11138         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11139         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11140         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11141         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11142         (gst_avi_mux_change_state):
11143         * gst/avi/gstavimux.h:
11144         * tests/check/elements/avimux.c: (teardown_src_pad):
11145           Add support for more than one audio stream; write better AVIX
11146           header; refactor code a bit; don't announce vorbis caps on our audio
11147           sink pads since we don't support it anyway. Closes #379298.
11148
11149 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11150
11151         Patch by: Sebastian Dröge <slomo circular-chaos org>
11152
11153         * gst/audiofx/audiopanorama.c:
11154         (gst_audio_panorama_method_get_type),
11155         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11156         (gst_audio_panorama_set_process_function),
11157         (gst_audio_panorama_set_property),
11158         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11159         (gst_audio_panorama_transform_m2s_int_simple),
11160         (gst_audio_panorama_transform_s2s_int_simple),
11161         (gst_audio_panorama_transform_m2s_float_simple),
11162         (gst_audio_panorama_transform_s2s_float_simple):
11163         * gst/audiofx/audiopanorama.h:
11164           Add 'method' property and provide a simple (non-psychoacustic)
11165           processing method (#394859).
11166
11167         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11168         (panorama_suite):
11169           Tests for new method.
11170
11171 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11172
11173         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11174         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11175           Set correct caps on outgoing pulled buffers, or things blow up
11176           after recent core changes.
11177
11178 2007-01-11  Wim Taymans  <wim@fluendo.com>
11179
11180         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11181
11182         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11183         (gst_multipart_mux_request_new_pad),
11184         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11185         (gst_multipart_mux_change_state):
11186         Return FLOW errors ASAP. Fixes #394977.
11187         Misc cleanups.
11188
11189 2007-01-11  Wim Taymans  <wim@fluendo.com>
11190
11191         Patch by: Lutz Mueller <lutz at topfrose dot de>
11192
11193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11194         Check for stream pad before activating. 
11195
11196 2007-01-10  Wim Taymans  <wim@fluendo.com>
11197
11198         Patch by: Peter Kjellerstedt  <pkj at axis com>
11199
11200         * gst/rtsp/COPYING.MIT:
11201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11202         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11203         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11204         (gst_rtspsrc_stream_configure_transport),
11205         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11206         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11207         (gst_rtspsrc_parse_methods),
11208         (gst_rtspsrc_create_transports_string),
11209         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11210         (gst_rtspsrc_open), (gst_rtspsrc_close):
11211         * gst/rtsp/gstrtspsrc.h:
11212         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11213         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11214         (parse_request_line), (parse_line), (rtsp_connection_read),
11215         (rtsp_connection_close):
11216         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11217         (rtsp_method_as_text), (rtsp_header_as_text),
11218         (rtsp_status_as_text), (rtsp_find_header_field),
11219         (rtsp_find_method):
11220         * gst/rtsp/rtspdefs.h:
11221         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11222         (rtsp_ext_wms_configure_stream):
11223         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11224         (rtsp_message_new_request), (rtsp_message_init_request),
11225         (rtsp_message_new_response), (rtsp_message_init_response),
11226         (rtsp_message_init_data), (rtsp_message_unset),
11227         (rtsp_message_free), (rtsp_message_add_header),
11228         (rtsp_message_get_header), (rtsp_message_set_body),
11229         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11230         * gst/rtsp/rtspmessage.h:
11231         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11232         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11233         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11234         (sdp_message_dump):
11235         Allow url to be NULL to be able to use it for server connections.
11236         Can now send responses as well as requests.
11237         No longer hangs in an endless loop if EOF is received.
11238         Can now convert a status code to a text string.
11239         Return RTSP_HDR_INVALID for unknown headers.
11240         Return RTSP_INVALID for unknown methods.
11241         Copy CSeq and Session headers from the request.
11242         Only free memory corresponding to the currently set message type.
11243         Added const to function arguments as appropriate.
11244         Avoid a compiler warning when initializing nmedia.
11245         Use guint rather than gint to avoid compiler warnings.
11246         Fix crasher in wms extension.
11247         Factor out stream setup from open_connection.
11248         Delay activation of streams when actual data is received from the
11249         server, this prepares us to do proper protocol switching.
11250         Added new license.
11251         Fixes #380895.
11252
11253
11254 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         Patch by: Sebastian Dröge <slomo ubuntu com>
11257
11258         * docs/plugins/Makefile.am:
11259         * gst/audiofx/audiopanorama.c:
11260           Some small docs fixes (#394851).
11261
11262 2007-01-09  Wim Taymans  <wim@fluendo.com>
11263
11264         * gst/avi/gstavidemux.c:
11265         Fix docs.
11266
11267 2007-01-09  Wim Taymans  <wim@fluendo.com>
11268
11269         * gst/rtp/Makefile.am:
11270         * gst/rtp/gstrtp.c: (plugin_init):
11271         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11272         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11273         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11274         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11275         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11276         * gst/rtp/gstrtpmpvdepay.h:
11277           Added RFC 2250 MPEG Video Depayloader.
11278
11279         * gst/rtp/gstrtpL16depay.h:
11280         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11281         (gst_rtp_h263p_depay_process):
11282         Fix Header file. Small cleanups.
11283
11284         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11285         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11286         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11287         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11288         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11289         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11290         (gst_rtp_mp4v_depay_change_state):
11291         Remove usused code. Remove Adapter from state Change. Added debug.
11292
11293         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11294         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11295         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11296         * gst/rtp/gstrtpmpadepay.h:
11297         Subclass base depayloader.
11298         Added debug.
11299         Support static payload type assignment as well.
11300
11301         * gst/rtp/gstrtpmpapay.c:
11302         Fix caps.
11303
11304 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11307
11308         * ext/jpeg/gstjpegdec.c:
11309         * ext/jpeg/gstjpegenc.c:
11310         * ext/jpeg/smokecodec.c:
11311           These libjpeg callbacks should return a 'boolean' (unsigned char
11312           apparently) and not a 'gboolean' (which maps to gint). Fixes
11313           warnings when compiling with MingW (#393427).
11314
11315         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11316           Use ioctlsocket on win32.
11317
11318         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11319           Some printf format fixes for win32.
11320
11321 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11322
11323         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11324           Use gst_guint64_to_gdouble for conversion.
11325         * win32/vs6/libgstmatroska.dsp:
11326           Add zlib to the link.
11327         * win32/vs6/libgstvideobox.dsp:
11328           Update liboil library name (project is linked to 
11329           liboil-0.3-0.lib now).
11330           
11331 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         * gst/matroska/Makefile.am:
11334           If zlib is available and used, we must link it explicitly for
11335           things to work on MingW (fixes #392855).
11336
11337 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         * ext/esd/esdsink.c: (gst_esdsink_delay):
11340           Don't return bogus values when esd_get_delay() fails for some
11341           reason (#392189).
11342
11343 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11344
11345         * sys/ximage/gstximagesrc.c: (composite_pixel):
11346           Fix presumably copy'n'pasto for 16bpp depth.
11347
11348 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * gst/matroska/matroska-mux.c:
11351         (gst_matroska_mux_audio_pad_setcaps):
11352           The "signed" field in audio caps is of boolean type, trying to use
11353           gst_structure_get_int() to extract it will fail. Fixing this makes
11354           matroskamux accept raw audio input (#387121) (use at your own risk
11355           though, due to the matroska spec being not entirely useful in this
11356           respect).
11357           Also fix up raw audio structures in template caps so that they
11358           represent what our setcaps function will actually accept, so that
11359           converters know what to convert to.
11360           Finally, don't fail if there isn't an "endianness" field in 8-bit
11361           PCM caps.
11362
11363 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11364
11365         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11366         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11367         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11368         (teardown_cmmldec):
11369         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11370         (teardown_cmmlenc):
11371         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11372           reapply consistent pad (de)activation
11373
11374 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11375
11376         * configure.ac:
11377         Back to CVS
11378
11379         * gst-plugins-good.doap:
11380         Add 0.10.5 doap entry
11381
11382 === release 0.10.5 ===
11383
11384 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11385
11386         * configure.ac:
11387           releasing 0.10.5, "The Path of Thorns"
11388
11389 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11390
11391         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11392         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11393         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11394         (teardown_cmmldec):
11395         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11396         (teardown_cmmlenc):
11397         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11398           revert my freeze breakage
11399
11400 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11401
11402         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11403         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11404         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11405         (teardown_cmmldec):
11406         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11407         (teardown_cmmlenc):
11408         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11409           consistent pad (de)activation
11410
11411 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11412
11413         * configure.ac:
11414         * ext/Makefile.am:
11415         Disable LADPSA, as it has moved to the -bad module for the duration.
11416
11417 2006-12-18  Wim Taymans  <wim@fluendo.com>
11418
11419         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11420         (gst_signal_processor_event):
11421         Reset flow_state back to _OK after a flush stop so that we exit our
11422         error state after the flush. Fixes #374213
11423
11424 2006-12-16  David Schleef  <ds@schleef.org>
11425
11426         * sys/osxvideo/osxvideosink.h:
11427         * sys/osxvideo/osxvideosink.m:
11428           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11429
11430 2006-12-16  David Schleef  <ds@schleef.org>
11431
11432         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11433
11434         * sys/osxvideo/Makefile.am:
11435         * sys/osxvideo/osxvideosink.h:
11436         * sys/osxvideo/osxvideosink.m:
11437           Preliminary patch for porting osxvideosink
11438
11439 2006-12-16  Wim Taymans  <wim@fluendo.com>
11440
11441         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11442
11443         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11444         (gst_videomixer_set_master_geometry),
11445         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11446         (gst_videomixer_reset), (gst_videomixer_init),
11447         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11448         (gst_videomixer_release_pad), (gst_videomixer_collected),
11449         (gst_videomixer_change_state):
11450         Introduce some locking around the videomixer state so that it does not
11451         crash when adding/removing pads. Fixes #383043.
11452
11453 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * configure.ac:
11456           Make sure libcaca can actually be used instead of just checking for
11457           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11458           cross-compiling (fixes #384587).
11459
11460 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11461
11462         * Makefile.am:
11463         * gst-plugins-good.doap:
11464         * gst-plugins-good.spec.in:
11465           adding doap file
11466
11467 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * configure.ac:
11470           libflac-1.1.3 changed API again, but we can't build against it yet,
11471           so make sure our check doesn't use libflac-1.1.3 and add a comment
11472           to this effect.
11473
11474 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11477         (gst_quarktv_planetable_clear):
11478           Add some NULL pointer checks (possibly related to #385623).
11479
11480 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11483         (gst_tag_demux_chain):
11484         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11485           In streaming mode, if the first buffer we get doesn't have an
11486           offset, fix it up to be 0, otherwise trimming won't work later on
11487           and we'll be typefinding application/x-id3, which may result in
11488           decodebin plugging an endless number of id3demux elements as a
11489           consequence. Fixes #385031.
11490           
11491 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11492
11493         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11494           Ignore the buffer_time the sound device reports. Turns out it is 
11495           sometimes completely bogus and we're better off without it.
11496
11497 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11500         (gst_matroska_demux_video_caps):
11501         * gst/matroska/matroska-ids.c:
11502         (gst_matroska_track_init_video_context):
11503         * gst/matroska/matroska-ids.h:
11504           Try harder to extract the framerate for video tracks correctly and
11505           save it directly instead of converting it back and forth a few
11506           times. Mostly makes a difference for very small framerates (<1).
11507           Fixes #380199.
11508
11509 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11512         (gst_gconf_audio_src_dispose), (do_toggle_element):
11513         * ext/gconf/gstgconfaudiosrc.h:
11514           Remove gconf notify hook when the gconfaudiosrc element is
11515           destroyed, otherwise the callback may be called on an
11516           already-destroyed instance and bad things happen. Should fix
11517           #378184.
11518           Also ignore gconf key changes when the source is already running.
11519
11520 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11521
11522         Patch by: Sebastian Dröge  <mail at slomosnail de>
11523
11524         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11525           We need to be able to read and parse any possible floating point string
11526           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11527           will parse the former only in certain locales though, so we really need
11528           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11529           make sure we can parse either version at all times.
11530           Fixes #382982 for real.
11531
11532 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11533
11534         * sys/sunaudio/gstsunaudiomixerctrl.c:
11535         * sys/sunaudio/gstsunaudiosrc.c:
11536
11537         Use the sunaudio debug category.
11538
11539         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11540         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11541         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11542         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11543         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11544         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11545         (gst_sunaudiosink_reset):
11546         * sys/sunaudio/gstsunaudiosink.h:
11547
11548         Uses the sunaudio debug category for all debug output
11549         Implements the _delay() callback to synchronise video playback better
11550         Change the segtotal and segsize values back to the parent class 
11551           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11552           respectively)
11553         Measure the samples written to the device vs. played.
11554         Keep track of segments in the device by writing empty eof frames, and
11555         sleep using a GCond when we get too far ahead and risk overrunning the
11556         sink's ringbuffer.
11557
11558         Fixes: #360673
11559
11560 2006-12-08  Wim Taymans  <wim@fluendo.com>
11561
11562         Patch by: Sebastian Dröge  <mail at slomosnail de >
11563
11564         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11565         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11566         * gst/audiofx/audiopanorama.h:
11567         Fix audiopanorame with float samples. Fixes #383726.
11568
11569 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11570
11571         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11572         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11573         (gst_sunaudiosrc_reset):
11574
11575         Implement reset functions to unblock the src/sink more quickly on 
11576         state change requests.
11577         Patch by: Brian Cameron <brian dot cameron at sun com>
11578
11579 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11580
11581         * sys/sunaudio/gstsunaudiomixer.c:
11582         (gst_sunaudiomixer_change_state):
11583         Construct the correct mixer device name when the AUDIODEV env var
11584         is set.
11585
11586         Patch by: Jerry Tan <jerry.tan at sun dot com>
11587         Fixes: #383596
11588
11589 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11590
11591         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11592         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11593         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11594         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11595         Patch by: Jerry Tan <jerry.tan at sun dot com>
11596         Fixes: #349015
11597
11598 2006-12-07  Wim Taymans  <wim@fluendo.com>
11599
11600         * gst/smpte/gstmask.h:
11601         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11602         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11603         (gst_smpte_collected), (gst_smpte_set_property),
11604         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11605         * gst/smpte/gstsmpte.h:
11606         Port to 0.10 some more. 
11607         Added duration property to specify the duration of the transition.
11608         Make framerate a fraction.
11609         Deprecate fps property, we only use negotiated fps.
11610         Added docs.
11611         Fix collectpad usage.
11612         Reset state in READY.
11613         Send NEWSEGMENT event.
11614         Fix racy updates of object properties.
11615         Added debug category.
11616         Fixes #383323.
11617
11618 2006-12-06  Wim Taymans  <wim@fluendo.com>
11619
11620         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11621
11622         * gst/videomixer/videomixer.c:
11623         (gst_videomixer_set_master_geometry),
11624         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11625         Don't reset xpos and ypos in the setcaps function because causes
11626         unexpected behaviour.
11627         Fixes #382179.
11628
11629 2006-12-06  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11632         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11633         Keep track of the buffer timestamp in the collectdata member instead
11634         of modifying the buffer without making the metadata writable first.
11635         Fixes #382277.
11636
11637 2006-12-06  Wim Taymans  <wim@fluendo.com>
11638
11639         Patch by: Rob Taylor <robtaylor at floopily dot org>
11640
11641         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11642         If using multicast in udpsrc, bind to the multicast address rather than
11643         IN_ADDR_ANY.
11644         This allows the simultanous use of multiple udpsrcs listening on
11645         different multicat addresses. Without this all udpsrcs will receive all
11646         packets from all subscribed multicast addresses.
11647         Fixes #383001.
11648
11649 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11650
11651         * ext/taglib/gstid3v2mux.cc:
11652         Don't attempt to write a NULL frame into the ID3 tag set when the 
11653         createFrame method returned NULL.
11654         Fixes: #381857
11655         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11656
11657 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11658
11659         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11660         Use g_strtod() instead of sscanf to parse doubles, so that it will
11661         try parsing in the C locale if the current locale fails.
11662         Fixes: #382982
11663         Patch by: Sebastian Dröge  <mail at slomosnail de >
11664
11665 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11666
11667         * win32/MANIFEST:
11668         Fix compilation on win32 under VS8
11669         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11670         Partially fixes #381175
11671
11672 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11673
11674         * gst/avi/gstavimux.c:
11675           accept all mpegversions,fixes #380825
11676           spotted by: Jerome Alet  
11677
11678 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11679
11680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11681         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11682         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11683         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11684           cleanup the error message a bit more
11685
11686 2006-11-28  Wim Taymans  <wim@fluendo.com>
11687
11688         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11689         Fix width and height properties.
11690
11691         * ext/libcaca/gstcacasink.h:
11692         Fix compilation on newer libcaca that require us to include a new
11693         header. Fixes #379918.
11694
11695 2006-11-28  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11698         * gst/rtsp/gstrtspsrc.h:
11699         * gst/rtsp/rtspext.h:
11700         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11701         (rtsp_ext_wms_get_context):
11702         Add method so that extensions can choose to disable the setup of
11703         a stream.
11704         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11705
11706 2006-11-27  Wim Taymans  <wim@fluendo.com>
11707
11708         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11709
11710         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11711         Push header in a separate buffer instead of memcpy:ing all data.
11712         Change LF => CRLF in headers.
11713         Move trailing LF to header. Fixes #379792.
11714
11715 2006-11-27  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11718         Small buffer overflow fix and improve debugging.
11719
11720 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11721
11722         * ext/esd/esdmon.h:
11723         * ext/esd/esdsink.h:
11724           remove obsolete _factory_init protos
11725
11726 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11727
11728         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11729         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11730         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11731         (gst_avi_demux_read_subindexes_push),
11732         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11733         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11734         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11735         (gst_avi_demux_massage_index),
11736         (gst_avi_demux_calculate_durations_from_index),
11737         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11738         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11739         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11740           remove dead code, tweak debugs statements, add comments, use
11741           _uint64_scale instead _uint64_scale_int when using guint64 values,
11742           small optimizations, reflow some error handling
11743
11744 2006-11-22  Edward Hervey  <edward@fluendo.com>
11745
11746         * po/.cvsignore:
11747         We never put .pot files in cvs. Let's ignore them all.
11748
11749 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * po/POTFILES.in:
11752           ... but better exclude files that aren't disted.
11753
11754 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * po/POTFILES.in:
11757           Add v4l2 source files to list of files with translations, so the
11758           strings are actually extracted (however bad they still may be).
11759
11760 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11761
11762         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11763           Minor clean-ups: const-ify static array, remove trailing comma from
11764           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11765
11766 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11767
11768         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11769         Make sure that g_free always gets called on the same pointer that was 
11770         returned by g_malloc.  Fixes #376594.
11771         Do not leak memory if decompressed size is wrong.
11772         Remove unneeded check of return value of g_malloc.
11773         Patch by: René Stadler <mail@renestadler.de>
11774
11775 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11776
11777         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11778           Add missing curly brackets.
11779
11780 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11781
11782         * sys/v4l2/v4l2src_calls.c:
11783         Fix capture_deinit.
11784
11785 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11788         (gst_matroska_mux_request_new_pad):
11789           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11790
11791         * tests/check/elements/matroskamux.c: (setup_src_pad),
11792         (setup_sink_pad), (GST_START_TEST):
11793         Activate pads before using them.
11794
11795 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11798           Initialise variable to get rid of bogus compiler warning.
11799
11800 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11801
11802         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11803
11804         * gst/rtp/gstrtph263pay.c:
11805         * gst/rtp/gstrtph263pdepay.c:
11806         * gst/rtp/gstrtph263ppay.c:
11807           Specify H.263 variant and version in the caps (fixes #361637)
11808
11809 2006-11-15  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst/rtsp/rtspconnection.c: (read_body):
11812         Don't set a data pointer to NULL and a size > 0 when we deal
11813         with empty packets.
11814
11815         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11816         (rtsp_message_init_response), (rtsp_message_init_data),
11817         (rtsp_message_unset), (rtsp_message_free),
11818         (rtsp_message_take_body):
11819         Check that we can't create invalid empty packets. 
11820
11821 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11822
11823         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11824
11825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11826         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11827         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11828         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11829         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11830         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11831         * gst/matroska/matroska-mux.h:
11832           Add basic tag writing support; implement releasing pads (#374658).
11833
11834 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11837         (gst_matroska_demux_audio_caps):
11838           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11839
11840 2006-11-14  David Schleef  <ds@schleef.org>
11841
11842         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11843
11844 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11847
11848         * win32/vs8/gst-plugins-good.sln:
11849         * win32/vs8/libgst1394.vcproj:
11850         * win32/vs8/libgstaasink.vcproj:
11851         * win32/vs8/libgstalaw.vcproj:
11852         * win32/vs8/libgstalpha.vcproj:
11853         * win32/vs8/libgstalphacolor.vcproj:
11854         * win32/vs8/libgstannodex.vcproj:
11855         * win32/vs8/libgstapetag.vcproj:
11856         * win32/vs8/libgstaudiofx.vcproj:
11857         * win32/vs8/libgstauparse.vcproj:
11858         * win32/vs8/libgstautodetect.vcproj:
11859         * win32/vs8/libgstavi.vcproj:
11860         * win32/vs8/libgstcacasink.vcproj:
11861         * win32/vs8/libgstcdio.vcproj:
11862         * win32/vs8/libgstcutter.vcproj:
11863         * win32/vs8/libgstdv.vcproj:
11864         * win32/vs8/libgsteffectv.vcproj:
11865         * win32/vs8/libgstflac.vcproj:
11866         * win32/vs8/libgstflxdec.vcproj:
11867         * win32/vs8/libgstgoom.vcproj:
11868         * win32/vs8/libgsticydemux.vcproj:
11869         * win32/vs8/libgstid3demux.vcproj:
11870         * win32/vs8/libgstjpeg.vcproj:
11871         * win32/vs8/libgstladspa.vcproj:
11872         * win32/vs8/libgstlevel.vcproj:
11873         * win32/vs8/libgstmatroska.vcproj:
11874         * win32/vs8/libgstmikmod.vcproj:
11875         * win32/vs8/libgstmng.vcproj:
11876         * win32/vs8/libgstmonoscope.vcproj:
11877         * win32/vs8/libgstmulaw.vcproj:
11878         * win32/vs8/libgstmultipart.vcproj:
11879         * win32/vs8/libgstpng.vcproj:
11880         * win32/vs8/libgstrtp.vcproj:
11881         * win32/vs8/libgstrtsp.vcproj:
11882         * win32/vs8/libgstshout2.vcproj:
11883         * win32/vs8/libgstsmpte.vcproj:
11884         * win32/vs8/libgstspeex.vcproj:
11885         * win32/vs8/libgsttaglib.vcproj:
11886         * win32/vs8/libgstudp.vcproj:
11887         * win32/vs8/libgstvideobalance.vcproj:
11888         * win32/vs8/libgstvideobox.vcproj:
11889         * win32/vs8/libgstvideoflip.vcproj:
11890         * win32/vs8/libgstvideomixer.vcproj:
11891         * win32/vs8/libgstwavenc.vcproj:
11892         * win32/vs8/libgstwavparse.vcproj:
11893           Make end-of-line returns unixy, so that when the files are checked
11894           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11895           Hopefully fixes #366492.
11896
11897 2006-11-14  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11900         Disable init_frames delay timestamp adjustment, it does not
11901         seem to be needed at all. Fixes #369621.
11902
11903 2006-11-13  Wim Taymans  <wim@fluendo.com>
11904
11905         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11906
11907         * gst/videomixer/videomixer.c:
11908         (gst_videomixer_set_master_geometry),
11909         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11910         (gst_videomixer_collect_free), (gst_videomixer_reset),
11911         (gst_videomixer_init), (gst_videomixer_finalize),
11912         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11913         (gst_videomixer_collected), (gst_videomixer_change_state):
11914         Fix memleak by unref'ing collectpads instance (when finalizing)
11915         Implement releasing a request pad. Fixes #374479.
11916
11917 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11920
11921         * win32/vs8/gst-plugins-good.sln:
11922         * win32/vs8/libgst1394.vcproj:
11923         * win32/vs8/libgstaasink.vcproj:
11924         * win32/vs8/libgstalaw.vcproj:
11925         * win32/vs8/libgstalpha.vcproj:
11926         * win32/vs8/libgstalphacolor.vcproj:
11927         * win32/vs8/libgstannodex.vcproj:
11928         * win32/vs8/libgstapetag.vcproj:
11929         * win32/vs8/libgstaudiofx.vcproj:
11930         * win32/vs8/libgstauparse.vcproj:
11931         * win32/vs8/libgstautodetect.vcproj:
11932         * win32/vs8/libgstavi.vcproj:
11933         * win32/vs8/libgstcacasink.vcproj:
11934         * win32/vs8/libgstcdio.vcproj:
11935         * win32/vs8/libgstcutter.vcproj:
11936         * win32/vs8/libgstdv.vcproj:
11937         * win32/vs8/libgsteffectv.vcproj:
11938         * win32/vs8/libgstflac.vcproj:
11939         * win32/vs8/libgstflxdec.vcproj:
11940         * win32/vs8/libgstgoom.vcproj:
11941         * win32/vs8/libgsticydemux.vcproj:
11942         * win32/vs8/libgstid3demux.vcproj:
11943         * win32/vs8/libgstjpeg.vcproj:
11944         * win32/vs8/libgstladspa.vcproj:
11945         * win32/vs8/libgstlevel.vcproj:
11946         * win32/vs8/libgstmatroska.vcproj:
11947         * win32/vs8/libgstmikmod.vcproj:
11948         * win32/vs8/libgstmng.vcproj:
11949         * win32/vs8/libgstmonoscope.vcproj:
11950         * win32/vs8/libgstmulaw.vcproj:
11951         * win32/vs8/libgstmultipart.vcproj:
11952         * win32/vs8/libgstpng.vcproj:
11953         * win32/vs8/libgstrtp.vcproj:
11954         * win32/vs8/libgstrtsp.vcproj:
11955         * win32/vs8/libgstshout2.vcproj:
11956         * win32/vs8/libgstsmpte.vcproj:
11957         * win32/vs8/libgstspeex.vcproj:
11958         * win32/vs8/libgsttaglib.vcproj:
11959         * win32/vs8/libgstudp.vcproj:
11960         * win32/vs8/libgstvideobalance.vcproj:
11961         * win32/vs8/libgstvideobox.vcproj:
11962         * win32/vs8/libgstvideoflip.vcproj:
11963         * win32/vs8/libgstvideomixer.vcproj:
11964         * win32/vs8/libgstwavenc.vcproj:
11965         * win32/vs8/libgstwavparse.vcproj:
11966           Add VS8 project files (note that many of the plugins in ext are
11967           disabled by default). Fixes #366492.
11968
11969 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11970
11971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11972           we do not translate debug messages
11973
11974 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11975
11976         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11977           fix categorisation, make short desc more explicit, remove unused code
11978           Fixes #372021
11979
11980 2006-11-08  Wim Taymans  <wim@fluendo.com>
11981
11982         * gst/rtp/gstrtpL16depay.c:
11983         * gst/rtp/gstrtpamrdepay.c:
11984         * gst/rtp/gstrtpamrpay.c:
11985         * gst/rtp/gstrtpgsmdepay.c:
11986         * gst/rtp/gstrtph263pay.c:
11987         * gst/rtp/gstrtph263pdepay.c:
11988         * gst/rtp/gstrtph263ppay.c:
11989         * gst/rtp/gstrtph264depay.c:
11990         * gst/rtp/gstrtpmp2tdepay.c:
11991         * gst/rtp/gstrtpmp4gdepay.c:
11992         * gst/rtp/gstrtpmp4gpay.c:
11993         * gst/rtp/gstrtpmp4vdepay.c:
11994         * gst/rtp/gstrtpmp4vpay.c:
11995         * gst/rtp/gstrtpmpadepay.c:
11996         * gst/rtp/gstrtpmpapay.c:
11997         * gst/rtp/gstrtppcmadepay.c:
11998         * gst/rtp/gstrtppcmapay.c:
11999         * gst/rtp/gstrtppcmudepay.c:
12000         * gst/rtp/gstrtppcmupay.c:
12001         * gst/rtp/gstrtpspeexdepay.c:
12002         * gst/rtp/gstrtpspeexpay.c:
12003         * gst/rtp/gstrtpsv3vdepay.c:
12004         Fix element descriptions.
12005
12006 2006-11-08  Wim Taymans  <wim@fluendo.com>
12007
12008         * gst/rtp/gstrtpvorbisdepay.c:
12009         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12010         Fix description.
12011         Small cleanup in the payloader.
12012
12013 2006-11-08  Wim Taymans  <wim@fluendo.com>
12014
12015         * gst/rtp/Makefile.am:
12016         * gst/rtp/gstrtp.c: (plugin_init):
12017         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12018         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12019         (gst_rtp_theora_depay_finalize),
12020         (gst_rtp_theora_depay_parse_configuration),
12021         (gst_rtp_theora_depay_setcaps),
12022         (gst_rtp_theora_depay_switch_codebook),
12023         (gst_rtp_theora_depay_process),
12024         (gst_rtp_theora_depay_set_property),
12025         (gst_rtp_theora_depay_get_property),
12026         (gst_rtp_theora_depay_change_state),
12027         (gst_rtp_theora_depay_plugin_init):
12028         * gst/rtp/gstrtptheoradepay.h:
12029         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12030         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12031         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12032         (gst_rtp_theora_pay_init_packet),
12033         (gst_rtp_theora_pay_flush_packet),
12034         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12035         (gst_rtp_theora_pay_handle_buffer),
12036         (gst_rtp_theora_pay_plugin_init):
12037         * gst/rtp/gstrtptheorapay.h:
12038         Add theora pay/depayloaders.
12039
12040 2006-11-06  Wim Taymans  <wim@fluendo.com>
12041
12042         * gst/rtp/Makefile.am:
12043         We depend on gsttag to generate the vorbis comments.
12044
12045         * gst/rtp/gstrtpvorbisdepay.c:
12046         (gst_rtp_vorbis_depay_parse_configuration),
12047         (gst_rtp_vorbis_depay_setcaps),
12048         (gst_rtp_vorbis_depay_switch_codebook),
12049         (gst_rtp_vorbis_depay_process):
12050         * gst/rtp/gstrtpvorbisdepay.h:
12051         Parse configuration string in the depayloader.
12052         Implement selecting and switching to a new codebook.
12053         Receiving vorbis over RTP now works.
12054
12055         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12056         (gst_rtp_vorbis_pay_init_packet),
12057         (gst_rtp_vorbis_pay_finish_headers),
12058         (gst_rtp_vorbis_pay_handle_buffer):
12059         * gst/rtp/gstrtpvorbispay.h:
12060         Set timestamps on outgoing buffers and RTP packets.
12061         Fix configuration string, prepend number of Packet headers.
12062         Fix encoding of ident string.
12063         Add delivery-method to caps.
12064         Streaming vorbis over RTP now works.
12065
12066 2006-11-06  Wim Taymans  <wim@fluendo.com>
12067
12068         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12069         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12070         (gst_rtp_vorbis_pay_handle_buffer):
12071         * gst/rtp/gstrtpvorbispay.h:
12072         Generate a valid configuration string in the caps based on the
12073         vorbis headers.
12074
12075 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12078         * ext/cdio/gstcdio.h:
12079         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12080           Move CD-TEXT utility function into common file so it can also be
12081           used by a future cdioparanoiasrc.
12082
12083 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12084         
12085         * sys/v4l2/Makefile.am:
12086         * sys/v4l2/gstv4l2object.c:
12087         * sys/v4l2/gstv4l2src.c:
12088         * sys/v4l2/gstv4l2xoverlay.c:
12089         * sys/v4l2/v4l2_calls.c:
12090         * sys/v4l2/v4l2src_calls.c:
12091         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12092         xoverlay code that is still not implemented.
12093
12094 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12097           We require a -base more recent than 0.10.9, so it's safe to use
12098           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12099
12100         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12101         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12102           Use _newsegment_full() now that we depend on a recent enough core.
12103
12104         * gst/wavparse/gstwavparse.c:
12105           Remove cruft that we don't need any longer now that we depend on
12106           a recent enough -base.
12107
12108 2006-10-31  Wim Taymans  <wim@fluendo.com>
12109
12110         * gst/rtp/Makefile.am:
12111         * gst/rtp/gstrtp.c: (plugin_init):
12112         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12113         (gst_rtpilbcpay_setcaps):
12114         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12115
12116 2006-10-31  Wim Taymans  <wim@fluendo.com>
12117
12118         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12119         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12120         Some small cleanups, use _scale.
12121
12122 2006-10-31  Wim Taymans  <wim@fluendo.com>
12123
12124         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12125         Use higher precision scale function.
12126
12127 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12128
12129         Patch by: Michal Benes  <michal dot benes at itonis tv>
12130
12131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12132         (gst_matroska_demux_read_track_encodings),
12133         (gst_matroska_decode_buffer):
12134           Fix several issues with encoded/compressed/encrypted/signed tracks;
12135           also, remove superfluous newline characters from some debug
12136           statements. (#366155)
12137
12138 2006-10-30  Wim Taymans  <wim@fluendo.com>
12139
12140         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12141         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12142         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12143         (gst_smokedec_change_state):
12144         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12145         (gst_smokeenc_init), (gst_smokeenc_finalize),
12146         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12147         (gst_smokeenc_resync), (gst_smokeenc_chain),
12148         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12149         (gst_smokeenc_change_state):
12150         Various cleanups, capsnego and leak fixes.
12151
12152 2006-10-30  Wim Taymans  <wim@fluendo.com>
12153
12154         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12155
12156         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12157         Fix videomixer so that it can handle any combination of framerates.
12158         Fixes #367221.
12159
12160 2006-10-28  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12163         (gst_avi_demux_parse_file_header),
12164         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12165         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12166         (gst_avi_demux_chain):
12167         Fix position query for audio. also fixes timestamps in streaming
12168         mode and bug #364958.
12169         Small cleanups.
12170
12171 2006-10-27  Wim Taymans  <wim@fluendo.com>
12172
12173         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12174         * ext/libpng/gstpngenc.h:
12175         Fix strides. Fixes #364856.
12176         Cleanup capsnego.
12177         Set caps on outgoing buffers.
12178
12179 2006-10-18  Wim Taymans  <wim@fluendo.com>
12180
12181         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12182
12183         * gst/rtp/gstrtpgsmpay.c:
12184         * gst/rtp/gstrtph263pay.c:
12185         * gst/rtp/gstrtpmpapay.c:
12186         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12187         (gst_rtp_pcma_pay_handle_buffer):
12188         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12189         Add static payload numbers in addition to the dynamic ones.
12190         Fixes #361639.
12191
12192 2006-10-18  Wim Taymans  <wim@fluendo.com>
12193
12194         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12195         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12196         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12197         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12198         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12199         * gst/rtsp/rtspdefs.h:
12200         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12201         * gst/rtsp/rtspurl.h:
12202         Reuse already existing enum for lower transport.
12203         Add rtspt and rtspu protocols.
12204         Send redirect to rtspt when udp times out.
12205
12206 2006-10-18  Wim Taymans  <wim@fluendo.com>
12207
12208         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12209         (gst_wavparse_stream_data):
12210         Fix seeking some more, mostly for speed changes.
12211
12212 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12213
12214         Patch by: Fredrik Persson  <frepe at bredband net>
12215
12216         * sys/v4l2/gstv4l2tuner.c:
12217         * sys/v4l2/gstv4l2tuner.h:
12218           Fix _set_channel(): remove useless g_object_notify() for "channel"
12219           property that doesn't exist any longer and therefore now also
12220           useless redirect (#338818).
12221
12222 2006-10-17  Wim Taymans  <wim@fluendo.com>
12223
12224         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12225         Some drivers do not support unsetting the non-blocking flag once the
12226         device is opened. In those cases, close/open the device in
12227         non-blocking mode. Fixes #362673.
12228
12229 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12230
12231         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12233         (gst_v4l2src_get_fps):
12234           dear stefan, framespersecond is not frameperiod, reverting but adding
12235           comment
12236
12237 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12238
12239         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12240         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12241         (gst_v4l2src_get_fps):
12242           Numerator is numerator and denominator is denominator. Say that aloud
12243           5 times and retry after next beer.
12244
12245 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         Patch by: Josep Torra Valles  <josep at fluendo com>
12248
12249         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12250         * ext/esd/esdsink.c: (gst_esdsink_write):
12251         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12252         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12253         (gst_flac_dec_send_newsegment):
12254         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12255         (gst_flac_enc_tell_callback):
12256         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12257         (smokecodec_parse_header), (smokecodec_decode):
12258         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12259         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12260         * gst/goom/Makefile.am:
12261         * gst/goom/gstgoom.c:
12262         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12263         * gst/rtsp/gstrtspsrc.c:
12264         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12265         * gst/udp/gstudpsink.c:
12266         * gst/udp/gstudpsrc.c:
12267         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12268         * sys/sunaudio/gstsunaudiomixertrack.h:
12269           Fix a bunch of problems discovered by the Forte compiler, mostly type
12270           mixups and pointer arithmetics with void pointers. Fixes #362603.
12271
12272 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12273
12274         * ext/speex/gstspeex.c: (plugin_init):
12275         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12276         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12277         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12278         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12279         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12280         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12281         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12282         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12283         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12284         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12285         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12286         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12287         * ext/speex/gstspeexenc.h:
12288           Miscellaneous clean-ups, among other things: speexenc => enc to
12289           enhance code readability; change speexenc => speex_enc; in chain
12290           function unref input buffer in case of error; take reference in
12291           event function; use boilerplate macro; use gst_pad_query_peer_*
12292           convenience functions.
12293
12294 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12297         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12298         (gst_speexenc_set_header_on_caps):
12299           Fix some mem leaks.
12300
12301 2006-10-11  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/rtsp/URLS:
12304         Added some other URL.
12305
12306         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12307         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12308         (gst_rtspsrc_open), (gst_rtspsrc_play),
12309         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12310         * gst/rtsp/gstrtspsrc.h:
12311         Work on fallback to TCP connection when the UDP socket times out.
12312         Handler server requests, just reply with OK for now.
12313
12314         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12315         * gst/rtsp/rtspdefs.h:
12316         Added some more Real extension headers.
12317
12318         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12319         Fix parsing of urls with a ':' that is not part of the hostname:port
12320         part of the url.
12321
12322 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12325         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12326         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12327           Activate pad before adding it to the already-running element.
12328
12329         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12330           Activate newly-created pad too.
12331
12332 2006-10-11  Wim Taymans  <wim@fluendo.com>
12333
12334         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12335
12336         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12337         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12338         (gst_udpsrc_start):
12339         Fix some leaks in caps and uris. Fixes #361252.
12340
12341 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12342
12343         * gst/wavparse/Makefile.am:
12344           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12345
12346 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12347
12348         * sys/v4l2/gstv4l2xoverlay.c:
12349         * sys/v4l2/gstv4l2xoverlay.h:
12350         Fix build as per the patch in #338818 comment 36.
12351
12352 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12355           Activate pads before adding them to the source.
12356
12357 2006-10-06  Wim Taymans  <wim@fluendo.com>
12358
12359         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12360         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12361         Activate pads before adding.
12362
12363 2006-10-06  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12366         (gst_multipart_find_pad_by_mime):
12367         Activate pads before adding.
12368
12369         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12370         BOILERPLATE sets parent_class for us.
12371
12372 2006-10-06  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12375         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12376         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12377         (gst_rtspsrc_alloc_udp_ports),
12378         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12379         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12380         (gst_rtspsrc_create_transports_string),
12381         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12382         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12383         * gst/rtsp/gstrtspsrc.h:
12384         Rework how the transport string is constructed, try to share channels
12385         and udp ports.
12386         Make most of the stuff less dependant on RTP as we are also going to use
12387         it for RDT.
12388         Add support for transport specific session managers.
12389
12390         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12391         Implement _flush().
12392
12393         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12394         * gst/rtsp/rtspdefs.h:
12395         Add generic error return code.
12396
12397         * gst/rtsp/rtspext.h:
12398         Add support for pluggable tranport strings.
12399
12400         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12401         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12402         (rtsp_ext_wms_get_context):
12403         Detect WMServer and activate the extension.
12404
12405         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12406         (rtsp_transport_get_manager), (rtsp_transport_parse):
12407         * gst/rtsp/rtsptransport.h:
12408         Added methods to get mime/manager for certain transports.
12409
12410 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * ext/cairo/gsttimeoverlay.c:
12413         (gst_cairo_time_overlay_update_font_height):
12414         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12415         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12416         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12417         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12418         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12419         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12420         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12421         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12422         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12423         (gst_avi_demux_stream_data):
12424         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12425         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12426         (gst_fenced_buffer_copy):
12427         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12429         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12431         (gst_rtspsrc_handle_message):
12432         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12433         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12434           Printf format fixes.
12435
12436 2006-10-04  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst/rtsp/Makefile.am:
12439         Dist new .h file too.
12440
12441 2006-10-04  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/rtsp/Makefile.am:
12444         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12445         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12447         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12448         (gst_rtspsrc_parse_rtpmap),
12449         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12450         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12451         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12452         * gst/rtsp/gstrtspsrc.h:
12453         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12454         * gst/rtsp/rtspdefs.h:
12455         * gst/rtsp/rtspext.h:
12456         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12457         (rtsp_ext_wms_get_context):
12458         * gst/rtsp/rtspextwms.h:
12459         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12460         (rtsp_transport_parse):
12461         * gst/rtsp/rtsptransport.h:
12462         Factor out extension in separate module.
12463         Fix getcaps to filter against the padtemplate.
12464         Use Content-Base if the server gives one.
12465         Rework the transport parsing a bit for future extensions.
12466         Added some Real Header field definitions.
12467
12468 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12469
12470         * docs/plugins/Makefile.am:
12471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12473           added v4l2 stubs
12474         * gst-plugins-good.spec.in:
12475           add v4l2
12476
12477 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12480           Extract disc/album/medium number and count and try harder
12481           to extract track number/count.
12482
12483 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12484
12485         * configure.ac:
12486         * sys/Makefile.am:
12487           add build stuff for v4l2, needs --enable-experimental until
12488           the last bits are resolved
12489
12490 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * tests/check/Makefile.am:
12493           Disable autodetect test temporarily, so that the build bots
12494           update -bad and the ranks of unreliable video sinks in there.
12495
12496         * tests/check/elements/autodetect.c: (GST_START_TEST):
12497           Skip test if no usable videosink is found.
12498
12499 2006-09-29  Wim Taymans  <wim@fluendo.com>
12500
12501         * gst/rtsp/URLS:
12502         Add some more URLs.
12503
12504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12505         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12506         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12507         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12508         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12509         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12510         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12511         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12512         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12513         * gst/rtsp/gstrtspsrc.h:
12514         Add timeout property to control UDP timeouts.
12515         Fix error messages.
12516         Also start a loop function when operating in UDP mode so that we can
12517         do some more stuff async.
12518         Handle element messages from udpsrc to detect timeouts. If a timeout
12519         happens we currently generate an error.
12520         API: rtspsrc::timeout property.
12521
12522         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12523         (gst_udpsrc_create):
12524         Really implement the timeout in microseconds and not milliseconds.
12525
12526 2006-09-29  Wim Taymans  <wim@fluendo.com>
12527
12528         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12529         (gst_udpsrc_create), (gst_udpsrc_set_property),
12530         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12531         * gst/udp/gstudpsrc.h:
12532         Added property to post a message on timeout.
12533         Updated docs.
12534         When restarting the select, initialize the fdsets again.
12535         Init control sockets so we don't accidentally close a random socket.
12536         API: GstUDPSrc::timeout property
12537
12538 2006-09-29  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12541         Fix flag registration.
12542
12543         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12544         Reading 0 also means 'no more commands'
12545
12546 2006-09-29  Wim Taymans  <wim@fluendo.com>
12547
12548         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12549
12550         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12551         Fix possible infinite loop when shutting down, a read can also return
12552         0 to indicate no more messages are available. Fixes #358156.
12553
12554 2006-09-25  Wim Taymans  <wim@fluendo.com>
12555
12556         * gst/autodetect/gstautoaudiosink.c:
12557         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12558         (gst_auto_audio_sink_find_best):
12559         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12560         Small cleanups.
12561         don't try to set "sync" property when it is not available.
12562
12563 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         Patch by: Peter Kjellerstedt  <pkj at axis com>
12566
12567         * gst/alpha/gstalpha.c:
12568         * gst/rtp/gstrtpamrdepay.c:
12569         * gst/rtsp/gstrtspsrc.c:
12570         * gst/udp/gstudpsrc.c:
12571         * gst/videomixer/videomixer.c:
12572           Include stdlib.h in some more places, makes things compile
12573           with uClibc and -Werror (#357592).
12574
12575 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12576
12577         * ext/jpeg/gstjpegdec.c:
12578           Set minimum height to 8 (from 16), our code should handle
12579           that fine. Some of the buttons on the apple trailer site
12580           are apparently only 15 pixels high (see #357470).
12581
12582 2006-09-23  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12585         (gst_rtspsrc_open):
12586         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12587         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12588         (rtsp_connection_receive):
12589         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12590         * gst/rtsp/rtspdefs.h:
12591         Improve error reporting.
12592
12593 2006-09-23  Wim Taymans  <wim@fluendo.com>
12594
12595         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12596         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12597         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12598         * gst/rtp/gstrtpdepay.c:
12599         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12600         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12601         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12602         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12603         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12604         (gst_rtp_mp2t_depay_plugin_init):
12605         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12606         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12607         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12608         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12609         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12610         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12611         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12612         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12613         Fix klass typos.
12614         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12615
12616 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * configure.ac:
12619           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12620
12621 2006-09-22  Wim Taymans  <wim@fluendo.com>
12622
12623         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12624         Don't check for a tag that is never there and check if we read the
12625         correct tag. Fixes seeking again.
12626         We must post an error when all pads are unlinked.
12627
12628 2006-09-22  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/rtp/Makefile.am:
12631         * gst/rtp/gstrtp.c: (plugin_init):
12632         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12633         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12634         (gst_rtp_vorbis_pay_reset_packet),
12635         (gst_rtp_vorbis_pay_init_packet),
12636         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12637         (gst_rtp_vorbis_pay_handle_buffer):
12638         More fixage, set endoder-params correctly in the payloader.
12639
12640 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12641
12642         * gst/autodetect/gstautoaudiosink.c:
12643         (gst_auto_audio_sink_base_init):
12644         * gst/autodetect/gstautovideosink.c:
12645         (gst_auto_video_sink_base_init):
12646           Make static pad templates static to appease valgrind's leak
12647           detector.
12648
12649         * tests/check/Makefile.am:
12650         * tests/check/elements/.cvsignore:
12651         * tests/check/elements/autodetect.c: (GST_START_TEST),
12652         (autodetect_suite):
12653           Add simple test for the ghostpad lockup on shutdown fixed in core
12654           CVS (audio bit disabled because it would need dozens of alsa
12655           suppressions and I'm too lazy to add those now).
12656
12657 2006-09-22  Wim Taymans  <wim@fluendo.com>
12658
12659         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12660         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12661         Small cleanups.
12662
12663         * gst/rtp/Makefile.am:
12664         * gst/rtp/gstrtp.c: (plugin_init):
12665         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12666         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12667         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12668         (gst_rtp_vorbis_depay_process),
12669         (gst_rtp_vorbis_depay_set_property),
12670         (gst_rtp_vorbis_depay_get_property),
12671         (gst_rtp_vorbis_depay_change_state),
12672         (gst_rtp_vorbis_depay_plugin_init):
12673         * gst/rtp/gstrtpvorbisdepay.h:
12674         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12675         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12676         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12677         (gst_rtp_vorbis_pay_flush_packet),
12678         (gst_rtp_vorbis_pay_append_buffer),
12679         (gst_rtp_vorbis_pay_handle_buffer),
12680         (gst_rtp_vorbis_pay_plugin_init):
12681         * gst/rtp/gstrtpvorbispay.h:
12682         Add experimental vorbis pay and depayloaders.
12683
12684 2006-09-21  Wim Taymans  <wim@fluendo.com>
12685
12686         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12687         Fix profile-level-id parsing and setup.
12688
12689 2006-09-21  Wim Taymans  <wim@fluendo.com>
12690
12691         * gst/udp/README:
12692         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12693         Update README, simple cleanup.
12694
12695 2006-09-21  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst/rtp/README:
12698         Update README with some examples.
12699
12700         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12701         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12702         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12703         (gst_rtp_mp4g_pay_setcaps):
12704         * gst/rtp/gstrtpmp4gpay.h:
12705         Make optional RTP parameters of type STRING, as required by the
12706         application/x-rtp caps specification.
12707
12708 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12709
12710         * gst/rtp/gstrtph263pdepay.c:
12711         * gst/rtp/gstrtph263ppay.c:
12712         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12713         RTP header.
12714
12715 2006-09-20  Wim Taymans  <wim@fluendo.com>
12716
12717         * gst/rtp/Makefile.am:
12718         And makefile too.
12719
12720 2006-09-20  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst/rtp/gstrtp.c: (plugin_init):
12723         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12724         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12725         (decode_base64), (gst_rtp_asf_depay_setcaps),
12726         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12727         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12728         (gst_rtp_asf_depay_plugin_init):
12729         * gst/rtp/gstrtpasfdepay.h:
12730         Added preliminary ASF depayloader.
12731
12732         * gst/rtp/gstrtph264depay.c: (decode_base64):
12733         Fix base64 decoding.
12734
12735 2006-09-20  Wim Taymans  <wim@fluendo.com>
12736
12737         * gst/rtsp/URLS:
12738         Added some test URLS.
12739
12740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12741         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12742         * gst/rtsp/gstrtspsrc.h:
12743         When creating streams, give access to the complete SDP.
12744         Fix some leaks.
12745         Collect and merge global stream properties in stream caps.
12746         Preliminary support for WMServer.
12747
12748         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12749         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12750         (rtsp_connection_receive):
12751         * gst/rtsp/rtspconnection.h:
12752         Make connection interruptable.
12753         Refactor to make it reconnectable.
12754         Don't fail on short reads when reading data packets.
12755
12756         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12757         (rtsp_url_get_port):
12758         * gst/rtsp/rtspurl.h:
12759         Add methods for getting/setting the port.
12760
12761         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12762         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12763         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12764         (sdp_media_get_format), (sdp_parse_line),
12765         (sdp_message_parse_buffer):
12766         Fix headers. 
12767         Add methods for getting multiple attributes with the same name.
12768         Increase buffer size when parsing.
12769         Fix parsing of a=foo fields.
12770
12771         * gst/rtsp/test.c: (main):
12772         Update to new connection API.
12773
12774         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12775         (rtsp_message_init_response), (rtsp_message_init_data),
12776         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12777         * gst/rtsp/rtspmessage.h:
12778         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12779         * gst/rtsp/rtsptransport.h:
12780         * gst/rtsp/sdp.h:
12781         * gst/rtsp/sdpmessage.h:
12782         * gst/rtsp/gstrtsp.c:
12783         * gst/rtsp/gstrtsp.h:
12784         * gst/rtsp/gstrtpdec.c:
12785         * gst/rtsp/gstrtpdec.h:
12786         * gst/rtsp/rtsp.h:
12787         * gst/rtsp/rtspdefs.c:
12788         * gst/rtsp/rtspdefs.h:
12789         Dual licensed under MIT and LGPL now.
12790
12791 2006-09-19  Wim Taymans  <wim@fluendo.com>
12792
12793         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12794         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12795         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12796         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12797         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12798         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12799         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12800         * gst/rtsp/gstrtspsrc.h:
12801         Reorganize stream parsing and creation.
12802         Detect container formats in interleaved mode.
12803         Keep more state about the streams.
12804         Assume a server also supports PLAY if it does not say.
12805         Add unicast and interleaved properties to TCP transport requests to make
12806         some servers happy (WMServer).
12807
12808         * gst/rtsp/sdpmessage.h:
12809         Add some defines for the standard Bandwidth types.
12810
12811 2006-09-19  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/rtsp/test.c: (main):
12814         Fix build.
12815
12816 2006-09-19  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst/wavparse/gstwavparse.c:
12819         Add ms-gsm to the src template.
12820
12821 2006-09-18  Wim Taymans  <wim@fluendo.com>
12822
12823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12824         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12825         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12826         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12827         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12828         * gst/rtsp/gstrtspsrc.h:
12829         Small cleanups, added documentation.
12830         Try to clean up the requests and responses.
12831         Refactor parsing the supported methods.
12832
12833         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12834         (rtsp_connection_create), (rtsp_connection_send),
12835         (parse_response_status), (parse_request_line),
12836         (rtsp_connection_receive), (rtsp_connection_close),
12837         (rtsp_connection_free):
12838         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12839         (rtsp_transport_init), (rtsp_transport_parse),
12840         (rtsp_transport_free):
12841         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12842         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12843         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12844         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12845         Use g_return_val some more.
12846
12847         * gst/rtsp/rtspdefs.h:
12848         Add more enum values to track initial states.
12849
12850         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12851         (rtsp_message_init_request), (rtsp_message_new_response),
12852         (rtsp_message_init_response), (rtsp_message_init_data),
12853         (rtsp_message_unset), (rtsp_message_free),
12854         (rtsp_message_add_header), (rtsp_message_remove_header),
12855         (rtsp_message_get_header), (rtsp_message_set_body),
12856         (rtsp_message_take_body), (rtsp_message_get_body),
12857         (rtsp_message_steal_body), (rtsp_message_dump):
12858         * gst/rtsp/rtspmessage.h:
12859         Reorder arguments, object goes as the first one.
12860         Use g_return_val some more.
12861
12862 2006-09-18  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12865         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12866         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12867         * gst/rtsp/gstrtspsrc.h:
12868         Export sometimes source pad with correct caps on the template, create
12869         the ghostpad from the template.
12870         Remove RTCP template as we never expose RTCP.
12871         Protect against invalid body size.
12872         Avoid memcpy when creating the output buffer.
12873         Properly post an error and send EOS when the loop function is shut down.
12874
12875 2006-09-18  Wim Taymans  <wim@fluendo.com>
12876
12877         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12878
12879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12880         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12881         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12882         * gst/rtsp/gstrtspsrc.h:
12883         Make sure we can never set an invalid location.
12884
12885         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12886         * gst/rtsp/rtspmessage.h:
12887         Added _steal_body method for future use.
12888
12889         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12890         Make freeing of NULL url return immediatly.
12891
12892 2006-09-18  Wim Taymans  <wim@fluendo.com>
12893
12894         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12895
12896         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12897         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12898         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12899         (gst_rtspsrc_change_state):
12900         * gst/rtsp/gstrtspsrc.h:
12901         Use boilerplate.
12902         Make rtspsrc subclass GstBin to make state changes easier.
12903         Add Range header field on the PLAY request.
12904
12905 2006-09-18  Wim Taymans  <wim@fluendo.com>
12906
12907         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12908
12909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12910         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12911         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12912         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12913         * gst/rtsp/rtspconnection.c: (inet_aton):
12914         Small cleanups.
12915         when multicast is selected as the transport, create UDP sources and
12916         connect to the multicast group.
12917         Move parsing and setting of caps to a common place.
12918         Fixes #349894.
12919
12920 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12921
12922         * ext/flac/gstflactag.c:
12923         * gst/alpha/gstalpha.c:
12924         * gst/debug/breakmydata.c:
12925         * gst/debug/negotiation.c:
12926         * gst/debug/testplugin.c:
12927         * gst/effectv/gstaging.c:
12928         * gst/effectv/gstdice.c:
12929         * gst/effectv/gstedge.c:
12930         * gst/effectv/gstquark.c:
12931         * gst/effectv/gstrev.c:
12932         * gst/effectv/gstshagadelic.c:
12933         * gst/effectv/gstvertigo.c:
12934         * gst/effectv/gstwarp.c:
12935         * gst/multipart/multipartdemux.c:
12936         * gst/multipart/multipartmux.c:
12937         * gst/videobox/gstvideobox.c:
12938         * gst/videofilter/gstgamma.c:
12939         * gst/videofilter/gstvideotemplate.c:
12940         * gst/videomixer/videomixer.c:
12941         * sys/sunaudio/gstsunaudiosrc.h:
12942         More G_OBJECT macro fixing.
12943
12944 2006-09-16  Wim Taymans  <wim@fluendo.com>
12945
12946         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12947
12948         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12949         Correctly set the dwLength in strh.
12950         With this patch, the file duration is now displayed correctly in window
12951         media player and the AVI plays completely. Fixes #356147
12952
12953 2006-09-15  Wim Taymans  <wim@fluendo.com>
12954
12955         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12956
12957         * sys/sunaudio/gstsunaudiomixerctrl.c:
12958         (gst_sunaudiomixer_ctrl_build_list):
12959         Set the output track as the MASTER so that the gnome-settings-daemon
12960         keybindings for changing the volume using the keyboard works.
12961         Fixes #356142.
12962
12963 2006-09-15  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12966         Fix documentation, it is not possible to control the framerate of jpegdec
12967         using filtered caps yet. Fixes #355210.
12968         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12969         stop when there is an error.
12970
12971 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12974         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12975           Don't interpret a first buffer with an offset of NONE as
12976           'from the middle of the stream', but only a first buffer
12977           that has a valid buffer offset that's non-zero (see #345449).
12978
12979 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12980
12981         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12982         (gst_icydemux_typefind_or_forward):
12983         * gst/icydemux/gsticydemux.h:
12984           When we merge/collect multiple incoming buffers for typefinding
12985           purposes, keep an initial 0 offset on the first outgoing buffer
12986           as well (otherwise id3demux won't work right). Fixes #345449.
12987           Also Make buffer metadata writable before setting buffer caps.
12988
12989         * tests/check/elements/icydemux.c: (typefind_succeed),
12990         (cleanup_icydemux), (push_data), (GST_START_TEST),
12991         (icydemux_suite):
12992           Small test case for the above.
12993
12994 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12995
12996         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12997         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12998         (gst_avi_demux_stream_header_push),
12999         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13000         (gst_avi_demux_loop):
13001           More code reuse and better logging in _peek_chunk(). Reintroduce check
13002           for chunk sizes before reading them (avoid oom). Better handling for 
13003           invalid chunksizes when streaming.
13004
13005 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13006
13007         * gst/level/gstlevel.c: (gst_level_set_property):
13008         * gst/level/gstlevel.h:
13009           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13010           René Stadler
13011
13012 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13013
13014         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13015         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13016         (gst_avi_demux_stream_data):
13017           Revert one change to fix streaming avi (adapter size != data size).
13018
13019 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13020
13021         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13022
13023         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13024         (gst_matroska_demux_reset),
13025         (gst_matroska_demux_read_track_encodings),
13026         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13027         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13028         (gst_matroska_demux_subtitle_caps):
13029         * gst/matroska/matroska-ids.h:
13030           Add support for VOBSUB subtitle tracks and zlib-compressed
13031           tracks. Make sure we start on a keyframe after a seek. (#343348)
13032
13033 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13036         (gst_matroska_demux_push_flac_codec_priv_data),
13037         (gst_matroska_demux_push_xiph_codec_priv_data),
13038         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13039         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13040         * gst/matroska/matroska-ids.h:
13041           Add basic FLAC support (#311586), not perfect yet though, needs some
13042           tweaking in flacdec; also, seeking could be better.
13043           Do better bounds checking when deserialising vorbis stream headers
13044           to make sure we don't read beyond the end of the buffer on bad input.
13045
13046 2006-09-04  Wim Taymans  <wim@fluendo.com>
13047
13048         Patch by: Alessandro Decina <alessandro at nnva dot org>
13049
13050         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13051         Seeking back in a file containing a CMML stream errors out if the seek
13052         goes back up to the CMML headers. This is because after the seek the xml
13053         processing instruction <?xml ...?> is submitted to the xml parser again, 
13054         which results in an error. The attached patch fixes the problem. 
13055         Fixes #353908.
13056
13057         * ext/annodex/gstcmmlenc.h:
13058         Fix authors name.
13059
13060
13061 2006-08-28  Andy Wingo  <wingo@pobox.com>
13062
13063         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13064         New helper function to lessen the ifdefs.
13065         (GST_INFO_OBJECT): 
13066         (gst_dv1394src_iso_receive): Use it.
13067         (gst_dv1394src_create): Also use the control sockets in iec61883
13068         mode.
13069         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13070         handle for AVC operations; fixes #348233.
13071
13072 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13073
13074         * configure.ac:
13075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13076         * docs/plugins/inspect/plugin-audiofx.xml:
13077         * docs/plugins/inspect/plugin-audiofxgood.xml:
13078         * gst/audiofx/Makefile.am:
13079         * gst/audiofx/audiofx.c:
13080         * gst/audiofxgood/.cvsignore:
13081         * gst/audiofxgood/Makefile.am:
13082         * gst/audiofxgood/audiofx.c:
13083         * gst/audiofxgood/audiopanorama.c:
13084         * gst/audiofxgood/audiopanorama.h:
13085           Rename again (audiofxgood -> audiofx).
13086
13087 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13088
13089         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13090         (gst_avi_demux_stream_scan):
13091           Initialze variables.
13092
13093 2006-08-25  Wim Taymans  <wim@fluendo.com>
13094
13095         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13096         (gst_avi_demux_init), (gst_avi_demux_finalize),
13097         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13098         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13099         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13100         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13101         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13102         (gst_avi_demux_massage_index),
13103         (gst_avi_demux_calculate_durations_from_index),
13104         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13105         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13106         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13107         (gst_avi_demux_change_state):
13108         * gst/avi/gstavidemux.h:
13109         More attempts to turn this into readable code.
13110         Don't leak adapters.
13111         Calculate duration according to index more efficiently.
13112         Don't try to act like we drive the pipeline in chain mode.
13113
13114 2006-08-25  Wim Taymans  <wim@fluendo.com>
13115
13116         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13117         Fix build.
13118
13119 2006-08-25  Wim Taymans  <wim@fluendo.com>
13120
13121         Patch by: Alessandro Decina <alessandro at nnva dot org>
13122
13123         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13124         Do some extra sanity checks.
13125         Fixes #350340.
13126
13127         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13128         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13129         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13130         Check if clip->start_time is valid before adding the clip to the
13131         track list.
13132         Reset enc->preamble going from PAUSED to READY.
13133         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13134         only used for EOS.
13135         Only post an error message if we were the one that created the fatal
13136         GstFlowReturn value.
13137
13138         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13139         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13140         Parse the seconds field of the npt-sec time format using %llu rather than
13141         %d and check that the value scaled by GST_SECOND doesn't overflow.
13142         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13143         Lookup a clip's track with clip->track rather than clip->id which
13144         makes no sense.
13145         Identify a clip by its track and start time and not its xml id.
13146         do some more input checking and make sure we don't do undefined shifts.
13147
13148         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13149         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13150         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13151         (push_clip), (push_empty_clip), (check_output_clip),
13152         (GST_START_TEST), (cmmldec_suite):
13153         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13154         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13155         (check_headers), (push_clip), (check_clip_times), (check_clip),
13156         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13157         Added some more checks.
13158
13159 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13160
13161         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13162         (gst_audio_panorama_set_property),
13163         (gst_audio_panorama_get_property),
13164         (gst_audio_panorama_transform_m2s_int),
13165         (gst_audio_panorama_transform_s2s_int),
13166         (gst_audio_panorama_transform_m2s_float),
13167         (gst_audio_panorama_transform_s2s_float):
13168         * gst/audiofxgood/audiopanorama.h:
13169         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13170           Make also the pan-property float (saves scaling and yields better
13171           resolution)
13172
13173 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13174
13175         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13176         (gst_audio_panorama_transform_m2s_float),
13177         (gst_audio_panorama_transform_s2s_float):
13178           ChangeLog surgery to add cymax's real name
13179
13180
13181 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13182
13183         Patch by: René Stadler <mail@renestadler.de>
13184
13185         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13186         (gst_audio_panorama_transform_m2s_int),
13187         (gst_audio_panorama_transform_s2s_int),
13188         (gst_audio_panorama_transform_m2s_float),
13189         (gst_audio_panorama_transform_s2s_float),
13190         (gst_audio_panorama_transform):
13191         * gst/audiofxgood/audiopanorama.h:
13192           Added float support
13193
13194 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13195
13196         * gst/audiofxgood/audiopanorama.c:
13197         (gst_audio_panorama_transform_m2s):
13198           Fix docs & debug category. Add Fixme for volume pan levels.
13199
13200 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13201
13202         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13203         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13204         (gst_avi_demux_stream_header_pull),
13205         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13206         (gst_avi_demux_chain):
13207           unbreak AVI index handling, some more debug, remove an obsolete
13208           adapter_flush that caused streaming to wander off in the wild
13209
13210 2006-08-24  Wim Taymans  <wim@fluendo.com>
13211
13212         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13213         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13214         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13215         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13216         (gst_avi_demux_calculate_durations_from_index),
13217         (gst_avi_demux_stream_header_push),
13218         (gst_avi_demux_stream_header_pull):
13219         * gst/avi/gstavidemux.h:
13220         Some more cleanups. 
13221         Fix totalFrames parsing in ODML.
13222         Disable use of index for length calculation in case of ODML as this is
13223         broken now.
13224
13225 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13228           Use libgsttag helper function here too.
13229
13230 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13231
13232         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13233         (gst_avi_demux_init), (gst_avi_demux_dispose),
13234         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13235         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13236         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13237         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13238         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13239         (gst_avi_demux_parse_subindex),
13240         (gst_avi_demux_read_subindexes_push),
13241         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13242         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13243         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13244         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13245         (gst_avi_demux_stream_header_pull),
13246         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13247         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13248         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13249         (gst_avi_demux_change_state):
13250         * gst/avi/gstavidemux.h:
13251           Initial streaming support for avidemux (fixes #336465)
13252
13253 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13254
13255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13256           There is no taglibmux element ...
13257
13258         * gst/rtsp/gstrtspsrc.c:
13259           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13260           was complaining about unknown entity here.
13261
13262 2006-08-22  Wim Taymans  <wim@fluendo.com>
13263
13264         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13265         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13266         (gst_avi_demux_process_next_entry):
13267         * gst/avi/gstavidemux.h:
13268         Mark DISCONT.
13269         Remove old unused fields and reorder the struct a bit.
13270
13271 2006-08-22  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13274         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13275         (gst_rtspsrc_pause):
13276         * gst/rtsp/gstrtspsrc.h:
13277         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13278         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13279         Small documentation updates.
13280
13281 2006-08-22  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13284         (gst_avi_demux_index_entry_for_time),
13285         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13286         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13287         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13288         (gst_avi_demux_next_data_buffer),
13289         (gst_avi_demux_calculate_durations_from_index),
13290         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13291         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13292         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13293         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13294         * gst/avi/gstavidemux.h:
13295         Precalc most of the duration query for each stream.
13296         Make seeking more correct.
13297         Use GstSegment to track position and duration.
13298         Code cleanups and leak fixes.
13299         Calculate correct total duration based on index length.
13300
13301 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13302
13303         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13304         (parse_insert_string_field):
13305           If strings in text fields are marked ISO8859-1, but contain
13306           valid UTF-8 already, then handle them as UTF-8 and ignore
13307           the encoding. (#351794)
13308
13309 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13312         (gst_flac_dec_write), (gst_flac_dec_loop),
13313         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13314         (gst_flac_dec_src_query):
13315         * ext/flac/gstflacdec.h:
13316           Make flac-in-ogg work (#352100).
13317
13318 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13319
13320         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13321           Don't unref buffers of which we've already given away
13322           ownership to the adapter.
13323
13324 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13325
13326         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13327           Make metadata extraction actually work.
13328
13329         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13330         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13331         (gst_speexenc_chain):
13332           Fix metadata writing: replace old code which wrote completely
13333           broken tags with libgsttag-based code. Plus miscellaneous
13334           code cleanups (use static pad templates etc.) and a bunch
13335           of leak fixes.
13336
13337 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13338
13339         * gst/audiopanorama/.cvsignore:
13340         * gst/audiopanorama/Makefile.am:
13341         * gst/audiopanorama/audiofx.c:
13342         * gst/audiopanorama/audiopanorama.c:
13343         * gst/audiopanorama/audiopanorama.h:
13344           die! die! die! you should never have been there
13345
13346 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13347
13348         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13349         Fix invalid memory access in audiopanorama test suite.
13350
13351 2006-08-21  Edward Hervey  <edward@fluendo.com>
13352
13353         * tests/check/elements/.cvsignore:
13354         ignore built file
13355
13356 2006-08-21  Wim Taymans  <wim@fluendo.com>
13357
13358         * gst/rtp/Makefile.am:
13359         Fix the build again.
13360
13361 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13362
13363         * gst/audiofxgood/.cvsignore:
13364         * gst/audiofxgood/Makefile.am:
13365         * gst/audiofxgood/audiofx.c: (plugin_init):
13366         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13367         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13368         (gst_audio_panorama_set_property),
13369         (gst_audio_panorama_get_property),
13370         (gst_audio_panorama_get_unit_size),
13371         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13372         (gst_audio_panorama_transform_m2s),
13373         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13374         * gst/audiofxgood/audiopanorama.h:
13375           resubmit with the desired name *again*
13376
13377 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13378
13379         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13380         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13381           use g_assert in _get_unit_size
13382
13383 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13384
13385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13387         * docs/plugins/inspect/plugin-audiofxgood.xml:
13388           cleanup -unused.txt to make it useful, add previously missing docs
13389
13390         * ext/Makefile.am:
13391           Quietly (accidentally) enable LADSPA for building by default, 
13392           despite the fact that it doesn't meet the plugin checklist.
13393             -- Added by Jan Schmidt 18 Dec 2006
13394
13395         * ext/esd/esdmon.c:
13396         * ext/esd/esdsink.c:
13397         * ext/esd/gstesd.c: (plugin_init):
13398           reflow to get rid of two external symbols
13399
13400         * gst/audiofxgood/audiofx.c: (plugin_init):
13401           re-add
13402
13403 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13404
13405         * configure.ac:
13406         * gst/audiofxgood/.cvsignore:
13407         * gst/audiofxgood/Makefile.am:
13408         * gst/audiofxgood/audiofx.c
13409         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13410         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13411         (gst_audio_panorama_set_property),
13412         (gst_audio_panorama_get_property),
13413         (gst_audio_panorama_get_unit_size),
13414         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13415         (gst_audio_panorama_transform_m2s),
13416         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13417         * gst/audiofxgood/audiopanorama.h:
13418         * tests/check/Makefile.am:
13419         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13420         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13421         (panorama_suite), (main):
13422         Add audiofxgood plugin with audiopanorama element
13423
13424 2006-08-18  Wim Taymans  <wim@fluendo.com>
13425
13426         * docs/plugins/Makefile.am:
13427         More Oss docs fixage. 
13428
13429 2006-08-18  Wim Taymans  <wim@fluendo.com>
13430
13431         * gst/rtp/Makefile.am:
13432         * gst/rtp/gstrtp.c: (plugin_init):
13433         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13434         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13435         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13436         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13437         (gst_rtp_sv3v_depay_get_property),
13438         (gst_rtp_sv3v_depay_change_state),
13439         (gst_rtp_sv3v_depay_plugin_init):
13440         * gst/rtp/gstrtpsv3vdepay.h:
13441         Added experimental SVQ3 depayloader.
13442
13443 2006-08-18  Edward Hervey  <edward@fluendo.com>
13444
13445         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13446         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13447         * ext/dv/gstdvdemux.h:
13448         When handling seek requests, don't send the newsegment event from the
13449         calling thread. Instead save it so it can be sent from the streaming
13450         thread.
13451
13452 2006-08-17  Wim Taymans  <wim@fluendo.com>
13453
13454         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13455
13456         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13457         Accept leading whitespace before the boundary
13458         This patch makes the demuxer allow some whitespace before the actual
13459         boundary. This makes the demuxer work with the ``old'' gstreamer
13460         multipartmuxer again (which placed an extra \n before the start
13461         of the stream) Fixes #349068.
13462
13463 2006-08-17  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13466         Error out on non-implemented stuff.
13467
13468 2006-08-16  Wim Taymans  <wim@fluendo.com>
13469
13470         Patch by: Andy Wingo <wingo at pobox dot com>
13471
13472         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13473         (gst_signal_processor_start), (gst_signal_processor_stop),
13474         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13475         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13476         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13477         (gst_signal_processor_change_state):
13478         Make ladspa elements reusable. Fixes #350006.
13479
13480 2006-08-16  Wim Taymans  <wim@fluendo.com>
13481
13482         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13483         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13484         names as possible. Fixes #349901.
13485
13486 2006-08-16  Wim Taymans  <wim@fluendo.com>
13487
13488         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13489         (gst_signal_processor_do_pushes):
13490         A push() gives away our refcount so we should not use the buffer on the
13491         pen anymore.
13492
13493 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13496         (gst_oss_mixer_element_finalize):
13497           Don't leak device string.
13498
13499 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13500
13501         * configure.ac:
13502           Require CVS of GStreamer core and -base (for
13503           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13504
13505         * ext/taglib/gstid3v2mux.cc:
13506           Write extended comment tags properly (#348762).
13507
13508         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13509         (parse_comment_frame):
13510           Extract COMM frames into extended comments, which makes it
13511           easier to properly retain the description bit of the tag
13512           and maintain this information when re-tagging (#348762).
13513
13514 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13515
13516         * tests/check/Makefile.am:
13517           Don't try to run annodex unit tests if the annodex
13518           plugin has not been built (Fixes #351116).
13519
13520 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * gst/autodetect/gstautoaudiosink.c:
13523         (gst_auto_audio_sink_find_best):
13524           When we can't find a usable audiosink, don't error out,
13525           but use a fake sink instead and post a warning message
13526           on the bus (#341278).
13527
13528 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13529
13530         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13531         * sys/oss/gstosssink.c:
13532         * sys/oss/gstosssrc.c:
13533           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13534           ossmixer's new device property.
13535
13536         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13538           Add docs for OSS elements.
13539
13540         * docs/plugins/inspect/plugin-aasink.xml:
13541         * docs/plugins/inspect/plugin-alaw.xml:
13542         * docs/plugins/inspect/plugin-alpha.xml:
13543         * docs/plugins/inspect/plugin-alphacolor.xml:
13544         * docs/plugins/inspect/plugin-annodex.xml:
13545         * docs/plugins/inspect/plugin-apetag.xml:
13546         * docs/plugins/inspect/plugin-auparse.xml:
13547         * docs/plugins/inspect/plugin-autodetect.xml:
13548         * docs/plugins/inspect/plugin-avi.xml:
13549         * docs/plugins/inspect/plugin-cacasink.xml:
13550         * docs/plugins/inspect/plugin-cairo.xml:
13551         * docs/plugins/inspect/plugin-cdio.xml:
13552         * docs/plugins/inspect/plugin-cutter.xml:
13553         * docs/plugins/inspect/plugin-debug.xml:
13554         * docs/plugins/inspect/plugin-dv.xml:
13555         * docs/plugins/inspect/plugin-efence.xml:
13556         * docs/plugins/inspect/plugin-effectv.xml:
13557         * docs/plugins/inspect/plugin-esdsink.xml:
13558         * docs/plugins/inspect/plugin-flac.xml:
13559         * docs/plugins/inspect/plugin-flxdec.xml:
13560         * docs/plugins/inspect/plugin-gconfelements.xml:
13561         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13562         * docs/plugins/inspect/plugin-goom.xml:
13563         * docs/plugins/inspect/plugin-halelements.xml:
13564         * docs/plugins/inspect/plugin-icydemux.xml:
13565         * docs/plugins/inspect/plugin-id3demux.xml:
13566         * docs/plugins/inspect/plugin-jpeg.xml:
13567         * docs/plugins/inspect/plugin-level.xml:
13568         * docs/plugins/inspect/plugin-matroska.xml:
13569         * docs/plugins/inspect/plugin-mulaw.xml:
13570         * docs/plugins/inspect/plugin-multipart.xml:
13571         * docs/plugins/inspect/plugin-navigationtest.xml:
13572         * docs/plugins/inspect/plugin-ossaudio.xml:
13573         * docs/plugins/inspect/plugin-png.xml:
13574         * docs/plugins/inspect/plugin-rtp.xml:
13575         * docs/plugins/inspect/plugin-rtsp.xml:
13576         * docs/plugins/inspect/plugin-shout2send.xml:
13577         * docs/plugins/inspect/plugin-smpte.xml:
13578         * docs/plugins/inspect/plugin-speex.xml:
13579         * docs/plugins/inspect/plugin-taglib.xml:
13580         * docs/plugins/inspect/plugin-udp.xml:
13581         * docs/plugins/inspect/plugin-videobalance.xml:
13582         * docs/plugins/inspect/plugin-videobox.xml:
13583         * docs/plugins/inspect/plugin-videoflip.xml:
13584         * docs/plugins/inspect/plugin-videomixer.xml:
13585         * docs/plugins/inspect/plugin-wavenc.xml:
13586         * docs/plugins/inspect/plugin-wavparse.xml:
13587         * docs/plugins/inspect/plugin-ximagesrc.xml:
13588           Update to CVS version.
13589           
13590 2006-08-16  Wim Taymans  <wim@fluendo.com>
13591
13592         * gst/rtp/gstrtpamrdepay.c:
13593         * gst/rtp/gstrtpmp4gdepay.c:
13594         Caps extra properties must be defined as strings for
13595         depayloaders because they are generated from an SDP.
13596
13597         * gst/rtp/Makefile.am:
13598         * gst/rtp/gstrtp.c: (plugin_init):
13599         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13600         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13601         (gst_rtp_h264_depay_finalize), (decode_base64),
13602         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13603         (gst_rtp_h264_depay_set_property),
13604         (gst_rtp_h264_depay_get_property),
13605         (gst_rtp_h264_depay_change_state),
13606         (gst_rtp_h264_depay_plugin_init):
13607         * gst/rtp/gstrtph264depay.h:
13608         Added basic, not completely functional RFC 3984 H264 depayloader.
13609
13610 2006-08-16  Wim Taymans  <wim@fluendo.com>
13611
13612         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13613         Add pads after setting them up.
13614
13615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13616         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13617         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13618         (gst_rtspsrc_stream_setup_rtp),
13619         (gst_rtspsrc_stream_configure_transport),
13620         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13621         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13622         (gst_rtspsrc_pause):
13623         * gst/rtsp/gstrtspsrc.h:
13624         Fix interleaved mode.
13625          - Protect streaming with lock.
13626          - Combine flows
13627          - set caps on outgoing buffers.
13628          - strip trailing \0 from data packets.
13629          - Configure RTP/RTCP in stream.
13630         Use DEBUG_OBJECT more.
13631
13632 2006-08-16  Wim Taymans  <wim@fluendo.com>
13633
13634         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13635         Turn a g_print into a DEBUG line.
13636
13637 2006-08-13  Wim Taymans  <wim@fluendo.com>
13638
13639         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13640         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13641         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13642         (gst_oss_mixer_element_get_property),
13643         (gst_oss_mixer_element_change_state):
13644         * sys/oss/gstossmixerelement.h:
13645         Small cleanups. Better error reporting.
13646         Add device property for the mixer instead of the hardcoded
13647         /dev/mixer. Fixes #350785.
13648         API: GstOssMixerElement::device property
13649
13650 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13651
13652         Patch by: Jens Granseuer <jensgr at gmx net>
13653
13654         * gconf/Makefile.am:
13655           Make --disable-schemas work right (they still need
13656           to be copied to the installation directory, just not
13657           applied). Fixes #351347 (also #344100).
13658           
13659 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13660
13661         * configure.ac: back to HEAD
13662
13663 === release 0.10.4 ===
13664
13665 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13666
13667         * configure.ac:
13668           releasing 0.10.4, "Dear Leader"
13669
13670 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13671
13672         Patch by: Edward Hervey <edward@fluendo.com>
13673
13674         * configure.ac:
13675         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13676         (gst_wavparse_stream_data):
13677         Send the newsegment event in the streaming thread.
13678         Fixes #347529
13679
13680 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13683         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13684         (gst_smokeenc_resync), (gst_smokeenc_chain):
13685           Refuse sink caps in the encoder if width or height is not a
13686           multiple of 16, the encoder does not support that yet (#349939);
13687           along the same lines, check the return value of the encoder
13688           setup function; also remove some debug log clutter.
13689
13690 2006-08-04  Andy Wingo  <wingo@pobox.com>
13691
13692         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13693         whether a processor can work in place or not, and for keeping
13694         track of its state. Change the FlowReturn instance variable from
13695         "state" to "flow_state", all callers changed.
13696
13697         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13698         (gst_signal_processor_start, gst_signal_processor_stop)
13699         (gst_signal_processor_cleanup): New functions to manage the
13700         processor's state.
13701         (gst_signal_processor_setcaps): start() as well as setup() here.
13702         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13703         (gst_signal_processor_change_state): Stop and cleanup the
13704         processor as we go to NULL.
13705
13706         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13707         INPLACE_BROKEN is not set.
13708
13709         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13710         Do the alloc_buffer in bytes, not frames.
13711         
13712 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13713
13714         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13715         Fix rgb masks when recording in < 24bpp.
13716
13717 2006-08-04  Andy Wingo  <wingo@pobox.com>
13718
13719         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13720         (gst_signal_processor_prepare)
13721         (gst_signal_processor_update_inputs)
13722         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13723         (gst_signal_processor_flush)
13724         (gst_signal_processor_sink_activate_push)
13725         (gst_signal_processor_src_activate_pull)
13726         (gst_signal_processor_change_state): Remove the last of the code
13727         that assumes that we process whole buffers at a time. Fix some
13728         debugging. Seems to work now in some cases.
13729         (gst_signal_processor_src_activate_pull): BPB
13730
13731 2006-08-01  Andy Wingo  <wingo@pobox.com>
13732
13733         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13734         Fix nframes-choosing.
13735         (gst_signal_processor_init): Init pending_in and pending_out.
13736
13737         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13738         more default sample rate, although we never check that the sample
13739         rate actually gets set. Something for the future.
13740         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13741         (gst_signal_processor_event): Refcount fixen.
13742         (gst_signal_processor_process): Pull the number of frames to
13743         process from the sizes of the buffers in the input pens.
13744         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13745         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13746         it instead of buffer_frames.
13747         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13748         to do_pulls.
13749         (gst_signal_processor_chain)
13750         (gst_signal_processor_sink_activate_push)
13751         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13752
13753         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13754
13755 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13756
13757         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13758         (gst_signal_processor_process):
13759           don't query buffer-frames from caps, add lots of debug-log,
13760           try fix for assert (#349189)
13761
13762 2006-07-31  Wim Taymans  <wim@fluendo.com>
13763
13764         * gst/udp/gstudpsrc.c:
13765         Fix docs.
13766
13767 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13768
13769         * ext/ladspa/gstsignalprocessor.c:
13770         (gst_signal_processor_add_pad_from_template),
13771         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13772         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13773         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13774         (gst_signal_processor_sink_activate_push),
13775         (gst_signal_processor_src_activate_pull),
13776         (gst_signal_processor_change_state):
13777          Add debugs logs here and there, add more error handling, add some
13778          FIXME comments, filed #349189
13779
13780 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13781
13782         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13783         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13784         Set caps on buffer correctly.  Fixes bug #349155.
13785
13786 2006-07-28  Wim Taymans  <wim@fluendo.com>
13787
13788         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13789
13790         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13791         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13792         (gst_multipart_demux_finalize), (get_line_end),
13793         (multipart_parse_header), (multipart_find_boundary),
13794         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13795         (gst_multipart_set_property), (gst_multipart_get_property):
13796         Uses GstAdapter instead of own buffering.
13797         Actually parses the mime-type correctly (In tests the mime-type was
13798         always "" with the old version).
13799         Uses the Content-length header if available to speed up things.
13800         Reliably autoscans the boundary name by default.
13801         Fixes #349068.
13802
13803         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13804         Don't start the stream with a \n.
13805
13806 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13807
13808         Patch by: Brian Cameron <brian dot cameron at sun com>
13809
13810         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13811           Open source with O_NONBLOCK (#349015).
13812
13813 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13814
13815         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13816         (gst_avi_demux_massage_index):
13817         * gst/avi/gstavidemux.h:
13818           Whitespace fixes and more debug
13819
13820 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * gst/autodetect/gstautoaudiosink.c:
13823         (gst_auto_audio_sink_create_element_with_pretty_name),
13824         (gst_auto_audio_sink_find_best),
13825         (gst_auto_audio_sink_change_state):
13826           Get rid of old and unused magic sound-server properties stuff.
13827           Add suffix to child sink's name that makes it easy to see from
13828           the name alone which type it actually is (alsa, oss, esd, etc.).
13829
13830 2006-07-27  Wim Taymans  <wim@fluendo.com>
13831
13832         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13833         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13834         (gst_udpsrc_start):
13835         * gst/udp/gstudpsrc.h:
13836         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13837         not some sort of feature we enable.
13838
13839 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13842           Use CLOSE_SOCKET() here instead of close() to maintain
13843           win32 workiness.
13844
13845 2006-07-27  Wim Taymans  <wim@fluendo.com>
13846
13847         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13848
13849         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13850         (gst_udpsrc_create), (gst_udpsrc_set_property),
13851         (gst_udpsrc_get_property), (gst_udpsrc_start):
13852         * gst/udp/gstudpsrc.h:
13853         Added "buffer-size" property to control the kernel receive buffer size.
13854         Update documentation.
13855         Small cleanups. Fixes #348752.
13856         API: buffer-size property
13857
13858 2006-07-26  Wim Taymans  <wim@fluendo.com>
13859
13860         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13861
13862         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13863         (gst_rtp_pcma_pay_handle_buffer):
13864         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13865         (gst_rtp_pcmu_pay_handle_buffer):
13866         Fix timestamp calculation on outgoing RTP packets.
13867         Fixes #348675.
13868
13869 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * ext/taglib/gstid3v2mux.cc:
13872           Fix writing of comment frames (should be COMM not TCOM),
13873           is still sub-optimal though, since we don't retain or
13874           extract the comment descriptions properly (#334375,
13875           also see #334375).
13876
13877 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         * gst/wavparse/gstwavparse.c:
13880           #define 'fact' RIFF chunk if we are not compiling against
13881           -base CVS (we don't want to depend on -base CVS for this
13882           one define only, and also not for release order reasons).
13883
13884 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * ext/taglib/gstid3v2mux.cc:
13887           Handle multiple tags of the same type properly. Re-inject
13888           unparsed ID3v2 frames that we get as binary blobs from
13889           id3demux into the tag again so we don't lose information
13890           when retagging (#334375).
13891
13892 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13893
13894         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13895           Document newly-added properties properly, so that there is a
13896           'Since: 0.10.4' in the plugin docs. Convert some property
13897           names into canonical GObject style (GObject will do that
13898           internally anyway).
13899
13900 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13901
13902         * gst/id3demux/id3tags.c:
13903         (id3demux_add_id3v2_frame_blob_to_taglist):
13904           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13905           well, and add the version to the blob's buffer caps, since that
13906           information will be needed for deserialisation later on (#348644).
13907
13908 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13909
13910         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13911         (gst_avi_demux_parse_stream):
13912          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13913          indentation and spacing.
13914
13915 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13916
13917         * docs/plugins/Makefile.am:
13918         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13919         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13920         * docs/plugins/gst-plugins-good-plugins.args:
13921         * docs/plugins/inspect/plugin-1394.xml:
13922         * docs/plugins/inspect/plugin-aasink.xml:
13923         * docs/plugins/inspect/plugin-alaw.xml:
13924         * docs/plugins/inspect/plugin-alpha.xml:
13925         * docs/plugins/inspect/plugin-alphacolor.xml:
13926         * docs/plugins/inspect/plugin-annodex.xml:
13927         * docs/plugins/inspect/plugin-apetag.xml:
13928         * docs/plugins/inspect/plugin-auparse.xml:
13929         * docs/plugins/inspect/plugin-autodetect.xml:
13930         * docs/plugins/inspect/plugin-avi.xml:
13931         * docs/plugins/inspect/plugin-cacasink.xml:
13932         * docs/plugins/inspect/plugin-cairo.xml:
13933         * docs/plugins/inspect/plugin-cdio.xml:
13934         * docs/plugins/inspect/plugin-cutter.xml:
13935         * docs/plugins/inspect/plugin-debug.xml:
13936         * docs/plugins/inspect/plugin-dv.xml:
13937         * docs/plugins/inspect/plugin-efence.xml:
13938         * docs/plugins/inspect/plugin-effectv.xml:
13939         * docs/plugins/inspect/plugin-esdsink.xml:
13940         * docs/plugins/inspect/plugin-flac.xml:
13941         * docs/plugins/inspect/plugin-flxdec.xml:
13942         * docs/plugins/inspect/plugin-gconfelements.xml:
13943         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13944         * docs/plugins/inspect/plugin-goom.xml:
13945         * docs/plugins/inspect/plugin-halelements.xml:
13946         * docs/plugins/inspect/plugin-icydemux.xml:
13947         * docs/plugins/inspect/plugin-id3demux.xml:
13948         * docs/plugins/inspect/plugin-jpeg.xml:
13949         * docs/plugins/inspect/plugin-level.xml:
13950         * docs/plugins/inspect/plugin-matroska.xml:
13951         * docs/plugins/inspect/plugin-mulaw.xml:
13952         * docs/plugins/inspect/plugin-multipart.xml:
13953         * docs/plugins/inspect/plugin-navigationtest.xml:
13954         * docs/plugins/inspect/plugin-ossaudio.xml:
13955         * docs/plugins/inspect/plugin-png.xml:
13956         * docs/plugins/inspect/plugin-rtp.xml:
13957         * docs/plugins/inspect/plugin-rtsp.xml:
13958         * docs/plugins/inspect/plugin-shout2send.xml:
13959         * docs/plugins/inspect/plugin-smpte.xml:
13960         * docs/plugins/inspect/plugin-speex.xml:
13961         * docs/plugins/inspect/plugin-udp.xml:
13962         * docs/plugins/inspect/plugin-videobalance.xml:
13963         * docs/plugins/inspect/plugin-videobox.xml:
13964         * docs/plugins/inspect/plugin-videoflip.xml:
13965         * docs/plugins/inspect/plugin-videomixer.xml:
13966         * docs/plugins/inspect/plugin-wavenc.xml:
13967         * docs/plugins/inspect/plugin-wavparse.xml:
13968         * docs/plugins/inspect/plugin-ximagesrc.xml:
13969           Update files to CVS/Prerelease version, add esdsink docs.
13970
13971         * ext/esd/esdsink.c:
13972           Add gtk-doc blurb.
13973
13974         * gst/rtp/gstrtpmp4vpay.c:
13975           Fix typo in element description.
13976
13977 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13978
13979         * ext/esd/esdsink.c: (gst_esdsink_open),
13980         (gst_esdsink_factory_init):
13981           Prevent libesd from auto-spawning a sound daemon if it
13982           is not already running. Now that we don't do evil stuff
13983           like that any longer we can give esdsink a rank so that
13984           autoaudiosink will try it as well if all other audio
13985           sinks fail (#343051).
13986
13987 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * ext/esd/Makefile.am:
13990           Oops, need to remove README from EXTRA_DIST as well.
13991
13992 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13993
13994         * ext/esd/README:
13995           Remove, it contains nothing useful anyway.
13996
13997         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13998         (gst_esdsink_delay):
13999           Some small clean-ups; use GST_BOILERPLATE etc.
14000
14001 2006-07-24  Wim Taymans  <wim@fluendo.com>
14002
14003         * gst/law/alaw-decode.c: (alawdec_getcaps):
14004         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14005         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14006         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14007         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14008
14009 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14010
14011         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14012         (gst_wavparse_other), (gst_wavparse_perform_seek),
14013         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14014         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14015         (gst_wavparse_pad_query):
14016         * gst/wavparse/gstwavparse.h:
14017           Use information from 'fact' chunk for length calculation of compressed
14018           samples. Calculate bps if bogus value is found in wav header (embeded
14019           mp2/mp3).
14020           
14021
14022 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14023
14024         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14025
14026         * configure.ac:
14027         * gst/udp/Makefile.am:
14028         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14029         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14030         * gst/udp/gstdynudpsink.h:
14031         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14032         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14033         * gst/udp/gstmultiudpsink.h:
14034         * gst/udp/gstudp.c: (plugin_init):
14035         * gst/udp/gstudpsink.h:
14036         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14037         (gst_udpsrc_start), (gst_udpsrc_stop):
14038         * gst/udp/gstudpsrc.h:
14039         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14040         (gst_udp_net_utils_win32_wsa_startup):
14041         * gst/udp/gstudpnetutils.h:
14042           Port udp plugin to win32 (#345288).
14043
14044 2006-07-24  Wim Taymans  <wim@fluendo.com>
14045
14046         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14047         Remove unwanted DEBUG line.
14048
14049 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14050
14051         * gst/id3demux/gstid3demux.c: (plugin_init):
14052         * gst/id3demux/id3tags.c:
14053         (id3demux_add_id3v2_frame_blob_to_taglist):
14054         * gst/id3demux/id3tags.h:
14055           On second thought, it might be wiser and more efficient
14056           not to do tag registration from a streaming thread.
14057
14058 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * gst/id3demux/id3tags.c:
14061         (id3demux_add_id3v2_frame_blob_to_taglist),
14062         (id3demux_id3v2_frames_to_tag_list):
14063           Put ID3v2 frames we can't parse as binary blobs into private
14064           tags, so that they are not lost when retagging, at least once
14065           id3v2mux has been taught to re-inject those frames again.
14066           See bug #334375.
14067
14068 2006-07-21  Wim Taymans  <wim@fluendo.com>
14069
14070         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14071         (gst_avi_demux_process_next_entry):
14072         Fix some leaks.
14073
14074         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14075         Don't use \n in debug lines.
14076
14077 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14078
14079         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14080         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14081           Add annodex and icydemux, cleanup the sections a bit
14082
14083 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         Patch by: Alex Lancaster <alexl at users sourceforge net>
14086
14087         * ext/taglib/gstid3v2mux.cc:
14088           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14089           ID3v2 TSSE frames (#347898).
14090
14091 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14092
14093         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14094           Respect mpegversion for "video/mpeg" and give message in case of
14095           unhandled versions.
14096
14097 2006-07-17  Wim Taymans  <wim@fluendo.com>
14098
14099         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14100         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14101         (gst_pngdec_chain), (gst_pngdec_sink_event),
14102         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14103         (gst_pngdec_sink_activate_push):
14104         * ext/libpng/gstpngdec.h:
14105         Use statically allocated segment instead of leaking.
14106         Various cleanups.
14107         Fix flush and seek handling.
14108
14109 2006-07-16  Wim Taymans  <wim@fluendo.com>
14110
14111         * gst/rtp/Makefile.am:
14112         * gst/rtp/gstrtp.c: (plugin_init):
14113         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14114         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14115         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14116         (gst_rtp_mp4g_depay_set_property),
14117         (gst_rtp_mp4g_depay_get_property),
14118         (gst_rtp_mp4g_depay_change_state),
14119         (gst_rtp_mp4g_depay_plugin_init):
14120         * gst/rtp/gstrtpmp4gdepay.h:
14121         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14122         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14123         (gst_rtp_mp4g_pay_flush):
14124         Added simple generic mpeg4 depayloader.
14125         Fix generic mpeg4 payloader.
14126
14127 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14130           Don't try doing state changes on a NULL pointer.
14131
14132 2006-07-14  Wim Taymans  <wim@fluendo.com>
14133
14134         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14135
14136         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14137         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14138         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14139         * gst/rtp/gstrtpamrdepay.h:
14140         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14141         Fixes #321191
14142
14143 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14144
14145         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14146         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14147         Fix segfault when moving mouse pointer to the bottom right corner.
14148
14149 2006-07-12  Wim Taymans  <wim@fluendo.com>
14150
14151         * gst/rtp/Makefile.am:
14152         * gst/rtp/gstrtp.c: (plugin_init):
14153         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14154         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14155         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14156         (gst_rtp_mp2t_depay_set_property),
14157         (gst_rtp_mp2t_depay_get_property),
14158         (gst_rtp_mp2t_depay_change_state),
14159         (gst_rtp_mp2t_depay_plugin_init):
14160         * gst/rtp/gstrtpmp2tdepay.h:
14161         Added mpeg2 TS depayloader. Closing #347234.
14162
14163 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14164
14165         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14166           Remove g_assert that shouldn't be there and was triggered
14167           after trying to open a device that doesn't exist or can't
14168           be opened for some other reason (#347972).
14169
14170 2006-07-10  Edward Hervey  <edward@fluendo.com>
14171
14172         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14173         (gst_avi_demux_stream_header), (push_tag_lists):
14174         * gst/avi/gstavidemux.h:
14175         Don't push tag events found by gst_riff_parse_info() before outputting
14176         GST_EVENT_NEWSEGMENT.
14177
14178 2006-07-10  Wim Taymans  <wim@fluendo.com>
14179
14180         * gst/rtsp/Makefile.am:
14181         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14182         (rtsp_connection_close):
14183         * gst/rtsp/rtspdefs.h:
14184         replaced closesocket and close in code with one CLOSE_SOCKET. 
14185         Some more cleanups. Fixes #345301.
14186
14187 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         * gst/autodetect/gstautoaudiosink.c:
14190           Fix example pipeline in docs.
14191
14192 2006-07-10  Wim Taymans  <wim@fluendo.com>
14193
14194         Patch by: Rob Taylor <robtaylor at floopily dot org>
14195
14196         * gst/udp/gstmultiudpsink.c: (join_multicast),
14197         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14198         If a destination is added before the stream is set to PAUSED, the
14199         multicast group is not joined as the socket is not created yet. 
14200         Also TTL and LOOP should also be set. Fixes #346921.
14201
14202 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14203
14204         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14205         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14206         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14207         (gst_ximage_src_init):
14208         * sys/ximage/gstximagesrc.h:
14209         Fix use-damage property to actually work :)
14210         Add startx, starty, endx, endy properties so screencasts other than full
14211         screen ones can work.
14212
14213 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14214
14215         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14216         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14217         (gst_ximage_src_class_init), (gst_ximage_src_init):
14218         * sys/ximage/gstximagesrc.h:
14219         Add use_damage property to offer ability to choose whether to use
14220         XDamage or not.
14221
14222 2006-07-07  Wim Taymans  <wim@fluendo.com>
14223
14224         * gst/goom/filters.c: (zoomFilterSetResolution):
14225         Avoid goom coredumping by clearing memory. 
14226         Fixes 345679.
14227
14228 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14229
14230         * win32/vs6/libgstid3demux.dsp:
14231         Add a link to libgsttag-0.10.lib.
14232
14233 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14236         (gst_tag_demux_read_range):
14237         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14238         (gst_id3demux_read_range):
14239           Don't return FLOW_UNEXPECTED when a buffer is before
14240           the start of the stream (which might happen with
14241           large ID3v2 tags if the tag reading was done pullrange
14242           based and we then switched to push mode later on).
14243           Fixes regression introduced by commit from June 29th.
14244
14245 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * ext/taglib/gstid3v2mux.cc:
14248           Make UTF-8 the default encoding when writing string
14249           tags (before, our UTF-8 strings would automatically
14250           be converted to ISO-8859-1 by taglib and written as
14251           ISO-8859-1 fields if that was possible).
14252
14253         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14254         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14255         (test_taglib_id3mux_with_tags):
14256           Add test case that makes sure our UTF-8 strings have
14257           actually been written into the tag as UTF-8.
14258
14259 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * configure.ac:
14262           Let's try that again.
14263
14264 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * configure.ac:
14267           Disable monoscope plugin for now until it fulfills
14268           all the requirements.
14269
14270 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         * configure.ac:
14273         * gst/monoscope/Makefile.am:
14274         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14275         (gst_monoscope_class_init), (gst_monoscope_init),
14276         (gst_monoscope_finalize), (gst_monoscope_reset),
14277         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14278         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14279         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14280         (gst_monoscope_change_state), (plugin_init):
14281         * gst/monoscope/gstmonoscope.h:
14282           Port monoscope visualisation to 0.10.
14283
14284 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14285
14286         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14287         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14288           Return FLOW_UNEXPECTED when at the end of the file, not
14289           FLOW_ERROR. Fixes 'internal stream error' errors that
14290           would sometimes occur in totem when scrubbing to the
14291           end of an ID3v1 tagged mp3 file.
14292
14293 2006-07-03  Edward Hervey  <edward@fluendo.com>
14294
14295         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14296         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14297         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14298         * ext/libpng/gstpngdec.h:
14299         Implement buffer clipping/dropping using GstSegment.
14300         This provides accurate seeking.
14301
14302 2006-07-03  Edward Hervey  <edward@fluendo.com>
14303
14304         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14305         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14306         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14307         (gst_avi_demux_process_next_entry), (push_tag_lists),
14308         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14309         * gst/avi/gstavidemux.h:
14310         Proper aggregation of each stream's GstFlowReturn in order to figure out
14311         whether the task should stop or not.
14312         Don't send inline events before pushing out a NEW_SEGMENT, more
14313         specifically for GST_TAG_EVENT.
14314         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14315         sub-indexes.
14316
14317 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14318
14319         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14320
14321         * sys/sunaudio/gstsunaudiomixerctrl.c:
14322         (gst_sunaudiomixer_ctrl_build_list):
14323           Move "Monitor" slider to input tab so it works more like
14324           sdtaudiocontrol, which is what people on Solaris are used
14325           to using for their mixer program (#346259).
14326
14327 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * tests/check/elements/level.c: (GST_START_TEST):
14330           fix a leak, clean up at the end
14331
14332 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14333
14334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14335         (gst_matroska_demux_send_event),
14336         (gst_matroska_demux_loop_stream_parse_id):
14337         * gst/matroska/matroska-ids.h:
14338           Send tag event after newsegment event.
14339
14340 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14341
14342         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14343         (gst_id3demux_read_range):
14344           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14345           certain cases where a read beyond the end of the file is
14346           requested. Fixes #345930.
14347
14348         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14349         (gst_tag_demux_read_range):
14350           Fix same issue here as well.
14351
14352 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14353
14354         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14355         
14356         Fix hypothetical crash.
14357
14358 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14359
14360         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14361
14362         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14363           Do not modify the ports value. If the user has turned off the
14364           built-in speakers, then we should not reset it in the prepare
14365           function, since this causes the built-in speakers to turn
14366           back on anytime the user changes a track in totem, rhythmbox,
14367           etc. (#346066).
14368
14369 2006-06-23  Wim Taymans  <wim@fluendo.com>
14370
14371         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14372         Fix double caps unref when negotiation fails.
14373
14374 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * ext/annodex/gstcmmldec.c:
14377         * ext/annodex/gstcmmlenc.c:
14378         * ext/annodex/gstcmmlparser.c:
14379         * ext/dv/gstdvdec.c:
14380         * ext/dv/gstdvdemux.c:
14381         * ext/gdk_pixbuf/pixbufscale.c:
14382         * ext/jpeg/gstjpegenc.c:
14383         * ext/jpeg/gstsmokedec.c:
14384         * ext/jpeg/gstsmokeenc.c:
14385         * ext/libpng/gstpngdec.c:
14386         * ext/libpng/gstpngenc.c:
14387         * ext/speex/gstspeexenc.c:
14388         * gst/alpha/gstalphacolor.c:
14389         * gst/cutter/gstcutter.c:
14390         * gst/debug/gstnavigationtest.c:
14391         * gst/icydemux/gsticydemux.c:
14392         * gst/level/gstlevel.c:
14393         * gst/multipart/multipart.c:
14394         * gst/rtp/gstrtpamrpay.c:
14395         * gst/rtp/gstrtpdepay.c:
14396         * gst/rtp/gstrtpilbcpay.c:
14397         * gst/rtp/gstrtpmp4gpay.c:
14398         * gst/rtp/gstrtpmp4vpay.c:
14399         * gst/rtsp/gstrtpdec.c:
14400         * gst/rtsp/gstrtspsrc.c:
14401         * gst/udp/gstdynudpsink.c:
14402         * gst/udp/gstmultiudpsink.c:
14403         * gst/udp/gstudpsrc.c:
14404         * gst/videobox/gstvideobox.c:
14405         * gst/videofilter/gstvideoflip.c:
14406           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14407           plus two minor macro fixes.
14408
14409 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14410
14411         * gst/matroska/matroska-demux.c:
14412         (gst_matroska_demux_check_subtitle_buffer),
14413         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14414         (gst_matroska_demux_subtitle_caps):
14415         * gst/matroska/matroska-ids.c:
14416         (gst_matroska_track_init_subtitle_context):
14417         * gst/matroska/matroska-ids.h:
14418           Try to fix up broken matroska files containing subtitle
14419           streams with non-UTF8 character encodings (courtesy of
14420           mkvmerge) using either the encoding specified in the
14421           GST_SUBTITLE_ENCODING environment variable or the
14422           current locale's character set if it is non-UTF8.
14423           Fixes #337076.
14424
14425 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14428           Set image type from APIC frame as "image-type" field
14429           of GST_TAG_IMAGE buffer caps (#344605).
14430
14431 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * ext/flac/Makefile.am:
14434         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14435         (gst_flac_dec_reset_decoders),
14436         (gst_flac_dec_setup_seekable_decoder),
14437         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14438         (gst_flac_dec_metadata_callback),
14439         (gst_flac_dec_metadata_callback_seekable),
14440         (gst_flac_dec_metadata_callback_stream),
14441         (gst_flac_dec_error_callback),
14442         (gst_flac_dec_error_callback_seekable),
14443         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14444         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14445         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14446         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14447         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14448         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14449         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14450         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14451         (gst_flac_dec_sink_activate_push),
14452         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14453         * ext/flac/gstflacdec.h:
14454           Support chain-based operation, should make flac-over-DAAP
14455           work (#340492).
14456
14457 2006-06-20  Wim Taymans  <wim@fluendo.com>
14458
14459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14460         Doc updates, merge some unused symbols.
14461
14462 2006-06-20  Wim Taymans  <wim@fluendo.com>
14463
14464         * docs/plugins/Makefile.am:
14465         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14466         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14467         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14468         * gst/rtsp/gstrtspsrc.c:
14469         * gst/rtsp/gstrtspsrc.h:
14470         Added documentation for the rtsp plugin. Fixes #345393.
14471
14472 2006-06-20  Wim Taymans  <wim@fluendo.com>
14473
14474         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14475         (rtsp_connection_close), (rtsp_connection_free):
14476         Use better G_OS_* macros. Fixes #345301 some more.
14477
14478 2006-06-20  Wim Taymans  <wim@fluendo.com>
14479
14480         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14481
14482         * sys/sunaudio/Makefile.am:
14483         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14484         * sys/sunaudio/gstsunaudiomixerctrl.c:
14485         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14486         (gst_sunaudiomixer_ctrl_list_tracks),
14487         (gst_sunaudiomixer_ctrl_get_volume),
14488         (gst_sunaudiomixer_ctrl_set_volume),
14489         (gst_sunaudiomixer_ctrl_set_mute),
14490         (gst_sunaudiomixer_ctrl_set_record):
14491         * sys/sunaudio/gstsunaudiomixerctrl.h:
14492         * sys/sunaudio/gstsunaudiomixertrack.c:
14493         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14494         * sys/sunaudio/gstsunaudiomixertrack.h:
14495         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14496         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14497         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14498         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14499         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14500         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14501         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14502         (gst_sunaudiosrc_reset):
14503         * sys/sunaudio/gstsunaudiosrc.h:
14504         Add a SunAudio source plugin.
14505         Support stereo and right/left channel gain in the mixer plugin.
14506         Support the RECORD flag so that you can switch between line-input and
14507         microphone in gnome-volume-control.
14508         Code cleanups like using an enumerator for track number instead of an 
14509         integer. Fixes #344923.
14510
14511 2006-06-20  Wim Taymans  <wim@fluendo.com>
14512
14513         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14514
14515         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14516         (rtsp_connection_close):
14517         Make RTSP plugin compile on windows. Fixes #345301.
14518         Some changes to original patch to catch errors better.
14519         use ifdef WIN32 instead of ifndef.
14520
14521 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14522
14523         * configure.ac:
14524         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14525
14526 2006-06-18  Edward Hervey  <edward@fluendo.com>
14527
14528         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14529         After a failed buffer alloc, we need to abort the jpeg decoding (it
14530         started when parsing headers to figure out how many bytes we need
14531         to request downstream).
14532
14533 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14534
14535         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14536
14537         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14538           Make sure we don't read beyond the end of the file (#345232).
14539
14540 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14541
14542         * configure.ac:
14543           Fix --disable-external (can't set conditionals conditionally,
14544           #343602).
14545
14546 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14547
14548         * autogen.sh:
14549         * configure.ac:
14550         * docs/Makefile.am:
14551           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14552
14553         * docs/plugins/Makefile.am:
14554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14555         * docs/plugins/inspect/plugin-taglib.xml:
14556           Add/fix apev2mux docs.
14557
14558 2006-06-14  Wim Taymans  <wim@fluendo.com>
14559
14560         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14561         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14562         (gst_dvdec_change_state):
14563         Reset segment info on flush.
14564         Alloc segment in _init, free in _finalize.
14565
14566         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14567         Don't send segments twice.
14568
14569 2006-06-14  Wim Taymans  <wim@fluendo.com>
14570
14571         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14572         Respect segment.stop. Fixes #342592.
14573
14574 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14575
14576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14577           No language specified means the implied language is English
14578           according to the matroska spec (partially fixes #344708);
14579           add some more debug output.
14580
14581 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14584         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14585         (gst_wavparse_chain):
14586           When operating chain-based, don't make any assumptions about the
14587           chunking of the incoming data and make streaming work on days other
14588           than the second Thursday after a full moon. Also fix up debug
14589           messages here and there and make use of the most excellent new
14590           gst_pad_query_peer_duration() utility function.
14591           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14592
14593         * gst/wavparse/gstwavparse.h:
14594           Remove trailing comma after last enum value, some compilers don't
14595           like that.
14596
14597 2006-06-13  Wim Taymans  <wim@fluendo.com>
14598
14599         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14600         Handle premature EOS gracefully.
14601
14602 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14603
14604         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14605           Prevent out of bounds array access when scrubbing towards
14606           the end of the file between the last index entry and the
14607           end. Fixes occasional 'start <= stop' newsegment event
14608           assertions when scrubbing in MJPEG files.
14609
14610 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14611
14612         * tests/check/elements/.cvsignore:
14613           And another one.
14614
14615 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14618         (scan_encoded_string), (parse_picture_frame):
14619           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14620
14621         * configure.ac:
14622           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14623           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14624
14625 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14626
14627         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14628           gratuitous comment changes
14629         * tests/check/elements/level.c: (GST_START_TEST):
14630           fix level test leaks
14631
14632 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14633
14634         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14635         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14636           Use gst_pad_query_peer_duration() utility function here.
14637
14638 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14639
14640         * autogen.sh:
14641           require am17
14642         * configure.ac:
14643         * ext/annodex/Makefile.am:
14644         * ext/cdio/Makefile.am:
14645         * ext/dv/Makefile.am:
14646         * ext/esd/Makefile.am:
14647         * ext/flac/Makefile.am:
14648         * ext/gdk_pixbuf/Makefile.am:
14649         * ext/ladspa/Makefile.am:
14650         * ext/libcaca/Makefile.am:
14651         * ext/speex/Makefile.am:
14652         * ext/taglib/Makefile.am:
14653         * sys/oss/Makefile.am:
14654         * sys/sunaudio/Makefile.am:
14655         * sys/ximage/Makefile.am:
14656           clean up build further
14657
14658 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14659
14660         * gconf/Makefile.am:
14661           Honour --disable-schemas-install configure option. Fixes #344100.
14662
14663 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * tests/examples/level/Makefile.am:
14666           Add -lm to LIBS for pow() function, don't assume one of our
14667           dependencies (such as libxml-2.0) drags it in automatically
14668           (#343603).
14669
14670 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14673
14674         * configure.ac:
14675           We should use $SED and not $(SED) in configure.ac (#343678).
14676
14677 2006-06-09  Wim Taymans  <wim@fluendo.com>
14678
14679         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14680
14681         * sys/sunaudio/gstsunaudiomixerctrl.c:
14682         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14683         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14684         (gst_sunaudiomixer_ctrl_set_mute):
14685         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14686         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14687         (gst_sunaudiosink_write):
14688         Attached find a patch that fixes a number of bugs with the SunAudio
14689         mixer plugin and fixes #344101:
14690         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14691            tracks onto the tracklist causing gnome-volume-control's preferences
14692            dialog to be messed up and would core dump if you checked/unchecked
14693            any item.
14694         2. We weren't previously setting the MUTE flag properly.  Fixing this
14695            makes gnome-volume-control work better.
14696         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14697            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14698            gnome-volume-control look better.
14699         Also some minor cleanup in gstsunaudiosink.c.
14700
14701 2006-06-09  Wim Taymans  <wim@fluendo.com>
14702
14703         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14704         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14705         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14706         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14707         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14708         * ext/jpeg/gstjpegdec.h:
14709         API: Added IDCT method property
14710         Small cleanups.
14711         Avoid dynamic allocation of trivial fixed structure.
14712         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14713
14714 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14715
14716         * configure.ac:
14717         We now require libraw1394 >= 1.1.0 and that version onwards all
14718         have .pc files.
14719
14720 2006-06-02  Edward Hervey  <edward@fluendo.com>
14721
14722         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14723         Trying to get items from an ANY or EMPTY caps is ... stupid.
14724
14725 2006-06-02  Edward Hervey  <edward@fluendo.com>
14726
14727         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14728         (gst_dvdec_chain), (gst_dvdec_change_state):
14729         * ext/dv/gstdvdec.h:
14730         Added GstSegment handling, now implements dropping/clipping.
14731
14732 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14733
14734         * ext/aalib/gstaasink.h:
14735         * ext/annodex/gstcmmldec.h:
14736         * ext/cairo/gsttimeoverlay.h:
14737         * ext/dv/gstdvdec.h:
14738         * ext/dv/gstdvdemux.h:
14739         * ext/esd/esdmon.h:
14740         * ext/esd/esdsink.h:
14741         * ext/flac/gstflacenc.h:
14742         * ext/gconf/gstgconfaudiosink.h:
14743         * ext/gconf/gstgconfaudiosrc.h:
14744         * ext/gconf/gstgconfvideosink.h:
14745         * ext/gconf/gstgconfvideosrc.h:
14746         * ext/gdk_pixbuf/gstgdkanimation.h:
14747         * ext/gdk_pixbuf/pixbufscale.h:
14748         * ext/hal/gsthalaudiosink.h:
14749         * ext/hal/gsthalaudiosrc.h:
14750         * ext/jpeg/gstjpegenc.h:
14751         * ext/jpeg/gstsmokedec.h:
14752         * ext/jpeg/gstsmokeenc.h:
14753         * ext/libcaca/gstcacasink.h:
14754         * ext/libmng/gstmngdec.h:
14755         * ext/libmng/gstmngenc.h:
14756         * ext/libpng/gstpngdec.h:
14757         * ext/libpng/gstpngenc.h:
14758         * ext/raw1394/gstdv1394src.h:
14759         * ext/speex/gstspeexenc.h:
14760         * gst/autodetect/gstautoaudiosink.h:
14761         * gst/autodetect/gstautovideosink.h:
14762         * gst/avi/gstavidemux.h:
14763         * gst/cutter/gstcutter.h:
14764         * gst/debug/efence.h:
14765         * gst/debug/gstnavigationtest.h:
14766         * gst/debug/gstnavseek.h:
14767         * gst/flx/gstflxdec.h:
14768         * gst/goom/gstgoom.h:
14769         * gst/icydemux/gsticydemux.h:
14770         * gst/id3demux/gstid3demux.h:
14771         * gst/law/alaw-decode.h:
14772         * gst/law/alaw-encode.h:
14773         * gst/law/mulaw-decode.h:
14774         * gst/law/mulaw-encode.h:
14775         * gst/matroska/matroska-mux.h:
14776         * gst/median/gstmedian.h:
14777         * gst/oldcore/gstaggregator.h:
14778         * gst/oldcore/gstfdsink.h:
14779         * gst/oldcore/gstmd5sink.h:
14780         * gst/oldcore/gstmultifilesrc.h:
14781         * gst/oldcore/gstpipefilter.h:
14782         * gst/oldcore/gstshaper.h:
14783         * gst/oldcore/gststatistics.h:
14784         * gst/rtp/gstasteriskh263.h:
14785         * gst/rtp/gstrtpL16depay.h:
14786         * gst/rtp/gstrtpL16pay.h:
14787         * gst/rtp/gstrtpamrdepay.h:
14788         * gst/rtp/gstrtpamrpay.h:
14789         * gst/rtp/gstrtpdepay.h:
14790         * gst/rtp/gstrtpgsmdepay.h:
14791         * gst/rtp/gstrtpgsmpay.h:
14792         * gst/rtp/gstrtph263pay.h:
14793         * gst/rtp/gstrtph263pdepay.h:
14794         * gst/rtp/gstrtph263ppay.h:
14795         * gst/rtp/gstrtpmp4gpay.h:
14796         * gst/rtp/gstrtpmp4vdepay.h:
14797         * gst/rtp/gstrtpmp4vpay.h:
14798         * gst/rtp/gstrtpmpadepay.h:
14799         * gst/rtp/gstrtpmpapay.h:
14800         * gst/rtp/gstrtppcmadepay.h:
14801         * gst/rtp/gstrtppcmapay.h:
14802         * gst/rtp/gstrtppcmudepay.h:
14803         * gst/rtp/gstrtppcmupay.h:
14804         * gst/rtp/gstrtpspeexdepay.h:
14805         * gst/rtp/gstrtpspeexpay.h:
14806         * gst/rtsp/gstrtpdec.h:
14807         * gst/rtsp/gstrtspsrc.h:
14808         * gst/smpte/gstsmpte.h:
14809         * gst/udp/gstdynudpsink.h:
14810         * gst/udp/gstmultiudpsink.h:
14811         * gst/udp/gstudpsink.h:
14812         * gst/udp/gstudpsrc.h:
14813         * gst/videofilter/gstvideobalance.h:
14814         * gst/videofilter/gstvideoflip.h:
14815         * sys/oss/gstossdmabuffer.h:
14816         * sys/oss/gstossmixerelement.h:
14817         * sys/oss/gstosssink.h:
14818         * sys/oss/gstosssrc.h:
14819         * sys/osxvideo/osxvideosink.h:
14820         * sys/sunaudio/gstsunaudiomixer.h:
14821         * sys/sunaudio/gstsunaudiosink.h:
14822         * sys/ximage/gstximagesrc.h:
14823         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14824
14825 2006-05-31  Wim Taymans  <wim@fluendo.com>
14826
14827         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14828         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14829         (gst_goom_src_setcaps), (gst_goom_src_event),
14830         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14831         (gst_goom_change_state):
14832         * gst/goom/gstgoom.h:
14833         Handle QoS.
14834         Handle flushing, discont and events.
14835         Fix timestamps and various other cleanups.
14836
14837 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14838
14839         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14840         Fix bus reset when using libiec61883
14841
14842 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14843
14844         * configure.ac:
14845         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14846         * ext/raw1394/Makefile.am:
14847         Add CFLAGS.
14848         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14849         New method, to receive using libiec61883.
14850         (gst_dv1394src_iso_receive),
14851         #ifdef'd out if libiec61883 is present.
14852         (gst_dv1394src_bus_reset),
14853         Get userdata correctly if using libiec61883. 
14854         (gst_dv1394src_create),
14855         When using libiec61883, only poll one fd and no need to read.
14856         (gst_dv1394src_discover_avc_node),
14857         Replace g_warnings.
14858         (gst_dv1394src_start),
14859         Create new handle when we know which dv port.  More reliable
14860         than setting port on an existing handle.  Initialise libiec61883.
14861         (gst_dv1394src_stop):
14862         If using libiec61883, then cleanup its handle properly.
14863         * ext/raw1394/gstdv1394src.h:
14864         Add libiec61883 handle.
14865
14866 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14867
14868         * gst/avi/gstavidemux.c:
14869           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14870         * win32/MANIFEST:
14871           sort file listing
14872         * win32/vs6/libgstavi.dsp:
14873           add gstavimux.c to the project
14874         * win32/vs6/libgstid3demux.dsp:
14875           add link to zlib library
14876         * win32/vs6/libgstmatroska.dsp:
14877           add matroska-ids.c to the project
14878
14879 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         Patch by: Sebastian Dröge  <mail at slomosnail de >
14882
14883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14885         * ext/taglib/Makefile.am:
14886         * ext/taglib/gstapev2mux.cc:
14887         * ext/taglib/gstapev2mux.h:
14888         * ext/taglib/gstid3v2mux.cc:
14889         * ext/taglib/gsttaglibmux.c: (plugin_init):
14890         * ext/taglib/gsttaglibmux.h:
14891           Add apev2mux element (#343122).
14892         
14893         * tests/check/Makefile.am:
14894         * tests/check/elements/apev2mux.c:
14895         (test_taglib_apev2mux_create_tags),
14896         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14897         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14898         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14899         (apev2mux_suite), (main):
14900           Add unit test for apev2mux element.
14901
14902 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14905         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14906         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14907           GST_PTR_FORMAT should be used to print caps in debug statements.
14908
14909 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14912
14913         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14914         (ape_demux_parse_tags):
14915           Some clean-ups and additions: map APE 'file' tag to
14916           GST_TAG_LOCATION (#343123); add support for extracting
14917           the track count and clean up parsing a bit (#343127).
14918
14919 2006-05-28  Edward Hervey  <edward@fluendo.com>
14920
14921         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14922         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14923
14924 2006-05-28  Edward Hervey  <edward@fluendo.com>
14925
14926         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14927         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14928         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14929         * ext/jpeg/gstjpegdec.h:
14930         Clip outgoing buffers according to currently configured segment.
14931
14932 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14933
14934         * ext/taglib/gstid3v2mux.cc:
14935           Handle  writing of track-count or album-volume-count without
14936           track-number or albume-volume-number (in this case the number
14937           will just be set to 0).
14938
14939         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14940           It would be nice if we actually checked the values received for
14941           track/album-volume number/count in  _check_tags(), rather than
14942           setting them again ...
14943
14944 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14947           A track/volume number or count of 0 does not make sense,
14948           just ignore it along with negative numbers (a tag might
14949           only contain a track count without a track number).
14950
14951 2006-05-27  Edward Hervey  <edward@fluendo.com>
14952
14953         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14954         (gst_jpeg_dec_sink_event):
14955         Abort decompression when receiving FLUSH_STOP. This should avoid
14956         issues when interrupting decoding with flushes.
14957
14958 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * ext/flac/gstflac.c:
14961           Don't #include file we don't dist any longer.
14962
14963 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         * README:
14966           Replace current README (containing the release notes from
14967           some 0.9.x version) with a proper README taken from the core.
14968
14969 2006-05-24  Wim Taymans  <wim@fluendo.com>
14970
14971         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14972         Implement EOS correctly by either posting
14973         SEGMENT_DONE or pushing an EOS message depending
14974         on the seek type. Fixes #342592
14975
14976 2006-05-24  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14979         * gst/law/alaw-decode.h:
14980         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14981         * gst/law/alaw-encode.h:
14982         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14983         * gst/law/mulaw-decode.h:
14984         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14985         * gst/law/mulaw-encode.h:
14986         Some cleanups in the chain functions.
14987         Remove some GStreamer 0.0.2 bits.
14988
14989 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14992
14993         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14994           gst_collect_pads_stop() needs to be called before chaining up
14995           to the parent class (#342734).
14996
14997 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         * ext/flac/Makefile.am:
15000         * ext/flac/flac_compat.h:
15001         * ext/flac/gstflac.c:
15002         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15003         * ext/flac/gstflacenc.c:
15004           Remove backwards compatibility cruft for dealing with FLAC API
15005           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15006
15007 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15008
15009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15010         (gst_matroska_demux_push_xiph_codec_priv_data),
15011         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15012         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15013         * gst/matroska/matroska-ids.h:
15014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15015         (gst_matroska_mux_video_pad_setcaps),
15016         (xiph3_streamheader_to_codecdata),
15017         (vorbis_streamheader_to_codecdata),
15018         (theora_streamheader_to_codecdata),
15019         (gst_matroska_mux_audio_pad_setcaps),
15020         (gst_matroska_mux_write_data):
15021           Add support for muxing/demuxing theora video (#342448; too bad
15022           none of the usual linux players can actually play this). Playback
15023           in GStreamer will require additional changes to theoradec in -base.
15024           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15025           cleanups.
15026
15027 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15028
15029         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15030         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15031           Fix crashes when the horizontal subsampling is 1.
15032           Fixes #342097.
15033
15034 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15037
15038         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15039         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15040         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15041         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15042         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15043         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15044         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15045         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15046         (gst_avi_mux_change_state):
15047         * gst/avi/gstavimux.h:
15048           Some enhancements for avimux (#342526):
15049            - add odml (large file) index support
15050            - store codec init data (e.g. huffyuv)
15051            - miscellaneous other fixes/cleanups
15052
15053 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15054
15055         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15056         Don't output any tag when we encounter a negative track number - the
15057         tag type is uint, so we end up outputting huge positive numbers
15058         instead. (Fixes: #342029)
15059
15060 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * configure.ac:
15063           update for new GSTPB_PLUGINS_DIR
15064
15065 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15066
15067         * rtp/gst/gstrtph263pay.c:
15068         Properly set static caps for H263 at 34.
15069
15070 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15073
15074         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15075           Merge event tags and tag setter tags correctly (#339918). Also,
15076           don't leak taglist in case of an error.
15077           
15078 2006-05-17  Edward Hervey  <edward@fluendo.com>
15079
15080         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15081         We can only do caps intersection if the othercaps are non-empty and not
15082         ANY. Else we return the pad template (base_caps).
15083
15084 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15087           Fix crash when outputting debugging information for certain
15088           pictures (always good to use the right struct member for
15089           the number of records in an array).
15090
15091 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15092
15093         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15094
15095         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15096         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15097         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15098         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15099         (gst_ebml_read_float), (gst_ebml_read_ascii),
15100         (gst_ebml_read_binary):
15101           Don't create unnecessary sub-buffers all the time. Dramatically
15102           improves performance with multiple concurrently running
15103           matroskademux instances (#341818) (and avoids doing
15104           unnecessarily inefficient things in the general case).
15105
15106 2006-05-16  Edward Hervey  <edward@fluendo.com>
15107
15108         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15109         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15110         return value of gst_pad_push_event().
15111
15112 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15113
15114         * gst/autodetect/gstautoaudiosink.c:
15115         (gst_auto_audio_sink_find_best):
15116         * gst/autodetect/gstautovideosink.c:
15117         (gst_auto_video_sink_find_best):
15118         Make the name of the child element be based on the name of the
15119         parent, so that debug output is more useful.
15120         
15121         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15122         (parse_insert_string_field), (parse_split_strings):
15123         Rework string parsing to always walk over BOM markers in UTF16
15124         strings, using the endianness indicated by the innermost one,
15125         then trying the opposite endianness if that fails to convert
15126         to valid UTF-8. Fixes #341774
15127
15128 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15129
15130         Patch from: Matthieu <matthieu at fluendo dot com>
15131
15132         * ext/libpng/Makefile.am:
15133         Add LIBPNG_CFLAGS.
15134
15135 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15136
15137         * ext/taglib/gstid3v2mux.cc:
15138           Add support for writing images (APIC frames) into ID3v2
15139           tags (picture type always set to 'other' for now though).
15140
15141 2006-05-14  Michael Smith  <msmith@fluendo.com>
15142
15143         * gst/wavparse/gstwavparse.c:
15144           Update docs; wavparse implements push and pull modes.
15145
15146 2006-05-12  Wim Taymans  <wim@fluendo.com>
15147
15148         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15149         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15150         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15151         Ooops, bitten by the copy-and-paste design paradigm, fixes
15152         seek again.
15153
15154 2006-05-12  Wim Taymans  <wim@fluendo.com>
15155
15156         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15157         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15158         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15159         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15160         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15161         (gst_avi_demux_massage_index),
15162         (gst_avi_demux_calculate_durations_from_index),
15163         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15164         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15165         (gst_avi_demux_loop):
15166         * gst/avi/gstavidemux.h:
15167         Some cleanups, prepare to use GstSegment.
15168         Fix error in entry walking code.
15169         Fix VBR detection.
15170         Smarter timestamp calculation code.
15171         Uniform error/eos handling.
15172
15173 2006-05-12  Michael Smith  <msmith@fluendo.com>
15174
15175         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15176         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15177           Fix use of uninitialised values if we're NOT seeking in ready.
15178           Fix typos.
15179
15180 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15181
15182         * gst/wavparse/Makefile.am:
15183           Add CFLAGS and LIBS for libgstbase, fixes build on
15184           Cygwin (#341489).
15185
15186 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15189           Some more debug info. No need to check whether the string
15190           returned by g_convert() is really UTF-8 - either it is or
15191           we get NULL returned.
15192
15193 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15194
15195         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15196           Fix parsing of numeric genre strings some more, by ensuring that
15197           we only try and parse strings that a) Start with '(' and b) Consist
15198           only of digits.
15199           Also, when finding an escaping '((' sequence, bust it back to '(' by
15200           swallowing the first parenthesis
15201
15202 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15203
15204         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15205         (gst_esdsink_open), (gst_esdsink_close):
15206         * ext/esd/esdsink.h:
15207           Move the esd_get_server_info() into gst_esdsink_open() and fail
15208           with a decent error message on errors.
15209
15210 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15211
15212         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15213         (gst_esdmon_channels_get_type):
15214         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15215         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15216         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15217         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15218         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15219         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15220         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15221         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15222         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15223         * gst/videomixer/videomixer.c:
15224         (gst_video_mixer_background_get_type):
15225           Const-ify GEnumValue arrays.
15226
15227 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15230
15231         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15232         (gst_avi_mux_do_video_buffer):
15233           Work around gst_buffer_make_metadata_writable() bug that
15234           results in avimux marking all frames in the index as
15235           keyframes (#340859).
15236           
15237 2006-05-08  Wim Taymans  <wim@fluendo.com>
15238
15239         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15240         Make parsing of urls suck slightly less.
15241
15242 2006-05-08  Edward Hervey  <edward@fluendo.com>
15243
15244         * autogen.sh: (CONFIGURE_DEF_OPT): 
15245         libtoolize on Darwin/MacOSX is called glibtoolize.
15246
15247 2006-05-08  Wim Taymans  <wim@fluendo.com>
15248
15249         Patch by: Jens Granseuer <jensgr at gmx dot net>
15250
15251         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15252         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15253         C89 compliance fixes. Fixes #340980
15254
15255 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15256
15257         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15258         * ext/flac/gstflacdec.h:
15259           Handle segment seeks that include the end of the file as stop point
15260           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15261           message instead of an EOS event in case we're in segment seek
15262           mode (fixes #340699).
15263           
15264 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15265
15266         * ext/cairo/gsttextoverlay.c:
15267         * ext/flac/gstflacdec.c:
15268         * ext/gdk_pixbuf/pixbufscale.c:
15269         * gst/apetag/gstapedemux.c:
15270         * gst/debug/breakmydata.c:
15271         * gst/debug/testplugin.c:
15272         * gst/matroska/ebml-write.c:
15273         * gst/multipart/multipartdemux.c:
15274         * sys/osxaudio/gstosxaudiosink.c:
15275         * sys/osxaudio/gstosxaudiosrc.c:
15276         Add semicolons after GST_BOILERPLATE[_FULL] so that
15277         indent doesn't mess up following lines.
15278
15279 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15282
15283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15284           Don't leak caps when freeing the stream context (#340623).
15285
15286 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15287
15288         * configure.ac:
15289           Back to CVS
15290
15291 === release 0.10.3 ===
15292
15293 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15294
15295         * configure.ac:
15296           releasing 0.10.3, "Desplazado"
15297
15298 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         * gst/matroska/matroska-mux.c:
15301         (gst_matroska_mux_stream_is_vorbis_header),
15302         (gst_matroska_mux_write_data):
15303           Don't strcmp() NULL strings.
15304           Only start new clusters on video keyframes, not on any
15305           random audio buffer that doesn't have the DELTA_UNIT
15306           flag set (fixes 'make check' again).
15307
15308 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15311
15312         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15313         (gst_matroska_mux_stream_is_vorbis_header),
15314         (gst_matroska_mux_write_data):
15315           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15316           value and then dead-lock when muxing vorbis audio streams
15317           (the three vorbis header buffers carry no timestamp, and it
15318           would try to mux these after all video buffers). Fixes #340346.
15319
15320           Improve clustering: start a new cluster also whenever we get
15321           a keyframe.     
15322
15323 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15324
15325         * win32/common/config.h:
15326         * win32/MANIFEST
15327           add the generated file as well
15328
15329 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15330
15331         * Makefile.am:
15332         * configure.ac:
15333         * win32/common/config.h.in:
15334           add win32 stuff
15335
15336 2006-05-03  Michael Smith  <msmith@fluendo.com>
15337
15338         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15339           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15340           SUCKS.
15341
15342 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15343
15344         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15345         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15346         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15347           don't leak caps-string
15348
15349 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15350
15351         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15352         (gst_id3demux_sink_activate):
15353           Let core insert default error message for TYPE_NOT_FOUND
15354           errors, it's just as good as our own and has the added
15355           bonus of being translated.
15356
15357 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15358
15359         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15360         (gst_tag_demux_sink_event):
15361         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15362         (gst_id3demux_sink_event):
15363           Post an error message when we get an EOS event and were not
15364           able to find out the type of stream.
15365
15366         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15367         (test_taglib_id3mux_with_tags):
15368           Decrease num-buffers to 16 per iteration again, otherwise the
15369           many memcpy()s and reallocations in the test will hammer slow
15370           CPUs completely and make the test timeout.
15371
15372 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15373
15374         * configure.ac:
15375           figure out where plugins-base plugins are
15376         * tests/check/Makefile.am:
15377           use plugins-base plugins, so we have typefind functions
15378         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15379           increase num-buffers, this makes sure the test errors out instead
15380           of timing out when no typefind functions are present
15381
15382 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15383
15384         * docs/plugins/Makefile.am:
15385           also check .cc files for gtk-doc markup
15386         * configure.ac:
15387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15389         * tests/check/Makefile.am:
15390         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15391         * ext/Makefile.am:
15392         * ext/taglib/Makefile.am:
15393         * ext/taglib/gstid3v2mux.h:
15394         * ext/taglib/gsttaglibmux.c:
15395         * ext/taglib/gsttaglibmux.h:
15396           move taglib-based id3v2muxer to -good.  Fixes #336110.
15397
15398 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15401           ... and fix multichannel/WAVFORMATEX support again.
15402
15403 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15404
15405         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15406         (gst_wavparse_class_init), (gst_wavparse_dispose),
15407         (gst_wavparse_reset), (gst_wavparse_init),
15408         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15409         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15410         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15411         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15412         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15413         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15414         (gst_wavparse_stream_data), (gst_wavparse_loop),
15415         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15416         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15417         (gst_wavparse_change_state), (plugin_init):
15418         * gst/wavparse/gstwavparse.h:
15419           Add push (streaming) mode to wavparse (fixes #337625)
15420
15421 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15422
15423         * configure.ac:
15424         * tests/Makefile.am:
15425           add ximagesrc icles test
15426
15427 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15428
15429         * configure.ac:
15430         * docs/plugins/Makefile.am:
15431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15433         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15434         (gst_cmml_enc_push_clip):
15435         * sys/Makefile.am:
15436         * sys/ximage/Makefile.am:
15437         * sys/ximage/gstximagesrc.c:
15438           Move ximagesrc plug-in to good after review.  Fixes #336756.
15439
15440 2006-04-28  Michael Smith  <msmith@fluendo.com>
15441
15442         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15443         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15444         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15445         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15446         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15447         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15448         * gst/icydemux/gsticydemux.h:
15449           Fix event handling: cache events when typefinding and forward later.
15450
15451 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15452
15453         * sys/osxaudio/gstosxaudiosink.c:
15454         (plugin_init):
15455          Register osxaudiosrc to the plugin.
15456         * sys/osxaudio/gstosxaudiosrc.c:
15457         (gst_osx_audio_src_osxelement_do_init),
15458         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15459         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15460         (gst_osx_audio_src_get_property),
15461         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15462         (gst_osx_audio_src_osxelement_init):
15463         * sys/osxaudio/gstosxaudiosrc.h:
15464           Port of osxaudiosrc to 0.10.
15465         * sys/osxaudio/Makefile.am:
15466           Add osxaudiosrc
15467
15468 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15469
15470         * sys/osxaudio/gstosxringbuffer.c:
15471         * sys/osxaudio/gstosxringbuffer.h:
15472           Forgot to commit earlier, part of the OSX audio plugin port
15473
15474 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15475
15476         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15477         (parse_split_strings):
15478           Recognise and skip any byte order marker (BOM) in
15479           UTF-16 strings.
15480
15481 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15482
15483         * docs/plugins/Makefile.am:
15484         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15485         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15486         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15487         * docs/plugins/inspect/plugin-avi.xml:
15488         * gst/avi/gstavidemux.c:
15489         * gst/avi/gstavimux.c:
15490           Add docs for both avidemux and avimux.
15491
15492 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15493
15494         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15495
15496         * gst/avi/Makefile.am:
15497         * gst/avi/gstavi.c: (plugin_init):
15498         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15499         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15500         (gst_avi_mux_class_init), (gst_avi_mux_init),
15501         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15502         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15503         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15504         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15505         (gst_avi_mux_riff_get_avix_header),
15506         (gst_avi_mux_riff_get_video_header),
15507         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15508         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15509         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15510         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15511         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15512         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15513         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15514         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15515         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15516         (gst_avi_mux_change_state):
15517         * gst/avi/gstavimux.h:
15518           Port AVI muxer to GStreamer-0.10 (#332031).
15519
15520         * tests/check/Makefile.am:
15521         * tests/check/elements/avimux.c:
15522         * tests/check/elements/.cvsignore:
15523           Add unit test for AVI muxer.
15524
15525 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15526
15527         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15528         (gst_wavparse_class_init), (gst_wavparse_reset),
15529         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15530         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15531         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15532         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15533         (gst_wavparse_stream_data), (gst_wavparse_loop),
15534         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15535         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15536         (plugin_init):
15537         * gst/wavparse/gstwavparse.h:
15538           reverted patch #337625 for the price of 1 hour sleep
15539
15540 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15541
15542         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15543         (gst_wavparse_class_init), (gst_wavparse_reset),
15544         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15545         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15546         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15547         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15548         (gst_wavparse_stream_data), (gst_wavparse_loop),
15549         (gst_wavparse_chain), (plugin_init):
15550         * gst/wavparse/gstwavparse.h:
15551           correct partial implementation of push mode
15552           (from my last commit)
15553
15554 2006-04-26  Wim Taymans  <wim@fluendo.com>
15555
15556         * ext/esd/esdsink.c:
15557         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15558         it is not in esd.h
15559
15560 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15563         (gst_au_parse_class_init), (gst_au_parse_init),
15564         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15565         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15566         (gst_au_parse_chain), (gst_au_parse_src_convert),
15567         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15568         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15569         (gst_au_parse_change_state):
15570         * gst/auparse/gstauparse.h:
15571           Rewrite auparse to suck a little bit less: make source pad
15572           dynamic, so decodebin/playbin work with non-raw formats
15573           like alaw/mulaw; add query function for duration/position
15574           queries; check whether we have enough data before attempting
15575           to parse the header (instead of crashing when that is not the
15576           case); work around audioconvert sucking by swapping endianness
15577           to the native endianness ourselves for float formats; send
15578           initial newsegment event. Fixes #161712.
15579
15580 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15581
15582         * sys/osxaudio/Makefile.am:
15583         * sys/osxaudio/gstosxaudioelement.c:
15584         (gst_osx_audio_element_get_type),
15585         (gst_osx_audio_element_class_init):
15586         * sys/osxaudio/gstosxaudioelement.h:
15587         * sys/osxaudio/gstosxaudiosink.c:
15588         (gst_osx_audio_sink_osxelement_do_init),
15589         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15590         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15591         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15592         (gst_osx_audio_sink_create_ringbuffer),
15593         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15594         (plugin_init):
15595         * sys/osxaudio/gstosxaudiosink.h:
15596         Port of osxaudiosink to 0.10
15597
15598 2006-04-26  Wim Taymans  <wim@fluendo.com>
15599
15600         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15601         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15602         the size of the ringbuffer. This should fix hangs with older 
15603         esd sound servers.
15604
15605 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15606
15607         * ext/aalib/gstaasink.c:
15608         * ext/annodex/gstcmmldec.c:
15609         * ext/annodex/gstcmmlenc.c:
15610         * ext/cairo/gsttextoverlay.c:
15611         * ext/cairo/gsttimeoverlay.c:
15612         * ext/cdio/gstcdiocddasrc.c:
15613         * ext/dv/gstdvdec.c:
15614         * ext/dv/gstdvdemux.c:
15615         * ext/esd/esdmon.c:
15616         * ext/esd/esdsink.c:
15617         * ext/flac/gstflacenc.c:
15618         * ext/flac/gstflactag.c:
15619         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15620         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15621         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15622         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15623         * ext/gdk_pixbuf/pixbufscale.c:
15624         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15625         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15626         * ext/jpeg/gstjpegdec.c:
15627         * ext/jpeg/gstjpegenc.c:
15628         * ext/jpeg/gstsmokedec.c:
15629         * ext/jpeg/gstsmokeenc.c:
15630         * ext/libcaca/gstcacasink.c:
15631         * ext/libmng/gstmngdec.c:
15632         * ext/libmng/gstmngenc.c:
15633         * ext/libpng/gstpngdec.c:
15634         * ext/libpng/gstpngenc.c:
15635         * ext/mikmod/gstmikmod.c:
15636         * ext/raw1394/gstdv1394src.c:
15637         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15638         * ext/shout2/gstshout2.h:
15639         * ext/speex/gstspeexdec.c:
15640         * ext/speex/gstspeexenc.c:
15641         * gst/alpha/gstalpha.c:
15642         * gst/alpha/gstalphacolor.c:
15643         * gst/apetag/gstapedemux.c:
15644         * gst/auparse/gstauparse.c:
15645         * gst/autodetect/gstautoaudiosink.c:
15646         (gst_auto_audio_sink_base_init):
15647         * gst/autodetect/gstautovideosink.c:
15648         (gst_auto_video_sink_base_init):
15649         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15650         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15651         * gst/cutter/gstcutter.c:
15652         * gst/debug/breakmydata.c:
15653         * gst/debug/efence.c:
15654         * gst/debug/gstnavigationtest.c:
15655         * gst/debug/gstnavseek.c:
15656         * gst/debug/negotiation.c:
15657         * gst/debug/progressreport.c:
15658         * gst/debug/testplugin.c:
15659         * gst/effectv/gstaging.c:
15660         * gst/effectv/gstdice.c:
15661         * gst/effectv/gstedge.c:
15662         * gst/effectv/gstquark.c:
15663         * gst/effectv/gstrev.c:
15664         * gst/effectv/gstshagadelic.c:
15665         * gst/effectv/gstvertigo.c:
15666         * gst/effectv/gstwarp.c:
15667         * gst/flx/gstflxdec.c:
15668         * gst/goom/gstgoom.c:
15669         * gst/icydemux/gsticydemux.c:
15670         * gst/id3demux/gstid3demux.c:
15671         * gst/interleave/deinterleave.c:
15672         * gst/interleave/interleave.c:
15673         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15674         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15675         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15676         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15677         * gst/level/gstlevel.c:
15678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15679         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15680         * gst/median/gstmedian.c:
15681         * gst/monoscope/gstmonoscope.c:
15682         * gst/multipart/multipartdemux.c:
15683         * gst/multipart/multipartmux.c:
15684         * gst/oldcore/gstaggregator.c:
15685         * gst/oldcore/gstfdsink.c:
15686         * gst/oldcore/gstmd5sink.c:
15687         * gst/oldcore/gstmultifilesrc.c:
15688         * gst/oldcore/gstpipefilter.c:
15689         * gst/oldcore/gstshaper.c:
15690         * gst/oldcore/gststatistics.c:
15691         * gst/rtp/gstasteriskh263.c:
15692         * gst/rtp/gstrtpL16depay.c:
15693         * gst/rtp/gstrtpL16pay.c:
15694         * gst/rtp/gstrtpamrdepay.c:
15695         * gst/rtp/gstrtpamrpay.c:
15696         * gst/rtp/gstrtpdepay.c:
15697         * gst/rtp/gstrtpgsmpay.c:
15698         * gst/rtp/gstrtph263pay.c:
15699         * gst/rtp/gstrtph263pdepay.c:
15700         * gst/rtp/gstrtph263ppay.c:
15701         * gst/rtp/gstrtpilbcdepay.c:
15702         * gst/rtp/gstrtpmp4gpay.c:
15703         * gst/rtp/gstrtpmp4vdepay.c:
15704         * gst/rtp/gstrtpmp4vpay.c:
15705         * gst/rtp/gstrtpmpadepay.c:
15706         * gst/rtp/gstrtpmpapay.c:
15707         * gst/rtp/gstrtppcmadepay.c:
15708         * gst/rtp/gstrtppcmapay.c:
15709         * gst/rtp/gstrtppcmudepay.c:
15710         * gst/rtp/gstrtppcmupay.c:
15711         * gst/rtp/gstrtpspeexdepay.c:
15712         * gst/rtp/gstrtpspeexpay.c:
15713         * gst/rtsp/gstrtpdec.c:
15714         * gst/rtsp/gstrtspsrc.c:
15715         * gst/smpte/gstsmpte.c:
15716         * gst/udp/gstdynudpsink.c:
15717         * gst/udp/gstmultiudpsink.c:
15718         * gst/udp/gstudpsink.c:
15719         * gst/udp/gstudpsrc.c:
15720         * gst/videobox/gstvideobox.c:
15721         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15722         * gst/videofilter/gstvideobalance.c:
15723         * gst/videofilter/gstvideoflip.c:
15724         * gst/videofilter/gstvideotemplate.c:
15725         (gst_videotemplate_base_init):
15726         * gst/videomixer/videomixer.c:
15727         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15728         (gst_wavparse_class_init), (gst_wavparse_dispose),
15729         (gst_wavparse_reset), (gst_wavparse_init),
15730         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15731         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15732         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15733         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15734         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15735         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15736         (gst_wavparse_change_state):
15737         * gst/wavparse/gstwavparse.h:
15738         * sys/oss/gstossmixerelement.c:
15739         * sys/oss/gstosssink.c:
15740         * sys/oss/gstosssrc.c:
15741         * sys/osxaudio/gstosxaudioelement.c:
15742         * sys/osxaudio/gstosxaudiosink.c:
15743         * sys/osxaudio/gstosxaudiosrc.c:
15744         * sys/sunaudio/gstsunaudiomixer.c:
15745         * sys/sunaudio/gstsunaudiosink.c:
15746           Define GstElementDetails as const and also static (when defined as
15747           global)
15748
15749 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15750
15751         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15752           Source pad has fixed caps. If we don't set this, bad
15753           things happen when the window is resized.
15754
15755 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * gst/matroska/Makefile.am:
15758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15759         (gst_matroska_demux_handle_src_event):
15760         * gst/matroska/matroska-ids.c:
15761         (gst_matroska_track_init_video_context),
15762         (gst_matroska_track_init_audio_context),
15763         (gst_matroska_track_init_subtitle_context),
15764         (gst_matroska_track_init_complex_context):
15765         * gst/matroska/matroska-ids.h:
15766           Handle case where the TrackType ebml chunk does not come before the
15767           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15768           events.
15769
15770 2006-04-25  Wim Taymans  <wim@fluendo.com>
15771
15772         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15773         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15774         It's codec_data, not codec_info.
15775
15776 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15777
15778         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15779
15780         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15781           Handle codec_data for VfW compatibility codec IDs (#339451)
15782
15783         * gst/matroska/matroska-mux.c:
15784         (gst_matroska_mux_video_pad_setcaps):
15785           Same here, handle codec_data and add additional caps we can handle
15786           now to the pad template (huffyuv, dv and h263 video) (#339451)
15787
15788 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15789
15790         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15791
15792         * gst/matroska/matroska-mux.c:
15793         (gst_matroska_mux_create_buffer_header),
15794         (gst_matroska_mux_write_data):
15795           Fix timestamping of B-frames, use signed integers, do
15796           some rounding (#339678).
15797
15798 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15799
15800         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15801         just make it compile with --disable-gst-debug.
15802
15803 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15804
15805         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15806         Fix a bad conversion using gst_guint64_to_gdouble.
15807         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15808         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15809         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15810     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15811         mistake.
15812
15813 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15814
15815         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15816         Use gst_guint64_to_gdouble for conversions
15817         * win32/vs6/gst_plugins_good.dsw:
15818         * win32/vs6/libgsticydemux.dsp:
15819         Add a project file for icydemux
15820
15821 2006-04-21  Wim Taymans  <wim@fluendo.com>
15822
15823         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15824
15825         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15826         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15827         When splitting audio chunks, the block alignment is not taken in
15828         consideration, so the smaller chunks could be of size which is 
15829         not a multiple of the block alignment. Fixes #336904
15830
15831 2006-04-21  Wim Taymans  <wim@fluendo.com>
15832
15833         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15834         Use scale functions
15835
15836 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         * ext/dv/gstdv.c: (plugin_init):
15839           Fix build.
15840
15841 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15842
15843         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15844         (gst_progress_report_class_init), (gst_progress_report_init),
15845         (gst_progress_report_do_query), (gst_progress_report_report),
15846         (gst_progress_report_set_property),
15847         (gst_progress_report_get_property):
15848           Add 'format' property to force querying to a particular format.
15849
15850 2006-04-21  Andy Wingo  <wingo@pobox.com>
15851
15852         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15853         best, on big endian systems. Drop its rank in that case. OTOH on
15854         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15855
15856 2006-04-21  Michael Smith  <msmith@fluendo.com>
15857
15858         * configure.ac:
15859         * gst/icydemux/Makefile.am:
15860         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15861         (gst_icydemux_base_init), (gst_icydemux_class_init),
15862         (gst_icydemux_reset), (gst_icydemux_init),
15863         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15864         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15865         (unicodify), (gst_icydemux_unicodify),
15866         (gst_icydemux_parse_and_send_tags),
15867         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15868         (gst_icydemux_chain), (gst_icydemux_change_state),
15869         (gst_icydemux_send_tag_event), (plugin_init):
15870         * gst/icydemux/gsticydemux.h:
15871         * tests/check/Makefile.am:
15872         * tests/check/elements/icydemux.c: (typefind_succeed),
15873         (plugin_init), (icydemux_found_pad), (create_icydemux),
15874         (cleanup_icydemux), (push_data), (GST_START_TEST),
15875         (icydemux_suite), (main):
15876           Add icydemux, and tests.
15877
15878 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15879
15880         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15881           Post SEGMENT_DONE message in TIME format.
15882
15883 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15884
15885         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15886
15887         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15888         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15889           Fix index creation when we have to scan the file to create
15890           an index. There may be other types of RIFF 'LIST' chunks than
15891           'movi' and we need to skip them properly as well or we'll end up
15892           reading garbage (#336889). Some other cosmetic changes.
15893           
15894 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15897         (gst_flac_dec_handle_seek_event):
15898           Add support for segment seeks (fixes #338290). Also demote
15899           some recurring debug message from DEBUG to LOG level.
15900
15901 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15902
15903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15904         (gst_matroskademux_do_index_seek),
15905         (gst_matroska_demux_handle_seek_event),
15906         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15907         * gst/matroska/matroska-ids.h:
15908           Set DISCONT flag on first buffer after a discontinuity.
15909           Fix newsegment events sent when seeking and honour KEY_UNIT
15910           seek flag. Create pad with bogus caps if we don't recognise
15911           the stream codec id.
15912
15913         * gst/matroska/matroska-demux.h:
15914           Fix GObject macros.
15915
15916 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15917
15918         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15919
15920         * gst/matroska/matroska-demux.c:
15921         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15922           Handle end of segment properly when set; don't dead-lock when
15923           posting start of segment message when doing a segment seek.
15924           Fixes #338810.
15925
15926 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15929         (gst_matroska_demux_plugin_init):
15930           Make mpeg2 aac audio work: create artificial private codec data
15931           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15932           Also call gst_riff_init(). Partially fixes #338767.
15933
15934 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15937         (gst_wavenc_class_init), (gst_wavenc_init),
15938         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15939         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15940         (gst_wavenc_chain), (gst_wavenc_change_state):
15941         * gst/wavenc/gstwavenc.h:
15942           Set caps on first outgoing buffer, so that it doesn't error out
15943           immediately with a non-negotiated error (#338716). Rewrite and
15944           clean up a bit; fix setcaps function to parse things properly;
15945           fix sink caps (8bit audio is unsigned and doesn't have depth);
15946           use boilerplate macros; remove unused properties stuff.
15947
15948 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15949
15950         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15951           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15952           handle MJPEG streams and might be autoplugged for those if the
15953           user doesn't have jpegdec installed (resulting in a cryptic error
15954           message about huffman tables). Better to disable JPEG decoding here
15955           and let the user figure out that she needs to install jpegdec.
15956
15957 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15958
15959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15960         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15961         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15962         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15963           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15964           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15965           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15966           debug messages. Fix boilerplate macros.
15967
15968 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15971         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15972           No need to special-case for Gdk-2.0 any longer, we require
15973           Gdk 2.2 or newer; minor clean-ups.
15974
15975 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15976
15977         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15978         (gst_shout2send_class_init), (gst_shout2send_init),
15979         (set_shout_metadata), (gst_shout2send_set_metadata),
15980         (gst_shout2send_event), (gst_shout2send_start),
15981         (gst_shout2send_connect), (gst_shout2send_stop),
15982         (gst_shout2send_render), (gst_shout2send_set_property),
15983         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15984         (plugin_init):
15985         * ext/shout2/gstshout2.h:
15986         * po/POTFILES.in:
15987           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15988           change function; use GST_ELEMENT_ERROR for error reporting, not
15989           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15990           will cause crashes or assertion failures; remove (unused) "sync"
15991           property, basesink already has such a property; misc. other
15992           minor fixes and cleanups.
15993
15994 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15995
15996         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15997         * ext/esd/gstesd.c: (plugin_init):
15998         * po/POTFILES.in:
15999           Add translatable error message for when we cannot
16000           connect to the sound server, as "Cannot open resource
16001           for writing" isn't really an acceptable message to show
16002           to the user in this case.
16003
16004 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * sys/oss/gst-i18n-plugin.h:
16007           Remove bogus file that doesn't belong here.
16008
16009 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16010
16011         Patch by: Philippe Valembois
16012
16013         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16014         (gst_shout2send_set_metadata), (gst_shout2send_event),
16015         (gst_shout2send_render), (gst_shout2send_change_state):
16016         * ext/shout2/gstshout2.h:
16017           Handle tags being received before the connection to
16018           the server is established properly (see #338636).
16019
16020 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16023           Don't crash in case the connection to the server fails:
16024           don't set pointer to NULL by assigning FALSE; error out
16025           properly by using GST_ELEMENT_ERROR and returning
16026           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16027           before resetting the pointer.
16028
16029 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16030
16031         * gst/id3demux/id3tags.c:
16032         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16033         (Fixes #338713)
16034
16035 2006-04-12  Wim Taymans  <wim@fluendo.com>
16036
16037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16038         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16039         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16040         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16041         (gst_gdk_pixbuf_chain):
16042         Some cleanups.
16043         Added RGBA as a possible output format.
16044         Correctly free the supported mimetypes.
16045         deprecate silent arg, it's not used.
16046         Return result from _alloc_buffer to peer.
16047
16048 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16049
16050         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16051           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16052           overwriting GST_BUFFER_MALLOCDATA.
16053
16054 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16055
16056         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16057         (user_endrow_callback), (user_end_callback),
16058         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16059         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16060         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16061         * ext/libpng/gstpngdec.h:
16062           Handle more than one frame if the content is framed,
16063           like with png-in-quicktime (#331917).
16064
16065 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16066
16067         * sys/oss/Makefile.am:
16068         * sys/oss/common.h:
16069         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16070         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16071         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16072         (gst_oss_src_unprepare):
16073           - the user-visible error strings were in the wrong category
16074           - and the messages were not marked for translation
16075           - which is actually a good thing, because they were exactly
16076             the kind of message you would never want anyone to see
16077           - the macros were using variables that didn't exist in the macro
16078             arguments
16079           - and they were obviously copied from each other and then modified
16080           - so a common header makes sense
16081
16082 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16085           Don't try to modify read-only data.
16086
16087         * gst/matroska/matroska-demux.c:
16088         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16089           Fix comment (won't crash any longer now).
16090
16091 2006-04-10  Michael Smith  <msmith@fluendo.com>
16092
16093         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16094           Use copies of header buffers for caps to avoid circular refcounting
16095           problems (as in theoradec, vorbisdec).
16096
16097         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16098           Fix a typo in test that meant it was testing the wrong thing.
16099
16100         * tests/check/elements/cmmlenc.c: (check_headers):
16101           Fix refcount checks now that we use buffer-copies for caps.
16102
16103 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16104
16105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16106         (gst_matroska_demux_handle_seek_event),
16107         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16108         (gst_matroska_demux_subtitle_caps),
16109         (gst_matroska_demux_plugin_init):
16110           Use static pad templates with ANY caps for audio and video
16111           source pads and get rid of a lot of unnecessary (and partially
16112           broken) code for the template caps. Clean up caps finding
16113           functions. Fixes playback of audio files/streams that do not
16114           contain the sample rate and/or number of channels in the audio
16115           context (happens a lot with vorbis/mp3 .mka files it seems).
16116           Fixes #337183.
16117           Also add myself to copyright holders.
16118
16119 2006-04-10  Michael Smith  <msmith@fluendo.com>
16120
16121         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16122           Use g_list_delete_link () instead of g_list_remove_link () so that
16123           we free the link as well as the contained data.
16124
16125 2006-04-10  Wim Taymans  <wim@fluendo.com>
16126
16127         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16128
16129         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16130         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16131         (gst_avi_demux_stream_header):
16132         Fix some crashers with empty chunks. (Fixes #337749)
16133
16134 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16135
16136         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16137           use G_GINT64_CONSTANT for INT64 constants
16138         * gst/videofilter/gstvideobalance.c:
16139           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16140         * win32/vs6/libgstavi.dsp:
16141          add missing libraries for the link and remove avimux.c from
16142          the project as it isn't ported to 0.10 yet
16143         
16144 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16145
16146         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16147           Even better would be if we actually did the right thing
16148           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16149
16150 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16151
16152         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16153           Can't just replace 1LL with 1L here just because MSVC doesn't
16154           support it, as it might lead to incorrect results when doing the
16155           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16156           force a 64-bit constant in a way that all compilers are happy with.
16157
16158 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16159
16160         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16161         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16162         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16163         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16164         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16165         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16166         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16167         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16168         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16169         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16170         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16171         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16172         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16173         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16174         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16175         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16176         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16177         * gst/debug/efence.c: (gst_efence_class_init):
16178         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16179         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16180         * gst/goom/gstgoom.c: (gst_goom_class_init):
16181         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16182         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16183         * gst/interleave/interleave.c: (interleave_class_init):
16184         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16185         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16186         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16187         * gst/median/gstmedian.c: (gst_median_class_init):
16188         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16189         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16190         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16191         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16192         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16193         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16194         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16195         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16196         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16197         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16198         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16199         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16200         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16201         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16202         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16203         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16204         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16205         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16206         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16207         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16208         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16209         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16210         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16211         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16212         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16214         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16215         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16216         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16217         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16218         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16219         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16220         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16221         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16222         * sys/osxaudio/gstosxaudioelement.c:
16223         (gst_osxaudioelement_class_init):
16224         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16225         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16226         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16227         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16228
16229 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16230
16231         * ext/mikmod/gstmikmod.h:
16232         * gst/level/gstlevel.h:
16233         Fix more broken GObject macros
16234
16235 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16236
16237         * ext/annodex/gstcmmldec.h:
16238         * ext/annodex/gstcmmlenc.h:
16239         * ext/annodex/gstcmmltag.h:
16240         * ext/cairo/gsttextoverlay.h:
16241         * ext/ladspa/gstsignalprocessor.h:
16242         * gst/matroska/ebml-read.h:
16243         * gst/matroska/ebml-write.h:
16244         * sys/osxaudio/gstosxaudioelement.h:
16245         Fix broken GObject macros
16246
16247 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16248
16249         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16250           Don't try to seek beyond the end of the file (would
16251           occasionally display error dialogs in totem when seeking
16252           to the end) (#335869). Will still throw an error though
16253           if the file is truncated and the total_samples value in
16254           the stream header is wrong.
16255
16256 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16259         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16260         (gst_flac_dec_metadata_callback):
16261         * ext/flac/gstflacdec.h:
16262           If the stream header doesn't contain the total number of samples,
16263           search for the last flac frame at the end of the file and calculate
16264           the total duration from that frame's offset (fixes #337609).
16265
16266 2006-04-07  Edward Hervey  <edward@fluendo.com>
16267
16268         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16269         Don't unref the GstPadTemplate returned by
16270         gst_element_class_get_pad_template().
16271
16272 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16273
16274         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16275
16276         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16277         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16278         * sys/sunaudio/gstsunaudiosink.h:
16279           Use spec->segsize and spec->segtotal in the prepare function
16280           to initialise the ring buffer instead of using the buffer-time
16281           property (#337421).
16282
16283 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         * configure.ac:
16286           Bump core requirements to CVS for gst_pad_query_peer_duration()
16287           which is used by speexdec.
16288
16289 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * ext/speex/gstspeex.c: (plugin_init):
16292         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16293         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16294         (speex_get_sink_query_types), (speex_dec_sink_query),
16295         (speex_get_src_query_types), (speex_dec_src_query),
16296         (speex_dec_src_event), (speex_dec_sink_event),
16297         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16298         (speex_dec_chain_parse_data), (speex_dec_chain),
16299         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16300         (speex_dec_change_state):
16301         * ext/speex/gstspeexdec.h:
16302           Fix seeking and duration queries (#337033); clean up and
16303           refactor a bit.
16304
16305 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16306
16307         * ext/raw1394/gstdv1394src.c:
16308           distinguish between device not found and could not open for
16309           reading
16310
16311 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16312
16313         * Makefile.am:
16314         * configure.ac:
16315         * pkgconfig/.cvsignore:
16316         * pkgconfig/Makefile.am:
16317         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16318           add a .pc file so other modules can use good plugins in tests
16319
16320 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16321
16322         * configure.ac:
16323           clean up, use AS_VERSION and AS_NANO
16324         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16325           use PACKAGE_VERSION define
16326         * po/af.po:
16327         * po/az.po:
16328         * po/cs.po:
16329         * po/en_GB.po:
16330         * po/hu.po:
16331         * po/it.po:
16332         * po/nb.po:
16333         * po/nl.po:
16334         * po/or.po:
16335         * po/sq.po:
16336         * po/sr.po:
16337         * po/sv.po:
16338         * po/uk.po:
16339         * po/vi.po:
16340           updated
16341
16342 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16343
16344         * ext\jpeg\smokecodec.c:
16345           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16346         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16347           move first instruction after all variables declarations
16348         * gst\alpha\gstalpha.c:
16349         * gst\effectv\gstshagadelic.c:
16350         * gst\smpte\paint.c:
16351         * gst\videofilter\gstvideobalance.c:
16352           define M_PI if it's not defined (it's not defined on WIN32)
16353         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16354         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16355         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16356         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16357         (gst_matroska_demux_video_caps):
16358         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16359         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16360           use gst_guint64_to_gdouble for conversions
16361         * gst\goom\filters.c: (setPixelRGB_):
16362           fix a debug which was using undefined variable
16363         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16364         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16365           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16366         * win32/vs6:
16367           add vs6 projects files for most of plugins-good
16368         
16369 2006-03-30  j^  <j@bootlab.org>
16370
16371         * ext/aalib/gstaasink.c:
16372         * ext/annodex/gstcmmldec.c:
16373         * ext/annodex/gstcmmlenc.c:
16374         * ext/cairo/gsttextoverlay.c:
16375         * ext/cairo/gsttimeoverlay.c:
16376         * ext/cdio/gstcdiocddasrc.c:
16377         * ext/dv/gstdvdec.c:
16378         * ext/esd/esdmon.c:
16379         * ext/esd/esdsink.c:
16380         * ext/flac/gstflacdec.c:
16381         * ext/flac/gstflacenc.c:
16382         * ext/flac/gstflactag.c:
16383         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16384         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16385         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16386         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16387         * ext/gdk_pixbuf/gstgdkpixbuf.c:
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:
16403         * ext/speex/gstspeexdec.c:
16404         * ext/speex/gstspeexenc.c:
16405         * gst/alpha/gstalpha.c:
16406         * gst/alpha/gstalphacolor.c:
16407         * gst/auparse/gstauparse.c:
16408         * gst/autodetect/gstautoaudiosink.c:
16409         (gst_auto_audio_sink_base_init):
16410         * gst/autodetect/gstautovideosink.c:
16411         (gst_auto_video_sink_base_init):
16412         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16413         * gst/cutter/gstcutter.c:
16414         * gst/debug/breakmydata.c:
16415         * gst/debug/efence.c:
16416         * gst/debug/gstnavigationtest.c:
16417         * gst/debug/negotiation.c:
16418         * gst/debug/progressreport.c:
16419         * gst/debug/testplugin.c:
16420         * gst/effectv/gstaging.c:
16421         * gst/effectv/gstdice.c:
16422         * gst/effectv/gstedge.c:
16423         * gst/effectv/gstquark.c:
16424         * gst/effectv/gstrev.c:
16425         * gst/effectv/gstvertigo.c:
16426         * gst/effectv/gstwarp.c:
16427         * gst/flx/gstflxdec.c:
16428         * gst/goom/gstgoom.c:
16429         * gst/interleave/deinterleave.c:
16430         * gst/interleave/interleave.c:
16431         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16432         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16433         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16434         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16435         * gst/level/gstlevel.c:
16436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16438         * gst/median/gstmedian.c:
16439         * gst/monoscope/gstmonoscope.c:
16440         * gst/multipart/multipartdemux.c:
16441         * gst/multipart/multipartmux.c:
16442         * gst/oldcore/gstmd5sink.c:
16443         * gst/oldcore/gstmultifilesrc.c:
16444         * gst/oldcore/gstpipefilter.c:
16445         * gst/oldcore/gstshaper.c:
16446         * gst/oldcore/gststatistics.c:
16447         * gst/rtp/gstasteriskh263.c:
16448         * gst/rtp/gstrtpL16depay.c:
16449         * gst/rtp/gstrtpL16pay.c:
16450         * gst/rtp/gstrtpamrdepay.c:
16451         * gst/rtp/gstrtpamrpay.c:
16452         * gst/rtp/gstrtpdepay.c:
16453         * gst/rtp/gstrtpgsmpay.c:
16454         * gst/rtp/gstrtph263pay.c:
16455         * gst/rtp/gstrtph263pdepay.c:
16456         * gst/rtp/gstrtph263ppay.c:
16457         * gst/rtp/gstrtpmp4gpay.c:
16458         * gst/rtp/gstrtpmp4vdepay.c:
16459         * gst/rtp/gstrtpmp4vpay.c:
16460         * gst/rtp/gstrtpmpadepay.c:
16461         * gst/rtp/gstrtpmpapay.c:
16462         * gst/rtp/gstrtppcmadepay.c:
16463         * gst/rtp/gstrtppcmapay.c:
16464         * gst/rtp/gstrtppcmudepay.c:
16465         * gst/rtp/gstrtppcmupay.c:
16466         * gst/rtp/gstrtpspeexdepay.c:
16467         * gst/rtp/gstrtpspeexpay.c:
16468         * gst/rtsp/gstrtpdec.c:
16469         * gst/smpte/gstsmpte.c:
16470         * gst/videobox/gstvideobox.c:
16471         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16472         * gst/videofilter/gstvideobalance.c:
16473         * gst/videofilter/gstvideoflip.c:
16474         * gst/videofilter/gstvideotemplate.c:
16475         (gst_videotemplate_base_init):
16476         * gst/videomixer/videomixer.c:
16477         * gst/wavenc/gstwavenc.c:
16478         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16479          better/unified long descriptions
16480          Fixed #336602
16481          Some cleanups to auparse, don't send multiple newsegments.
16482
16483 2006-03-29  Wim Taymans  <wim@fluendo.com>
16484
16485         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16486
16487         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16488         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16489         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16490         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16491         * ext/dv/gstdvdemux.h:
16492         Seek in READY patch. Only works for pull based mode.
16493         Fixes #323880
16494
16495 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16496
16497         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16498         (gst_gdk_pixbuf_event):
16499           Fix two crashers: don't unref the same caps twice, and
16500           set pixbuf loader to NULL after freeing it.
16501
16502 2006-03-27  Wim Taymans  <wim@fluendo.com>
16503
16504         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16505         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16506         (gst_speexenc_chain):
16507         * ext/speex/gstspeexenc.h:
16508         Don't leak adapter.
16509         A push *always* takes ownership of the buffer, even on
16510         errors.
16511         Small cleanups.
16512
16513 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16516           Create source pad without leaking.
16517
16518 2006-03-24  Wim Taymans  <wim@fluendo.com>
16519
16520         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16521         * ext/flac/gstflacdec.h:
16522         * ext/flac/gstflacenc.h:
16523         Spifify a bit.
16524         Fix deadly lock order error in seeking code, STREAM_LOCK
16525         cannot be taken within LOCK and the streaming variables are
16526         protected with the STREAM_LOCK anyway.
16527
16528 2006-03-24  Wim Taymans  <wim@fluendo.com>
16529
16530         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16531         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16532         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16533         this patch combines the global init_frames with the stream
16534         init_frames. Rationale being that the global delay should 
16535         be subtracted from any stream delay.
16536         Fixes #335858.
16537
16538 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16539
16540         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16541         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16542         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16543         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16544         use DEBUG_FUNCPTR for collectpads
16545
16546 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16549           Don't crash when encoding images where the number of rows isn't
16550           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16551
16552 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16555         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16556         * gst/interleave/interleave.c: (interleave_change_state):
16557         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16558           More state change function fixes.
16559
16560 2006-03-23  Wim Taymans  <wim@fluendo.com>
16561
16562         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16563         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16564         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16565         (gst_esdsink_delay), (gst_esdsink_reset):
16566         * ext/esd/esdsink.h:
16567         Fix esd choppy playback by configuring audiosink
16568         correctly. Fixes #325191
16569
16570 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16573           Make state change function thread-safe.
16574
16575 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16578         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16579           Don't try to read beyond the end of the file just because
16580           the header claims a bigger size (like with truncated files).
16581
16582 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16583
16584         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16585         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16586         (gst_wavparse_stream_data), (gst_wavparse_loop):
16587         * gst/wavparse/gstwavparse.h:
16588           Delay source pad creation until we have the first chunk of
16589           media data, so the we can examine the data and adjust the
16590           caps accordingly if required. This makes playback of .wav
16591           files with DTS-declared-as-PCM content work (#313266).
16592
16593 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16594
16595         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16596         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16597         Don't attempt typefinding on too-short buffers that have been
16598         completely trimmed away. (Fixes #330239)
16599
16600         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16601         Improve the debug output
16602
16603 2006-03-21  Wim Taymans  <wim@fluendo.com>
16604
16605         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16606         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16607         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16608         (gst_esdsink_set_property), (gst_esdsink_get_property):
16609         Some cleanups.
16610         Reset fd to -1 when we close them.
16611
16612 2006-03-21  Wim Taymans  <wim@fluendo.com>
16613
16614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16615         the OPTIONS request result is optional so don't
16616         fail on it.
16617
16618 2006-03-21  Edward Hervey  <edward@fluendo.com>
16619
16620         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16621         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16622         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16623         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16624         (gst_wavparse_change_state):
16625         gcc 4.1 unreferenced pointer fixes.
16626
16627 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16630
16631         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16632           Fix block alignment calculation. Alignment should be done before
16633           adding the byte offset where the data starts (#335231).
16634
16635 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16636
16637         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16638           Ensure that we set correct caps on buffers that are transferred
16639           direct from the input.
16640
16641 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16642
16643         * gst/goom/filters.c: (zoomFilterDestroy):
16644         * gst/goom/goom_core.c: (goom_close):
16645           Free filter data when cleaning up. (Fixes: #334995)
16646
16647 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * configure.ac:
16650           Don't compile udp and rtsp plugins on win32 (mingw) or other
16651           systems that don't have <sys/socket.h> for some reason (#316203).
16652
16653 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16654
16655         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16656         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16657         * ext/raw1394/gstdv1394src.h:
16658           Change bus reset handler so it reports useful information such as
16659           whether the device being used connected or disconnected
16660
16661 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16662
16663         * gst/id3demux/id3v2frames.c:
16664         (parse_relative_volume_adjustment_two):
16665           We only care about gain and peak data for the master volume.
16666
16667 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16668
16669         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16670         (parse_id_string), (parse_unique_file_identifier),
16671         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16672           Read replay gain tags (#323721).
16673
16674 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16675
16676         * configure.ac:
16677           Bump requirements to gst-plugins-base CVS because
16678           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16679
16680 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16681
16682         * rtp/gst/gstrtppcmadepay.c:
16683         Fixed one of the caps in the code from mulaw to alaw.
16684
16685 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16686
16687         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16688           Ensure that we set caps on the buffers we pass.
16689
16690         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16691         (gst_id3demux_sink_activate):
16692           Ensure that we set caps on the buffers we pass.
16693
16694           Use STREAM, TYPE_NOT_FOUND as the error class when
16695           typefinding fails.
16696
16697 2006-03-15  Edward Hervey  <edward@fluendo.com>
16698
16699         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16700         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16701         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16702         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16703         (gst_jpeg_dec_setcaps):
16704         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16705         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16706         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16707         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16708         (gst_mngdec_src_getcaps):
16709         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16710         (gst_pngdec_caps_create_and_set):
16711         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16712         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16713         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16714         * gst/alpha/gstalpha.c: (gst_alpha_init):
16715         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16716         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16717         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16718         * gst/cutter/gstcutter.c: (gst_cutter_init):
16719         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16720         (gst_efence_checkgetrange):
16721         * gst/debug/negotiation.c: (gst_negotiation_init):
16722         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16723         * gst/goom/gstgoom.c: (gst_goom_init):
16724         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16725         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16726         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16727         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16728         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16729         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16730         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16731         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16732         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16733         (gst_wavparse_create_sourcepad):
16734         Fix memleak with gst_static_pad_template_get().
16735         This uses gst_pad_new_from_static_template() instead.
16736         Fixes #333512
16737
16738 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         * configure.ac:
16741           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16742           used by id3demux.
16743
16744         * gst/id3demux/gstid3demux.c: (plugin_init):
16745         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16746         (parse_user_text_identification_frame),
16747         (parse_unique_file_identifier):
16748           Add support for UFID and TXXX frames and extract musicbrainz tags.
16749
16750 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16751
16752         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16753           Catch short reads, like they might happen with truncated
16754           files (see #305279); remove unnecessary indentation.
16755
16756 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16757
16758         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16759           Fix DIB image inversion for pictures with a
16760           depth != 8 (#305279).
16761
16762 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16765         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16766         * ext/jpeg/gstjpegdec.h:
16767           Fix durations on outgoing buffers after seeking
16768           in MJPEG files (#334083); some minor clean-ups.
16769
16770 2006-03-13  Wim Taymans  <wim@fluendo.com>
16771
16772         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16773         (gst_wavparse_change_state):
16774         Implement seek in READY (re-fixes #327658)
16775
16776 2006-03-13  Wim Taymans  <wim@fluendo.com>
16777
16778         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16779         * ext/esd/esdmon.c: (gst_esdmon_get):
16780         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16782         (gst_gdk_pixbuf_sink_getcaps):
16783         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16784         (gst_jpegenc_setcaps):
16785         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16786         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16787         (gst_smokeenc_setcaps):
16788         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16789         (gst_mngdec_src_getcaps):
16790         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16791         (gst_mngenc_chain):
16792         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16793         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16794         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16795         (speex_dec_src_event), (speex_dec_chain):
16796         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16797         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16798         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16799         (gst_negotiation_pad_link), (gst_negotiation_chain):
16800         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16801         (gst_flxdec_chain):
16802         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16803         (deinterleave_chain):
16804         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16805         * gst/median/gstmedian.c: (gst_median_link):
16806         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16807         (gst_monoscope_chain):
16808         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16809         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16810         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16811         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16812         close #333784 unref the result of gst_pad_get_parent()
16813         by: Christophe Fergeau.
16814
16815 2006-03-09  Wim Taymans  <wim@fluendo.com>
16816
16817         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16818         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16819         Handle events in push mode better, can now do non-flushing
16820         seeks in push mode as well.
16821
16822 2006-03-07  Wim Taymans  <wim@fluendo.com>
16823
16824         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16825         Applied patch from Kai Vehmanen, fixes #333624.
16826
16827 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16828
16829         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16830         Implement paletted and grayscale png files handling.
16831         (#150363).
16832
16833 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16834
16835         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16836         (gst_speexenc_chain):
16837           fix a tag list assert
16838           follow gst-plugins-base/ext/ogg/README; set OFFSET
16839           and OFFSET_END.  Muxes correctly with gst-plugins-base
16840           > 0.9.3
16841
16842 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         * gst/id3demux/Makefile.am:
16845         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16846         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16847           Use new typefind helper functions here as well, and
16848           do typefinding in pull-mode if upstream supports that.
16849
16850 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16851
16852         * sys/sunaudio/gstsunaudiomixerctrl.c:
16853         (gst_sunaudiomixer_ctrl_get_volume),
16854         (gst_sunaudiomixer_ctrl_set_volume):
16855         * sys/sunaudio/gstsunaudiomixertrack.c:
16856         (gst_sunaudiomixer_track_new):
16857           Remove unused variables, breaks build from CVS
16858           with -Werror (#333392, patch by: Benjamin Pineau)
16859
16860 2006-03-03  Wim Taymans  <wim@fluendo.com>
16861
16862         * docs/plugins/Makefile.am:
16863         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16864         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16865         Added wavparse docs.
16866
16867         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16868         (gst_wavparse_reset), (gst_wavparse_init),
16869         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16870         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16871         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16872         (gst_wavparse_stream_data), (gst_wavparse_loop),
16873         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16874         (gst_wavparse_change_state):
16875         * gst/wavparse/gstwavparse.h:
16876         Implement seek in READY (fixes #327658)
16877         Added docs and did some cleanups.
16878
16879 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16880
16881         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16882         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16883         (gst_avi_demux_calculate_durations_from_index),
16884         (gst_avi_demux_stream_header):
16885         * gst/avi/gstavidemux.h:
16886           If we have an index, use a duration based on the index instead
16887           of blindly trusting the information in the stream headers
16888           (fixes #331817).
16889
16890 2006-03-03  Wim Taymans  <wim@fluendo.com>
16891
16892         * docs/plugins/Makefile.am:
16893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16895         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16896         Added smoke and jpeg to the docs.
16897
16898         * ext/jpeg/Makefile.am:
16899         * ext/jpeg/gstjpeg.c: (plugin_init):
16900         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16901         * ext/jpeg/gstjpegenc.h:
16902         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16903         (gst_smokedec_chain):
16904         * ext/jpeg/gstsmokedec.h:
16905         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16906         * ext/jpeg/gstsmokeenc.h:
16907         * ext/jpeg/smokecodec.h:
16908         Port smokedec (fixes #331905).
16909         Added some docs.
16910         Some cleanups.
16911
16912 2006-03-03  Wim Taymans  <wim@fluendo.com>
16913
16914         * docs/plugins/Makefile.am:
16915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16917         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16918         Added videobalance and videoflip to the docs.
16919
16920         * gst/videofilter/Makefile.am:
16921         * gst/videofilter/gstvideobalance.c:
16922         (gst_video_balance_update_tables_planar411),
16923         (gst_video_balance_is_passthrough),
16924         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16925         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16926         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16927         (gst_video_balance_finalize), (gst_video_balance_class_init),
16928         (gst_video_balance_init), (gst_video_balance_interface_supported),
16929         (gst_video_balance_interface_init),
16930         (gst_video_balance_colorbalance_list_channels),
16931         (gst_video_balance_colorbalance_set_value),
16932         (gst_video_balance_colorbalance_get_value),
16933         (gst_video_balance_colorbalance_init),
16934         (gst_video_balance_set_property), (gst_video_balance_get_property),
16935         (gst_video_balance_get_type), (plugin_init):
16936         * gst/videofilter/gstvideobalance.h:
16937         Ported to 0.10. (Fixes #326160)
16938         Added docs.
16939
16940         * gst/videofilter/gstvideoflip.c:
16941         * gst/videofilter/gstvideoflip.h:
16942         Added docs.
16943
16944 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16945
16946         * configure.ac:
16947           Bump requirements to current core and -base CVS
16948           (core for new typefind helper API, and -base for the
16949           WAVFORMATEX support that was added to libgstriff and
16950           is needed by wavparse).
16951         
16952         * gst/apetag/Makefile.am:
16953         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16954         (gst_tag_demux_sink_activate):
16955           Use new typefind helpers for typefinding instead of our
16956           home-grown stuff; also, do typefinding in pull-mode if
16957           upstream supports that.
16958
16959 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16960
16961         Reviewed by: Christian Schaller <christian@fluendo.com>
16962
16963         This patch fixes bug: 329107
16964
16965         This Changelog entry is for a commit done on February 17
16966
16967         * ext/gconf/gconf.c
16968         * ext/gconf/gconf.h
16969         * ext/gconf/gstgconfaudiosink.c
16970         * ext/gconf/gstgconfaudiosink.h
16971         * gconf/gstreamer.schemas.in
16972
16973 2006-02-28  Wim Taymans  <wim@fluendo.com>
16974
16975         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16976         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16977         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16978         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16979         Use DEBUG_OBJECT more.
16980
16981 2006-02-28  Wim Taymans  <wim@fluendo.com>
16982
16983         * docs/plugins/Makefile.am:
16984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16986         Added dvdec and dvdemux to docs.
16987
16988         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16989         Added docs.
16990         Check frame sizes so we don't crash when don't have enough
16991         data.
16992         Send nice error messages on error.
16993
16994         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16995         (gst_dvdemux_class_init), (gst_dvdemux_init),
16996         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16997         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16998         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16999         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17000         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17001         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17002         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17003         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17004         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17005         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17006         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17007         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17008         * ext/dv/gstdvdemux.h:
17009         Added docs.
17010         Implement pull mode.
17011         Fix memleaks.
17012         Reduce memcpy for the video demuxing.
17013
17014 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17015
17016         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17017         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17018         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17019         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17020           Add a little extra debug. Make the decoder not return NOT_LINKED,
17021           as we want to continue decoding all CMML and emitting tags.
17022
17023 2006-02-27  Michael Smith  <msmith@fluendo.com>
17024
17025         * ext/annodex/gstskeltag.c:
17026         * ext/annodex/gstskeltag.h:
17027           Deleted; these files aren't used any more either.
17028
17029 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17030
17031         * ext/Makefile.am: Fix dist-check.
17032
17033 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17034
17035         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17036         memleak.
17037
17038 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17039
17040         * ext/annodex/Makefile.am:
17041         * ext/annodex/gstannodex.c:
17042         * ext/annodex/gstcmmldec.c:
17043         * ext/annodex/gstcmmlenc.c:
17044         * ext/annodex/gstcmmlparser.c:
17045         * ext/annodex/gstcmmlparser.h:
17046         * ext/annodex/gstcmmlutils.c:
17047         * tests/check/elements/cmmldec.c:
17048         * tests/check/elements/cmmlenc.c:
17049           Fix a memleak in gst_cmml_track_list_add_clip.
17050           Handle overflows in clip's start and end times.
17051           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17052           Do not parse junk at the end of a CMML preamble buffer.
17053           Register a libxml error handler to not print stuff on stderr.
17054           Check for bad clip start and end times in the testsuites.
17055
17056 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17057
17058         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17059         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17060         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17061         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17062         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17063         possible memleaks.
17064
17065 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17066
17067         * tests/check/Makefile.am:
17068         * tests/check/elements/cmmldec.c:
17069         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17070         the plugins-base tags.
17071
17072 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17073
17074         * ext/Makefile.am: Re-enable module.
17075
17076 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17077
17078         * tests/check/Makefile.am: Forgot to remove that test.
17079
17080 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17081
17082         * ext/annodex/Makefile.am:
17083         * ext/annodex/gstannodex.c: (plugin_init):
17084         * ext/annodex/gstcmmldec.c:
17085         * ext/annodex/gstskeldec.c:
17086         * ext/annodex/gstskeldec.h:
17087         * tests/check/Makefile.am:
17088         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17089
17090 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17091
17092         * tests/check/Makefile.am: Disable those checks as well.
17093
17094 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17095
17096         * ext/Makefile.am: Disable annodex for now until we figure out
17097         how to make it build.
17098         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17099         Add a rule to your checklist : "please try to at least build 
17100         what you are going to commit into -good, or if you are too lazy
17101         to do that, please check that the buildbots are not crying because
17102         of your commit."
17103
17104 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17105
17106         * configure.ac:
17107         * ext/Makefile.am:
17108         * ext/gdk_pixbuf/Makefile.am:
17109         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17110         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17111         * ext/gdk_pixbuf/pixbufscale.c:
17112         * ext/gdk_pixbuf/pixbufscale.h:
17113           Gdkpixbuf ported from 0.8 to 0.10 by
17114           Renato Filho <renato.filho@indt.org.br>.
17115           gst_loader and gdkpixbufanimation still need port.
17116
17117 2006-02-24  Michael Smith  <msmith@fluendo.com>
17118
17119         * configure.ac:
17120         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17121         * ext/Makefile.am:
17122         * ext/annodex/Makefile.am:
17123         * ext/annodex/gstannodex.c:
17124         * ext/annodex/gstannodex.h:
17125         * ext/annodex/gstcmmldec.c:
17126         * ext/annodex/gstcmmldec.h:
17127         * ext/annodex/gstcmmlenc.c:
17128         * ext/annodex/gstcmmlenc.h:
17129         * ext/annodex/gstcmmlparser.c:
17130         * ext/annodex/gstcmmlparser.h:
17131         * ext/annodex/gstcmmltag.c:
17132         * ext/annodex/gstcmmltag.h:
17133         * ext/annodex/gstcmmlutils.c:
17134         * ext/annodex/gstcmmlutils.h:
17135         * ext/annodex/gstskeldec.c:
17136         * ext/annodex/gstskeldec.h:
17137         * ext/annodex/gstskeltag.c:
17138         * ext/annodex/gstskeltag.h:
17139         * tests/check/Makefile.am:
17140         * tests/check/elements/cmmldec.c:
17141         * tests/check/elements/cmmlenc.c:
17142         * tests/check/elements/skeldec.c:
17143           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17144           Includes tests & docs, oh my! Passes Thomas's -good checklist
17145           entirely. Wow.
17146
17147 2006-02-24  Michael Smith  <msmith@fluendo.com>
17148
17149         * autogen.sh:
17150           Check for automake 1.9 as well.
17151
17152 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17153
17154         * ext/flac/gstflacenc.c:
17155           Change min. sample rate to 8kHz to match flacdec's.
17156           
17157 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17158
17159         * ext/cdio/Makefile.am:
17160           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17161           required for Cygwin, see #317048)
17162
17163         * gst/rtp/gstasteriskh263.c:
17164           Cygwin has includes for both the unix network socket API
17165           and the windows API, but only one can be included, so fix
17166           includes to only use one or the other, prefering the unxi
17167           one (#317048).
17168
17169 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17170
17171         * rtp/gst/gstrtppcmadepay.c:
17172         * rtp/gst/gstrtppcmadepay.h:
17173         * rtp/gst/gstgstrtppcmapay.c:
17174         * rtp/gst/gstgstrtppcmapay.h:
17175         * rtp/gst/gstrtppcmudepay.c:
17176         * rtp/gst/gstrtppcmudepay.h:
17177         * rtp/gst/gstrtppcmupay.c:
17178         * rtp/gst/gstrtppcmupay.h:
17179         * rtp/gst/Makefile.am:
17180         * rtp/gst/gstrtp.c:
17181         * rtp/gst/README:
17182         Separated the G711 payloaders/depayloaders into separate elements for
17183         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17184
17185 2006-02-22  Wim Taymans  <wim@fluendo.com>
17186
17187         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17188         (gst_dvdec_change_state):
17189         * ext/dv/gstdvdec.h:
17190         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17191         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17192         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17193         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17194         (gst_dvdemux_flush), (gst_dvdemux_chain),
17195         (gst_dvdemux_change_state):
17196         * ext/dv/gstdvdemux.h:
17197         Ueber spiffify some more, added debug category.
17198         Use _scale.
17199         Use segments, respect playback rate from newsegment.
17200         Fix refcount issue.
17201
17202 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17203
17204         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17205         (gst_signal_processor_process):
17206         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17207         enabled for the build, but it helps me win the feature-count
17208         competitions ooh yeah.
17209
17210 2006-02-19  Wim Taymans  <wim@fluendo.com>
17211
17212         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17213         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17214         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17215         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17216         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17217         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17218         Use scaling code for added precission and more correct stop
17219         position in case scale==0.
17220
17221 2006-02-19  Wim Taymans  <wim@fluendo.com>
17222
17223         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17224         (gst_flxdec_chain):
17225         * gst/flx/gstflxdec.h:
17226         Implement DURATION query.
17227
17228 2006-02-19  Wim Taymans  <wim@fluendo.com>
17229
17230         * gst/flx/flx_color.h:
17231         * gst/flx/flx_fmt.h:
17232         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17233         (gst_flxdec_src_query_handler), (flx_decode_color),
17234         (gst_flxdec_chain):
17235         * gst/flx/gstflxdec.h:
17236         Set MALLOCDATA for the temp buffers so we don't leak.
17237         Some debug cleanups.
17238         Consume all data in the adapter before leaving the chain
17239         function. Fixes #330678.
17240
17241 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17242
17243         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17244         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17245          Handle 0 data size in otherwise valid frames.
17246          Handle numeric strings in 2.4.0 even when not in parentheses 
17247
17248 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * gst/matroska/matroska-demux.c:
17251         (gst_matroska_demux_subtitle_caps),
17252         (gst_matroska_demux_plugin_init):
17253         * gst/matroska/matroska-ids.h:
17254           Recognise SSA/ASS and USF subtitle formats and
17255           set proper caps when they are found.
17256
17257 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17258
17259         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17260         (gst_jpeg_dec_chain):
17261           Fix invalid memory access for some odd-sized images
17262           (see image contained in quicktime stream in #327083);
17263           use g_malloc() instead of g_alloca().
17264
17265 2006-02-17  Wim Taymans  <wim@fluendo.com>
17266
17267         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17268         Patch from Sebastien Cote, fixes #319884
17269
17270 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17271
17272         * ext/cdio/gstcdio.c: (plugin_init):
17273           Init debug category (#331253).
17274
17275 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17278           Pass extra_data to gst_riff_create_audio_caps(), so that
17279           WAVEFORMATEX stuff works. Post audio codec name and post
17280           it as taglist on the bus. Allow up to 8 channesl for raw
17281           PCM in the source pad template caps.
17282
17283 2006-02-16  Wim Taymans  <wim@fluendo.com>
17284
17285         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17286         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17287         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17288         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17289         (gst_multipart_set_property), (gst_multipart_get_property):
17290         Applied #318663. Gives quite a few false positives in
17291         autoscan mode, but it's better than nothing. Not closing yet.
17292
17293 2006-02-16  Wim Taymans  <wim@fluendo.com>
17294
17295         * docs/plugins/Makefile.am:
17296         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17297         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17298         * docs/plugins/gst-plugins-good-plugins.args:
17299         * docs/plugins/inspect/plugin-udp.xml:
17300         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17301         (gst_udpsrc_start):
17302         Update documentation.
17303         Fix args.
17304
17305 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17306
17307         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17308         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17309         frame size. (Fixes #331368)
17310
17311 2006-02-16  Wim Taymans  <wim@fluendo.com>
17312
17313         * gst/rtsp/README:
17314         Updated README.
17315
17316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17317         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17318         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17319         * gst/rtsp/gstrtspsrc.h:
17320         Make sure the RTP port is an even port an try to allocate 
17321         another if not.
17322         Added retry property to control max retries for port allocation.
17323         Make sure RTCP port is RTP port+1.
17324         Cleanup when port allocation fails.
17325         Fixes #319183.
17326         
17327 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17328
17329         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17330           Don't ignore return value of the parent class's state
17331           change function (#331385, patch by: Wouter Paesen).
17332
17333 2006-02-15  Wim Taymans  <wim@fluendo.com>
17334
17335         * configure.ac:
17336         * docs/plugins/Makefile.am:
17337         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17338         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17339         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17340         * ext/Makefile.am:
17341         * ext/hal/Makefile.am:
17342         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17343         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17344         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17345         (do_toggle_element), (gst_hal_audio_sink_set_property),
17346         (gst_hal_audio_sink_get_property),
17347         (gst_hal_audio_sink_change_state):
17348         * ext/hal/gsthalaudiosink.h:
17349         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17350         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17351         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17352         (do_toggle_element), (gst_hal_audio_src_set_property),
17353         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17354         * ext/hal/gsthalaudiosrc.h:
17355         * ext/hal/gsthalelements.c: (plugin_init):
17356         * ext/hal/gsthalelements.h:
17357         * ext/hal/hal.c: (gst_hal_get_string),
17358         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17359         (gst_hal_get_audio_src):
17360         * ext/hal/hal.h:
17361         Add HAL sound device wrapper plugins. Closes #329106
17362
17363 2006-02-15  Wim Taymans  <wim@fluendo.com>
17364
17365         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17366         Add comment in a fultile attempt to stop the copy-and-paste 
17367         paradigm leading to duplication of bad code.
17368
17369         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17370         Mime parameters have to be checked case insensitive
17371
17372 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17373
17374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17375           Advance stream time for lagging subtitle streams by sending
17376           newsegment events with the update flag set.
17377
17378 2006-02-14  Edward Hervey  <edward@fluendo.com>
17379
17380         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17381         There can be bogus data before the hdrl LIST tag in the RIFF header.
17382         It's hard to say if it's not respecting the AVI specifications or not,
17383         but since Google Video is producing AVIs like that and the other player
17384         don't seem to complain, I guess we should do the same.
17385
17386 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17387
17388         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17389         (parse_split_strings):
17390         Add more validation to ensure that a char encoding conversion
17391         produced a valid UTF-8 string.
17392
17393 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17394
17395         Reviewed by: Edward Hervey  <edward@fluendo.com>
17396
17397         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17398         Properly handle end of segment. Closes #330885.
17399
17400 2006-02-13  Wim Taymans  <wim@fluendo.com>
17401
17402         * gst/rtp/gstrtpmp4gpay.h:
17403         For got to commit this one.
17404
17405 2006-02-12  Wim Taymans  <wim@fluendo.com>
17406
17407         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17408         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17409         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17410         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17411         * gst/rtp/gstrtpmp4gpay.h:
17412         Make more things work.
17413         Handle ACC config strings.
17414
17415 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17416
17417         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17418           set timestamps if no incoming timestamps set
17419
17420 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17423         (gst_tag_demux_do_typefind):
17424           ... and fix the very same leaks in GstTagDemux.
17425
17426 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17427
17428         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17429         (gst_id3demux_do_typefind):
17430         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17431         <jonathan at kaolin dot wh9 dot net>)
17432
17433 2006-02-10  Wim Taymans  <wim@fluendo.com>
17434
17435         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17436         First set options, then set caps or else the baseclass
17437         will not know about the options, duh.
17438
17439 2006-02-10  Wim Taymans  <wim@fluendo.com>
17440
17441         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17442         (gst_rtp_mp4v_pay_setcaps):
17443         Don't waste time looking for a config string if we have codec_info
17444         on the incomming caps.
17445
17446 2006-02-10  Wim Taymans  <wim@fluendo.com>
17447
17448         * gst/rtp/README:
17449         Say something about case-sensitivity of caps vs mime-attributes.
17450
17451         * gst/rtp/Makefile.am:
17452         * gst/rtp/gstrtp.c: (plugin_init):
17453         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17454         (gst_rtp_amr_pay_handle_buffer):
17455         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17456         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17457         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17458         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17459         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17460         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17461         (gst_rtp_mp4g_pay_plugin_init):
17462         * gst/rtp/gstrtpmp4gpay.h:
17463         Added beginnings of mpeg4-generic payloader (RFC 3640)
17464
17465 2006-02-09  Wim Taymans  <wim@fluendo.com>
17466
17467         * gst/rtsp/Makefile.am:
17468         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17469         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17470         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17471         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17472         (gst_rtpdec_change_state):
17473         * gst/rtsp/gstrtpdec.h:
17474         * gst/rtsp/gstrtsp.c: (plugin_init):
17475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17476         * gst/rtsp/rtspconnection.c: (read_body),
17477         (rtsp_connection_receive):
17478         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17479         Resurected rtpdec to make rtspsrc happy again.
17480         Skip attributes from the session id.
17481         Don't crash when dumping a message with an empty body.
17482
17483
17484 2006-02-09  Wim Taymans  <wim@fluendo.com>
17485
17486         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17487         Added more meaningfull warnings when something goes wrong.
17488         Clear F bit on outgoing AMR packets.
17489
17490         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17491         (gst_rtp_amr_pay_handle_buffer):
17492         Added debugging category
17493         Support payloading of multiple AMR frames.
17494
17495         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17496         Added some debugging.
17497
17498 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17499
17500         * configure.ac:
17501           Back to CVS
17502
17503 === release 0.10.2 ===
17504
17505 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17506
17507         * configure.ac:
17508           releasing 0.10.2, "Papa was a rolling stone"
17509
17510 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17511
17512         * configure.ac:
17513           Bump core and plugins-base requirement to 0.10.2.2
17514           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17515
17516 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * ext/flac/gstflac.c: (plugin_init):
17519         * ext/speex/gstspeex.c: (plugin_init):
17520           Register musicbrainz tags.
17521
17522 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17523
17524         * ext/gconf/gconf.h:
17525           Remove declaration of function that no longer exists.
17526
17527 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17528
17529         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17530         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17531         Make shout2 work for non ogg streams
17532
17533 2006-02-06  Wim Taymans  <wim@fluendo.com>
17534
17535         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17536         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17537         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17538         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17539         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17540         * gst/udp/gstmultiudpsink.h:
17541         Updated docs.
17542         Added properties bytes-served, bytes_to_serve.
17543         Post proper error messages,
17544         Emit client added signal too.
17545
17546 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17547
17548         * docs/plugins/Makefile.am:
17549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17551         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17552         (gst_multiudpsink_get_stats):
17553           adding docs for multiudpsink
17554
17555 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17556
17557         * gst/level/gstlevel.c: (gst_level_transform_ip):
17558           peak below decay is not necessarily an error, so don't ERROR log
17559
17560 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17561
17562         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17563         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17564         (gst_ebml_write_seek):
17565         * gst/matroska/ebml-write.h:
17566           Make sure we send a newsegment event in BYTES format
17567           before sending buffers (#328531).
17568
17569 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17570
17571         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17572         (gst_dvdemux_sink_query):
17573         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17574         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17575         (speex_dec_src_query):
17576         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17577         (gst_speexenc_sink_query):
17578         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17579         * gst/matroska/matroska-demux.c:
17580         (gst_matroska_demux_get_src_query_types),
17581         (gst_matroska_demux_handle_src_query):
17582         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17583         (gst_wavparse_pad_query):
17584           Pass unhandled queries upstream instead of just dropping
17585           them (#326446). Update query type arrays here and there.
17586
17587 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * tests/check/elements/matroskamux.c: (setup_src_pad):
17590           Collectpads in core got changed and now also holds a
17591           reference to any pad that is part of it. Fix refcount
17592           checks in test case accordingly.
17593
17594 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * gst/apetag/gstapedemux.h:
17597           Fix include, for now GstTagDemux is in the apetag dir.
17598
17599 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17600
17601         * docs/plugins/Makefile.am:
17602         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17603         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17604         * docs/plugins/inspect/plugin-cdio.xml:
17605           Add cdio plugin to docs.
17606
17607         * ext/cdio/gstcdiocddasrc.c:
17608           Add gtk-doc blurb.
17609
17610         * ext/cdio/gstcdio.c:
17611           The plugin is called 'cdio' not 'cddio'.
17612
17613 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         * configure.ac:
17616         * docs/plugins/Makefile.am:
17617         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17618         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17619         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17620         * docs/plugins/inspect/plugin-apetag.xml:
17621         * gst/apetag/Makefile.am:
17622         * gst/apetag/gstapedemux.c:
17623         * gst/apetag/gstapedemux.h:
17624         * gst/apetag/gsttagdemux.c:
17625         * gst/apetag/gsttagdemux.h:
17626           Add APE tag demuxer (#325649).
17627
17628 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17629
17630         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17631         (gst_gconf_get_default_video_sink),
17632         (gst_gconf_get_default_audio_src),
17633         (gst_gconf_get_default_video_src):
17634         * ext/gconf/gconf.h:
17635         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17636         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17637         (do_toggle_element):
17638         * ext/gconf/gstgconfaudiosink.h:
17639         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17640         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17641         (do_toggle_element):
17642         * ext/gconf/gstgconfaudiosrc.h:
17643         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17644         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17645         (do_toggle_element):
17646         * ext/gconf/gstgconfvideosink.h:
17647         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17648         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17649         (do_toggle_element):
17650         * ext/gconf/gstgconfvideosrc.h:
17651           Ignore changing the GConf key to "". Ignore GConf key updates
17652           that don't actually change the string.
17653           For now, ignore the GConf key when the state is > READY, as
17654           it breaks streaming. Sometime it will be nice to bring the
17655           new sink online even mid-stream, by sending NEWSEGMENT info
17656           and possibly prerolling.
17657           (Fixes #326736)
17658
17659 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17660
17661         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17662         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17663         (zoomFilterSetResolution), (zoomFilterDestroy),
17664         (zoomFilterFastRGB), (pointFilter):
17665         * gst/goom/filters.h:
17666         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17667         (goom_update), (goom_close):
17668         * gst/goom/goom_core.h:
17669         * gst/goom/goom_tools.h:
17670         * gst/goom/graphic.c:
17671         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17672         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17673         * gst/goom/gstgoom.h:
17674         * gst/goom/lines.c: (goom_lines):
17675         * gst/goom/lines.h:
17676           Make goom reentrant by moving all important static variables
17677           into instance structures.
17678           (Fixes #329181)
17679
17680 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17681
17682         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17683         (gst_avi_demux_all_source_pads_unlinked),
17684         (gst_avi_demux_process_next_entry):
17685         * gst/avi/gstavidemux.h:
17686           Third attempt, use gst_pad_is_linked() this time.
17687
17688 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17689
17690         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17691         (parse_split_strings):
17692         Adjust for data length indicators when parsing (Fixes #329810)
17693         Fix stupid bug parsing UTF-8 tag text.
17694         Output tag strings with multiple fields as multiple tags, so the
17695         app gets all the data.
17696
17697 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17698
17699         * ext/flac/gstflacenc.c:
17700         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17701         show me.
17702         
17703 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17704
17705         * ext/flac/gstflacenc.c:
17706         * gst/matroska/ebml-read.c:
17707         Just make it compile with --disable-gst-debug.
17708
17709 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17710
17711         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17712         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17713         (id3v2_genre_fields_to_taglist):
17714           Never output a tag with a null contents string.
17715
17716 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17717
17718         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17719           Only pause if all pads are unlinked AND we've tried to send data
17720           on all of them at least once.
17721
17722 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17723
17724         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17725         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17726           Make loop function/task pause itself when all source pads are
17727           unlinked.
17728
17729 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         * configure.ac:
17732         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17733           Use new functions from core to render a bin from a
17734           string. Fixes build. Up requirements to core CVS.
17735
17736 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17737
17738         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17739           Don't push buffers into the adapter that we are going to
17740           push downstream again without framing anyway. Also, the
17741           adaptor takes ownership of buffers put into it (fixes
17742           auparse pushing invalid buffers for .au files with
17743           ADPCM contents). Finally, set caps on all outgoing buffers.
17744
17745 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17746
17747         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17748         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17749         (gst_id3demux_send_tag_event):
17750         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17751         Someone should kick my butt. Remove ID3v1 tags from the end of the
17752         file.
17753
17754         Improve error messages. Send the TAG message as soon as we complete
17755         typefinding, instead of waiting until we send the first buffer.
17756         Downstream tag event is still sent before the first buffer.
17757
17758 2006-01-27  Jan Gerber  <j@bootlab.org>
17759
17760         Reviewed by: Andy Wingo <wingo@pobox.com>
17761
17762         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17763         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17764         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17765         to not have warings flooding stderr. this is the suggested way
17766         also used in dvgrab and kino. (#328336)
17767
17768 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17769
17770         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17771         (gst_oss_sink_init), (gst_oss_sink_finalise):
17772           Free the device name string when finalised.
17773
17774 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17775
17776         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17777           Don't put function calls in g_return_if_fail() statements,
17778           or they'll be replaced with NOOPs if someone compiles with
17779           G_DISABLE_CHECKS defined.
17780           
17781 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17782
17783         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17784         Never trust ANY information encoded in a media file, especially
17785         when it's giving you sizes. (Fixes #328452)
17786
17787 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17788
17789         * gst/rtp/gstrtpg711pay.c:
17790         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17791         bug #325148.
17792
17793 2006-01-23  Edward Hervey  <edward@fluendo.com>
17794
17795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17796         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17797         * gst/matroska/matroska-ids.h:
17798         Added recognition of Real Audio and Video streams in matroska demuxer.
17799
17800 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17801
17802         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17803           Remove errant break statement, and fix compilation with
17804           older GCC.
17805
17806 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17807
17808         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17809
17810         * sys/sunaudio/gstsunaudiomixerctrl.c:
17811         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17812           Export functions that are needed in other parts of the code,
17813           makes the mixer actually work; adjust magic minimum buffer-time
17814           value from 3ms to 5ms to work around stuttering during mp3
17815           playback (#327765).
17816
17817 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17818
17819         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17820
17821         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17822         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17823           Fix possible deadlock in matroska muxer (#327825).
17824
17825 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17826
17827         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17828         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17829         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17830         * gst/rtsp/sdpmessage.h:
17831         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17832         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17833           C89 fixes: declare variables at the beginning of a block and
17834           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17835           <jensgr at gmx dot net>).
17836
17837 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17838
17839         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17840         * gst/id3demux/id3tags.h:
17841         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17842         (parse_comment_frame), (parse_text_identification_frame),
17843         (id3v2_tag_to_taglist), (id3v2_are_digits),
17844         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17845         (parse_split_strings), (free_tag_strings):
17846           Rewrite parsing of text tags to handle multiple NULL terminated
17847           strings. Parse numeric genre strings and ID3v2 type
17848           "(3)(6)Alternative" style genre strings.
17849           Parse dates that are only YYYY or YYYY-mm format.
17850           (Fixes #328241 and #322154)
17851
17852 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17855           Don't forget to initialize liboil, otherwise our oil functions
17856           will crash (fixes #327871; patch by: Christoph Burghardt
17857           <hawkes at web dot de>).
17858
17859 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         * configure.ac:
17862           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17863           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17864           patch by: Brian Cameron <brian dot cameron at sun dot com>
17865
17866 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17867
17868         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17869         * ext/cdio/gstcdio.h:
17870         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17871           Fix build for libcdio versions >= 76; give slightly lower rank
17872           than cdparanoia.
17873
17874 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17875
17876         * configure.ac:
17877         * ext/Makefile.am:
17878         * ext/cdio/Makefile.am:
17879         * ext/cdio/gstcdio.c:
17880         * ext/cdio/gstcdio.h:
17881         * ext/cdio/gstcdiocddasrc.c:
17882         * ext/cdio/gstcdiocddasrc.h:
17883           Port libcdio cdda source, formerly known as cddasrc, now known as
17884           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17885           but that's not tested (fixes #317658).
17886
17887 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17888
17889         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17890           Fix conversion from TIME to BYTES format (fixes #326864;
17891           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17892
17893 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17894
17895         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17896           Fix compilation of id3demux when zlib is not present.
17897           (Fixes #326602; patch by: Sergey Scobich)
17898
17899 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * ext/esd/Makefile.am:
17902           Add $(ESD_CFLAGS), otherwise build will fail for folks
17903           with libesd in a non-standard prefix (#327009).
17904
17905 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * configure.ac:
17908           back to HEAD
17909
17910 === release 0.10.1 ===
17911
17912 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17913
17914         * configure.ac:
17915           releasing 0.10.1, "Li"
17916
17917 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17918
17919           patch by: Wim Taymans
17920
17921         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17922           fix memleak.  Fixes #326618
17923
17924 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17925
17926           patch by: Mike Smith
17927
17928         * gst/level/gstlevel.c: (gst_level_message_new),
17929         (gst_level_message_append_channel):
17930           Fix memleak.  Fixes #326612
17931
17932 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * configure.ac:
17935           prereleasing
17936         * po/af.po:
17937         * po/az.po:
17938         * po/cs.po:
17939         * po/en_GB.po:
17940         * po/hu.po:
17941         * po/it.po:
17942         * po/nb.po:
17943         * po/nl.po:
17944         * po/or.po:
17945         * po/sq.po:
17946         * po/sr.po:
17947         * po/sv.po:
17948         * po/uk.po:
17949         * po/vi.po:
17950           update translations
17951
17952 2006-01-10  Michael Smith  <msmith@fluendo.com>
17953
17954         * gst/level/gstlevel.c: (gst_level_class_init),
17955         (gst_level_dispose):
17956           Don't leak filter arrays.
17957
17958 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17959
17960         reviewed by: Christian Schaller <uraeus@gnome.org>
17961         
17962         * configure.ac:
17963         * gst-plugins-good.spec.in:
17964         * sys/Makefile.am:
17965         * sys/sunaudio/Makefile.am:
17966         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17967         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17968         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17969         (gst_sunaudiomixer_change_state):
17970         * sys/sunaudio/gstsunaudiomixer.h:
17971         * sys/sunaudio/gstsunaudiomixerctrl.c:
17972         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17973         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17974         (gst_sunaudiomixer_ctrl_list_tracks),
17975         (gst_sunaudiomixer_ctrl_get_volume),
17976         (gst_sunaudiomixer_ctrl_set_volume),
17977         (gst_sunaudiomixer_ctrl_set_mute),
17978         (gst_sunaudiomixer_ctrl_set_record):
17979         * sys/sunaudio/gstsunaudiomixerctrl.h:
17980         * sys/sunaudio/gstsunaudiomixertrack.c:
17981         (gst_sunaudiomixer_track_class_init),
17982         (gst_sunaudiomixer_track_init), (fill_labels),
17983         (gst_sunaudiomixer_track_new):
17984         * sys/sunaudio/gstsunaudiomixertrack.h:
17985         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17986         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17987         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17988         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17989         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17990         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17991         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17992         * sys/sunaudio/gstsunaudiosink.h:
17993
17994         Add SunAudio plugin - tested to make sure it doesn't break
17995         the build under GNU/Linux.      
17996
17997 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17998
17999         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18000         * gst-plugins-good/gst/udp/gstudpsrc.c:
18001         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18002         overrides the port or multicast parameters. Fixes bugs #323021.
18003         API addition: adds GstUDPSrc::sockfd property   
18004
18005 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18006
18007         * ext/gconf/Makefile.am:
18008         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18009         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18010         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18011         (do_toggle_element), (cb_toggle_element),
18012         (gst_gconf_audio_src_change_state):
18013         * ext/gconf/gstgconfaudiosrc.h:
18014         * ext/gconf/gstgconfelements.c: (plugin_init):
18015         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18016         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18017         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18018         (do_toggle_element), (cb_toggle_element),
18019         (gst_gconf_video_src_change_state):
18020         * ext/gconf/gstgconfvideosrc.h:
18021           Add new gconfaudiosrc and gconfvideosrc elements
18022           (needed for gnome-sound-recorder).
18023
18024 2006-01-06  Edward Hervey  <edward@fluendo.com>
18025
18026         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18027         Add gst_element_no_more_pads() for proper decodebin behaviour.
18028         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18029         (parse_text_identification_frame), (parse_split_strings):
18030         Failure to decode some tags is not a GST_ERROR() but a
18031         GST_WARNING()
18032         When iterating over a chunk of text, check that we haven't gone too
18033         far.
18034
18035 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18036
18037         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18038         (plugin_init):
18039           call oil_init() when using liboil
18040
18041 2006-01-04  Wim Taymans  <wim@fluendo.com>
18042
18043         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18044         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18045         Fix leaks.
18046
18047 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18048
18049         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18050
18051         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18052         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18053         (gst_flac_dec_change_state):
18054           Don't g_assert() where we should just return FALSE; remove
18055           unnecessary g_assert(); initialize some fields properly in
18056           state change function (fixes #325504). Also, use
18057           GST_DEBUG_OBJECT in two more places.
18058
18059 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18060
18061         * configure.ac:
18062           also remove smoothwave's Makefile.am
18063         * docs/plugins/Makefile.am:
18064           fix plugin docs
18065
18066 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18067
18068         * tests/examples/Makefile.am:
18069           added missing Makefile.am
18070
18071 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18072
18073         * configure.ac:
18074         * gst/level/Makefile.am:
18075         * gst/level/level-example.c:
18076         * tests/Makefile.am:
18077         * tests/examples/level/Makefile.am:
18078         * tests/examples/level/level-example.c: (message_handler), (main):
18079           moved level-example to tests/examples/level-example
18080         * tests/old/examples/level/demo.c: (main):
18081         * tests/old/examples/level/plot.c: (main):
18082           some initial fixes
18083
18084 2005-12-29  Michael Smith  <msmith@fluendo.com>
18085
18086         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18087         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18088         * gst/udp/gstmultiudpsink.h:
18089           Track packets sent per client in addition to bytes sent; provide
18090           this info through get-stats signal
18091
18092 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18093
18094         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18095           Can't use gst_object_unref() on a GstAdapter (#325191).
18096
18097 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18098
18099         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18100         If a broken tag has 0 bytes payload, at least still skip
18101         the 10 byte header
18102
18103 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18104
18105         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18106         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18107         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18108         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18109           Making these depayloaders (H263+ and mpeg4 video) inherit from
18110           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18111
18112 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18113
18114         * docs/plugins/gst-plugins-good-plugins.args:
18115         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18116         Regenerate the plugin hiearchy.
18117
18118 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18119
18120         * docs/plugins/Makefile.am:
18121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18123         * docs/plugins/gst-plugins-good-plugins.args:
18124         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18125         (gst_id3demux_base_init), (gst_id3demux_class_init),
18126         (gst_id3demux_chain):
18127         * gst/id3demux/gstid3demux.h:
18128           Add documentation for id3demux.
18129           Don't fail if the first buffer is not at offset 0, just
18130           attempt to typefind and do pass through
18131           Rename the gst_type function from gst_gst_id3demux..
18132
18133 2005-12-20  Michael Smith  <msmith@fluendo.com>
18134
18135         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18136         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18137         (gst_multiudpsink_get_stats):
18138         * gst/udp/gstmultiudpsink.h:
18139           Collect statistics; return them from get_stats.
18140
18141 2005-12-19  Edward Hervey  <edward@fluendo.com>
18142
18143         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18144         Stupid signedness issue...
18145
18146 2005-12-19  Edward Hervey  <edward@fluendo.com>
18147
18148         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18149         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18150         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18151         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18152         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18153         Construct index for indexless files.
18154         Make sure pad/buffers are correctly reset to NULL once we don't need
18155         them anymore, else we get lovely segfaults/assertions.
18156         * gst/wavparse/gstwavparse.c:
18157         Yes, you can have 96KHz audio and wma in wav :(
18158
18159 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18160
18161         * configure.ac:
18162           Check for optional dependency on zlib for id3demux
18163
18164         * gst/id3demux/Makefile.am:
18165         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18166         (gst_id3demux_base_init), (gst_id3demux_class_init),
18167         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18168         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18169         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18170         (gst_id3demux_set_property), (gst_id3demux_get_property),
18171         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18172         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18173         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18174         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18175         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18176         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18177         (simple_find_peek), (simple_find_suggest),
18178         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18179         (plugin_init):
18180         * gst/id3demux/gstid3demux.h:
18181         * gst/id3demux/id3tags.c: (read_synch_uint),
18182         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18183         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18184         (id3demux_id3v2_frames_to_tag_list):
18185         * gst/id3demux/id3tags.h:
18186         * gst/id3demux/id3v2.4.0-frames.txt:
18187         * gst/id3demux/id3v2.4.0-structure.txt:
18188         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18189         (parse_comment_frame), (parse_text_identification_frame),
18190         (id3v2_tag_to_taglist), (parse_split_strings):
18191           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18192           otherwise it discards them. Works on my test files. 
18193
18194         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18195           Don't send EOS to a non-existing srcpad
18196           The debug category can be static
18197
18198 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18199
18200         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18201         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18202         * gst/multipart/multipartdemux.c:
18203           change some char* into char[]
18204
18205 2005-12-16  Wim Taymans  <wim@fluendo.com>
18206
18207         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18208         (gst_wavparse_other), (gst_wavparse_perform_seek),
18209         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18210         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18211         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18212         * gst/wavparse/gstwavparse.h:
18213         Use GstSegment to implement more seeking features.
18214
18215 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18216
18217         * gst/rtsp/rtspconnection.c:
18218           Add <netinet/in.h> include and move <arpa/inet.h> include
18219           to make things work on OpenBSD as well (fixes #323717;
18220           patch by: Benjamin Pineau)
18221
18222 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18223
18224         * gst/rtp/gstrtpspeexdepay.c:
18225         * gst/rtp/gstrtpspeexpay.c:
18226         Set clock rate to be fixed in 8000. It fixes bug #324012.
18227
18228 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18229
18230         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18231         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18232         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18233         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18234         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18235         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18236         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18237         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18238         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18239         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18240         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18241         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18242         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18243         * gst-plugins-good/gst/rtp/README:
18244         Fixed payload range in payloder caps. Removed payload range completely
18245         from depayloaders as they don't require payload type in their caps.
18246         In effect, there isn't any specific payload type for any given codec,
18247         only suggestions.
18248         Fixes bug #324011.
18249
18250 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18251
18252         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18253         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18254         (gst_videomixer_collected): Code cleanup and re-enabling 
18255         queued time validity check for correct EOS handling.
18256
18257 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18258
18259         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18260         (gst_oss_mixer_element_get_property),
18261         (gst_oss_mixer_element_change_state):
18262         Add 'device-name' property and fix state change function.
18263
18264 2005-12-13  Edward Hervey  <edward@fluendo.com>
18265
18266         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18267         If the speed of the file is null in the header, set the frame_time to
18268         the default setting of GST_SECOND / 70. Which is the default
18269         frame_delay for .fli files as stated in this document :
18270         http://www.compuphase.com/flic.htm
18271         Would be nice to have the time conversion done properly too (duration =
18272         flxh->frames * flxdec->frame_time)
18273
18274 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18275
18276         * docs/plugins/Makefile.am:
18277         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18278         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18279         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18280         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18281         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18282         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18283         documentation for videomixer on my way with a funny sample
18284         pipeline.
18285
18286 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18287
18288         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18289         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18290         (gst_videomixer_update_queues), (gst_videomixer_collected):
18291         Fix caps negotiation. (#323896)
18292
18293 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18294
18295         * gst/matroska/matroska-demux.c:
18296         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18297           Set correct timestamps on audio laces, fixes playback of mp3 from
18298                 matroska.
18299
18300 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18303         (gst_au_parse_class_init), (gst_au_parse_init),
18304         (gst_au_parse_dispose), (gst_au_parse_chain),
18305         (gst_au_parse_change_state), (plugin_init):
18306         * gst/auparse/gstauparse.h:
18307           Use gst_object_unref() for GstObjects instead of
18308           g_object_unref() and fix a mem leak in a debug
18309           statement; while we're at it, also borgify, use
18310           boilerplate macros and clean up a little bit.
18311
18312 2005-12-11  Edward Hervey  <edward@fluendo.com>
18313
18314         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18315         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18316         Added pull mode.
18317
18318 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18319
18320         * gst/goom/gstgoom.c:
18321         * gst/level/level-example.c: (main):
18322         * gst/smoothwave/demo-osssrc.c: (main):
18323           Use audiotestsrc instead of sinesrc (#323798).
18324
18325 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18326
18327         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18328           more debug-func-ptr usage
18329
18330 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18331
18332         * gst/flx/flx_color.c: (flx_colorspace_convert):
18333         * gst/flx/flx_color.h:
18334         * gst/flx/flx_fmt.h:
18335         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18336         * gst/flx/gstflxdec.h:
18337           Now flxdec works on big-endian machines as well.
18338
18339 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18340
18341         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18342         (gst_fenced_buffer_copy):
18343           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18344           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18345           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18346           and use GST_DEBUG_FUNCPTR for pad functions.
18347
18348 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18349
18350         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18351         (gst_flac_dec_class_init), (gst_flac_dec_init),
18352         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18353         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18354         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18355         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18356         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18357         (gst_flac_dec_change_state):
18358         * ext/flac/gstflacdec.h:
18359           Rewrite flacdec a bit, so that even seeking might work now. Most
18360           importantly, don't act upon any flow return values we get, just tell
18361           the decoder everything's dandy and act on the flow return values
18362           later on in the loop function. We don't want to mess up the internal
18363           decoder state for non-fatal things like flushing pads etc. Other
18364           than that, use GstSegment (segment seeks don't work yet though, but
18365           should be easy to add), use boilerplate macros, drop the superfluous
18366           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18367           lots of other things.
18368
18369 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * configure.ac:
18372           Update comment in OSS includes check.
18373
18374         * sys/oss/gstossdmabuffer.c:
18375         * sys/oss/gstosshelper.c:
18376         * sys/oss/gstossmixer.c:
18377         * sys/oss/gstossmixertrack.c:
18378         * sys/oss/gstosssink.c:
18379         * sys/oss/gstosssrc.c:
18380         * sys/oss/oss_probe.c:
18381           Don't assume the OSS soundcard.h include is always in
18382           the sys/ directory. Instead, use the existing defines
18383           from config.h to include the right file. Fixes
18384           compilation on OpenBSD 3.8 (#323718).
18385
18386 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18387
18388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18389         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18390         * docs/plugins/inspect/plugin-1394.xml:
18391         * docs/plugins/inspect/plugin-aasink.xml:
18392         * docs/plugins/inspect/plugin-alaw.xml:
18393         * docs/plugins/inspect/plugin-alpha.xml:
18394         * docs/plugins/inspect/plugin-alphacolor.xml:
18395         * docs/plugins/inspect/plugin-auparse.xml:
18396         * docs/plugins/inspect/plugin-autodetect.xml:
18397         * docs/plugins/inspect/plugin-avi.xml:
18398         * docs/plugins/inspect/plugin-cacasink.xml:
18399         * docs/plugins/inspect/plugin-cairo.xml:
18400         * docs/plugins/inspect/plugin-cutter.xml:
18401         * docs/plugins/inspect/plugin-debug.xml:
18402         * docs/plugins/inspect/plugin-dv.xml:
18403         * docs/plugins/inspect/plugin-efence.xml:
18404         * docs/plugins/inspect/plugin-effectv.xml:
18405         * docs/plugins/inspect/plugin-esdsink.xml:
18406         * docs/plugins/inspect/plugin-flac.xml:
18407         * docs/plugins/inspect/plugin-flxdec.xml:
18408         * docs/plugins/inspect/plugin-gconfelements.xml:
18409         * docs/plugins/inspect/plugin-goom.xml:
18410         * docs/plugins/inspect/plugin-jpeg.xml:
18411         * docs/plugins/inspect/plugin-level.xml:
18412         * docs/plugins/inspect/plugin-matroska.xml:
18413         * docs/plugins/inspect/plugin-mulaw.xml:
18414         * docs/plugins/inspect/plugin-multipart.xml:
18415         * docs/plugins/inspect/plugin-navigationtest.xml:
18416         * docs/plugins/inspect/plugin-ossaudio.xml:
18417         * docs/plugins/inspect/plugin-png.xml:
18418         * docs/plugins/inspect/plugin-rtp.xml:
18419         * docs/plugins/inspect/plugin-rtsp.xml:
18420         * docs/plugins/inspect/plugin-shout2send.xml:
18421         * docs/plugins/inspect/plugin-smpte.xml:
18422         * docs/plugins/inspect/plugin-speex.xml:
18423         * docs/plugins/inspect/plugin-udp.xml:
18424         * docs/plugins/inspect/plugin-videobox.xml:
18425         * docs/plugins/inspect/plugin-videoflip.xml:
18426         * docs/plugins/inspect/plugin-videomixer.xml:
18427         * docs/plugins/inspect/plugin-wavenc.xml:
18428         * docs/plugins/inspect/plugin-wavparse.xml:
18429         * ext/flac/gstflac.c: (plugin_init):
18430         * ext/flac/gstflacdec.c: (flacdec_get_type),
18431         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18432         (gst_flac_dec_init), (gst_flac_dec_finalize),
18433         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18434         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18435         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18436         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18437         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18438         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18439         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18440         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18441         * ext/flac/gstflacdec.h:
18442         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18443         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18444         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18445         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18446         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18447         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18448         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18449         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18450         (gst_flac_enc_change_state):
18451         * ext/flac/gstflacenc.h:
18452           borgify and fix up documentation
18453
18454 2005-12-09  Michael Smith  <msmith@fluendo.com>
18455
18456         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18457           Accept a wider range of flac files, more closely matching flac spec.
18458
18459 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18460
18461         * docs/plugins/Makefile.am: Add multipart elements.
18462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18463         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18464         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18465         * gst/multipart/multipartdemux.c:
18466         * gst/multipart/multipartmux.c: Add docs.
18467
18468 2005-12-07  Edward Hervey  <edward@fluendo.com>
18469
18470         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18471         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18472         (gst_avi_demux_invert):
18473         Memleak and crasher fixes.
18474         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18475         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18476         Memleak fixes
18477
18478 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18479
18480         * ext/aalib/gstaasink.h:
18481         * ext/cairo/gsttextoverlay.h:
18482         * ext/dv/gstdvdec.h:
18483         * ext/dv/gstdvdemux.c:
18484         * ext/dv/gstdvdemux.h:
18485         * ext/esd/esdsink.h:
18486         * ext/flac/flac_compat.h:
18487         * ext/flac/gstflacdec.h:
18488         * ext/flac/gstflacenc.h:
18489         * ext/gconf/gconf.h:
18490         * ext/gconf/gstgconfaudiosink.h:
18491         * ext/gconf/gstgconfvideosink.h:
18492         * ext/gdk_pixbuf/gstgdkanimation.h:
18493         * ext/jpeg/gstjpegdec.h:
18494         * ext/jpeg/smokecodec.h:
18495         * ext/jpeg/smokeformat.h:
18496         * ext/ladspa/gstsignalprocessor.h:
18497         * ext/ladspa/search.c: (LADSPAPluginSearch):
18498         * ext/ladspa/utils.h:
18499         * ext/libmng/gstmng.c:
18500         * ext/libmng/gstmngdec.h:
18501         * ext/libmng/gstmngenc.c:
18502         * ext/libmng/gstmngenc.h:
18503         * ext/libpng/gstpng.c:
18504         * ext/libpng/gstpngenc.c:
18505         * ext/libpng/gstpngenc.h:
18506         * ext/shout2/gstshout2.h:
18507         * ext/speex/gstspeexdec.h:
18508         * ext/speex/gstspeexenc.c:
18509         * ext/speex/gstspeexenc.h:
18510         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18511         * gst/autodetect/gstautoaudiosink.h:
18512         * gst/autodetect/gstautovideosink.h:
18513         * gst/avi/gstavidemux.h:
18514         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18515         (gst_cutter_set_property), (gst_cutter_get_caps):
18516         * gst/cutter/gstcutter.h:
18517         * gst/debug/tests.c: (md5_process_block):
18518         * gst/debug/tests.h:
18519         * gst/effectv/gstwarp.c:
18520         * gst/flx/flx_fmt.h:
18521         * gst/flx/gstflxdec.h:
18522         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18523         (zoomFilterFastRGB):
18524         * gst/goom/filters.h:
18525         * gst/goom/goom_tools.h:
18526         * gst/law/alaw-encode.c:
18527         * gst/level/gstlevel.c:
18528         * gst/level/gstlevel.h:
18529         * gst/matroska/ebml-write.h:
18530         * gst/matroska/matroska-demux.h:
18531         * gst/matroska/matroska-ids.h:
18532         * gst/matroska/matroska-mux.h:
18533         * gst/monoscope/convolve.c: (convolve_match):
18534         * gst/monoscope/convolve.h:
18535         * gst/multipart/multipartmux.c:
18536         * gst/oldcore/gstaggregator.c:
18537         * gst/oldcore/gstaggregator.h:
18538         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18539         * gst/oldcore/gstmd5sink.h:
18540         * gst/oldcore/gstmultifilesrc.c:
18541         * gst/oldcore/gstmultifilesrc.h:
18542         * gst/oldcore/gstpipefilter.h:
18543         * gst/oldcore/gstshaper.h:
18544         * gst/rtp/gstrtpL16depay.h:
18545         * gst/rtp/gstrtpL16pay.h:
18546         * gst/rtp/gstrtpdepay.h:
18547         * gst/rtp/gstrtpmp4vpay.c:
18548         * gst/rtp/gstrtpmp4vpay.h:
18549         * gst/rtsp/gstrtspsrc.c:
18550         * gst/rtsp/gstrtspsrc.h:
18551         * gst/rtsp/rtspconnection.h:
18552         * gst/rtsp/rtspdefs.h:
18553         * gst/rtsp/rtspmessage.h:
18554         * gst/rtsp/rtsptransport.h:
18555         * gst/rtsp/rtspurl.c:
18556         * gst/rtsp/rtspurl.h:
18557         * gst/rtsp/sdpmessage.c:
18558         * gst/rtsp/sdpmessage.h:
18559         * gst/smpte/barboxwipes.c:
18560         * gst/smpte/gstmask.h:
18561         * gst/smpte/gstsmpte.h:
18562         * gst/smpte/paint.c:
18563         * gst/smpte/paint.h:
18564         * gst/udp/gstdynudpsink.h:
18565         * gst/udp/gstmultiudpsink.h:
18566         * gst/udp/gstudpsink.c:
18567         * gst/udp/gstudpsink.h:
18568         * gst/udp/gstudpsrc.c:
18569         * gst/videomixer/videomixer.c:
18570         * gst/wavenc/riff.h:
18571         * gst/wavparse/gstwavparse.h:
18572         * sys/oss/gstossdmabuffer.h:
18573         * sys/oss/gstossmixer.h:
18574         * sys/oss/gstossmixerelement.h:
18575         * sys/oss/gstossmixertrack.h:
18576         * sys/oss/gstosssink.c:
18577         * sys/oss/gstosssink.h:
18578         * sys/oss/gstosssrc.c:
18579         * sys/oss/gstosssrc.h:
18580         * sys/osxaudio/gstosxaudioelement.h:
18581         * sys/osxaudio/gstosxaudiosink.h:
18582         * sys/osxaudio/gstosxaudiosrc.h:
18583           expand tabs
18584
18585 === release 0.10.0 ===
18586
18587 2005-12-05   <thomas (at) apestaart (dot) org>
18588
18589         * configure.ac:
18590           releasing 0.10.0, "Abondance"
18591
18592 2005-12-05  Andy Wingo  <wingo@pobox.com>
18593
18594         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18595         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18596         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18597         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18598         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18599         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18600         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18601         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18602         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18603         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18604         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18605         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18606         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18607         * gst/goom/gstgoom.c: (gst_goom_chain):
18608         * gst/matroska/matroska-demux.c:
18609         (gst_matroska_demux_push_vorbis_codec_priv_data),
18610         (gst_matroska_demux_add_wvpk_header):
18611         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18612         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18613         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18614         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18615         alloc_buffer changes.
18616
18617 2005-12-05  Michael Smith  <msmith@fluendo.com>
18618
18619         * docs/plugins/gst-plugins-good-plugins.args:
18620           Remove args for plugins that aren't in -good.
18621
18622 === release 0.9.7 ===
18623
18624 2005-12-01   <thomas (at) apestaart (dot) org>
18625
18626         * configure.ac:
18627           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18628
18629 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18630
18631         * docs/plugins/.cvsignore:
18632         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18633         * docs/plugins/inspect/plugin-multipart.xml:
18634         * docs/plugins/inspect/plugin-rtp.xml:
18635           add multipart plugin to docs
18636
18637 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18638
18639         * configure.ac:
18640         * ext/Makefile.am:
18641         * ext/pango/Makefile.am:
18642         * ext/pango/gstclockoverlay.c:
18643         * ext/pango/gstclockoverlay.h:
18644         * ext/pango/gsttextoverlay.c:
18645         * ext/pango/gsttextoverlay.h:
18646         * ext/pango/gsttextrender.c:
18647         * ext/pango/gsttextrender.h:
18648         * ext/pango/gsttimeoverlay.c:
18649         * ext/pango/gsttimeoverlay.h:
18650           move pango to base
18651
18652 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18653
18654         * gst/rtp/Makefile.am:
18655         * gst/rtp/gstrtpL16depay.c:
18656         * gst/rtp/gstrtpL16depay.h:
18657         * gst/rtp/gstrtpL16parse.c:
18658         * gst/rtp/gstrtpL16parse.h:
18659         * gst/rtp/gstrtpgsmdepay.c:
18660         * gst/rtp/gstrtpgsmdepay.h:
18661         * gst/rtp/gstrtpgsmparse.c:
18662         * gst/rtp/gstrtpgsmparse.h:
18663           parsers are depayers
18664
18665 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18666
18667         * gst/rtp/Makefile.am:
18668         * gst/rtp/gstasteriskh263.c:
18669         * gst/rtp/gstrtp.c:
18670         * gst/rtp/gstrtpL16enc.c:
18671         * gst/rtp/gstrtpL16enc.h:
18672         * gst/rtp/gstrtpL16parse.c:
18673         * gst/rtp/gstrtpL16parse.h:
18674         * gst/rtp/gstrtpL16pay.c:
18675         * gst/rtp/gstrtpL16pay.h:
18676         * gst/rtp/gstrtpamrdec.c:
18677         * gst/rtp/gstrtpamrdec.h:
18678         * gst/rtp/gstrtpamrdepay.c:
18679         * gst/rtp/gstrtpamrdepay.h:
18680         * gst/rtp/gstrtpamrenc.c:
18681         * gst/rtp/gstrtpamrenc.h:
18682         * gst/rtp/gstrtpamrpay.c:
18683         * gst/rtp/gstrtpamrpay.h:
18684         * gst/rtp/gstrtpdec.c:
18685         * gst/rtp/gstrtpdec.h:
18686         * gst/rtp/gstrtpdepay.c:
18687         * gst/rtp/gstrtpdepay.h:
18688         * gst/rtp/gstrtpg711dec.c:
18689         * gst/rtp/gstrtpg711dec.h:
18690         * gst/rtp/gstrtpg711depay.c:
18691         * gst/rtp/gstrtpg711depay.h:
18692         * gst/rtp/gstrtpg711enc.c:
18693         * gst/rtp/gstrtpg711enc.h:
18694         * gst/rtp/gstrtpg711pay.c:
18695         * gst/rtp/gstrtpg711pay.h:
18696         * gst/rtp/gstrtpgsmenc.c:
18697         * gst/rtp/gstrtpgsmenc.h:
18698         * gst/rtp/gstrtpgsmparse.c:
18699         * gst/rtp/gstrtpgsmparse.h:
18700         * gst/rtp/gstrtpgsmpay.c:
18701         * gst/rtp/gstrtpgsmpay.h:
18702         * gst/rtp/gstrtph263enc.c:
18703         * gst/rtp/gstrtph263enc.h:
18704         * gst/rtp/gstrtph263pay.c:
18705         * gst/rtp/gstrtph263pay.h:
18706         * gst/rtp/gstrtph263pdec.c:
18707         * gst/rtp/gstrtph263pdec.h:
18708         * gst/rtp/gstrtph263pdepay.c:
18709         * gst/rtp/gstrtph263pdepay.h:
18710         * gst/rtp/gstrtph263penc.c:
18711         * gst/rtp/gstrtph263penc.h:
18712         * gst/rtp/gstrtph263ppay.c:
18713         * gst/rtp/gstrtph263ppay.h:
18714         * gst/rtp/gstrtpmp4vdec.c:
18715         * gst/rtp/gstrtpmp4vdec.h:
18716         * gst/rtp/gstrtpmp4vdepay.c:
18717         * gst/rtp/gstrtpmp4vdepay.h:
18718         * gst/rtp/gstrtpmp4venc.c:
18719         * gst/rtp/gstrtpmp4venc.h:
18720         * gst/rtp/gstrtpmp4vpay.c:
18721         * gst/rtp/gstrtpmp4vpay.h:
18722         * gst/rtp/gstrtpmpadec.c:
18723         * gst/rtp/gstrtpmpadec.h:
18724         * gst/rtp/gstrtpmpadepay.c:
18725         * gst/rtp/gstrtpmpadepay.h:
18726         * gst/rtp/gstrtpmpaenc.c:
18727         * gst/rtp/gstrtpmpaenc.h:
18728         * gst/rtp/gstrtpmpapay.c:
18729         * gst/rtp/gstrtpmpapay.h:
18730         * gst/rtp/gstrtpspeexdec.c:
18731         * gst/rtp/gstrtpspeexdec.h:
18732         * gst/rtp/gstrtpspeexdepay.c:
18733         * gst/rtp/gstrtpspeexdepay.h:
18734         * gst/rtp/gstrtpspeexenc.c:
18735         * gst/rtp/gstrtpspeexenc.h:
18736         * gst/rtp/gstrtpspeexpay.c:
18737         * gst/rtp/gstrtpspeexpay.h:
18738           Do burger's rename for rtp payloaders and depayloaders
18739
18740 2005-11-30  Wim Taymans  <wim@fluendo.com>
18741
18742         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18743         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18744         * ext/dv/gstdvdemux.h:
18745         Fix seeking in dvdemux again, add some more debug info.
18746
18747 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18748
18749         * configure.ac:
18750           fix tests
18751
18752 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18753
18754         * PORTED_09:
18755         * docs/random/PORTED_09:
18756           move
18757         * tests/Makefile.am:
18758           add
18759         * win32/gst.sln:
18760           remove
18761
18762 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18763
18764         * Makefile.am:
18765         * check/.cvsignore:
18766         * check/Makefile.am:
18767         * check/elements/.cvsignore:
18768         * check/elements/level.c:
18769         * check/elements/matroskamux.c:
18770         * configure.ac:
18771         * examples/Makefile.am:
18772         * examples/capsfilter/Makefile.am:
18773         * examples/capsfilter/capsfilter1.c:
18774         * examples/gob/Makefile.am:
18775         * examples/gob/gst-identity2.gob:
18776         * examples/gstplay/.cvsignore:
18777         * examples/gstplay/Makefile.am:
18778         * examples/gstplay/player.c:
18779         * examples/indexing/.cvsignore:
18780         * examples/indexing/Makefile.am:
18781         * examples/indexing/indexmpeg.c:
18782         * examples/level/Makefile.am:
18783         * examples/level/README:
18784         * examples/level/demo.c:
18785         * examples/level/plot.c:
18786         * examples/stats/Makefile.am:
18787         * examples/stats/mp2ogg.c:
18788         * examples/switch/.cvsignore:
18789         * examples/switch/Makefile.am:
18790         * examples/switch/switcher.c:
18791           move under tests/
18792
18793 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18794
18795         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18796         (gst_text_render_class_init), (resize_bitmap),
18797         (gst_text_render_render_text), (gst_text_render_setcaps),
18798         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18799         (gst_text_render_chain), (gst_text_render_finalize),
18800         (gst_text_render_init), (gst_text_render_set_property):
18801         * ext/pango/gsttextrender.h:
18802           Add missing files.
18803
18804 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18805
18806         * configure.ac:
18807         * ext/Makefile.am:
18808         * ext/pango/Makefile.am:
18809         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18810         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18811         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18812         * ext/pango/gstclockoverlay.h:
18813         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18814         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18815         (gst_text_overlay_finalize), (gst_text_overlay_init),
18816         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18817         (gst_text_overlay_text_pad_linked),
18818         (gst_text_overlay_text_pad_unlinked),
18819         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18820         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18821         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18822         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18823         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18824         (gst_text_overlay_change_state), (plugin_init):
18825         * ext/pango/gsttextoverlay.h:
18826         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18827         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18828         (gst_time_overlay_class_init), (gst_time_overlay_init):
18829         * ext/pango/gsttimeoverlay.h:
18830           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18831           and add background shading and text wrapping modes. Make 
18832           timoverlay derive from textoverlay. Also add new clockoverlay
18833           element.
18834
18835 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18836
18837         * gst/udp/Makefile.am: Moved to netbuffer.
18838
18839 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18840
18841         * configure.ac:
18842         * PORTED_O9:
18843         * gst/multipart/Makefile.am:
18844         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18845         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18846         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18847         (gst_multipart_demux_change_state),
18848         (gst_multipart_demux_plugin_init):
18849         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18850         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18851         (gst_multipart_mux_sinkconnect),
18852         (gst_multipart_mux_request_new_pad),
18853         (gst_multipart_mux_handle_src_event),
18854         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18855         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18856         0.9.
18857
18858 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18859
18860         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18861         * gst/debug/gstnavigationtest.h:
18862         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18863         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18864         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18865         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18866         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18867         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18868         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18869         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18870         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18871         (gst_video_flip_get_type):
18872         * gst/videofilter/gstvideoflip.h:
18873           update for symbols change
18874
18875 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18876
18877         * gst/udp/gstdynudpsink.c:
18878         * gst/udp/gstudpsrc.c:
18879           the old gstnet lib was renamed gstnetbuffer (#322257)
18880
18881 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18882
18883         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18884         (gst_text_overlay_collected):
18885           Actually render the text from the text pad.
18886
18887 2005-11-29  Edward Hervey  <edward@fluendo.com>
18888
18889         * gst/debug/gstnavseek.c: (gst_navseek_event):
18890         * gst/debug/progressreport.c: (gst_progress_report_event):
18891         Update for GstBaseTransform event virtual method
18892
18893 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18894
18895         * ext/cairo/Makefile.am:
18896           no need to link to videofilter
18897
18898 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18899
18900         * gst/debug/Makefile.am:
18901         * gst/debug/gstnavigationtest.h:
18902         * gst/effectv/Makefile.am:
18903         * gst/effectv/gstaging.c:
18904         * gst/effectv/gstdice.c:
18905         * gst/effectv/gstedge.c:
18906         * gst/effectv/gstquark.c:
18907         * gst/effectv/gstrev.c:
18908         * gst/effectv/gstshagadelic.c:
18909         * gst/effectv/gstvertigo.c:
18910         * gst/effectv/gstwarp.c:
18911         * gst/videofilter/Makefile.am:
18912         * gst/videofilter/gstvideofilter.c:
18913         * gst/videofilter/gstvideofilter.h:
18914         * gst/videofilter/gstvideoflip.h:
18915           remove the videofilter library and link to the one in base
18916
18917 2005-11-28  Edward Hervey  <edward@fluendo.com>
18918
18919         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18920         Useless check now we're setting the current entry correctly.
18921
18922 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18923
18924         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18925         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18926         (gst_jpegenc_change_state):
18927           Don't leak input buffer in chain function (fixes #322667); make 
18928           state change function thread-safe; don't repeat the current function
18929           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18930           gst_pad_alloc_buffer(); misc. minor cleanups.
18931
18932 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18933
18934         * gst/matroska/matroska-mux.c:
18935         (gst_matroska_mux_video_pad_setcaps):
18936         Look for pixel-aspect-ratio in caps, not pixel_width and
18937         pixel_height (Fixes: #322645)
18938
18939 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18940
18941         * gst/matroska/matroska-mux.c:
18942         (gst_matroska_mux_video_pad_setcaps):
18943         From Michal Benes:
18944         frame duration should be GST_SECOND / framerate, not
18945         GST_SECOND * framerate. (Fixes: #322643)
18946
18947 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18948
18949         * configure.ac:
18950           fix up GST_PLUGIN_LDFLAGS
18951         * gst/rtsp/rtspconnection.c:
18952           fix includes (see #317043)
18953         * gst/videofilter/Makefile.am:
18954           stop installing this library
18955
18956 2005-11-26  Edward Hervey  <edward@fluendo.com>
18957
18958         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18959         Handle the case where the incoming Video dv stream doesn't have
18960         a pixel aspect ratio set.
18961
18962 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18963
18964         * docs/plugins/Makefile.am:
18965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18967         * ext/flac/gstflacdec.c:
18968           document flacdec
18969
18970 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972         * docs/plugins/Makefile.am:
18973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18975         * docs/plugins/inspect/plugin-autodetect.xml:
18976         * ext/cairo/gstcairo.c: (plugin_init):
18977         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18978         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18979         (gst_text_overlay_init), (gst_text_overlay_font_init),
18980         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18981         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18982         (gst_text_overlay_text_pad_linked),
18983         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18984         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18985         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18986         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18987         (gst_text_overlay_change_state):
18988         * ext/cairo/gsttextoverlay.h:
18989         * ext/cairo/gsttimeoverlay.c:
18990         (gst_cairo_time_overlay_update_font_height),
18991         (gst_cairo_time_overlay_set_caps),
18992         (gst_cairo_time_overlay_get_unit_size),
18993         (gst_cairo_time_overlay_print_smpte_time),
18994         (gst_cairo_time_overlay_transform),
18995         (gst_cairo_time_overlay_base_init),
18996         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18997         (gst_cairo_time_overlay_get_type):
18998         * ext/cairo/gsttimeoverlay.h:
18999           do some name borgifying
19000           document
19001
19002 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19003
19004         * docs/plugins/Makefile.am:
19005         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19006         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19007         * gst/autodetect/gstautoaudiosink.c:
19008         (gst_auto_audio_sink_base_init):
19009         * gst/autodetect/gstautovideosink.c:
19010         (gst_auto_video_sink_base_init),
19011         (gst_auto_video_sink_factory_filter):
19012           documenting auto*sink
19013           using strstr for the video sink lookup, class field is not ordered
19014         * docs/plugins/inspect/plugin-1394.xml:
19015         * docs/plugins/inspect/plugin-aasink.xml:
19016         * docs/plugins/inspect/plugin-alaw.xml:
19017         * docs/plugins/inspect/plugin-alpha.xml:
19018         * docs/plugins/inspect/plugin-alphacolor.xml:
19019         * docs/plugins/inspect/plugin-auparse.xml:
19020         * docs/plugins/inspect/plugin-autodetect.xml:
19021         * docs/plugins/inspect/plugin-avi.xml:
19022         * docs/plugins/inspect/plugin-cacasink.xml:
19023         * docs/plugins/inspect/plugin-cairo.xml:
19024         * docs/plugins/inspect/plugin-cutter.xml:
19025         * docs/plugins/inspect/plugin-debug.xml:
19026         * docs/plugins/inspect/plugin-dv.xml:
19027         * docs/plugins/inspect/plugin-efence.xml:
19028         * docs/plugins/inspect/plugin-effectv.xml:
19029         * docs/plugins/inspect/plugin-esdsink.xml:
19030         * docs/plugins/inspect/plugin-flac.xml:
19031         * docs/plugins/inspect/plugin-flxdec.xml:
19032         * docs/plugins/inspect/plugin-gconfelements.xml:
19033         * docs/plugins/inspect/plugin-goom.xml:
19034         * docs/plugins/inspect/plugin-jpeg.xml:
19035         * docs/plugins/inspect/plugin-level.xml:
19036         * docs/plugins/inspect/plugin-matroska.xml:
19037         * docs/plugins/inspect/plugin-mulaw.xml:
19038         * docs/plugins/inspect/plugin-navigationtest.xml:
19039         * docs/plugins/inspect/plugin-ossaudio.xml:
19040         * docs/plugins/inspect/plugin-png.xml:
19041         * docs/plugins/inspect/plugin-rtp.xml:
19042         * docs/plugins/inspect/plugin-rtsp.xml:
19043         * docs/plugins/inspect/plugin-shout2send.xml:
19044         * docs/plugins/inspect/plugin-smpte.xml:
19045         * docs/plugins/inspect/plugin-speex.xml:
19046         * docs/plugins/inspect/plugin-udp.xml:
19047         * docs/plugins/inspect/plugin-videobox.xml:
19048         * docs/plugins/inspect/plugin-videoflip.xml:
19049         * docs/plugins/inspect/plugin-videomixer.xml:
19050         * docs/plugins/inspect/plugin-wavenc.xml:
19051         * docs/plugins/inspect/plugin-wavparse.xml:
19052           update for HEAD version
19053
19054 2005-11-25  Michael Smith  <msmith@fluendo.com>
19055
19056         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19057           Patch from Sebastien Cote to close control sockets in udpsrc.
19058
19059 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19060
19061         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19062         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19063         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19064         (gst_quarktv_base_init), (gst_quarktv_class_init),
19065         (gst_quarktv_init): Flush the planes list on reverse caps
19066         negotiation. This was crashing because of differently sized
19067         buffers.
19068
19069 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19070
19071         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19072         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19073         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19074         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19075         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19076         (gst_videoflip_set_property), (gst_videoflip_base_init),
19077         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19078         correctly, fix identity flipping, convert navigation event 
19079         correctly again.
19080
19081 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         * configure.ac: back to HEAD
19084
19085 === release 0.9.6 ===
19086
19087 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19088
19089         * configure.ac:
19090           releasing 0.9.6, "Everything's Not Lost"
19091
19092 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19093
19094         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19095         Oops, initialise the framerate GValue
19096
19097 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19098
19099         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19100         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19101         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19102         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19103         (gst_timeoverlay_get_type):
19104         * ext/cairo/gsttimeoverlay.h:
19105         * gst/debug/Makefile.am:
19106         * gst/debug/gstnavigationtest.c:
19107         (gst_navigationtest_handle_src_event),
19108         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19109         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19110         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19111         (gst_navigationtest_init), (gst_navigationtest_get_type),
19112         (plugin_init):
19113         * gst/debug/gstnavigationtest.h:
19114         * gst/effectv/Makefile.am:
19115         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19116         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19117         (gst_agingtv_base_init), (gst_agingtv_class_init),
19118         (gst_agingtv_init), (gst_agingtv_get_type):
19119         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19120         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19121         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19122         (gst_dicetv_get_type):
19123         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19124         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19125         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19126         (gst_edgetv_get_type):
19127         * gst/effectv/gsteffectv.c:
19128         * gst/effectv/gsteffectv.h:
19129         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19130         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19131         (gst_quarktv_change_state), (gst_quarktv_base_init),
19132         (gst_quarktv_class_init), (gst_quarktv_init),
19133         (gst_quarktv_get_type):
19134         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19135         (gst_revtv_get_unit_size), (gst_revtv_transform),
19136         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19137         (gst_revtv_get_type):
19138         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19139         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19140         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19141         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19142         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19143         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19144         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19145         (gst_vertigotv_init), (gst_vertigotv_get_type):
19146         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19147         (gst_warptv_get_unit_size), (gst_warptv_transform),
19148         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19149         (gst_warptv_get_type):
19150         * gst/videofilter/Makefile.am:
19151         * gst/videofilter/gstvideobalance.c:
19152         * gst/videofilter/gstvideobalance.h:
19153         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19154         (gst_videofilter_class_init), (gst_videofilter_init):
19155         * gst/videofilter/gstvideofilter.h:
19156         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19157         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19158         (gst_videoflip_flip), (gst_videoflip_transform),
19159         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19160         (gst_videoflip_base_init), (gst_videoflip_class_init),
19161         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19162         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19163         BaseTransform, it's just a place holder for now and every video
19164         effect plugin has been ported to use BaseTransform features 
19165         directly. QuarkTV was fixed too (was broken), navigationtest works
19166         and best for the end, videoflip converts navigation events depending
19167         on flip method ! Fixes #320953
19168
19169 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19170
19171         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19172         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19173         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19174         (gst_goom_src_negotiate), (gst_goom_chain):
19175         * gst/matroska/matroska-mux.c:
19176         (gst_matroska_mux_video_pad_setcaps):
19177         * sys/osxvideo/osxvideosink.m:
19178           Fixes for API changes
19179
19180 2005-11-23  Michael Smith <msmith@fluendo.com>
19181
19182         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19183         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19184         * ext/jpeg/gstjpegdec.h:
19185         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19186         * ext/jpeg/gstjpegenc.h:
19187         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19188         (gst_smokeenc_resync):
19189         * ext/jpeg/gstsmokeenc.h:
19190           JPEG fractiony goodness.
19191
19192 2005-11-22  Michael Smith <msmith@fluendo.com>
19193
19194         * gst/goom/filters.c:
19195         * gst/goom/graphic.h:
19196           Fix compilation by making some functions static inline instead of
19197           extern inline, matching the way they're used.
19198
19199 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19200
19201         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19202         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19203         * ext/cairo/gsttextoverlay.h:
19204         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19205         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19206         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19207         (gst_pngdec_caps_create_and_set):
19208         * ext/libpng/gstpngdec.h:
19209         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19210         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19211         * gst/avi/gstavimux.c: (gst_avimux_init),
19212         (gst_avimux_vidsinkconnect):
19213         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19214         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19215         (gst_goom_src_negotiate), (gst_goom_chain):
19216         * gst/goom/gstgoom.h:
19217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19218         * gst/matroska/matroska-mux.c:
19219         (gst_matroska_mux_video_pad_setcaps):
19220         * sys/osxvideo/osxvideosink.h:
19221         * sys/osxvideo/osxvideosink.m:
19222           More fractional framerate conversions 
19223
19224 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19225
19226         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19227         * gst/debug/gstnavigationtest.c:
19228         (gst_navigationtest_handle_src_event):
19229         * gst/videofilter/gstvideofilter.c:
19230         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19231         (gst_videofilter_init):
19232         * gst/videofilter/gstvideofilter.h:
19233           Convert to fractional framerates.
19234
19235 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19236
19237         * ext/aalib/gstaasink.c:
19238         * ext/dv/gstdvdec.c:
19239         * ext/esd/esdmon.c:
19240         * ext/flac/gstflacenc.c:
19241         * ext/gdk_pixbuf/pixbufscale.c:
19242         * ext/libcaca/gstcacasink.c:
19243         * ext/shout2/gstshout2.c:
19244         * gst/alpha/gstalpha.c:
19245         * gst/oldcore/gstaggregator.c:
19246         * gst/oldcore/gstshaper.c:
19247         * gst/smpte/barboxwipes.c:
19248         * gst/smpte/gstsmpte.c:
19249         * gst/videobox/gstvideobox.c:
19250         * gst/videofilter/gstvideoflip.c:
19251         * gst/videomixer/videomixer.c:
19252           fix up more enums
19253
19254 2005-11-22  Michael Smith <msmith@fluendo.com>
19255
19256         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19257         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19258         (gst_videomixer_update_queues):
19259           Fractional framerates, videomixer.
19260
19261 2005-11-22  Michael Smith <msmith@fluendo.com>
19262
19263         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19264         * ext/dv/gstdvdec.h:
19265         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19266         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19267         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19268         (gst_dvdemux_flush):
19269         * ext/dv/gstdvdemux.h:
19270           Fractional framerates for DV. 
19271
19272 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19273
19274         * gst/autodetect/gstautoaudiosink.c:
19275         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19276         * gst/autodetect/gstautovideosink.c:
19277         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19278           Use gst_plugin_feature_list_free() to free feature list and
19279           in the case of autovideosink free the list at all. Also
19280           miscellaneous cosmetic fixes.
19281
19282 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19285         (gst_cutter_set_property), (gst_cutter_get_caps):
19286           copy calculation code from level; remove use of some audio
19287           functions
19288
19289 2005-11-22  Andy Wingo  <wingo@pobox.com>
19290
19291         * Update for gst_tag_setter API changes.
19292
19293 2005-11-22  Andy Wingo  <wingo@pobox.com>
19294
19295         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19296         (gst_dvdemux_demux_frame)
19297         * ext/flac/gstflacdec.c (gst_flacdec_write)
19298         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19299         (gst_flacenc_sink_event)
19300         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19301         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19302         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19303         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19304         * gst/auparse/gstauparse.c (gst_auparse_chain)
19305         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19306         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19307         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19308         (gst_avi_demux_handle_seek)
19309         * gst/goom/gstgoom.c (gst_goom_event)
19310         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19311         * gst/matroska/matroska-demux.c
19312         (gst_matroska_demux_handle_seek_event)
19313         (gst_matroska_demux_loop_stream_parse_id)
19314         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19315         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19316         (gst_wavparse_stream_headers): Run update-funcnames.
19317
19318 2005-11-22  Edward Hervey  <edward@fluendo.com>
19319
19320         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19321         (gst_dv1394src_init), (gst_dv1394src_dispose),
19322         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19323         (gst_dv1394src_uri_set_uri):
19324         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19325         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19326         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19327         URIHandler interface and element properties are now properly
19328         synchronized for DV1394src and UDPSrc
19329
19330 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19331
19332         * ext/flac/Makefile.am:
19333         * ext/speex/Makefile.am:
19334           libgsttagedit has been renamed to libgsttag.
19335
19336 2005-11-21  Wim Taymans  <wim@fluendo.com>
19337
19338         * gst/rtsp/rtspconnection.c: (read_body):
19339         Apply patch from Sebastien Cote to fix #319184.
19340
19341 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         * configure.ac:
19344         * gst/cutter/Makefile.am:
19345         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19346         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19347         (gst_cutter_set_property), (gst_cutter_get_property),
19348         (plugin_init), (gst_cutter_get_caps):
19349           port cutter
19350         * gst/level/gstlevel.c:
19351           fix up plugin details
19352
19353 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19354
19355         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19356         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19357         (gst_flacdec_src_event):
19358         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19359         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19360         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19361         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19362         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19363         (gst_flxdec_sink_event_handler):
19364         * gst/matroska/matroska-demux.c:
19365         (gst_matroska_demux_handle_seek_event):
19366         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19367           Update for stream lock API changes: don't take stream log
19368           in sink event handlers any longer and change GST_STREAM_LOCK
19369           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19370           functions.
19371
19372 2005-11-21  Michael Smith <msmith@fluendo.com>
19373
19374         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19375           gst_object_unref, not g_object_unref
19376
19377 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19378
19379         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19380         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19381           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19382
19383 2005-11-21  Michael Smith <msmith@fluendo.com>
19384
19385         * gst/auparse/Makefile.am:
19386         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19387         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19388         (gst_auparse_change_state):
19389         * gst/auparse/gstauparse.h:
19390           Partially fix #161712. playbin still doesn't work on these files,
19391           (on the bug report, Andy says we aren't typefinding it for some
19392           reason?) but at least auparse isn't totally busted like it was before.
19393
19394 2005-11-21  Andy Wingo  <wingo@pobox.com>
19395
19396         * *.h:
19397         * *.c: Ran scripts/update-macros. Oh yes.
19398
19399 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19400
19401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19402           Filler events are gone for now, comment out section generating
19403           them.
19404
19405 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19406
19407         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19408         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19409         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19410         * sys/osxvideo/osxvideosink.m:
19411           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19412           (#322027)
19413
19414 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19415
19416         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19417         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19418         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19419         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19420         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19421         (gst_avi_demux_stream_data):
19422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19423         * gst/wavenc/gstwavenc.c: (write_metadata):
19424         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19425         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19426         Fixes for GST_FOURCC_FORMAT API change.
19427
19428 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19429
19430         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19431         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19432         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19433         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19434         (gst_text_overlay_change_state):
19435         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19436         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19437         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19438         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19439         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19440         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19441         (gst_videomixer_change_state):
19442           Fix for collect pads API change. Also fix textoverlay state
19443           change function.
19444
19445 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19446
19447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19448         GST_PAD_IS_USABLE by something approaching it.
19449
19450 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19451
19452         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19453         API changes.
19454         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19455         but also fix the code that was not checking return values from
19456         pad_push neither using pad_alloc_buffer.
19457
19458 2005-11-18  Edward Hervey  <edward@fluendo.com>
19459
19460         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19461         (gst_pngenc_chain):
19462         Added debug category
19463         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19464         goes to EOS.
19465
19466 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19467
19468         * gst/rtp/Makefile.am
19469         * gst/rtp/gstrtp.c
19470         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19471         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19472         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19473         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19474         * gst/rtp/gstrtpg711enc.h:
19475         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19476         * gst/rtp/gstrtpspeexenc.c:
19477         * gst/rtp/gstrtpspeexenc.h:
19478         * gst/rtp/gstrtpspeexdec.c:
19479         * gst/rtp/gstrtpspeexdec.h:
19480         Created Speex payloader and depayloader; Optimize G711 payloader to
19481         use adapter and send packets until MTU size.
19482
19483 2005-11-16  Wim Taymans  <wim@fluendo.com>
19484
19485         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19486         Fix leak in check.
19487
19488 2005-11-16  Wim Taymans  <wim@fluendo.com>
19489
19490         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19491         Fix state change.
19492
19493 2005-11-16  Andy Wingo  <wingo@pobox.com>
19494
19495         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19496         (gst_udpsrc_create): Move comment.
19497
19498 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19499
19500         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19501
19502         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19503           When seeking, seek to closest index entry at or before the requested
19504           seek position, not just the closest one (#321001).
19505
19506 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19507
19508         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19509         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19510           Invert DIB images again (see #132341).
19511
19512 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19513
19514         * configure.ac:
19515           rework configure.ac file
19516         * ext/aalib/gstaasink.c:
19517         * ext/cairo/gstcairo.c:
19518         * ext/dv/gstdv.c:
19519         * ext/esd/gstesd.c:
19520         * ext/flac/gstflac.c:
19521         * ext/gconf/gstgconfelements.c:
19522         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19523         * ext/jpeg/gstjpeg.c:
19524         * ext/ladspa/gstladspa.c:
19525         * ext/libcaca/gstcacasink.c:
19526         * ext/libmng/gstmng.c:
19527         * ext/libpng/gstpng.c:
19528         * ext/mikmod/gstmikmod.c:
19529         * ext/pango/gsttextoverlay.c:
19530         * ext/pango/gsttimeoverlay.c:
19531         * ext/raw1394/gst1394.c:
19532         * ext/speex/gstspeex.c:
19533         * gst/alpha/Makefile.am:
19534         * gst/alpha/gstalpha.c:
19535         * gst/alpha/gstalphacolor.c:
19536         * gst/auparse/gstauparse.c:
19537         * gst/autodetect/gstautoaudiosink.c:
19538         (gst_auto_audio_sink_factory_filter),
19539         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19540         * gst/autodetect/gstautodetect.c:
19541         * gst/avi/gstavi.c:
19542         * gst/cutter/gstcutter.c:
19543         * gst/debug/efence.c:
19544         * gst/debug/gstdebug.c:
19545         * gst/debug/gstnavigationtest.c:
19546         * gst/effectv/gsteffectv.c:
19547         * gst/flx/gstflxdec.c:
19548         * gst/goom/gstgoom.c:
19549         * gst/interleave/plugin.c:
19550         * gst/law/alaw.c:
19551         * gst/law/mulaw.c:
19552         * gst/level/gstlevel.c:
19553         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19554         * gst/matroska/matroska.c:
19555         * gst/median/gstmedian.c:
19556         * gst/monoscope/gstmonoscope.c:
19557         * gst/multipart/multipart.c:
19558         * gst/oldcore/gstelements.c:
19559         * gst/rtp/gstrtp.c:
19560         * gst/rtsp/gstrtsp.c:
19561         * gst/smoothwave/gstsmoothwave.c:
19562         * gst/smpte/gstsmpte.c:
19563         * gst/udp/gstudp.c:
19564         * gst/videobox/gstvideobox.c:
19565         * gst/videofilter/gstgamma.c:
19566         * gst/videofilter/gstvideobalance.c:
19567         * gst/videofilter/gstvideoflip.c:
19568         * gst/videofilter/gstvideotemplate.c:
19569         * gst/videomixer/videomixer.c:
19570         * gst/wavenc/gstwavenc.c:
19571         * gst/wavparse/gstwavparse.c:
19572         * sys/oss/gstossaudio.c:
19573         * sys/osxaudio/gstosxaudio.c:
19574           update GST_PLUGIN_DEFINE
19575         * gst/rtp/Makefile.am:
19576         * gst/rtp/gstasteriskh263.c:
19577           check for htons/htonl headers and possibly link to winsock2 lib
19578
19579 2005-11-12  Edward Hervey  <edward@fluendo.com>
19580
19581         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19582         Only GST_DEBUG() information on the valid components.
19583
19584 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * configure.ac: back to HEAD
19587
19588 === release 0.9.5 ===
19589
19590 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19591
19592         * configure.ac:
19593           releasing 0.9.5, "Phone Alarm"
19594
19595 2005-11-11  Edward Hervey  <edward@fluendo.com>
19596
19597         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19598         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19599         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19600         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19601         (gst_avi_demux_loop):
19602         * gst/avi/gstavidemux.h:
19603         Yeah, implement proper seeking. Exact seeking and segment seeking.
19604         Still need to do some checks for segment_stop.
19605
19606 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19607
19608         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19609
19610         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19611           Don't try to ready buffer duration from buffer that we don't
19612           own any  longer and that might already have been unreffed.
19613           (#321136)
19614
19615 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19616
19617         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19618         (flx_decode_delta_flc), (gst_flxdec_chain):
19619         Attempting to optimize the code for embedded systems.
19620
19621 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19622
19623         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19624
19625         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19626           Don't re-use already closed file descriptor. (#320920)
19627
19628 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19629
19630         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19631         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19632         (gst_oss_sink_prepare):
19633         * sys/oss/gstosssink.h:
19634           Cache probed caps; fix debug output for SET_PARAM macros.
19635
19636 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19637
19638         * ext/cairo/Makefile.am:
19639         * ext/cairo/gstcairo.c: (plugin_init):
19640         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19641         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19642         (gst_text_overlay_init), (gst_text_overlay_font_init),
19643         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19644         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19645         (gst_text_overlay_text_pad_linked),
19646         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19647         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19648         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19649         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19650         (gst_text_overlay_change_state):
19651         * ext/cairo/gsttextoverlay.h:
19652           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19653           property and redo positioning. Doesn't handle upstream renegotiation
19654           yet though.
19655
19656 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19657
19658         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19659         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19660         (gst_avi_demux_loop):
19661           No need to take the STREAM_LOCK in the loop function. Improve
19662           some debug messages. Don't leak pad names in debug messages.
19663
19664 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19665
19666         * gst/matroska/matroska-demux.c:
19667         (gst_matroska_demux_push_vorbis_codec_priv_data),
19668         (gst_matroska_demux_add_wvpk_header):
19669           Don't error out when the source pad isn't linked.
19670
19671 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19672
19673         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19674         (gst_gconf_audio_sink_change_state):
19675         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19676         (gst_gconf_video_sink_change_state):
19677           Fix state change functions here as well and set kid
19678           to NULL state before removing it.
19679
19680 2005-11-01  Edward Hervey  <edward@fluendo.com>
19681
19682         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19683         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19684         Added proper event handlind, 
19685         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19686         ignored),
19687         and don't set a duration of 0 for buffers otherwise they are discarded
19688         by GstBaseSink.
19689
19690         GstWavEnc needs some serious loving, after going through the code I'm
19691         really wondering how this can stay in -good ...
19692
19693 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19696         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19697         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19698         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19699         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19700         (gst_matroska_mux_collected):
19701           Fix leaks and invalid memory access as reported by valgrind
19702
19703 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19704
19705         Patch by: Michal Benes <michal.benes@xeris.cz>
19706
19707         * check/Makefile.am:
19708         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19710         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19711           add a unit test for matroskamux
19712           fix the bugs that the unit test exposed
19713
19714 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19715
19716         * gst/autodetect/gstautoaudiosink.c:
19717         (gst_auto_audio_sink_class_init),
19718         (gst_auto_audio_sink_change_state):
19719         * gst/autodetect/gstautovideosink.c:
19720         (gst_auto_video_sink_class_init),
19721         (gst_auto_video_sink_change_state):
19722           Fix state change function and use GST_DEBUG_FUNCPTR in
19723           class_init.
19724
19725 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19726
19727         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19728
19729         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19730         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19731         * gst/matroska/ebml-write.h:
19732         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19733           Set timestamps on outgoing ebml headers as well, so that the
19734           element after matroskamux can get the timestamp already when
19735           reading the first ebml element and doesn't have to wait for
19736           the actual data buffer for that (#320308).
19737           
19738 2005-10-31  Andy Wingo  <wingo@pobox.com>
19739
19740         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19741         (gst_videomixer_pad_link): Kill some memleaks.
19742         (gst_videomixer_pad_get_property): Style fix.
19743         (gst_videomixer_pad_set_property): Style fix.
19744         (gst_videomixer_pad_init): Style fix.
19745         (gst_videomixer_update_queues): Kill memleak.
19746         (gst_videomixer_loop): Kill memleak.
19747         (gst_videomixer_collected): Kill memleak.
19748
19749 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19750
19751         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19752         gst_auparse_change_state:
19753         Just some cleanup.
19754
19755 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19756
19757         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19758         Add checks to GST_FLOW_NOT_LINKED for values returned
19759         from gst_pad_push.
19760         
19761 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19762
19763         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19764         (gst_rtpg711dec_process):
19765         * gst/rtp/gstrtpgsmenc.c:
19766         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19767         are never set. This is important for the g711 to work with burger's rtpbin
19768         element.
19769
19770 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19771
19772         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19773         (gst_speexenc_push_buffer):
19774         Add checks for return values from gst_pad_push and
19775         gst_pad_alloc_buffer.
19776
19777 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19778
19779         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19780
19781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19782         (gst_matroska_demux_parse_info),
19783         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19784         (gst_matroska_demux_parse_cluster):
19785         * gst/matroska/matroska-ids.h:
19786         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19787         (gst_matroska_mux_init), (gst_matroska_mux_start),
19788         (gst_matroska_mux_create_buffer_header),
19789         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19790         (gst_matroska_mux_get_property):
19791         * gst/matroska/matroska-mux.h:
19792           Add SimpleBlock support to matroska demuxer and muxer (part of
19793           Matroska v2). (#319731)
19794
19795 2005-10-28  Wim Taymans  <wim@fluendo.com>
19796
19797         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19798         (gst_jpeg_dec_change_state):
19799         * ext/jpeg/gstjpegdec.h:
19800         Cleanups. Don't create caps for every chain.
19801
19802 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19803
19804         * gst/law/alaw-encode.c: (gst_alawenc_init),
19805         (alawenc_setcaps), (gst_alawenc_chain)
19806         * gst/law/alaw-encode.h:
19807         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19808         (mulawenc_setcaps), (gst_mulawenc_chain)
19809         * gst/law/mulaw-encode.h:
19810         Set timestamp on buffer and it allows RTP G711 elements
19811         work properly.
19812
19813 2005-10-27  Wim Taymans  <wim@fluendo.com>
19814
19815         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19816         Set correct format on oss instead of a silly value. 
19817
19818 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19819
19820         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19821         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19822         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19823         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19824         I420 rendering as well, doesn't bring much for my platform.
19825         Might help on some other platforms.
19826
19827 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19828
19829         * gst/rtp/gstrtpgsmenc.c:
19830         * gst/rtp/gstrtpgsmparse.c:
19831         Declaring the padtemplate correctly.
19832
19833 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19834
19835         * gst/rtp/gstrtpg711dec.c:
19836         * gst/rtp/gstrtpg711enc.c:
19837         * gst/rtp/gstrtpgsmenc.c:
19838         * gst/rtp/gstrtpgsmparse.c:
19839         Setting the proper copyright notice.
19840
19841 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19842
19843         * gst/videobox/Makefile.am: Use liboil.
19844         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19845         (gst_video_box_set_property), (gst_video_box_transform_caps),
19846         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19847         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19848         using liboil. Will dot the same to I420 border generation
19849         tomorrow.
19850
19851 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19852
19853         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19854         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19855         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19856         * gst/rtp/gstrtpg711dec.h:
19857         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19858         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19859         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19860         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19861         (gst_rtpgsmenc_handle_buffer):
19862         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19863         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19864         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19865         * gst/rtp/gstrtpgsmparse.h:
19866         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19867         inherits from the basertpdepayloader.
19868
19869 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19870
19871         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19872         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19873         (gst_video_box_ayuv): Removing this forgotten debug.
19874
19875 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19876
19877         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19878         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19879         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19880
19881 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19882
19883         * sys/oss/gstossaudio.c:
19884         * sys/oss/gstossdmabuffer.c:
19885         * sys/oss/gstosshelper.c:
19886         * sys/oss/gstossmixer.c:
19887         * sys/oss/gstossmixerelement.c:
19888         * sys/oss/gstossmixertrack.c:
19889         * sys/oss/gstosssink.c:
19890         * sys/oss/gstosssrc.c:
19891           Actually use the 'oss' debug category we register.
19892
19893 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19894
19895         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19896         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19897         Use gst_pad_get_parent and drop the ref that was added through
19898         that call.
19899
19900 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19901
19902         * gst/rtp/gstrtpgsmenc.c:
19903           Fix compilation
19904
19905 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19906
19907         * gst/rtp/gstrtpg711dec.c
19908         Just removed a couple of lines of weird code used during
19909         development/test time.
19910
19911 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19912
19913         * gst/rtp/Makefile.am
19914         * gst/rtp/gstrtp.c
19915         * gst/rtp/gstrtpg711enc.c
19916         * gst/rtp/gstrtpg711enc.h
19917         * gst/rtp/gstrtpg711dec.c
19918         * gst/rtp/gstrtpg711dec.h
19919         Created G711 payloader and depayloader (it supports mulaw and alaw
19920         (dec)encoders)
19921
19922 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19923
19924         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19925         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19926         Doh ! I introduced wingo's bug again ! Sorry...
19927
19928 2005-10-25  Christian Schaller <christian@fluendo.com> 
19929
19930         * gst/rtp/Makefile.am: add missing header files for disting
19931
19932 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19933
19934         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19935         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19936         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19937         (gst_rtpgsmenc_handle_buffer):
19938         * gst/rtp/gstrtpgsmenc.h:
19939         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19940         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19941         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19942         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19943         * gst/rtp/gstrtpgsmparse.h:
19944         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19945
19946 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19947
19948         * ext/libpng/gstpngdec.c: (user_info_callback),
19949         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19950         a newsegment event, move some redundant code in a single place.
19951
19952 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19953
19954         * ext/libpng/gstpngdec.c: (user_info_callback),
19955         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19956         hack to get correct colors order when we have a png image with
19957         alpha channel.
19958
19959 2005-10-24  Edward Hervey  <edward@fluendo.com>
19960
19961         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19962         Call gst_element_no_more_pads when there will be no more pads.
19963
19964 2005-10-24  Wim Taymans  <wim@fluendo.com>
19965
19966         * gst/rtp/Makefile.am:
19967         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19968         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19969         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19970         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19971         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19972         (gst_asteriskh263_plugin_init):
19973         * gst/rtp/gstasteriskh263.h:
19974         * gst/rtp/gstrtp.c: (plugin_init):
19975         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19976         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19977         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19978         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19979         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19980         (gst_rtph263enc_plugin_init):
19981         * gst/rtp/gstrtph263enc.h:
19982         Added two new payloaders, an RFC 2190 payloader for h263 and
19983         a payload convertor for an asterisk server.
19984
19985 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19986
19987         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19988           Set bytes_per_sample correctly (is not always 4, but 
19989           depends on width and number of channels).
19990
19991 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19992
19993         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19994         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19995         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19996         (gst_flacenc_sink_event), (gst_flacenc_chain),
19997         (gst_flacenc_set_property), (gst_flacenc_get_property),
19998         (gst_flacenc_change_state):
19999         * ext/flac/gstflacenc.h:
20000           Fix seeking, so that flacenc can rewrite the header with the
20001           correct duration and amount of samples and all that at EOS;
20002           also set timestamps and granulepos on outgoing buffers; add
20003           debug category; fix state change function.
20004           
20005 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20006
20007         * gst/videomixer/videomixer.c: Don't restrict video geometry
20008         from 16 to 4096.
20009
20010 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20011
20012         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20013         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20014         Fix caps negotiation correctly, add debugging category.
20015
20016 2005-10-24  Christian Schaller  <christian@fluendo.com>
20017
20018         * configure.ac: Port over Thomas's change from base listing all plugins
20019
20020 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20021
20022         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20023         a sink pad.
20024
20025 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20026
20027         * configure.ac:
20028         * docs/upload.mak:
20029           back to HEAD
20030
20031 === release 0.9.4 ===
20032
20033 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20034
20035         * configure.ac:
20036           Releasing 0.9.4, "Dromiceiomimus"
20037
20038 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20039
20040         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20041         (gst_speexenc_src_query):
20042           Add position and duration query, fix query type function.
20043           
20044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20045         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20046           Let's not set non-fixed caps on source pads.
20047
20048 2005-10-21  Wim Taymans  <wim@fluendo.com>
20049
20050         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20051         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20052         (gst_avi_demux_handle_seek):
20053         Set correct stream_time in newsegment event.
20054         avi can also handle a duration query now.
20055
20056 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20057
20058         * gst/matroska/matroska-demux.c:
20059         (gst_matroska_demux_handle_src_query),
20060         (gst_matroska_demux_handle_seek_event),
20061         (gst_matroska_demux_loop_stream_parse_id):
20062           Fix duration query; fix basetime in newsegment event after
20063           seek; fix duration in initial newsegment event.
20064
20065         * gst/matroska/matroska-mux.c:
20066         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20067           Extract number of channels and samplerate from vorbis headers;
20068           add some debug messages when querying the durations of the
20069           input streams.
20070
20071 2005-10-20  Wim Taymans  <wim@fluendo.com>
20072
20073         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20074         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20075         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20076         Set stream time correctly in newsegment.
20077
20078 2005-10-20  Wim Taymans  <wim@fluendo.com>
20079
20080         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20081         Correctly fill in the stream time.
20082
20083 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20084
20085         * check/elements/level.c: (GST_START_TEST):
20086         * gst/level/gstlevel.c: (gst_level_message_new):
20087         * gst/level/level-example.c: (message_handler):
20088           use ELEMENT messages instead
20089
20090 2005-10-19  Wim Taymans  <wim@fluendo.com>
20091
20092         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20093         (gst_dvdemux_src_query):
20094         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20095         (gst_flacdec_src_query):
20096         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20097         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20098         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20099         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20100         * gst/debug/progressreport.c: (gst_progress_report_report):
20101         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20102         * gst/matroska/matroska-demux.c:
20103         (gst_matroska_demux_handle_src_query):
20104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20105         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20106         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20107         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20108         (gst_wavparse_srcpad_event):
20109         API change fix.
20110
20111 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20112
20113         * gst/goom/filters.c:
20114         * gst/goom/graphic.h:
20115         * gst/goom/lines.c:
20116           Make inline functions either 'static inline' or 'extern inline',
20117           otherwise the Forte compiler apparently won't inline them (#317300).
20118
20119 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20120
20121         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20122         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20123         (user_info_callback), (user_endrow_callback), (user_end_callback),
20124         (user_read_data), (gst_pngdec_caps_create_and_set),
20125         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20126         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20127         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20128         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20129         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20130         very nice and handle push/pull based model. if you have filesrc
20131         connected to it, it will do random access to load the png file.
20132         If you have a network source that can't do _getrange, it does 
20133         progressive loading through the chain function.
20134         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20135         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20136         thanks to Master Wim Taymans ;-)
20137
20138 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20139
20140         * gst/matroska/Makefile.am:
20141         * gst/matroska/ebml-read.c:
20142         * gst/matroska/ebml-read.h:
20143         * gst/matroska/matroska-demux.c:
20144         * gst/matroska/matroska-demux.h:
20145         * gst/matroska/matroska.c: (plugin_init):
20146           Ported matroska demuxer to 0.9.
20147
20148 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20149
20150         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20151
20152         * gst/matroska/matroska-mux.c:
20153         (gst_matroska_mux_video_pad_setcaps),
20154         (gst_matroska_mux_audio_pad_setcaps):
20155           Fix mpeg4 input handling (#318847); also, while we're at it,
20156           fix media type for Motion-JPEG: should be image/jpeg.
20157
20158 2005-10-18  Wim Taymans  <wim@fluendo.com>
20159
20160         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20161         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20162         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20163         Fix for segment-start/stop API change.
20164
20165 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20166
20167         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20168         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20169         way.
20170
20171 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20172
20173         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20174         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20175         output declared in transform_caps.
20176
20177 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20178
20179         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20180
20181 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20182
20183         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20184         (gst_video_box_get_unit_size): Fix wrong size calculations and
20185         implement get_unit_size correctly.
20186
20187 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20188
20189         * configure.ac:
20190           Enable flx plugin.
20191
20192         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20193           Fix gcc4 signedness issue.
20194
20195 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20196
20197         * configure.ac: Adding videomixer.
20198         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20199         (user_read_data), (gst_pngdec_chain): More debugging.
20200         * gst/alpha/Makefile.am: Adding alphacolor
20201         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20202         (gst_alpha_color_class_init), (gst_alpha_color_init),
20203         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20204         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20205         (plugin_init): Ported to 0.9 using in place base tranform.
20206         * gst/videomixer/Makefile.am:
20207         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20208         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20209         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20210         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20211         (gst_videomixer_init), (gst_videomixer_getcaps),
20212         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20213         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20214         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20215         to 0.9 using collectpads.
20216
20217 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20218
20219         * configure.ac:
20220         * gst/flx/Makefile.am:
20221         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20222         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20223         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20224         * gst/flx/gstflxdec.h:
20225         flx plugin ported to 0.9
20226
20227 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20228
20229         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20230           use new gst_version_string()
20231
20232 2005-10-16  Andy Wingo  <wingo@pobox.com>
20233
20234         * configure.ac: GLIB_CHECK.
20235
20236 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20237
20238         * ext/libpng/Makefile.am:
20239         * ext/libpng/gstpng.c: (plugin_init):
20240         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20241         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20242         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20243
20244 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20245
20246         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20247
20248         * configure.ac:
20249         * gst/matroska/Makefile.am:
20250         * gst/matroska/ebml-ids.h:
20251         * gst/matroska/ebml-write.c:
20252         * gst/matroska/ebml-write.h:
20253         * gst/matroska/matroska-ids.h:
20254         * gst/matroska/matroska-mux.c:
20255         * gst/matroska/matroska-mux.h:
20256         * gst/matroska/matroska.c: (plugin_init):
20257           Port matroska muxer to 0.9 (#318847).
20258
20259 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20260
20261         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20262         (comment_init), (comment_add):
20263           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20264           use GST_READ_UINT32_LE() and friends rather than the private
20265           implementation of those same macros.
20266
20267 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20268
20269         * examples/stats/mp2ogg.c:
20270           more typo fixes
20271
20272 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20273
20274         * examples/indexing/indexmpeg.c: (main):
20275         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20276         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20277         * ext/esd/esdmon.h:
20278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20279         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20280         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20281         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20282         * gst/avi/gstavimux.c: (gst_avimux_init):
20283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20284         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20285         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20286         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20287         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20288         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20289         * gst/oldcore/gstmultifilesrc.h:
20290         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20291         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20292         (gst_pipefilter_change_state):
20293         * gst/oldcore/gstpipefilter.h:
20294         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20295         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20296         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20297         * sys/osxaudio/gstosxaudiosink.h:
20298         * sys/osxaudio/gstosxaudiosrc.h:
20299           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20300           moved bitshift from macro to enum definition
20301
20302 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20303
20304         * ext/Makefile.am:
20305         * ext/cairo/Makefile.am:
20306         * ext/cairo/gstcairo.c: (plugin_init):
20307         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20308         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20309         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20310         * ext/cairo/gsttimeoverlay.h:
20311           update of cairo-based timeoverlay to 1.0 Cairo API
20312           doesn't work yet for resizing of output sink
20313
20314 2005-10-11  Wim Taymans  <wim@fluendo.com>
20315
20316         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20317         newsegment API fix.
20318
20319 2005-10-11  Wim Taymans  <wim@fluendo.com>
20320
20321         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20322         (gst_dvdemux_demux_frame):
20323         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20324         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20325         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20326         (gst_avi_demux_handle_seek):
20327         * gst/goom/gstgoom.c: (gst_goom_event):
20328         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20329         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20330         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20331         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20332         (gst_wavparse_srcpad_event):
20333         newsegment API update.
20334
20335 2005-10-11  Andy Wingo  <wingo@pobox.com>
20336
20337         * ext/speex/gstspeexenc.c: Signedness cleanups.
20338
20339 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20340
20341         * PORTED_09:
20342         * ext/speex/Makefile.am:
20343         * ext/speex/gstspeex.c:
20344         * ext/speex/gstspeexenc.c:
20345         Speexenc ported to 0.9
20346
20347 2005-10-10  Wim Taymans  <wim@fluendo.com>
20348
20349         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20350         (gst_oss_sink_init), (gst_oss_sink_set_property),
20351         (gst_oss_sink_get_property), (gst_oss_sink_open),
20352         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20353         * sys/oss/gstosssink.h:
20354         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20355         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20356         (gst_oss_src_prepare):
20357         Cleanups, make device configurable in the sink, handle and report
20358         errors.
20359
20360 2005-10-10  Wim Taymans  <wim@fluendo.com>
20361
20362         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20363         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20364         Make sure element is NULL before removing from the bin.
20365
20366 2005-10-07  Andy Wingo  <wingo@pobox.com>
20367
20368         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20369         block forever in a read().
20370         (gst_dv1394src_bus_reset): Post a message when the cable is
20371         unplugged.
20372         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20373         (gst_dv1394src_bus_reset): Don't unref the message.
20374
20375         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20376         hacking. The only change should be that the state change stuff was
20377         put into basesrc's start() and stop() routines, which coalesces
20378         some steps.
20379
20380 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20381
20382         * configure.ac:
20383           Add check for mmap
20384           
20385         * gst/debug/Makefile.am:
20386           Only compile efence plugin on systems that have mmap.
20387
20388 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20389
20390         * gst/debug/Makefile.am:
20391         * gst/debug/breakmydata.c:
20392         * gst/debug/gstdebug.c:
20393         * gst/debug/gstnavigationtest.c:
20394         * gst/debug/gstnavseek.c: 
20395         * gst/debug/gstnavseek.h:
20396         * gst/debug/progressreport.c: 
20397         * gst/debug/testplugin.c:
20398           Port progressreport, navseek, navigationtest, testsink and
20399           breakmydata.
20400
20401 2005-10-05  Edward Hervey  <edward@fluendo.com>
20402
20403         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20404         (gst_dvdemux_src_query):
20405         Fixes for better conversion
20406
20407 2005-10-04  Michael Smith <msmith@fluendo.com>
20408
20409         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20410         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20411         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20412         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20413           Set state of elements to NULL before removing from bins.
20414           Set state of test element to NULL if we failed to move it to READY
20415
20416 2005-10-04  Edward Hervey  <edward@fluendo.com>
20417
20418         * ext/dv/Makefile.am:
20419         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20420         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20421         Corrected the query function for position so it doesn't forget what
20422         format was asked, and calls the conversion functions on the correct pad.
20423
20424 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20425
20426         * configure.ac:
20427           back to development
20428
20429 === release 0.9.3 ===
20430
20431 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20432
20433         * configure.ac:
20434           Releasing 0.9.3, "Aramis"
20435
20436 2005-10-03  Andy Wingo  <wingo@pobox.com>
20437
20438         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20439         error returns.
20440
20441 2005-10-02  Andy Wingo  <wingo@pobox.com>
20442
20443         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20444
20445         * ext/flac/gstflacenc.c: Ported to 0.9.
20446
20447         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20448
20449         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20450         and link to gsttagedit. Enable flacenc.
20451
20452         * ext/flac/gstflacdec.c: Re-enable tag reading.
20453
20454 2005-09-30  Wim Taymans  <wim@fluendo.com>
20455
20456         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20457         * gst/rtp/gstrtpgsmparse.c:
20458         * gst/rtp/gstrtph263penc.c:
20459         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20460         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20461         (gst_rtpmp4venc_set_property):
20462         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20463         Various class and caps fixes from Andre Magalhaes (andrunko)
20464
20465 2005-09-29  Wim Taymans  <wim@fluendo.com>
20466
20467         * gst/level/level-example.c: (main):
20468         Update for new bus API.
20469
20470 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20471
20472         * configure.ac:
20473           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20474           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20475
20476 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20479           Fix playback of mono streams (bytes_per_sample should be set
20480           from the sample width and the number of channels negotiated,
20481           and not just be set to 4) (#317338)
20482
20483 2005-09-26  Wim Taymans  <wim@fluendo.com>
20484
20485         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20486         (gst_rtpmpaenc_handle_buffer):
20487         Set buffer duration correctly.
20488
20489 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20490
20491         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20492         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20493         (gst_avi_demux_change_state):
20494           Don't crash when encountering a stream with an unknown fourcc or
20495           codec id. Instead, create a pad of type video/x-avi-unknown or
20496           audio/x-avi-unknown, which as a side-effect also results in less
20497           confusing error messages in players ('no decoder' vs. 'no streams');
20498           minor fixes to state change function and class_init function.
20499
20500 2005-09-24  Wim Taymans  <wim@fluendo.com>
20501
20502         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20503         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20504         These are sinks.
20505
20506 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20507
20508         * check/elements/level.c: (GST_START_TEST):
20509           fix test for new GstClockTime use
20510         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20511         (gst_level_transform_ip):
20512         * gst/level/gstlevel.h:
20513           fix up the decay peak, ensuring the decay peak is never lower
20514           than the peak for that interval
20515
20516 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * docs/plugins/gst-plugins-good-plugins.args:
20519         * docs/plugins/inspect/plugin-alpha.xml:
20520         * docs/plugins/inspect/plugin-rtp.xml:
20521         * gst/level/gstlevel.c: (gst_level_set_caps),
20522         (gst_level_transform_ip):
20523           updating docs
20524
20525 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20526
20527         * Makefile.am:
20528         * check/elements/level.c: (GST_START_TEST):
20529         * gst/level/Makefile.am:
20530         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20531         (gst_level_set_property), (gst_level_get_property),
20532         (gst_level_set_caps), (gst_level_message_new),
20533         (gst_level_transform_ip):
20534         * gst/level/gstlevel.h:
20535         * gst/level/level-example.c: (message_handler), (main):
20536           convert to using GstClockTime for all time values, finally.
20537
20538 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20539
20540         * gst/auparse/Makefile.am:
20541         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20542           fix up build
20543         * configure.ac:
20544         * ext/cairo/Makefile.am:
20545         * ext/dv/Makefile.am:
20546         * ext/esd/Makefile.am:
20547         * ext/flac/Makefile.am:
20548         * ext/gconf/Makefile.am:
20549         * ext/gdk_pixbuf/Makefile.am:
20550         * ext/jpeg/Makefile.am:
20551         * ext/ladspa/Makefile.am:
20552         * ext/libcaca/Makefile.am:
20553         * ext/libmng/Makefile.am:
20554         * ext/libpng/Makefile.am:
20555         * ext/mikmod/Makefile.am:
20556         * ext/pango/Makefile.am:
20557         * ext/raw1394/Makefile.am:
20558         * ext/shout2/Makefile.am:
20559         * ext/speex/Makefile.am:
20560         * gst/alpha/Makefile.am:
20561         * gst/autodetect/Makefile.am:
20562         * gst/avi/Makefile.am:
20563         * gst/cutter/Makefile.am:
20564         * gst/debug/Makefile.am:
20565         * gst/effectv/Makefile.am:
20566         * gst/flx/Makefile.am:
20567         * gst/goom/Makefile.am:
20568         * gst/interleave/Makefile.am:
20569         * gst/law/Makefile.am:
20570         * gst/matroska/Makefile.am:
20571         * gst/median/Makefile.am:
20572         * gst/monoscope/Makefile.am:
20573         * gst/multipart/Makefile.am:
20574         * gst/oldcore/Makefile.am:
20575         * gst/rtp/Makefile.am:
20576         * gst/rtsp/Makefile.am:
20577         * gst/smoothwave/Makefile.am:
20578         * gst/smpte/Makefile.am:
20579         * gst/videobox/Makefile.am:
20580         * gst/videofilter/Makefile.am:
20581         * gst/videomixer/Makefile.am:
20582         * gst/wavenc/Makefile.am:
20583         * gst/wavparse/Makefile.am:
20584         * sys/oss/Makefile.am:
20585         * sys/osxaudio/Makefile.am:
20586         * sys/osxvideo/Makefile.am:
20587           fix up GST_LIBS use
20588
20589 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20590
20591         * gst/auparse/Makefile.am:
20592         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20593           fix build of auparse
20594
20595 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20596
20597         * configure.ac:
20598         * PORTED_09:
20599         * gst/auparse/gstauparse.c:
20600         * gst/auparse/gstauparse.h:
20601         Auparse ported to 0.9.
20602
20603 2005-09-22  Wim Taymans  <wim@fluendo.com>
20604
20605         * gst/rtp/TODO:
20606         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20607         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20608         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20609         (gst_rtpmp4venc_set_property):
20610         * gst/rtp/gstrtpmp4venc.h:
20611         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20612         * gst/rtp/gstrtpmpaenc.h:
20613         Use is_filled to both check MTU and max-ptime of base class.
20614
20615 2005-09-22  Wim Taymans  <wim@fluendo.com>
20616
20617         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20618         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20619         (gst_rtpmp4venc_set_property):
20620         Don't fragment packets with multiple frames.
20621
20622 2005-09-22  Wim Taymans  <wim@fluendo.com>
20623
20624         * gst/rtp/TODO:
20625         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20626         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20627         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20628         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20629         (gst_rtpmp4venc_get_property):
20630         * gst/rtp/gstrtpmp4venc.h:
20631         Remove g_print.
20632         Update TODO
20633         Make payload encoder a bit smarter and more correct with
20634         timestamps.
20635         Added option in payloader to include config string in-band.
20636
20637 2005-09-21  Wim Taymans  <wim@fluendo.com>
20638
20639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20640         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20641         (gst_rtspsrc_send):
20642         Strip spaces for key/value pairs.
20643
20644 2005-09-21  Wim Taymans  <wim@fluendo.com>
20645
20646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20647         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20648         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20649         (gst_rtspsrc_change_state):
20650         More SDP parsing and caps setting.
20651         Do NO_PREROLL differently.
20652         add pads only after negotiated.
20653
20654         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20655         (gst_udpsrc_getcaps):
20656         Implement the getcaps function.
20657
20658 2005-09-21  Wim Taymans  <wim@fluendo.com>
20659
20660         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20661         (gst_rtpamrdec_chain):
20662         Handle multiple AMr packets per payload. Handle CRC and
20663         parse ILL/ILP.
20664
20665         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20666         Make caps params strings for easy SDP mapping.
20667         
20668         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20669         Handle capsnego better.
20670
20671         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20672         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20673         Generate and parse config string in the caps.
20674
20675 2005-09-21  Wim Taymans  <wim@fluendo.com>
20676
20677         * gst/rtp/README:
20678         Update README
20679
20680         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20681         Make extra params as strings.
20682
20683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20684         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20685         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20686         Make state change return NO_PREROLL as this is a live
20687         source.
20688
20689         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20690         Don't unref old caps when NULL.
20691
20692 2005-09-20  Wim Taymans  <wim@fluendo.com>
20693
20694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20695         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20696         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20697         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20698         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20699         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20700         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20701         * gst/rtsp/sdpmessage.h:
20702         Add URI handler.
20703         Parse SDP and create caps.
20704
20705 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20706
20707         * gst/alpha/gstalpha.c:
20708           fix element description
20709
20710 2005-09-19  Wim Taymans  <wim@fluendo.com>
20711
20712         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20713         Don't check payload for now.
20714
20715 2005-09-19  Wim Taymans  <wim@fluendo.com>
20716
20717         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20718         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20719         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20720         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20721         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20722         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20723         (gst_wavparse_change_state):
20724         * gst/wavparse/gstwavparse.h:
20725         Fix wavparse some more.
20726
20727 2005-09-19  Wim Taymans  <wim@fluendo.com>
20728
20729         * check/elements/level.c: (GST_START_TEST):
20730         Fix for bus API change.
20731
20732 2005-09-19  Wim Taymans  <wim@fluendo.com>
20733
20734         * gst/level/level-example.c: (main):
20735         Fix for new bus API.
20736
20737         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20738         Set caps on pads.
20739
20740 2005-09-15  Wim Taymans  <wim@fluendo.com>
20741
20742         * gst/rtp/Makefile.am:
20743         * gst/rtp/README:
20744         * gst/rtp/gstrtp.c: (plugin_init):
20745         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20746         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20747         (gst_rtpamrdec_change_state):
20748         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20749         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20750         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20751         * gst/rtp/gstrtpamrenc.h:
20752         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20753         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20754         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20755         * gst/rtp/gstrtpgsmenc.h:
20756         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20757         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20758         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20759         (gst_rtpgsmparse_change_state):
20760         * gst/rtp/gstrtpgsmparse.h:
20761         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20762         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20763         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20764         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20765         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20766         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20767         * gst/rtp/gstrtph263penc.h:
20768         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20769         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20770         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20771         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20772         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20773         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20774         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20775         * gst/rtp/gstrtpmp4venc.h:
20776         * gst/rtp/gstrtpmpadec.c:
20777         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20778         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20779         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20780         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20781         * gst/rtp/gstrtpmpaenc.h:
20782         Updates to payloader/depayloaders, make payloaders use
20783         the base classes.
20784         Updated README with suggested RTP caps and how to convert
20785         to/from SDP.
20786         Added config descriptor in mp4v payloader.
20787
20788 2005-09-15  Andy Wingo  <wingo@pobox.com>
20789
20790         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20791         * gst/autodetect/gstautovideosink.c
20792         (gst_auto_video_sink_find_best): Update for new registry API.
20793
20794 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20795
20796         * common/c-to-xml.py:
20797         * common/gtk-doc-plugins.mak:
20798           a simple py script to generate valid xml from a C example
20799           probably also need to strip an MIT license when we decide
20800         * docs/plugins/Makefile.am:
20801         * gst/level/Makefile.am:
20802         * gst/level/gstlevel.c: (gst_level_init):
20803         * gst/level/level-example.c: (message_handler), (main):
20804           add an example to level that will show up in the docs
20805         * gst/rtp/TODO:
20806           add a note for the future
20807
20808 2005-09-14  Michael Smith <msmith@fluendo.com>
20809
20810         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20811           Actually define the debug object being used in wavenc. Fixes #316205
20812
20813 2005-09-14  Michael Smith <msmith@fluendo.com>
20814
20815         * gst/smpte/Makefile.am:
20816           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20817           needed to build on windows (bug 316204)
20818
20819 2005-09-12  Andy Wingo  <wingo@pobox.com>
20820
20821         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20822
20823 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20824
20825         * configure.ac:
20826         * gst/fdsrc/Makefile.am:
20827         * gst/fdsrc/gstfdsrc.c:
20828         * gst/fdsrc/gstfdsrc.h:
20829           Move fdsrc back into gstreamer core elements.
20830
20831         * gst/level/gstlevel.c: (gst_level_class_init),
20832         (gst_level_transform_ip):
20833         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20834           Basetransform changes.
20835
20836 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20837
20838         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20839         * ext/jpeg/smokecodec.c: (find_best_size):
20840           fix compiler warnings
20841
20842 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20843
20844         * gst-plugins-good.spec.in:
20845           spec file fixes
20846         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20847         (gst_multiudpsink_render), (gst_multiudpsink_add),
20848         (gst_multiudpsink_clear):
20849           it actually helps to actually stream if we hook up the
20850           "add" signal to an actual implementation
20851         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20852           some debugging
20853
20854 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20855
20856         * ext/jpeg/Makefile.am:
20857         * ext/jpeg/gstjpeg.c
20858         * ext/jpeg/gstjpegenc.c:
20859         * ext/jpeg/gstsmokeenc.c:
20860
20861 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20862
20863         * ext/flac/gstflacdec.c:
20864         * ext/flac/gstflacenc.c:
20865         * ext/flac/gstflactag.c:
20866         * ext/speex/gstspeexenc.c:
20867           gsttaginterface.h -> gsttagsetter.h
20868
20869 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20870
20871         * configure.ac:
20872         * gst/debug/Makefile.am:
20873         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20874         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20875         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20876         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20877         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20878           Port to 0.9 and re-enable efence plugin.
20879
20880 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20881
20882         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20883         (gst_flacdec_write), (gst_flacdec_convert_src):
20884         * ext/flac/gstflacdec.h:
20885           Add support for flac files with 24/32 bits per sample; and misc.
20886           minor clean-ups. Seeking is still partly broken (for me at least).
20887
20888 2005-09-06  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst/rtp/Makefile.am:
20891         * gst/rtp/gstrtp.c: (plugin_init):
20892         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20893         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20894         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20895         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20896         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20897         (gst_rtpmp4vdec_plugin_init):
20898         * gst/rtp/gstrtpmp4vdec.h:
20899         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20900         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20901         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20902         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20903         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20904         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20905         * gst/rtp/gstrtpmp4venc.h:
20906         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20907         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20908         Added mpeg4 video payload encoder/decoder.
20909         Added some docs in mpa payloader.
20910
20911 === release 0.9.1 ===
20912
20913 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20914
20915         * NEWS:
20916         * README:
20917         * RELEASE:
20918         * autogen.sh:
20919         * configure.ac:
20920           releasing 0.9.1, "Blondie"
20921
20922 2005-09-05  Andy Wingo  <wingo@pobox.com>
20923
20924         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20925         here from the state change handler, so we fire signals without
20926         holding the state lock.
20927
20928 2005-09-02  Andy Wingo  <wingo@pobox.com>
20929
20930         * All plugins updated for element state changes.
20931
20932 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20933
20934         * Makefile.am:
20935         * check/.cvsignore:
20936         * check/Makefile.am:
20937         * check/elements/.cvsignore:
20938         * check/elements/level.c: (setup_level), (cleanup_level),
20939         (GST_START_TEST), (level_suite), (main):
20940           add a test for level
20941         * common/release.mak:
20942           move the enum checking to release.mak
20943         * configure.ac:
20944           add valgrind and check checking
20945         * gst/level/gstlevel.c: (gst_level_transform):
20946         * gst/level/gstlevel.h:
20947           fix Andy's cast bug
20948           convert a field to int
20949           fix the arithmetic to int when checking for emit so that a
20950           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20951
20952 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20953
20954         * Makefile.am:
20955         * configure.ac:
20956           add docs to build
20957         * common/plugins.xsl:
20958           wrap Description into a refsect2
20959         * docs/Makefile.am:
20960         * docs/plugins/Makefile.am:
20961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20963         * gst/goom/Makefile.am:
20964         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20965         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20966         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20967         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20968         (gst_goom_change_state):
20969         * gst/goom/gstgoom.h:
20970           GstGOOM -> GstGoom
20971           add an example launch line
20972         * gst/level/gstlevel.h:
20973         * gst/monoscope/gstmonoscope.c:
20974           cleanups
20975
20976 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * configure.ac:
20979         * docs/plugins/Makefile.am:
20980         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20981         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20982         * docs/plugins/gst-plugins-good-plugins.types:
20983           document elements and plugins.  Shazam !
20984
20985 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20988           be found under doc/random/ChangeLog-0.8