gst/rtp/Makefile.am: Also commit updated makefile
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtp/Makefile.am:
4         Also commit updated makefile
5
6 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
7
8         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9         Don't allow width=32,depth=24 as input. WAV requires that the width
10         is the next integer multiply of 8 from the depth.
11
12 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
13
14         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
15         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
16         (gst_rtp_L16_pay_getcaps):
17         * gst/rtp/gstrtpchannels.c: (check_channels),
18         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
19         (gst_rtp_channels_create_default):
20         * gst/rtp/gstrtpchannels.h:
21         Add mappings for multichannel support. Does not completely just work
22         because the getcaps function does not yet return the allowed channel
23         mappings. See #556641.
24
25 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
26
27         * gst/goom/Makefile.am:
28         * gst/goom/README:
29         * gst/goom/config_param.c:
30         * gst/goom/convolve_fx.c:
31         * gst/goom/drawmethods.c:
32         * gst/goom/drawmethods.h:
33         * gst/goom/filters.c:
34         * gst/goom/filters_mmx.s:
35         * gst/goom/flying_stars_fx.c:
36         * gst/goom/goom.h:
37         * gst/goom/goom_config.h:
38         * gst/goom/goom_config_param.h:
39         * gst/goom/goom_core.c:
40         * gst/goom/goom_filters.h:
41         * gst/goom/goom_fx.h:
42         * gst/goom/goom_graphic.h:
43         * gst/goom/goom_plugin_info.h:
44         * gst/goom/goom_tools.c:
45         * gst/goom/goom_tools.h:
46         * gst/goom/goom_typedefs.h:
47         * gst/goom/goom_visual_fx.h:
48         * gst/goom/graphic.c:
49         * gst/goom/ifs.c:
50         * gst/goom/ifs.h:
51         * gst/goom/lines.c:
52         * gst/goom/lines.h:
53         * gst/goom/mathtools.c:
54         * gst/goom/mathtools.h:
55         * gst/goom/mmx.c:
56         * gst/goom/motif_goom1.h:
57         * gst/goom/motif_goom2.h:
58         * gst/goom/plugin_info.c:
59         * gst/goom/ppc_drawings.h:
60         * gst/goom/ppc_zoom_ultimate.h:
61         * gst/goom/sound_tester.c:
62         * gst/goom/sound_tester.h:
63         * gst/goom/surf3d.c:
64         * gst/goom/surf3d.h:
65         * gst/goom/tentacle3d.c:
66         * gst/goom/tentacle3d.h:
67         * gst/goom/v3d.c:
68         * gst/goom/v3d.h:
69         * gst/goom/xmmx.c:
70           Add license headers in all source files. Remove filter.c from
71           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
72           which are not used right now. Fixes #557709.
73
74 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
75
76         Patch by: Olivier Crete <tester at tester dot ca>
77
78         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
79         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
80         Implement getcaps in rtpL16pay. Fixes #556484.
81
82 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
83
84         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
85         (gst_rtp_L16_depay_process):
86         Check if clock-rate and channels are valid.
87         Don't ignore the return value of setcaps.
88         No need to validate the buffer, the base class does that for us.
89         Use the marker bit to set the DISCONT flag on outgoing buffers.
90
91         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
92         Don't ignore the return value of set_outcaps.
93
94         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
95         (gst_rtp_ac3_depay_process):
96         Don't ignore the return value of set_caps.
97         No need to validate the buffer, the base class does that for us.
98
99         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
100         (gst_rtp_amr_depay_process):
101         * gst/rtp/gstrtpamrdepay.h:
102         Don't ignore the return value of setcaps.
103         No need to validate the buffer, the base class does that for us.
104         No need to set output caps on the buffers, the base class does that for
105         us.
106         The subclass will make sure we are negotiated.
107         
108         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
109         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
110         * gst/rtp/gstrtpdvdepay.h:
111         Clean up caps negotiation.
112         The subclass will make sure we are negotiated.
113
114         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
115         (gst_rtp_g726_depay_process):
116         Clean up caps negotiation.
117         Use the marker bit to set the DISCONT flag on outgoing buffers.
118
119         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
120         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
121         * gst/rtp/gstrtpg729depay.h:
122         The subclass will make sure we are negotiated.
123         Use the marker bit to set the DISCONT flag on outgoing buffers.
124
125         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
126         (gst_rtp_gsm_depay_process):
127         Clean up caps negotiation.
128         Use the marker bit to set the DISCONT flag on outgoing buffers.
129
130         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
131         Clean up caps negotiation.
132         Don't ignore the return value of set_outcaps.
133
134         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
135         (gst_rtp_h263_depay_process):
136         Clean up caps negotiation.
137         No need to validate the buffer, the base class does that for us.
138
139         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
140         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
141         * gst/rtp/gstrtph263pay.h:
142         Don't ignore the return value of set_outcaps.
143         Do some more timestamps.
144
145         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
146         (gst_rtp_h263p_depay_process):
147         Clean up caps negotiation.
148         Don't ignore the return value of setcaps.
149         No need to validate the buffer, the base class does that for us.
150
151         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
152         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
153         (gst_rtp_h263p_pay_handle_buffer):
154         * gst/rtp/gstrtph263ppay.h:
155         Don't ignore the return value of set_outcaps.
156         Do some more timestamps.
157
158         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
159         (gst_rtp_h264_depay_process):
160         Clean up caps negotiation.
161         Don't ignore the return value of setcaps.
162         Fix possible caps leak.
163         No need to validate the buffer, the base class does that for us.
164
165         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
166         Add some more debug info.
167
168         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
169         (gst_rtp_ilbc_depay_process):
170         Clean up caps negotiation.
171         Use the marker bit to set the DISCONT flag on outgoing buffers.
172
173         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
174         Clean up caps negotiation.
175
176         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
177         (gst_rtp_mp1s_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/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
184         (gst_rtp_mp2t_depay_process):
185         Clean up caps negotiation.
186         Don't ignore the return value of setcaps.
187         No need to validate the buffer, the base class does that for us.
188         No need to set caps on buffers, subclass does that for us.
189
190         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
191         (gst_rtp_mp4a_depay_process):
192         Clean up caps negotiation.
193         Don't ignore the return value of setcaps.
194         No need to validate the buffer, the base class does that for us.
195
196         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
197         (gst_rtp_mp4a_pay_setcaps):
198         Don't ignore the return value of set_outcaps.
199
200         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
201         (gst_rtp_mp4g_depay_process):
202         Clean up caps negotiation.
203         Don't ignore the return value of setcaps.
204         No need to validate the buffer, the base class does that for us.
205         No need to set caps on buffers, subclass does that for us.
206
207         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
208         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
209         Don't ignore the return value of set_outcaps.
210
211         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
212         (gst_rtp_mp4v_depay_process):
213         Clean up caps negotiation.
214         Don't ignore the return value of setcaps.
215         No need to validate the buffer, the base class does that for us.
216         No need to set caps on buffers, subclass does that for us.
217
218         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
219         (gst_rtp_mp4v_pay_setcaps):
220         Don't ignore the return value of set_outcaps.
221
222         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
223         (gst_rtp_mpa_depay_process):
224         Clean up caps negotiation.
225         Don't ignore the return value of setcaps.
226         No need to validate the buffer, the base class does that for us.
227         Use the marker bit to set the DISCONT flag on outgoing buffers.
228
229         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
230         Don't ignore the return value of set_outcaps.
231
232         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
233         (gst_rtp_mpv_depay_process):
234         Clean up caps negotiation.
235         Actually set output caps.
236         No need to validate the buffer, the base class does that for us.
237
238         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
239         Don't ignore the return value of set_outcaps.
240
241         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
242         (gst_rtp_pcma_depay_process):
243         Clean up caps negotiation.
244         Set output buffer duration because we can.
245         Use the marker bit to set the DISCONT flag on outgoing buffers.
246
247         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
248         Don't ignore the return value of set_outcaps.
249
250         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
251         (gst_rtp_pcmu_depay_process):
252         Clean up caps negotiation.
253         Use the marker bit to set the DISCONT flag on outgoing buffers.
254
255         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
256         Don't ignore the return value of set_outcaps.
257
258         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
259         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
260         Clean up caps negotiation.
261         Set output caps on the pad and header buffers.
262         Set duration on output buffers because we can.
263
264         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
265         Don't ignore the return value of set_outcaps.
266
267         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
268         (gst_rtp_sv3v_depay_process):
269         Clean up caps negotiation.
270         No need to validate the buffer, the base class does that for us.
271         No need to set caps out output buffers, subclass does that.
272
273         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
274         (gst_rtp_theora_depay_process):
275         Don't ignore the return value of setcaps.
276         No need to validate the buffer, the base class does that for us.
277
278         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
279         (gst_rtp_theora_pay_flush_packet), (encode_base64),
280         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
281         (gst_rtp_theora_pay_handle_buffer):
282         Don't ignore the return value of set_outcaps.
283
284         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
285         (gst_rtp_vorbis_depay_process):
286         Don't ignore the return value of setcaps.
287         No need to validate the buffer, the base class does that for us.
288
289         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
290         Don't ignore the return value of set_outcaps.
291
292         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
293         Clean up caps negotiation, don't ignore setcaps return.
294
295         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
296         Don't ignore the return value of set_outcaps.
297
298 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * gst/matroska/matroska-demux.c:
301         (gst_matroska_demux_handle_src_event):
302         Forward unknown events upstream.
303
304 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
305
306         * tests/check/elements/icydemux.c: (icydemux_found_pad):
307         Add some refcount check
308
309         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
310         Don't ignore the result of write(), fixes a  compiler warning for me.
311
312         * tests/icles/videobox-test.c: (main):
313         Make the output a little more pretty.
314
315 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
316
317         * ext/esd/esdmon.c:
318           Add doc blob.
319
320 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
321
322         * docs/plugins/Makefile.am:
323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
325         * docs/plugins/gst-plugins-good-plugins.args:
326         * docs/plugins/gst-plugins-good-plugins.hierarchy:
327         * docs/plugins/gst-plugins-good-plugins.interfaces:
328         * docs/plugins/inspect/plugin-autodetect.xml:
329           Add the docs of the new elements.
330
331 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
332
333         * gst/autodetect/gstautoaudiosrc.c:
334         (gst_auto_audio_src_class_init):
335         * gst/autodetect/gstautovideosrc.c:
336         (gst_auto_video_src_class_init):
337         Fix "Since" tags in the documentation.
338
339 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
340
341         Patch by: Sjoerd Simons <sjoerd at luon dot net>
342
343         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
344         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
345         Add support for souphttpsrc to act as a live source. This makes it
346         possible to get timestamped buffers in combination with the
347         "do-timestamp" property. Fixes bug #556019.
348
349 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
350
351         * gst/autodetect/Makefile.am:
352         * gst/autodetect/gstautoaudiosink.c:
353         * gst/autodetect/gstautoaudiosrc.c:
354         * gst/autodetect/gstautoaudiosrc.h:
355         * gst/autodetect/gstautodetect.c:
356         * gst/autodetect/gstautovideosink.c:
357         * gst/autodetect/gstautovideosrc.c:
358         * gst/autodetect/gstautovideosrc.h:
359           Implement src plugins. Little code/string cleanup in the sinks.
360           Fixes #523813.
361
362 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
363
364         Patch by: Peter Kjellerstedt <pkj at axis com>
365
366         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
367         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
368         Fix a memory leak when pads are requested but the pipeline never
369         goes into PLAYING.
370
371         Correctly remove request pads, no matter if they have collected
372         data or not.
373
374         Fixes bug #557710.
375
376 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
377
378         Patch by: <lrn1986 at gmail dot com>
379
380         * gst/udp/gstudpnetutils.h:
381         Define the correct WINVER so getaddinfo() can be used when using
382         mingw32. Fixes bug #557294.
383
384 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
385
386         Patch by: <lrn1986 at gmail dot com>
387
388         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
389         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
390         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
391         Fix "argument type mismatch" compiler warnings on Windows.
392         Fixes bug #557293.
393
394 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
395
396         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
397         Don't calculate the filter coefficients for every single buffer
398         but only when it's needed. Fixes bug #557260.
399
400 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
401
402         * configure.ac:
403         Back to development -> 0.10.11.1
404
405 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
406
407         * gst-plugins-good.doap:
408         Fix version number of 0.10.11 release in doap file
409
410 === release 0.10.11 ===
411
412 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
413
414         * configure.ac:
415           releasing 0.10.11, "Secondary Consideration"
416
417 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
418
419         * configure.ac:
420         Commit 0.10.10.4 pre-release
421
422 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
423
424         * gst/avi/gstavimux.c:
425         Fix VPRP chunk setup in avimux.
426         Fixes: #556010
427         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
428
429 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
430
431         * gst/videobox/gstvideobox.c:
432         support dynamically changing properties in videobox
433         Fixed: #557085
434         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
435
436 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
437
438         * configure.ac:
439         0.10.10.3 pre-release
440
441 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
442
443         * tests/check/Makefile.am:
444         Don't run the states test on pulsesrc and pulsesink
445
446 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
447
448         * configure.ac:
449         Commit 0.10.10.2 pre-release bump that actually went
450         out on 2008-10-11
451
452 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
453
454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
455         Skip entries for streams that don't have a output pad yet, thereby
456         avoiding calling pad functions with a NULL pad.
457         Fixes #556424
458
459 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
460
461         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
462         * tests/check/elements/icydemux.c: (icydemux_found_pad):
463         Remove problematic and useless refcount check.
464         Fixes #556381
465
466 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
467
468         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
469         Remove problematic and useless refcount check.
470         Fixes #556381
471
472 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
473
474         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
475         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
476         Cast some size_t arguments to guint to avoid compiler
477         warnings on 64-bit systems.
478
479 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
482         Return TRUE instead of FALSE from the event handler when we swallowed the
483         event.
484
485 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
488         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
489         Reset header state. Fixes #555321.
490
491 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
492
493         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
494         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
495         * gst/avi/gstavidemux.h:
496         For timestamping audio packets we need to take into account the
497         amount of blocks in one entry using the blockalign. Fixes some sync
498         issues with zero-padded audio blocks in the beginning of avi files.
499
500 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
501
502         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
503         (gst_multi_file_src_query):
504         Implement DEFAULT and BUFFER position queries. See #555260.
505
506 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
507
508         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
509         Fix build for systems that don't have XDamage.
510
511 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
512
513         * tests/examples/rtp/client-H263p.sdp:
514         * tests/examples/rtp/client-H263p.sh:
515         * tests/examples/rtp/server-VTS-H263p.sh:
516         Add some more H263p server and client examples.
517
518 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
519
520         * configure.ac::
521           Depend on released versions of core and base.
522
523 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
524
525         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
526         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
527         Return -1 instead of 0 in error cases. Fixes #554771.
528
529 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
530
531         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
532         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
533         Stop leaking the cursor image.
534         Unref the last_ximage and the cached cursor image on shutdown.
535         Fixes #551570.
536
537 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * sys/v4l2/gstv4l2object.h:
540         Getting the Class from an instance is not just a matter of casting it to
541         the class struct but it involves calling G_OBJECT_GET_CLASS on the
542         instance. Fixes #549784.
543
544 2008-10-01  Michael Smith <msmith@songbirdnest.com>
545
546         * configure.ac:
547           Fix libs for linking directsound.
548         * sys/directsound/gstdirectsoundsink.c:
549           Fix buffer sizing to prevent racing the ringbuffer at startup.
550           Add volume property.
551
552 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
553
554         * ext/pulse/pulsesink.c:
555         Fix problems with pulsesink randomly erroring with code 'OK' after a
556         format change on the stream by waiting when disconnecting the stream.
557
558 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
559
560         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
561         (gst_rtp_amr_depay_process):
562         Mark DISCONT on output buffers when the marker bit signals a new talk
563         spurt.
564
565         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
566         Set the marker bit for buffers with a DISCONT flag to signal a talk
567         spurt.
568
569 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
570
571         * gst/rtp/Makefile.am:
572         * gst/rtp/gstrtp.c: (plugin_init):
573         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
574         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
575         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
576         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
577         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
578         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
579         * gst/rtp/gstrtpmp4apay.h:
580         Added MP4A-LATM payloader to match the depayloader.
581
582 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
585         (gst_videomixer_sink_event):
586         Handle segments a little better. Fixes #537361.
587
588 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
589
590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
591         Don't assume the server supports PAUSE by default. Fixes #551048.
592
593 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
594
595         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
596         (gst_udpsrc_set_uri), (gst_udpsrc_start):
597         Switch on the socket family to get the addrlen size right.
598
599 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
600
601         Patch by: Daniel Franke <df at dfranke dot us>
602
603         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
604         OS X's bind() implementation is picky about its addrlen parameter and
605         fails with EINVAL if it is larger than expected for the socket's address
606         family. Set the length to the expected length instead. Fixes #553191.
607
608 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
609
610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
611         Handle the case where we cannot do desribe or when the describe result
612         does not contain a valid SDP message.
613
614 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
617         Fix setting the qos.
618
619 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
620
621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
622         (gst_qtdemux_chain):
623         Some 'broken' files out there have atom lengths of zero...
624         which basically results in qtdemux consuming that atom again and again
625         until the *end of night* !
626         Detect that and emits an adequate element error message.
627
628 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
629
630         * gst/interleave/Makefile.am:
631         * gst/matroska/Makefile.am:
632         Fix build flags order.
633
634         * tests/check/elements/audioamplify.c: (GST_START_TEST):
635         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
636         * tests/check/elements/audioinvert.c: (GST_START_TEST):
637         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
638         Format fixes.
639
640         * tests/check/elements/multifile.c:
641         Pull in unistd.h
642
643 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
646         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
647         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
648         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
649         (gst_rtp_mp4g_depay_change_state):
650         * gst/rtp/gstrtpmp4gdepay.h:
651         Handle interleaved streams by reordering AU in a queue.
652
653 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
654
655         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
656         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
657         Change some of the ranges in the caps, mostly for the amount of bits we
658         can use.
659         Added a little bitstream parse and use it to parse the AU header fields.
660         Check for malformed and wrongly sized packets better.
661         Implement more header field parsing.
662         Handle the size of fragmented packets correctly.
663
664 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
665
666         Patch by: Jonathan Matthew <notverysmart@gmail.com>
667         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
668         Add mapping for 'tiff' => image/tiff
669         Fixes #552213
670
671 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
672
673
674         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
675         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
676           Pretend to care about the result of write() which works around
677           compiler warnings.
678
679 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
680
681         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
682           Make sure the desired default values are actually set, not only
683           registered as defaults (actual problem is that the stereo-specific
684           values are only updated if channels==2, which is not the case yet
685           when the object is created, so the default values for the
686           mid-side-stereo and loose-mid-side-stereo settings are never
687           set in _update_quality()). Makes flacenc create smaller files by
688           default (for stereo input), and fixes #550791.
689
690 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
691
692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
693         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
694         (qtdemux_parse_trak), (qtdemux_video_caps):
695         * gst/qtdemux/qtdemux.h:
696         * gst/qtdemux/qtdemux_fourcc.h:
697         * gst/qtdemux/qtdemux_types.c:
698         Add support for video/mj2 mime-type and its additional atoms/boxes.
699         Fixes #550646.
700
701 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
702
703         * gst/debug/gsttaginject.c:
704           Add warning when tags parameter is unparsable and give example for
705           quoting in the docs.
706
707 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
708
709         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
710         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
711         Add some alternative byteswapped mappings that seem to pop up sometimes.
712         Fixes #550288.
713
714 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
715
716         * po/LINGUAS:
717         * po/POTFILES.in:
718         * po/POTFILES.skip:
719           Add 'ca' to LINGUAS; add some more files with translations and some
720           files which should be ignored by translation tools.
721
722 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
723
724         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
725         * ext/speex/gstspeexdec.h:
726         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
727         * ext/speex/gstspeexenc.h:
728         Use integer encoding and decoding functions instead of converting
729         the integer input to float in the element. The libspeex integer
730         functions are doing this for us already or, if libspeex was compiled
731         in integer mode, they're doing everything using integer arithmetics.
732         Also saves some copying around.
733
734 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
735
736         * configure.ac:
737           Fix --disable-external
738
739 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
740
741         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
742         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
743         * ext/wavpack/gstwavpackenc.h:
744         Handle non-zero start timestamps and stream discontinuities
745         correctly. This only has an effect if we're muxing into
746         a container format as the raw WavPack stream must contain
747         continous sample numbers.
748
749 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
750
751         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
752         Correct the timestamp and granulepos calculation by one Speex
753         frame.
754
755 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
756
757         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
758         Correctly take the granulepos from upstream if possible and
759         correctly handle the granulepos in various calculations: the
760         granulepos is the sample number of the _last_ sample in a frame, not
761         the first.
762
763         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
764         (gst_speex_enc_encode), (gst_speex_enc_chain),
765         (gst_speex_enc_change_state):
766         * ext/speex/gstspeexenc.h:
767         Handle non-zero start timestamps in the encoder and detect/handle
768         stream discontinuities. Fixes bug #547075.
769
770 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
771
772         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
773
774         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
775         Fix compiler warnings caused by passing a string as format string
776         instead of "%s" and then the string. This is only exposed by -Wformat=2
777         as used by default on Ubuntu. Fixes bug #550015.
778
779 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
780
781         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
782         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
783         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
784         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
785         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
786           (gst_ebml_read_element_length):
787         * gst/matroska/matroska-demux.c:
788           (gst_matroska_demux_check_subtitle_buffer):
789           Make stuff compile with GST_DISABLE_GST_DEBUG.
790
791 2008-08-28  Michael Smith <msmith@songbirdnest.com>
792
793         * gst/law/alaw.c:
794         * gst/law/mulaw.c:
795           Ref caps before passing to gst_pad_template_new(), since that takes
796           ownership.
797
798 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
799
800         Patch by: Mersad Jelacic <mersad at axis dot com>
801
802         * gst/multipart/multipartdemux.c:
803         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
804         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
805         demuxer. Fixes #549551.
806
807 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
808
809         * sys/osxaudio/gstosxaudiosink.c:
810         (gst_osx_audio_sink_select_device):
811         * sys/osxaudio/gstosxaudiosrc.c:
812         (gst_osx_audio_src_create_ringbuffer),
813         (gst_osx_audio_src_select_device):
814         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
815         Fix the build on macosx.
816
817 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
818
819         * gst/icydemux/gsticydemux.c:
820           Small docs fix: in the example pipeline, we need to pass
821           iradio-mode=true to the source, so the server actually sends
822           an ICY stream.
823
824 2008-08-26  Michael Smith <msmith@songbirdnest.com>
825
826         * sys/osxaudio/gstosxaudio.c:
827           Oops. Revert more completely.
828
829 2008-08-26  Michael Smith <msmith@songbirdnest.com>
830
831         * sys/osxaudio/gstosxaudio.c:
832           Revert accidental element rename from testing.
833
834 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
835
836         * gst-plugins-good.doap:
837         Pull in 0.10.10 doap entry from release branch
838
839 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
840
841         * configure.ac:
842         Update version number to reflect 0.10.10 release from
843         branch.
844
845 2008-08-26  Michael Smith <msmith@songbirdnest.com>
846
847         * sys/osxaudio/Makefile.am:
848         * sys/osxaudio/gstosxaudio.c:
849         * sys/osxaudio/gstosxaudiosink.c:
850         * sys/osxaudio/gstosxaudiosink.h:
851         * sys/osxaudio/gstosxaudiosrc.c:
852         * sys/osxaudio/gstosxaudiosrc.h:
853         * sys/osxaudio/gstosxringbuffer.c:
854         * sys/osxaudio/gstosxringbuffer.h:
855           Rewrite caps setting and ring buffer initialisation.
856           Previously we never told CoreAudio what format we were going to send it,
857           so it only worked due to luck, and not at all on some hardware.
858           Now we explicitly advertise what formats the hardware supports, and then
859           configure the selected one correctly.
860
861 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
862
863         * sys/v4l2/gstv4l2object.c:
864         * sys/v4l2/gstv4l2src.c:
865         * sys/v4l2/gstv4l2src.h:
866         * sys/v4l2/v4l2_calls.c:
867         * sys/v4l2/v4l2src_calls.c:
868           Fix memory leaks. Small code cleanups : No need for empty _init(). No
869           need to memset instance structures. Some more FIXME's and comments.
870
871 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
872
873         * tests/icles/.cvsignore:
874           Ignore more.
875
876 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
877
878         * gst/goom/.cvsignore:
879         * gst/goom2k1/.cvsignore:
880           Ignore files.
881
882 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
883
884         * ext/cairo/gsttextoverlay.c:
885           Fix compiler warning.
886
887 2008-08-25  David Schleef  <ds@schleef.org>
888
889         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
890
891 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
892
893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
894         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
895         * gst/matroska/matroska-mux.c:
896         (gst_matroska_mux_video_pad_setcaps),
897         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
898         Add Real[Audio|Video] support to Matroska containers.
899         It works fine for:
900         * decoding real audio/video streams contained in mkv
901         * 'transmuxing' real (.rm) files into .mkv files
902         It will not work though for encoding real[audio/video] streams that
903         don't contain the 'mdpr_data' extra data on the caps.
904         The reason why this will not work is because I never intended to
905         duplicate virtually all the 'mdpr' block creation into mkvmux.
906         Fixes #536067
907
908 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
911         * gst/law/mulaw-conversion.c:
912         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
913         (gst_mulawenc_chain):
914         The encoder can't really renegotiate at the time they perform a
915         pad-alloc so make the srcpads use fixed caps.
916         Check the buffer size after a pad-alloc because the returned size might
917         not be right when the downstream element does not know the size of the
918         new buffer (capsfilter). Fixes #549073.
919
920 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
921
922         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
923
924         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
925         v4l2src doesn't have a property named "norm" so don't try to notify
926         about changes to that property. The "norm" property and related
927         code are commented out currently. Fixes bug #549090.
928
929 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
930
931         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
932
933         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
934         Reprobe devices again instead of taking a cached list as new
935         devices could've been plugged in. Fixes bug #549062.
936
937 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
938
939         * gst/autodetect/Makefile.am:
940         Don't link the autodetect plugin with GConf as it doesn't
941         use GConf. Fixes bug #545463.
942
943 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
944
945         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
946         (gst_ebml_read_element_length), (gst_ebml_read_uint),
947         (gst_ebml_read_sint), (gst_ebml_read_float),
948         (gst_ebml_read_header):
949         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
950         possible to ignore errors and not post any ERROR messages on
951         the bus.
952
953         * gst/matroska/matroska-demux.c:
954         (gst_matroska_demux_parse_contents):
955         Ignore any errors and not just EOS when parsing the contents of
956         a SeekHead. Errors here are usually caused by truncated files
957         and playback of the file works fine. Fixes playback of the
958         audio_only_chapter_seekbroken.mka file from the MPlayer samples
959         archive.
960
961 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
962
963         * gst/multipart/multipartdemux.c:
964         * gst/multipart/multipartmux.c:
965         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
966
967 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
968
969         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
970           gst_directdraw_sink_bufferpool_clear):
971           Fix two more buffer ref leaks.
972
973 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
974
975         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
976
977         * sys/directdraw/gstdirectdrawsink.c:
978           (gst_directdraw_sink_show_frame):
979           Fix buffer ref leak.
980
981 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
982
983         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
984         Revert the last commit. wavenc still supports width!=depth for 32 bit
985         width. Thanks Tim.
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         If the duration of a block is unknown only use the timestamp for the
992         first lace and use GST_CLOCK_TIME_NONE as duration for the following
993         laces. Otherwise every lace has the same timestamp which leads to
994         various problems. Really fixes bug #548831.
995
996 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
997
998         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
999         If we're not allowing width!=depth in wavenc we should also disable
1000         the code that was added to support width!=depth.
1001
1002 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1003
1004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1005         Don't calculate the default duration of a frame from the audio sampling
1006         rate. This only works for raw audio if every frame contains a single
1007         sample and results in broken buffer durations for other formats
1008         if no specified default duration is given or the blocks have no
1009         duration. Fixes bug #548831.
1010
1011 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1012
1013         * gst/matroska/matroska-demux.c:
1014         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1015         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1016         are used for text/plain subtitles as a gap-filler in some files.
1017
1018 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1019
1020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1021         (gst_v4l2_get_caps_info):
1022         Add S910 and PWC formats with a low priority.
1023
1024         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1025         (gst_v4l2src_probe_caps_for_format):
1026         Add more debugging.
1027
1028 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1029
1030         * ext/flac/gstflacenc.c:
1031           Fix compilation against older libflac versions.
1032
1033 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1034
1035         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1036         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1037         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1038         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1039         (gst_pulsemixer_ctrl_set_volume):
1040         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1041         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1042         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1043         (gst_pulsesink_init), (gst_pulsesink_open),
1044         (gst_pulsesink_prepare), (gst_pulsesink_write),
1045         (gst_pulsesink_delay), (gst_pulsesink_reset):
1046         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1047         (gst_pulsesrc_init):
1048         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1049         Fix a locking issue in pulsesink's prepare function.
1050
1051         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1052         Check if the created channel layout is valid for GStreamer.
1053
1054 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1055
1056         * gst/rtsp/gstrtspgoogle.c:
1057         Things that can happen when your brain is in google mode trying to
1058         deal with their google rtsp server extensions and trying to type your
1059         google mail account.
1060
1061 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1062
1063         * gst/rtsp/Makefile.am:
1064         * gst/rtsp/gstrtsp.c: (plugin_init):
1065         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1066         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1067         (_do_init), (gst_rtsp_google_base_init),
1068         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1069         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1070         (gst_rtsp_google_extension_init):
1071         * gst/rtsp/gstrtspgoogle.h:
1072         Add google RTSP extension, it can only handle udp and responds with
1073         unsupported if we do anything else. Fixes #546465.
1074
1075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1076         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1077         (gst_rtspsrc_create_transports_string),
1078         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1079         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1080         Make transport setup code a bit better using GString.
1081         Add some more debug.
1082         Check for closed connections before doing anything on them.
1083
1084 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1087         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1088         (gst_pulsesrc_prepare):
1089         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1090         (gst_pulse_channel_map_to_gst):
1091         * ext/pulse/pulseutil.h:
1092         If downstream provides no channel layout and >2 channels should be
1093         used use the default layout that pulseaudio chooses and also
1094         add this layout to the caps. Fixes bug #547258.
1095
1096 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1097
1098         Patch by: Peter Kjellerstedt <pkj at axis com>
1099
1100         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1101         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1102         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1103         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1104         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1105         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1106         (gst_udpsrc_set_property):
1107         Avoid leaking internally allocated file descriptors when setting
1108         custom file descriptors. Fixes #543101.
1109
1110 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1111
1112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1113         Don't try to configure RTCP back to the server when the server did not
1114         give us a valid port number.
1115
1116 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1117
1118         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1119         Use new basetransform method to renegotiate. Fixes #544956.
1120
1121         * tests/icles/Makefile.am:
1122         * tests/icles/videobox-test.c: (make_pipeline), (main):
1123         Add videobox renegotiation example.
1124
1125 2008-08-19  David Schleef  <ds@schleef.org>
1126
1127         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1128         with sane values.  Fixes #548530.
1129
1130 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1131
1132         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1133         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1134         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1135         are already filled with the correct values by
1136         gst_ring_buffer_parse_caps() so there's no need to set them again
1137         with wrong values.
1138
1139 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1140
1141         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1142         (gst_avi_demux_read_subindexes_push):
1143         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1144         and instead of using the 'ix##' nomenclature, use '##ix'.
1145         They're still valid though, this fixes the duration and indexes for
1146         virtually all the ODML files I have.
1147
1148 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1149
1150         Patch by: Olivier Crete <tester at tester dot ca>
1151
1152         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1153         (gst_rtp_vorbis_depay_process):
1154         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1155         Update the vorbis RTP pay/depay to RFC 5215.
1156         Fixes #547842.
1157
1158 2008-08-14  David Schleef  <ds@schleef.org>
1159
1160         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1161           with 3:2 pulldown, i.e., 24p.
1162
1163 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1164
1165         * tests/check/elements/level.c: (GST_START_TEST):
1166         Fix compilation some more.
1167
1168 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1169
1170         * configure.ac::
1171           Require -base CVS for wavparse acid chunk parsing.
1172
1173 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1174
1175         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1176         (gst_pulsesink_init), (gst_pulsesink_finalize),
1177         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1178         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1179         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1180         * ext/pulse/pulsesink.h:
1181         Add "device-name" property to pulsesink too and currently commented
1182         out and not working support for a "volume" property.
1183
1184 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1185
1186         * configure.ac:
1187         Remove more cdio stuff (moved to ugly)
1188
1189 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1190
1191         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1192
1193         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1194         (gst_pulsesrc_get_property):
1195         Add "device-name" property, which provides a human readable string
1196         for the audio device, to make it more consisten with other audio
1197         sources. Fixes bug #547519.
1198
1199 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1200
1201         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1202         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1203         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1204         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1205         * ext/pulse/pulsemixerctrl.h:
1206         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1207         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1208         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1209         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1210         * ext/pulse/pulseprobe.h:
1211         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1212         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1213         (gst_pulsesrc_change_state):
1214         Improve debugging a bit by including the parent object in pulsemixerctrl
1215         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1216         GST_WARNING.
1217
1218         Use the parent GObject subclass instead of a random struct as GObject
1219         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1220         when probing for another property than "device".
1221
1222 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1225
1226         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1227         Fix property probing after the device property is set by calling
1228         set_server when the server property changes. Fixes bug #547518.
1229
1230 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1231
1232         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1233
1234         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1235         (gst_pulsesink_implements_interface_init),
1236         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1237         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1238         (gst_pulsesink_get_type):
1239         * ext/pulse/pulsesink.h:
1240         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1241         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1242         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1243         * ext/pulse/pulsesrc.h:
1244         Implement GstPropertyProbe interface on pulsesink for detecting
1245         sink devices and on pulsesrc for detecting source devices.
1246         Fixes bugs #547227 and #547217.
1247
1248 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1249
1250         * gst/spectrum/gstspectrum.c:
1251           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1252
1253 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1254
1255         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1256         Properly set the maximum latency value, in the same way it is done in
1257         v4lsrc.
1258         * sys/v4l2/v4l2src_calls.c:
1259         Simplify fraction equality check, no need to use GValues for this.
1260
1261 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1262
1263         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1264         Add warning messages stating exactly why the latency query failed.
1265         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1266         In some cases, the negotiated framerate might be the default one which
1267         is already set internally. But we still need to mark it down in fps_n
1268         and fps_d so that the latency query can happen properly.
1269
1270 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1271
1272         * docs/plugins/inspect/plugin-1394.xml:
1273         Whoops, forgot one doc file for people who can't/don't build the
1274         raw1394 plugin.
1275
1276 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1277
1278         * docs/plugins/Makefile.am:
1279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1280         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1281         * docs/plugins/inspect/plugin-cdio.xml:
1282         * ext/Makefile.am:
1283         * ext/cdio/Makefile.am:
1284         * ext/cdio/gstcdio.c:
1285         * ext/cdio/gstcdio.h:
1286         * ext/cdio/gstcdiocddasrc.c:
1287         * ext/cdio/gstcdiocddasrc.h:
1288
1289         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1290         CDDA source to -ugly.
1291
1292         * po/LINGUAS:
1293         * po/POTFILES.in:
1294         * po/id.po:
1295         Pull in new translation from 0.10.9.2 release branch.
1296
1297 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1298
1299         * docs/plugins/Makefile.am:
1300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1302         * docs/plugins/gst-plugins-good-plugins.args:
1303         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1304         * docs/plugins/gst-plugins-good-plugins.interfaces:
1305         Integrate documentation for new hdv1394src element.
1306
1307 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1308
1309         * ext/raw1394/Makefile.am:
1310         * ext/raw1394/gst1394.c: (plugin_init):
1311         * ext/raw1394/gsthdv1394src.c: (_do_init),
1312         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1313         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1314         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1315         (gst_hdv1394src_from_raw1394handle),
1316         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1317         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1318         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1319         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1320         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1321         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1322         (gst_hdv1394src_uri_handler_init):
1323         * ext/raw1394/gsthdv1394src.h:
1324         mpeg2-ts (HDV) variant of firewire capture element.
1325         Fixes #350830
1326
1327 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1328
1329         * gst/level/gstlevel.c: (gst_level_message_new):
1330          Fix compilation (also known as the classic 'fix code that someone
1331          committed without compiling it first').
1332
1333 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1334
1335         * tests/check/elements/level.c:
1336           Add a test for level in stereo mode.
1337
1338 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1339
1340         * tests/examples/spectrum/demo-audiotest.c:
1341         * tests/examples/spectrum/demo-osssrc.c:
1342           Demo how to draw analyzer results synced to the clock.
1343
1344 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1345
1346         * gst/level/gstlevel.c:
1347           Little renaming (l -> level).
1348
1349         * gst/spectrum/gstspectrum.c:
1350         * gst/spectrum/gstspectrum.h:
1351           Also send full timestamp/duration details here.
1352
1353 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1354
1355         * gst/level/gstlevel.c:
1356         * gst/level/gstlevel.h:
1357           Send same timestamp/duration details as videoanalysis. This gives
1358           applications better chance to sync analysis results with playback.
1359
1360 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1361
1362         * gst/matroska/matroska-mux.c:
1363         (gst_matroska_mux_handle_sink_event),
1364         (flac_streamheader_to_codecdata):
1365         We need to drop one additional buffer for FLAC as the fLaC
1366         marker and STREAMINFO block are merged into one buffer in the caps.
1367
1368         Also don't pretend to support NEWSEGMENT events, otherwise we
1369         will most probably write some invalid data.
1370
1371 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1372
1373         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1374         (gst_matroska_mux_audio_pad_setcaps):
1375         Add support for muxing FLAC into Matroska containers.
1376         Fixes bug #311586.
1377
1378 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1379
1380         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1381         Actually provide the variables required for the format string.
1382
1383 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1384
1385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1386         (gst_matroska_demux_element_send_event),
1387         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1388         * gst/matroska/matroska-demux.h:
1389         Close the current segment if we're doing a non-flushing seek and send
1390         the close-segment and the new segment of the seek from the streaming
1391         thread.
1392
1393 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1394
1395         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1396         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1397         (gst_flac_enc_change_state):
1398         * ext/flac/gstflacenc.h:
1399         Handle non-zero start timestamps correctly, mark header packets as
1400         IN_CAPS and print a warning and suggest using audiorate if stream
1401         discontinuities are detected. When FLAC supports flushing the encoder
1402         somehow this should be done for discontinuities instead.
1403
1404         Remove some unused variables from the instance struct.
1405
1406 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1407
1408         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1409         If seeking failed return the appropiate return value to FLAC.
1410         Otherwise it thinks seeking was successfull and tries to rewrite
1411         parts of the headers which then get appended to the output.
1412
1413 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1414
1415         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1416
1417         * ext/esd/gstesd.c: (plugin_init):
1418         * ext/flac/gstflac.c: (plugin_init):
1419         * ext/shout2/gstshout2.c: (plugin_init):
1420         * ext/wavpack/gstwavpack.c: (plugin_init):
1421         * sys/oss/gstossaudio.c: (plugin_init):
1422         * sys/v4l2/gstv4l2.c: (plugin_init):
1423         Make sure gettext returns translations in UTF-8 encoding rather
1424         than in the current locale encoding (#546822).
1425
1426 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1427
1428         * ext/flac/gstflacdec.c:
1429         Add FIXME for 0.11 to simply output everything with width=32 as given
1430         by FLAC and let audioconvert handle the conversions instead of doing
1431         them in flacdec.
1432
1433 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1434
1435         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1436         When outputting a pad template range for the size, include a framerate
1437         range too, to avoid 'not a real subset of template caps' errors.
1438
1439 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1440
1441         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1442
1443         * ext/flac/Makefile.am:
1444         * ext/flac/gstflac.c: (plugin_init):
1445         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1446         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1447         (gst_flac_tag_dispose), (gst_flac_tag_init),
1448         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1449         (gst_flac_tag_change_state):
1450         * ext/flac/gstflactag.h:
1451         Port flactag to 0.10, add documentation for it and clean it up a bit.
1452         Fixes bug #413841.
1453
1454         * docs/plugins/Makefile.am:
1455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1457         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1458         * docs/plugins/gst-plugins-good-plugins.interfaces:
1459         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1460         * docs/plugins/inspect/plugin-flac.xml:
1461         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1462         * ext/flac/gstflacdec.h:
1463         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1464         * ext/flac/gstflacenc.h:
1465         Add flactag and flacenc to the documentation and mark
1466         the private parts of the flacdec instance structure as private.
1467
1468         Also use gst_element_class_set_details_simple() in flacdec and
1469         flacenc.
1470
1471 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1472
1473         * gst/qtdemux/qtdemux.c:
1474           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1475           for it but ffmpeg does not.
1476
1477 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * gst/wavparse/gstwavparse.c:
1480           Handle the list chunk and use gst_riff_parse_info() to parse the info
1481           sub-chunk.
1482
1483 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1484
1485         * gst/wavparse/gstwavparse.c:
1486           Handle the acid chunk and send tempo as part of tags. Other fields are
1487           interesting too, but need more tag-definitions. Fixes #545433.
1488
1489 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1490
1491         * gst/wavparse/gstwavparse.c:
1492           Refactor wavparse. Call _reset() from dispose() and move old code from
1493           dispose into reset. This way we don't leak taglists when we abort
1494           parsing. Fix some comments. Move code for skipping a chunk into extra
1495           function. Replace chunk sizes with a const to ease readability.         
1496
1497 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1500
1501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1502         Improve udp port setup. Fixes #545710.
1503
1504 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1505
1506         * gst/rtp/Makefile.am:
1507         * gst/rtp/gstrtp.c: (plugin_init):
1508         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1509         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1510         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1511         (gst_rtp_mp1s_depay_set_property),
1512         (gst_rtp_mp1s_depay_get_property),
1513         (gst_rtp_mp1s_depay_change_state),
1514         (gst_rtp_mp1s_depay_plugin_init):
1515         * gst/rtp/gstrtpmp1sdepay.h:
1516         Add MP1S depayloader.
1517
1518         * gst/rtsp/URLS:
1519         Some more sample rtsp streams.
1520
1521 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1522
1523         * gst/rtsp/URLS:
1524         Add another URL.
1525
1526         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1527         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1528         Add some more debug info.
1529
1530 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1531
1532         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1533         Provide cbSize field for audio extra_data size, and take care to
1534         pad extra_data.
1535
1536 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * gst/qtdemux/qtdemux.c:
1539           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1540           TRUE.
1541
1542 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * gst/qtdemux/qtdemux.c:
1545         * gst/qtdemux/qtdemux_fourcc.h:
1546           Add keyword tag support. Fixes #520694 for qtdemux.
1547
1548 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1549
1550         * gst/qtdemux/qtdemux.c:
1551           Add support for tmpo tag (BPM).
1552
1553 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1554
1555         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1556         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1557         Set an estimate for the total number of samples that will be encoded
1558         if possible to help decoders if the streaminfo can't be rewritten
1559         later (like when muxing into Ogg containers).
1560
1561         Add a warning if we get header packets after data packets as those
1562         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1563         work.
1564
1565 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1568         (gst_flac_dec_write):
1569         Support decoding of all depths between 4 and 32 bits and read the
1570         depth from the streaminfo header if needed. Also support all sampling
1571         rates between 1 and 655350 Hz.
1572
1573         * ext/flac/gstflacenc.c:
1574         (gst_flac_enc_caps_append_structure_with_widths),
1575         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1576         (gst_flac_enc_chain):
1577         * ext/flac/gstflacenc.h:
1578         Support encoding in all bit depths supported by the streamable
1579         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1580         between 1 Hz and 655350 Hz.
1581
1582 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1583
1584         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1585         (gst_flac_enc_sink_getcaps):
1586         Support encoding of up to 8 channels.
1587
1588 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1589
1590         * ext/soup/gstsouphttpsrc.c:
1591         * ext/soup/gstsouphttpsrc.h:
1592         Fix seeking race condition in #540300
1593         Patch By: Wouter Cloetens  <wouter at mind be>
1594
1595 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1596
1597         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1598         (gst_matroska_demux_element_send_event),
1599         (gst_matroska_demux_handle_seek_event),
1600         (gst_matroska_demux_handle_src_event):
1601         When receiving a SEEK event on a specific pad first search for a seek
1602         table entry for the stream of the pad and then fall back to an entry
1603         for a different stream.
1604
1605 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         * configure.ac:
1608         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1609         * gst/matroska/matroska-ids.h:
1610         Build depend on core CVS for the attachment tag.
1611
1612 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1613
1614         * configure.ac:
1615         * gst/matroska/Makefile.am:
1616         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1617         (copy_backptr), (lzo1x_decode), (main):
1618         * gst/matroska/lzo.h:
1619         * gst/matroska/matroska-demux.c:
1620         (gst_matroska_demux_read_track_encoding),
1621         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1622         (gst_matroska_decode_buffer),
1623         (gst_matroska_decode_content_encodings),
1624         (gst_matroska_demux_read_track_encodings),
1625         (gst_matroska_demux_add_stream),
1626         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1627         * gst/matroska/matroska-ids.h:
1628         Decode the codec private data and following ContentEncoding if
1629         necessary.
1630
1631         Support bzip2, lzo and header stripped compression. For lzo use the
1632         ffmpeg lzo implementation as liblzo is GPL licensed.
1633         
1634         Fix zlib decompression.
1635
1636 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * gst/matroska/matroska-mux.c:
1639         (gst_matroska_mux_audio_pad_setcaps):
1640         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1641         duration of a frame with the new mpegaudioversion caps field.
1642
1643 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1646         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1647         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1648         (gst_matroska_demux_stream_from_num),
1649         (gst_matroska_demux_tracknumber_unique),
1650         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1651         (gst_matroska_demux_handle_seek_event),
1652         (gst_matroska_demux_sync_streams),
1653         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1654         (gst_matroska_demux_loop):
1655         * gst/matroska/matroska-demux.h:
1656         Allow an infinite number of stream inside Matroska containers and use
1657         a GPtrArray for storing them instead of allowing "only" 127 streams.
1658
1659 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1660
1661         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1662         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1663         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1664         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1665         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1666         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1667         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1668         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1669         (gst_ebml_read_master), (gst_ebml_read_binary),
1670         (gst_ebml_read_header):
1671         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1672         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1673         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1674         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1675         (gst_ebml_replace_uint):
1676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1677         (gst_matroska_demux_read_track_encoding),
1678         (gst_matroska_demux_read_track_encodings),
1679         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1680         (gst_matroska_demux_send_event),
1681         (gst_matroska_demux_element_send_event),
1682         (gst_matroska_demux_handle_seek_event),
1683         (gst_matroska_demux_handle_src_event),
1684         (gst_matroska_demux_init_stream),
1685         (gst_matroska_demux_parse_tracks),
1686         (gst_matroska_demux_parse_index_cuetrack),
1687         (gst_matroska_demux_parse_index_pointentry),
1688         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1689         (gst_matroska_demux_parse_metadata_id_simple_tag),
1690         (gst_matroska_demux_parse_metadata_id_tag),
1691         (gst_matroska_demux_parse_metadata),
1692         (gst_matroska_demux_parse_attached_file),
1693         (gst_matroska_demux_parse_attachments),
1694         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1695         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1696         (gst_matroska_demux_push_flac_codec_priv_data),
1697         (gst_matroska_demux_push_xiph_codec_priv_data),
1698         (gst_matroska_demux_push_dvd_clut_change_event),
1699         (gst_matroska_demux_add_mpeg_seq_header),
1700         (gst_matroska_demux_add_wvpk_header),
1701         (gst_matroska_demux_check_subtitle_buffer),
1702         (gst_matroska_decode_buffer),
1703         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1704         (gst_matroska_demux_parse_cluster),
1705         (gst_matroska_demux_parse_contents_seekentry),
1706         (gst_matroska_demux_parse_contents),
1707         (gst_matroska_demux_loop_stream_parse_id),
1708         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1709         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1710         (gst_matroska_demux_subtitle_caps),
1711         (gst_matroska_demux_change_state):
1712         * gst/matroska/matroska-ids.c:
1713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1714         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1715         (gst_matroska_mux_video_pad_setcaps),
1716         (xiph3_streamheader_to_codecdata),
1717         (vorbis_streamheader_to_codecdata),
1718         (theora_streamheader_to_codecdata),
1719         (gst_matroska_mux_audio_pad_setcaps),
1720         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1721         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1722         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1723         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1724         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1725         Fix indention everywhere. A broken indent version has added newlines
1726         after every single declaration some time ago.
1727
1728 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         * gst/matroska/matroska-demux.c:
1731         (gst_matroska_demux_loop_stream_parse_id):
1732         If no Tracks are found error out instead of trying it again until the
1733         end of time.
1734
1735 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1736
1737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1738         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1739         bit and signed otherwise, not the other way around.
1740
1741 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1742
1743         * gst/matroska/matroska-mux.c:
1744         Add more raw YUV formats to the list of supported formats.
1745
1746 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1747
1748         * gst/matroska/matroska-mux.c:
1749         (gst_matroska_mux_audio_pad_setcaps):
1750         Add support for muxing raw float audio now that the spec defines the
1751         endianness and add support for muxing raw integer audio with 24 and
1752         32 bits.
1753
1754         Allow muxing of more than 8 audio channels.
1755
1756 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1757
1758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1759         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1760         Add locking to the global array of used track UIDs to prevent random
1761         crashes if more than a single matrosmux instance is used.
1762
1763         Use 64 bit values for the track UIDs.
1764
1765         Use the global GRandom of GLib instead of creating our own one
1766         for the few random numbers we need every single time.
1767
1768 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1769
1770         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1771         (gst_flac_dec_setup_stream_decoder),
1772         (gst_flac_dec_update_metadata):
1773         Always post the audio-codec tag, not only if other tags are present.
1774
1775 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1776
1777         * configure.ac:
1778         Back to development -> 0.10.9.1
1779
1780 === release 0.10.9 ===
1781
1782 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1783
1784         * configure.ac:
1785           releasing 0.10.9, "Steam Train Rolling"
1786
1787 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1788
1789         * ext/soup/gstsouphttpsrc.c:
1790         Don't throw an error when soup completes a msg with status
1791         'cancelled', as that indicates we cancelled a request while
1792         shutting down or seeking, and it's not an error.
1793         Fixes: #540300 again.
1794
1795 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1796
1797         * configure.ac:
1798         0.10.8.4 pre-release
1799
1800 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1801
1802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1803         Fix segment-stop regression.
1804         Add documentation regarding segments in quicktime files by Wim Taymans.
1805         Fixes #544509
1806
1807 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1808
1809         * configure.ac:
1810         0.10.8.3 pre-release
1811
1812         * po/LINGUAS:
1813         * po/pt_BR.po:
1814         Add pt_BR translation
1815
1816 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1817
1818         * gst/goom/convolve_fx.c:
1819         * gst/goom/filters.c:
1820         * gst/goom/goom_config.h:
1821         * gst/goom/goom_core.c:
1822         * gst/goom/goom_tools.h:
1823           Fix build with MSVC: include glib.h to define inline appropriately,
1824           use header guards where needed.
1825         * gst/udp/gstudpnetutils.c:
1826         * gst/udp/gstudpsrc.c:
1827           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1828           g_snprintf rather than snprintf.
1829           Fixes #544433.
1830
1831 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * gst/debug/gsttaginject.c:
1834         * gst/debug/gsttaginject.h:
1835           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1836           partially.
1837
1838 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1839
1840         * configure.ac:
1841         0.10.8.2 pre-release
1842
1843 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1844
1845         * ext/Makefile.am:
1846         Finish hooking up pulseaudio plugin to the build.
1847
1848         * ext/pulse/pulsemixerctrl.c:
1849         Fix compilation error.
1850
1851 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1852
1853         * po/LINGUAS:
1854         * po/lt.po:
1855         Add new lithunian translation, and add french to the LINGUAS
1856         file.
1857
1858 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1859
1860         * ext/soup/gstsouphttpsrc.c:
1861         Fix Soup HTTP source seeking.
1862         Patch By: Wouter Cloetens  <wouter at mind be>
1863         Fixes: #540300
1864
1865         * tests/check/elements/.cvsignore:
1866         Ignore new check programs.
1867
1868 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1869
1870         * configure.ac:
1871         * docs/plugins/Makefile.am:
1872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1874         * docs/plugins/gst-plugins-good-plugins.args:
1875         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1876         * docs/plugins/gst-plugins-good-plugins.interfaces:
1877         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1878         * docs/plugins/inspect/plugin-interleave.xml:
1879         * docs/plugins/inspect/plugin-replaygain.xml:
1880         * tests/check/Makefile.am:
1881
1882         Move replaygain and interleave plugins from -bad.
1883         Fixes: #543406
1884         Fixes: #536228
1885
1886 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1887
1888         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1889         (qtdemux_parse_trak):
1890         Revert ISO base media spec based pixel-aspect-ratio calculation.
1891         Fixes #543300.
1892
1893 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1894
1895         * sys/osxvideo/osxvideosink.m:
1896         Fix minor build issues on macosx.
1897         Fixes #543054
1898
1899 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1900
1901         * configure.ac::
1902         * ext/taglib/Makefile.am::
1903           Only use -Wno-attributes (which is there to work around a
1904           bug in the taglib 1.5 headers) if the c++ compiler actually
1905           supports it (#543255).
1906
1907 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1908
1909         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1910
1911         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1912           Avoid compiler warning by initialising variable to NULL (#543259).
1913
1914 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1915
1916         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1917         Don't pass NULL taglists to gst_tag_list_is_empty().
1918
1919 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1920
1921         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1922         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1923         (rtp_pipeline_run):
1924         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1925         Don't use declarations after statements.
1926
1927 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1928
1929         * ext/jpeg/gstjpegdec.c:
1930         Align documentation with reality.
1931
1932 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1933
1934         * gst/udp/gstudpnetutils.c:
1935         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1936         old value (1) if it's not defined which should not cause any problems
1937         as we're using it internal only anyway.
1938
1939 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1940
1941         Patch by: Alessandro Decina <alessandro at nnva dot org>
1942
1943         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1944         Fix build of avidemux on big endian architectures.
1945
1946 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1947
1948         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1949
1950         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1951         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1952
1953 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1954
1955         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1956         (qtdemux_parse_trak):
1957         Set pixel-aspect-ratio in caps using display width and height
1958         provided in track.
1959
1960 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1961
1962         * configure.ac:
1963         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1964         flags that are invalid for C++. Fixes bug #516509.
1965
1966 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1967
1968         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1969         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1970         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1971         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1972         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1973         * tests/examples/equalizer/demo.c: (message_handler):
1974         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1975         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1976         Don't use declarations after statements and variable length arrays.
1977
1978 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1979
1980         Patch by: Daniel Drake <dsd at gentoo dot org>
1981
1982         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1983         (gst_v4l2src_get_nearest_size):
1984         Try progressive video if interlaced fails. Fixes bug #541956
1985         and the usage of v4l2src on OLPC.
1986
1987 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1988
1989         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1990         (gst_rtp_speex_depay_process):
1991         * gst/rtp/gstrtpspeexdepay.h:
1992         Revert last change: Only the jitterbuffer is able to convert RTP to
1993         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1994         Reopens bug #541787.
1995
1996 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1997
1998         * gst/rtp/gstrtpvrawdepay.c:
1999           Include stdlib.h for atoi().
2000
2001         * gst/rtsp/gstrtspsrc.c:
2002           Use floating point math for latencies < 0 sec in log output.
2003
2004 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2005
2006         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2007
2008         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2009         (gst_rtp_speex_depay_process):
2010         * gst/rtp/gstrtpspeexdepay.h:
2011         Take timestamp from the RTP packet as a first step to fix problems
2012         with transmission over RTP when the network is not reliable.
2013         Fixes bug #541787.
2014
2015 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2016
2017         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2018
2019         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2020         Fix parsing of udp:// URIs containing IPv6 addresses.
2021         Fixes bug #541650.
2022
2023 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2024
2025         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2026         Do not leak incoming buffers.
2027
2028 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2029
2030         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2031
2032         * configure.ac:
2033         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2034         for htons() and htonl(). Fixes bug #541412.
2035
2036 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2037
2038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2039         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2040         (gst_matroska_demux_element_query),
2041         (gst_matroska_demux_handle_src_query),
2042         (gst_matroska_demux_handle_seek_event):
2043         Handle position and duration query in DEFAULT format if the
2044         pad's track has a default frame duration set.
2045
2046         Fix seeking now that the segment's duration doesn't contain the
2047         (possibly wrong or inaccurate) duration of the Matroska file.
2048
2049 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * gst/matroska/ebml-read.c: (_ext2dbl):
2052         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2053         in math.h except on MSVC where it is defined in xmath.h.
2054         Fixes compilation with MSVC.
2055
2056 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2059         (gst_matroska_demux_handle_src_query),
2060         (gst_matroska_demux_parse_info),
2061         (gst_matroska_demux_loop_stream_parse_id):
2062         * gst/matroska/matroska-demux.h:
2063         Don't set the segment duration to the duration from the Matroska
2064         header as this value could be wrong and is just informational.
2065
2066 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * gst/matroska/matroska-demux.c:
2069         (gst_matroska_demux_loop_stream_parse_id):
2070         If no Tracks element is found until the first Cluster is found
2071         search it and error out if none is found in the complete file.
2072
2073 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2074
2075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2076         Resync non-subtitle tracks too if a too large gap compared to other
2077         tracks is detected.
2078
2079 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2080
2081         * gst/rtp/Makefile.am:
2082         * gst/rtp/gstrtp.c: (plugin_init):
2083         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2084         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2085         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2086         (gst_rtp_vraw_depay_change_state),
2087         (gst_rtp_vraw_depay_plugin_init):
2088         * gst/rtp/gstrtpvrawdepay.h:
2089         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2090         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2091         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2092         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2093         (gst_rtp_vraw_pay_plugin_init):
2094         * gst/rtp/gstrtpvrawpay.h:
2095         Add raw video pay and depayloaders, see RFC4175.
2096
2097 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2098
2099         * ext/libpng/gstpngdec.c:
2100         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2101         whatever it returned.
2102
2103 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2104
2105         * gst/avi/avi-ids.h:
2106         Add vprp chunk related structures.
2107         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2108         (gst_avi_demux_parse_stream):
2109         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2110         to caps.  Fixes #539482.
2111         * gst/avi/gstavimux.h:
2112         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2113         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2114         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2115
2116 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2117
2118         * tests/check/elements/avimux.c: (check_avimux_pad):
2119         Adjust avimux unit test according to increased streamheader size.
2120
2121 2008-06-27  David Schleef  <ds@schleef.org>
2122
2123         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2124
2125 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2126
2127         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2128         * gst/avi/gstavimux.h:
2129         Add 8 bytes to current streamheader to make for a complete one
2130         and to make more players happy.  Fixes #519460.
2131
2132 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2133
2134         * sys/v4l2/v4l2_calls.c::
2135           Don't include unused gstv4l2xoverlay.h. Fixes build
2136           in case where X11 headers are not installed.
2137
2138 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2139
2140         * ext/dv/gstdv.c: (plugin_init):
2141         Fix compilation.
2142
2143 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2144
2145         * ext/dv/gstdv.c: (plugin_init):
2146         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2147         DV decoder available.
2148         Fixes #532393
2149
2150 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2151
2152         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2153         Call getsockname() after the call to bind() to get updated values
2154         for the port, etc. This fixes the usage of udpsrc on anonymous
2155         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2156         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2157
2158 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2159
2160         * tests/check/pipelines/wavpack.c: (bus_handler):
2161         Remove workaround for a bug in identity that is fixed in 0.10.20.
2162
2163 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2164
2165         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2166
2167         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2168         Fix HTTP auth support with user/password passed via the URI.
2169         Fixes bug #540067.
2170
2171 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2172
2173         * configure.ac:
2174           Depend on released versions of core and -base.
2175
2176 2008-06-23  Julien Moutte  <julien@fluendo.com>
2177
2178         * gst/matroska/matroska-demux.c:
2179         (gst_matroska_demux_read_track_encoding),
2180         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2181         format strings in macros. (makes it build on OS X again...)
2182
2183 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2184
2185         * gst/rtp/gstrtptheorapay.c:
2186         * gst/udp/gstmultiudpsink.c:
2187           Added debug.
2188
2189 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2190
2191         * configure.ac: switch v4l2src over to the normal build instead of
2192         being 'experimental'. Fixes bug #536831.
2193
2194 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2195
2196         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2197         Remove unused variable so that we can compile again.
2198
2199 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2200
2201         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2202         No need to check for audio/G723 and audio/32KADPCM here as they are
2203         no longer supported.
2204
2205 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2206
2207         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2208         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2209         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2210         known length.
2211
2212 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         * gst/matroska/matroska-demux.c:
2215         (gst_matroska_demux_add_wvpk_header),
2216         (gst_matroska_demux_audio_caps):
2217         * gst/matroska/matroska-ids.h:
2218         Fix demuxing of WavPack files. Muxing is still broken.
2219
2220 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2221
2222         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2223         (gst_matroska_demux_add_mpeg_seq_header),
2224         (gst_matroska_demux_add_wvpk_header),
2225         (gst_matroska_demux_check_subtitle_buffer),
2226         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2227         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2228         (gst_matroska_demux_subtitle_caps):
2229         * gst/matroska/matroska-ids.h:
2230         Add a "vfunc" to the track context for postprocessing frames and
2231         convert the wavpack and subtitle postprocessing to this vfunc.
2232         Copy buffer flags in those functions to the new buffers too.
2233
2234         Parse CodecState elements of Blocks.
2235
2236         Add a postprocessing function for MPEG video that adds the sequence
2237         header from the codec private data or codec state to the frames if
2238         it's not already there.
2239
2240 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         * gst/matroska/matroska-demux.c:
2243         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2244         If a gap of more than 1/2 second is found in one stream send a
2245         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2246         This also fixes Matroska files where the first buffer doesn't start
2247         at timestamp 0. Fixes bug #429322.
2248
2249         The duration of a block is the default duration multiplied with the
2250         number of laces. Every lace is one frame and the default duration
2251         is the duration of one frame. This fixes playback of files that use
2252         lacing for some tracks.
2253
2254 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2255
2256         * gst/matroska/matroska-demux.c:
2257         (gst_matroska_demux_parse_contents_seekentry):
2258         Update FIXME/TODOs and only ignore EOS at the central, important place
2259         instead of several places.
2260
2261 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2262
2263         * gst/rtp/gstrtpg726pay.c:
2264         Fix caps, See #538891.
2265
2266 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2267
2268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2269         (gst_matroska_demux_stream_from_num),
2270         (gst_matroska_demux_encoding_cmp),
2271         (gst_matroska_demux_encoding_order_unique),
2272         (gst_matroska_demux_read_track_encoding),
2273         (gst_matroska_demux_read_track_encodings),
2274         (gst_matroska_demux_tracknumber_unique),
2275         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2276         (gst_matroska_demux_parse_tracks),
2277         (gst_matroska_demux_parse_index_cuetrack),
2278         (gst_matroska_demux_parse_index_pointentry),
2279         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2280         (gst_matroska_demux_parse_metadata_id_simple_tag),
2281         (gst_matroska_demux_parse_metadata_id_tag),
2282         (gst_matroska_demux_parse_metadata),
2283         (gst_matroska_demux_parse_attached_file),
2284         (gst_matroska_demux_parse_attachments),
2285         (gst_matroska_demux_parse_chapters),
2286         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2287         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2288         (gst_matroska_demux_parse_cluster),
2289         (gst_matroska_demux_parse_contents_seekentry),
2290         (gst_matroska_demux_parse_contents),
2291         (gst_matroska_demux_loop_stream_parse_id),
2292         (gst_matroska_demux_loop):
2293         Improve debug output everywhere and fix the EOS logic.
2294
2295         Check the values of the ContentEncoding elements more strictly and
2296         don't use tracks for which it's invalid.
2297
2298         Check that the track number is unique for this stream.
2299
2300         Check that seek positions are below G_MAXINT64 as our seeks are
2301         int64-based and overflows will fail badly.
2302
2303         After seeks also don't push SimpleBlocks until the first one
2304         containing a keyframe is found. Before this was done only for normal
2305         Blocks.
2306
2307         Update some FIXME/TODOs.
2308         
2309         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2310         (gst_ebml_read_utf8), (gst_ebml_read_header):
2311         Improve debug output.
2312
2313         * gst/matroska/matroska-ids.c:
2314         (gst_matroska_track_init_video_context):
2315         * gst/matroska/matroska-ids.h:
2316         * gst/matroska/matroska-mux.c:
2317         (gst_matroska_mux_video_pad_setcaps):
2318         Remove eye mode and don't parse it anymore. We can't use that
2319         information in GStreamer yet so it's useless.
2320
2321
2322 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2323
2324         Patch by: Mersad Jelacic <mersad at axis dot com>
2325
2326         * gst/rtp/Makefile.am:
2327         * gst/rtp/gstrtp.c: (plugin_init):
2328         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2329         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2330         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2331         (gst_rtp_g726_depay_plugin_init):
2332         * gst/rtp/gstrtpg726depay.h:
2333         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2334         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2335         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2336         * gst/rtp/gstrtpg726pay.h:
2337         Added G726 pay/depayloaders. Fixes #538891.
2338
2339 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2340
2341         * gst/rtsp/URLS:
2342         Some more urls.
2343
2344         * gst/smpte/barboxwipes.c:
2345         Add a comment
2346
2347         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2348         Fix typo, add audioresample to the pipeline.
2349
2350 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2351
2352         * ext/libmng/Makefile.am:
2353         * ext/libmng/gstmng.c: (plugin_init):
2354         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2355         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2356         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2357         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2358         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2359         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2360         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2361         (gst_mng_dec_change_state):
2362         * ext/libmng/gstmngdec.h:
2363         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2364         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2365         (gst_mng_enc_init), (gst_mng_enc_chain),
2366         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2367         * ext/libmng/gstmngenc.h:
2368         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2369         bits ifdeffed out still.
2370
2371 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2372
2373         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2374         When comparing index elements with the same time compare their
2375         block number.
2376
2377 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2378
2379         * gst/matroska/matroska-demux.c:
2380           (gst_matroska_demux_parse_attached_file)
2381           Init variable to NULL to avoid compiler warning.
2382
2383 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2384
2385         * gst/matroska/Makefile.am:
2386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2387         (gst_matroska_demux_parse_attached_file),
2388         (gst_matroska_demux_parse_attachments),
2389         (gst_matroska_demux_parse_contents_seekentry),
2390         (gst_matroska_demux_loop_stream_parse_id):
2391         * gst/matroska/matroska-demux.h:
2392         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2393         * gst/matroska/matroska-ids.h:
2394         * gst/matroska/matroska.c: (plugin_init):
2395         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2396         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2397         and description of the attachments in the caps. Fixes bug #537622.
2398
2399 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2400
2401         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2402         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2403         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2404         (gst_speex_enc_src_query), (gst_speex_enc_init),
2405         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2406         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2407         (gst_speex_enc_set_property):
2408         Add mode property.
2409         Some cleanups, add more debug info.
2410         Add latency query.
2411
2412 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2413
2414         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2415         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2416         If we get less bytes than requested we can't do anything except doing
2417         our EOS logic.
2418
2419 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2420
2421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2422         (gst_matroskademux_do_index_seek),
2423         (gst_matroska_demux_parse_index_cuetrack),
2424         (gst_matroska_demux_parse_index_pointentry),
2425         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2426         (gst_matroska_demux_parse_metadata):
2427         * gst/matroska/matroska-demux.h:
2428         * gst/matroska/matroska-ids.h:
2429         Use a GArray for storing the Cue (i.e. seek) information, store
2430         the CueTrackPositions for every track, store the block number
2431         and optimize searching in the array by sorting it after the last
2432         element was added.
2433
2434         Fix a small memory leak when trying to parse a tags element that was
2435         already parsed.
2436
2437 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2438
2439         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2440         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2441         (gst_matroska_mux_write_data):
2442         * gst/matroska/matroska-mux.h:
2443         Don't write another SeekHead which indexes all Clusters to the end of
2444         the file. This isn't useful for anything and just increases filesize.
2445
2446 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2447
2448         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2449         Prevent unaligned memory access when reading floats.
2450
2451 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2452
2453         * gst/matroska/ebml-read.c:
2454         * gst/matroska/ebml-read.h:
2455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2456         (gst_matroska_demux_parse_metadata):
2457         * gst/matroska/matroska-demux.h:
2458         Make sure that every Tags element is only parsed once and it's
2459         containing tags are only posted once.
2460
2461 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2462
2463         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2464         (gst_ebml_read_header):
2465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2466         (gst_matroska_demux_parse_tracks),
2467         (gst_matroska_demux_parse_index_cuetrack),
2468         (gst_matroska_demux_parse_index_pointentry),
2469         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2470         (gst_matroska_demux_parse_metadata_id_simple_tag),
2471         (gst_matroska_demux_parse_metadata_id_tag),
2472         (gst_matroska_demux_parse_metadata),
2473         (gst_matroska_demux_parse_attachments),
2474         (gst_matroska_demux_parse_chapters),
2475         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2476         (gst_matroska_demux_parse_cluster),
2477         (gst_matroska_demux_parse_contents_seekentry),
2478         (gst_matroska_demux_parse_contents),
2479         (gst_matroska_demux_loop_stream_parse_id):
2480         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2481         already. They're not useful in the matroska parser and only cause
2482         additional code.
2483
2484 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2485
2486         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2487         (gst_ebml_finalize), (gst_ebml_read_change_state),
2488         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2489         * gst/matroska/matroska-demux.c:
2490         (gst_matroska_demux_parse_contents_seekentry):
2491         Reverse the level list as we usually are only interested in the
2492         first element or want to add a new first element. Having the
2493         first element stored at the end and calling g_list_last() and
2494         g_list_append() is more expensive.
2495
2496         Also use GSlice for allocating the GstEbmlLevel structs.
2497
2498 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2499
2500         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2501           (gst_tag_inject_class_init), (gst_tag_inject_init):
2502           Don't unref NULL taglist in finalize. Don't use c++ style
2503           comments.
2504
2505 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/matroska/matroska-demux.c:
2508         (gst_matroska_demux_parse_metadata_id_simple_tag):
2509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2510         (gst_matroska_mux_write_data):
2511         Use gst_value_serialize() and gst_value_deserialize() for transforming
2512         tags from some GType to a string and the other way around. The default
2513         transformations in GLib don't include transformations from string to
2514         number types.
2515
2516 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2517
2518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2519         (gst_matroska_demux_parse_tracks),
2520         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2521         (gst_matroska_demux_parse_attachments),
2522         (gst_matroska_demux_parse_chapters),
2523         (gst_matroska_demux_parse_contents_seekentry),
2524         (gst_matroska_demux_loop_stream_parse_id):
2525         * gst/matroska/matroska-demux.h:
2526         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2527         Tags multiple times. The first ones can appear more than once but must
2528         contain the same content as the first for backup purposes so we ignore
2529         all but the first one. Tags can appear multiple times with different
2530         content.
2531
2532         Jump to all elements except Clusters that are available from a
2533         SeekHead to make it more likely to have all required informations
2534         before getting to the first Clusters.
2535
2536         Add dummy functions for parsing Attachments and Chapters.
2537
2538 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2539
2540         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2541         (gst_udpsrc_create), (gst_udpsrc_set_property),
2542         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2543         * gst/udp/gstudpsrc.h:
2544         Add property to control automatic join/leave of multicast groups.
2545         Add G_LIKELY.
2546         Remove setting caps on buffers explicitly, basesrc does that for us now.
2547         Improve debug info.
2548         Convert some non-fatal error into warnings.
2549         Use g_ntohs for better portability.
2550         Leave multicast groups when stopping.
2551         When using external sockets, use getsockname() on them to fill up the
2552         addr structure before calling methods that use the structure.
2553         Should all fix #536903.
2554         API: GstUDPSrc::auto-multicast property
2555
2556 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2557
2558         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2559         Use g_ntohl for better portability.
2560
2561 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2562
2563         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2564         (gst_multiudpsink_remove):
2565         Fix a typo and do some small cleanups.
2566
2567 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2568
2569         Patch by: Olivier Crete <tester at tester dot ca>
2570
2571         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2572         Make the delivery-method mandatory on the caps and only accept inline
2573         for now.
2574         Reverse strcmp checks for delivery-method.
2575
2576         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2577         Make delivery method optional when parsing caps and note this in the
2578         caps.
2579         Reverse strcmp checks for delivery-method.
2580
2581         * gst/rtp/gstrtpvorbispay.c:
2582         Update a comment to note that the delivery-method is optional, 
2583         Fixes #537675.
2584
2585 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2586
2587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2588         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2589         leaving them in READY. Fixes #537832.
2590
2591 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2592
2593         * gst/avi/gstavimux.c:
2594           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2595           for a random constant in tagmuxing code.
2596
2597 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * gst/debug/gsttaginject.c:
2600         * gst/debug/gsttaginject.h:
2601           Now actually adding the new element.
2602
2603 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2604
2605         * docs/plugins/Makefile.am:
2606         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2607         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2608         * docs/plugins/gst-plugins-good-plugins.args:
2609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2610         * docs/plugins/gst-plugins-good-plugins.interfaces:
2611         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2612         * docs/plugins/inspect/plugin-aasink.xml:
2613         * docs/plugins/inspect/plugin-alaw.xml:
2614         * docs/plugins/inspect/plugin-alpha.xml:
2615         * docs/plugins/inspect/plugin-alphacolor.xml:
2616         * docs/plugins/inspect/plugin-annodex.xml:
2617         * docs/plugins/inspect/plugin-apetag.xml:
2618         * docs/plugins/inspect/plugin-audiofx.xml:
2619         * docs/plugins/inspect/plugin-auparse.xml:
2620         * docs/plugins/inspect/plugin-autodetect.xml:
2621         * docs/plugins/inspect/plugin-avi.xml:
2622         * docs/plugins/inspect/plugin-cacasink.xml:
2623         * docs/plugins/inspect/plugin-cairo.xml:
2624         * docs/plugins/inspect/plugin-cdio.xml:
2625         * docs/plugins/inspect/plugin-cutter.xml:
2626         * docs/plugins/inspect/plugin-debug.xml:
2627         * docs/plugins/inspect/plugin-dv.xml:
2628         * docs/plugins/inspect/plugin-efence.xml:
2629         * docs/plugins/inspect/plugin-effectv.xml:
2630         * docs/plugins/inspect/plugin-equalizer.xml:
2631         * docs/plugins/inspect/plugin-esdsink.xml:
2632         * docs/plugins/inspect/plugin-flac.xml:
2633         * docs/plugins/inspect/plugin-flxdec.xml:
2634         * docs/plugins/inspect/plugin-gamma.xml:
2635         * docs/plugins/inspect/plugin-gconfelements.xml:
2636         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2637         * docs/plugins/inspect/plugin-goom.xml:
2638         * docs/plugins/inspect/plugin-goom2k1.xml:
2639         * docs/plugins/inspect/plugin-halelements.xml:
2640         * docs/plugins/inspect/plugin-icydemux.xml:
2641         * docs/plugins/inspect/plugin-id3demux.xml:
2642         * docs/plugins/inspect/plugin-jpeg.xml:
2643         * docs/plugins/inspect/plugin-level.xml:
2644         * docs/plugins/inspect/plugin-matroska.xml:
2645         * docs/plugins/inspect/plugin-monoscope.xml:
2646         * docs/plugins/inspect/plugin-mulaw.xml:
2647         * docs/plugins/inspect/plugin-multifile.xml:
2648         * docs/plugins/inspect/plugin-multipart.xml:
2649         * docs/plugins/inspect/plugin-navigationtest.xml:
2650         * docs/plugins/inspect/plugin-ossaudio.xml:
2651         * docs/plugins/inspect/plugin-png.xml:
2652         * docs/plugins/inspect/plugin-quicktime.xml:
2653         * docs/plugins/inspect/plugin-rtp.xml:
2654         * docs/plugins/inspect/plugin-rtsp.xml:
2655         * docs/plugins/inspect/plugin-smpte.xml:
2656         * docs/plugins/inspect/plugin-soup.xml:
2657         * docs/plugins/inspect/plugin-spectrum.xml:
2658         * docs/plugins/inspect/plugin-speex.xml:
2659         * docs/plugins/inspect/plugin-taglib.xml:
2660         * docs/plugins/inspect/plugin-udp.xml:
2661         * docs/plugins/inspect/plugin-video4linux2.xml:
2662         * docs/plugins/inspect/plugin-videobalance.xml:
2663         * docs/plugins/inspect/plugin-videobox.xml:
2664         * docs/plugins/inspect/plugin-videocrop.xml:
2665         * docs/plugins/inspect/plugin-videoflip.xml:
2666         * docs/plugins/inspect/plugin-videomixer.xml:
2667         * docs/plugins/inspect/plugin-wavenc.xml:
2668         * docs/plugins/inspect/plugin-wavpack.xml:
2669         * docs/plugins/inspect/plugin-wavparse.xml:
2670         * docs/plugins/inspect/plugin-ximagesrc.xml:
2671         * gst/debug/Makefile.am:
2672         * gst/debug/breakmydata.c:
2673         * gst/debug/efence.c:
2674         * gst/debug/gstdebug.c:
2675         * gst/debug/gstnavseek.c:
2676         * gst/debug/gstpushfilesrc.c:
2677         * gst/debug/gstpushfilesrc.h:
2678         * gst/debug/negotiation.c:
2679         * gst/debug/progressreport.c:
2680         * gst/debug/progressreport.h:
2681         * gst/debug/rndbuffersize.c:
2682         * gst/debug/testplugin.c:
2683           Remove dummy plugin_init. Remove some undefined entries from doc-
2684           section file. Add taginject element and rebuild docs for it.
2685
2686 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2687
2688         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2689         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2690         Update the counter for the number of streams when pads are added or
2691         removed. This will make sure that a seek table is generated for
2692         files with just one audio stream.
2693
2694 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2695
2696         * gst/matroska/matroska-demux.c:
2697         (gst_matroska_demux_parse_metadata_id_simple_tag):
2698         * gst/matroska/matroska-ids.h:
2699         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2700         Add some more tags, improve debugging a bit and make sure that
2701         GValue transformation has succeeded before using the result
2702         as a tag.
2703
2704 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2705
2706         Patch by: Olivier Crete <tester at tester dot ca>
2707
2708         * gst/rtp/gstrtptheorapay.c:
2709         The Theora RTP payloader only supports the "inline" delievery method
2710         so let's declare this on the caps of the static pad template.
2711         Fixes bug #537675.
2712
2713 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2714
2715         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2716         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2717         Remove bogus check.
2718
2719 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2720
2721         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2722         (gst_videomixer_blend_buffers):
2723         Use stream_time to synchronize the object properties.
2724         Use running_time of the master pad to timestamp outgoing buffers.
2725         Fix the initial segment event to extend an unknown amount of time.
2726         Fixes #537361.
2727
2728 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2729
2730         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2731         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2732         (gst_avi_demux_calculate_durations_from_index),
2733         (gst_avi_demux_stream_header_push),
2734         (gst_avi_demux_stream_header_pull):
2735         Try to ignore unparsable/unknown streams and give a warning instead of
2736         erroring out. Fixes #537377.
2737
2738 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2739
2740         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2741         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2742
2743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2744         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2745         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2746         (gst_matroska_demux_read_track_encodings),
2747         (gst_matroska_demux_add_stream),
2748         (gst_matroska_demux_handle_src_query),
2749         (gst_matroska_demux_init_stream),
2750         (gst_matroska_demux_parse_index_cuetrack),
2751         (gst_matroska_demux_parse_index_pointentry),
2752         (gst_matroska_demux_parse_info),
2753         (gst_matroska_demux_parse_metadata_id_simple_tag),
2754         (gst_matroska_demux_parse_metadata),
2755         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2756         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2757         (gst_matroska_demux_parse_cluster),
2758         (gst_matroska_demux_parse_contents_seekentry),
2759         (gst_matroska_demux_loop_stream_parse_id),
2760         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2761         (gst_matroska_demux_audio_caps),
2762         (gst_matroska_demux_subtitle_caps):
2763         * gst/matroska/matroska-demux.h:
2764         * gst/matroska/matroska-ids.c:
2765         (gst_matroska_track_init_subtitle_context):
2766         * gst/matroska/matroska-ids.h:
2767         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2768         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2769         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2770         (gst_matroska_mux_video_pad_setcaps),
2771         (gst_matroska_mux_audio_pad_setcaps),
2772         (gst_matroska_mux_subtitle_pad_setcaps),
2773         (gst_matroska_mux_request_new_pad),
2774         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2775         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2776         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2777         (gst_matroska_mux_set_property):
2778         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2779         elements, do some checks for valid values in the demuxer, handle
2780         tracktimecodescale in the demuxer, set correct default values for all
2781         settings in the demuxer, review and add all missing matroska
2782         IDs and some more raw YUV formats, and some trivial cleanup.
2783
2784 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2785
2786         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2787         (gst_pulsemixer_class_init):
2788         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2789         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2790         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2791         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2792         (gst_pulsesrc_prepare):
2793         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2794         gst_element_class_set_details_simple() and fix coding style a bit
2795         more.
2796
2797 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2798
2799         * docs/plugins/Makefile.am:
2800         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2801         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2802         * docs/plugins/gst-plugins-good-plugins.args:
2803         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2804         * docs/plugins/gst-plugins-good-plugins.interfaces:
2805         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2806         * docs/plugins/inspect/plugin-aasink.xml:
2807         * docs/plugins/inspect/plugin-alaw.xml:
2808         * docs/plugins/inspect/plugin-alpha.xml:
2809         * docs/plugins/inspect/plugin-alphacolor.xml:
2810         * docs/plugins/inspect/plugin-annodex.xml:
2811         * docs/plugins/inspect/plugin-apetag.xml:
2812         * docs/plugins/inspect/plugin-audiofx.xml:
2813         * docs/plugins/inspect/plugin-auparse.xml:
2814         * docs/plugins/inspect/plugin-autodetect.xml:
2815         * docs/plugins/inspect/plugin-avi.xml:
2816         * docs/plugins/inspect/plugin-cacasink.xml:
2817         * docs/plugins/inspect/plugin-cairo.xml:
2818         * docs/plugins/inspect/plugin-cdio.xml:
2819         * docs/plugins/inspect/plugin-cutter.xml:
2820         * docs/plugins/inspect/plugin-debug.xml:
2821         * docs/plugins/inspect/plugin-dv.xml:
2822         * docs/plugins/inspect/plugin-efence.xml:
2823         * docs/plugins/inspect/plugin-effectv.xml:
2824         * docs/plugins/inspect/plugin-equalizer.xml:
2825         * docs/plugins/inspect/plugin-esdsink.xml:
2826         * docs/plugins/inspect/plugin-flac.xml:
2827         * docs/plugins/inspect/plugin-flxdec.xml:
2828         * docs/plugins/inspect/plugin-gamma.xml:
2829         * docs/plugins/inspect/plugin-gconfelements.xml:
2830         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2831         * docs/plugins/inspect/plugin-goom.xml:
2832         * docs/plugins/inspect/plugin-goom2k1.xml:
2833         * docs/plugins/inspect/plugin-halelements.xml:
2834         * docs/plugins/inspect/plugin-icydemux.xml:
2835         * docs/plugins/inspect/plugin-id3demux.xml:
2836         * docs/plugins/inspect/plugin-jpeg.xml:
2837         * docs/plugins/inspect/plugin-level.xml:
2838         * docs/plugins/inspect/plugin-matroska.xml:
2839         * docs/plugins/inspect/plugin-monoscope.xml:
2840         * docs/plugins/inspect/plugin-mulaw.xml:
2841         * docs/plugins/inspect/plugin-multifile.xml:
2842         * docs/plugins/inspect/plugin-multipart.xml:
2843         * docs/plugins/inspect/plugin-navigationtest.xml:
2844         * docs/plugins/inspect/plugin-ossaudio.xml:
2845         * docs/plugins/inspect/plugin-png.xml:
2846         * docs/plugins/inspect/plugin-pulseaudio.xml:
2847         * docs/plugins/inspect/plugin-quicktime.xml:
2848         * docs/plugins/inspect/plugin-rtp.xml:
2849         * docs/plugins/inspect/plugin-rtsp.xml:
2850         * docs/plugins/inspect/plugin-smpte.xml:
2851         * docs/plugins/inspect/plugin-soup.xml:
2852         * docs/plugins/inspect/plugin-spectrum.xml:
2853         * docs/plugins/inspect/plugin-speex.xml:
2854         * docs/plugins/inspect/plugin-taglib.xml:
2855         * docs/plugins/inspect/plugin-udp.xml:
2856         * docs/plugins/inspect/plugin-video4linux2.xml:
2857         * docs/plugins/inspect/plugin-videobalance.xml:
2858         * docs/plugins/inspect/plugin-videobox.xml:
2859         * docs/plugins/inspect/plugin-videocrop.xml:
2860         * docs/plugins/inspect/plugin-videoflip.xml:
2861         * docs/plugins/inspect/plugin-videomixer.xml:
2862         * docs/plugins/inspect/plugin-wavenc.xml:
2863         * docs/plugins/inspect/plugin-wavpack.xml:
2864         * docs/plugins/inspect/plugin-wavparse.xml:
2865         * docs/plugins/inspect/plugin-ximagesrc.xml:
2866         * ext/pulse/plugin.c:
2867         * ext/pulse/pulsemixer.c:
2868         * ext/pulse/pulsesink.c:
2869         * ext/pulse/pulsesrc.c:
2870         Add documentation to the pulseaudio plugin and run make update
2871         in docs/plugins.
2872
2873 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2874
2875         Patch by: Brian Cameron <brian.cameron at sun dot com>
2876
2877         * sys/sunaudio/gstsunaudiomixerctrl.c:
2878         (gst_sunaudiomixer_ctrl_get_volume),
2879         (gst_sunaudiomixer_ctrl_set_volume):
2880         Improvements for the SunAudio mixer by handling mute as no gain
2881         for tracks that have a gain property but no mute property.
2882         Fixes bug #536067.
2883
2884 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2885
2886         * configure.ac:
2887         * ext/pulse/Makefile.am:
2888         * ext/pulse/plugin.c: (plugin_init):
2889         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2890         (gst_pulsemixer_implements_interface_init),
2891         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2892         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2893         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2894         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2895         * ext/pulse/pulsemixer.h:
2896         * ext/pulse/pulsemixerctrl.c:
2897         (gst_pulsemixer_ctrl_context_state_cb),
2898         (gst_pulsemixer_ctrl_sink_info_cb),
2899         (gst_pulsemixer_ctrl_source_info_cb),
2900         (gst_pulsemixer_ctrl_subscribe_cb),
2901         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2902         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2903         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2904         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2905         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2906         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2907         * ext/pulse/pulsemixerctrl.h:
2908         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2909         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2910         * ext/pulse/pulsemixertrack.h:
2911         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2912         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2913         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2914         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2915         (gst_pulseprobe_new), (gst_pulseprobe_free),
2916         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2917         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2918         (gst_pulseprobe_set_server):
2919         * ext/pulse/pulseprobe.h:
2920         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2921         (gst_pulsesink_class_init), (gst_pulsesink_init),
2922         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2923         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2924         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2925         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2926         (gst_pulsesink_stream_request_cb),
2927         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2928         (gst_pulsesink_close), (gst_pulsesink_prepare),
2929         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2930         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2931         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2932         (gst_pulsesink_event), (gst_pulsesink_get_type):
2933         * ext/pulse/pulsesink.h:
2934         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2935         (gst_pulsesrc_implements_interface_init),
2936         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2937         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2938         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2939         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2940         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2941         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2942         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2943         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2944         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2945         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2946         (gst_pulsesrc_get_type):
2947         * ext/pulse/pulsesrc.h:
2948         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2949         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2950         * ext/pulse/pulseutil.h:
2951         Add pulseaudio GStreamer element from gst-pulse. Development will
2952         continue here instead of pulseaudio SVN. Fixes bug #400679.
2953         Only changes over gst-pulse SVN are added copyright to the top of
2954         files and coding style changes.
2955
2956 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2957
2958         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2959
2960         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2961           (gst_cdio_add_cdtext_album_tags):
2962         * ext/cdio/gstcdio.h:
2963         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2964           Also extract album title and album genre from CD-TEXT if
2965           available (#537021).
2966
2967 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2968
2969         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2970
2971         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2972         Improve negotiation a bit more by picking the smallest possible
2973         resolution that is larger than the resolution specified in the
2974         first caps entry of the peer caps. Fixes bug #536994.
2975
2976 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2977
2978         Patch by: Bastien Nocera <hadess at hadess dot net>
2979
2980         * sys/v4l2/gstv4l2vidorient.c:
2981         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2982         Fix compilation with newer GIT kernels that deprecated
2983         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2984
2985 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2986
2987         * configure.ac:
2988         * ext/cdio/gstcdio.c:
2989         * ext/cdio/gstcdio.h:
2990         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2991           Require libcdio >= 0.76.
2992
2993 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2994
2995         * gst/avi/gstavidemux.c:
2996         Catch UNEXPECTED when downstream has reached end of
2997         segment in reverse mode.
2998
2999 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3000
3001         * gst/avi/gstavidemux.c:
3002         Fix typo in comment
3003
3004 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3005
3006         * gst/avi/gstavidemux.c:
3007         Because we don't know the frame order we need to push till
3008         the next keyframe
3009
3010 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3011
3012         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3013
3014         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3015         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3016         Provide a custom negotiation function to make sure to pick the highest
3017         possible framerate and resolution. Fixes bug #536646.
3018
3019 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3020
3021         * gst/avi/gstavidemux.c:
3022         Set EOS when going out of the segment in reverse playback
3023
3024 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3025
3026         * ext/taglib/Makefile.am::
3027           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3028           taglib headers (with gcc 4.3.1).
3029
3030 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3031
3032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3033         Use the new gst_rtsp_connection_get_ip() to access the IP address
3034         of a GstRTSPConnection since it is a private member.
3035
3036 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3037
3038         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3039         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3040           Use new utility functions in libgsttag to process coverart (#512333).
3041
3042 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3043
3044         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3045         We actually support left/side, right/side and mid/side files. The
3046         conversion to normal, interleaved stereo is done by libflac.
3047
3048 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3049
3050         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3051         (gst_ebml_write_set_cache):
3052         Unref the write cache in finalize if it was set and add add "FIXME"
3053         to a comment that needs it.
3054
3055 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3056
3057         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3058
3059         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3060         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3061         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3062         (gst_avi_demux_process_next_entry):
3063         * gst/avi/gstavidemux.h:
3064         Implement reverse playback. Fixes #535300.
3065         Small cleanups.
3066
3067 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3068
3069         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3070         (gst_videomixer_query_latency):
3071         When using gst_element_iterate_pads() one has to unref every pad
3072         after usage.
3073
3074 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3075
3076         Patch by: Bastien Nocera <hadess at hadess dot net>
3077         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3078         (qtdemux_parse_udta):
3079         * gst/qtdemux/qtdemux_fourcc.h:
3080         Improve meta-data handling, add 'comment', 'description' and
3081         'copyright' tag handling.
3082         Fixes #535935
3083
3084 2008-05-31  Julien Moutte  <julien@fluendo.com>
3085
3086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3087         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3088         (gst_qtdemux_seek_to_previous_keyframe),
3089         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3090         we don't clip the segment's stop using the main segment duration as
3091         that could crop quite some video frames. Make reverse playback support
3092         more robust and support edit lists. Support seeking to the last frame,
3093         and fix reverse looping playback. Add some debugging.
3094         * win32/common/config.h: Updated.
3095
3096 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3097
3098         * gst/equalizer/gstiirequalizer.c:
3099         (gst_iir_equalizer_transform_ip):
3100         Don't clip float/double samples, correctly unset passthrough mode
3101         and use better rounding for integer samples.
3102
3103 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3104
3105         * gst/equalizer/gstiirequalizer.c:
3106         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3107         (setup_filter), (set_passthrough), (update_coefficients),
3108         (gst_iir_equalizer_compute_frequencies),
3109         (gst_iir_equalizer_transform_ip):
3110         * gst/equalizer/gstiirequalizer.h:
3111         Update the filter coefficients only when needed in the transform_ip
3112         function and correctly set the element into passthrough mode if the
3113         gain of all bands is 0.
3114
3115 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3116
3117         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3118
3119         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3120         (gst_alpha_set_property), (gst_alpha_get_property),
3121         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3122         Try to skip pixels or areas that are too dark or too bright for us to do
3123         meaningfull color detection.
3124         Added properties to control the sensitivity to light and darkness.
3125         Added some small cleanups. Fixes #512345.
3126
3127 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3128
3129         * docs/plugins/.cvsignore:
3130         * tests/check/elements/.cvsignore:
3131         Ignore some more generated things
3132
3133         * tests/check/Makefile.am:
3134         Ignore OSS elements in the state changes test too.
3135
3136 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3137
3138         * docs/plugins/Makefile.am:
3139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3141         Add SMPTE effect elements to docs.
3142
3143 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3144
3145         * docs/plugins/Makefile.am:
3146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3148         * ext/raw1394/gstdv1394src.c:
3149           Document whats first shown on the fdo plugin docs page :)
3150
3151 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * docs/plugins/Makefile.am:
3154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3156         * docs/plugins/gst-plugins-good-plugins.args:
3157         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3158         * docs/plugins/inspect/plugin-audiofx.xml:
3159         * gst/audiofx/Makefile.am:
3160         * gst/audiofx/audiofx.c:
3161         * gst/audiofx/audiokaraoke.c:
3162         * gst/audiofx/audiokaraoke.h:
3163         * gst/audiofx/audiovoice.c:
3164         * gst/audiofx/audiovoice.h:
3165           Rename audiovoice to audiokaraoke and add it to the docs.
3166
3167 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3168
3169         * REQUIREMENTS:
3170         * docs/plugins/Makefile.am:
3171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3173         * docs/plugins/gst-plugins-good-plugins.args:
3174         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3175         * docs/plugins/gst-plugins-good-plugins.interfaces:
3176         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3177         * docs/plugins/inspect/plugin-aasink.xml:
3178         * docs/plugins/inspect/plugin-alaw.xml:
3179         * docs/plugins/inspect/plugin-alpha.xml:
3180         * docs/plugins/inspect/plugin-alphacolor.xml:
3181         * docs/plugins/inspect/plugin-annodex.xml:
3182         * docs/plugins/inspect/plugin-apetag.xml:
3183         * docs/plugins/inspect/plugin-audiofx.xml:
3184         * docs/plugins/inspect/plugin-auparse.xml:
3185         * docs/plugins/inspect/plugin-autodetect.xml:
3186         * docs/plugins/inspect/plugin-avi.xml:
3187         * docs/plugins/inspect/plugin-cacasink.xml:
3188         * docs/plugins/inspect/plugin-cairo.xml:
3189         * docs/plugins/inspect/plugin-cdio.xml:
3190         * docs/plugins/inspect/plugin-cutter.xml:
3191         * docs/plugins/inspect/plugin-debug.xml:
3192         * docs/plugins/inspect/plugin-dv.xml:
3193         * docs/plugins/inspect/plugin-efence.xml:
3194         * docs/plugins/inspect/plugin-effectv.xml:
3195         * docs/plugins/inspect/plugin-equalizer.xml:
3196         * docs/plugins/inspect/plugin-esdsink.xml:
3197         * docs/plugins/inspect/plugin-flac.xml:
3198         * docs/plugins/inspect/plugin-flxdec.xml:
3199         * docs/plugins/inspect/plugin-gamma.xml:
3200         * docs/plugins/inspect/plugin-gconfelements.xml:
3201         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3202         * docs/plugins/inspect/plugin-goom.xml:
3203         * docs/plugins/inspect/plugin-goom2k1.xml:
3204         * docs/plugins/inspect/plugin-halelements.xml:
3205         * docs/plugins/inspect/plugin-icydemux.xml:
3206         * docs/plugins/inspect/plugin-id3demux.xml:
3207         * docs/plugins/inspect/plugin-jpeg.xml:
3208         * docs/plugins/inspect/plugin-level.xml:
3209         * docs/plugins/inspect/plugin-matroska.xml:
3210         * docs/plugins/inspect/plugin-monoscope.xml:
3211         * docs/plugins/inspect/plugin-mulaw.xml:
3212         * docs/plugins/inspect/plugin-multifile.xml:
3213         * docs/plugins/inspect/plugin-multipart.xml:
3214         * docs/plugins/inspect/plugin-navigationtest.xml:
3215         * docs/plugins/inspect/plugin-ossaudio.xml:
3216         * docs/plugins/inspect/plugin-png.xml:
3217         * docs/plugins/inspect/plugin-quicktime.xml:
3218         * docs/plugins/inspect/plugin-rtp.xml:
3219         * docs/plugins/inspect/plugin-rtsp.xml:
3220         * docs/plugins/inspect/plugin-smpte.xml:
3221         * docs/plugins/inspect/plugin-soup.xml:
3222         * docs/plugins/inspect/plugin-spectrum.xml:
3223         * docs/plugins/inspect/plugin-speex.xml:
3224         * docs/plugins/inspect/plugin-taglib.xml:
3225         * docs/plugins/inspect/plugin-udp.xml:
3226         * docs/plugins/inspect/plugin-video4linux2.xml:
3227         * docs/plugins/inspect/plugin-videobalance.xml:
3228         * docs/plugins/inspect/plugin-videobox.xml:
3229         * docs/plugins/inspect/plugin-videocrop.xml:
3230         * docs/plugins/inspect/plugin-videoflip.xml:
3231         * docs/plugins/inspect/plugin-videomixer.xml:
3232         * docs/plugins/inspect/plugin-wavenc.xml:
3233         * docs/plugins/inspect/plugin-wavpack.xml:
3234         * docs/plugins/inspect/plugin-wavparse.xml:
3235         * docs/plugins/inspect/plugin-ximagesrc.xml:
3236         * ext/aalib/gstaasink.c:
3237         * ext/libcaca/gstcacasink.c:
3238           Document aasink and cacasink.
3239
3240 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3241
3242         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3243         (gst_videomixer_init), (gst_videomixer_query_duration),
3244         (gst_videomixer_query_latency), (gst_videomixer_query),
3245         (gst_videomixer_blend_buffers):
3246         * gst/videomixer/videomixer.h:
3247         Implement position (in time), duration and latency queries.
3248
3249 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3250
3251         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3252         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3253         (gst_videomixer_fill_queues), (forward_event_func),
3254         (forward_event), (gst_videomixer_src_event),
3255         (gst_videomixer_sink_event):
3256         * gst/videomixer/videomixer.h:
3257         Implement proper seek/newsegment handling.
3258         Based on adder's implementation.
3259         Fixes #535121
3260
3261 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3262
3263         Patch by: Jan Gerber <j at oil21 dot org>
3264
3265         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3266         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3267
3268 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3269
3270         * gst/audiofx/Makefile.am:
3271         * gst/audiofx/audiofx.c: (plugin_init):
3272         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3273         (gst_audio_voice_class_init), (gst_audio_voice_init),
3274         (update_filter), (gst_audio_voice_set_property),
3275         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3276         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3277         (gst_audio_voice_transform_ip):
3278         * gst/audiofx/audiovoice.h:
3279         Add simple voice removal element. Yay karaoke.
3280
3281 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3282
3283         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3284
3285         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3286         Fix potential caps leak.
3287         If we can't get the framerate with an ioctl, try to get it with the
3288         current norm. Fixes #520092.
3289
3290 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3291
3292         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3293
3294         * sys/v4l2/v4l2src_calls.c:
3295         (gst_v4l2src_probe_caps_for_format_and_size):
3296         If we fail to get the frame intervals, simply don't touch the framerates
3297         on the template caps instead of discarding the format. See #520092.
3298
3299 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3300
3301         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3302
3303         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3304         (gst_v4l2_get_caps_info):
3305         Add NV12, NV21 and bayer support. See #520092.
3306
3307 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3308
3309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3310         (gst_qtdemux_activate_segment):
3311         Unbreak segment activation again. Fixes #531672.
3312
3313 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * ext/flac/Makefile.am:
3316         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3317         Set the channel layout when decoding FLAC files with more than 2
3318         channels as defined by the FLAC spec. Fixes bug #534570.
3319
3320         Also don't try to decode left/side, right/side and mid/side files
3321         as we don't support this at all.
3322
3323 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3324
3325         * configure.ac:
3326           We need -base CVS (rtsp).
3327
3328 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3329
3330         * gst/udp/Makefile.am:
3331           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3332           when including netdb.h when building against glibc >= 2.8.
3333
3334 2008-05-22  Julien Moutte  <julien@fluendo.com>
3335
3336         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3337         debug statement arguments.
3338         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3339         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3340         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3341         on more platforms.
3342
3343 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3344
3345         * tests/check/elements/avimux.c: (setup_src_pad),
3346         (teardown_src_pad):
3347         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3348         (GST_START_TEST):
3349         * tests/check/elements/matroskamux.c: (setup_src_pad),
3350         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3351         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3352         (GST_START_TEST):
3353         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3354         (setup_wavpackparse), (cleanup_wavpackparse):
3355         Don't use gst_element_get_pad(), it's a bad, bad method.
3356
3357 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3358
3359         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3360         (do_toggle_element):
3361         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3362         (do_toggle_element):
3363         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3364         (do_toggle_element):
3365         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3366         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3367         (do_toggle_element):
3368         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3369         (do_toggle_element):
3370         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3371         (gst_auto_audio_sink_detect):
3372         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3373         (gst_auto_video_sink_detect):
3374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3375         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3376         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3377         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3378         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3379         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3380         * tests/icles/videocrop-test.c: (test_with_caps),
3381         (video_crop_get_test_caps):
3382         Don't use gst_element_get_pad(), it's a bad method.
3383
3384 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3385
3386         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3387         (gst_multiudpsink_add_internal):
3388         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3389         (gst_udp_join_group):
3390         * gst/udp/gstudpnetutils.h:
3391         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3392         Joining a multicast group and setting the loop/ttl properties are
3393         totally unrelated tasks are must be separated.
3394
3395 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3396
3397         * gst/avi/gstavimux.c:
3398           Also support alaw/mulaw.
3399
3400 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3401
3402         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3403         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3404         * gst/udp/gstmultiudpsink.h:
3405         Add a fixme for the auto-multicast property.
3406         Fix some confusing debug messages.
3407         Disable setting a qos value by default.
3408
3409 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3410
3411         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3412
3413         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3414         Ignore EPERM errors from sendto. Fixes #533619.
3415
3416 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3417
3418         Patch by: Henrik Eriksson <henriken at axis dot com>
3419
3420         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3421         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3422         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3423         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3424         * gst/udp/gstmultiudpsink.h:
3425         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3426
3427 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3428
3429         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3430         Improve debugging of the ident.
3431
3432 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3433
3434         Patch by: Bruno Santos <brunof at ua dot pt>
3435
3436         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3437         (gst_udp_join_group), (gst_udp_leave_group),
3438         (gst_udp_is_multicast):
3439         * gst/udp/gstudpnetutils.h:
3440         Provide a bunch of helper methods to deal with IPv4 and IPv6
3441         transparently.
3442
3443         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3444         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3445         (gst_multiudpsink_get_property), (join_multicast),
3446         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3447         (gst_multiudpsink_remove):
3448         * gst/udp/gstmultiudpsink.h:
3449         Add multicast TTL and loopback properties.
3450         Use the helper methods to implement ip4 and ip6.
3451
3452         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3453         * gst/udp/gstudpsrc.h:
3454         Use the helper methods to implement ip4 and ip6.
3455         Fixes #515962.
3456
3457 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3458
3459         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3460
3461         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3462         (gst_multipart_demux_get_gstname),
3463         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3464         * gst/multipart/multipartdemux.h:
3465         Don't blindly copy the mime-type as the caps name because they not
3466         always map directly. Instead use a hashtable with common mappings.
3467         Fixes #533287.
3468
3469 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * ext/esd/esdsink.c: (gst_esdsink_write):
3472         When we post an error, we must return -1 to let the parent know that we
3473         cannot write the segment else it will loop and continue to call us again
3474         forever. Patch by Michael Meeks.
3475
3476 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3477
3478         * gst/videomixer/videomixer.c:
3479           Add missing incudes.
3480
3481 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3482
3483         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3484         (gst_rtp_h264_pay_handle_buffer):
3485         * gst/rtp/gstrtph264pay.h:
3486         Correct a typo (sinle -> single).
3487
3488 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3489
3490         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3491         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3492         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3493         (gst_rtp_h264_depay_process):
3494         * gst/rtp/gstrtph264depay.h:
3495         Add experimental support for outputting quicktime-like AVC output in
3496         addition to the existing bytestream output.
3497
3498         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3499         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3500         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3501         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3502         (gst_rtp_h264_pay_get_property):
3503         * gst/rtp/gstrtph264pay.h:
3504         Make the parsing mode configurable, for some inputs we don't need to
3505         scan every byte for start codes.
3506         Only set the marker bit on ACCESS units.
3507
3508 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3509
3510         * gst/equalizer/gstiirequalizer.c:
3511         Use a bigger type in integer mode for the intermediate results to
3512         prevent overflows. This fixes the crippled sound when using the
3513         equalizer in integer mode. Fixes bug #510865.
3514
3515 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3516
3517         * gst/videomixer/videomixer.c:
3518         * gst/videomixer/videomixer.h:
3519         Instead of a random number for the request pad id's,
3520         use a counter.
3521
3522         Register the videomixerpad class from the element's class_init
3523         where it's safer, and allows the docs generator to scan it.
3524
3525 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3526
3527         * gst/smpte/Makefile.am:
3528         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3529         * gst/smpte/gstsmpte.h:
3530         * gst/smpte/gstsmptealpha.c:
3531         (gst_smpte_alpha_transition_type_get_type),
3532         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3533         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3534         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3535         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3536         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3537         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3538         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3539         * gst/smpte/gstsmptealpha.h:
3540         * gst/smpte/plugin.c: (plugin_init):
3541         Add new plugin that adds the SMPTE transition in the alpha channel of
3542         I420 and AYUV frames so that they can be blended with videomixer later
3543         on. Uses all niceties such as using base transform for efficient alloc
3544         and negotiation. It currently requires GstController to control the
3545         position in the transition effect.
3546
3547 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3548
3549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3551         * docs/plugins/gst-plugins-good-plugins.args:
3552         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3553         * docs/plugins/gst-plugins-good-plugins.interfaces:
3554         * docs/plugins/gst-plugins-good-plugins.types:
3555         * gst/videomixer/videomixer.c:
3556           Try using thaytans new mechanism to get extra classes into plugin
3557           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3558           missing still.
3559
3560 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3561
3562         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3563         Set proper rate in avi stream header for PCM audio, and also do some
3564         more sanity checks on caps in this case.  Fixes #511489.
3565
3566 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3567
3568         * sys/v4l2/gstv4l2src.c:
3569         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3570         isn't implemented at all yet and this requires X headers to be
3571         installed. Fixes bug #533264.
3572
3573 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3574
3575         reviewed by: <delete if not using a buddy>
3576
3577         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3578         (gst_ebml_write_set_cache):
3579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3580         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3581         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3582         (gst_matroska_demux_read_track_encodings),
3583         (gst_matroska_demux_add_stream),
3584         (gst_matroska_demux_handle_src_query),
3585         (gst_matroska_demux_init_stream),
3586         (gst_matroska_demux_parse_index_cuetrack),
3587         (gst_matroska_demux_parse_index_pointentry),
3588         (gst_matroska_demux_parse_info),
3589         (gst_matroska_demux_parse_metadata_id_simple_tag),
3590         (gst_matroska_demux_parse_metadata),
3591         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3592         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3593         (gst_matroska_demux_parse_cluster),
3594         (gst_matroska_demux_parse_contents_seekentry),
3595         (gst_matroska_demux_loop_stream_parse_id),
3596         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3597         (gst_matroska_demux_audio_caps),
3598         (gst_matroska_demux_subtitle_caps):
3599         * gst/matroska/matroska-demux.h:
3600         * gst/matroska/matroska-ids.c:
3601         (gst_matroska_track_init_subtitle_context):
3602         * gst/matroska/matroska-ids.h:
3603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3604         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3605         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3606         * sys/v4l2/gstv4l2src.c:
3607         * tests/check/pipelines/wavpack.c: (bus_handler):
3608         * win32/common/config.h:
3609
3610 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3611
3612         * ext/wavpack/gstwavpackstreamreader.c:
3613         * tests/examples/spectrum/demo-audiotest.c:
3614         * tests/examples/spectrum/demo-osssrc.c:
3615         Fix some compiler warnings.
3616
3617 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3618
3619         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3620         Small comment added.
3621
3622         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3623         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3624         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3625         Debug string cleanups (remove trailing \n)
3626         Refactor and clean up the payloader a bit and make sure that we only
3627         put one NAL unit in an RTP packet even if the input buffer contains
3628         multiple NAL units.
3629         Add suport for AVC format input.
3630
3631 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3632
3633         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3634         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3635         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3636         * gst/rtp/gstrtph264pay.h:
3637         Make it possible to specify profile-level-id and sprop-parameter-sets
3638         using properties in case they are not available in-stream.
3639
3640 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3641
3642         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3643         * docs/plugins/gst-plugins-good-plugins.args:
3644         * docs/plugins/inspect/plugin-ladspa.xml:
3645           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3646
3647 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3648
3649         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3650         Send an initial BYTE segment to inform downstream of later seeking,
3651         and to forego sync attempts.
3652
3653 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3654
3655         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3656         Fix wrong caps string.
3657
3658 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3659
3660         Based on patch by: Olivier Crete <tester at tester dot ca>
3661
3662         * gst/rtp/Makefile.am:
3663         * gst/rtp/gstrtp.c: (plugin_init):
3664         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3665         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3666         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3667         (gst_rtp_g729_depay_plugin_init):
3668         * gst/rtp/gstrtpg729depay.h:
3669         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3670         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3671         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3672         * gst/rtp/gstrtpg729pay.h:
3673         Added G729 pay and depayloaders. Fixes #532409.
3674
3675 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3676
3677         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3678         Fix the calculation of the duration of the concealment packets.
3679
3680 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3681
3682         Based on patch by: Olivier Crete <tester at tester dot ca>
3683
3684         * gst/rtp/Makefile.am:
3685         * gst/rtp/gstrtp.c: (plugin_init):
3686         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3687         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3688         (parse_encode), (gst_rtp_dv_depay_setcaps),
3689         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3690         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3691         (gst_rtp_dv_depay_plugin_init):
3692         * gst/rtp/gstrtpdvdepay.h:
3693         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3694         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3695         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3696         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3697         (gst_dv_pay_negotiate), (include_dif),
3698         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3699         * gst/rtp/gstrtpdvpay.h:
3700         Add DV pay and depayloaders. Fixes #532423.
3701
3702 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3703
3704         * gst/matroska/matroska-demux.c:
3705         (gst_matroska_demux_push_dvd_clut_change_event):
3706         Convert subtitle palette info in VobSub private data from VobSub's
3707         (buggy) RGB to YUV.
3708
3709 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3710
3711         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3712         Do not leave fourcc stream header field empty upon reset.
3713         Fixes #519301.
3714
3715 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3716
3717         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3718         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3719         * docs/plugins/inspect/plugin-goom.xml:
3720         * docs/plugins/inspect/plugin-goom2k1.xml:
3721         * gst/goom/gstgoom.c:
3722         * gst/goom2k1/gstgoom.c:
3723         Add goom2k1 into the docs.
3724
3725 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3726
3727         Based on patch by: Wouter Cloetens  <wouter at mind be>
3728
3729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3730         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3731         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3732         (gst_rtsp_decode_quoted_string),
3733         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3734         (gst_rtspsrc_setup_auth):
3735         Support Digest authentication. Fixes #532065.
3736
3737 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3738
3739         * gst/level/gstlevel.c:
3740           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3741           about whats needed for liboil acceleration. Simplify docs a bit.
3742
3743 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3744
3745         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3746
3747         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3748         Update the track duration if the old one was invalid.
3749         Fixes bug #532117.
3750
3751 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3752
3753         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3754           Use GST_STR_NULL when trying to print sps and pps strings that could
3755           be NULL, as this might crash on some platforms.
3756
3757 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3758
3759         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3760
3761         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3762           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3763           set after creating the clipper.
3764
3765 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3766
3767         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3768
3769         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3770           Added checking of surface lost case after an unsuccessful
3771           IDirectDrawSurface7_Lock() call.
3772           If surface is lost, return GST_FLOW_OK.
3773
3774 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3775
3776         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3777
3778         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3779           WndProc, gst_directdraw_sink_window_thread):
3780           Improved Windows message loop and fixed window destruction issue.
3781           When the window which DirectDraw is rendering to is destroyed, the
3782           render/show_frame function will return GST_FLOW_ERROR.
3783           Partially fixes #520885.
3784
3785 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3786
3787         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3788
3789         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3790           Fixed mid stream resolution change bug, the offscreen surface is now
3791           released when set_caps is called.
3792           Partially fixes #520885.
3793
3794 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3795
3796         * sys/directdraw/gstdirectdrawsink.c
3797           (gst_directdraw_sink_buffer_alloc):
3798           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3799           width/height.
3800
3801           Especially when looking through the pool of buffers, make sure that
3802           the width/height of caps is used instead of the already negotiated
3803           dimensions.
3804           For example if a buffer with different caps is requested, i.e.
3805           higher resolution, the caller would get a buffer with the old
3806           dimensions and thus corrupt the heap.
3807
3808 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3809
3810         * sys/directdraw/gstdirectdrawsink.c
3811           (gst_directdraw_sink_buffer_alloc):
3812           Clear the flags on recycled buffers from buffer_alloc.
3813           Partially fixes #520885.
3814
3815 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3816
3817         * gst/rtp/gstrtpilbcpay.c:
3818           Added missing stdlib.h include for strtol(), and made include ordering and
3819           style consistent with the corresponding depayloader.
3820
3821 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3822
3823         * configure.ac:
3824           Error out if we don't have the required core/base versions.
3825
3826 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3827
3828         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3829
3830         * sys/osxvideo/cocoawindow.m:
3831         Fix compiler warnings on PPC64. Fixes bug #499318.
3832
3833 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3834
3835         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3836
3837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3838         Don't leak file descriptors on error. Fixes #531532.
3839
3840 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3841
3842         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3843         (gst_gconf_audio_src_change_state):
3844         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3845         (gst_gconf_video_sink_change_state):
3846         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3847         (gst_gconf_video_src_change_state):
3848         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3849         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3850         When we can't create a fakesink/fakesrc complain instead of unreffing
3851         NULL pointers and crashing later. See bug #530535.
3852
3853 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3856         Add some more debug info and guard against small payloads.
3857
3858         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3859         Set duration on outgoing buffers because we can.
3860
3861 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         Patch by: Olivier Crete <tester at tester dot ca>
3864
3865         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3866         (gst_speex_enc_init), (gst_speex_enc_chain):
3867         Add negotiation for the speex channels and rate. Fixes #465146.
3868
3869 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3870
3871         Patch by: Olivier Crete <tester at tester dot ca>
3872
3873         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3874         (gst_rtp_speex_pay_getcaps):
3875         Add negotiation for the speex channels and rate. See #465146.
3876
3877 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         Patch by: Olivier Crete <tester at tester dot ca>
3880
3881         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3882         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3883         Add negotiation for the ILBC mode. See #465146.
3884
3885 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * ext/soup/gstsouphttpsrc.c:
3888           Include stdlib to fix the build. Use g_free instead of free, libsoup
3889           uses glib.
3890
3891 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3892
3893         Patch by: j^ <j@bootlab.org>
3894
3895         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3896         Add more mpeg2 variants. Fixes #530886.
3897
3898 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3899
3900         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3901
3902         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3903           Don't error out if we get an ICMP destination-unreachable
3904           message when trying to read packets on win32 (#529454).
3905
3906 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3907
3908         * configure.ac:
3909         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3910           Use new error code for encrypted streams (which requires core CVS).
3911
3912 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3913
3914         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3915           (gst_qtdemux_audiosrc_template):
3916           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3917
3918 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3919
3920         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3921         (speex_dec_chain_parse_data):
3922         Produce concealment data when time progresses in a segment update.
3923
3924 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3925
3926         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3927         (speex_dec_chain):
3928         Try to preserve input timestamps when we can.
3929         Do beginnings of error concealment.
3930
3931 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3932
3933         * gst/debug/gstnavigationtest.c:
3934           MSVC doesn't provide rint(), define an adequate replacement locally as
3935           elsewhere.
3936
3937 2008-04-28  Julien Moutte  <julien@fluendo.com>
3938
3939         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3940         format to pacify Mac OSX's gcc.
3941
3942 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3945           (DEFAULT_MAX), (src_template), (sink_template),
3946           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3947           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3948           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3949           Bring rndbuffersize element into a state that doesn't require us
3950           to move it to -bad immediately. For one, fix up default min/max
3951           values so that the element actuall works using the default values.
3952           Also, don't ignore flow return values and do some kind of minimal
3953           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3954           other gratuitious clean-ups.
3955
3956 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * docs/plugins/Makefile.am:
3959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3961         * docs/plugins/gst-plugins-good-plugins.args:
3962         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3963         * docs/plugins/gst-plugins-good-plugins.interfaces:
3964         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3965         * docs/plugins/inspect/plugin-1394.xml:
3966         * docs/plugins/inspect/plugin-aasink.xml:
3967         * docs/plugins/inspect/plugin-alaw.xml:
3968         * docs/plugins/inspect/plugin-alpha.xml:
3969         * docs/plugins/inspect/plugin-alphacolor.xml:
3970         * docs/plugins/inspect/plugin-annodex.xml:
3971         * docs/plugins/inspect/plugin-apetag.xml:
3972         * docs/plugins/inspect/plugin-audiofx.xml:
3973         * docs/plugins/inspect/plugin-auparse.xml:
3974         * docs/plugins/inspect/plugin-autodetect.xml:
3975         * docs/plugins/inspect/plugin-avi.xml:
3976         * docs/plugins/inspect/plugin-cacasink.xml:
3977         * docs/plugins/inspect/plugin-cairo.xml:
3978         * docs/plugins/inspect/plugin-cdio.xml:
3979         * docs/plugins/inspect/plugin-cutter.xml:
3980         * docs/plugins/inspect/plugin-debug.xml:
3981         * docs/plugins/inspect/plugin-dv.xml:
3982         * docs/plugins/inspect/plugin-efence.xml:
3983         * docs/plugins/inspect/plugin-effectv.xml:
3984         * docs/plugins/inspect/plugin-equalizer.xml:
3985         * docs/plugins/inspect/plugin-esdsink.xml:
3986         * docs/plugins/inspect/plugin-flac.xml:
3987         * docs/plugins/inspect/plugin-flxdec.xml:
3988         * docs/plugins/inspect/plugin-gamma.xml:
3989         * docs/plugins/inspect/plugin-gconfelements.xml:
3990         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3991         * docs/plugins/inspect/plugin-goom.xml:
3992         * docs/plugins/inspect/plugin-halelements.xml:
3993         * docs/plugins/inspect/plugin-icydemux.xml:
3994         * docs/plugins/inspect/plugin-id3demux.xml:
3995         * docs/plugins/inspect/plugin-jpeg.xml:
3996         * docs/plugins/inspect/plugin-level.xml:
3997         * docs/plugins/inspect/plugin-matroska.xml:
3998         * docs/plugins/inspect/plugin-monoscope.xml:
3999         * docs/plugins/inspect/plugin-mulaw.xml:
4000         * docs/plugins/inspect/plugin-multifile.xml:
4001         * docs/plugins/inspect/plugin-multipart.xml:
4002         * docs/plugins/inspect/plugin-navigationtest.xml:
4003         * docs/plugins/inspect/plugin-ossaudio.xml:
4004         * docs/plugins/inspect/plugin-png.xml:
4005         * docs/plugins/inspect/plugin-quicktime.xml:
4006         * docs/plugins/inspect/plugin-rtp.xml:
4007         * docs/plugins/inspect/plugin-rtsp.xml:
4008         * docs/plugins/inspect/plugin-shout2send.xml:
4009         * docs/plugins/inspect/plugin-smpte.xml:
4010         * docs/plugins/inspect/plugin-spectrum.xml:
4011         * docs/plugins/inspect/plugin-speex.xml:
4012         * docs/plugins/inspect/plugin-taglib.xml:
4013         * docs/plugins/inspect/plugin-udp.xml:
4014         * docs/plugins/inspect/plugin-video4linux2.xml:
4015         * docs/plugins/inspect/plugin-videobalance.xml:
4016         * docs/plugins/inspect/plugin-videobox.xml:
4017         * docs/plugins/inspect/plugin-videocrop.xml:
4018         * docs/plugins/inspect/plugin-videoflip.xml:
4019         * docs/plugins/inspect/plugin-videomixer.xml:
4020         * docs/plugins/inspect/plugin-wavenc.xml:
4021         * docs/plugins/inspect/plugin-wavpack.xml:
4022         * docs/plugins/inspect/plugin-wavparse.xml:
4023         * docs/plugins/inspect/plugin-ximagesrc.xml:
4024           Add docs for gdkpixbufsink; update docs to CVS version.
4025
4026 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4027
4028         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4029         Remove test sync-offset by default.
4030
4031 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4034         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4035         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4036           Use GLib versions of htonl, htons, ntohl and ntohs in order
4037           to avoid problems on win32 (#529707).
4038
4039 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         Patch by: Jesús Corrius <jesus at softcatala org>
4042
4043         * gst/goom/filters.c: (zoomVector):
4044         * gst/goom/goom_core.c: (init_buffers):
4045           Fix build with mingw32: use rand() instead of random() and
4046           replace bzero() with memset(). Fixes #529692.
4047
4048 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4049
4050         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4051         Fix typo in comments.
4052
4053         * tests/examples/rtp/client-H263p-PCMA.sdp:
4054         * tests/examples/rtp/client-H263p-PCMA.sh:
4055         * tests/examples/rtp/client-H264-PCMA.sdp:
4056         * tests/examples/rtp/client-H264-PCMA.sh:
4057         * tests/examples/rtp/client-H264.sdp:
4058         * tests/examples/rtp/client-H264.sh:
4059         * tests/examples/rtp/client-PCMA.sdp:
4060         * tests/examples/rtp/client-PCMA.sh:
4061         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4062         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4063         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4064         Add some more docs and fix examples.
4065
4066 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4067
4068         * tests/check/elements/multifile.c:
4069         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4070         declared in the former, some have it declared in the latter.
4071
4072 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4073
4074         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4075         * gst/debug/tests.c: (md5_get_value):
4076         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4077         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4078         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4079         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4080         Stop using deprecated GLib functions.
4081
4082 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4083
4084         * configure.ac:
4085         Back to development -> 0.10.8.1
4086
4087 === release 0.10.8 ===
4088
4089 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4090
4091         * configure.ac:
4092           releasing 0.10.8, "One For The Money"
4093
4094 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4095
4096         * configure.ac:
4097         0.10.7.4 pre-release
4098
4099 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4100
4101         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4102         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4103         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4104         * gst/goom/flying_stars_fx.c: (fs_free):
4105         * gst/goom/goom_config_param.h:
4106         * gst/goom/goom_core.c: (goom_init), (goom_close):
4107         * gst/goom/goom_plugin_info.h:
4108         * gst/goom/gstgoom.c: (gst_goom_finalize):
4109         * gst/goom/lines.c: (goom_lines_free):
4110         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4111         * gst/goom/surf3d.c: (grid3d_free):
4112         * gst/goom/surf3d.h:
4113         * gst/goom/tentacle3d.c: (tentacle_free):
4114         Free a bunch of stuff, and initialise things to fix leaks
4115         and valgrind warnings in the testsuite.
4116
4117         Fixes: #529268
4118
4119 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4120
4121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4122         (gst_rtspsrc_configure_caps):
4123         Ref caps as the return value for the request_pt_map signal.
4124         Remove some caps weirdness when configuring a stream. See #528245.
4125
4126 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * tests/icles/gdkpixbufsink-test.c:
4129           Add cast to placate gcc 4.1.2.
4130
4131 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4132
4133         * configure.ac:
4134         0.10.7.3 pre-release
4135
4136 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4137
4138         * tests/check/Makefile.am:
4139         Disable some more elements in the state test.
4140         Add a define so the soup test can find the test files
4141         it needs at runtime.
4142
4143         * tests/check/elements/souphttpsrc.c: (run_server):
4144
4145         Add a define so the soup test can find the test files
4146         it needs at runtime.
4147
4148 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4149
4150         * gst/goom/convolve_fx.c: (convolve_apply):
4151         Don't ever draw the GOOM logo.
4152         Fixes: #528615
4153
4154 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4155
4156         * ext/cdio/gstcdiocddasrc.c:
4157         * ext/dv/gstdvdemux.c: 
4158         gst_atomic_int_set ==> g_atomic_int_set
4159
4160 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4161
4162         * configure.ac:
4163         * gst/goom/Makefile.am:
4164         * gst/goom/convolve_fx.c:
4165         * gst/goom/default_scripts.h:
4166         * gst/goom/goom.h:
4167         * gst/goom/goom_core.c: (choose_a_goom_line):
4168         * gst/goom/goom_plugin_info.h:
4169         * gst/goom/goomsl.c:
4170         * gst/goom/goomsl.h:
4171         * gst/goom/goomsl_hash.c:
4172         * gst/goom/goomsl_hash.h:
4173         * gst/goom/goomsl_heap.c:
4174         * gst/goom/goomsl_heap.h:
4175         * gst/goom/goomsl_private.h:
4176         * gst/goom/plugin_info.c:
4177           Strip out the config/script parsing stuff, we don't need it.
4178           Fixes #527999.
4179
4180 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * gst/goom/plugin_info.c: (setOptimizedMethods):
4183           Disable altivec optimisations for 32-bit PPC as well to make
4184           things build properly on all PPC systems. Fixes #528143
4185
4186 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4187
4188         * gst-plugins-good.spec.in:
4189           Update for souphttpsrc plugin which has moved to -good.
4190
4191 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4192
4193         * gst/matroska/matroska-demux.c:
4194         (gst_matroska_demux_handle_seek_event):
4195         Fix open-ended seeks in matroskademux
4196         Patch by: Mark Nauwelaerts <manauw skynet be>
4197         Fixes: #526557
4198
4199 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4200
4201         * tests/check/Makefile.am:
4202         Add soup test certificates to the dist.
4203
4204 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4205
4206         * ext/Makefile.am:
4207         Remove LADSPA reference I missed.
4208
4209 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4210
4211         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4212         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4213         over gnome-vfs and everything else. Fixes bug #527848.
4214
4215 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4216
4217         * configure.ac:
4218         * ext/Makefile.am:
4219         Remove LADSPA plugin. Fixes: #515978
4220
4221 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4222
4223         * configure.ac:
4224         * docs/plugins/Makefile.am:
4225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4227         * docs/plugins/gst-plugins-good-plugins.args:
4228         * docs/plugins/inspect/plugin-soup.xml:
4229         * ext/Makefile.am:
4230         * tests/check/Makefile.am:
4231         Move soup plugin from -bad (Fixes: #523124)
4232
4233 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4234
4235         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4236         Fix bounds checking of mode in Speex header, which may
4237         produce negative numbers in speex <= 1.1.12
4238
4239 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4240
4241         * gst/goom/Makefile.am:
4242         * gst/goom/gfontlib.c:
4243         * gst/goom/gfontlib.h:
4244         * gst/goom/gfontrle.c:
4245         * gst/goom/gfontrle.h:
4246         * gst/goom/goom.h:
4247         * gst/goom/goom_core.c: (goom_update):
4248         * gst/goom/goom_plugin_info.h:
4249         * gst/goom/gstgoom.c: (gst_goom_chain):
4250         * gst/goom/plugin_info.c:
4251           Remove a bunch of font/text related code that we don't need.
4252
4253 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         * gst/goom/ppc_drawings.s:
4256         * gst/goom/ppc_zoom_ultimate.s:
4257           Change license of these files to LGPL, as permitted by the
4258           author, Guillaume Borios. See #515073.
4259
4260 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4261
4262         * gst/goom/convolve_fx.c:
4263         * gst/goom/motif_goom1.h:
4264         * gst/goom/motif_goom2.h:
4265           As hinted in Bug #518213, revert one change and fix warnings properly.
4266           This fixes both #518213 and #520073 for me.     
4267
4268 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4269
4270         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4271         * gst/matroska/matroska-demux.c:
4272         (gst_matroska_demux_handle_seek_event),
4273         (gst_matroska_demux_parse_contents_seekentry),
4274         (gst_matroska_demux_loop):
4275         Fix the Forte build by making function declaration signatures
4276         match the implementations.
4277
4278 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4281         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4282         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4283           More logging when probing (see #518474), some comments in _reset().
4284
4285 2008-04-07  Julien Moutte  <julien@fluendo.com>
4286
4287         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4288         because of a bad argument number.
4289
4290 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * tests/icles/.cvsignore:
4293         * tests/icles/Makefile.am:
4294         * tests/icles/gdkpixbufsink-test.c:
4295           Interactive test app for gdkpixbufsink.
4296
4297 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4300
4301         * configure.ac:
4302         Actually build dlls when cross-compiling with mingw32.
4303         Fixes bug #526247.
4304
4305 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4308           Don't munge device string to 'default:x' for capture devices.
4309           Fixes #525833.
4310
4311 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4312
4313         * ext/wavpack/gstwavpackparse.c:
4314         (gst_wavpack_parse_index_entry_free):
4315         Always use GSlice as we actually depend on GLib 2.12 already.
4316
4317 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * configure.ac:
4320           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4321           Also bump the GLib requirement to the current de-facto requirement
4322           (ie. 2.12).
4323
4324 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4325
4326         * gst/rtp/gstrtph264pay.c: (encode_base64),
4327         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4328         * gst/rtp/gstrtph264pay.h:
4329         Parse codec_data for future AVC compatibility.
4330         Fail when we encounter AVC data for now.
4331
4332 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4335           (gst_spectrum_init), (gst_spectrum_set_property),
4336           (gst_spectrum_get_property), (gst_spectrum_message_new):
4337           Rename property enums and default defines for the properties to match
4338           the property names and rephrase property descriptions to make them a
4339           bit clearer (hopefully). See #518188.
4340
4341 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         * tests/check/Makefile.am:
4344         * tests/check/elements/.cvsignore:
4345         * tests/check/elements/gdkpixbufsink.c:
4346           Add unit test for gdkpixbufsink element.
4347
4348 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * ext/gdk_pixbuf/Makefile.am:
4351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4352         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4353           (gst_gdk_pixbuf_sink_base_init),
4354           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4355           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4356           (gst_gdk_pixbuf_sink_set_caps),
4357           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4358           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4359           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4360           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4361           (gst_gdk_pixbuf_sink_get_property):
4362         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4363           Add gdkpixbufsink element for easy snapshotting (#525946).
4364
4365 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4366
4367         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4368         Bump timeout from 3 to 60 seconds.
4369
4370 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4371
4372         * tests/check/pipelines/.cvignore:
4373         Remove useless file.
4374
4375         * tests/check/pipelines/.cvsignore:
4376         Add new test to .cvsignore.
4377
4378 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4379
4380         * tests/check/Makefile.am:
4381         * tests/check/pipelines/wavpack.c: (bus_handler),
4382         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4383         (wavpack_suite), (main):
4384         Add unit test that encodes and decodes some data, checks that it
4385         is still the same and that all timestamps/offsets are perfect.
4386
4387 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4388
4389         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4390         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4391         * ext/wavpack/gstwavpackparse.c:
4392         (gst_wavpack_parse_index_entry_new),
4393         (gst_wavpack_parse_index_entry_free),
4394         (gst_wavpack_parse_base_init),
4395         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4396         Use GSlice for allocating index entries and use
4397         gst_element_class_set_details_simple().
4398
4399 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         Patch by: Brian Cameron <brian.cameron at sun dot com>
4402
4403         * sys/sunaudio/gstsunaudio.c:
4404         * sys/sunaudio/gstsunaudiomixer.c:
4405         * sys/sunaudio/gstsunaudiomixer.h:
4406         * sys/sunaudio/gstsunaudiomixerctrl.c:
4407         * sys/sunaudio/gstsunaudiomixerctrl.h:
4408         * sys/sunaudio/gstsunaudiomixertrack.c:
4409         * sys/sunaudio/gstsunaudiomixertrack.h:
4410         * sys/sunaudio/gstsunaudiosink.c:
4411         * sys/sunaudio/gstsunaudiosink.h:
4412         * sys/sunaudio/gstsunaudiosrc.c:
4413         * sys/sunaudio/gstsunaudiosrc.h:
4414           Fix up copyrights (#525860).
4415
4416 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4417
4418         * gst/goom/goomsl.c: (gsl_read_file):
4419           Check return value of fread() to avoid compiler warnings.
4420
4421 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4424
4425         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4426         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4427         * gst/law/alaw-decode.h:
4428         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4429         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4430         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4431         * gst/law/mulaw-decode.h:
4432         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4433         Make negotiation a bit modern.
4434         Use pad_alloc. Fixes #525359.
4435
4436 2008-03-31  David Schleef  <ds@schleef.org>
4437
4438         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4439           compiles consistently.  Fixes #522278.
4440
4441 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         Patch by: Brian Cameron <brian.cameron at sun dot com>
4444
4445         * sys/sunaudio/gstsunaudiomixerctrl.c:
4446           (gst_sunaudiomixer_ctrl_get_volume),
4447           (gst_sunaudiomixer_ctrl_set_volume):
4448         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4449           Fix up the mixer tracks to use a volume range of 0-255, which is what
4450           the sun audio API uses. This simplifies the code and avoids rounding
4451           errors. Fixes #524593.
4452
4453 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4454
4455         * sys/v4l2/gstv4l2object.c:
4456         * sys/v4l2/gstv4l2object.h:
4457         Add device-fd property to make it possible to apps to call ioctl's.
4458
4459 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4460
4461         * gst/qtdemux/qtdemux.c: (next_entry_size):
4462         Unbreak streaming mode again.
4463
4464 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4467           Remove superfluous DEBUG macro.
4468
4469 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         Based on patch by: William M. Brack <wbrack at mmm com hk>
4472
4473         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4474           (gst_v4l2src_set_capture):
4475           Check whether the device supports setting the framerate before
4476           trying to set it and then posting a warning or error if it doesn't
4477           work (#516649, #520092). Also compare fractions more correctly.
4478
4479 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4480
4481         * gst/goom/Makefile.am:
4482           Remove ppc assembler optimisations from the build until they
4483           actually build (they also seem to have GPL headers).
4484
4485 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         * m4/Makefile.am:
4488           Better not dist files that don't exist any longer (lrint*m4).
4489
4490 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4491
4492         * configure.ac:
4493         * m4/lrint.m4:
4494         * m4/lrintf.m4:
4495         Remove lrint/lrintf checks. We don't use it anywhere.
4496
4497 2008-03-18  Andy Wingo  <wingo@pobox.com>
4498
4499         * sys/osxvideo/osxvideosink.m
4500         (gst_osx_video_sink_osxwindow_destroy)
4501         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4502         task, whoopdee.
4503         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4504         2 ms.
4505
4506 2008-03-18  Andy Wingo  <wingo@pobox.com>
4507
4508         * sys/osxvideo/osxvideosink.m
4509         (gst_osx_video_sink_osxwindow_destroy)
4510         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4511         task, whoopdee.
4512         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4513         2 ms.
4514         
4515 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         Patch by: William M. Brack <wbrack at mmm com hk>
4518
4519         * sys/v4l2/v4l2src_calls.c:
4520           (gst_v4l2src_probe_caps_for_format_and_size),
4521           (gst_v4l2src_probe_caps_for_format):
4522           Make sure the probed frame sizes are reversed in the resulting
4523           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4524           highest resolution first); also remove unused variable.
4525           (Partly fixes #520092)
4526
4527 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4528
4529         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4530
4531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4532         (gst_rtspsrc_finalize):
4533         Call WSAStartup() and WSACleanup before using the Winsock API.
4534         See #520808.
4535
4536 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4537
4538         * gst/avi/gstavidemux.c:
4539           Erm, the buffer-size is just guint, no need for the special format
4540           specifier.
4541
4542 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4543
4544         * gst/goom/plugin_info.c:
4545         * gst/goom/ppc_zoom_ultimate.h:
4546           Small fixes to build more on PPC: ifdef out code that uses unknown
4547           define; add newline at end of header file to avoid compiler warning.
4548           Assembler code still doesn't build though.
4549
4550 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4551
4552         * gst/avi/gstavidemux.c:
4553           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4554           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4555
4556 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4557
4558         * gst/avi/gstavidemux.c:
4559           Chunksize is uint32. Fix format specifier.
4560
4561 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4562
4563         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4564         mistake. Return file to pure MIT text.
4565
4566 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4567
4568         * gst/audiofx/audiofx.c:
4569         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4570         of hardcoding values.
4571
4572 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4573
4574         Patch by: Mark Nauwelaerts <manauw skynet be>
4575
4576         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4577           (gst_oss_src_close):
4578         * sys/oss/gstosssrc.h:
4579           Cache probed caps, so _get_caps() during recording doesn't cause
4580           ioctl calls which may disrupt the recording (fixes #521875).
4581
4582 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4583
4584         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4585         (gst_qtdemux_activate_segment),
4586         (gst_qtdemux_prepare_current_sample),
4587         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4588         Make sure we always send a DISCONT after a seek by setting the sample
4589         index to an undefined value after a seek.
4590
4591 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4594           (GST_IS_AVI_SUBTITLE_CLASS):
4595           Fix up IS_FOO macros, which makes gtk-doc much happier.
4596
4597 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * tests/icles/Makefile.am:
4600           Move the -lgstfoo where it belongs.
4601
4602 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4603
4604         * gst/matroska/ebml-ids.h:
4605         Add ID for EBML CRC32 elements.
4606
4607         * gst/matroska/Makefile.am:
4608         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4609         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4610         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4611         (gst_ebml_read_header):
4612         Support reading 80bit floats, add finalize method to clean up
4613         in any case, support reading length/id elements with any length
4614         as long as it's smaller than our supported maximum, don't leak
4615         buffers if reading as much data as we wanted failed and some
4616         smaller cleanup.
4617
4618 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4619
4620         Patch by: Olivier Crete <tester at tester dot ca>
4621
4622         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4623         Check that a buffer is large enough before reading from it.
4624         Fixes bug #521102.
4625         
4626 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4627
4628         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4629         Fix compilation after removing the GstPollMode from the
4630         constructor.
4631
4632 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4633
4634         * configure.ac:
4635         * gst/audiofx/Makefile.am:
4636         * gst/audiofx/audiochebband.c:
4637         * gst/audiofx/audiocheblimit.c:
4638         * gst/audiofx/math_compat.h:
4639         Check for sinh(), cosh() and asinh() and define our own
4640         implementations if they're not available. Fixes bug #520880.
4641
4642 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4643
4644         Patch by: Olivier Crete <tester at tester dot ca>
4645
4646         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4647         Unref the buffers only once when handling not-negotiated errors.
4648         Fixes bug #520764.
4649
4650 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4651
4652         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4653
4654         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4655         (gst_udpsrc_stop):
4656         Properly balance WSA_Cleanup with WSA_Startup.
4657         Also make the poll controllable on windows. Fixes #520888.
4658
4659 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4662         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4663         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4664         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4665         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4666         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4667         (gst_ebml_read_date), (gst_ebml_read_master),
4668         (gst_ebml_read_binary), (gst_ebml_read_header):
4669         * gst/matroska/ebml-read.h:
4670         * gst/matroska/matroska-demux.c:
4671         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4672         (gst_matroska_demux_read_track_encodings),
4673         (gst_matroska_demux_add_stream),
4674         (gst_matroska_demux_handle_src_query),
4675         (gst_matroska_demux_handle_seek_event),
4676         (gst_matroska_demux_init_stream),
4677         (gst_matroska_demux_parse_tracks),
4678         (gst_matroska_demux_parse_index_cuetrack),
4679         (gst_matroska_demux_parse_index_pointentry),
4680         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4681         (gst_matroska_demux_parse_metadata_id_simple_tag),
4682         (gst_matroska_demux_parse_metadata_id_tag),
4683         (gst_matroska_demux_parse_metadata),
4684         (gst_matroska_demux_sync_streams),
4685         (gst_matroska_demux_push_hdr_buf),
4686         (gst_matroska_demux_push_flac_codec_priv_data),
4687         (gst_matroska_demux_push_xiph_codec_priv_data),
4688         (gst_matroska_demux_add_wvpk_header),
4689         (gst_matroska_demux_check_subtitle_buffer),
4690         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4691         (gst_matroska_demux_parse_cluster),
4692         (gst_matroska_demux_parse_contents_seekentry),
4693         (gst_matroska_demux_parse_contents),
4694         (gst_matroska_demux_loop_stream_parse_id),
4695         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4696         * gst/matroska/matroska-demux.h:
4697         * gst/matroska/matroska-ids.h:
4698         Handle return values from pull_range in a more granular way to properly
4699         shut down on seeks.
4700         Combine return values from push.
4701         Implement proper error handling.
4702         Prepare for handling seeking correctly.
4703
4704 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4705
4706         * gst/matroska/ebml-read.c:
4707         Use GINT64 formatting constants from GLIB.
4708
4709         * gst/matroska/matroska-demux.c:
4710         Add some guards to avoid a possible division by 0 and crashing
4711         with NULL events on some systems.
4712         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4713         conversion. 
4714
4715         * gst/matroska/matroska-mux.c:
4716         Check for invalid timestamps in a bunch of places to avoid
4717         writing bogus durations into the output file.
4718         Fix some double<->gint64 conversions that weren't using
4719         gst_guint64_to_gdouble
4720
4721 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4722
4723         * configure.ac:
4724         Move the checks for bison, flex and as to the program section and the
4725         check for gcc inline asm to the compiler characteristics section.
4726
4727 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4728
4729         * configure.ac:
4730         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4731         plug-ins are included/excluded. (#498222)
4732
4733 2008-02-29  Michael Smith <msmith@fluendo.com>
4734
4735         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4736           Don't call gst_object_sync_values() unless we have a valid timestamp.
4737
4738 2008-02-28  David Schleef  <ds@schleef.org>
4739
4740         * gst/matroska/matroska-demux.c:
4741         * gst/matroska/matroska-ids.h:
4742         * gst/matroska/matroska-mux.c:
4743           Fix Dirac mapping.  I had previously added a VfW-type
4744           mapping, but it looks like Dirac will get a native Matroska
4745           mapping, and this is the most likely method.
4746
4747 2008-02-28  David Schleef  <ds@schleef.org>
4748
4749         * gst/avi/gstavimux.c: Add Dirac encoding
4750
4751 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4752
4753         Patch by: Peter Kjellerstedt <pkj at axis com>
4754
4755         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4756         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4757         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4758         * gst/udp/gstudpsrc.h:
4759         Port to GstPoll. See #505417.
4760
4761 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4762
4763         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4764         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4765         yet on the srcpad. We need rate and channels before we
4766         can do any processing. Fixes bug #519088.
4767
4768 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4769
4770         * configure.ac:
4771         Detect and indicate if GCC inline assembly syntax is
4772         available.
4773
4774         * gst/goom/Makefile.am:
4775         * gst/goom/convolve_fx.c:
4776         * gst/goom/flying_stars_fx.c:
4777         * gst/goom/goom_config.h:
4778         * gst/goom/goom_core.c:
4779         * gst/goom/goomsl.c:
4780         * gst/goom/ifs.c:
4781         * gst/goom/mmx.c:
4782         * gst/goom/plugin_info.c:
4783         * gst/goom/xmmx.c:
4784         Fix various GCC-isms, and only build the inline assembly
4785         with compilers that support GCC inline assembly.
4786
4787         Fix a couple of other warnings shown with Forte.
4788
4789 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4790
4791         * gst/goom/xmmx.c:
4792           Use 'emms' instead of 'femms' to not crash on cpus that do not
4793           implement this 3dnow specific instruction.
4794
4795 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4796
4797         * gst/goom/plugin_info.c: (setOptimizedMethods):
4798         Use extended MMX for draw_line() too if available, not only
4799         normal MMX.
4800
4801 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4802
4803         * ext/jpeg/gstjpeg.c: (plugin_init):
4804         Remove (commented out) smoke typefinder. This is in base now.
4805
4806 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4807
4808         * gst/goom2k1/Makefile.am:
4809         * gst/goom2k1/gstgoom.c:
4810
4811         Rename the installed library, and don't register the same 
4812         GType name as the new goom.
4813
4814 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * configure.ac:
4817         * ext/taglib/Makefile.am:
4818           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4819           when building C++ code (#516509).
4820
4821 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4822
4823         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4824         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4825           (setOptimizedMethods):
4826           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4827           anything useful. Export goom debug category so we can get
4828           rid of the VERBOSE define and the printfs.
4829
4830 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4831
4832         * gst/goom/goomsl_heap.c: (align_it):
4833         * gst/goom/plugin_info.c: (setOptimizedMethods):
4834           Compile fixes for x86-64.
4835
4836 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4837
4838         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4839         with warnings, but add other CFLAGS
4840
4841         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4842         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4843         (calculate_labels), (gsl_read_file):
4844         * gst/goom/goomsl_lex.l:
4845         * gst/goom/goomsl_yacc.y:
4846         * gst/goom/plugin_info.c: Remove a few live printf, and
4847         fprintf, replace exit() calls with g_assert_not_reached()
4848         if it not optimal for a library
4849
4850 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4851
4852         * gst/goom/Makefile.am: Remove the warnings being disabled,
4853         fix linkage on x86, spotted by Sebastian Dröge
4854         <slomo@circular-chaos.org>
4855
4856         * gst/goom/convolve_fx.c (convolve_init),
4857         (create_output_with_brightness), (convolve_apply):
4858         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4859         * gst/goom/goomsl.c:
4860         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4861         * gst/goom/plugin_info.c:
4862         * gst/goom/tentacle3d.c (tentacle_fx_create):
4863         Fix warnings, and disable the motifs in the convolve_fx
4864         plugin (they were causing warnings, and they were just
4865         "Goom" in funny letterring)
4866
4867 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4868
4869         * configure.ac: Add checks for Flex/Yacc/Bison and other
4870         furry animals, for the new goom 2k4 based plugin
4871
4872         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4873         CPU optimisations (not working yet), move the old plugin to...
4874
4875         * gst/goom2k1/*: ... here, in case somebody is sick enough
4876
4877         Fixes #515073
4878
4879 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4880
4881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4882         Post the server response code in an error message instead of a generic
4883         'error' message. Fixes #517237.
4884
4885 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4886
4887         * tests/check/Makefile.am:
4888         Ignore gconfaudiosrc for the states unit test too. It will fallback
4889         to alsasrc if the gconf settings can't be read and not everybody has
4890         alsa.
4891
4892 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4893
4894         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4895         (gst_wavpack_parse_create_src_pad):
4896         * ext/wavpack/gstwavpackparse.h:
4897         Always report the duration if we know it in push mode and don't
4898         return 0 just to make totem believe we can't seek in push mode.
4899         Newer totem version use the SEEKING query which properly reports
4900         if we can seek or not.
4901
4902 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4903
4904         Patch by: Jens Granseuer <jensgr at gmx dot net>
4905
4906         * tests/examples/equalizer/demo.c: (main):
4907         C89 fix, moving variable declarations to the beginning of
4908         the block. Fixes bug #517933.
4909
4910 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4911
4912         * configure.ac:
4913         Back to development...
4914
4915 === release 0.10.7 ===
4916
4917 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4918
4919         * configure.ac:
4920           releasing 0.10.7, "Red Door Black"
4921
4922 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4923
4924         * gst/alpha/Makefile.am:
4925         Link alpha plugin with libgstbase. Fixes bug #517386.
4926
4927 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4928
4929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4930         Init values to -1 instead of the default 0 value.
4931         Fixes #516524.
4932
4933 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4934
4935         * tests/examples/spectrum/spectrum-example.c:
4936         Add missing include to fix compilation when libxml usage is disabled.
4937         Fixes: #516371
4938
4939 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4940
4941         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4942         fixes: #514889
4943
4944         * gst/rtp/gstrtph264pay.c:
4945         * gst/rtp/gstrtpmp4gdepay.c:
4946         * gst/rtp/gstrtpmp4gpay.c:
4947         * gst/rtp/gstrtpmp4gpay.h:
4948         * gst/rtp/gstrtptheorapay.c:
4949         * gst/rtp/gstrtpvorbispay.c:
4950
4951         Fix various leaks shown up in valgrind
4952         - free sprops and buffer in error cases in H264 payloader
4953         - fix leak in mp4g depayloader when construction the caps
4954         - don't leak config string in the mp4g payloader
4955         - don't leak buffers and headers in theora and vorbis payloaders
4956
4957         * tests/check/elements/rtp-payloading.c:
4958
4959         Fix the RTP data test
4960         - Actually send valid amr data to the payloader instead of 20
4961         zero-bytes
4962         - The mp4g payloader expects codec_data on the caps
4963
4964 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4965
4966         * win32/MANIFEST:
4967         Add libgstpng.dsp to MANIFEST.
4968         * win32/vs6/libgstaudiofx.dsp:
4969         Add new source files to VS project file.
4970
4971 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4972
4973         * sys/ximage/gstximagesrc.c:
4974         Initialise variables when opening the X display rather
4975         than in _start(), as the display can be opened before that.
4976
4977         Fixes: #515985
4978
4979 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4980
4981         * sys/directdraw/gstdirectdrawsink.c:
4982         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4983         (gst_directdraw_sink_finalize):
4984         Properly chain up finalize functions. Fixes bug #515980.
4985
4986 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4987
4988         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4989         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4990         (gst_v4l2_buffer_pool_class_init):
4991         Chain up the finalize functions. Fixes bug #515984.
4992
4993 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4994
4995         * sys/ximage/ximageutil.c:
4996         Chain up in the finalize function for our custom
4997         buffer sub-class.
4998         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4999         Fixes: #515706
5000
5001 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5002
5003         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5004         (gst_fenced_buffer_class_init):
5005         Properly chain up finalize method. Fixes bug #515979.
5006
5007 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5008
5009         * sys/ximage/gstximagesrc.c:
5010         Free allocated Damage memory before closing our connection to the
5011         X server. Partially fixes: #515706
5012
5013 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5014
5015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5016         * tests/check/Makefile.am:
5017         * tests/check/gst-plugins-good.supp:
5018         Add a few libjpeg suppressions and initialize a variable to
5019         make smokeenc valgrind clean. Fixes bug #515701.
5020
5021 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5022
5023         * gst/avi/gstavidemux.c:
5024         Revert patch which sends timestamps only on keyframes, as it
5025         breaks playback with current gst-ffmpeg.
5026
5027         Fixes: #515562
5028
5029 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5030
5031         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5032         * tests/check/elements/multifile.c: (GST_START_TEST):
5033         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5034
5035 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5036
5037         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5038         Use and unset the GError when pipeline creation fails instead of
5039         simply leaking it. Fixes bug #515704.
5040
5041 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5042
5043         * gst/audiofx/audioamplify.c:
5044         * gst/audiofx/audiochebband.c:
5045         * gst/audiofx/audiocheblimit.c:
5046         * gst/audiofx/audiodynamic.c:
5047         * gst/audiofx/audioinvert.c:
5048         * gst/audiofx/audiopanorama.c:
5049         * gst/audiofx/audiowsincband.c:
5050         * gst/audiofx/audiowsinclimit.c:
5051         Fix long description of audiofx elements. Fixes bug #515457.
5052
5053 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5054
5055         * docs/plugins/Makefile.am:
5056         * gst/spectrum/gstspectrum.c:
5057         * tests/examples/spectrum/.cvsignore:
5058         * tests/examples/spectrum/Makefile.am:
5059         * tests/examples/spectrum/spectrum-example.c:
5060
5061         Add a simple example application for the spectrum element, include it
5062         in the docs, and fix some documentation ambiguities.
5063
5064         Fixes: #348085
5065
5066 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5067
5068         * gst/equalizer/Makefile.am:
5069         * gst/spectrum/Makefile.am:
5070         Fix includes order
5071
5072         * tests/check/Makefile.am:
5073         Exclude v4l2src from the states test - it takes too long to start.
5074
5075         * tests/check/elements/spectrum.c:
5076         Make the test run properly with CK_FORK=no
5077
5078 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5079
5080         * gst/audiofix/Makefile.am: add missing header files 
5081
5082 2008-02-08  Julien Moutte  <julien@fluendo.com>
5083
5084         * gst/matroska/matroska-demux.c:
5085         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5086         keyframe and delta units correctly when dealign with a BlockGroup.
5087         Fixes: #514397
5088
5089 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5090
5091         * tests/check/elements/.cvsignore:
5092         Spell the new tests correctly in .cvsignore
5093
5094 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5095
5096         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5097           Need to use gsize here for the size, fixes compiler warning.
5098
5099         * tests/examples/equalizer/.cvsignore:
5100         * tests/examples/equalizer/Makefile.am:
5101         * tests/examples/spectrum/.cvsignore:
5102         * tests/examples/spectrum/Makefile.am:
5103           Add missing files to fix the build.
5104
5105 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5106
5107         * configure.ac:
5108         * docs/plugins/Makefile.am:
5109         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5111         * docs/plugins/gst-plugins-good-plugins.args:
5112         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5113         * docs/plugins/inspect/plugin-multifile.xml:
5114         * tests/check/Makefile.am:
5115         * tests/check/elements/.cvsignore:
5116
5117         Move multifile plugin from -bad.
5118         Fixes: #490283
5119
5120 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5121
5122         * configure.ac:
5123         * docs/plugins/Makefile.am:
5124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5126         * docs/plugins/gst-plugins-good-plugins.args:
5127         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5128         * docs/plugins/inspect/plugin-spectrum.xml:
5129         * gst/spectrum/Makefile.am:
5130         * tests/check/Makefile.am:
5131         * tests/check/elements/.cvsignore:
5132         * tests/examples/Makefile.am:
5133
5134         Move spectrum plugin from -bad.
5135         Move examples into tests/examples/spectrum.
5136
5137 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5138
5139         * configure.ac:
5140         * docs/plugins/Makefile.am:
5141         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5142         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5143         * docs/plugins/gst-plugins-good-plugins.args:
5144         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5145         * docs/plugins/gst-plugins-good-plugins.interfaces:
5146         * docs/plugins/inspect/plugin-equalizer.xml:
5147         * gst/equalizer/Makefile.am:
5148         * tests/check/Makefile.am:
5149         * tests/examples/Makefile.am:
5150         Move the equalizer plugin across from -bad
5151
5152         * tests/check/elements/.cvsignore:
5153         Add equalizer, audiosincwband and audiosincwlimit
5154
5155         * tests/check/elements/equalizer.c:
5156         Fix compiler warnings
5157
5158         Fixes: #415627
5159
5160 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5161
5162         * configure.ac:
5163         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5164         are treated like releases and build without it.
5165
5166 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5167
5168         * docs/plugins/Makefile.am:
5169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5171         * docs/plugins/gst-plugins-good-plugins.args:
5172         * docs/plugins/inspect/plugin-audiofx.xml:
5173         * gst/audiofx/Makefile.am:
5174         * gst/audiofx/audiofx.c:
5175         * gst/audiofx/audiowsincband.c:
5176         * gst/audiofx/audiowsincband.h:
5177         * gst/audiofx/audiowsinclimit.c:
5178         * gst/audiofx/audiowsinclimit.h:
5179         * tests/check/Makefile.am:
5180         * tests/check/elements/audiowsincband.c:
5181         * tests/check/elements/audiowsinclimit.c:
5182
5183         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5184         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5185         respectively.
5186
5187         Fixes: #467666
5188
5189 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5192         * tests/check/elements/icydemux.c:
5193           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5194           caps, and add a somewhat useful debug message. Plus test.
5195
5196 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5197
5198         * gst/rtsp/gstrtspsrc.c:
5199         Include unistd.h only if HAVE_UNISTD_H is defined
5200         * win32/common/config.h.in:
5201         * win32/common/config.h:
5202         Define socklen_t as it seems it's not defined in default 
5203         Visual Studio headers.
5204         * win32/vs6/libgstalpha.dsp:
5205         * win32/vs6/libgstapetag.dsp:
5206         * win32/vs6/libgstavi.dsp:
5207         * win32/vs6/libgstrtp.dsp:
5208         * win32/vs6/libgstrtsp.dsp:
5209         * win32/vs6/libgstvideomixer.dsp:
5210         Update project file dependencies and add new source files       
5211
5212 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5213
5214         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5215
5216         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5217         Don't leak buffers when we don't push them downstream.
5218         Fixes bug #514965.
5219
5220 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * configure.ac:
5223           Bump requirements to (good) released versions to avoid
5224           confusion and make implicit core requirement explicit.
5225
5226 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5227
5228         * docs/plugins/Makefile.am:
5229         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5231         * docs/plugins/gst-plugins-good-plugins.args:
5232         * docs/plugins/inspect/plugin-audiofx.xml:
5233         * gst/audiofx/Makefile.am:
5234         * gst/audiofx/audiochebband.c:
5235         * gst/audiofx/audiochebband.h:
5236         * gst/audiofx/audiocheblimit.c:
5237         * gst/audiofx/audiocheblimit.h:
5238         * gst/audiofx/audiochebyshevfreqband.c:
5239         * gst/audiofx/audiochebyshevfreqband.h:
5240         * gst/audiofx/audiochebyshevfreqlimit.c:
5241         * gst/audiofx/audiochebyshevfreqlimit.h:
5242         * gst/audiofx/audiofx.c:
5243         * tests/check/Makefile.am:
5244         * tests/check/elements/.cvsignore:
5245         * tests/check/elements/audiochebband.c:
5246         * tests/check/elements/audiocheblimit.c:
5247         * tests/check/elements/audiochebyshevfreqband.c:
5248         * tests/check/elements/audiochebyshevfreqlimit.c:
5249
5250         Rename audiochebyshevfreqband -> audiochebband and
5251         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5252         surgery.
5253
5254         Closes: #491811
5255
5256 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5257
5258         Patch by: Orjan Friberg <orjanf at axis dot com>
5259
5260         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5261         Fix caps memory leak. Fixes #514573.
5262
5263 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5264
5265         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5266         If there's no entries in the subindex, don't try to do anything stupid,
5267         just return.
5268
5269 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5270
5271         Patch by: John Millikin <jmillikin at gmail dot com>
5272
5273         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5274           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5275           Fix extraction of picture blocks with newer libflac versions again:
5276           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5277
5278 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         * tests/check/Makefile.am:
5281           Add rtp-payloading test to VALGRIND_TO_FIX.
5282
5283         * tests/check/elements/rtp-payloading.c:
5284           Add semicolons after GST_TEST_END so gst-indent gets the
5285           formatting right; make test less verbose in general, but
5286           more verbose in the error case (which should probably
5287           make the test fail anyway).
5288
5289 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5290
5291         * docs/plugins/Makefile.am:
5292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5294         * gst/avi/gstavisubtitle.c:
5295         Add documentation for avisubtitle and change class to
5296         Codec/Parser/Subtitle
5297
5298 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5299
5300         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5301         Treat ENOTTY (driver does not implement ioctl) the same as
5302         EINVAL since it implies there are no available standards.
5303
5304         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5305         (gst_v4l2src_get_nearest_size):
5306         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5307         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5308         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5309         reason, and if we aren't yet actively capturing.
5310
5311         * sys/v4l2/v4l2src_calls.h:
5312         Remove replaced function declaration.
5313
5314 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5315
5316         * configure.ac:
5317         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5318         API.
5319
5320 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5321
5322         * configure.ac:
5323         Fix typo.
5324
5325 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5326
5327         * gst/alpha/Makefile.am:
5328         * gst/alpha/gstalpha.c:
5329
5330         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5331         some stuff, and making buffer-alloc and resizing work automatically.
5332         No longer crashes on odd frame widths and heights, although there
5333         seems to be a disagreement with ffmpegcolorspace about what size
5334         an AYUV frame with odd height should be.
5335
5336 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5337
5338         Patch by: Alessandro Decina <alessandro at nnva dot org>
5339
5340         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5341         * ext/libpng/gstpngenc.h:
5342         Preallocate the output buffer so that g_memdup() and
5343         gst_buffer_merge() aren't needed anymore. This greatly improves
5344         performances and fixes #512544.
5345
5346 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5347
5348         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5349         (gst_avi_demux_stream_data):
5350         GStreamer timestamps are PTS values while AVI only knows about DTS
5351         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5352         we are dealing with a key frame.
5353
5354 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5355
5356         * tests/check/Makefile.am:
5357         * tests/check/elements/.cvsignore:
5358         * tests/check/elements/rtp-payloading.c:
5359           Add add testsuite for the rtp-payloader that tries simulating
5360           dataflow. Needs more test data.
5361
5362 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5363
5364         * tests/check/elements/alphacolor.c:
5365           Remove two unused variables.
5366
5367 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5370           Use g_ascii_strtoll() instead of atoll, which is only
5371           available in C99.
5372
5373 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5374
5375         * gst/rtp/Makefile.am:
5376         * gst/rtp/gstrtp.c:
5377         * gst/rtp/gstrtpmpvpay.c:
5378         * gst/rtp/gstrtpmpvpay.h:
5379         Add MPEG2 video payloader
5380
5381 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5382
5383         * gst/level/gstlevel.c:
5384         Use #include <math.h> instead of #include "math.h".
5385
5386 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5387
5388         * tests/check/Makefile.am:
5389         Fix up some CFLAGS sets.
5390         Don't include gconfvideosrc in the states test.
5391
5392         * tests/check/elements/autodetect.c: (GST_START_TEST):
5393         Add some error strings to fail_unless arguments to fix some weird
5394         compiler errors on Solaris.
5395
5396 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5397
5398         * configure.ac:
5399         Detect video4linux headers on Solaris too.
5400         * sys/v4l2/gstv4l2colorbalance.h:
5401         * sys/v4l2/gstv4l2object.h:
5402         * sys/v4l2/v4l2_calls.c:
5403         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5404         (gst_v4l2_buffer_new):
5405
5406         Make v4l2 build on Solaris.
5407         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5408         Fixes: #510505
5409
5410 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5411
5412         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5413           Update list from (still local) scanning script.
5414
5415 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5416
5417         Based on a patch by:
5418             Victor STINNER <victor dot stinner at haypocalc dot com>
5419
5420         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5421         Set variable to NULL after freeing it to prevent double frees
5422         or make failures by another use of it afterwards more obvious
5423         and fix use of it after the freeing. Fixes bug #510592.
5424
5425 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5426
5427         * gst/udp/gstmultiudpsink.c:
5428         use GST_WARNING for logging
5429
5430 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5431
5432         * gst/udp/gstmultiudpsink.c:
5433         Don't try to leave a multicast group with an invalid socket
5434
5435 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * ext/flac/gstflacdec.c:
5438           Fix compilation against flac 1.1.2 (as on debian stable), where
5439           the picture metadata defines and structs don't exist yet.
5440           Fixes #509301.
5441
5442 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5443
5444         Patch by: Olivier Crete <tester at tester dot ca>
5445
5446         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5447         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5448         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5449         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5450         * gst/udp/gstmultiudpsink.h:
5451         Add property to automatically join a multicast group or not. This can be
5452         useful when sharing a socket between multiple elements.
5453         Fixes #509531.
5454
5455 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5456
5457         * gst/videomixer/Makefile.am:
5458           Add controller flags.
5459
5460 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5461
5462         * gst/videomixer/videomixer.c:
5463           Also commit the missing gst_object_sync_values().
5464
5465 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5466
5467         * docs/plugins/Makefile.am:
5468           Remove duplicate entry.
5469
5470 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5471
5472         * docs/plugins/Makefile.am:
5473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5475         * docs/plugins/inspect/plugin-gamma.xml:
5476         * docs/plugins/inspect/plugin-monoscope.xml:
5477         * docs/plugins/inspect/plugin-video4linux2.xml:
5478           Add 3 more plugins to docs.
5479
5480 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5481
5482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5483         * sys/osxvideo/osxvideosink.h:
5484           Revert previous change caused by a file that got stuck on an old
5485           revision.
5486
5487 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5488
5489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5490         * gst/multipart/Makefile.am:
5491         * gst/multipart/multipartdemux.c:
5492         * gst/multipart/multipartdemux.h:
5493         * gst/multipart/multipartmux.c:
5494         * gst/multipart/multipartmux.h:
5495           Re-add multipartdemux to the docs. Last round of section cleanup.
5496
5497 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5498
5499         * docs/plugins/Makefile.am:
5500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5501         * sys/osxaudio/gstosxaudiosink.h:
5502         * sys/osxvideo/osxvideosink.h:
5503           Managed to resolve most unused declarations. Filed a bug for one left.          
5504
5505 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5506
5507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5508           Cleanup section file.
5509
5510 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5511
5512         * docs/plugins/Makefile.am:
5513         * docs/plugins/gst-plugins-good-plugins.args:
5514         * docs/plugins/gst-plugins-good-plugins.signals:
5515         * docs/plugins/inspect/plugin-alaw.xml:
5516         * docs/plugins/inspect/plugin-alpha.xml:
5517         * docs/plugins/inspect/plugin-alphacolor.xml:
5518         * docs/plugins/inspect/plugin-annodex.xml:
5519         * docs/plugins/inspect/plugin-apetag.xml:
5520         * docs/plugins/inspect/plugin-audiofx.xml:
5521         * docs/plugins/inspect/plugin-auparse.xml:
5522         * docs/plugins/inspect/plugin-autodetect.xml:
5523         * docs/plugins/inspect/plugin-avi.xml:
5524         * docs/plugins/inspect/plugin-cairo.xml:
5525         * docs/plugins/inspect/plugin-cdio.xml:
5526         * docs/plugins/inspect/plugin-cutter.xml:
5527         * docs/plugins/inspect/plugin-debug.xml:
5528         * docs/plugins/inspect/plugin-dv.xml:
5529         * docs/plugins/inspect/plugin-efence.xml:
5530         * docs/plugins/inspect/plugin-effectv.xml:
5531         * docs/plugins/inspect/plugin-flac.xml:
5532         * docs/plugins/inspect/plugin-flxdec.xml:
5533         * docs/plugins/inspect/plugin-gconfelements.xml:
5534         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5535         * docs/plugins/inspect/plugin-goom.xml:
5536         * docs/plugins/inspect/plugin-halelements.xml:
5537         * docs/plugins/inspect/plugin-icydemux.xml:
5538         * docs/plugins/inspect/plugin-id3demux.xml:
5539         * docs/plugins/inspect/plugin-jpeg.xml:
5540         * docs/plugins/inspect/plugin-ladspa.xml:
5541         * docs/plugins/inspect/plugin-level.xml:
5542         * docs/plugins/inspect/plugin-matroska.xml:
5543         * docs/plugins/inspect/plugin-mulaw.xml:
5544         * docs/plugins/inspect/plugin-multipart.xml:
5545         * docs/plugins/inspect/plugin-navigationtest.xml:
5546         * docs/plugins/inspect/plugin-png.xml:
5547         * docs/plugins/inspect/plugin-quicktime.xml:
5548         * docs/plugins/inspect/plugin-rtp.xml:
5549         * docs/plugins/inspect/plugin-rtsp.xml:
5550         * docs/plugins/inspect/plugin-shout2send.xml:
5551         * docs/plugins/inspect/plugin-smpte.xml:
5552         * docs/plugins/inspect/plugin-speex.xml:
5553         * docs/plugins/inspect/plugin-taglib.xml:
5554         * docs/plugins/inspect/plugin-udp.xml:
5555         * docs/plugins/inspect/plugin-videobalance.xml:
5556         * docs/plugins/inspect/plugin-videobox.xml:
5557         * docs/plugins/inspect/plugin-videocrop.xml:
5558         * docs/plugins/inspect/plugin-videoflip.xml:
5559         * docs/plugins/inspect/plugin-videomixer.xml:
5560         * docs/plugins/inspect/plugin-wavenc.xml:
5561         * docs/plugins/inspect/plugin-wavpack.xml:
5562         * docs/plugins/inspect/plugin-wavparse.xml:
5563           Update plugin docs.
5564
5565         * gst/videomixer/Makefile.am:
5566         * gst/videomixer/videomixer.c:
5567         * gst/videomixer/videomixer.h:
5568         * gst/videomixer/videomixerpad.h:
5569           Split out header to fix warnings from the doc-build.
5570
5571 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5572
5573         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5574
5575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5576         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5577
5578 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5579
5580         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5582           Initialise variables to work around (false) 'foo might be used
5583           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5584
5585 2008-01-11  David Schleef  <ds@schleef.org>
5586
5587         * docs/plugins/.cvsignore:
5588         * tests/check/pipelines/.cvsignore:
5589           Ignore more files for the buildbot.
5590
5591 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5592
5593         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5594         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5595         Generate the image-type values correctly. Leave them out of the caps
5596         when outputting a "preview image" tag, since it only makes sense
5597         to have one of those - the type is irrelevant.
5598
5599         * sys/sunaudio/gstsunaudiomixerctrl.c:
5600         (gst_sunaudiomixer_ctrl_open):
5601         If we can, mark the mixer multiple open when we use it, in case
5602         (for some reason) the process wants to open it again elsewhere.
5603
5604 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5605
5606         Patch by: Olivier Crete <tester at tester dot ca>
5607
5608         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5609         * gst/rtp/gstrtptheorapay.c:
5610         Fix the clock rate to 90000 as required by the RFC.
5611         Fixes #508644.
5612
5613 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5616           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5617
5618 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5619
5620         * autogen.sh:
5621           Add -Wno-portability to the automake parameters to stop warnings
5622           about GNU make extensions being used. We require GNU make in almost
5623           every Makefile anyway.
5624           
5625         * configure.ac:
5626           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5627           at the same time is required for per target flags.
5628
5629 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5630
5631         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5632         Fix error from my last commit.
5633
5634 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5637
5638         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5639           Make sure the ISO 639-X language code in ID3v2 COMM frames
5640           is actually valid UTF-8 (or rather: ASCII), so we don't end
5641           up with non-UTF8 strings in tags if there's garbage in the
5642           language field. Also make sure the language code is always
5643           lower case. Fixes: #508291.
5644
5645 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5646
5647         * ChangeLog:
5648           Fix ChangeLog typo.
5649
5650 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5651
5652         * Makefile.am:
5653           Include lcov.mak to allow building coverage reports. Guard
5654           check-torture target like in the other packages.
5655
5656 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5657
5658         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5659
5660         * gst/videomixer/videomixer.c:
5661         (gst_videomixer_set_master_geometry), (_do_init),
5662         (gst_videomixer_child_proxy_get_child_by_index),
5663         (gst_videomixer_child_proxy_get_children_count),
5664         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5665         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5666         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5667         Implement GstChildProxy interface.
5668         Send newsegment at the right moment
5669         Fixes #488879
5670
5671 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5672
5673         * gst/alpha/Makefile.am:
5674         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5675         (gst_alpha_sink_event), (gst_alpha_chain),
5676         (gst_alpha_change_state), (plugin_init):
5677         Make the various properties of 'alpha' controllable. This allows doing
5678         niceties like fade-in/fade-out.
5679
5680 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5681
5682         * gst/rtp/gstasteriskh263.c:
5683         * gst/rtp/gstrtpL16depay.c:
5684         * gst/rtp/gstrtpac3depay.c:
5685         * gst/rtp/gstrtpamrpay.c:
5686         * gst/rtp/gstrtpdepay.c:
5687         * gst/rtp/gstrtpgsmdepay.c:
5688         * gst/rtp/gstrtph263depay.c:
5689         * gst/rtp/gstrtph263pdepay.c:
5690         * gst/rtp/gstrtph263ppay.c:
5691         * gst/rtp/gstrtph264depay.c:
5692         * gst/rtp/gstrtph264pay.c:
5693         * gst/rtp/gstrtpmp2tdepay.c:
5694         * gst/rtp/gstrtpmp4adepay.c:
5695         * gst/rtp/gstrtpmp4gdepay.c:
5696         * gst/rtp/gstrtpmp4gpay.c:
5697         * gst/rtp/gstrtpmp4vdepay.c:
5698         * gst/rtp/gstrtpmpadepay.c:
5699         * gst/rtp/gstrtpmpvdepay.c:
5700         * gst/rtp/gstrtpsv3vdepay.c:
5701         * gst/rtp/gstrtptheoradepay.c:
5702         * gst/rtp/gstrtptheorapay.c:
5703         * gst/rtp/gstrtpvorbisdepay.c:
5704         * gst/rtp/gstrtpvorbispay.c:
5705           Remove copy/paste unused code (property setters and getter) found by
5706           the coverage suite (yay, saves ~20k on disk).
5707
5708 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5711           (videosink_templ):
5712           Also fix up pad templates to indicate that image/jpeg doesn't
5713           absolutely require the framerate property to be set (#504081).
5714
5715 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         Based on patch by: Wouter Cloetens  <wouter at mind be>
5718
5719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5720           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5721           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5722         * gst/matroska/matroska-mux.h:
5723           Keep track of first and last timestamps for each incoming stream,
5724           so we can calculate the total duration for live sources and other
5725           input where we can't query the duration from the start or where
5726           there's no constant framerate from which we can deduce the
5727           duration; also use calculated/observed duration if it is bigger
5728           than the previously queried duration. Furthermore, use
5729           gst_pad_query_peer_duration() and take into account that it may
5730           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5731           screws up comparisons when using unsigned integers. Fixes #504081.
5732
5733 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5734
5735         * configure.ac:
5736         * gst/audiofx/audioamplify.c:
5737         (gst_audio_amplify_clipping_method_get_type),
5738         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5739         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5740         (gst_audio_dynamic_transform_ip):
5741         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5742         (gst_audio_invert_transform_ip):
5743         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5744         (gst_audio_panorama_transform):
5745         * gst/level/gstlevel.c: (gst_level_init):
5746         Make elements GST_BUFFER_FLAG_GAP aware and call
5747         gst_base_transform_set_gap_aware for this.
5748         Bump core requirement to CVS.
5749         
5750         * gst/audiofx/audiochebyshevfreqband.c:
5751         (gst_audio_chebyshev_freq_band_transform_ip):
5752         * gst/audiofx/audiochebyshevfreqlimit.c:
5753         (gst_audio_chebyshev_freq_limit_transform_ip):
5754         Also sync GObject properties to the controller if operating
5755         in passthrough mode.
5756
5757 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         * sys/directdraw/gstdirectdrawsink.c:
5760           (gst_directdraw_sink_window_thread):
5761           FALSE is not a gpointer.
5762
5763 2008-01-05  Julien Moutte  <julien@fluendo.com>
5764
5765         * sys/directdraw/gstdirectdrawsink.c:
5766         (gst_directdraw_sink_set_window_id),
5767         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5768         (gst_directdraw_sink_buffer_alloc),
5769         (gst_directdraw_sink_draw_borders),
5770         (gst_directdraw_sink_show_frame),
5771         (gst_directdraw_sink_setup_ddraw),
5772         (gst_directdraw_sink_window_thread),
5773         (gst_directdraw_sink_get_ddrawcaps),
5774         (gst_directdraw_sink_surface_create): Make sure we create our
5775         internal window only when we need it. That will give a chance to
5776         the application to get the prepare-xwindow-id bus message. Draw
5777         black borders when keeping aspect ratio. Handle the case where our
5778         rendering window disappears (closed or errors) like other sinks
5779         do. Various 80 columns fixes, improve state change order. That
5780         element could need some more love.
5781
5782 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5783
5784         * ext/taglib/gstapev2mux.h:
5785         * ext/taglib/gstid3v2mux.h:
5786         Remove useless typedefs without new type name. Fixes a warning with
5787         gcc 4.3.
5788
5789 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5790
5791         Patch by: John Millikin <jmillikin at gmail dot com>
5792
5793         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5794         (gst_flac_dec_setup_stream_decoder),
5795         (gst_flac_normalize_picture_mime_type),
5796         (gst_flac_extract_picture_buffer),
5797         (gst_flac_dec_metadata_callback):
5798         Emit metadata messages when a PICTURE block is encountered.
5799         Fixes #506715.
5800
5801 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5802
5803         * gst/avi/gstavi.c:
5804         increase rank because no known issues anymore ...
5805         * gst/avi/gstavisubtitle.c:
5806         send subtitle name to the srcpad
5807
5808 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5809
5810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5811         * gst/rtsp/gstrtspsrc.h:
5812         Implement redirect for the DESCRIBE reply. Fixes #506025.
5813
5814 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5815
5816         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5817         Fix 'xyz may be used uninitialized' compiler warnings caused
5818         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5819         abort() in any case but properly report the error.
5820
5821 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5824         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5825         * sys/ximage/gstximagesrc.c: (composite_pixel):
5826           Fix 'xyz may be used uninitialized' compiler warnings caused
5827           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5828           not really nice to abort in any case). Fixes #505745.
5829
5830 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5833           Small unit test fix (has no practical impact at the moment,
5834           since we're only feeding utf8 and hence just create a sub-
5835           buffer for the output).
5836
5837 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5838
5839         * gst/avi/gstavisubtitle.c:
5840         * tests/check/elements/avisubtitle.c:
5841         Add seeking support for avi subtitle
5842
5843 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5844
5845         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5846         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5847         (gst_flac_dec_write):
5848         * ext/flac/gstflacdec.h:
5849         Remove some unused vars.
5850         Do more cleanup of leftover events and tags.
5851         Output tags after the segment event. Fixes #504018.
5852
5853 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5854
5855         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5856           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5857           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5858           Detect other UTF byte order markers and convert to UTF-8 as
5859           appropriate.
5860
5861 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5862
5863         * gst/avi/gstavisubtitle.c: (src_template),
5864           (gst_avi_subtitle_extract_utf8_file),
5865           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5866           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5867           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5868         * gst/avi/gstavisubtitle.h:
5869           Refactor a bit; fix name extraction; don't assume all the data
5870           in the chunk is actually subtitle data, there may be padding at
5871           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5872           file so it's there to send again after a seek (for future use).
5873
5874 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5875
5876         * gst/avi/Makefile.am:
5877         * gst/avi/gstavi.c:
5878         * gst/avi/gstavisubtitle.c:
5879         * gst/avi/gstavisubtitle.h:
5880         * tests/check/Makefile.am:
5881         * tests/check/elements/avisubtitle.c:
5882         * win32/common/config.h:
5883                 Add avi subtitle element for bug #442034. Need seeking support
5884                 and more support for character conversion.
5885
5886 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5887
5888         * Makefile.am:
5889           Include common/win32.mak for CRLF check of win32 project
5890           files (see #393626).
5891
5892         * win32/vs6/libgstpng.dsp:
5893           Fix line endings and do cvs admin -kb.
5894
5895 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5896
5897         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5898         Actually drop the buffers which are outside the currently configured
5899         segment instead of just emitting a WARNING.
5900
5901 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5902
5903         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5904         (gst_flac_dec_write):
5905         * ext/flac/gstflacdec.h:
5906         Send segments from the streaming thread. Fixes #502187.
5907         Fix segment seeking and a bunch of other seeking cases.
5908
5909 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5910
5911         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5912           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5913           which is where it would end up if the same information was
5914           put in a vorbis comment (don't think it's worth adding a
5915           new URI tag for this). Fixes #488112.
5916
5917 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5918
5919         * configure.ac:
5920           We need core/base 0.10.15 or later.
5921
5922 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5923
5924         Patch by: Mark Nauwelaerts <manauw skynet be>
5925
5926         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5927         Fix regression in stream numbering. Fixes #502655.
5928
5929 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5930
5931         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5932
5933         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5934         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5935         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5936         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5937         (gst_rtp_h264_pay_handle_buffer):
5938         * gst/rtp/gstrtph264pay.h:
5939         Use higher performance start-code searching.
5940         Parse NALs and store SPS, PPS and profile in the caps so that they can
5941         be used in the SDP. Fixes #502814.
5942
5943 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5944
5945         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5946         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5947           Init some structs to zero before we pass them to ioctl, which
5948           avoids valgrind warnings.  Also fix a small memory leak.
5949
5950 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5951
5952         Patch by: Wouter Cloetens <wouter at mind dot be>
5953
5954         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5955         Copy timestamp from input to output. Not very perfect yet but better
5956         than nothing. Fixes #503023.
5957
5958 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5959
5960         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5961           Also print a useful error message with the old Wavpack API
5962           if possible.
5963
5964 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         * ext/wavpack/gstwavpackdec.c:
5967           More build fixes for old libwavpack versions: include config.h so
5968           that WAVPACK_OLD_API is actually defined as detected; only use
5969           WavpackGetErrorMessage if it is available. This fixes the build
5970           on debian stable for me.
5971
5972 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5973
5974         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5975         * ext/wavpack/gstwavpackparse.c:
5976           (gst_wavpack_parse_create_src_pad):
5977           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5978           versions below 4.40.0.
5979
5980 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5981
5982         * configure.ac:
5983           And now do it right for real...
5984
5985 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5986
5987         * configure.ac:
5988           Correctly reset $LIBS to not contain -lm.
5989
5990 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5991
5992         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5993
5994         * configure.ac:
5995         * ext/cairo/gsttimeoverlay.c:
5996           (gst_cairo_time_overlay_print_smpte_time):
5997           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5998           and checking for rint() and implementing it ourself if it doesn't
5999           exist. Fixes #497293.
6000
6001 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6002
6003         * configure.ac:
6004           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6005
6006 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6007
6008         * sys/oss/gstosshelper.c:
6009         Verify that the format returned after the ioctl is the one
6010         we requested. It is valid for the ioctl to succeed while
6011         substituting an alternate 'supported' sample format.
6012
6013 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6014
6015         * sys/oss/gstossaudio.c: (plugin_init):
6016         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6017         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6018           Post decent (and translated) error message when we can't
6019           open the audio device for some reason.
6020
6021 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6022
6023         * sys/oss/gstosssink.c:
6024         * sys/oss/gstosssrc.c:
6025         Allow the AUDIODEV environment variable to redirect us
6026         to a different default OSS device, like sunaudiosink does
6027         on Solaris (makes audio play automatically on SunRays).
6028
6029 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6030
6031         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6032         * gst/audiofx/audiochebyshevfreqband.c:
6033         (gst_audio_chebyshev_freq_band_transform_ip):
6034         * gst/audiofx/audiochebyshevfreqlimit.c:
6035         (gst_audio_chebyshev_freq_limit_transform_ip):
6036         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6037         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6038         The transform_ip() methods should do nothing if in passthrough mode.
6039         It might get non-writable buffers in that case but the buffer might
6040         as well be writable.
6041
6042         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6043         The transform() methods won't be called in passthrough mode and
6044         otherwise the buffer is always writable so don't check here.
6045
6046 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6047
6048         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6049           Fix seeking in .wav files again (#501775).  Some people seem to think
6050           they don't need to test their changes when they're just 'reflowing'
6051           some code.
6052
6053 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6054
6055         * gst/autodetect/gstautovideosink.c:
6056         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6057         (gst_auto_video_sink_init),
6058         (gst_auto_video_sink_create_element_with_pretty_name),
6059         (gst_auto_video_sink_find_best),
6060         (gst_auto_video_sink_set_property),
6061         (gst_auto_video_sink_get_property):
6062         * gst/autodetect/gstautovideosink.h:
6063         Fix docs.
6064         Use same error reporting code as autoaudiosink.
6065         Add property to filter sinks based on caps. Only select raw video sinks
6066         by default for backwards compat.
6067         API: GstAutoVideoSink::filter-caps
6068
6069 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6070
6071         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6072
6073         * gst/autodetect/gstautoaudiosink.c:
6074         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6075         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6076         (gst_auto_audio_sink_set_property),
6077         (gst_auto_audio_sink_get_property):
6078         * gst/autodetect/gstautoaudiosink.h:
6079         Add property to filter sinks based on caps. Only select raw audio sinks
6080         by default for backwards compat.  Fixes #417420.
6081         API: GstAutoAudioSink::filter-caps
6082
6083 2007-11-29  Michael Smith <msmith@fluendo.com>
6084
6085         Patch by: Arek Korbik <arkadini@gmail.com>
6086
6087         * gst/videobox/gstvideobox.c: (plugin_init):
6088           Initialise liboil in plugin_init()
6089
6090 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6091
6092         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6093         Post error before sending EOS. Fixes #499178.
6094
6095 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6096
6097         * win32/vs6/gst_plugins_good.dsw:
6098         * win32/vs6/libgstpng.dsp:
6099         Add a project file for libgstpng
6100
6101 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6102
6103         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6104         (gst_rtp_h263_depay_process):
6105         Code beautification.
6106         Added debug statements.
6107         Don't bit-shift everything, just do operations on last/first byte
6108         instead.
6109
6110 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6111
6112         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6113
6114         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6115         Fix wrong comparison in overrun check. Fixes #499239 some more.
6116
6117 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6118
6119         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6120         (gst_rtp_h263_depay_process):
6121         * gst/rtp/gstrtph263depay.h:
6122         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6123         stream.
6124
6125 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6126
6127         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6128
6129         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6130         (gst_rtp_mp4a_depay_process):
6131         * gst/rtp/gstrtpmp4adepay.h:
6132         Fix depayloading when multiple frames are inside one RTP packet.
6133         Fixes #499239.
6134
6135 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6136
6137         * gst/level/gstlevel.c:
6138           Add GAP-flag support.
6139
6140 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6141
6142         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6143         Read the I flag for Mode A h263 rtp stream and set the
6144         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6145         Fixes #499383
6146
6147 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6148
6149         * gst/level/gstlevel.c:
6150           Remove some dead code and do cleanups.
6151
6152 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6153
6154         * tests/check/pipelines/simple-launch-lines.c:
6155           Improve the tests by allowing to set a target state.
6156
6157 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6158
6159         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6160         Don't check the caps of the output buffer if they're equal some
6161         other caps. The caps can change in a backward compatible way
6162         and did at this point.
6163
6164 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6165
6166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6167         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6168         (gst_qtdemux_seek_to_previous_keyframe),
6169         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6170         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6171         reverse playback support.
6172
6173 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6174
6175         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6176         Also set the channel layout on the Wavpack caps if we're having
6177         a mono layout. Of course only do it for "audio/x-wavpack".
6178
6179 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6180
6181         * ext/wavpack/gstwavpackcommon.c:
6182         (gst_wavpack_get_default_channel_mask),
6183         (gst_wavpack_set_channel_layout),
6184         (gst_wavpack_get_default_channel_positions),
6185         (gst_wavpack_get_channel_mask_from_positions),
6186         (gst_wavpack_set_channel_mapping):
6187         * ext/wavpack/gstwavpackcommon.h:
6188         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6189         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6190         * ext/wavpack/gstwavpackdec.h:
6191         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6192         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6193         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6194         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6195         (gst_wavpack_enc_rewrite_first_block),
6196         (gst_wavpack_enc_sink_event):
6197         * ext/wavpack/gstwavpackenc.h:
6198         * ext/wavpack/gstwavpackparse.c:
6199         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6200         (gst_wavpack_parse_scan_to_find_sample),
6201         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6202         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6203         * ext/wavpack/gstwavpackparse.h:
6204         Add support for encoding, parsing and decoding multichannel
6205         files with up to 8 channels. This also improves the robustness
6206         of parsing quite a bit.
6207
6208         * ext/wavpack/gstwavpackstreamreader.c:
6209         (gst_wavpack_stream_reader_read_bytes),
6210         (gst_wavpack_stream_reader_get_pos),
6211         (gst_wavpack_stream_reader_set_pos_abs),
6212         (gst_wavpack_stream_reader_set_pos_rel),
6213         (gst_wavpack_stream_reader_push_back_byte),
6214         (gst_wavpack_stream_reader_get_length),
6215         (gst_wavpack_stream_reader_can_seek),
6216         (gst_wavpack_stream_reader_write_bytes):
6217         Improve debugging.
6218
6219 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * ext/libpng/gstpngdec.c:
6222         * ext/libpng/gstpngdec.h:
6223           Don't release the png-memory from within the callback.
6224
6225 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6226
6227         Patch by: René Stadler <mail at renestadler dot de>
6228
6229         * ext/libpng/gstpngenc.c:
6230           Don't leak buffer data memory. Fixes #498395.
6231
6232 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6233
6234         Patch by: René Stadler <mail at renestadler dot de>
6235
6236         * tests/check/pipelines/simple-launch-lines.c:
6237           Tests for #498395.
6238
6239 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6240
6241         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6242         (gst_tag_lib_mux_adjust_event_offsets):
6243         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6244         * sys/osxaudio/Makefile.am:
6245         * sys/osxvideo/cocoawindow.h:
6246         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6247
6248 2007-11-15  David Schleef  <ds@schleef.org>
6249
6250         * ext/cairo/gsttextoverlay.c:
6251           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6252
6253 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6254
6255         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6256
6257         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6258         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6259         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6260         * gst/rtp/gstrtpmp2tpay.h:
6261         Fill the MTU with as many packets as possible. Fixes #491323.
6262
6263 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6264
6265         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6266
6267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6268         Fix some more leaks. Fixes #497007.
6269
6270 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6271
6272         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6273
6274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6275         (gst_rtspsrc_stream_configure_tcp):
6276         Fix 3 pad leaks. Fixes #496983.
6277
6278 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6279
6280         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6281
6282         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6283         Fix small leak. Fixes #497017.
6284
6285 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6286
6287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6288         (gst_qtdemux_prepare_current_sample),
6289         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6290         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6291         * gst/qtdemux/qtdemux_fourcc.h:
6292         * gst/qtdemux/qtdemux_types.c:
6293         Add suppport for theora in quicktime according to XiphQT.
6294
6295 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6296
6297         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6298         (gst_v4l2src_init), (gst_v4l2src_set_property),
6299         (gst_v4l2src_get_property):
6300         * sys/v4l2/gstv4l2src.h:
6301         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6302           Always copy buffers by default (handle safer with bugged drivers)
6303           and added a property to make it possible to use mmap effectively (no
6304           copy if possible) when application wants to. Fixes: #480557.
6305
6306 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * gst/id3demux/id3tags.c:
6309         * gst/id3demux/id3tags.h:
6310         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6311           We don't want the same string multiple times in a tag list for the
6312           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6313           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6314
6315 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6318           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6319           into ID3v2 TXXX frames (fixes #347848).
6320
6321 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6324           Don't leak sdp message contents (fixes #496773).
6325
6326         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6327           Don't leak URI string.
6328
6329 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         Patch by: Julien Puydt <julien dot puydt at laposte net>
6332
6333         * ext/raw1394/Makefile.am:
6334         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6335           (gst_1394_property_probe_get_properties),
6336           (gst_1394_property_probe_probe_property),
6337           (gst_1394_property_probe_needs_probe),
6338           (gst_1394_property_probe_get_values),
6339           (gst_1394_property_probe_interface_init),
6340           (gst_1394_type_add_property_probe_interface):
6341         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6342         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6343           (gst_dv1394src_init), (gst_dv1394src_dispose),
6344           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6345           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6346           (gst_dv1394src_update_device_name):
6347         * ext/raw1394/gstdv1394src.h:
6348           Implement GstPropertyProbe interface and add "device-name" property,
6349           so applications can use this to probe for available devices in the
6350           same way they can already with v4lsrc and v4l2src (however horrible
6351           this property probe interface may be). Fixes #358841.
6352
6353 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6356
6357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6358           (gst_rtspsrc_parse_range):
6359           Don't leak event, don't leak range (fixes #496752).
6360
6361 2007-11-14  Michael Smith <msmith@fluendo.com>
6362
6363         Patch by: Arek Korbik <arkadini@gmail.com>
6364
6365         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6366           Detect RGBA/BGRA correctly on little endian systems.
6367
6368 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6371           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6372           corresponding ioctl() call fails even though the driver claims to
6373           support this format, just fall back to the pre-2.6.19 kernel
6374           routine that creates caps with suitable height and width ranges
6375           (see #448278).
6376
6377 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6378
6379         Patch by: Mark Nauwelaerts <manauw skynet be>
6380
6381         * gst/matroska/matroska-demux.c:
6382           (gst_matroska_demux_push_dvd_clut_change_event),
6383           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6384           (gst_matroska_demux_subtitle_caps):
6385         * gst/matroska/matroska-ids.h:
6386           Extract palette data for dvd subpicture streams and send it
6387           downstream as custom gstreamer dvd event (fixes #453417).
6388
6389 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6392           Implement minimal parsing of the passed pango font description
6393           string, so passing a font size works the same as with the
6394           pango textoverlay plugin; fixes #455086.
6395           (Maybe we could just use pangocairo here at some point).
6396
6397 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6398
6399         * gst/avi/gstavidemux.c:
6400         * gst/wavparse/gstwavparse.c:
6401           Return the result in _activate_pull(). Don't ref element there.
6402
6403 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6404
6405         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6406         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6407         (gst_wavparse_srcpad_event):
6408           Ref the element when we should, but not when we its not needed. Reflow
6409           the event_handling to not leak the event.       
6410
6411 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6412
6413         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6414         (qtdemux_parse_samples):
6415         Properly free QTDemuxSamples array.
6416         Protect table write with a sensible check, some files apparently DO contain
6417         stts values starting with 0 :(
6418
6419 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6420
6421         * gst/avi/gstavidemux.c:
6422         * gst/qtdemux/qtdemux.c:
6423           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6424           previous commit messed up.
6425
6426 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6427
6428         * gst/avi/gstavidemux.c:
6429         * gst/qtdemux/qtdemux.c:
6430           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6431           element when we should, but not when we its not needed.
6432
6433 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6434
6435         * gst/wavparse/gstwavparse.c:
6436           Return FALSE if we can't handle a query instead of changing the
6437           format. Ignore fact when dealing with mpeg audio.
6438
6439 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6440
6441         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6442
6443         * configure.ac:
6444         * gst/udp/gstdynudpsink.c:
6445         * gst/udp/gstdynudpsink.h:
6446         * gst/udp/gstmultiudpsink.c:
6447         * gst/udp/gstmultiudpsink.h:
6448         * gst/udp/gstudpsink.c:
6449         * gst/udp/gstudpsink.h:
6450           Fix includes for MSVC and GLib-2.14.0 (#492388).
6451
6452         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6453           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6454
6455 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6456
6457         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6458         (gst_mulawdec_chain):
6459         * gst/law/mulaw-decode.h:
6460         Calculate outgoing buffer duration if incoming buffer didn't have a
6461         valid duration.
6462
6463 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6464
6465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6466         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6467         Smarter combine_flow code that also deals with downstream elements
6468         returning UNEXPECTED when they receive data out of the segment
6469         boundaries. Fixes #491305.
6470
6471 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * sys/v4l2/v4l2src_calls.c:
6474           Fix 'unused variable' compiler warning when compiling against
6475           older kernel headers.
6476
6477 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * ext/taglib/gstid3v2mux.cc (add_funcs):
6480           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6481
6482 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6483
6484         * tests/check/pipelines/simple-launch-lines.c:
6485            Improve the tests a little more.
6486
6487 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6488
6489         patch by: Yun Zheng Hu
6490
6491         * sys/osxaudio/gstosxaudiosrc.c:
6492         Use default input device instead of default output device and
6493         only memcpy actual available bytes.
6494
6495 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6496
6497         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6498           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6499           early. It is temporary until we find something better.
6500
6501 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6502
6503         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6504
6505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6506         Fix race when pausing a RTSP stream in interleaved.
6507         Fixes #475784.
6508
6509 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6510
6511         Patch by: Peter Kjellerstedt <pkj at axis com>
6512
6513         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6514         Use correct unref function for buffers. #488844.
6515
6516 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6517
6518         * gst/avi/gstavimux.c:
6519         * tests/check/elements/avimux.c:
6520           Add some debug and sync tests with the fix.     
6521
6522 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6523
6524         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6525
6526         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6527         When the socket is used by the app for other purposes, don't generate an
6528         error if there is activaty on the socket that is not data related.
6529         Fixes #487488.
6530
6531 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6532
6533         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6534         (gst_v4l2src_grab_frame):
6535         Add some more debug info. Generate an error when we run out of buffers
6536         for some reason. See #480557.
6537
6538 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6539
6540         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6541
6542         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6543         Set marker bit correctly.
6544
6545 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6546
6547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6548         Use allowed name for the GstStructure.
6549
6550 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * ext/gconf/gstswitchsink.c:
6553         * gst/autodetect/gstautoaudiosink.c:
6554           Use new gst_bus_pop_filtered().
6555
6556 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         * sys/v4l2/gstv4l2src.c:
6559         * sys/v4l2/v4l2src_calls.c:
6560           When probing the formats and sizes a camera supports, make
6561           sure the best ones (highest resolution, prefered format)
6562           end up at the beginning of the probed caps and the less
6563           desirable ones at the end.  This is important because the
6564           order within the caps matters for things like fixation and
6565           negotiation, ie. what format is chosen in the end.
6566           With recent kernels, the current probing code will end up
6567           querying the supported sizes from lowest resolution to
6568           highest resolution, adding them to the probed caps in that
6569           order, resulting to v4l2src fixating to the lowest possible
6570           resolution if downstream does not express a size preference.
6571           Also make up a somewhat random ranking of prefered output
6572           formats for the same reason. Fixes #485828.
6573         
6574 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6577
6578         * gst/id3demux/id3v2frames.c:
6579           Extract license/copyright URIs from ID3v2 WCOP frames
6580           (Fixes #447000).
6581
6582         * tests/check/elements/id3demux.c:
6583         * tests/files/Makefile.am:
6584         * tests/files/id3-447000-wcop.tag:
6585           Add simple unit test.
6586
6587 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         * ext/taglib/gstid3v2mux.cc:
6590           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6591           Prerequisite for #447000.
6592
6593 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6594
6595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6596         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6597         a GstClockTime.
6598
6599 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6600
6601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6602         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6603         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6604         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6605         (gst_rtspsrc_change_state):
6606         More seeking fixes, mostly passing around the new playback segment in
6607         order to configure it properly.
6608         Also reset base_time of udp sources when setting them back to PLAYING as
6609         a temporary hack until core supports seek in live sources properly.
6610
6611 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6612
6613         * gst/rtp/gstrtpmp4adepay.c:
6614         Fix caps as to not confuse autopluggers.
6615
6616 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst/id3demux/gstid3demux.c:
6619         * gst/id3demux/gstid3demux.h:
6620         * gst/id3demux/id3tags.c:
6621         * gst/id3demux/id3tags.h:
6622         * gst/id3demux/id3v2frames.c:
6623           Port ID3 tag demuxer over to the new GstTagDemux in -base
6624           (now would be a good time to test re-importing your music
6625           collection).
6626
6627 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * gst/apetag/Makefile.am:
6630         * gst/apetag/gstapedemux.c:
6631         * gst/apetag/gstapedemux.h:
6632         * gst/apetag/gsttagdemux.c:
6633         * gst/apetag/gsttagdemux.h:
6634           Port APE tag demuxer over to the new GstTagDemux in -base.
6635
6636 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6639         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6640         (gst_rtspsrc_handle_internal_src_query),
6641         (gst_rtspsrc_handle_src_query), (new_session_pad),
6642         (gst_rtspsrc_stream_configure_tcp),
6643         (gst_rtspsrc_stream_configure_transport),
6644         (gst_rtspsrc_loop_send_cmd):
6645         Improve flushing behaviour.
6646         Set state of the udp sources to PAUSE/PLAYING correctly.
6647         Handle events and queries for UDP and TCP transport now.
6648
6649 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * gst/rtp/gstrtpgsmdepay.c:
6652         * gst/rtp/gstrtpgsmpay.c:
6653           Add log category.
6654
6655 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6656
6657         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6658
6659         * tests/check/Makefile.am:
6660         * tests/check/pipelines/simple-launch-lines.c:
6661           Add unit tests for payloaders/depayloaders.
6662
6663 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6664
6665         * gst/avi/gstavimux.c:
6666         * gst/avi/gstavimux.h:
6667           Also save codec data for audio streams. Fixes #482495.
6668
6669 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6670
6671         * gst/avi/gstavimux.c:
6672           Fix "Index entry has invalid stream nr 1".
6673           Add support for muxing aac - work in progress (see #482495).
6674
6675 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6676
6677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6678         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6679         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6680         * gst/rtsp/gstrtspsrc.h:
6681         Parse bandwidth modifiers, they are not yet configured in the session
6682         manager because we don't have an API for that yet.
6683
6684 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6685
6686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6687         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6688         Use shiny new function in -base to get the default clock-rate.
6689         Update some docs.
6690
6691 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6692
6693         * win32/MANIFEST:
6694         Add files to win32 manifest.
6695         * win32/vs6/libgstaudiofx.dsp:
6696         * win32/vs6/libgstqtdemux.dsp:
6697         * win32/vs6/libgstrtp.dsp:
6698         * win32/vs6/libgstrtsp.dsp:
6699         Update project files.
6700
6701 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6702
6703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6704         (gst_rtspsrc_play):
6705         * gst/rtsp/gstrtspsrc.h:
6706         In TCP mode, only timestamp the first buffer. TCP is not real time and
6707         it does not make sense to try to skew compensate, also some servers send
6708         the first batch of data in a burst.
6709
6710 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * gst/matroska/matroska-demux.c:
6713           Fix setting the discont flag on the first buffer
6714           pushed downstream for formats with private codec
6715           data that needs to be deserialised into buffers
6716           (such as vorbis and FLAC when in a matroska container).
6717
6718 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6719
6720         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6721
6722         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6723         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6724         (gst_rtp_mp4v_pay_handle_buffer):
6725         * gst/rtp/gstrtpmp4vpay.h:
6726         Free the config string. Fixes #480707.
6727         Clean up the timestamp code a little.
6728
6729 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6730
6731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6732         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6733         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6734         * gst/rtsp/gstrtspsrc.h:
6735         Set timestamps on RTP buffers in interleaved mode.
6736         Mark first buffers with a DISCONT.
6737         Remove flush hack now that sync for live sources has been figured out.
6738
6739 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6740
6741         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6742         Update documentation.
6743
6744 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6745
6746         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6747         (gst_rtp_xqt_depay_change_state):
6748         * gst/qtdemux/gstrtpxqtdepay.h:
6749         Fail if we don't know the quicktime format.
6750
6751 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6752
6753         * ext/flac/gstflacenc.c:
6754         * ext/flac/gstflacenc.h:
6755           Save the flow return from the last gst_pad_push() and
6756           make sure we pass the right flow return value upstream
6757           in the case of failure; minor clean-ups.
6758
6759 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * ext/taglib/gstapev2mux.cc:
6762         * ext/taglib/gstid3v2mux.cc:
6763         * gst/apetag/gstapedemux.c:
6764           Add support for the new GST_TAG_COMPOSER (#459809).
6765
6766 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * gst/law/alaw-decode.c:
6769         * gst/law/alaw-decode.h:
6770         * gst/law/alaw-encode.c:
6771         * gst/law/alaw-encode.h:
6772         * gst/law/alaw.c:
6773         * gst/law/mulaw-conversion.h:
6774           Compulsive clean-ups: use boilerplate macros, add debug
6775           categories, fix up things to conform to symbol nomenklatura,
6776           etc.
6777
6778 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6781
6782         * gst/law/alaw-decode.c:
6783         * gst/law/alaw-encode.c:
6784           Use static tables for A-Law decoding and encoding; this makes
6785           A-Law decoding and encoding less CPU-intensive, but increases
6786           the binary size a bit. Leaving old code around for now,
6787           selectable by a define in the code. Fixes #435435.
6788
6789 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6790
6791         * configure.ac:
6792         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6793         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6794         in configure.ac.
6795
6796 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6797
6798         Patch by: Jan Gerber <j at bootlab dot org>
6799
6800         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6801         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6802
6803 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6804
6805         * sys/oss/gstosshelper.c:
6806           Use GST_WARNING instead of a g_critical. This situation is not caused
6807           by the application.
6808
6809 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6810
6811         * po/LINGUAS:
6812         * po/nl.po:
6813           Updated translations.
6814
6815 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6816
6817         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6818
6819         * po/eu.po:
6820           Added Basque translation.
6821
6822 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6823
6824         translated by: Abel Cheung <abelcheung@gmail.com>
6825
6826         * po/zh_HK.po:
6827         * po/zh_TW.po:
6828           Added Chinese (traditional and Hong Kong) translation.
6829
6830 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6831
6832         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6833
6834         * po/pl.po:
6835           Added Polish translation.
6836
6837 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6838
6839         translated by: Ilkka Tuohela <hile@iki.fi>
6840
6841         * po/fi.po:
6842           Added Finnish translation.
6843
6844 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6845
6846         translated by: Jorge González González <aloriel@gmail.com>
6847
6848         * po/es.po:
6849           Added Spanish translation.
6850
6851 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6852
6853         translated by: Mogens Jaeger <mogens@jaeger.tf>
6854
6855         * po/da.po:
6856           Added Danish translation.
6857
6858 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6859
6860         translated by: Funda Wang <fundawang@linux.net.cn>
6861
6862         * po/zh_CN.po:
6863           Added Chinese (simplified) translation.
6864
6865 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6866
6867         translated by: Alexander Shopov <ash@contact.bg>
6868
6869         * po/bg.po:
6870           Added Bulgarian translation.
6871
6872 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6873
6874         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6875         Set outgoing packet duration because we can. Fixes #478244 some more.
6876
6877 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6878
6879         * ext/cairo/gsttextoverlay.c:
6880           Add info about static leak.
6881         
6882         * tests/check/Makefile.am:
6883         * tests/check/generic/states.c:
6884           Improved state change unit test.
6885
6886 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6887
6888         * docs/plugins/.cvsignore:
6889         * tests/check/.cvsignore:
6890           Ignore registries in any format.
6891
6892 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6893
6894         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6895         Removed some unused code.
6896
6897         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6898         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6899         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6900         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6901         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6902         (gst_rtp_theora_pay_flush_packet):
6903         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6904         Try to preserve the incomming buffer duration on the outgoing
6905         packets. Fixes #478244.
6906
6907 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * ext/taglib/gstapev2mux.cc:
6910         * ext/taglib/gstid3v2mux.cc:
6911           Work around compiler warnings with g++-4.2 when assigning a
6912           string constant to a gchar * (partially fixes #478092).
6913
6914 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * configure.ac:
6917           We require core CVS now for gst_base_src_set_do_timestamp().
6918
6919 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6920
6921         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6923         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6924         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6925         (gst_rtspsrc_handle_message):
6926         Fix compiler warnings shown with Forte.
6927
6928 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6931         (gst_rtspsrc_dup_printf):
6932         Give meaningfull error when all streams failed to configure for some
6933         reason.
6934
6935 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         * gst/rtp/README:
6938         Update README with the design for synchronisation rules of RTP on
6939         sender and receiver.
6940
6941 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6942
6943         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6944         (gst_wavparse_chain):
6945         Don't push EOS from the chain function, the element
6946         driving the pipeline is responsible for this. The bug
6947         this was meant to fix seems to be queue not forwarding
6948         EOS in all cases (see #476514).
6949
6950 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6953         (gst_level_transform_ip):
6954         * gst/level/gstlevel.h:
6955         Use basetransform segment so that it is correctly managed on flushes and
6956         start/stop.
6957         Report message timestamp as stream time, which is what an application
6958         can understand.
6959
6960 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6961
6962         * ext/taglib/gstapev2mux.cc:
6963         * ext/taglib/gstapev2mux.h:
6964         * ext/taglib/gsttaglibmux.c:
6965         * tests/check/elements/apev2mux.c:
6966         Update my mail address.
6967
6968 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6969
6970         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6971         (gst_wavparse_loop), (gst_wavparse_chain):
6972         Add EOS logic for the push-based mode too. Fixes #476514.
6973
6974 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6975
6976         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6977         * gst/law/alaw-encode.h:
6978         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6979         (gst_mulawenc_chain):
6980         * gst/law/mulaw-encode.h:
6981         Fix law encoder timestamps.
6982
6983 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6984
6985         * ext/gconf/gstgconfaudiosink.c:
6986           Fix warning when building without debug.
6987
6988         * sys/oss/gstossmixertrack.c:
6989           Use const like in alsamixertrack.c (fixes warnings).
6990
6991 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6992
6993         * sys/v4l2/v4l2src_calls.c:
6994         (gst_v4l2src_probe_caps_for_format_and_size):
6995         Fix framerate detection code some more.
6996         Handle the case where there is a weird step in the stepwise framerates.
6997         Don't overwrite the min interval with the framerate, use a temp variable
6998         instead.
6999         Use max in the Continuous framerate intervals instead of step, which is
7000         1 according to the docs. Fixes #475424.
7001
7002 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7003
7004         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7005         Make udpsrc timestamp outgoing buffers based on when they were received.
7006         Also make it output a segment in time.
7007
7008 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7009
7010         * gst/avi/gstavidemux.c:
7011           Plug a little leak. Little code cleanups.
7012
7013 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * configure.ac:
7016           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7017           flac versions, 's good for cross-compilation karma.
7018
7019 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7022
7023         * gst/rtp/gstrtph263pay.c:
7024           Fix up header structure so that compilers don't add padding
7025           between the structure fields, since that would lead to us
7026           sending RTP packets with broken headers (as is currently the
7027           case when compiling with MSVC). Also see similar fixes in
7028           libgstrtp in gst-plugins-base. (#474616; #471194)
7029
7030 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         * sys/v4l2/v4l2src_calls.c:
7033         (gst_v4l2src_probe_caps_for_format_and_size):
7034         Don't overwrite our GValue with 0 but instead use the previously
7035         computed value. Fixes #471823 some more.
7036
7037 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7040           No tabs in this file please, or gtk-doc will end up documenting
7041           rather absurd class hierarchies.
7042
7043 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         * ext/gconf/gstswitchsink.c:
7046           If the new kid element fails to change state for some reason
7047           (e.g. esdsink not being able to connect to the sound server),
7048           forward the error message it posted on the bus instead of just
7049           posting a generic 'Internal state change error: please file a
7050           bug' error message. Fixes #471364.
7051
7052 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/qtdemux/Makefile.am:
7055         * gst/qtdemux/qtdemux.c:
7056           Don't assume tags are encoded as UTF-8 (#473670).
7057
7058 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         * sys/v4l2/gstv4l2src.c:
7061         * sys/v4l2/gstv4l2src.h:
7062         * sys/v4l2/v4l2src_calls.c:
7063           Implement LATENCY queries in the crudest way possible so I don't
7064           have to use sync=false any longer when testing with videosinks.
7065
7066 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7067
7068         * configure.ac:
7069           Fix build.
7070
7071 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7072
7073         * sys/v4l2/v4l2src_calls.c:
7074         (gst_v4l2src_probe_caps_for_format_and_size):
7075         Add some more debugging in the framerate function.
7076         Iterate stepwise framerate up to and _including_ the max and if nothing
7077         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7078         don't end up with an empty list. Fixes #471823
7079
7080 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7081
7082         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7083         (gst_multiudpsink_set_clients_string),
7084         (gst_multiudpsink_get_clients_string),
7085         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7086         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7087         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7088         (gst_multiudpsink_clear):
7089         Add property do configure destination address/port pairs
7090         API:GstMultiUDPSink::clients
7091
7092 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7093
7094         * tests/examples/Makefile.am:
7095         * tests/examples/rtp/Makefile.am:
7096         * tests/examples/rtp/client-H263p-AMR.sh:
7097         * tests/examples/rtp/client-H263p-PCMA.sdp:
7098         * tests/examples/rtp/client-H263p-PCMA.sh:
7099         * tests/examples/rtp/client-H264-PCMA.sdp:
7100         * tests/examples/rtp/client-H264-PCMA.sh:
7101         * tests/examples/rtp/client-PCMA.sh:
7102         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7103         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7104         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7105         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7106         Added some RTP example scripts for sending and receiving RTP streams.
7107
7108 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7109
7110         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7111         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7112         Restructure the setcaps function so that we can also compute the
7113         expected GStreamer output size of the video frames.
7114         Set frame_byte_size correctly so that read-based devices have a chance
7115         of working correctly.
7116         When grabbing a frame, discard frames that are not of the expected size.
7117         Some cameras don't output the right framesize for the first buffer.
7118         Try only a couple of times to get a valid frame, else error out.
7119
7120         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7121         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7122         Add some more debug info when scanning the device.
7123
7124         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7125         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7126         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7127         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7128         Add some more debug info when dequeing a frame.
7129
7130 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7131
7132         * gst/wavparse/gstwavparse.c:
7133           More code cleanups. Add some more comment and improve debugs logs.
7134
7135 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7136
7137         * gst/wavparse/gstwavparse.c:
7138         * gst/wavparse/gstwavparse.h:
7139           Implement seek-query. Refactor duration calculations. Appropriate use
7140           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7141           out of loops.
7142
7143 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7144
7145         * gst/avi/gstavidemux.c:
7146           Implement seek-query.
7147
7148 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7149
7150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7151         (gst_rtspsrc_dup_printf):
7152         Use new basesink async property to make sparse RTCP packet not wait for
7153         preroll.
7154
7155 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7156
7157         * gst/audiofx/Makefile.am:
7158         Dist the right file.
7159
7160 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7161
7162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7163         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7164         Make sure we generate and parse floating point values in the POSIX
7165         locale instead of the current locale. 
7166
7167 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7168
7169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7170         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7171         (gst_rtspsrc_play):
7172         * gst/rtsp/gstrtspsrc.h:
7173         Fix method detection again.
7174         Keep track of when we must send a Range header.
7175         Use segment values for Range, Speed and Scale headers.
7176         Parse Speed and Scale headers to update the segment values.
7177
7178 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7179
7180         patch by: Mark Nauwelaerts <manauw@skynet.be>
7181
7182         * sys/v4l2/v4l2src_calls.c:
7183           Handle optional v4l2 ioctls gracefully.
7184
7185 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7186
7187         * gst/rtp/Makefile.am:
7188         * gst/rtp/gstrtp.c: (plugin_init):
7189         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7190         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7191         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7192         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7193         (gst_rtp_h263_depay_get_property),
7194         (gst_rtp_h263_depay_change_state),
7195         (gst_rtp_h263_depay_plugin_init):
7196         * gst/rtp/gstrtph263depay.h:
7197         Added an H263 depayloader. Fixes #369392.
7198
7199         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7200         (gst_rtp_h263p_depay_process):
7201         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7202         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7203         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7204         payloads.
7205         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7206
7207 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7208
7209         * gst/audiofx/audiochebyshevfreqband.c:
7210         * gst/audiofx/audiochebyshevfreqlimit.c:
7211         Add small comparision with the windowed sinc filters in the docs.
7212
7213 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7214
7215         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7216         (audiochebyshevfreqband_suite):
7217         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7218         (audiochebyshevfreqlimit_suite):
7219         Also test 32 bit float mode and the type 2 variants of the filters.
7220
7221 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7222
7223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7224         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7225         (gst_rtspsrc_loop):
7226         Refactor the udp and interleaved loop function a bit.
7227
7228 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7229
7230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7231         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7232         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7233         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7234         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7235         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7236         * gst/rtsp/gstrtspsrc.h:
7237         Protect connection activity with a new lock, avoids deadlocks when going
7238         to PAUSED. Fixes #455808.
7239
7240 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7241
7242         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7243         Fix debug statement.
7244
7245 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7246
7247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7248         Fix stray %u in debug line as spotted by Saur on IRC.
7249
7250 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7251
7252         * gst/audiofx/audiochebyshevfreqband.c:
7253         (gst_audio_chebyshev_freq_band_class_init):
7254         * gst/audiofx/audiochebyshevfreqlimit.c:
7255         (gst_audio_chebyshev_freq_limit_class_init):
7256         Use generator macros for the process functions for the different
7257         sample types, add lower upper boundaries for the GObject properties
7258         so automatically generated UIs can use sliders and add a note about
7259         the number of poles as a too high number of poles combined with
7260         very low or very high frequencies will produce only noise.
7261         * docs/plugins/gst-plugins-good-plugins.args:
7262         Regenerated for the property changes.
7263
7264 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7265
7266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7267         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7268         (gst_rtspsrc_stream_configure_udp_sink),
7269         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7270         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7271         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7272         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7273         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7274         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7275         * gst/rtsp/gstrtspsrc.h:
7276         Improve timeout handling.
7277         Use the same socket for sending and receiving RTCP packets so that some
7278         servers can track clients better.
7279         Improve connection closed handling. Try to reconnect.
7280         Don't overwrite our content base with NULL.
7281         Improve debugging.
7282         Improve range parsing and handling.
7283         Remove flushing hack now that core does the right thing.
7284
7285 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7288         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7289         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7290         (gst_multiudpsink_close), (gst_multiudpsink_add):
7291         * gst/udp/gstmultiudpsink.h:
7292         Add support for getting and setting the socket to use.
7293
7294         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7295         (gst_udpsrc_create), (gst_udpsrc_get_property):
7296         Add support for getting the currently used socket.
7297
7298 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7299
7300         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7301
7302         * gst/audiofx/Makefile.am:
7303         * gst/audiofx/audiochebyshevfreqband.c:
7304         (gst_audio_chebyshev_freq_band_mode_get_type),
7305         (gst_audio_chebyshev_freq_band_base_init),
7306         (gst_audio_chebyshev_freq_band_dispose),
7307         (gst_audio_chebyshev_freq_band_class_init),
7308         (gst_audio_chebyshev_freq_band_init),
7309         (generate_biquad_coefficients), (calculate_gain),
7310         (generate_coefficients),
7311         (gst_audio_chebyshev_freq_band_set_property),
7312         (gst_audio_chebyshev_freq_band_get_property),
7313         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7314         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7315         (gst_audio_chebyshev_freq_band_start):
7316         * gst/audiofx/audiochebyshevfreqband.h:
7317         * gst/audiofx/audiochebyshevfreqlimit.c:
7318         (gst_audio_chebyshev_freq_limit_mode_get_type),
7319         (gst_audio_chebyshev_freq_limit_base_init),
7320         (gst_audio_chebyshev_freq_limit_dispose),
7321         (gst_audio_chebyshev_freq_limit_class_init),
7322         (gst_audio_chebyshev_freq_limit_init),
7323         (generate_biquad_coefficients), (calculate_gain),
7324         (generate_coefficients),
7325         (gst_audio_chebyshev_freq_limit_set_property),
7326         (gst_audio_chebyshev_freq_limit_get_property),
7327         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7328         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7329         (gst_audio_chebyshev_freq_limit_start):
7330         * gst/audiofx/audiochebyshevfreqlimit.h:
7331         * gst/audiofx/audiofx.c: (plugin_init):
7332         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7333         Fixes #464800.
7334
7335         * tests/check/Makefile.am:
7336         * tests/check/elements/.cvsignore:
7337         * tests/check/elements/audiochebyshevfreqband.c:
7338         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7339         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7340         * tests/check/elements/audiochebyshevfreqlimit.c:
7341         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7342         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7343         Add unit tests for the chebyshev filters.
7344
7345         * docs/plugins/Makefile.am:
7346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7348         * docs/plugins/gst-plugins-good-plugins.args:
7349         * docs/plugins/inspect/plugin-1394.xml:
7350         * docs/plugins/inspect/plugin-audiofx.xml:
7351         * docs/plugins/inspect/plugin-dv.xml:
7352         * docs/plugins/inspect/plugin-flac.xml:
7353         * docs/plugins/inspect/plugin-jpeg.xml:
7354         * docs/plugins/inspect/plugin-png.xml:
7355         * docs/plugins/inspect/plugin-rtp.xml:
7356         * docs/plugins/inspect/plugin-shout2send.xml:
7357         * docs/plugins/inspect/plugin-wavpack.xml:
7358         And add docs for the chebyshev filters. While doing
7359         that also run make update in docs/plugins.
7360
7361 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7362
7363         * ext/annodex/gstcmmltag.c:
7364         * gst/rtp/gstrtpvorbispay.c:
7365           Make ro memory to share.
7366
7367 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7368
7369         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7370         Improve UDP performance by avoiding a select() when we have data
7371         available immediatly.
7372
7373 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7374
7375         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7376         (gst_rtp_dec_class_init):
7377         * gst/rtsp/gstrtpdec.h:
7378         Add (dummy) SSRC management signals.
7379
7380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7381         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7382         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7383         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7384         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7385         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7386         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7387         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7388         * gst/rtsp/gstrtspsrc.h:
7389         Add connection-speed property.
7390         Add find_stream helper functions.
7391         Handle stream EOS based on BYE messages or SSRC timeout.
7392         Returns SUCCESS from the state change function as we hide our async
7393         elements from the parent.
7394
7395 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7396
7397         * gst/debug/rndbuffersize.c:
7398           Fix da leak.
7399
7400 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7401
7402         * gst/debug/Makefile.am:
7403         * gst/debug/breakmydata.c:
7404         * gst/debug/gstdebug.c:
7405         * gst/debug/negotiation.c:
7406         * gst/debug/progressreport.c:
7407         * gst/debug/rndbuffersize.c:
7408         * gst/debug/testplugin.c:
7409           Add new test element and clean-up the others a little.
7410
7411 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7412
7413         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7414         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7415
7416 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7417
7418         * gst/rtp/gstrtpilbcdepay.c:
7419           Include stdlib.
7420
7421 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         * gst/rtp/gstrtpmpvdepay.c:
7424         Set the mpegversion in the caps so that autoplugging does not get
7425         confused.
7426
7427 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7428
7429         * po/hu.po:
7430         * po/uk.po:
7431         * po/vi.po:
7432           Updated translations.
7433
7434 2007-08-08  Michael Smith <msmith@fluendo.com>
7435
7436         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7437           Render right border in the correct location.
7438
7439 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7440
7441         Patch by: Olivier Crete <tester at tester dot ca>
7442
7443         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7444         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7445         Make mode property a string. Fixes #464475.
7446
7447 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7448
7449         * ext/flac/gstflacenc.c:
7450           Widen caps to match decoder a bit and add more FIXMEs.
7451
7452 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7453
7454         patch by: Mark Nauwelaerts <manauw@skynet.be>
7455
7456         * gst/avi/gstavimux.c:
7457           Fix ODML index tag numbering. Fixes #463624.
7458
7459 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7460
7461         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7462         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7463         (gst_rtspsrc_stream_configure_tcp),
7464         (gst_rtspsrc_stream_configure_udp_sink):
7465         Fix default clock-rate for realmedia.
7466         Fix parsing of transport.
7467         Don't try to link NULL pads.
7468
7469 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7470
7471         * po/POTFILES.skip:
7472           Add POTFILES.skip with list of source files that aren't disted at the
7473           moment but contain translatable strings. Should hopefully pacify
7474           broken tools and make it clearer that these files are left out
7475           intentionally (#461600).
7476
7477 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7478
7479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7480         If the buffer was entirely clipped ... don't try sending it :)
7481
7482 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7483
7484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7485         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7486         (gst_rtspsrc_create_transports_string),
7487         (gst_rtspsrc_prepare_transports):
7488         If we don't hav a session manager, set the caps on outgoing buffers
7489         ourselves.
7490         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7491         Append final bit of the transport string even when it does not contain a
7492         placeholder.
7493
7494 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7495
7496         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7497         (gst_rtsp_ext_list_connect):
7498         * gst/rtsp/gstrtspext.h:
7499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7500         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7501         Clean up the interface list.
7502         Allow connecting to interface signals for the extensions.
7503         Remove old extension code.
7504         Free list on cleanup.
7505         Allow extensions to send additional RTSP messages.
7506
7507 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7508
7509         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7510         Handle a NULL gconf key gracefully by rendering the default element.
7511
7512 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         * gst/rtsp/gstrtspext.h:
7515         Fix include path for extension interface.
7516
7517 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7518
7519         * gst/audiofx/audioamplify.h:
7520         Also remove a now unecessary variable here.
7521
7522 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7523
7524         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7525         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7526         * gst/audiofx/audiodynamic.c:
7527         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7528         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7529         * gst/audiofx/audiodynamic.h:
7530         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7531         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7532         * gst/audiofx/audioinvert.h:
7533         Don't save format information ourselves, this is already saved in
7534         GstAudioFilter.
7535
7536 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7537
7538         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7539         (gst_rtsp_ext_list_stream_select):
7540         * gst/rtsp/gstrtspext.h:
7541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7542         Use rank to filter out extensions.
7543         Add url to stream_select interface call.
7544
7545 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7546
7547         * gst/rtsp/Makefile.am:
7548         * gst/rtsp/base64.c:
7549         * gst/rtsp/base64.h:
7550         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7551         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7552         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7553         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7554         (gst_rtsp_ext_list_setup_media),
7555         (gst_rtsp_ext_list_configure_stream),
7556         (gst_rtsp_ext_list_get_transports),
7557         (gst_rtsp_ext_list_stream_select):
7558         * gst/rtsp/gstrtspext.h:
7559         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7560         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7561         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7562         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7563         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7564         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7565         (gst_rtspsrc_stream_configure_tcp),
7566         (gst_rtspsrc_stream_configure_mcast),
7567         (gst_rtspsrc_stream_configure_udp),
7568         (gst_rtspsrc_stream_configure_udp_sink),
7569         (gst_rtspsrc_stream_configure_transport),
7570         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7571         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7572         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7573         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7574         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7575         (gst_rtspsrc_parse_methods),
7576         (gst_rtspsrc_create_transports_string),
7577         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7578         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7579         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7580         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7581         * gst/rtsp/gstrtspsrc.h:
7582         * gst/rtsp/rtsp.h:
7583         * gst/rtsp/rtspconnection.c:
7584         * gst/rtsp/rtspconnection.h:
7585         * gst/rtsp/rtspdefs.c:
7586         * gst/rtsp/rtspdefs.h:
7587         * gst/rtsp/rtspext.h:
7588         * gst/rtsp/rtspextwms.c:
7589         * gst/rtsp/rtspextwms.h:
7590         * gst/rtsp/rtspmessage.c:
7591         * gst/rtsp/rtspmessage.h:
7592         * gst/rtsp/rtsprange.c:
7593         * gst/rtsp/rtsprange.h:
7594         * gst/rtsp/rtsptransport.c:
7595         * gst/rtsp/rtsptransport.h:
7596         * gst/rtsp/rtspurl.c:
7597         * gst/rtsp/rtspurl.h:
7598         * gst/rtsp/sdp.h:
7599         * gst/rtsp/sdpmessage.c:
7600         * gst/rtsp/sdpmessage.h:
7601         * gst/rtsp/test.c:
7602         Use shiny new RTSP and SDP library.
7603         Implement RTSP extensions using the new interface.
7604         Remove a lot of old code.
7605
7606 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7607
7608         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7609         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7610
7611 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7612
7613         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7614         Don't unref the outgoing buffer twice when dropping it because it's
7615         outside of the segment.
7616
7617 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7618
7619         * configure.ac:
7620         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7621         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7622         Use the new buffer clipping function from gstaudio here and
7623         require gst-plugins-base CVS.
7624         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7625         For framed Wavpack buffers we require a valid timestamp.
7626
7627 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7628
7629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7630         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7631         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7632         Clip raw audio and video when we can, keep track of current output
7633         segment.
7634         Don't leak buffers and events when there is no output pad.
7635         Improve debugging here and there.
7636
7637 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7638
7639         * configure.ac:
7640           Sync liboil check with plugins-base.
7641
7642 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7643
7644         * ext/annodex/Makefile.am:
7645           Fix CFLAGS/LIBS.
7646
7647         * ext/cdio/gstcdiocddasrc.c:
7648         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7649           Include stdlib
7650
7651         * ext/cairo/Makefile.am:
7652         * gst/videofilter/Makefile.am:
7653         * tests/examples/level/Makefile.am:
7654           Use $(LIBM) instead of -lm
7655
7656 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7657
7658         * sys/v4l2/gstv4l2src.c:
7659           Add another example pipeline.
7660
7661 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7662
7663         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7664
7665         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7666           Use define here.
7667
7668         * sys/v4l2/gstv4l2tuner.c:
7669         (gst_v4l2_tuner_set_frequency_and_notify):
7670           Don't touch the property - its still disabled.
7671
7672         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7673         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7674         * sys/v4l2/v4l2src_calls.h:
7675           Improve fallback format negotionation. Fixes #451388
7676
7677 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7678
7679         * tests/check/elements/videocrop.c: (GST_START_TEST):
7680           Fix the test.
7681
7682 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7683
7684         * docs/plugins/Makefile.am:
7685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7687         * docs/plugins/inspect/plugin-jpeg.xml:
7688         * docs/plugins/inspect/plugin-png.xml:
7689         * ext/jpeg/gstjpegdec.c:
7690         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7691         (gst_pngdec_sink_setcaps):
7692           More docs. More logs in pngdec.
7693
7694 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7695
7696         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7697           Initialize num_buffers with minimum value.
7698
7699         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7700         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7701           Handle frame-size query failure gracefully.
7702
7703 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7704
7705         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7706         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7707         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7708         of qt/aac files.
7709
7710 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7711
7712         * ext/wavpack/gstwavpackdec.c:
7713         (gst_wavpack_dec_clip_outgoing_buffer):
7714         Fix buffer clipping to correctly clip to the segment stop.
7715
7716 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7717
7718         * configure.ac:
7719         * tests/Makefile.am:
7720         Remove bogus check for libcheck, since we check for
7721         gstreamer-check and it pulls in the required info from there,
7722         and we weren't actually _using_ the information for libcheck
7723         ourselves anyway.
7724
7725 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7726
7727         * configure.ac:
7728           Use pkg-config to locate check.
7729
7730 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7731
7732         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7733         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7734         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7735         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7736         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7737         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7738         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7739         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7740         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7741         * gst/effectv/gstrev.c: (gst_revtv_transform):
7742         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7743         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7744         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7745         * gst/matroska/matroska-demux.c:
7746         (gst_matroska_demux_add_wvpk_header),
7747         (gst_matroska_demux_check_subtitle_buffer),
7748         (gst_matroska_decode_buffer):
7749         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7750           Fix build against core CVS.
7751
7752 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7753
7754         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7755         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7756         don't have enough granularity to convert that boolean into a
7757         GstFlowReturn.
7758
7759 2007-07-06  Michael Smith <msmith@fluendo.com>
7760
7761         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7762         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7763         (gst_alawdec_change_state):
7764         * gst/law/alaw-decode.h:
7765         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7766         (gst_mulawdec_class_init), (gst_mulawdec_init),
7767         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7768         * gst/law/mulaw-decode.h:
7769           Fix capsnego bogosity in *law decoders. 
7770
7771 2007-07-06  Michael Smith <msmith@fluendo.com>
7772
7773         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7774         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7775         (gst_smokeenc_change_state):
7776         * ext/jpeg/gstsmokeenc.h:
7777           Remove stupidity in get/set caps functions.
7778           Fix some refcounting problems.
7779
7780 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7781
7782         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7783         Remove endianness-flipping hack that seems to have been required
7784         only because of a bug in ffmpegcolorspace.
7785         Partially Fixes: #451908
7786
7787 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7788
7789         * docs/plugins/Makefile.am:
7790           Simplify --extra-dir as gtkdoc scans recursively.
7791
7792 2007-07-03  Wim Taymans  <wim@fluendo.com>
7793
7794         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7795
7796         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7797         Set the encoding-name in the rtp caps to all uppercase, as required by
7798         the caps spec.
7799         Some small cleanups in the error paths. Fixes #453037.
7800
7801 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7802
7803         * ext/wavpack/gstwavpackparse.c:
7804         (gst_wavpack_parse_index_get_last_entry),
7805         (gst_wavpack_parse_index_get_entry_from_sample),
7806         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7807         (gst_wavpack_parse_scan_to_find_sample):
7808         * ext/wavpack/gstwavpackparse.h:
7809         Use a GSList for the GArray that is used like a list anyway.
7810
7811 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7814         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7815         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7816           Add state change function where we set 0/1 as default framerate in
7817           case our setcaps function isn't called, like it might not in a
7818           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7819           gdkpixbufdec trying to create caps with a 0/0 framerate.
7820           Also post an error message on the bus if gst_pad_push() fails when
7821           called from our sink event handler (+1 for flow returns for event
7822           functions in 0.11) instead of failing silently.
7823
7824 2007-06-27  Wim Taymans  <wim@fluendo.com>
7825
7826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7827         Cast stack args to the proper types. Fixes #451249.
7828
7829 2007-06-27  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7832         (new_session_pad), (gst_rtspsrc_setup_streams):
7833         * gst/rtsp/gstrtspsrc.h:
7834         For container formats we only need to activate one of the streams so
7835         that we correctly signal no-more-pads. Fixes #451015.
7836
7837 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7838
7839         * docs/plugins/gst-plugins-good-plugins.args:
7840         * docs/plugins/inspect/plugin-aasink.xml:
7841         * docs/plugins/inspect/plugin-alaw.xml:
7842         * docs/plugins/inspect/plugin-alpha.xml:
7843         * docs/plugins/inspect/plugin-alphacolor.xml:
7844         * docs/plugins/inspect/plugin-annodex.xml:
7845         * docs/plugins/inspect/plugin-apetag.xml:
7846         * docs/plugins/inspect/plugin-audiofx.xml:
7847         * docs/plugins/inspect/plugin-auparse.xml:
7848         * docs/plugins/inspect/plugin-autodetect.xml:
7849         * docs/plugins/inspect/plugin-avi.xml:
7850         * docs/plugins/inspect/plugin-cacasink.xml:
7851         * docs/plugins/inspect/plugin-cairo.xml:
7852         * docs/plugins/inspect/plugin-cdio.xml:
7853         * docs/plugins/inspect/plugin-cutter.xml:
7854         * docs/plugins/inspect/plugin-debug.xml:
7855         * docs/plugins/inspect/plugin-efence.xml:
7856         * docs/plugins/inspect/plugin-effectv.xml:
7857         * docs/plugins/inspect/plugin-esdsink.xml:
7858         * docs/plugins/inspect/plugin-flac.xml:
7859         * docs/plugins/inspect/plugin-flxdec.xml:
7860         * docs/plugins/inspect/plugin-gconfelements.xml:
7861         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7862         * docs/plugins/inspect/plugin-goom.xml:
7863         * docs/plugins/inspect/plugin-halelements.xml:
7864         * docs/plugins/inspect/plugin-icydemux.xml:
7865         * docs/plugins/inspect/plugin-id3demux.xml:
7866         * docs/plugins/inspect/plugin-jpeg.xml:
7867         * docs/plugins/inspect/plugin-ladspa.xml:
7868         * docs/plugins/inspect/plugin-level.xml:
7869         * docs/plugins/inspect/plugin-matroska.xml:
7870         * docs/plugins/inspect/plugin-mulaw.xml:
7871         * docs/plugins/inspect/plugin-multipart.xml:
7872         * docs/plugins/inspect/plugin-navigationtest.xml:
7873         * docs/plugins/inspect/plugin-ossaudio.xml:
7874         * docs/plugins/inspect/plugin-png.xml:
7875         * docs/plugins/inspect/plugin-quicktime.xml:
7876         * docs/plugins/inspect/plugin-rtp.xml:
7877         * docs/plugins/inspect/plugin-rtsp.xml:
7878         * docs/plugins/inspect/plugin-smpte.xml:
7879         * docs/plugins/inspect/plugin-speex.xml:
7880         * docs/plugins/inspect/plugin-taglib.xml:
7881         * docs/plugins/inspect/plugin-udp.xml:
7882         * docs/plugins/inspect/plugin-videobalance.xml:
7883         * docs/plugins/inspect/plugin-videobox.xml:
7884         * docs/plugins/inspect/plugin-videocrop.xml:
7885         * docs/plugins/inspect/plugin-videoflip.xml:
7886         * docs/plugins/inspect/plugin-videomixer.xml:
7887         * docs/plugins/inspect/plugin-wavenc.xml:
7888         * docs/plugins/inspect/plugin-wavparse.xml:
7889         * docs/plugins/inspect/plugin-ximagesrc.xml:
7890           Update docs with caps info.
7891
7892 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * po/POTFILES.in:
7895           Add more files with translatable strings (#450878).
7896
7897 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7898
7899         * MAINTAINERS:
7900         Updating all the maintainers files
7901
7902 2007-06-22  Edward Hervey  <edward@fluendo.com>
7903
7904         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7905         * gst/interleave/deinterleave.c: (deinterleave_init),
7906         (deinterleave_sink_link):
7907         * gst/interleave/interleave.c: (interleave_init):
7908         * gst/median/gstmedian.c: (gst_median_init):
7909         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7910         Fix memory leaks.
7911         * tests/check/elements/id3demux.c: (pad_added_cb):
7912         Remove unused variable.
7913
7914 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7915
7916         * ext/gconf/gconf.h:
7917         Make the prototype of gst_gconf_get_key_for_sink_profile
7918         match the implementation.
7919         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7920         Fixes: #449747
7921
7922 2007-06-20  Michael Smith <msmith@fluendo.com>
7923
7924         * gst/rtp/gstrtpdepay.c:
7925           Fix description - rtpdepay is not a payloader.
7926
7927 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7928
7929         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7930         (qtdemux_video_caps):
7931         * gst/qtdemux/qtdemux_fourcc.h:
7932           Add MJPG to the variants of motion jpeg.
7933
7934 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7935
7936         * tests/check/Makefile.am:
7937         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7938         * tests/check/elements/videocrop.c: (GST_START_TEST):
7939         * tests/check/elements/videofilter.c:
7940         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7941         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7942           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7943           error flags are included and it errors out on compiler warnings
7944           for CVS builds; remove unused variables in various unit tests.
7945
7946 2007-06-19  Wim Taymans  <wim@fluendo.com>
7947
7948         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7949         (rtsp_connection_close), (rtsp_connection_free):
7950         Use threadsafe inet_ntop to convert an ip number to a string. 
7951         Fixes #447961.
7952         Don't leak fd (and ip) when freeing a connection without first closing
7953         it.
7954
7955 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7956
7957         * configure.ac:
7958         Back to CVS
7959
7960         * gst-plugins-good.doap:
7961         Add 0.10.6 to the doap file.
7962
7963 === release 0.10.6 ===
7964
7965 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7966
7967         * configure.ac:
7968           releasing 0.10.6, "Wobble Board"
7969
7970 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7973         (rtsp_connection_free):
7974           Revert previous commit again, since we are frozen (sorry).
7975
7976 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7977
7978         Patch by: Peter Kjellerstedt <pkj at axis com>
7979
7980         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7981         (rtsp_connection_free):
7982           inet_ntoa() uses a static buffer internally, so we need to copy the
7983           returned string if we want to store it for later (#447961).
7984
7985 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7986
7987         * win32/vs6/autogen.dsp:
7988         * win32/vs6/gst_plugins_good.dsw:
7989         * win32/vs6/libgstalaw.dsp:
7990         * win32/vs6/libgstalpha.dsp:
7991         * win32/vs6/libgstalphacolor.dsp:
7992         * win32/vs6/libgstapetag.dsp:
7993         * win32/vs6/libgstaudiofx.dsp:
7994         * win32/vs6/libgstauparse.dsp:
7995         * win32/vs6/libgstautodetect.dsp:
7996         * win32/vs6/libgstavi.dsp:
7997         * win32/vs6/libgstcutter.dsp:
7998         * win32/vs6/libgstdirectdraw.dsp:
7999         * win32/vs6/libgstdirectsound.dsp:
8000         * win32/vs6/libgsteffectv.dsp:
8001         * win32/vs6/libgstflx.dsp:
8002         * win32/vs6/libgstgoom.dsp:
8003         * win32/vs6/libgsticydemux.dsp:
8004         * win32/vs6/libgstid3demux.dsp:
8005         * win32/vs6/libgstinterleave.dsp:
8006         * win32/vs6/libgstjpeg.dsp:
8007         * win32/vs6/libgstlevel.dsp:
8008         * win32/vs6/libgstmatroska.dsp:
8009         * win32/vs6/libgstmedian.dsp:
8010         * win32/vs6/libgstmonoscope.dsp:
8011         * win32/vs6/libgstmulaw.dsp:
8012         * win32/vs6/libgstmultipart.dsp:
8013         * win32/vs6/libgstqtdemux.dsp:
8014         * win32/vs6/libgstrtp.dsp:
8015         * win32/vs6/libgstrtsp.dsp:
8016         * win32/vs6/libgstsmpte.dsp:
8017         * win32/vs6/libgstspeex.dsp:
8018         * win32/vs6/libgstudp.dsp:
8019         * win32/vs6/libgstvideobalance.dsp:
8020         * win32/vs6/libgstvideobox.dsp:
8021         * win32/vs6/libgstvideocrop.dsp:
8022         * win32/vs6/libgstvideoflip.dsp:
8023         * win32/vs6/libgstvideomixer.dsp:
8024         * win32/vs6/libgstwaveform.dsp:
8025         * win32/vs6/libgstwavenc.dsp:
8026         * win32/vs6/libgstwavparse.dsp:
8027         Mark *.dsp & *.dsw as binary files and convert to DOS line
8028         endings, as they don't load into VS6 correctly otherwise.
8029
8030 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8031
8032         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8033         (rtsp_connection_connect):
8034         Fix the MingW build. 
8035         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8036         Fixes: #446981
8037
8038 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8039
8040         * tests/check/elements/.cvsignore:
8041         * tests/icles/.cvsignore:
8042         Hush the buildbots up
8043
8044 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8045
8046         * configure.ac:
8047         * sys/Makefile.am:
8048         * sys/directdraw/Makefile.am:
8049         * sys/directsound/Makefile.am:
8050         * sys/waveform/Makefile.am:
8051         Make sure to dist everything needed for win32 builds.
8052
8053 2007-06-14  Edward Hervey  <edward@fluendo.com>
8054
8055         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8056         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8057         caps.
8058         Fixes #447458
8059
8060 2007-06-13  Wim Taymans  <wim@fluendo.com>
8061
8062         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8063         Make sure we allocate enough memory for the codec_data.
8064         Fixes #447210.
8065
8066 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8067
8068         * win32/MANIFEST:
8069         Add videocrop project file to the win32 manifest.
8070         * win32/vs6/gst_plugins_good.dsw:
8071         Add qtdemux,videocrop and waveform projects to the workspace.
8072         * win32/vs6/libgstqtdemux.dsp:
8073         Add zlib to the link list of qtdemux.
8074         * win32/vs6/libgstvideocrop.dsp:
8075         Add a project file for videocrop.
8076
8077 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8078
8079         * po/POTFILES.in:
8080         Add qtdemux for translation
8081
8082 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8083
8084         * configure.ac:
8085         * docs/plugins/Makefile.am:
8086         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8087         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8088         * docs/plugins/inspect/plugin-videocrop.xml:
8089         * gst-plugins-good.spec.in:
8090         * sys/Makefile.am:
8091         * tests/check/Makefile.am:
8092         * tests/icles/Makefile.am:
8093         * tests/icles/videocrop-test.c:
8094         Move videocrop and osxvideo from -bad.
8095
8096 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8097
8098         * configure.ac:
8099         * docs/plugins/Makefile.am:
8100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8101         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8102         * docs/plugins/gst-plugins-good-plugins.args:
8103         * docs/plugins/inspect/plugin-qtdemux.xml:
8104         * docs/plugins/inspect/plugin-quicktime.xml:
8105         * win32/MANIFEST:
8106         Move qtdemux from -bad.
8107
8108         * gst-plugins-good.spec.in:
8109         Update spec file to reflect moving of qtdemux and wavpack
8110
8111 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8112         
8113         * win32/MANIFEST:
8114         * docs/plugins/Makefile.am:
8115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8117         * docs/plugins/inspect/plugin-directdraw.xml:
8118         * docs/plugins/inspect/plugin-directsound.xml:
8119         * docs/plugins/inspect/plugin-waveform.xml:
8120         Move the waveform plugin from -bad too. Update the inspect xml
8121         files to mention Plugins Good instead of Plugins Bad.
8122
8123 2007-06-12  Andy Wingo  <wingo@pobox.com>
8124
8125         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8126         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8127         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8128         finalization and resuscitation. No longer public.
8129         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8130         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8131         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8132         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8133         miniobject semantics, and be threadsafe.
8134         (gst_v4l2src_queue_frame): Remove this function, as we just call
8135         the ioctls directly in the two places where we queue buffers.
8136         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8137         directly.
8138         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8139         to allocate the pool, which also preallocates the GstBuffers.
8140         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8141         queueing the frames directly.
8142         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8143         mmap buffers have been dequeued.
8144
8145         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8146         real MiniObject instead of rolling our own refcounting and
8147         finalizing. Give it a lock.
8148         (struct _GstV4l2Buffer): Remove one intermediary object, having
8149         the buffers hold the struct v4l2_buffer directly.
8150
8151         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8152         capture_init so that it can set them on the buffers that it will
8153         create.
8154         (gst_v4l2src_get_read): For better or for worse, include the
8155         timestamping and offsetting code here; really we should be using
8156         bufferalloc though.
8157         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8158         preallocated, mmap'd buffers.
8159
8160 2007-06-11  Wim Taymans  <wim@fluendo.com>
8161
8162         Patch by: daniel fischer <dan at f3c dot com>
8163
8164         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8165         (gst_ximage_src_get_caps):
8166         Actually use the display_name property so that we can dump any
8167         available X display. Fixes #445905.
8168
8169 2007-06-11  Wim Taymans  <wim@fluendo.com>
8170
8171         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8172
8173         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8174         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8175         Add missing rate fields to caps. Fixes #441118.
8176
8177 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8178
8179         * win32/vs6/gst_plugins_good.dsw:
8180         * win32/vs8/gst-plugins-good.sln:
8181         Add DirectSound and DirectDraw sinks project files to
8182         workspace and solution files.
8183
8184 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8185
8186         Patch by: Josh Coalson <xflac at yahoo dot com>,
8187         updated by Alexis Ballier <aballier at gentoo dot org>:
8188
8189         * configure.ac:
8190         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8191         (gst_flac_dec_setup_seekable_decoder),
8192         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8193         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8194         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8195         * ext/flac/gstflacdec.h:
8196         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8197         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8198         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8199         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8200         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8201         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8202         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8203         * ext/flac/gstflacenc.h:
8204         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8205         
8206 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8207
8208         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8209         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8210         not necessary anymore as we need at least that core version. 
8211
8212 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8213
8214         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8215         (gst_wavpack_dec_chain):
8216         * ext/wavpack/gstwavpackdec.h:
8217         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8218         (gst_wavpack_parse_push_buffer):
8219         * ext/wavpack/gstwavpackparse.h:
8220         Improve discont handling by checking if the next Wavpack block has
8221         the expected, following block index.
8222
8223 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8224
8225         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8226           Fix element description.
8227
8228 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8229
8230         * configure.ac:
8231         * docs/plugins/Makefile.am:
8232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8233         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8234         * docs/plugins/gst-plugins-good-plugins.args:
8235         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8236         * docs/plugins/gst-plugins-good-plugins.signals:
8237         * docs/plugins/inspect/plugin-autodetect.xml:
8238         * docs/plugins/inspect/plugin-gconfelements.xml:
8239         * docs/plugins/inspect/plugin-ladspa.xml:
8240         * docs/plugins/inspect/plugin-rtp.xml:
8241         * docs/plugins/inspect/plugin-wavpack.xml:
8242         * ext/Makefile.am:
8243         * tests/check/Makefile.am:
8244           move wavpack plugin.  See #352605.
8245
8246 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8247
8248         * configure.ac:
8249         * docs/plugins/Makefile.am:
8250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8252         * docs/plugins/gst-plugins-good-plugins.args:
8253         * sys/Makefile.am:
8254         * win32/MANIFEST:
8255         Add DirectDraw & DirectSound plugins to the build and docs.
8256
8257 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8258
8259         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8260         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8261           When operating in pull mode, error out correct on not-linked.
8262
8263 2007-06-06  Andy Wingo  <wingo@pobox.com>
8264
8265         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8266         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8267         format and size if the ioctls are defined; should fix compilation
8268         on Linux < 2.16.19.
8269
8270 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8271
8272         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8273           Printf fixes in debug statements; use LOG level for debug statements
8274           that are printed for each and every frame; convert c++ comments to
8275           C-style comments; not much point using g_try_malloc() if we then not
8276           even check the return value.
8277
8278 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * configure.ac:
8281           Bump requirements to released versions (core and base 0.10.13).
8282
8283         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8284           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8285           own implementation.
8286
8287 2007-06-05  Andy Wingo  <wingo@pobox.com>
8288
8289         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8290         some useless comments.
8291
8292         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8293         frames before calling STREAMON, that might leave them in a state
8294         where they can't be dequeued if we go back to NULL without calling
8295         STREAMON, according to the docs.
8296         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8297         before we call STREAMON.
8298         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8299         failures. (For me this code hung.) The pool refcounting is still
8300         crack; added a note to that effect.
8301
8302 2007-06-05  Wim Taymans  <wim@fluendo.com>
8303
8304         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8305         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8306         Add support for mapping gst structure names to the MIME type equivalent.
8307         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8308
8309 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8310
8311         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8312         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8313         (gst_wavenc_chain), (gst_wavenc_change_state):
8314         * gst/wavenc/gstwavenc.h:
8315         Properly write wav files with width!=depth by having the depth most
8316         significant bytes set and all others zero. Fixes #442535.
8317
8318 2007-06-01  Wim Taymans  <wim@fluendo.com>
8319
8320         * gst/rtsp/rtspconnection.c:
8321         Add include to make buildbot happy.
8322
8323 2007-06-01  Wim Taymans  <wim@fluendo.com>
8324
8325         Patch by: Peter Kjellerstedt  <pkj at axis com>
8326
8327         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8328         (rtsp_connection_connect), (add_date_header),
8329         (rtsp_connection_send), (parse_response_status),
8330         (parse_request_line), (parse_line), (rtsp_connection_receive):
8331         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8332         * gst/rtsp/rtspdefs.h:
8333         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8334         (rtsp_message_init_request), (rtsp_message_init_response),
8335         (rtsp_message_remove_header), (rtsp_message_append_headers),
8336         (rtsp_message_dump):
8337         * gst/rtsp/rtspmessage.h:
8338         Improves version checking, allowing an RTSP server to reply with "505
8339         RTSP Version not supported.
8340         Adds a Date header to all messages.
8341         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8342         want to be able to send a response even if something in the request was
8343         invalid. EINVAL is only used when passing wrong arguments to functions.
8344         Do not handle an invalid method in parse_request_line(). Defer this to
8345         the caller so it can respond with "405 Method Not Allowed".
8346         Improves parsing of the timeout parameter to the Session header,
8347         allowing whitespace after the semicolon. 
8348         Avoids a compiler warning due to variables shadowing a function argument.
8349
8350 2007-06-01  Wim Taymans  <wim@fluendo.com>
8351
8352         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8353
8354         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8355         (gst_rtp_amr_depay_process):
8356         * gst/rtp/gstrtpamrdepay.h:
8357         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8358         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8359         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8360         * gst/rtp/gstrtpamrpay.h:
8361         Add support for AMR-WB.
8362         Small cleanups such as using BOILERPLATE.
8363
8364 2007-05-31  Wim Taymans  <wim@fluendo.com>
8365
8366         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8367         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8368
8369 2007-05-30  Andy Wingo  <wingo@pobox.com>
8370
8371         * sys/v4l2/gstv4l2object.h: 
8372         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8373         unintended changes.
8374
8375         * sys/v4l2/v4l2src_calls.h: 
8376         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8377         the format list in the order that the driver gives it to us.
8378         (gst_v4l2src_probe_caps_for_format_and_size)
8379         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8380         based on the capabilities of the device.
8381         (gst_v4l2src_grab_frame): Update for object variable renaming.
8382         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8383         as in the set_caps below.
8384         (gst_v4l2src_capture_init): Update for object variable renaming,
8385         and reflow.
8386         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8387         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8388         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8389         (gst_v4l2src_get_fps): Remove; these functions don't have much
8390         meaning outside of an atomic set_caps method.
8391         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8392         known.
8393
8394         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8395         call to update_fps; not sure about this change.
8396         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8397         moment we don't have an update_fps_func.
8398
8399         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8400         structures in the object, just store what we need. Do store the
8401         probed caps of the device. Don't store the current frame rate.
8402
8403         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8404         update_fps_function, for now. Update for new object variable
8405         naming.
8406         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8407         new object variable naming.
8408         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8409         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8410         (gst_v4l2src_get_caps): Rework to probe the device for supported
8411         frame sizes and frame rates.
8412         (gst_v4l2src_set_caps): Rework to be strict in the given
8413         parameters: if someone asks us to have a certain size and rate,
8414         that is what we configure.
8415         (gst_v4l2src_get_read): Update for object variable naming. Don't
8416         leak buffers on short reads.
8417         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8418         comments.
8419         (gst_v4l2src_create): Update for object variable naming.
8420
8421 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8422
8423         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8424         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8425         * gst/avi/gstavidemux.h:
8426           Parse subtitle text streams instead of erroring out (#442034). Still
8427           needs a parser for the subtitles to actually show up.
8428
8429 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8430
8431         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8432         (gst_avi_demux_loop):
8433           Make _push_event() return TRUE if the event could be pushed on at
8434           least one pad and not only if it could be pushed on all pads,
8435           otherwise we'll end up posting an error message on EOS if one or
8436           more source pads are not connected.
8437
8438 2007-05-28  Wim Taymans  <wim@fluendo.com>
8439
8440         * gst/rtsp/rtsptransport.c:
8441         Use renamed RTP bin.
8442
8443 2007-05-28  Wim Taymans  <wim@fluendo.com>
8444
8445         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8446
8447         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8448         (gst_video_box_set_property), (gst_video_box_transform_caps),
8449         (video_box_recalc_transform), (gst_video_box_set_caps),
8450         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8451         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8452         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8453         (gst_video_box_i420_i420), (gst_video_box_transform),
8454         (plugin_init):
8455         Add AYUV->AYUV and AYUV->I420 formats. 
8456         Fix negotiation and I420->AYUV conversion.
8457         Fixes #429329.
8458
8459 2007-05-26  Wim Taymans  <wim@fluendo.com>
8460
8461         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8462         Use different variables for nested for loops so that the outer loop
8463         functions properly and speex files with multiple frames per buffer work
8464         properly.
8465         Fixes #441408.
8466
8467 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8468
8469         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8470           Don't leak newsegment events.
8471
8472 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * gst/wavparse/Makefile.am:
8475           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8476           drags it in.
8477
8478 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8479
8480         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8481         (notgst_value_array_append_buffer),
8482         (gst_flac_enc_process_stream_headers),
8483         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8484         (gst_flac_enc_change_state):
8485         * ext/flac/gstflacenc.h:
8486           Collect headers, add "streamheader" field to output caps and set
8487           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8488           produces output according to the official FLAC-to-Ogg mapping
8489           instead of completely broken files. Fixes #426044.
8490
8491 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8492
8493         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8494         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8495         (gst_id3demux_sink_event):
8496         * gst/id3demux/gstid3demux.h:
8497         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8498         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8499         (gst_tag_demux_send_new_segment):
8500         Handle and adjust new-segment events so that downstream really
8501         sees a stream with the tag pieces stripped off the front and back.
8502         Fixes strangeness in seeking when mp3 decoders use the new-segment
8503         byte position to estimate their current playback position timestamp
8504         and then the arriving buffers don't match up.
8505
8506 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8507
8508         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8509           Don't unnecessarily perform a READY->NULL->READY transition on the
8510           detected audio sink when starting up. Fixes: #440127
8511
8512 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8515         (gst_flac_enc_chain):
8516           Don't crash in chain function if setcaps hasn't been called.
8517
8518 2007-05-24  Wim Taymans  <wim@fluendo.com>
8519
8520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8521         Init value to avoid infinte loops.
8522
8523 2007-05-24  Wim Taymans  <wim@fluendo.com>
8524
8525         Patch by: Peter Kjellerstedt  <pkj at axis com>
8526
8527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8528         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8529         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8530         (gst_rtspsrc_play):
8531         (rtsp_connection_send), (rtsp_connection_receive):
8532         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8533         Fix for new API.
8534
8535         * gst/rtsp/rtspconnection.c: (add_auth_header),
8536         Only add authorisation and session headers when sending messages.
8537
8538         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8539         (rtsp_message_init_request), (rtsp_message_init_response),
8540         (rtsp_message_unset), (rtsp_message_add_header),
8541         (rtsp_message_remove_header), (rtsp_message_get_header),
8542         (rtsp_message_append_headers), (dump_key_value),
8543         (rtsp_message_dump):
8544         * gst/rtsp/rtspmessage.h:
8545         Add support for multiple headers of the same type by storing the parsed
8546         headers in a GArray instaed of a hashtable.
8547
8548 2007-05-21  Wim Taymans  <wim@fluendo.com>
8549
8550         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8551         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8552         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8553         safer shutdown.
8554
8555 2007-05-21  Wim Taymans  <wim@fluendo.com>
8556
8557         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8558         * gst/rtsp/gstrtpdec.h:
8559         Added signal for backwards compat.
8560
8561 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8562         
8563         Patch by: René Stadler <mail at renestadler dot de>
8564
8565         * configure.ac:
8566         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8567         (gst_au_parse_parse_header), (gst_au_parse_chain):
8568         * gst/auparse/gstauparse.h:
8569         Use audioconvert for converting from non-native endianness floats
8570         in auparse instead of doing it ourself. Fixes #424527.
8571         This needs the audioconvert from plugins-base CVS.
8572         
8573 2007-05-21  Wim Taymans  <wim@fluendo.com>
8574
8575         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8576         (gst_rtp_h263p_pay_flush):
8577         Fix enum registration.
8578
8579 2007-05-21  Wim Taymans  <wim@fluendo.com>
8580
8581         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8582
8583         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8584         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8585         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8586         (gst_rtp_h263p_pay_flush):
8587         * gst/rtp/gstrtph263ppay.h:
8588         Add new fragmentation mode base on GOB headers. Fixes #438940.
8589
8590 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8591
8592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8593           Printf format fix.
8594
8595 2007-05-18  Wim Taymans  <wim@fluendo.com>
8596
8597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8598         Don't crash when an unsupported transport error was returned by the
8599         server, just try to configure the next stream. Fixes #439255.
8600
8601 2007-05-18  Wim Taymans  <wim@fluendo.com>
8602
8603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8604         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8605         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8606         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8607         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8608         * gst/rtsp/gstrtspsrc.h:
8609         Add TCP timeout property and use it for all TCP connection.
8610
8611         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8612         (rtsp_connection_write), (rtsp_connection_next_timeout),
8613         (rtsp_connection_reset_timeout):
8614         Make connect and writes cancelable and make them use the timeout.
8615
8616 2007-05-18  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8619         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8620         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8621         (gst_rtspsrc_setup_streams):
8622         Refactor timeout handling.
8623         Also send keep-alive when dealing with TCP transport.
8624
8625         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8626         (rtsp_connection_free), (rtsp_connection_next_timeout),
8627         (rtsp_connection_reset_timeout):
8628         * gst/rtsp/rtspconnection.h:
8629         Use a timer to handle the session timeouts, add some methods to deal
8630         with timeouts.
8631
8632 2007-05-17  Wim Taymans  <wim@fluendo.com>
8633
8634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8635         (gst_rtspsrc_setup_streams):
8636         Ignore streams that fail the setup command, we will retry with a
8637         different transport later on.
8638
8639         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8640         (rtsp_ext_wms_configure_stream):
8641         Fix encoding name case.
8642
8643 2007-05-16  Edward Hervey  <edward@fluendo.com>
8644
8645         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8646         Fix build on macosx.
8647
8648 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8649
8650         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8651         Replace direct comparison of a string with the string literal "" with
8652         a comparison of the first character with '\0'. Fixes #438926.
8653
8654 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8655
8656         * gst/debug/breakmydata.c (gst_break_my_data_init):
8657           One more try. This should be the proper fix now.
8658
8659 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8660
8661         * gst/debug/breakmydata.c:
8662           Ooops, no // comments please.
8663
8664 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8665
8666         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8667         (gst_break_my_data_init):
8668           Fix gst_buffer_is_writable() assertion.
8669
8670 2007-05-14  David Schleef  <ds@schleef.org>
8671
8672         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8673           video/x-raw-bayer.  Fixes #314160.
8674
8675 2007-05-14  Wim Taymans  <wim@fluendo.com>
8676
8677         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8678         (gst_rtp_theora_depay_parse_configuration):
8679         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8680         (gst_rtp_theora_pay_finish_headers),
8681         (gst_rtp_theora_pay_handle_buffer):
8682         Update theora pay/depayloader in a similar to vorbis.
8683
8684         * gst/rtp/gstrtpvorbisdepay.c:
8685         (gst_rtp_vorbis_depay_parse_configuration):
8686         Update docs.
8687
8688 2007-05-14  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8691         When we try to execute a method that is not supported by the server,
8692         don't error out but remove the method from the accepted methods so that
8693         we never try to perform this method again.
8694
8695 2007-05-14  Wim Taymans  <wim@fluendo.com>
8696
8697         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8698         Remove annoying _dump_mem.
8699
8700 2007-05-14  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8703         Parse range correctly.
8704
8705         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8706         The baseurl now always has a '/' at the start.
8707
8708 2007-05-14  Wim Taymans  <wim@fluendo.com>
8709
8710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8711         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8712         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8713         Factor out caps configuration and configure more stuff such as the time
8714         ranges and speed/scale values.
8715
8716         * gst/rtsp/rtsptransport.c:
8717         Add Copyright after non-trival fixes.
8718
8719 2007-05-12  Wim Taymans  <wim@fluendo.com>
8720
8721         Patch by: Peter Kjellerstedt  <pkj at axis com>
8722
8723         * gst/rtsp/gstrtspsrc.h:
8724         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8725         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8726         (rtsp_message_get_header):
8727         * gst/rtsp/rtspmessage.h:
8728         Make channel guint8 where possible.
8729         Make rtsp_message_init_data() take the channel as a guint8.
8730
8731         * gst/rtsp/rtspdefs.c:
8732         Fixed a typo: Timout -> Timeout
8733
8734         * gst/rtsp/rtspdefs.h:
8735         Make RTSP_CHECK() behave as a statement.
8736
8737         * gst/rtsp/sdpmessage.c:
8738         Avoid a compiler warning in INIT_ARRAY().
8739         Fixes #437692.
8740
8741 2007-05-12  Wim Taymans  <wim@fluendo.com>
8742
8743         Patch by: Peter Kjellerstedt  <pkj at axis com>
8744
8745         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8746         (rtsp_url_get_request_uri):
8747         * gst/rtsp/rtspurl.h:
8748         Add support for query parameters to RTSP URLs.
8749
8750 2007-05-12  Wim Taymans  <wim@fluendo.com>
8751
8752         Patch by: Peter Kjellerstedt  <pkj at axis com>
8753
8754         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8755         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8756         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8757         (rtsp_transport_parse), (rtsp_transport_as_text):
8758         * gst/rtsp/rtsptransport.h:
8759         Add validation to rtsp_transport_parse().
8760         Add rtsp_transport_as_text() to generate an RTSP header from an
8761         RTSPTransport.
8762         Change ssrc to guint (was a string) since that is what it is, even
8763         though it is sent as a hex string.
8764         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8765         incorrect, which can be seen when looking at the examples in the RFC).
8766         Fixes #437670.
8767
8768 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8769
8770         Patch by: Eric Anholt
8771
8772         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8773           gst_ximage_src_ximage_get):
8774         Use union of all damage between frames to make it faster.
8775         Fixes bug #342463.
8776         Also fix crasher when cursor is at bottom right of window.
8777
8778 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8779
8780         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8781           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8782           streaming mode regression for file from #343837 with 'bext' chunk
8783           before the 'fmt' chunk.
8784
8785 2007-05-11  Wim Taymans  <wim@fluendo.com>
8786
8787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8788         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8789         (gst_rtspsrc_handle_src_event),
8790         (gst_rtspsrc_stream_configure_manager),
8791         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8792         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8793         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8794         * gst/rtsp/gstrtspsrc.h:
8795         * gst/rtsp/rtspdefs.h:
8796         Preliminary seek support.
8797         Activate internal pads so that we can receive events on them.
8798         Don't try to parse a range string when it's NULL.
8799
8800 2007-05-11  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst/rtp/README:
8803         Update README with new RTP variables that will be used for
8804         synchronisation.
8805
8806         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8807         (gst_rtp_vorbis_depay_parse_configuration),
8808         (gst_rtp_vorbis_depay_process):
8809         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8810         (gst_rtp_vorbis_pay_finish_headers),
8811         (gst_rtp_vorbis_pay_handle_buffer):
8812         Update vorbis pay and depayloader to draft-04.
8813
8814 2007-05-11  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst/rtsp/rtsptransport.c:
8817         UDP MCAST is actually the default for RTP/AVP.
8818 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8819
8820         * gst/level/gstlevel.c: (gst_level_transform_ip):
8821         Use guint8 * instead of gpointer then vs6 can build 
8822         in_data += (filter->width / 8).
8823
8824 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8825
8826         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8827           gst_ximage_src_ximage_get):
8828         * sys/ximage/gstximagesrc.h (last_ximage):
8829         When using Damage actually keep the last frame, and not assume
8830         that the buffer we get already has the last frame on it.
8831         Copy the cursor over if we specify a non-zero start x and
8832         start y.
8833
8834 2007-05-11  Wim Taymans  <wim@fluendo.com>
8835
8836         * gst/rtsp/rtsptransport.c:
8837         Make UDP the default transport when not specified.
8838
8839 2007-05-09  David Schleef  <ds@schleef.org>
8840
8841         * gst/level/gstlevel.c:
8842           Revert last change.
8843
8844 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8845
8846         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8847         (gst_level_transform_ip):
8848         Use guint8 * instead of gpointer then vs6 know the size of data
8849         pointed when moving the pointer.
8850         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8851         Move instructions after variables declaration.
8852         * win32/vs6/autogen.dsp:
8853         * win32/vs6/libgstrtp.dsp:
8854         * win32/vs6/libgstrtsp.dsp:
8855         Update vs6 project files.
8856
8857 2007-05-09  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/rtsp/Makefile.am:
8860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8861         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8862         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8863         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8864         (rtsp_range_free):
8865         * gst/rtsp/rtsprange.h:
8866         Add code to parse time ranges.
8867         Report DURATION on the stream when possible.
8868
8869 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8872         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8873         (gst_videomixer_collected):
8874           Fix strides calculation for AYUV (it's just width*4) (#436910).
8875
8876 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8877
8878         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8879         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8880         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8881         Sync the GObject properties before each processing step to properly
8882         work with the controller.
8883
8884 2007-05-04  Wim Taymans  <wim@fluendo.com>
8885
8886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8887         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8888         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8889         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8890         (gst_rtspsrc_change_state):
8891         Let more error state trickle down so that we can catch more error
8892         cases.
8893         Handle keep-alive a little smarter by selecting a method the server
8894         actually supports.
8895         Fix a race in UDP streaming shutdown.
8896
8897 2007-05-04  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8900         Ignore errors when trying to use the keep-alive messages.
8901
8902 2007-05-04  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8905         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8906         (gst_rtspsrc_stream_configure_manager),
8907         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8908         (gst_rtspsrc_stream_configure_mcast),
8909         (gst_rtspsrc_stream_configure_udp),
8910         (gst_rtspsrc_stream_configure_udp_sink),
8911         (gst_rtspsrc_stream_configure_transport):
8912         Send RTCP messages back to the server over the TCP connection.
8913
8914         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8915         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8916         (rtsp_connection_receive):
8917         * gst/rtsp/rtspconnection.h:
8918         Factor out and expose lowlevel _write and _read methods.
8919         Implement sending data messages to the server.
8920
8921 2007-05-03  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8924         (gst_multipart_mux_collected):
8925         Fix timestamps on outgoing buffers.
8926
8927 2007-05-03  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/multipart/multipartmux.c:
8930         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8931         (gst_multipart_mux_change_state):
8932         Emit NEWSEGMENT events before pushing the first buffer.
8933
8934 2007-05-03  Wim Taymans  <wim@fluendo.com>
8935
8936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8937         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8938         (gst_rtspsrc_handle_src_query),
8939         (gst_rtspsrc_stream_configure_manager),
8940         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8941         (gst_rtspsrc_stream_configure_mcast),
8942         (gst_rtspsrc_stream_configure_udp),
8943         (gst_rtspsrc_stream_configure_udp_sink),
8944         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8945         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8946         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8947         (gst_rtspsrc_pause):
8948         Refactor transport configuration code.
8949         Create internal pads for TCP transport so that we can implement events
8950         and queries.
8951         Handle events and queries.
8952         Parse range from the SDP.
8953         Fix race in pause handler where the connection could still be flushing.
8954
8955 2007-05-02  Wim Taymans  <wim@fluendo.com>
8956
8957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8958         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8959         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8960         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8961         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8962         (gst_rtspsrc_change_state):
8963         * gst/rtsp/gstrtspsrc.h:
8964         Fix race when multiple udp sources post timeouts, just act on the first
8965         received timeout.
8966         Protect stream list with a recursive lock to fix some races.
8967         Flush connection when we need to do a reconnect or stop.
8968         Make state lock recursive.
8969
8970         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8971         (rtsp_connection_close):
8972         Some small cleanups.
8973
8974 2007-05-02  Wim Taymans  <wim@fluendo.com>
8975
8976         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8977         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8978         Only set DISCONT when there actually is a discont or when we just
8979         started.
8980
8981 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8982
8983         * ext/flac/gstflac.c: (plugin_init):
8984         Call bindtextdomain() to get localized strings.
8985
8986 2007-05-02  Wim Taymans  <wim@fluendo.com>
8987
8988         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8989         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8990         (gst_wavparse_stream_data):
8991         * gst/wavparse/gstwavparse.h:
8992         Be a bit more clever when dealing with VBR files with FACT tags, we
8993         don't want to timestamp buffers in that case but the estimated BPS can
8994         be used for seeking.
8995         Only send close segment in the streaming thread.
8996
8997 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8998
8999         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9000         Correctly post an error on the bus if something went wrong in the loop
9001         function. This fixes a few cases where the task was paused and nothing
9002         happened anymore.
9003
9004 2007-05-02  Wim Taymans  <wim@fluendo.com>
9005
9006         * gst/rtsp/test.c: (main):
9007         Fix compilation of deprecated test just because I'm too lazy to delete
9008         it.
9009
9010 2007-05-02  Wim Taymans  <wim@fluendo.com>
9011
9012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9013         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9014         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9015         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9016         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9017         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9018         * gst/rtsp/gstrtspsrc.h:
9019         Fix sending RTCP to the right place.
9020         Fix bug in reffing the wrong UDP element.
9021         Use new pad names for the session manager.
9022         Implement handling server requests in interleaved and UDP modes.
9023         Handle session keep-alive in UDP modes.
9024         Remove GCond for handling UDP timeouts.
9025
9026         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9027         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9028         (rtsp_connection_receive), (rtsp_connection_close):
9029         * gst/rtsp/rtspconnection.h:
9030         Store connection IP address for later.
9031         Add timeout args to all operations that might block forever.
9032         Parse session timeout.
9033         Only close sockets when not already closed.
9034
9035         * gst/rtsp/rtspdefs.c:
9036         * gst/rtsp/rtspdefs.h:
9037         Add timeout return value and error string.
9038
9039         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9040         Add small comment.
9041
9042 2007-05-01  Wim Taymans  <wim@fluendo.com>
9043
9044         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9045
9046         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9047         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9048         * gst/rtp/gstrtpmp4vpay.h:
9049         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9050
9051 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9054           Remove v4l2src from docs, since it breaks the docs build, and the
9055           plugin is only built if --enable-experimental is used anyway.
9056
9057         * docs/plugins/Makefile.am:
9058           Spaces => tab.
9059
9060 2007-04-29  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9063         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9064         Add code to drop membership of a multicast group.
9065
9066         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9067         (gst_udpsink_set_uri):
9068         Implement URI handler.
9069
9070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9071         (gst_rtspsrc_parse_rtpinfo):
9072         Use URI handler to make udpsink instace.
9073         Improve code to configure port and destination.
9074
9075 2007-04-29  Wim Taymans  <wim@fluendo.com>
9076
9077         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9078         Fix multicast detection.
9079         Don't try to join a multicast group if the address is not multicast.
9080
9081         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9082         Small debug improvement.
9083
9084 2007-04-27  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9087         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9088         (gst_rtspsrc_handle_message):
9089         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9090         parent.
9091
9092 2007-04-27  Wim Taymans  <wim@fluendo.com>
9093
9094         * gst/rtp/gstrtpilbcdepay.h:
9095         Fix mode property when specified as an arg.
9096
9097 2007-04-26  Edward Hervey  <edward@fluendo.com>
9098
9099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9101         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9102         * docs/plugins/inspect/plugin-osxaudio.xml:
9103         Add documentation for osxaudio plugin.
9104
9105 2007-04-26  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9108         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9109         (gst_rtspsrc_open), (gst_rtspsrc_close),
9110         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9111         (gst_rtspsrc_pause):
9112         * gst/rtsp/gstrtspsrc.h:
9113         Protect state changes with a lock.
9114
9115         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9116         (parse_line):
9117         * gst/rtsp/rtspconnection.h:
9118         Remove some unused stuff.
9119
9120 2007-04-26  Wim Taymans  <wim@fluendo.com>
9121
9122         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9123         Handle the case where there are exactly 0 bytes to read and the ioctl
9124         did not report an error. Fixes #433530.
9125
9126 2007-04-26  Wim Taymans  <wim@fluendo.com>
9127
9128         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9129         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9130         * gst/wavparse/gstwavparse.h:
9131         Apply DISCONT to buffers.
9132         Only apply timestamp to the first sample after a DISCONT, too many VBR
9133         files cause random jitter in the timestamps. Fixes #433119.
9134
9135 2007-04-25  Wim Taymans  <wim@fluendo.com>
9136
9137         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9138         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9139         (gst_rtp_dec_get_property):
9140         * gst/rtsp/gstrtpdec.h:
9141         Add dummy latency property to be backwards compat with rtpbin.
9142
9143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9144         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9145         (gst_rtspsrc_stream_configure_transport),
9146         (gst_rtspsrc_parse_rtpinfo):
9147         * gst/rtsp/gstrtspsrc.h:
9148         Add latency property and configure in the session manager.
9149         Don't set invalid clock-base and seqnum-base on caps, some servers
9150         sometimes don't send them.
9151
9152 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9155         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9156           Double-check that RGB input caps are really RGBA caps (apparently
9157           the core doesn't always catch it if those caps aren't a subset of
9158           our template caps, also see #421543). Fixes #429319 in a way.
9159           Also, don't leak the pad template in the transform_caps function.
9160
9161         * tests/check/Makefile.am:
9162         * tests/check/elements/.cvsignore:
9163         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9164         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9165         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9166         (GST_START_TEST), (alphacolor_suite):
9167           Add some basic unit tests for alphacolor.
9168
9169 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9172           If we get a fatal flow return in the loop function, first post the
9173           error message and only then send the EOS event downstream, otherwise
9174           applications might get an eos message before the error message and
9175           think everything was ok (related to #429319).
9176
9177 2007-04-25  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9180         Read the channel byte as an unsigned byte.
9181
9182 2007-04-25  Wim Taymans  <wim@fluendo.com>
9183
9184         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9185         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9186         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9187         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9188         (gst_rtp_gsm_depay_setcaps):
9189         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9190         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9191         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9192         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9193         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9194         (gst_ilbc_depay_get_property):
9195         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9196         * gst/rtp/gstrtpmp4adepay.c:
9197         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9198         (gst_rtp_pcma_depay_setcaps):
9199         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9200         (gst_rtp_pcmu_depay_setcaps):
9201         Make sure we configure the clock_rate in the baseclass in the setcaps
9202         function. Fixes #431282.
9203
9204 2007-04-25  Wim Taymans  <wim@fluendo.com>
9205
9206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9207         (gst_rtspsrc_stream_free), (request_pt_map),
9208         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9209         * gst/rtsp/gstrtspsrc.h:
9210         Parse server address from SDP.
9211         Hook up a udpsink to send RTCP back to the server.
9212
9213         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9214         * gst/rtsp/rtsptransport.h:
9215         Add some docs.
9216
9217 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9218
9219         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9220           Make header field check conditional. Fixes #433135
9221
9222 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         * docs/plugins/Makefile.am:
9225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9227         * docs/plugins/inspect/plugin-alphacolor.xml:
9228         * gst/alpha/Makefile.am:
9229         * gst/alpha/gstalphacolor.c:
9230         * gst/alpha/gstalphacolor.h:
9231           Add minimal docs blurb to alphacolor; split out headers into
9232           separate header file for gtk-doc.
9233
9234 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9235
9236         * gst/debug/progressreport.c: (gst_progress_report_report):
9237           Don't try to post NULL message (in case we can't query upstream
9238           position or duration).
9239
9240 2007-04-18  Michael Smith  <msmith@fluendo.com>
9241
9242         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9243         (gst_cutter_get_caps):
9244         * gst/cutter/gstcutter.h:
9245           Fix some of the most obvious bugs in cutter. Now doesn't leak
9246           everything if input is silent.
9247
9248 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9249
9250         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9251         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9252         * gst/wavenc/gstwavenc.h:
9253         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9254         else results in a invalid block align and invalid files.
9255
9256 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9257
9258         Patch by: Snaik <snaik32 gmail com>
9259
9260         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9261           Add missing break statement for BOX_HORIZONTAL case.
9262
9263 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9264
9265         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9266
9267         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9268         Use correct format strings for integer types.
9269
9270 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9271
9272         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9273         (gst_wavparse_create_sourcepad):
9274         Use gst_riff_create_audio_template_caps () instead of the local caps.
9275         This makes updates of the local caps unecessary whenever libgstriff
9276         gets support for new formats.
9277
9278 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9281
9282         * sys/sunaudio/gstsunaudio.c:
9283         * sys/sunaudio/gstsunaudiomixer.c:
9284         * sys/sunaudio/gstsunaudiomixer.h:
9285         * sys/sunaudio/gstsunaudiomixerctrl.c:
9286         * sys/sunaudio/gstsunaudiomixerctrl.h:
9287         * sys/sunaudio/gstsunaudiomixertrack.h:
9288         * sys/sunaudio/gstsunaudiosink.c:
9289         * sys/sunaudio/gstsunaudiosink.h:
9290         * sys/sunaudio/gstsunaudiosrc.c:
9291         * sys/sunaudio/gstsunaudiosrc.h:
9292           Fix and/or update copyright attributions (#430228).
9293
9294 2007-04-13  Wim Taymans  <wim@fluendo.com>
9295
9296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9297         Fix docs.
9298
9299         * gst/rtsp/URLS:
9300         Add some more example urls.
9301
9302         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9303         (gst_rtp_dec_chain_rtp):
9304         Better debugging.
9305
9306         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9307         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9308         (gst_rtspsrc_parse_rtpinfo):
9309         Remove unused code.
9310
9311 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9312
9313         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9314         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9315         (gst_wavparse_stream_data):
9316           Relax the audio/mpeg caps again and add FIXME: comment.
9317
9318 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9319
9320         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9321         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9322         (gst_wavparse_stream_data):
9323         * gst/wavparse/gstwavparse.h:
9324           More sanity check for the header fields. Fix type for 'rate' header
9325           field.
9326
9327 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9330         (gst_icydemux_unicodify):
9331           If the metadata strings we get in the stream are not UTF-8, try to
9332           interpret them according to the character encodings specified in the
9333           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9334           only fall back to locale/ISO-8859-1 if those aren't set or don't
9335           work. Should fix #428901.
9336
9337 2007-04-12  Wim Taymans  <wim@fluendo.com>
9338
9339         * gst/rtp/gstrtph264depay.c:
9340         Use the proper sync word for SPS and PPS.
9341
9342 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9343
9344         * gst/rtp/Makefile.am:
9345         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9346           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9347         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9348           Add a simple hashing implementation that we can use to generate
9349           a 24-bit ident value based on the codebooks for vorbis and theora.
9350         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9351           gst_rtp_theora_pay_handle_buffer):
9352         * gst/rtp/gstrtpvorbisdepay.c
9353           (gst_rtp_vorbis_depay_parse_configuration,
9354           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9355         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9356           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9357           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9358           Use the hashing function, ensuring that the same codebooks result
9359           in the same ident and thus the same SDP description.
9360           Various log fixes/changes.
9361
9362 2007-04-12  Wim Taymans  <wim@fluendo.com>
9363
9364         Patch by: jerry tan <jerry dot tan at sun dot com>
9365
9366         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9367         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9368         application's responsibility to make sure it open the device once.
9369         Remove a careless error if AUDIODEV is set. Fixes #392620.
9370
9371 2007-04-12  Wim Taymans  <wim@fluendo.com>
9372
9373         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9374         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9375         * gst/rtsp/gstrtpdec.h:
9376         Make backward compat with rtpbin by adding the request-pt-map signals.
9377
9378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9379         (new_session_pad), (request_pt_map),
9380         (gst_rtspsrc_stream_configure_transport),
9381         (gst_rtspsrc_stream_configure_caps),
9382         (gst_rtspsrc_activate_streams):
9383         * gst/rtsp/gstrtspsrc.h:
9384         Implement request-pt-map signals instead of setting caps on the buffers
9385         for the session manager.
9386
9387 2007-04-11  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/udp/gstudp.c: (plugin_init):
9390         Register GstNetBuffer in plugin_init so that the type can be used from
9391         multiple threads without races.
9392
9393 2007-04-10  Wim Taymans  <wim@fluendo.com>
9394
9395         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9396         (gst_rtp_amr_depay_process):
9397         Fix depayloader clock_rate and some cleanups.
9398
9399         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9400         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9401         * gst/rtp/gstrtph264depay.h:
9402         Don't push codec_data in the adapter because it might get flushed when
9403         we get a discont.
9404
9405         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9406         Handle multiple AU per packet.
9407
9408         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9409         (gst_rtp_sv3v_depay_plugin_init):
9410         Disable rank, this one does not work.
9411         Remove timestamping, base class does that.
9412
9413 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9414
9415         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9416           limit caps to the formats we announce in the template
9417
9418         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9419         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9420         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9421           fix some crashers/asserts when dealing with broken files
9422
9423 2007-04-10  Wim Taymans  <wim@fluendo.com>
9424
9425         Patch by: Peter Kjellerstedt  <pkj at axis com>
9426
9427         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9428         * gst/rtp/gstrtpL16depay.c:
9429         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9430         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9431         (gst_rtp_speex_depay_setcaps):
9432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9433         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9434         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9435         Fix some compiler warnings. Fixes #428182.
9436
9437 2007-04-06  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst/rtsp/Makefile.am:
9440         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9441         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9442         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9443         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9444         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9445         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9446         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9447         (create_rtcp), (gst_rtp_dec_request_new_pad),
9448         (gst_rtp_dec_release_pad):
9449         * gst/rtsp/gstrtpdec.h:
9450         * gst/rtsp/gstrtsp.c: (plugin_init):
9451         Morph RTPDec into something compatible with RTPBin as a fallback.
9452         Various other style fixes.
9453
9454         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9455         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9456         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9457         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9458         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9459         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9460         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9461         * gst/rtsp/gstrtspsrc.h:
9462         Implement RTPBin session manager handling.
9463         Don't try to add empty properties to caps.
9464         Implement fallback session manager, handling.
9465         Don't combine errors from RTCP streams, just ignore them.
9466
9467         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9468         * gst/rtsp/rtsptransport.h:
9469         Implement fallback session manager.
9470         Make RTPBin the default one when available.
9471
9472 2007-04-05  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9475         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9476         This element is ready to be autoplugged.
9477
9478 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9479
9480         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9481         Don't leave the offsets defined by upstream element on the
9482         compressed data buffer we are pushing downstream. Make them
9483         GST_BUFFER_OFFSET_NONE.
9484
9485 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9486
9487         * gst/avi/README:
9488         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9489         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9490         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9491         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9492         (gst_avi_demux_calculate_durations_from_index),
9493         (gst_avi_demux_stream_header_push),
9494         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9495         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9496           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9497
9498 2007-04-03  Wim Taymans  <wim@fluendo.com>
9499
9500         * gst/smpte/barboxwipes.c:
9501         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9502
9503 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9504
9505         * gst/wavparse/gstwavparse.c:
9506         Support audio/x-raw-float in wav files. This only works with
9507         plugins-base CVS, using an older version doesn't have any
9508         disadvantages though.
9509
9510 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9511
9512         * configure.ac:
9513         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9514         (gst_au_parse_parse_header), (gst_au_parse_chain):
9515         * gst/auparse/gstauparse.h:
9516         Revert last change as we don't want plugins-good to depend on
9517         plugins-base CVS now.
9518
9519 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9520
9521         * configure.ac:
9522         Require gst-plugins-base CVS for audioconvert with non-native
9523         float support and width/depth fix in libgstriff.
9524
9525         Patch by: René Stadler <mail at renestadler dot de>
9526
9527         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9528         (gst_au_parse_parse_header), (gst_au_parse_chain):
9529         * gst/auparse/gstauparse.h:
9530         Don't swap the floats ourself if they're not in native endianness.
9531         Instead let audioconvert handle this. Fixes #339838.
9532
9533 2007-03-29  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/rtp/gstasteriskh263.h:
9536         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9537         (gst_rtp_h263p_depay_change_state):
9538         * gst/rtp/gstrtph263pdepay.h:
9539         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9540         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9541         (gst_rtp_h264_depay_change_state):
9542         * gst/rtp/gstrtph264depay.h:
9543         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9544         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9545         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9546         Flush adapter on disconts.
9547
9548 2007-03-29  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9551         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9552         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9553         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9554         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9555         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9556         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9557         (gst_rtp_mp4v_depay_process):
9558         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9559         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9560         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9561         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9562         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9563         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9564         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9565         Use more efficient adapter and rtpbuffer methods when possible.
9566
9567 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9568
9569         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9570         (gst_wavenc_sink_setcaps):
9571         Correctly handle width!=depth input.
9572         * gst/wavparse/gstwavparse.c:
9573         Already export in the caps that width==8 uses unsigned samples and
9574         everything else uses signed samples.
9575
9576 2007-03-29  Wim Taymans  <wim@fluendo.com>
9577
9578         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9579
9580         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9581         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9582         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9583         (gst_dynudpsink_close):
9584         * gst/udp/gstdynudpsink.h:
9585         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9586         (gst_udpsrc_create), (gst_udpsrc_set_property),
9587         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9588         * gst/udp/gstudpsrc.h:
9589         Rework the socket allocation a bit based on the sockfd argument so that
9590         it becomes usable.
9591         Add a closefd property to instruct the udp elements to close the custom
9592         file descriptors when going to READY. Fixes #423304.
9593         API:GstUDPSrc::closefd property
9594         API:GstDynUDPSink::closefd property
9595
9596 2007-03-29  Wim Taymans  <wim@fluendo.com>
9597
9598         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9599
9600         * gst/rtp/Makefile.am:
9601         * gst/rtp/gstrtp.c: (plugin_init):
9602         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9603         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9604         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9605         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9606         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9607         (gst_rtp_h264_pay_plugin_init):
9608         * gst/rtp/gstrtph264pay.h:
9609         Added H264 payloader. Fixes #423782.
9610
9611         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9612         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9613         Small fixes.
9614
9615 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9616
9617         * gst/wavparse/gstwavparse.c:
9618         Actually support depths from 1 to 32, not only 8 to 32.
9619
9620 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9621
9622         * gst/wavparse/gstwavparse.c:
9623         Add support for wav files containing audio/x-raw-int with random
9624         depths between 1 and 32 bits.
9625
9626 2007-03-28  Wim Taymans  <wim@fluendo.com>
9627
9628         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9629
9630         * gst/rtp/Makefile.am:
9631         * gst/rtp/gstrtp.c: (plugin_init):
9632         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9633         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9634         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9635         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9636         (gst_rtp_mp4a_depay_get_property),
9637         (gst_rtp_mp4a_depay_change_state),
9638         (gst_rtp_mp4a_depay_plugin_init):
9639         * gst/rtp/gstrtpmp4adepay.h:
9640         Added MP4A-LATM depayloader. Fixes #417792.
9641
9642         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9643         (gst_rtp_mp4v_depay_process):
9644         Fixup depayloader, setting codec_data, using more efficient adaptor and
9645         rtpbuffer handling.
9646
9647         * gst/rtsp/URLS:
9648         Add url to test above.
9649
9650 2007-03-25  Wim Taymans  <wim@fluendo.com>
9651
9652         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9653         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9654         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9655         (gst_rtspsrc_media_to_caps),
9656         (gst_rtspsrc_stream_configure_transport),
9657         (gst_rtspsrc_stream_configure_caps),
9658         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9659         * gst/rtsp/gstrtspsrc.h:
9660         Handle default clock-rates for static payload types, rearrange stuff so
9661         that the rtpmap field in the sdp can override the defaults.
9662         Parse RTP-Info field to get the seqnum and timebase fields that should
9663         go in the caps.
9664         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9665         the server. 
9666
9667 2007-03-22  Wim Taymans  <wim@fluendo.com>
9668
9669         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9670
9671         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9672         Accept complex pipeline descriptions as an audio profile instead of just
9673         a single element. Fixes #420658.
9674
9675 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9678           Rename registered type in preparation of GstTagDemux moving to
9679           -base at some point in the future.
9680
9681 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9682
9683         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9684           Streaming mode fixes: don't unref buffer we don't own any longer;
9685           remove bogus adapter flush. Fixes #419338.
9686
9687 2007-03-17  David Schleef  <ds@schleef.org>
9688
9689         * REQUIREMENTS: Change the format to key/value, add a bunch of
9690           information, remove a bunch of requirements that are for
9691           other GStreamer packages.
9692
9693 2007-03-17  David Schleef  <ds@schleef.org>
9694
9695         * REQUIREMENTS: Fix a few things.  This file really needs a
9696         good once-over.
9697
9698 2007-03-15  Edward Hervey  <edward@fluendo.com>
9699
9700         * sys/Makefile.am:
9701         Don't forget to distribute the sys/osxaudio/ directory.
9702
9703 2007-03-15  Edward Hervey  <edward@fluendo.com>
9704
9705         * configure.ac:
9706         * sys/Makefile.am:
9707         * sys/osxaudio/Makefile.am:
9708         * sys/osxaudio/gstosxaudio.c:
9709         * sys/osxaudio/gstosxaudiosink.c:
9710         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9711         (gst_osx_audio_sink_getcaps),
9712         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9713         * sys/osxaudio/gstosxaudiosrc.c:
9714         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9715         (gst_osx_audio_src_create_ringbuffer):
9716         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9717         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9718         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9719         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9720         * sys/osxaudio/gstosxringbuffer.h:
9721         Activate osxaudio in gst-plugins-good with proper build setup.
9722         Add inlined documentation.
9723         Fix debug statements
9724         Fix ringbuffer when pausing.
9725         Fixes #323471
9726
9727 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9728         * gst/rtp/gstrtppcmapay.c:
9729         * gst/rtp/gstrtppcmapay.h:
9730         * gst/rtp/gstrtppcmupay.c:
9731         * gst/rtp/gstrtppcmupay.h:
9732         Ported mulaw and alaw payloaders to use new base class
9733
9734 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9735
9736         * po/af.po:
9737         * po/az.po:
9738         * po/cs.po:
9739         * po/en_GB.po:
9740         * po/it.po:
9741         * po/nl.po:
9742         * po/or.po:
9743         * po/sq.po:
9744         * po/sr.po:
9745         * po/sv.po:
9746         * po/uk.po:
9747         * po/vi.po:
9748           Update translations.
9749
9750 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9751
9752         * configure.ac:
9753           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9754
9755 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9756
9757         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9758           Fix handling of -1 values for start and stop values when seeking,
9759           and SEEK_CUR+SEEK_END here as well.
9760
9761 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9762
9763         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9764           Fix handling of -1 values for start and stop values when seeking, 
9765           and SEEK_CUR+SEEK_END.
9766
9767 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9770           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9771           the image format a variable-length NUL-terminated string; in
9772           versions before that the image format is a fixed-length string of
9773           3 characters (see #348644 for a sample tag).
9774           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9775
9776 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9777
9778         * win32/MANIFEST:
9779         Add new project files to MANIFEST.
9780         * win32/vs6/libgstaudiofx.dsp:
9781         * win32/vs6/libgstrtp.dsp:
9782         * win32/vs6/libgstrtsp.dsp:
9783         Update project files.
9784         
9785 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9788         (gst_avi_demux_parse_index):
9789         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9790         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9791           Printf format fixes; also add some missing quotes in translated
9792           strings. Fixes #416728 and #416727.
9793
9794 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9795
9796         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9797           Tim and I can't think of any reason the child audio sink needs to 
9798           be set back to NULL after successfully determining that it can 
9799           reach READY - it gets immediately set back to READY by the caller
9800           anyway, causing an unnecessary close/open of any audio devices
9801           involved.
9802
9803 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         * po/LINGUAS:
9806         * po/ja.po:
9807           Add ja.po file from #377306.
9808
9809 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9810
9811         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9812         * sys/sunaudio/gstsunaudiomixertrack.c:
9813         (gst_sunaudiomixer_track_new):
9814           Actually translate sunaudio mixer track labels instead of just
9815           marking the strings as translatable (#377306); clean up weird
9816           label string mapping code that serves no apparent purpose. Also
9817           set the 'untranslated-label' property when creating mixer tracks
9818           if the GstMixerTrack base class supports this.
9819
9820         * tests/check/Makefile.am:
9821         * tests/check/elements/.cvsignore:
9822         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9823         (sunaudio_suite):
9824           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9825           actually tested on a system where sunaudiomixer is available).
9826
9827 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9828
9829         * tests/check/Makefile.am:
9830         Re-enable the states test and see if it works on the buildbots.
9831
9832 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9833
9834         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9835         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9836         (gst_dvdec_change_state):
9837         * ext/dv/gstdvdec.h:
9838         Infer pixel-aspect-ratio from the video frame format if it isn't
9839         provided by the container, as happens when playing DV from AVI
9840         or Quicktime containers.
9841
9842         Patch by: Wim Taymans <wim@fluendo.com>
9843         Fixes #380944
9844
9845 2007-03-09  Wim Taymans  <wim@fluendo.com>
9846
9847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9848         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9849         will later be handled by the jitterbuffer.
9850
9851 2007-03-09  Wim Taymans  <wim@fluendo.com>
9852
9853         * ext/taglib/gstid3v2mux.cc:
9854         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9855         Fixes #414496.
9856         
9857         Patch by: Alex Lancaster <alexl at users sourceforge net>
9858
9859 2007-03-09  Wim Taymans  <wim@fluendo.com>
9860
9861         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9862         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9863         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9864         (gst_avi_demux_chain):
9865         Fix stream position reporting after a seek. Fixes #416445.
9866
9867 2007-03-08  Wim Taymans  <wim@fluendo.com>
9868
9869         Patch by: René Stadler <mail at renestadler dot de>
9870
9871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9872         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9873         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9874         Make avidemux accept optional header chunks in any order.
9875         Fixes #415446.
9876
9877 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9878
9879         * tests/check/Makefile.am:
9880         Disable the states check until the remaining Valgrind errors
9881         are fixed or suppressed.
9882
9883 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9884
9885         * tests/check/elements/.cvsignore:
9886           Add audiodynamic check to .cvsignore
9887
9888 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9889
9890         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9891
9892         * gst/audiofx/Makefile.am:
9893         * gst/audiofx/audiodynamic.c:
9894         (gst_audio_dynamic_characteristics_get_type),
9895         (gst_audio_dynamic_mode_get_type),
9896         (gst_audio_dynamic_set_process_function),
9897         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9898         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9899         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9900         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9901         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9902         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9903         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9904         (gst_audio_dynamic_transform_hard_knee_expander_int),
9905         (gst_audio_dynamic_transform_hard_knee_expander_float),
9906         (gst_audio_dynamic_transform_soft_knee_expander_int),
9907         (gst_audio_dynamic_transform_soft_knee_expander_float),
9908         (gst_audio_dynamic_transform_ip):
9909         * gst/audiofx/audiodynamic.h:
9910         * gst/audiofx/audiofx.c: (plugin_init):
9911         Add new audiodynamic element which can act as a compressor or
9912         expander. Supported are hard-knee and soft-knee operation modes with
9913         user-specified ratio and threshold.
9914         Attack and release parameters are not yet implemented but will follow.
9915         * docs/plugins/Makefile.am:
9916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9917         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9918         * docs/plugins/gst-plugins-good-plugins.args:
9919         * docs/plugins/inspect/plugin-audiofx.xml:
9920         Integrate audiodynamic into the docs.
9921         * tests/check/Makefile.am:
9922         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9923         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9924         Add unit test for audiodynamic.
9925
9926 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9927
9928         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9929         Free handles that we allocated when exiting via the error paths.
9930
9931 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9932
9933         * gst/level/gstlevel.c: (gst_level_class_init),
9934         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9935         (gst_level_transform_ip):
9936         * gst/level/gstlevel.h:
9937           Resolve message timestamps against the playback segment.
9938
9939 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9942         (gst_id3demux_sink_activate):
9943           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9944           caps passed to it (previously one code path assumed it took ownership
9945           while another one assumed it didn't, while in fact it sometimes did and
9946           sometimes didn't ...).
9947
9948         * configure.ac:
9949         * tests/files/Makefile.am:
9950         * tests/files/id3-407349-1.tag:
9951         * tests/files/id3-407349-2.tag:
9952           Add directory where data for unit tests can be stored.
9953
9954         * tests/Makefile.am:
9955         * tests/check/Makefile.am:
9956         * tests/check/elements/.cvsignore:
9957         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9958         (read_tags_from_file), (run_check_for_file),
9959         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9960           Add unit test for id3demux, and in particular for bug #407349. Only
9961           testing pull-mode for now; push mode doesn't work yet because the test
9962           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9963
9964 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9965
9966         * tests/check/Makefile.am:
9967           Add missing backslash at end of line.
9968
9969 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9970
9971         Trigger rebuild.
9972
9973 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9974
9975         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9976         * gst/id3demux/id3tags.h:
9977         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9978         (parse_obsolete_tdat_frame):
9979           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9980           the four-digit number will be interpreted as a year, whereas it is
9981           month and day in DDMM format. Instead, parse TDAT frames and fix up
9982           the date in the GST_TAG_DATE tag later if we also extracted a year.
9983           Fixes #407349.
9984
9985 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9986
9987         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9988         (gst_switch_commit_new_kid):
9989         Fix up the dispose logic so it doesn't leak, and fix setting of 
9990         the child state so that we don't set a child to our current state 
9991         just as we are changing it to something else.
9992
9993 2007-03-06  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9996         (gst_goom_chain):
9997         * gst/goom/gstgoom.h:
9998         Document, fix and improve goom adapter behaviour.
9999         Fixes #407006.
10000
10001 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10002
10003         * ext/esd/esdsink.c: (gst_esdsink_open):
10004         Unref static pad template after using it.
10005
10006 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10007
10008         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10009         (gst_switch_commit_new_kid):
10010         Fix up the reference counting of the child elements.
10011
10012 2007-03-05  Wim Taymans  <wim@fluendo.com>
10013
10014         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10015         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10016         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10017         Fix encoding-name case.
10018
10019 2007-03-05  Wim Taymans  <wim@fluendo.com>
10020
10021         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10022         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10023         (gst_rtp_speex_depay_process):
10024         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10025         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10026         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10027         (gst_rtp_speex_pay_change_state):
10028         * gst/rtp/gstrtpspeexpay.h:
10029         Fix speex (de)payloader. Fixes #358040.
10030
10031 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10032
10033         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10034         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10035         Install fakesink in NULL by fixing some broken logic. This obviates
10036         the need to manually set _IS_SINK.
10037         Add some comments and remove a little cruft while I'm at it.
10038
10039 2007-03-05  Wim Taymans  <wim@fluendo.com>
10040
10041         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10042         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10043
10044 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         * po/POTFILES.in:
10047           Update.
10048
10049 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10050
10051         * tests/check/Makefile.am:
10052         Gah! Also disable gconfvideosink from the tests, otherwise
10053         it will instantiate autovideosink, and dfbvideosink and
10054         leak on the buildbots.
10055
10056 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10057
10058         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10059         (gst_cdio_cdda_src_finalize):
10060         Make sure we always destroy our libcdio handle.
10061
10062 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10063
10064         * tests/check/Makefile.am:
10065         Disable autovideosink so the buildbots don't barf over memory
10066         leaked in the directfb sink.
10067
10068 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10069
10070         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10071         Chain up in dispose
10072
10073 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10074
10075         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10076         (gst_multipart_find_pad_by_mime):
10077         Use gst_pad_new_from_static_template instead of
10078         static_pad_template_get+pad_new.
10079
10080 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10081
10082         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10083         Catch the case where no clock has been set.
10084
10085 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10086
10087         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10088         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10089         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10090         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10091         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10092         (gst_gconf_audio_src_finalize), (do_toggle_element):
10093         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10094         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10095         (do_toggle_element):
10096         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10097         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10098         (gst_gconf_video_src_finalize), (do_toggle_element):
10099         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10100         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10101         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10102         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10103         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10104         (gst_shout2send_init), (gst_shout2send_finalize):
10105         * gst/debug/testplugin.c: (gst_test_class_init),
10106         (gst_test_finalize):
10107         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10108         (gst_flxdec_dispose):
10109         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10110         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10112         (gst_rtspsrc_finalize):
10113         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10114         * gst/rtsp/rtspextwms.h:
10115         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10116         (gst_smpte_finalize):
10117         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10118         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10119         (gst_udpsink_finalize):
10120         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10121         (gst_wavparse_sink_activate):
10122         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10123         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10124         (gst_oss_src_finalize):
10125         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10126         * sys/v4l2/gstv4l2object.h:
10127         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10128         (gst_v4l2src_finalize):
10129         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10130
10131         Fix a bunch of leaks shown by the newly-added states test.
10132
10133 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10134
10135         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10136         Use gst_pad_new_from_static_template instead of 
10137         static_pad_template_get+pad_new.
10138
10139 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10140
10141         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10142
10143         * ext/libcaca/Makefile.am:
10144         * gst/debug/Makefile.am:
10145           Don't mix tabs and spaces (#414168).
10146
10147 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10148
10149         * tests/check/generic/.cvsignore:
10150           Ignore files to please buildbot.
10151
10152 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10153
10154         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10155         (gst_wavparse_stream_data):
10156           Unbreak my previous commit (swapped nominator & denominator). Tim,
10157           thanks for spotting.
10158
10159 2007-03-02  Wim Taymans  <wim@fluendo.com>
10160
10161         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10162         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10163         (gst_cdio_cdda_src_finalize):
10164         Small code cleanups.
10165         Don't use pad_alloc as the base class cannot deal with the error codes.
10166
10167 2007-03-02  Wim Taymans  <wim@fluendo.com>
10168
10169         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10170         (gst_udpsrc_create):
10171         Fix doc.
10172
10173 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10174
10175         Patch by: René Stadler <mail@renestadler.de>
10176
10177         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10178         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10179         (gst_wavparse_stream_data):
10180           Handle rounding better to not drop last sample frame. Fixes #356692
10181
10182 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10183
10184         * tests/check/Makefile.am:
10185         Disable cacasink from the states check too - it also calls exit(1)
10186         on us when it can't find a terminal to talk to.
10187
10188 2007-03-02  Wim Taymans  <wim@fluendo.com>
10189
10190         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10191
10192         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10193         (gst_udpsrc_create), (gst_udpsrc_set_property),
10194         (gst_udpsrc_get_property):
10195         * gst/udp/gstudpsrc.h:
10196         Add support to strip proprietary headers. Fixes #350296.
10197
10198 2007-03-02  Wim Taymans  <wim@fluendo.com>
10199
10200         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10201         Fix compilation.
10202
10203 2007-03-02  Wim Taymans  <wim@fluendo.com>
10204
10205         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10206
10207         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10208         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10209         (gst_rtp_mp2t_depay_set_property),
10210         (gst_rtp_mp2t_depay_get_property):
10211         * gst/rtp/gstrtpmp2tdepay.h:
10212         Add support to strip off proprietary headers. Fixes #350278.
10213
10214 2007-03-02  Wim Taymans  <wim@fluendo.com>
10215
10216         * ext/hal/hal.c:
10217         Fix compilation.
10218
10219 2007-03-02  Wim Taymans  <wim@fluendo.com>
10220
10221         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10222         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10223         (gst_sunaudiosrc_open):
10224         * sys/sunaudio/gstsunaudiosrc.h:
10225         Remove device-name from GstSunAudioSrc. Fixes #412597.
10226
10227 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10228
10229         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10230         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10231         Having NULL as UDI previously selected the default sink/src. Change
10232         this back but mention it in the debug output.
10233         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10234         (gst_hal_get_oss_element), (gst_hal_get_string),
10235         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10236         (gst_hal_get_audio_src):
10237         * ext/hal/hal.h:
10238         Refactor a bit, check all error conditions, greatly improve debugging
10239         and fix some possible memory leaks. Also implement OSS support
10240         and allow specifying an UDI that points to a real device. For this the
10241         child device which supports ALSA (preferred) or OSS is used.
10242         As a side effect this makes it impossible now to get a alsasink in
10243         halaudiosrc and a alsasrc in halaudiosink.
10244
10245 2007-03-01  Wim Taymans  <wim@fluendo.com>
10246
10247         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10248         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10249         Errors from the udp sources are not fatal unless all of them are in
10250         error.
10251
10252 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10253
10254         * tests/check/Makefile.am:
10255         Disable aasink in the states test. I suspect this is the element that
10256         is calling exit(1) when it can't proceed.
10257
10258 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10259
10260         * tests/check/Makefile.am:
10261         Draw plugins in from the build tree sys/ dir, rather than picking
10262         up the already installed versions.
10263
10264 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10265
10266         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10267         Error out correctly when getting xcontext fails.
10268
10269 2007-03-01  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10272         Make state change to PAUSED NO_PREROLL because that's what it will be in
10273         the future and rtspsrc relies on it.
10274
10275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10276         (gst_rtspsrc_change_state):
10277         Don't error out when we don't get an error from the state change
10278         function.
10279
10280 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10281
10282         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10283         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10284           Check if the device UDI is set before trying to query HAL
10285           about it and give a useful error message if it wasn't set.
10286         * ext/hal/hal.c: (gst_hal_get_string):
10287           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10288           gives an assertion failure in D-Bus when running with
10289           DBUS_FATAL_WARNINGS=1.
10290
10291 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10292
10293         * configure.ac:
10294           Convert to new AG_GST style.
10295
10296 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10297
10298         * tests/check/Makefile.am:
10299         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10300           add test for states
10301
10302 2007-02-28  Wim Taymans  <wim@fluendo.com>
10303
10304         * tests/check/elements/.cvsignore:
10305         Add new videofilter check to .cvsignore.
10306
10307 2007-02-28  Wim Taymans  <wim@fluendo.com>
10308
10309         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10310         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10311         (gst_avi_demux_loop), (gst_avi_demux_chain):
10312         Fix combined flow return. Fixes #412608.
10313
10314 2007-02-28  Wim Taymans  <wim@fluendo.com>
10315
10316         * gst/videofilter/Makefile.am:
10317         Dist header..
10318
10319 2007-02-28  Wim Taymans  <wim@fluendo.com>
10320
10321         * gst/videofilter/gstgamma.h:
10322         Add header too.
10323
10324 2007-02-28  Wim Taymans  <wim@fluendo.com>
10325
10326         Patch by: Mark Nauwelaerts <manauw at skynet be>
10327
10328         * gst/videofilter/Makefile.am:
10329         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10330         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10331         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10332         (oil_tablelookup_u8), (gst_gamma_set_caps),
10333         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10334         Port gamma filter to 0.10. Fixes #412704.
10335
10336         * tests/check/Makefile.am:
10337         * tests/check/elements/videofilter.c: (setup_filter),
10338         (cleanup_filter), (check_filter), (GST_START_TEST),
10339         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10340         Add unit tests for videofilters.
10341
10342 2007-02-28  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/rtsp/URLS:
10345         Add another interesting test url.
10346
10347         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10348         Don't allow getting header fields from data packets.
10349
10350 2007-02-28  Michael Smith  <msmith@fluendo.com>
10351
10352         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10353         (gst_shout2send_init), (gst_shout2send_start),
10354         (gst_shout2send_set_property), (gst_shout2send_get_property):
10355         * ext/shout2/gstshout2.h:
10356           Add a property for username.
10357
10358 2007-02-27  Christian Schallerr <christian@fluendo.com>
10359
10360         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10361
10362 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10363
10364         * gst/rtsp/Makefile.am:
10365         Fix make check too.
10366
10367 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10368
10369         * gst/rtsp/base64.c: (util_base64_encode):
10370         * gst/rtsp/base64.h:
10371         Commit missing files for base64 encoding.
10372
10373 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10374
10375         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10376
10377         * configure.ac:
10378         * ext/annodex/Makefile.am:
10379         * ext/jpeg/Makefile.am:
10380         * ext/speex/Makefile.am:
10381         * gst/alpha/Makefile.am:
10382         * gst/cutter/Makefile.am:
10383         * gst/debug/Makefile.am:
10384         * gst/effectv/Makefile.am:
10385         * gst/goom/Makefile.am:
10386         * gst/level/Makefile.am:
10387         * gst/smpte/Makefile.am:
10388         * gst/videofilter/Makefile.am:
10389           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10390
10391 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10392
10393         * gst/rtsp/Makefile.am:
10394         * gst/rtsp/rtspconnection.c: (append_auth_header),
10395         (rtsp_connection_send), (rtsp_connection_set_auth):
10396         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10397         from icecast to replace it. Relicensed from GPL courtesy of Mike
10398         Smith.
10399
10400 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10401
10402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10403         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10404         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10405         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10406         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10407         (gst_rtspsrc_uri_set_uri):
10408         * gst/rtsp/gstrtspsrc.h:
10409         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10410         (append_auth_header), (rtsp_connection_send),
10411         (rtsp_connection_free), (rtsp_connection_set_auth):
10412         * gst/rtsp/rtspconnection.h:
10413         * gst/rtsp/rtspdefs.h:
10414         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10415         * gst/rtsp/rtspurl.h:
10416
10417         Implement simple Basic Authentication support so that urls like
10418         rtsp://user:pass@hostname/rtspstream work on hosts that require
10419         authentication.
10420
10421 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10422
10423         * sys/v4l2/gstv4l2object.c:
10424         * sys/v4l2/gstv4l2tuner.c:
10425         * sys/v4l2/v4l2_calls.c:
10426         Fix segfault when oppening a radio device.
10427         
10428 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * gst/level/gstlevel.c: (gst_level_set_caps),
10431         (gst_level_transform_ip):
10432         * sys/v4l2/README:
10433         * tests/check/elements/level.c: (GST_START_TEST):
10434           Fix level for multi-channel case.
10435
10436 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10437
10438         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10439         (gst_level_transform_ip):
10440         * gst/level/gstlevel.h:
10441           Use function pointer for process function and add process functions
10442           for float audio.
10443
10444 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10445
10446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10447         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10448         (gst_v4l2src_capture_init):
10449           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10450           fixes #407369
10451
10452 2007-02-18  Wim Taymans  <wim@fluendo.com>
10453
10454         * gst/rtp/Makefile.am:
10455         * gst/rtp/gstrtp.c: (plugin_init):
10456         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10457         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10458         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10459         (gst_rtp_mp2t_pay_plugin_init):
10460         * gst/rtp/gstrtpmp2tpay.h:
10461         Added simple mpeg transport stream payloader.
10462
10463 2007-02-16  Wim Taymans  <wim@fluendo.com>
10464
10465         * gst/rtsp/URLS:
10466         Add example H264 rtsp url.
10467
10468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10469         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10470         Don't convert values to lowercase or we might mess up base64 encoded
10471         properties.
10472
10473 2007-02-16  Wim Taymans  <wim@fluendo.com>
10474
10475         * gst/rtp/README:
10476         Fix case of string params.
10477
10478         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10479         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10480         Fix depayloader, support more packet types.
10481         Add sync codes to make sure the packetizer can do its job.
10482
10483         * gst/rtp/gstrtpmp4gdepay.c:
10484         * gst/rtp/gstrtpmp4gpay.c:
10485         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10486         Fix caps case again.
10487
10488 2007-02-15  Wim Taymans  <wim@fluendo.com>
10489
10490         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10491         Set right caps on output buffers.
10492
10493 2007-02-14  Wim Taymans  <wim@fluendo.com>
10494
10495         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10496         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10497         Clear stack allocated SDPMedia struct before calling _init() on it.
10498         Clarify this in the docs as well.
10499
10500 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10501
10502         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10503         (do_change_child):
10504         Don't reset the profile when going switching states, as it makes
10505         the element non-reusable.
10506
10507 2007-02-14  Wim Taymans  <wim@fluendo.com>
10508
10509         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10510         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10511         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10512         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10513         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10514         (sdp_parse_line):
10515         * gst/rtsp/sdpmessage.h:
10516         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10517         Fix memory management of SDP messages. Fixes #407793.
10518
10519 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10520
10521         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10522
10523         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10524         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10525
10526 2007-02-14  Wim Taymans  <wim@fluendo.com>
10527
10528         Patch by: jp.liu <jp_liu at astrocom dot cn>
10529
10530         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10531         Fix parsing of password field in url. Fixes #407797.
10532
10533 2007-02-14  Wim Taymans  <wim@fluendo.com>
10534
10535         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10536         (gst_wavparse_reset), (gst_wavparse_init),
10537         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10538         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10539         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10540         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10541         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10542         (gst_wavparse_loop), (gst_wavparse_chain),
10543         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10544         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10545         (plugin_init):
10546         * gst/wavparse/gstwavparse.h:
10547         Update docs.
10548         Use boilerplate.
10549         Various code cleanups.
10550         When the bitrate is not known (bps == 0 or compressed formats) let
10551         downstream element guestimate the duration and position and don't
10552         generate timestamps or durations. Fixes #405213.
10553         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10554         error flowreturn upstream.
10555
10556 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10557
10558         * ext/gconf/Makefile.am:
10559         * ext/gconf/gconf.c: (gst_gconf_get_string),
10560         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10561         (gst_gconf_render_bin_with_default):
10562         * ext/gconf/gconf.h:
10563         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10564         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10565         (gst_gconf_audio_sink_dispose), (do_change_child),
10566         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10567         (cb_change_child), (gst_gconf_audio_sink_change_state):
10568         * ext/gconf/gstgconfaudiosink.h:
10569         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10570         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10571         (gst_switch_sink_init), (gst_switch_sink_dispose),
10572         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10573         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10574         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10575         * ext/gconf/gstswitchsink.h:
10576         * gst/autodetect/gstautoaudiosink.c:
10577         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10578         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10579         (gst_auto_audio_sink_detect):
10580         * gst/autodetect/gstautovideosink.c:
10581         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10582         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10583         (gst_auto_video_sink_detect):
10584         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10585         and a child that implements the GConf key monitoring. The end goal of
10586         this is an audio sink that can be changed on the fly, but at the 
10587         moment it still only changes on the next READY transition.
10588
10589 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10590
10591         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10592         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10593         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10594         (gst_avi_demux_calculate_durations_from_index),
10595         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10596         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10597         (gst_avi_demux_loop):
10598           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10599
10600 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10601
10602         * configure.ac:
10603         * docs/plugins/Makefile.am:
10604           Add crossreferences to glib/gobject/gstream docs.
10605
10606 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/monoscope/Makefile.am:
10609         * gst/monoscope/gstmonoscope.c:
10610           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10611           (but no LIBS, since we only use defines from the headers).
10612
10613 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10614
10615         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10616
10617         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10618         (gst_wavparse_stream_data):
10619           Fix massive memory leak when operating in streaming mode due to
10620           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10621           Fixes #407057.
10622
10623 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10624
10625         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10626         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10627         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10628         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10629         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10630         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10631         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10632         (gst_avi_demux_calculate_durations_from_index),
10633         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10634         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10635         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10636         * gst/avi/gstavidemux.h:
10637           Save some memory (8%) by repacking the index entry structure (more to
10638           come). Add more FIXMEs to questionable parts.
10639
10640 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10641
10642         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10643         (gst_v4l2src_get_caps):
10644         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10645         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10646         (gst_v4l2src_capture_init):
10647           More FIXME comments and messaging changes.
10648
10649 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10650
10651         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10652         (gst_goom_change_state):
10653         * gst/goom/gstgoom.h:
10654           Improved docs and use GST_DEBUG_FUNCPTR.
10655
10656         * gst/level/gstlevel.c: (gst_level_class_init):
10657           Use GST_DEBUG_FUNCPTR.
10658
10659         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10660         (gst_monoscope_chain), (gst_monoscope_change_state):
10661           Improved docs source cleanups.
10662
10663 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * gst/debug/Makefile.am:
10666         * gst/debug/gstdebug.c: (plugin_init):
10667         * gst/debug/gstpushfilesrc.c:
10668         * gst/debug/gstpushfilesrc.h:
10669           Add code for a pushfilesrc element that implements a pushfile:// URI
10670           handler, to make debugging push-mode operation of demuxer/decoders
10671           that support both easier in connection with seek/playbin/etc.
10672           The element isn't registered at the moment.
10673
10674 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10675
10676         * gst/avi/gstavimux.c:
10677           Comment a #if 0 in caps template definition as VS6 seems to 
10678         do not support it.
10679         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10680           Use gst_guint64_to_gdouble for conversion.
10681         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10682           Move variables declaration before the first instruction.
10683         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10684           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10685           And don't include netdb.h for G_OS_WIN32
10686         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10687           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10688           by VS6 then use an other way to initialize SDPMedia structure.
10689         * gst/udp/gstdynudpsink.h:
10690         * gst/udp/gstdynudpnetutils.h:
10691           Do not include <sys/time.h> for G_OS_WIN32
10692         * gst/udp/gstudpsrc.c:
10693           Define socklen_t as int for G_OS_WIN32
10694         * win/common/config.h.in:
10695           Undef HAVE_NETINET_IN_H
10696         * win32/vs6/gst_plugins_good.dsw:
10697         * win32/vs6/libgstrtp.dsp:
10698         * win32/vs6/libgstrtsp.dsp:
10699         * win32/vs6/libgstautogen.dsp:
10700         * win32/vs6/libgstaudiofx.dsp:
10701         * win32/vs6/libgstudp.dsp:
10702           Add and update project files.
10703         * win32/common/gstudp-enumtypes.c:
10704         * win32/common/gstudp-enumtypes.h:
10705           Add a copy of udp enumtypes to win32/common as in core 
10706           and base.
10707         
10708 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10709
10710         * configure.ac:
10711           Activate monoscope when building with --enable-experimental. Fix
10712           --enable-external configure switch description.
10713
10714         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10715         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10716           Help gst-indent.
10717
10718 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10721           Explicitly cast result of pointer arithmetic to integer in order to
10722           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10723
10724 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * gst/debug/progressreport.c:
10727           Some more docs.
10728
10729 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10730
10731         * docs/plugins/inspect/plugin-rtp.xml:
10732           Update for new elements.
10733
10734         * gst/debug/progressreport.h:
10735           Commit newly-created header file as well.
10736
10737 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * docs/plugins/Makefile.am:
10740         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10741         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10742         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10743         * gst/debug/Makefile.am:
10744         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10745         (gst_progress_report_do_query), (gst_progress_report_report):
10746           Make progressreport element post messages with the current progress
10747           on the bus. Also add some basic docs for it.
10748
10749 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10750
10751         * ext/hal/hal.c: (gst_hal_get_string):
10752         * ext/hal/hal.h:
10753           Some small cleanups; deal with errors when parsing the HAL ALSA
10754           capabilities a bit better.
10755
10756 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10759           Let's try this again and use the right cast this time.
10760
10761 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10764           Add cast to avoid compiler warnings with older GLib versions
10765           where the nick/name members in GEnumValue are not declared as
10766           constant strings.
10767
10768 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10771         (gst_gconf_render_bin_from_key),
10772         (gst_gconf_get_default_audio_sink):
10773         * ext/gconf/gconf.h:
10774         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10775         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10776         (gst_gconf_audio_sink_get_property):
10777           In gconfaudiosink, get the right key as the old key in do_toggle
10778           (ie. one dependent on the profile selected). Log some more stuff so
10779           we can see what's actually going on.
10780
10781 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10782
10783         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10784         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10785         (gst_audio_amplify_set_process_function),
10786         (gst_audio_amplify_setup):
10787         * gst/audiofx/audioamplify.h:
10788         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10789         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10790         * gst/audiofx/audioinvert.h:
10791         Some small cleanups and port both elements to the new GstAudioFilter
10792         base class to save a few lines of common code.
10793         * gst/audiofx/Makefile.am:
10794         Link against libgstaudio for the above changes
10795
10796 2007-01-29  Wim Taymans  <wim@fluendo.com>
10797
10798         * tests/check/elements/.cvsignore:
10799         Some more ignores.
10800
10801 2007-01-26  Wim Taymans  <wim@fluendo.com>
10802
10803         Patch by: charles <charlesg3 at gmail dot com>
10804
10805         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10806         (set_shout_metadata), (gst_shout2send_event):
10807         * ext/shout2/gstshout2.h:
10808         Properly handle tags in shout2send. Fixes #399825.
10809
10810 2007-01-25  Wim Taymans  <wim@fluendo.com>
10811
10812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10813         (gst_rtspsrc_activate_streams):
10814         Convert SDP fields to upper/lowercase following the rules in the SDP to
10815         caps document. 
10816
10817 2007-01-25  Wim Taymans  <wim@fluendo.com>
10818
10819         * gst/rtp/README:
10820         * gst/rtp/gstrtpilbcdepay.c:
10821         * gst/rtp/gstrtpilbcpay.c:
10822         * gst/rtp/gstrtpmp4gdepay.c:
10823         * gst/rtp/gstrtpmp4gpay.c:
10824         * gst/rtp/gstrtpspeexdepay.c:
10825         * gst/rtp/gstrtpspeexpay.c:
10826         * gst/rtp/gstrtpsv3vdepay.c:
10827         * gst/rtp/gstrtptheoradepay.c:
10828         * gst/rtp/gstrtptheorapay.c:
10829         * gst/rtp/gstrtpvorbisdepay.c:
10830         * gst/rtp/gstrtpvorbispay.c:
10831         Fix case of encoding-name and key/value pairs to match the document.
10832         This is to make interoperation with SDP case-insensitive as required by
10833         the relevant RFCs.
10834
10835 2007-01-25  Wim Taymans  <wim@fluendo.com>
10836
10837         * configure.ac:
10838         Bump required -core/-base to CVS
10839
10840 2007-01-25  Wim Taymans  <wim@fluendo.com>
10841
10842         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10843         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10844         * gst/rtp/gstrtpL16pay.h:
10845         Fill up to MTU using adapter.
10846         Timestamp rtp packets.
10847
10848 2007-01-25  Edward Hervey  <edward@fluendo.com>
10849
10850         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10851         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10852         Use G_GSIZE_FORMAT in print statements for portability.
10853         Fixes build on macosx.
10854
10855 2007-01-24  Wim Taymans  <wim@fluendo.com>
10856
10857         * gst/rtp/Makefile.am:
10858         * gst/rtp/gstrtp.c: (plugin_init):
10859         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10860         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10861         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10862         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10863         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10864         (gst_rtp_L16_depay_plugin_init):
10865         * gst/rtp/gstrtpL16depay.h:
10866         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10867         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10868         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10869         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10870         (gst_rtp_L16_pay_plugin_init):
10871         * gst/rtp/gstrtpL16pay.h:
10872         Port and enable raw audio payloader/depayloader. Needs a bit more work
10873         on the payloader side.
10874
10875 2007-01-24  Wim Taymans  <wim@fluendo.com>
10876
10877         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10878         (gst_rtspsrc_stream_configure_transport),
10879         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10880         * gst/rtsp/gstrtspsrc.h:
10881         Only unblock the udp pads when we linked and activated them all.
10882         Fixes #395688.
10883
10884 2007-01-24  Wim Taymans  <wim@fluendo.com>
10885
10886         * gst/rtp/Makefile.am:
10887         * gst/rtp/gstrtp.c: (plugin_init):
10888         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10889         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10890         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10891         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10892         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10893         * gst/rtp/gstrtpac3depay.h:
10894         Added simple AC3 depayloader (RFC 4184).
10895
10896         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10897         Fix a leak.
10898
10899 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10900
10901         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10902
10903         * gst/audiofx/Makefile.am:
10904         * gst/audiofx/audioamplify.c:
10905         (gst_audio_amplify_clipping_method_get_type),
10906         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10907         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10908         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10909         (gst_audio_amplify_set_caps),
10910         (gst_audio_amplify_transform_int_clip),
10911         (gst_audio_amplify_transform_int_wrap_negative),
10912         (gst_audio_amplify_transform_int_wrap_positive),
10913         (gst_audio_amplify_transform_float_clip),
10914         (gst_audio_amplify_transform_float_wrap_negative),
10915         (gst_audio_amplify_transform_float_wrap_positive),
10916         (gst_audio_amplify_transform_ip):
10917         * gst/audiofx/audioamplify.h:
10918         * gst/audiofx/audiofx.c: (plugin_init):
10919         Add new element "audioamplify". This allows scaling of raw audio
10920         samples, similar to the "volume" element, but provides different modes
10921         for clipping and allows unlimited amplification. It's mainly targeted
10922         for creative sound design and not as a replacement of the "volume"
10923         element. Fixes #397162
10924         * docs/plugins/Makefile.am:
10925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10927         * docs/plugins/gst-plugins-good-plugins.args:
10928         * docs/plugins/inspect/plugin-audiofx.xml:
10929         Add docs for audioamplify and integrate them into the build system
10930         * tests/check/Makefile.am:
10931         * tests/check/elements/audioamplify.c: (setup_amplify),
10932         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10933         Add fairly extensive unit test suite for audioamplify
10934
10935 2007-01-24  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10938         Unblock pads after adding the pads to the element so that autopluggers
10939         get a change to link something. Possibly fixes #395688.
10940
10941 2007-01-24  Wim Taymans  <wim@fluendo.com>
10942
10943         * gst/rtp/gstrtpamrdepay.c:
10944         * gst/rtp/gstrtpgsmdepay.c:
10945         * gst/rtp/gstrtph263pdepay.c:
10946         * gst/rtp/gstrtph263ppay.c:
10947         * gst/rtp/gstrtph264depay.c:
10948         * gst/rtp/gstrtpilbcdepay.c:
10949         * gst/rtp/gstrtpmp2tdepay.c:
10950         * gst/rtp/gstrtpmp4gdepay.c:
10951         * gst/rtp/gstrtpmp4gpay.c:
10952         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10953         * gst/rtp/gstrtpmp4vpay.c:
10954         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10955         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10956         (gst_rtp_mpa_depay_process):
10957         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10958         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10959         * gst/rtp/gstrtppcmadepay.c:
10960         * gst/rtp/gstrtppcmudepay.c:
10961         * gst/rtp/gstrtpspeexdepay.c:
10962         * gst/rtp/gstrtpspeexpay.c:
10963         * gst/rtp/gstrtpsv3vdepay.c:
10964         * gst/rtp/gstrtptheoradepay.c:
10965         * gst/rtp/gstrtptheorapay.c:
10966         * gst/rtp/gstrtpvorbisdepay.c:
10967         * gst/rtp/gstrtpvorbispay.c:
10968         Fix caps with payload numbers.
10969         Add some fixed payload numbers to caps when possible.
10970
10971 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10972
10973         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10974
10975         * gst/audiofx/Makefile.am:
10976         * gst/audiofx/audiofx.c: (plugin_init):
10977         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10978         (gst_audio_invert_class_init), (gst_audio_invert_init),
10979         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10980         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10981         (gst_audio_invert_transform_float),
10982         (gst_audio_invert_transform_ip):
10983         * gst/audiofx/audioinvert.h:
10984         Add new audiofx element "audioinvert". This element swaps the upper
10985         and lower half of samples and can be used for example for a
10986         wide-stereo effect. Fixes #396057
10987         * docs/plugins/Makefile.am:
10988         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10989         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10990         * docs/plugins/gst-plugins-good-plugins.args:
10991         * docs/plugins/inspect/plugin-audiofx.xml:
10992         Add docs for the audioinvert element and add them to the build system.
10993         * tests/check/Makefile.am:
10994         * tests/check/elements/audioinvert.c: (setup_invert),
10995         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10996         Add unit test suite for the audioinvert element.
10997
10998 2007-01-23  Wim Taymans  <wim@fluendo.com>
10999
11000         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11001         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11002         Parse config params as string and int.
11003         Parse and use AU header length
11004
11005 2007-01-23  Wim Taymans  <wim@fluendo.com>
11006
11007         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11008         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11009         * gst/smpte/gstmask.c: (_gst_mask_register):
11010         * gst/smpte/gstmask.h:
11011         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11012         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11013         (gst_smpte_paint_triangle_clock):
11014         constify some static structs.
11015         Don't update the mask if nothing changed to the params.
11016         Make sure we never draw outside of the picture. Fixes #398325.
11017
11018 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11021           Error out properly when pull_range fails while we're reading the
11022           headers, instead of just pausing the task silently. Fixes #399338.
11023
11024 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11027           Some more sanity checks to make sure the input formats match and the
11028           input pads are actually negotiated, in case someone tries to feed
11029           buffers from fakesrc or filesrc. Fixes #398299.
11030           Also const-ify an array, just because we can.
11031
11032 2007-01-19  Edward Hervey  <edward@fluendo.com>
11033
11034         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11035         Ignore previous commit, that was only valid for widths and heights
11036         that are multiples of 4.
11037         Copy over size/stride macros from jpegdec. This allows the element
11038         to work with any width,height...
11039         ... but puts in evidence that the actual transformations only work
11040         with width/height that are multiples of 4.
11041
11042 2007-01-19  Edward Hervey  <edward@fluendo.com>
11043
11044         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11045         Allocate buffers of the right size.
11046         The proper size of a I420 buffer in bytes is:
11047         
11048             width * height * 3
11049             ------------------
11050                     2
11051
11052 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11055           Proxy getcaps on sink pads too, so that we either end up with the
11056           same dimensions on all pads or error out if that's not possible
11057           (seems to work even!). Fixes #398086, I think.
11058
11059 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11062         * docs/plugins/gst-plugins-good-plugins.args:
11063         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11064           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11065           fix integer properties with -1 as minimum value.
11066
11067         * docs/plugins/inspect/plugin-1394.xml:
11068         * docs/plugins/inspect/plugin-aasink.xml:
11069         * docs/plugins/inspect/plugin-alaw.xml:
11070         * docs/plugins/inspect/plugin-alpha.xml:
11071         * docs/plugins/inspect/plugin-alphacolor.xml:
11072         * docs/plugins/inspect/plugin-annodex.xml:
11073         * docs/plugins/inspect/plugin-apetag.xml:
11074         * docs/plugins/inspect/plugin-audiofx.xml:
11075         * docs/plugins/inspect/plugin-auparse.xml:
11076         * docs/plugins/inspect/plugin-autodetect.xml:
11077         * docs/plugins/inspect/plugin-avi.xml:
11078         * docs/plugins/inspect/plugin-cacasink.xml:
11079         * docs/plugins/inspect/plugin-cairo.xml:
11080         * docs/plugins/inspect/plugin-cdio.xml:
11081         * docs/plugins/inspect/plugin-cutter.xml:
11082         * docs/plugins/inspect/plugin-debug.xml:
11083         * docs/plugins/inspect/plugin-dv.xml:
11084         * docs/plugins/inspect/plugin-efence.xml:
11085         * docs/plugins/inspect/plugin-effectv.xml:
11086         * docs/plugins/inspect/plugin-esdsink.xml:
11087         * docs/plugins/inspect/plugin-flac.xml:
11088         * docs/plugins/inspect/plugin-flxdec.xml:
11089         * docs/plugins/inspect/plugin-gconfelements.xml:
11090         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11091         * docs/plugins/inspect/plugin-goom.xml:
11092         * docs/plugins/inspect/plugin-halelements.xml:
11093         * docs/plugins/inspect/plugin-icydemux.xml:
11094         * docs/plugins/inspect/plugin-id3demux.xml:
11095         * docs/plugins/inspect/plugin-jpeg.xml:
11096         * docs/plugins/inspect/plugin-level.xml:
11097         * docs/plugins/inspect/plugin-matroska.xml:
11098         * docs/plugins/inspect/plugin-mulaw.xml:
11099         * docs/plugins/inspect/plugin-multipart.xml:
11100         * docs/plugins/inspect/plugin-navigationtest.xml:
11101         * docs/plugins/inspect/plugin-ossaudio.xml:
11102         * docs/plugins/inspect/plugin-png.xml:
11103         * docs/plugins/inspect/plugin-rtp.xml:
11104         * docs/plugins/inspect/plugin-rtsp.xml:
11105         * docs/plugins/inspect/plugin-shout2send.xml:
11106         * docs/plugins/inspect/plugin-smpte.xml:
11107         * docs/plugins/inspect/plugin-speex.xml:
11108         * docs/plugins/inspect/plugin-taglib.xml:
11109         * docs/plugins/inspect/plugin-udp.xml:
11110         * docs/plugins/inspect/plugin-videobalance.xml:
11111         * docs/plugins/inspect/plugin-videobox.xml:
11112         * docs/plugins/inspect/plugin-videoflip.xml:
11113         * docs/plugins/inspect/plugin-videomixer.xml:
11114         * docs/plugins/inspect/plugin-wavenc.xml:
11115         * docs/plugins/inspect/plugin-wavparse.xml:
11116         * docs/plugins/inspect/plugin-ximagesrc.xml:
11117           Update to CVS.
11118
11119 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11120
11121         Patch by: Sebastian Dröge <slomo circular-chaos org>
11122
11123         * gst/audiofx/audiopanorama.c:
11124           Fix doc section name (Fixes #397946)
11125
11126 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11127
11128         * sys/v4l2/gstv4l2object.c:
11129         (gst_v4l2_object_install_properties_helper),
11130         (gst_v4l2_object_set_property_helper),
11131         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11132         * sys/v4l2/gstv4l2object.h:
11133         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11134         (gst_v4l2src_init), (gst_v4l2src_set_property),
11135         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11136         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11137         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11138         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11139         (gst_v4l2src_capture_deinit):
11140           Fix EIO handing when capturing. Add new property to specify the number of
11141           buffers to enque (and remove the borked num-buffers usage).
11142
11143 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11144
11145         Patch by: Sebastian Dröge <slomo circular-chaos org>
11146
11147         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11148         (gst_audio_panorama_set_process_function):
11149           Use a function array for process methods, add more docs and define the
11150           startindex of enums.
11151
11152 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         Patch by: Mark Nauwelaerts <manauw at skynet be>
11155
11156         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11157         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11158         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11159         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11160         (gst_avi_mux_riff_get_avi_header),
11161         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11162         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11163         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11164         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11165         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11166         (gst_avi_mux_change_state):
11167         * gst/avi/gstavimux.h:
11168         * tests/check/elements/avimux.c: (teardown_src_pad):
11169           Add support for more than one audio stream; write better AVIX
11170           header; refactor code a bit; don't announce vorbis caps on our audio
11171           sink pads since we don't support it anyway. Closes #379298.
11172
11173 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         Patch by: Sebastian Dröge <slomo circular-chaos org>
11176
11177         * gst/audiofx/audiopanorama.c:
11178         (gst_audio_panorama_method_get_type),
11179         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11180         (gst_audio_panorama_set_process_function),
11181         (gst_audio_panorama_set_property),
11182         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11183         (gst_audio_panorama_transform_m2s_int_simple),
11184         (gst_audio_panorama_transform_s2s_int_simple),
11185         (gst_audio_panorama_transform_m2s_float_simple),
11186         (gst_audio_panorama_transform_s2s_float_simple):
11187         * gst/audiofx/audiopanorama.h:
11188           Add 'method' property and provide a simple (non-psychoacustic)
11189           processing method (#394859).
11190
11191         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11192         (panorama_suite):
11193           Tests for new method.
11194
11195 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11198         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11199           Set correct caps on outgoing pulled buffers, or things blow up
11200           after recent core changes.
11201
11202 2007-01-11  Wim Taymans  <wim@fluendo.com>
11203
11204         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11205
11206         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11207         (gst_multipart_mux_request_new_pad),
11208         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11209         (gst_multipart_mux_change_state):
11210         Return FLOW errors ASAP. Fixes #394977.
11211         Misc cleanups.
11212
11213 2007-01-11  Wim Taymans  <wim@fluendo.com>
11214
11215         Patch by: Lutz Mueller <lutz at topfrose dot de>
11216
11217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11218         Check for stream pad before activating. 
11219
11220 2007-01-10  Wim Taymans  <wim@fluendo.com>
11221
11222         Patch by: Peter Kjellerstedt  <pkj at axis com>
11223
11224         * gst/rtsp/COPYING.MIT:
11225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11226         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11227         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11228         (gst_rtspsrc_stream_configure_transport),
11229         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11230         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11231         (gst_rtspsrc_parse_methods),
11232         (gst_rtspsrc_create_transports_string),
11233         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11234         (gst_rtspsrc_open), (gst_rtspsrc_close):
11235         * gst/rtsp/gstrtspsrc.h:
11236         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11237         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11238         (parse_request_line), (parse_line), (rtsp_connection_read),
11239         (rtsp_connection_close):
11240         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11241         (rtsp_method_as_text), (rtsp_header_as_text),
11242         (rtsp_status_as_text), (rtsp_find_header_field),
11243         (rtsp_find_method):
11244         * gst/rtsp/rtspdefs.h:
11245         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11246         (rtsp_ext_wms_configure_stream):
11247         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11248         (rtsp_message_new_request), (rtsp_message_init_request),
11249         (rtsp_message_new_response), (rtsp_message_init_response),
11250         (rtsp_message_init_data), (rtsp_message_unset),
11251         (rtsp_message_free), (rtsp_message_add_header),
11252         (rtsp_message_get_header), (rtsp_message_set_body),
11253         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11254         * gst/rtsp/rtspmessage.h:
11255         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11256         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11257         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11258         (sdp_message_dump):
11259         Allow url to be NULL to be able to use it for server connections.
11260         Can now send responses as well as requests.
11261         No longer hangs in an endless loop if EOF is received.
11262         Can now convert a status code to a text string.
11263         Return RTSP_HDR_INVALID for unknown headers.
11264         Return RTSP_INVALID for unknown methods.
11265         Copy CSeq and Session headers from the request.
11266         Only free memory corresponding to the currently set message type.
11267         Added const to function arguments as appropriate.
11268         Avoid a compiler warning when initializing nmedia.
11269         Use guint rather than gint to avoid compiler warnings.
11270         Fix crasher in wms extension.
11271         Factor out stream setup from open_connection.
11272         Delay activation of streams when actual data is received from the
11273         server, this prepares us to do proper protocol switching.
11274         Added new license.
11275         Fixes #380895.
11276
11277
11278 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         Patch by: Sebastian Dröge <slomo ubuntu com>
11281
11282         * docs/plugins/Makefile.am:
11283         * gst/audiofx/audiopanorama.c:
11284           Some small docs fixes (#394851).
11285
11286 2007-01-09  Wim Taymans  <wim@fluendo.com>
11287
11288         * gst/avi/gstavidemux.c:
11289         Fix docs.
11290
11291 2007-01-09  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/rtp/Makefile.am:
11294         * gst/rtp/gstrtp.c: (plugin_init):
11295         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11296         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11297         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11298         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11299         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11300         * gst/rtp/gstrtpmpvdepay.h:
11301           Added RFC 2250 MPEG Video Depayloader.
11302
11303         * gst/rtp/gstrtpL16depay.h:
11304         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11305         (gst_rtp_h263p_depay_process):
11306         Fix Header file. Small cleanups.
11307
11308         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11309         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11310         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11311         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11312         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11313         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11314         (gst_rtp_mp4v_depay_change_state):
11315         Remove usused code. Remove Adapter from state Change. Added debug.
11316
11317         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11318         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11319         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11320         * gst/rtp/gstrtpmpadepay.h:
11321         Subclass base depayloader.
11322         Added debug.
11323         Support static payload type assignment as well.
11324
11325         * gst/rtp/gstrtpmpapay.c:
11326         Fix caps.
11327
11328 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11331
11332         * ext/jpeg/gstjpegdec.c:
11333         * ext/jpeg/gstjpegenc.c:
11334         * ext/jpeg/smokecodec.c:
11335           These libjpeg callbacks should return a 'boolean' (unsigned char
11336           apparently) and not a 'gboolean' (which maps to gint). Fixes
11337           warnings when compiling with MingW (#393427).
11338
11339         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11340           Use ioctlsocket on win32.
11341
11342         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11343           Some printf format fixes for win32.
11344
11345 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11346
11347         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11348           Use gst_guint64_to_gdouble for conversion.
11349         * win32/vs6/libgstmatroska.dsp:
11350           Add zlib to the link.
11351         * win32/vs6/libgstvideobox.dsp:
11352           Update liboil library name (project is linked to 
11353           liboil-0.3-0.lib now).
11354           
11355 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * gst/matroska/Makefile.am:
11358           If zlib is available and used, we must link it explicitly for
11359           things to work on MingW (fixes #392855).
11360
11361 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * ext/esd/esdsink.c: (gst_esdsink_delay):
11364           Don't return bogus values when esd_get_delay() fails for some
11365           reason (#392189).
11366
11367 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11368
11369         * sys/ximage/gstximagesrc.c: (composite_pixel):
11370           Fix presumably copy'n'pasto for 16bpp depth.
11371
11372 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * gst/matroska/matroska-mux.c:
11375         (gst_matroska_mux_audio_pad_setcaps):
11376           The "signed" field in audio caps is of boolean type, trying to use
11377           gst_structure_get_int() to extract it will fail. Fixing this makes
11378           matroskamux accept raw audio input (#387121) (use at your own risk
11379           though, due to the matroska spec being not entirely useful in this
11380           respect).
11381           Also fix up raw audio structures in template caps so that they
11382           represent what our setcaps function will actually accept, so that
11383           converters know what to convert to.
11384           Finally, don't fail if there isn't an "endianness" field in 8-bit
11385           PCM caps.
11386
11387 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11388
11389         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11390         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11391         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11392         (teardown_cmmldec):
11393         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11394         (teardown_cmmlenc):
11395         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11396           reapply consistent pad (de)activation
11397
11398 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11399
11400         * configure.ac:
11401         Back to CVS
11402
11403         * gst-plugins-good.doap:
11404         Add 0.10.5 doap entry
11405
11406 === release 0.10.5 ===
11407
11408 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11409
11410         * configure.ac:
11411           releasing 0.10.5, "The Path of Thorns"
11412
11413 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11414
11415         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11416         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11417         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11418         (teardown_cmmldec):
11419         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11420         (teardown_cmmlenc):
11421         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11422           revert my freeze breakage
11423
11424 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11425
11426         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11427         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11428         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11429         (teardown_cmmldec):
11430         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11431         (teardown_cmmlenc):
11432         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11433           consistent pad (de)activation
11434
11435 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11436
11437         * configure.ac:
11438         * ext/Makefile.am:
11439         Disable LADPSA, as it has moved to the -bad module for the duration.
11440
11441 2006-12-18  Wim Taymans  <wim@fluendo.com>
11442
11443         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11444         (gst_signal_processor_event):
11445         Reset flow_state back to _OK after a flush stop so that we exit our
11446         error state after the flush. Fixes #374213
11447
11448 2006-12-16  David Schleef  <ds@schleef.org>
11449
11450         * sys/osxvideo/osxvideosink.h:
11451         * sys/osxvideo/osxvideosink.m:
11452           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11453
11454 2006-12-16  David Schleef  <ds@schleef.org>
11455
11456         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11457
11458         * sys/osxvideo/Makefile.am:
11459         * sys/osxvideo/osxvideosink.h:
11460         * sys/osxvideo/osxvideosink.m:
11461           Preliminary patch for porting osxvideosink
11462
11463 2006-12-16  Wim Taymans  <wim@fluendo.com>
11464
11465         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11466
11467         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11468         (gst_videomixer_set_master_geometry),
11469         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11470         (gst_videomixer_reset), (gst_videomixer_init),
11471         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11472         (gst_videomixer_release_pad), (gst_videomixer_collected),
11473         (gst_videomixer_change_state):
11474         Introduce some locking around the videomixer state so that it does not
11475         crash when adding/removing pads. Fixes #383043.
11476
11477 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         * configure.ac:
11480           Make sure libcaca can actually be used instead of just checking for
11481           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11482           cross-compiling (fixes #384587).
11483
11484 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11485
11486         * Makefile.am:
11487         * gst-plugins-good.doap:
11488         * gst-plugins-good.spec.in:
11489           adding doap file
11490
11491 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         * configure.ac:
11494           libflac-1.1.3 changed API again, but we can't build against it yet,
11495           so make sure our check doesn't use libflac-1.1.3 and add a comment
11496           to this effect.
11497
11498 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11501         (gst_quarktv_planetable_clear):
11502           Add some NULL pointer checks (possibly related to #385623).
11503
11504 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11505
11506         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11507         (gst_tag_demux_chain):
11508         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11509           In streaming mode, if the first buffer we get doesn't have an
11510           offset, fix it up to be 0, otherwise trimming won't work later on
11511           and we'll be typefinding application/x-id3, which may result in
11512           decodebin plugging an endless number of id3demux elements as a
11513           consequence. Fixes #385031.
11514           
11515 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11516
11517         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11518           Ignore the buffer_time the sound device reports. Turns out it is 
11519           sometimes completely bogus and we're better off without it.
11520
11521 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11524         (gst_matroska_demux_video_caps):
11525         * gst/matroska/matroska-ids.c:
11526         (gst_matroska_track_init_video_context):
11527         * gst/matroska/matroska-ids.h:
11528           Try harder to extract the framerate for video tracks correctly and
11529           save it directly instead of converting it back and forth a few
11530           times. Mostly makes a difference for very small framerates (<1).
11531           Fixes #380199.
11532
11533 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11536         (gst_gconf_audio_src_dispose), (do_toggle_element):
11537         * ext/gconf/gstgconfaudiosrc.h:
11538           Remove gconf notify hook when the gconfaudiosrc element is
11539           destroyed, otherwise the callback may be called on an
11540           already-destroyed instance and bad things happen. Should fix
11541           #378184.
11542           Also ignore gconf key changes when the source is already running.
11543
11544 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11545
11546         Patch by: Sebastian Dröge  <mail at slomosnail de>
11547
11548         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11549           We need to be able to read and parse any possible floating point string
11550           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11551           will parse the former only in certain locales though, so we really need
11552           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11553           make sure we can parse either version at all times.
11554           Fixes #382982 for real.
11555
11556 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11557
11558         * sys/sunaudio/gstsunaudiomixerctrl.c:
11559         * sys/sunaudio/gstsunaudiosrc.c:
11560
11561         Use the sunaudio debug category.
11562
11563         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11564         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11565         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11566         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11567         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11568         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11569         (gst_sunaudiosink_reset):
11570         * sys/sunaudio/gstsunaudiosink.h:
11571
11572         Uses the sunaudio debug category for all debug output
11573         Implements the _delay() callback to synchronise video playback better
11574         Change the segtotal and segsize values back to the parent class 
11575           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11576           respectively)
11577         Measure the samples written to the device vs. played.
11578         Keep track of segments in the device by writing empty eof frames, and
11579         sleep using a GCond when we get too far ahead and risk overrunning the
11580         sink's ringbuffer.
11581
11582         Fixes: #360673
11583
11584 2006-12-08  Wim Taymans  <wim@fluendo.com>
11585
11586         Patch by: Sebastian Dröge  <mail at slomosnail de >
11587
11588         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11589         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11590         * gst/audiofx/audiopanorama.h:
11591         Fix audiopanorame with float samples. Fixes #383726.
11592
11593 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11594
11595         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11596         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11597         (gst_sunaudiosrc_reset):
11598
11599         Implement reset functions to unblock the src/sink more quickly on 
11600         state change requests.
11601         Patch by: Brian Cameron <brian dot cameron at sun com>
11602
11603 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11604
11605         * sys/sunaudio/gstsunaudiomixer.c:
11606         (gst_sunaudiomixer_change_state):
11607         Construct the correct mixer device name when the AUDIODEV env var
11608         is set.
11609
11610         Patch by: Jerry Tan <jerry.tan at sun dot com>
11611         Fixes: #383596
11612
11613 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11616         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11617         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11618         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11619         Patch by: Jerry Tan <jerry.tan at sun dot com>
11620         Fixes: #349015
11621
11622 2006-12-07  Wim Taymans  <wim@fluendo.com>
11623
11624         * gst/smpte/gstmask.h:
11625         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11626         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11627         (gst_smpte_collected), (gst_smpte_set_property),
11628         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11629         * gst/smpte/gstsmpte.h:
11630         Port to 0.10 some more. 
11631         Added duration property to specify the duration of the transition.
11632         Make framerate a fraction.
11633         Deprecate fps property, we only use negotiated fps.
11634         Added docs.
11635         Fix collectpad usage.
11636         Reset state in READY.
11637         Send NEWSEGMENT event.
11638         Fix racy updates of object properties.
11639         Added debug category.
11640         Fixes #383323.
11641
11642 2006-12-06  Wim Taymans  <wim@fluendo.com>
11643
11644         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11645
11646         * gst/videomixer/videomixer.c:
11647         (gst_videomixer_set_master_geometry),
11648         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11649         Don't reset xpos and ypos in the setcaps function because causes
11650         unexpected behaviour.
11651         Fixes #382179.
11652
11653 2006-12-06  Wim Taymans  <wim@fluendo.com>
11654
11655         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11656         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11657         Keep track of the buffer timestamp in the collectdata member instead
11658         of modifying the buffer without making the metadata writable first.
11659         Fixes #382277.
11660
11661 2006-12-06  Wim Taymans  <wim@fluendo.com>
11662
11663         Patch by: Rob Taylor <robtaylor at floopily dot org>
11664
11665         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11666         If using multicast in udpsrc, bind to the multicast address rather than
11667         IN_ADDR_ANY.
11668         This allows the simultanous use of multiple udpsrcs listening on
11669         different multicat addresses. Without this all udpsrcs will receive all
11670         packets from all subscribed multicast addresses.
11671         Fixes #383001.
11672
11673 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11674
11675         * ext/taglib/gstid3v2mux.cc:
11676         Don't attempt to write a NULL frame into the ID3 tag set when the 
11677         createFrame method returned NULL.
11678         Fixes: #381857
11679         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11680
11681 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11682
11683         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11684         Use g_strtod() instead of sscanf to parse doubles, so that it will
11685         try parsing in the C locale if the current locale fails.
11686         Fixes: #382982
11687         Patch by: Sebastian Dröge  <mail at slomosnail de >
11688
11689 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11690
11691         * win32/MANIFEST:
11692         Fix compilation on win32 under VS8
11693         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11694         Partially fixes #381175
11695
11696 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11697
11698         * gst/avi/gstavimux.c:
11699           accept all mpegversions,fixes #380825
11700           spotted by: Jerome Alet  
11701
11702 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11703
11704         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11705         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11706         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11707         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11708           cleanup the error message a bit more
11709
11710 2006-11-28  Wim Taymans  <wim@fluendo.com>
11711
11712         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11713         Fix width and height properties.
11714
11715         * ext/libcaca/gstcacasink.h:
11716         Fix compilation on newer libcaca that require us to include a new
11717         header. Fixes #379918.
11718
11719 2006-11-28  Wim Taymans  <wim@fluendo.com>
11720
11721         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11722         * gst/rtsp/gstrtspsrc.h:
11723         * gst/rtsp/rtspext.h:
11724         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11725         (rtsp_ext_wms_get_context):
11726         Add method so that extensions can choose to disable the setup of
11727         a stream.
11728         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11729
11730 2006-11-27  Wim Taymans  <wim@fluendo.com>
11731
11732         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11733
11734         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11735         Push header in a separate buffer instead of memcpy:ing all data.
11736         Change LF => CRLF in headers.
11737         Move trailing LF to header. Fixes #379792.
11738
11739 2006-11-27  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11742         Small buffer overflow fix and improve debugging.
11743
11744 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11745
11746         * ext/esd/esdmon.h:
11747         * ext/esd/esdsink.h:
11748           remove obsolete _factory_init protos
11749
11750 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11751
11752         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11753         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11754         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11755         (gst_avi_demux_read_subindexes_push),
11756         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11757         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11758         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11759         (gst_avi_demux_massage_index),
11760         (gst_avi_demux_calculate_durations_from_index),
11761         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11762         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11763         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11764           remove dead code, tweak debugs statements, add comments, use
11765           _uint64_scale instead _uint64_scale_int when using guint64 values,
11766           small optimizations, reflow some error handling
11767
11768 2006-11-22  Edward Hervey  <edward@fluendo.com>
11769
11770         * po/.cvsignore:
11771         We never put .pot files in cvs. Let's ignore them all.
11772
11773 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * po/POTFILES.in:
11776           ... but better exclude files that aren't disted.
11777
11778 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11779
11780         * po/POTFILES.in:
11781           Add v4l2 source files to list of files with translations, so the
11782           strings are actually extracted (however bad they still may be).
11783
11784 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11787           Minor clean-ups: const-ify static array, remove trailing comma from
11788           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11789
11790 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11791
11792         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11793         Make sure that g_free always gets called on the same pointer that was 
11794         returned by g_malloc.  Fixes #376594.
11795         Do not leak memory if decompressed size is wrong.
11796         Remove unneeded check of return value of g_malloc.
11797         Patch by: René Stadler <mail@renestadler.de>
11798
11799 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11802           Add missing curly brackets.
11803
11804 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11805
11806         * sys/v4l2/v4l2src_calls.c:
11807         Fix capture_deinit.
11808
11809 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11812         (gst_matroska_mux_request_new_pad):
11813           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11814
11815         * tests/check/elements/matroskamux.c: (setup_src_pad),
11816         (setup_sink_pad), (GST_START_TEST):
11817         Activate pads before using them.
11818
11819 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11822           Initialise variable to get rid of bogus compiler warning.
11823
11824 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11825
11826         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11827
11828         * gst/rtp/gstrtph263pay.c:
11829         * gst/rtp/gstrtph263pdepay.c:
11830         * gst/rtp/gstrtph263ppay.c:
11831           Specify H.263 variant and version in the caps (fixes #361637)
11832
11833 2006-11-15  Wim Taymans  <wim@fluendo.com>
11834
11835         * gst/rtsp/rtspconnection.c: (read_body):
11836         Don't set a data pointer to NULL and a size > 0 when we deal
11837         with empty packets.
11838
11839         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11840         (rtsp_message_init_response), (rtsp_message_init_data),
11841         (rtsp_message_unset), (rtsp_message_free),
11842         (rtsp_message_take_body):
11843         Check that we can't create invalid empty packets. 
11844
11845 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11846
11847         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11848
11849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11850         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11851         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11852         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11853         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11854         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11855         * gst/matroska/matroska-mux.h:
11856           Add basic tag writing support; implement releasing pads (#374658).
11857
11858 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11859
11860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11861         (gst_matroska_demux_audio_caps):
11862           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11863
11864 2006-11-14  David Schleef  <ds@schleef.org>
11865
11866         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11867
11868 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11871
11872         * win32/vs8/gst-plugins-good.sln:
11873         * win32/vs8/libgst1394.vcproj:
11874         * win32/vs8/libgstaasink.vcproj:
11875         * win32/vs8/libgstalaw.vcproj:
11876         * win32/vs8/libgstalpha.vcproj:
11877         * win32/vs8/libgstalphacolor.vcproj:
11878         * win32/vs8/libgstannodex.vcproj:
11879         * win32/vs8/libgstapetag.vcproj:
11880         * win32/vs8/libgstaudiofx.vcproj:
11881         * win32/vs8/libgstauparse.vcproj:
11882         * win32/vs8/libgstautodetect.vcproj:
11883         * win32/vs8/libgstavi.vcproj:
11884         * win32/vs8/libgstcacasink.vcproj:
11885         * win32/vs8/libgstcdio.vcproj:
11886         * win32/vs8/libgstcutter.vcproj:
11887         * win32/vs8/libgstdv.vcproj:
11888         * win32/vs8/libgsteffectv.vcproj:
11889         * win32/vs8/libgstflac.vcproj:
11890         * win32/vs8/libgstflxdec.vcproj:
11891         * win32/vs8/libgstgoom.vcproj:
11892         * win32/vs8/libgsticydemux.vcproj:
11893         * win32/vs8/libgstid3demux.vcproj:
11894         * win32/vs8/libgstjpeg.vcproj:
11895         * win32/vs8/libgstladspa.vcproj:
11896         * win32/vs8/libgstlevel.vcproj:
11897         * win32/vs8/libgstmatroska.vcproj:
11898         * win32/vs8/libgstmikmod.vcproj:
11899         * win32/vs8/libgstmng.vcproj:
11900         * win32/vs8/libgstmonoscope.vcproj:
11901         * win32/vs8/libgstmulaw.vcproj:
11902         * win32/vs8/libgstmultipart.vcproj:
11903         * win32/vs8/libgstpng.vcproj:
11904         * win32/vs8/libgstrtp.vcproj:
11905         * win32/vs8/libgstrtsp.vcproj:
11906         * win32/vs8/libgstshout2.vcproj:
11907         * win32/vs8/libgstsmpte.vcproj:
11908         * win32/vs8/libgstspeex.vcproj:
11909         * win32/vs8/libgsttaglib.vcproj:
11910         * win32/vs8/libgstudp.vcproj:
11911         * win32/vs8/libgstvideobalance.vcproj:
11912         * win32/vs8/libgstvideobox.vcproj:
11913         * win32/vs8/libgstvideoflip.vcproj:
11914         * win32/vs8/libgstvideomixer.vcproj:
11915         * win32/vs8/libgstwavenc.vcproj:
11916         * win32/vs8/libgstwavparse.vcproj:
11917           Make end-of-line returns unixy, so that when the files are checked
11918           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11919           Hopefully fixes #366492.
11920
11921 2006-11-14  Wim Taymans  <wim@fluendo.com>
11922
11923         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11924         Disable init_frames delay timestamp adjustment, it does not
11925         seem to be needed at all. Fixes #369621.
11926
11927 2006-11-13  Wim Taymans  <wim@fluendo.com>
11928
11929         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11930
11931         * gst/videomixer/videomixer.c:
11932         (gst_videomixer_set_master_geometry),
11933         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11934         (gst_videomixer_collect_free), (gst_videomixer_reset),
11935         (gst_videomixer_init), (gst_videomixer_finalize),
11936         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11937         (gst_videomixer_collected), (gst_videomixer_change_state):
11938         Fix memleak by unref'ing collectpads instance (when finalizing)
11939         Implement releasing a request pad. Fixes #374479.
11940
11941 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11944
11945         * win32/vs8/gst-plugins-good.sln:
11946         * win32/vs8/libgst1394.vcproj:
11947         * win32/vs8/libgstaasink.vcproj:
11948         * win32/vs8/libgstalaw.vcproj:
11949         * win32/vs8/libgstalpha.vcproj:
11950         * win32/vs8/libgstalphacolor.vcproj:
11951         * win32/vs8/libgstannodex.vcproj:
11952         * win32/vs8/libgstapetag.vcproj:
11953         * win32/vs8/libgstaudiofx.vcproj:
11954         * win32/vs8/libgstauparse.vcproj:
11955         * win32/vs8/libgstautodetect.vcproj:
11956         * win32/vs8/libgstavi.vcproj:
11957         * win32/vs8/libgstcacasink.vcproj:
11958         * win32/vs8/libgstcdio.vcproj:
11959         * win32/vs8/libgstcutter.vcproj:
11960         * win32/vs8/libgstdv.vcproj:
11961         * win32/vs8/libgsteffectv.vcproj:
11962         * win32/vs8/libgstflac.vcproj:
11963         * win32/vs8/libgstflxdec.vcproj:
11964         * win32/vs8/libgstgoom.vcproj:
11965         * win32/vs8/libgsticydemux.vcproj:
11966         * win32/vs8/libgstid3demux.vcproj:
11967         * win32/vs8/libgstjpeg.vcproj:
11968         * win32/vs8/libgstladspa.vcproj:
11969         * win32/vs8/libgstlevel.vcproj:
11970         * win32/vs8/libgstmatroska.vcproj:
11971         * win32/vs8/libgstmikmod.vcproj:
11972         * win32/vs8/libgstmng.vcproj:
11973         * win32/vs8/libgstmonoscope.vcproj:
11974         * win32/vs8/libgstmulaw.vcproj:
11975         * win32/vs8/libgstmultipart.vcproj:
11976         * win32/vs8/libgstpng.vcproj:
11977         * win32/vs8/libgstrtp.vcproj:
11978         * win32/vs8/libgstrtsp.vcproj:
11979         * win32/vs8/libgstshout2.vcproj:
11980         * win32/vs8/libgstsmpte.vcproj:
11981         * win32/vs8/libgstspeex.vcproj:
11982         * win32/vs8/libgsttaglib.vcproj:
11983         * win32/vs8/libgstudp.vcproj:
11984         * win32/vs8/libgstvideobalance.vcproj:
11985         * win32/vs8/libgstvideobox.vcproj:
11986         * win32/vs8/libgstvideoflip.vcproj:
11987         * win32/vs8/libgstvideomixer.vcproj:
11988         * win32/vs8/libgstwavenc.vcproj:
11989         * win32/vs8/libgstwavparse.vcproj:
11990           Add VS8 project files (note that many of the plugins in ext are
11991           disabled by default). Fixes #366492.
11992
11993 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11994
11995         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11996           we do not translate debug messages
11997
11998 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11999
12000         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12001           fix categorisation, make short desc more explicit, remove unused code
12002           Fixes #372021
12003
12004 2006-11-08  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/rtp/gstrtpL16depay.c:
12007         * gst/rtp/gstrtpamrdepay.c:
12008         * gst/rtp/gstrtpamrpay.c:
12009         * gst/rtp/gstrtpgsmdepay.c:
12010         * gst/rtp/gstrtph263pay.c:
12011         * gst/rtp/gstrtph263pdepay.c:
12012         * gst/rtp/gstrtph263ppay.c:
12013         * gst/rtp/gstrtph264depay.c:
12014         * gst/rtp/gstrtpmp2tdepay.c:
12015         * gst/rtp/gstrtpmp4gdepay.c:
12016         * gst/rtp/gstrtpmp4gpay.c:
12017         * gst/rtp/gstrtpmp4vdepay.c:
12018         * gst/rtp/gstrtpmp4vpay.c:
12019         * gst/rtp/gstrtpmpadepay.c:
12020         * gst/rtp/gstrtpmpapay.c:
12021         * gst/rtp/gstrtppcmadepay.c:
12022         * gst/rtp/gstrtppcmapay.c:
12023         * gst/rtp/gstrtppcmudepay.c:
12024         * gst/rtp/gstrtppcmupay.c:
12025         * gst/rtp/gstrtpspeexdepay.c:
12026         * gst/rtp/gstrtpspeexpay.c:
12027         * gst/rtp/gstrtpsv3vdepay.c:
12028         Fix element descriptions.
12029
12030 2006-11-08  Wim Taymans  <wim@fluendo.com>
12031
12032         * gst/rtp/gstrtpvorbisdepay.c:
12033         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12034         Fix description.
12035         Small cleanup in the payloader.
12036
12037 2006-11-08  Wim Taymans  <wim@fluendo.com>
12038
12039         * gst/rtp/Makefile.am:
12040         * gst/rtp/gstrtp.c: (plugin_init):
12041         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12042         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12043         (gst_rtp_theora_depay_finalize),
12044         (gst_rtp_theora_depay_parse_configuration),
12045         (gst_rtp_theora_depay_setcaps),
12046         (gst_rtp_theora_depay_switch_codebook),
12047         (gst_rtp_theora_depay_process),
12048         (gst_rtp_theora_depay_set_property),
12049         (gst_rtp_theora_depay_get_property),
12050         (gst_rtp_theora_depay_change_state),
12051         (gst_rtp_theora_depay_plugin_init):
12052         * gst/rtp/gstrtptheoradepay.h:
12053         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12054         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12055         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12056         (gst_rtp_theora_pay_init_packet),
12057         (gst_rtp_theora_pay_flush_packet),
12058         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12059         (gst_rtp_theora_pay_handle_buffer),
12060         (gst_rtp_theora_pay_plugin_init):
12061         * gst/rtp/gstrtptheorapay.h:
12062         Add theora pay/depayloaders.
12063
12064 2006-11-06  Wim Taymans  <wim@fluendo.com>
12065
12066         * gst/rtp/Makefile.am:
12067         We depend on gsttag to generate the vorbis comments.
12068
12069         * gst/rtp/gstrtpvorbisdepay.c:
12070         (gst_rtp_vorbis_depay_parse_configuration),
12071         (gst_rtp_vorbis_depay_setcaps),
12072         (gst_rtp_vorbis_depay_switch_codebook),
12073         (gst_rtp_vorbis_depay_process):
12074         * gst/rtp/gstrtpvorbisdepay.h:
12075         Parse configuration string in the depayloader.
12076         Implement selecting and switching to a new codebook.
12077         Receiving vorbis over RTP now works.
12078
12079         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12080         (gst_rtp_vorbis_pay_init_packet),
12081         (gst_rtp_vorbis_pay_finish_headers),
12082         (gst_rtp_vorbis_pay_handle_buffer):
12083         * gst/rtp/gstrtpvorbispay.h:
12084         Set timestamps on outgoing buffers and RTP packets.
12085         Fix configuration string, prepend number of Packet headers.
12086         Fix encoding of ident string.
12087         Add delivery-method to caps.
12088         Streaming vorbis over RTP now works.
12089
12090 2006-11-06  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12093         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12094         (gst_rtp_vorbis_pay_handle_buffer):
12095         * gst/rtp/gstrtpvorbispay.h:
12096         Generate a valid configuration string in the caps based on the
12097         vorbis headers.
12098
12099 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12102         * ext/cdio/gstcdio.h:
12103         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12104           Move CD-TEXT utility function into common file so it can also be
12105           used by a future cdioparanoiasrc.
12106
12107 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12108         
12109         * sys/v4l2/Makefile.am:
12110         * sys/v4l2/gstv4l2object.c:
12111         * sys/v4l2/gstv4l2src.c:
12112         * sys/v4l2/gstv4l2xoverlay.c:
12113         * sys/v4l2/v4l2_calls.c:
12114         * sys/v4l2/v4l2src_calls.c:
12115         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12116         xoverlay code that is still not implemented.
12117
12118 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12121           We require a -base more recent than 0.10.9, so it's safe to use
12122           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12123
12124         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12125         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12126           Use _newsegment_full() now that we depend on a recent enough core.
12127
12128         * gst/wavparse/gstwavparse.c:
12129           Remove cruft that we don't need any longer now that we depend on
12130           a recent enough -base.
12131
12132 2006-10-31  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst/rtp/Makefile.am:
12135         * gst/rtp/gstrtp.c: (plugin_init):
12136         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12137         (gst_rtpilbcpay_setcaps):
12138         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12139
12140 2006-10-31  Wim Taymans  <wim@fluendo.com>
12141
12142         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12143         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12144         Some small cleanups, use _scale.
12145
12146 2006-10-31  Wim Taymans  <wim@fluendo.com>
12147
12148         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12149         Use higher precision scale function.
12150
12151 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12152
12153         Patch by: Michal Benes  <michal dot benes at itonis tv>
12154
12155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12156         (gst_matroska_demux_read_track_encodings),
12157         (gst_matroska_decode_buffer):
12158           Fix several issues with encoded/compressed/encrypted/signed tracks;
12159           also, remove superfluous newline characters from some debug
12160           statements. (#366155)
12161
12162 2006-10-30  Wim Taymans  <wim@fluendo.com>
12163
12164         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12165         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12166         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12167         (gst_smokedec_change_state):
12168         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12169         (gst_smokeenc_init), (gst_smokeenc_finalize),
12170         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12171         (gst_smokeenc_resync), (gst_smokeenc_chain),
12172         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12173         (gst_smokeenc_change_state):
12174         Various cleanups, capsnego and leak fixes.
12175
12176 2006-10-30  Wim Taymans  <wim@fluendo.com>
12177
12178         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12179
12180         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12181         Fix videomixer so that it can handle any combination of framerates.
12182         Fixes #367221.
12183
12184 2006-10-28  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12187         (gst_avi_demux_parse_file_header),
12188         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12189         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12190         (gst_avi_demux_chain):
12191         Fix position query for audio. also fixes timestamps in streaming
12192         mode and bug #364958.
12193         Small cleanups.
12194
12195 2006-10-27  Wim Taymans  <wim@fluendo.com>
12196
12197         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12198         * ext/libpng/gstpngenc.h:
12199         Fix strides. Fixes #364856.
12200         Cleanup capsnego.
12201         Set caps on outgoing buffers.
12202
12203 2006-10-18  Wim Taymans  <wim@fluendo.com>
12204
12205         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12206
12207         * gst/rtp/gstrtpgsmpay.c:
12208         * gst/rtp/gstrtph263pay.c:
12209         * gst/rtp/gstrtpmpapay.c:
12210         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12211         (gst_rtp_pcma_pay_handle_buffer):
12212         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12213         Add static payload numbers in addition to the dynamic ones.
12214         Fixes #361639.
12215
12216 2006-10-18  Wim Taymans  <wim@fluendo.com>
12217
12218         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12219         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12220         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12221         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12222         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12223         * gst/rtsp/rtspdefs.h:
12224         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12225         * gst/rtsp/rtspurl.h:
12226         Reuse already existing enum for lower transport.
12227         Add rtspt and rtspu protocols.
12228         Send redirect to rtspt when udp times out.
12229
12230 2006-10-18  Wim Taymans  <wim@fluendo.com>
12231
12232         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12233         (gst_wavparse_stream_data):
12234         Fix seeking some more, mostly for speed changes.
12235
12236 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         Patch by: Fredrik Persson  <frepe at bredband net>
12239
12240         * sys/v4l2/gstv4l2tuner.c:
12241         * sys/v4l2/gstv4l2tuner.h:
12242           Fix _set_channel(): remove useless g_object_notify() for "channel"
12243           property that doesn't exist any longer and therefore now also
12244           useless redirect (#338818).
12245
12246 2006-10-17  Wim Taymans  <wim@fluendo.com>
12247
12248         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12249         Some drivers do not support unsetting the non-blocking flag once the
12250         device is opened. In those cases, close/open the device in
12251         non-blocking mode. Fixes #362673.
12252
12253 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12254
12255         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12256         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12257         (gst_v4l2src_get_fps):
12258           dear stefan, framespersecond is not frameperiod, reverting but adding
12259           comment
12260
12261 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12262
12263         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12265         (gst_v4l2src_get_fps):
12266           Numerator is numerator and denominator is denominator. Say that aloud
12267           5 times and retry after next beer.
12268
12269 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         Patch by: Josep Torra Valles  <josep at fluendo com>
12272
12273         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12274         * ext/esd/esdsink.c: (gst_esdsink_write):
12275         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12276         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12277         (gst_flac_dec_send_newsegment):
12278         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12279         (gst_flac_enc_tell_callback):
12280         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12281         (smokecodec_parse_header), (smokecodec_decode):
12282         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12283         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12284         * gst/goom/Makefile.am:
12285         * gst/goom/gstgoom.c:
12286         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12287         * gst/rtsp/gstrtspsrc.c:
12288         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12289         * gst/udp/gstudpsink.c:
12290         * gst/udp/gstudpsrc.c:
12291         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12292         * sys/sunaudio/gstsunaudiomixertrack.h:
12293           Fix a bunch of problems discovered by the Forte compiler, mostly type
12294           mixups and pointer arithmetics with void pointers. Fixes #362603.
12295
12296 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * ext/speex/gstspeex.c: (plugin_init):
12299         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12300         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12301         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12302         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12303         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12304         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12305         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12306         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12307         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12308         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12309         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12310         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12311         * ext/speex/gstspeexenc.h:
12312           Miscellaneous clean-ups, among other things: speexenc => enc to
12313           enhance code readability; change speexenc => speex_enc; in chain
12314           function unref input buffer in case of error; take reference in
12315           event function; use boilerplate macro; use gst_pad_query_peer_*
12316           convenience functions.
12317
12318 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12321         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12322         (gst_speexenc_set_header_on_caps):
12323           Fix some mem leaks.
12324
12325 2006-10-11  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst/rtsp/URLS:
12328         Added some other URL.
12329
12330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12331         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12332         (gst_rtspsrc_open), (gst_rtspsrc_play),
12333         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12334         * gst/rtsp/gstrtspsrc.h:
12335         Work on fallback to TCP connection when the UDP socket times out.
12336         Handler server requests, just reply with OK for now.
12337
12338         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12339         * gst/rtsp/rtspdefs.h:
12340         Added some more Real extension headers.
12341
12342         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12343         Fix parsing of urls with a ':' that is not part of the hostname:port
12344         part of the url.
12345
12346 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12347
12348         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12349         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12350         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12351           Activate pad before adding it to the already-running element.
12352
12353         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12354           Activate newly-created pad too.
12355
12356 2006-10-11  Wim Taymans  <wim@fluendo.com>
12357
12358         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12359
12360         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12361         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12362         (gst_udpsrc_start):
12363         Fix some leaks in caps and uris. Fixes #361252.
12364
12365 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12366
12367         * gst/wavparse/Makefile.am:
12368           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12369
12370 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12371
12372         * sys/v4l2/gstv4l2xoverlay.c:
12373         * sys/v4l2/gstv4l2xoverlay.h:
12374         Fix build as per the patch in #338818 comment 36.
12375
12376 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12379           Activate pads before adding them to the source.
12380
12381 2006-10-06  Wim Taymans  <wim@fluendo.com>
12382
12383         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12384         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12385         Activate pads before adding.
12386
12387 2006-10-06  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12390         (gst_multipart_find_pad_by_mime):
12391         Activate pads before adding.
12392
12393         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12394         BOILERPLATE sets parent_class for us.
12395
12396 2006-10-06  Wim Taymans  <wim@fluendo.com>
12397
12398         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12399         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12400         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12401         (gst_rtspsrc_alloc_udp_ports),
12402         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12403         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12404         (gst_rtspsrc_create_transports_string),
12405         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12406         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12407         * gst/rtsp/gstrtspsrc.h:
12408         Rework how the transport string is constructed, try to share channels
12409         and udp ports.
12410         Make most of the stuff less dependant on RTP as we are also going to use
12411         it for RDT.
12412         Add support for transport specific session managers.
12413
12414         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12415         Implement _flush().
12416
12417         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12418         * gst/rtsp/rtspdefs.h:
12419         Add generic error return code.
12420
12421         * gst/rtsp/rtspext.h:
12422         Add support for pluggable tranport strings.
12423
12424         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12425         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12426         (rtsp_ext_wms_get_context):
12427         Detect WMServer and activate the extension.
12428
12429         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12430         (rtsp_transport_get_manager), (rtsp_transport_parse):
12431         * gst/rtsp/rtsptransport.h:
12432         Added methods to get mime/manager for certain transports.
12433
12434 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         * ext/cairo/gsttimeoverlay.c:
12437         (gst_cairo_time_overlay_update_font_height):
12438         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12439         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12440         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12441         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12442         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12443         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12444         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12445         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12446         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12447         (gst_avi_demux_stream_data):
12448         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12449         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12450         (gst_fenced_buffer_copy):
12451         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12455         (gst_rtspsrc_handle_message):
12456         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12457         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12458           Printf format fixes.
12459
12460 2006-10-04  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/rtsp/Makefile.am:
12463         Dist new .h file too.
12464
12465 2006-10-04  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/rtsp/Makefile.am:
12468         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12469         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12471         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12472         (gst_rtspsrc_parse_rtpmap),
12473         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12474         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12475         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12476         * gst/rtsp/gstrtspsrc.h:
12477         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12478         * gst/rtsp/rtspdefs.h:
12479         * gst/rtsp/rtspext.h:
12480         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12481         (rtsp_ext_wms_get_context):
12482         * gst/rtsp/rtspextwms.h:
12483         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12484         (rtsp_transport_parse):
12485         * gst/rtsp/rtsptransport.h:
12486         Factor out extension in separate module.
12487         Fix getcaps to filter against the padtemplate.
12488         Use Content-Base if the server gives one.
12489         Rework the transport parsing a bit for future extensions.
12490         Added some Real Header field definitions.
12491
12492 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12493
12494         * docs/plugins/Makefile.am:
12495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12497           added v4l2 stubs
12498         * gst-plugins-good.spec.in:
12499           add v4l2
12500
12501 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12502
12503         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12504           Extract disc/album/medium number and count and try harder
12505           to extract track number/count.
12506
12507 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12508
12509         * configure.ac:
12510         * sys/Makefile.am:
12511           add build stuff for v4l2, needs --enable-experimental until
12512           the last bits are resolved
12513
12514 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * tests/check/Makefile.am:
12517           Disable autodetect test temporarily, so that the build bots
12518           update -bad and the ranks of unreliable video sinks in there.
12519
12520         * tests/check/elements/autodetect.c: (GST_START_TEST):
12521           Skip test if no usable videosink is found.
12522
12523 2006-09-29  Wim Taymans  <wim@fluendo.com>
12524
12525         * gst/rtsp/URLS:
12526         Add some more URLs.
12527
12528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12529         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12530         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12531         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12532         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12533         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12534         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12535         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12536         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12537         * gst/rtsp/gstrtspsrc.h:
12538         Add timeout property to control UDP timeouts.
12539         Fix error messages.
12540         Also start a loop function when operating in UDP mode so that we can
12541         do some more stuff async.
12542         Handle element messages from udpsrc to detect timeouts. If a timeout
12543         happens we currently generate an error.
12544         API: rtspsrc::timeout property.
12545
12546         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12547         (gst_udpsrc_create):
12548         Really implement the timeout in microseconds and not milliseconds.
12549
12550 2006-09-29  Wim Taymans  <wim@fluendo.com>
12551
12552         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12553         (gst_udpsrc_create), (gst_udpsrc_set_property),
12554         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12555         * gst/udp/gstudpsrc.h:
12556         Added property to post a message on timeout.
12557         Updated docs.
12558         When restarting the select, initialize the fdsets again.
12559         Init control sockets so we don't accidentally close a random socket.
12560         API: GstUDPSrc::timeout property
12561
12562 2006-09-29  Wim Taymans  <wim@fluendo.com>
12563
12564         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12565         Fix flag registration.
12566
12567         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12568         Reading 0 also means 'no more commands'
12569
12570 2006-09-29  Wim Taymans  <wim@fluendo.com>
12571
12572         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12573
12574         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12575         Fix possible infinite loop when shutting down, a read can also return
12576         0 to indicate no more messages are available. Fixes #358156.
12577
12578 2006-09-25  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst/autodetect/gstautoaudiosink.c:
12581         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12582         (gst_auto_audio_sink_find_best):
12583         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12584         Small cleanups.
12585         don't try to set "sync" property when it is not available.
12586
12587 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12588
12589         Patch by: Peter Kjellerstedt  <pkj at axis com>
12590
12591         * gst/alpha/gstalpha.c:
12592         * gst/rtp/gstrtpamrdepay.c:
12593         * gst/rtsp/gstrtspsrc.c:
12594         * gst/udp/gstudpsrc.c:
12595         * gst/videomixer/videomixer.c:
12596           Include stdlib.h in some more places, makes things compile
12597           with uClibc and -Werror (#357592).
12598
12599 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * ext/jpeg/gstjpegdec.c:
12602           Set minimum height to 8 (from 16), our code should handle
12603           that fine. Some of the buttons on the apple trailer site
12604           are apparently only 15 pixels high (see #357470).
12605
12606 2006-09-23  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12609         (gst_rtspsrc_open):
12610         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12611         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12612         (rtsp_connection_receive):
12613         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12614         * gst/rtsp/rtspdefs.h:
12615         Improve error reporting.
12616
12617 2006-09-23  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12620         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12621         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12622         * gst/rtp/gstrtpdepay.c:
12623         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12624         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12625         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12626         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12627         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12628         (gst_rtp_mp2t_depay_plugin_init):
12629         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12630         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12631         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12632         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12633         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12634         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12635         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12636         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12637         Fix klass typos.
12638         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12639
12640 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12641
12642         * configure.ac:
12643           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12644
12645 2006-09-22  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12648         Don't check for a tag that is never there and check if we read the
12649         correct tag. Fixes seeking again.
12650         We must post an error when all pads are unlinked.
12651
12652 2006-09-22  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst/rtp/Makefile.am:
12655         * gst/rtp/gstrtp.c: (plugin_init):
12656         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12657         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12658         (gst_rtp_vorbis_pay_reset_packet),
12659         (gst_rtp_vorbis_pay_init_packet),
12660         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12661         (gst_rtp_vorbis_pay_handle_buffer):
12662         More fixage, set endoder-params correctly in the payloader.
12663
12664 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * gst/autodetect/gstautoaudiosink.c:
12667         (gst_auto_audio_sink_base_init):
12668         * gst/autodetect/gstautovideosink.c:
12669         (gst_auto_video_sink_base_init):
12670           Make static pad templates static to appease valgrind's leak
12671           detector.
12672
12673         * tests/check/Makefile.am:
12674         * tests/check/elements/.cvsignore:
12675         * tests/check/elements/autodetect.c: (GST_START_TEST),
12676         (autodetect_suite):
12677           Add simple test for the ghostpad lockup on shutdown fixed in core
12678           CVS (audio bit disabled because it would need dozens of alsa
12679           suppressions and I'm too lazy to add those now).
12680
12681 2006-09-22  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12684         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12685         Small cleanups.
12686
12687         * gst/rtp/Makefile.am:
12688         * gst/rtp/gstrtp.c: (plugin_init):
12689         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12690         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12691         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12692         (gst_rtp_vorbis_depay_process),
12693         (gst_rtp_vorbis_depay_set_property),
12694         (gst_rtp_vorbis_depay_get_property),
12695         (gst_rtp_vorbis_depay_change_state),
12696         (gst_rtp_vorbis_depay_plugin_init):
12697         * gst/rtp/gstrtpvorbisdepay.h:
12698         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12699         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12700         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12701         (gst_rtp_vorbis_pay_flush_packet),
12702         (gst_rtp_vorbis_pay_append_buffer),
12703         (gst_rtp_vorbis_pay_handle_buffer),
12704         (gst_rtp_vorbis_pay_plugin_init):
12705         * gst/rtp/gstrtpvorbispay.h:
12706         Add experimental vorbis pay and depayloaders.
12707
12708 2006-09-21  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12711         Fix profile-level-id parsing and setup.
12712
12713 2006-09-21  Wim Taymans  <wim@fluendo.com>
12714
12715         * gst/udp/README:
12716         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12717         Update README, simple cleanup.
12718
12719 2006-09-21  Wim Taymans  <wim@fluendo.com>
12720
12721         * gst/rtp/README:
12722         Update README with some examples.
12723
12724         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12725         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12726         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12727         (gst_rtp_mp4g_pay_setcaps):
12728         * gst/rtp/gstrtpmp4gpay.h:
12729         Make optional RTP parameters of type STRING, as required by the
12730         application/x-rtp caps specification.
12731
12732 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12733
12734         * gst/rtp/gstrtph263pdepay.c:
12735         * gst/rtp/gstrtph263ppay.c:
12736         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12737         RTP header.
12738
12739 2006-09-20  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst/rtp/Makefile.am:
12742         And makefile too.
12743
12744 2006-09-20  Wim Taymans  <wim@fluendo.com>
12745
12746         * gst/rtp/gstrtp.c: (plugin_init):
12747         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12748         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12749         (decode_base64), (gst_rtp_asf_depay_setcaps),
12750         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12751         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12752         (gst_rtp_asf_depay_plugin_init):
12753         * gst/rtp/gstrtpasfdepay.h:
12754         Added preliminary ASF depayloader.
12755
12756         * gst/rtp/gstrtph264depay.c: (decode_base64):
12757         Fix base64 decoding.
12758
12759 2006-09-20  Wim Taymans  <wim@fluendo.com>
12760
12761         * gst/rtsp/URLS:
12762         Added some test URLS.
12763
12764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12765         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12766         * gst/rtsp/gstrtspsrc.h:
12767         When creating streams, give access to the complete SDP.
12768         Fix some leaks.
12769         Collect and merge global stream properties in stream caps.
12770         Preliminary support for WMServer.
12771
12772         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12773         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12774         (rtsp_connection_receive):
12775         * gst/rtsp/rtspconnection.h:
12776         Make connection interruptable.
12777         Refactor to make it reconnectable.
12778         Don't fail on short reads when reading data packets.
12779
12780         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12781         (rtsp_url_get_port):
12782         * gst/rtsp/rtspurl.h:
12783         Add methods for getting/setting the port.
12784
12785         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12786         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12787         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12788         (sdp_media_get_format), (sdp_parse_line),
12789         (sdp_message_parse_buffer):
12790         Fix headers. 
12791         Add methods for getting multiple attributes with the same name.
12792         Increase buffer size when parsing.
12793         Fix parsing of a=foo fields.
12794
12795         * gst/rtsp/test.c: (main):
12796         Update to new connection API.
12797
12798         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12799         (rtsp_message_init_response), (rtsp_message_init_data),
12800         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12801         * gst/rtsp/rtspmessage.h:
12802         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12803         * gst/rtsp/rtsptransport.h:
12804         * gst/rtsp/sdp.h:
12805         * gst/rtsp/sdpmessage.h:
12806         * gst/rtsp/gstrtsp.c:
12807         * gst/rtsp/gstrtsp.h:
12808         * gst/rtsp/gstrtpdec.c:
12809         * gst/rtsp/gstrtpdec.h:
12810         * gst/rtsp/rtsp.h:
12811         * gst/rtsp/rtspdefs.c:
12812         * gst/rtsp/rtspdefs.h:
12813         Dual licensed under MIT and LGPL now.
12814
12815 2006-09-19  Wim Taymans  <wim@fluendo.com>
12816
12817         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12818         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12819         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12820         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12821         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12822         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12823         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12824         * gst/rtsp/gstrtspsrc.h:
12825         Reorganize stream parsing and creation.
12826         Detect container formats in interleaved mode.
12827         Keep more state about the streams.
12828         Assume a server also supports PLAY if it does not say.
12829         Add unicast and interleaved properties to TCP transport requests to make
12830         some servers happy (WMServer).
12831
12832         * gst/rtsp/sdpmessage.h:
12833         Add some defines for the standard Bandwidth types.
12834
12835 2006-09-19  Wim Taymans  <wim@fluendo.com>
12836
12837         * gst/rtsp/test.c: (main):
12838         Fix build.
12839
12840 2006-09-19  Wim Taymans  <wim@fluendo.com>
12841
12842         * gst/wavparse/gstwavparse.c:
12843         Add ms-gsm to the src template.
12844
12845 2006-09-18  Wim Taymans  <wim@fluendo.com>
12846
12847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12848         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12849         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12850         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12851         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12852         * gst/rtsp/gstrtspsrc.h:
12853         Small cleanups, added documentation.
12854         Try to clean up the requests and responses.
12855         Refactor parsing the supported methods.
12856
12857         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12858         (rtsp_connection_create), (rtsp_connection_send),
12859         (parse_response_status), (parse_request_line),
12860         (rtsp_connection_receive), (rtsp_connection_close),
12861         (rtsp_connection_free):
12862         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12863         (rtsp_transport_init), (rtsp_transport_parse),
12864         (rtsp_transport_free):
12865         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12866         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12867         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12868         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12869         Use g_return_val some more.
12870
12871         * gst/rtsp/rtspdefs.h:
12872         Add more enum values to track initial states.
12873
12874         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12875         (rtsp_message_init_request), (rtsp_message_new_response),
12876         (rtsp_message_init_response), (rtsp_message_init_data),
12877         (rtsp_message_unset), (rtsp_message_free),
12878         (rtsp_message_add_header), (rtsp_message_remove_header),
12879         (rtsp_message_get_header), (rtsp_message_set_body),
12880         (rtsp_message_take_body), (rtsp_message_get_body),
12881         (rtsp_message_steal_body), (rtsp_message_dump):
12882         * gst/rtsp/rtspmessage.h:
12883         Reorder arguments, object goes as the first one.
12884         Use g_return_val some more.
12885
12886 2006-09-18  Wim Taymans  <wim@fluendo.com>
12887
12888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12889         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12890         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12891         * gst/rtsp/gstrtspsrc.h:
12892         Export sometimes source pad with correct caps on the template, create
12893         the ghostpad from the template.
12894         Remove RTCP template as we never expose RTCP.
12895         Protect against invalid body size.
12896         Avoid memcpy when creating the output buffer.
12897         Properly post an error and send EOS when the loop function is shut down.
12898
12899 2006-09-18  Wim Taymans  <wim@fluendo.com>
12900
12901         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12902
12903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12904         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12905         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12906         * gst/rtsp/gstrtspsrc.h:
12907         Make sure we can never set an invalid location.
12908
12909         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12910         * gst/rtsp/rtspmessage.h:
12911         Added _steal_body method for future use.
12912
12913         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12914         Make freeing of NULL url return immediatly.
12915
12916 2006-09-18  Wim Taymans  <wim@fluendo.com>
12917
12918         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12919
12920         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12921         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12922         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12923         (gst_rtspsrc_change_state):
12924         * gst/rtsp/gstrtspsrc.h:
12925         Use boilerplate.
12926         Make rtspsrc subclass GstBin to make state changes easier.
12927         Add Range header field on the PLAY request.
12928
12929 2006-09-18  Wim Taymans  <wim@fluendo.com>
12930
12931         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12932
12933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12934         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12935         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12936         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12937         * gst/rtsp/rtspconnection.c: (inet_aton):
12938         Small cleanups.
12939         when multicast is selected as the transport, create UDP sources and
12940         connect to the multicast group.
12941         Move parsing and setting of caps to a common place.
12942         Fixes #349894.
12943
12944 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12945
12946         * ext/flac/gstflactag.c:
12947         * gst/alpha/gstalpha.c:
12948         * gst/debug/breakmydata.c:
12949         * gst/debug/negotiation.c:
12950         * gst/debug/testplugin.c:
12951         * gst/effectv/gstaging.c:
12952         * gst/effectv/gstdice.c:
12953         * gst/effectv/gstedge.c:
12954         * gst/effectv/gstquark.c:
12955         * gst/effectv/gstrev.c:
12956         * gst/effectv/gstshagadelic.c:
12957         * gst/effectv/gstvertigo.c:
12958         * gst/effectv/gstwarp.c:
12959         * gst/multipart/multipartdemux.c:
12960         * gst/multipart/multipartmux.c:
12961         * gst/videobox/gstvideobox.c:
12962         * gst/videofilter/gstgamma.c:
12963         * gst/videofilter/gstvideotemplate.c:
12964         * gst/videomixer/videomixer.c:
12965         * sys/sunaudio/gstsunaudiosrc.h:
12966         More G_OBJECT macro fixing.
12967
12968 2006-09-16  Wim Taymans  <wim@fluendo.com>
12969
12970         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12971
12972         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12973         Correctly set the dwLength in strh.
12974         With this patch, the file duration is now displayed correctly in window
12975         media player and the AVI plays completely. Fixes #356147
12976
12977 2006-09-15  Wim Taymans  <wim@fluendo.com>
12978
12979         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12980
12981         * sys/sunaudio/gstsunaudiomixerctrl.c:
12982         (gst_sunaudiomixer_ctrl_build_list):
12983         Set the output track as the MASTER so that the gnome-settings-daemon
12984         keybindings for changing the volume using the keyboard works.
12985         Fixes #356142.
12986
12987 2006-09-15  Wim Taymans  <wim@fluendo.com>
12988
12989         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12990         Fix documentation, it is not possible to control the framerate of jpegdec
12991         using filtered caps yet. Fixes #355210.
12992         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12993         stop when there is an error.
12994
12995 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12996
12997         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12998         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12999           Don't interpret a first buffer with an offset of NONE as
13000           'from the middle of the stream', but only a first buffer
13001           that has a valid buffer offset that's non-zero (see #345449).
13002
13003 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13006         (gst_icydemux_typefind_or_forward):
13007         * gst/icydemux/gsticydemux.h:
13008           When we merge/collect multiple incoming buffers for typefinding
13009           purposes, keep an initial 0 offset on the first outgoing buffer
13010           as well (otherwise id3demux won't work right). Fixes #345449.
13011           Also Make buffer metadata writable before setting buffer caps.
13012
13013         * tests/check/elements/icydemux.c: (typefind_succeed),
13014         (cleanup_icydemux), (push_data), (GST_START_TEST),
13015         (icydemux_suite):
13016           Small test case for the above.
13017
13018 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13019
13020         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13021         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13022         (gst_avi_demux_stream_header_push),
13023         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13024         (gst_avi_demux_loop):
13025           More code reuse and better logging in _peek_chunk(). Reintroduce check
13026           for chunk sizes before reading them (avoid oom). Better handling for 
13027           invalid chunksizes when streaming.
13028
13029 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13030
13031         * gst/level/gstlevel.c: (gst_level_set_property):
13032         * gst/level/gstlevel.h:
13033           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13034           René Stadler
13035
13036 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13037
13038         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13039         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13040         (gst_avi_demux_stream_data):
13041           Revert one change to fix streaming avi (adapter size != data size).
13042
13043 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13044
13045         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13046
13047         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13048         (gst_matroska_demux_reset),
13049         (gst_matroska_demux_read_track_encodings),
13050         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13051         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13052         (gst_matroska_demux_subtitle_caps):
13053         * gst/matroska/matroska-ids.h:
13054           Add support for VOBSUB subtitle tracks and zlib-compressed
13055           tracks. Make sure we start on a keyframe after a seek. (#343348)
13056
13057 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13058
13059         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13060         (gst_matroska_demux_push_flac_codec_priv_data),
13061         (gst_matroska_demux_push_xiph_codec_priv_data),
13062         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13063         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13064         * gst/matroska/matroska-ids.h:
13065           Add basic FLAC support (#311586), not perfect yet though, needs some
13066           tweaking in flacdec; also, seeking could be better.
13067           Do better bounds checking when deserialising vorbis stream headers
13068           to make sure we don't read beyond the end of the buffer on bad input.
13069
13070 2006-09-04  Wim Taymans  <wim@fluendo.com>
13071
13072         Patch by: Alessandro Decina <alessandro at nnva dot org>
13073
13074         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13075         Seeking back in a file containing a CMML stream errors out if the seek
13076         goes back up to the CMML headers. This is because after the seek the xml
13077         processing instruction <?xml ...?> is submitted to the xml parser again, 
13078         which results in an error. The attached patch fixes the problem. 
13079         Fixes #353908.
13080
13081         * ext/annodex/gstcmmlenc.h:
13082         Fix authors name.
13083
13084
13085 2006-08-28  Andy Wingo  <wingo@pobox.com>
13086
13087         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13088         New helper function to lessen the ifdefs.
13089         (GST_INFO_OBJECT): 
13090         (gst_dv1394src_iso_receive): Use it.
13091         (gst_dv1394src_create): Also use the control sockets in iec61883
13092         mode.
13093         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13094         handle for AVC operations; fixes #348233.
13095
13096 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13097
13098         * configure.ac:
13099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13100         * docs/plugins/inspect/plugin-audiofx.xml:
13101         * docs/plugins/inspect/plugin-audiofxgood.xml:
13102         * gst/audiofx/Makefile.am:
13103         * gst/audiofx/audiofx.c:
13104         * gst/audiofxgood/.cvsignore:
13105         * gst/audiofxgood/Makefile.am:
13106         * gst/audiofxgood/audiofx.c:
13107         * gst/audiofxgood/audiopanorama.c:
13108         * gst/audiofxgood/audiopanorama.h:
13109           Rename again (audiofxgood -> audiofx).
13110
13111 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13112
13113         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13114         (gst_avi_demux_stream_scan):
13115           Initialze variables.
13116
13117 2006-08-25  Wim Taymans  <wim@fluendo.com>
13118
13119         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13120         (gst_avi_demux_init), (gst_avi_demux_finalize),
13121         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13122         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13123         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13124         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13125         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13126         (gst_avi_demux_massage_index),
13127         (gst_avi_demux_calculate_durations_from_index),
13128         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13129         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13130         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13131         (gst_avi_demux_change_state):
13132         * gst/avi/gstavidemux.h:
13133         More attempts to turn this into readable code.
13134         Don't leak adapters.
13135         Calculate duration according to index more efficiently.
13136         Don't try to act like we drive the pipeline in chain mode.
13137
13138 2006-08-25  Wim Taymans  <wim@fluendo.com>
13139
13140         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13141         Fix build.
13142
13143 2006-08-25  Wim Taymans  <wim@fluendo.com>
13144
13145         Patch by: Alessandro Decina <alessandro at nnva dot org>
13146
13147         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13148         Do some extra sanity checks.
13149         Fixes #350340.
13150
13151         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13152         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13153         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13154         Check if clip->start_time is valid before adding the clip to the
13155         track list.
13156         Reset enc->preamble going from PAUSED to READY.
13157         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13158         only used for EOS.
13159         Only post an error message if we were the one that created the fatal
13160         GstFlowReturn value.
13161
13162         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13163         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13164         Parse the seconds field of the npt-sec time format using %llu rather than
13165         %d and check that the value scaled by GST_SECOND doesn't overflow.
13166         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13167         Lookup a clip's track with clip->track rather than clip->id which
13168         makes no sense.
13169         Identify a clip by its track and start time and not its xml id.
13170         do some more input checking and make sure we don't do undefined shifts.
13171
13172         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13173         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13174         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13175         (push_clip), (push_empty_clip), (check_output_clip),
13176         (GST_START_TEST), (cmmldec_suite):
13177         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13178         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13179         (check_headers), (push_clip), (check_clip_times), (check_clip),
13180         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13181         Added some more checks.
13182
13183 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13184
13185         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13186         (gst_audio_panorama_set_property),
13187         (gst_audio_panorama_get_property),
13188         (gst_audio_panorama_transform_m2s_int),
13189         (gst_audio_panorama_transform_s2s_int),
13190         (gst_audio_panorama_transform_m2s_float),
13191         (gst_audio_panorama_transform_s2s_float):
13192         * gst/audiofxgood/audiopanorama.h:
13193         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13194           Make also the pan-property float (saves scaling and yields better
13195           resolution)
13196
13197 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13198
13199         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13200         (gst_audio_panorama_transform_m2s_float),
13201         (gst_audio_panorama_transform_s2s_float):
13202           ChangeLog surgery to add cymax's real name
13203
13204
13205 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13206
13207         Patch by: René Stadler <mail@renestadler.de>
13208
13209         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13210         (gst_audio_panorama_transform_m2s_int),
13211         (gst_audio_panorama_transform_s2s_int),
13212         (gst_audio_panorama_transform_m2s_float),
13213         (gst_audio_panorama_transform_s2s_float),
13214         (gst_audio_panorama_transform):
13215         * gst/audiofxgood/audiopanorama.h:
13216           Added float support
13217
13218 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13219
13220         * gst/audiofxgood/audiopanorama.c:
13221         (gst_audio_panorama_transform_m2s):
13222           Fix docs & debug category. Add Fixme for volume pan levels.
13223
13224 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13225
13226         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13227         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13228         (gst_avi_demux_stream_header_pull),
13229         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13230         (gst_avi_demux_chain):
13231           unbreak AVI index handling, some more debug, remove an obsolete
13232           adapter_flush that caused streaming to wander off in the wild
13233
13234 2006-08-24  Wim Taymans  <wim@fluendo.com>
13235
13236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13237         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13238         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13239         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13240         (gst_avi_demux_calculate_durations_from_index),
13241         (gst_avi_demux_stream_header_push),
13242         (gst_avi_demux_stream_header_pull):
13243         * gst/avi/gstavidemux.h:
13244         Some more cleanups. 
13245         Fix totalFrames parsing in ODML.
13246         Disable use of index for length calculation in case of ODML as this is
13247         broken now.
13248
13249 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13252           Use libgsttag helper function here too.
13253
13254 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13255
13256         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13257         (gst_avi_demux_init), (gst_avi_demux_dispose),
13258         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13259         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13260         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13261         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13262         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13263         (gst_avi_demux_parse_subindex),
13264         (gst_avi_demux_read_subindexes_push),
13265         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13266         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13267         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13268         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13269         (gst_avi_demux_stream_header_pull),
13270         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13271         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13272         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13273         (gst_avi_demux_change_state):
13274         * gst/avi/gstavidemux.h:
13275           Initial streaming support for avidemux (fixes #336465)
13276
13277 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13280           There is no taglibmux element ...
13281
13282         * gst/rtsp/gstrtspsrc.c:
13283           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13284           was complaining about unknown entity here.
13285
13286 2006-08-22  Wim Taymans  <wim@fluendo.com>
13287
13288         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13289         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13290         (gst_avi_demux_process_next_entry):
13291         * gst/avi/gstavidemux.h:
13292         Mark DISCONT.
13293         Remove old unused fields and reorder the struct a bit.
13294
13295 2006-08-22  Wim Taymans  <wim@fluendo.com>
13296
13297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13298         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13299         (gst_rtspsrc_pause):
13300         * gst/rtsp/gstrtspsrc.h:
13301         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13302         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13303         Small documentation updates.
13304
13305 2006-08-22  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13308         (gst_avi_demux_index_entry_for_time),
13309         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13310         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13311         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13312         (gst_avi_demux_next_data_buffer),
13313         (gst_avi_demux_calculate_durations_from_index),
13314         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13315         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13316         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13317         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13318         * gst/avi/gstavidemux.h:
13319         Precalc most of the duration query for each stream.
13320         Make seeking more correct.
13321         Use GstSegment to track position and duration.
13322         Code cleanups and leak fixes.
13323         Calculate correct total duration based on index length.
13324
13325 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13326
13327         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13328         (parse_insert_string_field):
13329           If strings in text fields are marked ISO8859-1, but contain
13330           valid UTF-8 already, then handle them as UTF-8 and ignore
13331           the encoding. (#351794)
13332
13333 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13334
13335         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13336         (gst_flac_dec_write), (gst_flac_dec_loop),
13337         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13338         (gst_flac_dec_src_query):
13339         * ext/flac/gstflacdec.h:
13340           Make flac-in-ogg work (#352100).
13341
13342 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13343
13344         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13345           Don't unref buffers of which we've already given away
13346           ownership to the adapter.
13347
13348 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13349
13350         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13351           Make metadata extraction actually work.
13352
13353         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13354         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13355         (gst_speexenc_chain):
13356           Fix metadata writing: replace old code which wrote completely
13357           broken tags with libgsttag-based code. Plus miscellaneous
13358           code cleanups (use static pad templates etc.) and a bunch
13359           of leak fixes.
13360
13361 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13362
13363         * gst/audiopanorama/.cvsignore:
13364         * gst/audiopanorama/Makefile.am:
13365         * gst/audiopanorama/audiofx.c:
13366         * gst/audiopanorama/audiopanorama.c:
13367         * gst/audiopanorama/audiopanorama.h:
13368           die! die! die! you should never have been there
13369
13370 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13371
13372         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13373         Fix invalid memory access in audiopanorama test suite.
13374
13375 2006-08-21  Edward Hervey  <edward@fluendo.com>
13376
13377         * tests/check/elements/.cvsignore:
13378         ignore built file
13379
13380 2006-08-21  Wim Taymans  <wim@fluendo.com>
13381
13382         * gst/rtp/Makefile.am:
13383         Fix the build again.
13384
13385 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13386
13387         * gst/audiofxgood/.cvsignore:
13388         * gst/audiofxgood/Makefile.am:
13389         * gst/audiofxgood/audiofx.c: (plugin_init):
13390         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13391         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13392         (gst_audio_panorama_set_property),
13393         (gst_audio_panorama_get_property),
13394         (gst_audio_panorama_get_unit_size),
13395         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13396         (gst_audio_panorama_transform_m2s),
13397         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13398         * gst/audiofxgood/audiopanorama.h:
13399           resubmit with the desired name *again*
13400
13401 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13402
13403         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13404         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13405           use g_assert in _get_unit_size
13406
13407 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13408
13409         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13411         * docs/plugins/inspect/plugin-audiofxgood.xml:
13412           cleanup -unused.txt to make it useful, add previously missing docs
13413
13414         * ext/Makefile.am:
13415           Quietly (accidentally) enable LADSPA for building by default, 
13416           despite the fact that it doesn't meet the plugin checklist.
13417             -- Added by Jan Schmidt 18 Dec 2006
13418
13419         * ext/esd/esdmon.c:
13420         * ext/esd/esdsink.c:
13421         * ext/esd/gstesd.c: (plugin_init):
13422           reflow to get rid of two external symbols
13423
13424         * gst/audiofxgood/audiofx.c: (plugin_init):
13425           re-add
13426
13427 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13428
13429         * configure.ac:
13430         * gst/audiofxgood/.cvsignore:
13431         * gst/audiofxgood/Makefile.am:
13432         * gst/audiofxgood/audiofx.c
13433         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13434         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13435         (gst_audio_panorama_set_property),
13436         (gst_audio_panorama_get_property),
13437         (gst_audio_panorama_get_unit_size),
13438         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13439         (gst_audio_panorama_transform_m2s),
13440         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13441         * gst/audiofxgood/audiopanorama.h:
13442         * tests/check/Makefile.am:
13443         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13444         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13445         (panorama_suite), (main):
13446         Add audiofxgood plugin with audiopanorama element
13447
13448 2006-08-18  Wim Taymans  <wim@fluendo.com>
13449
13450         * docs/plugins/Makefile.am:
13451         More Oss docs fixage. 
13452
13453 2006-08-18  Wim Taymans  <wim@fluendo.com>
13454
13455         * gst/rtp/Makefile.am:
13456         * gst/rtp/gstrtp.c: (plugin_init):
13457         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13458         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13459         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13460         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13461         (gst_rtp_sv3v_depay_get_property),
13462         (gst_rtp_sv3v_depay_change_state),
13463         (gst_rtp_sv3v_depay_plugin_init):
13464         * gst/rtp/gstrtpsv3vdepay.h:
13465         Added experimental SVQ3 depayloader.
13466
13467 2006-08-18  Edward Hervey  <edward@fluendo.com>
13468
13469         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13470         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13471         * ext/dv/gstdvdemux.h:
13472         When handling seek requests, don't send the newsegment event from the
13473         calling thread. Instead save it so it can be sent from the streaming
13474         thread.
13475
13476 2006-08-17  Wim Taymans  <wim@fluendo.com>
13477
13478         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13479
13480         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13481         Accept leading whitespace before the boundary
13482         This patch makes the demuxer allow some whitespace before the actual
13483         boundary. This makes the demuxer work with the ``old'' gstreamer
13484         multipartmuxer again (which placed an extra \n before the start
13485         of the stream) Fixes #349068.
13486
13487 2006-08-17  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13490         Error out on non-implemented stuff.
13491
13492 2006-08-16  Wim Taymans  <wim@fluendo.com>
13493
13494         Patch by: Andy Wingo <wingo at pobox dot com>
13495
13496         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13497         (gst_signal_processor_start), (gst_signal_processor_stop),
13498         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13499         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13500         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13501         (gst_signal_processor_change_state):
13502         Make ladspa elements reusable. Fixes #350006.
13503
13504 2006-08-16  Wim Taymans  <wim@fluendo.com>
13505
13506         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13507         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13508         names as possible. Fixes #349901.
13509
13510 2006-08-16  Wim Taymans  <wim@fluendo.com>
13511
13512         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13513         (gst_signal_processor_do_pushes):
13514         A push() gives away our refcount so we should not use the buffer on the
13515         pen anymore.
13516
13517 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13518
13519         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13520         (gst_oss_mixer_element_finalize):
13521           Don't leak device string.
13522
13523 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * configure.ac:
13526           Require CVS of GStreamer core and -base (for
13527           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13528
13529         * ext/taglib/gstid3v2mux.cc:
13530           Write extended comment tags properly (#348762).
13531
13532         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13533         (parse_comment_frame):
13534           Extract COMM frames into extended comments, which makes it
13535           easier to properly retain the description bit of the tag
13536           and maintain this information when re-tagging (#348762).
13537
13538 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * tests/check/Makefile.am:
13541           Don't try to run annodex unit tests if the annodex
13542           plugin has not been built (Fixes #351116).
13543
13544 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * gst/autodetect/gstautoaudiosink.c:
13547         (gst_auto_audio_sink_find_best):
13548           When we can't find a usable audiosink, don't error out,
13549           but use a fake sink instead and post a warning message
13550           on the bus (#341278).
13551
13552 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13553
13554         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13555         * sys/oss/gstosssink.c:
13556         * sys/oss/gstosssrc.c:
13557           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13558           ossmixer's new device property.
13559
13560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13562           Add docs for OSS elements.
13563
13564         * docs/plugins/inspect/plugin-aasink.xml:
13565         * docs/plugins/inspect/plugin-alaw.xml:
13566         * docs/plugins/inspect/plugin-alpha.xml:
13567         * docs/plugins/inspect/plugin-alphacolor.xml:
13568         * docs/plugins/inspect/plugin-annodex.xml:
13569         * docs/plugins/inspect/plugin-apetag.xml:
13570         * docs/plugins/inspect/plugin-auparse.xml:
13571         * docs/plugins/inspect/plugin-autodetect.xml:
13572         * docs/plugins/inspect/plugin-avi.xml:
13573         * docs/plugins/inspect/plugin-cacasink.xml:
13574         * docs/plugins/inspect/plugin-cairo.xml:
13575         * docs/plugins/inspect/plugin-cdio.xml:
13576         * docs/plugins/inspect/plugin-cutter.xml:
13577         * docs/plugins/inspect/plugin-debug.xml:
13578         * docs/plugins/inspect/plugin-dv.xml:
13579         * docs/plugins/inspect/plugin-efence.xml:
13580         * docs/plugins/inspect/plugin-effectv.xml:
13581         * docs/plugins/inspect/plugin-esdsink.xml:
13582         * docs/plugins/inspect/plugin-flac.xml:
13583         * docs/plugins/inspect/plugin-flxdec.xml:
13584         * docs/plugins/inspect/plugin-gconfelements.xml:
13585         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13586         * docs/plugins/inspect/plugin-goom.xml:
13587         * docs/plugins/inspect/plugin-halelements.xml:
13588         * docs/plugins/inspect/plugin-icydemux.xml:
13589         * docs/plugins/inspect/plugin-id3demux.xml:
13590         * docs/plugins/inspect/plugin-jpeg.xml:
13591         * docs/plugins/inspect/plugin-level.xml:
13592         * docs/plugins/inspect/plugin-matroska.xml:
13593         * docs/plugins/inspect/plugin-mulaw.xml:
13594         * docs/plugins/inspect/plugin-multipart.xml:
13595         * docs/plugins/inspect/plugin-navigationtest.xml:
13596         * docs/plugins/inspect/plugin-ossaudio.xml:
13597         * docs/plugins/inspect/plugin-png.xml:
13598         * docs/plugins/inspect/plugin-rtp.xml:
13599         * docs/plugins/inspect/plugin-rtsp.xml:
13600         * docs/plugins/inspect/plugin-shout2send.xml:
13601         * docs/plugins/inspect/plugin-smpte.xml:
13602         * docs/plugins/inspect/plugin-speex.xml:
13603         * docs/plugins/inspect/plugin-taglib.xml:
13604         * docs/plugins/inspect/plugin-udp.xml:
13605         * docs/plugins/inspect/plugin-videobalance.xml:
13606         * docs/plugins/inspect/plugin-videobox.xml:
13607         * docs/plugins/inspect/plugin-videoflip.xml:
13608         * docs/plugins/inspect/plugin-videomixer.xml:
13609         * docs/plugins/inspect/plugin-wavenc.xml:
13610         * docs/plugins/inspect/plugin-wavparse.xml:
13611         * docs/plugins/inspect/plugin-ximagesrc.xml:
13612           Update to CVS version.
13613           
13614 2006-08-16  Wim Taymans  <wim@fluendo.com>
13615
13616         * gst/rtp/gstrtpamrdepay.c:
13617         * gst/rtp/gstrtpmp4gdepay.c:
13618         Caps extra properties must be defined as strings for
13619         depayloaders because they are generated from an SDP.
13620
13621         * gst/rtp/Makefile.am:
13622         * gst/rtp/gstrtp.c: (plugin_init):
13623         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13624         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13625         (gst_rtp_h264_depay_finalize), (decode_base64),
13626         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13627         (gst_rtp_h264_depay_set_property),
13628         (gst_rtp_h264_depay_get_property),
13629         (gst_rtp_h264_depay_change_state),
13630         (gst_rtp_h264_depay_plugin_init):
13631         * gst/rtp/gstrtph264depay.h:
13632         Added basic, not completely functional RFC 3984 H264 depayloader.
13633
13634 2006-08-16  Wim Taymans  <wim@fluendo.com>
13635
13636         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13637         Add pads after setting them up.
13638
13639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13640         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13641         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13642         (gst_rtspsrc_stream_setup_rtp),
13643         (gst_rtspsrc_stream_configure_transport),
13644         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13645         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13646         (gst_rtspsrc_pause):
13647         * gst/rtsp/gstrtspsrc.h:
13648         Fix interleaved mode.
13649          - Protect streaming with lock.
13650          - Combine flows
13651          - set caps on outgoing buffers.
13652          - strip trailing \0 from data packets.
13653          - Configure RTP/RTCP in stream.
13654         Use DEBUG_OBJECT more.
13655
13656 2006-08-16  Wim Taymans  <wim@fluendo.com>
13657
13658         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13659         Turn a g_print into a DEBUG line.
13660
13661 2006-08-13  Wim Taymans  <wim@fluendo.com>
13662
13663         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13664         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13665         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13666         (gst_oss_mixer_element_get_property),
13667         (gst_oss_mixer_element_change_state):
13668         * sys/oss/gstossmixerelement.h:
13669         Small cleanups. Better error reporting.
13670         Add device property for the mixer instead of the hardcoded
13671         /dev/mixer. Fixes #350785.
13672         API: GstOssMixerElement::device property
13673
13674 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         Patch by: Jens Granseuer <jensgr at gmx net>
13677
13678         * gconf/Makefile.am:
13679           Make --disable-schemas work right (they still need
13680           to be copied to the installation directory, just not
13681           applied). Fixes #351347 (also #344100).
13682           
13683 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13684
13685         * configure.ac: back to HEAD
13686
13687 === release 0.10.4 ===
13688
13689 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13690
13691         * configure.ac:
13692           releasing 0.10.4, "Dear Leader"
13693
13694 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13695
13696         Patch by: Edward Hervey <edward@fluendo.com>
13697
13698         * configure.ac:
13699         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13700         (gst_wavparse_stream_data):
13701         Send the newsegment event in the streaming thread.
13702         Fixes #347529
13703
13704 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13705
13706         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13707         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13708         (gst_smokeenc_resync), (gst_smokeenc_chain):
13709           Refuse sink caps in the encoder if width or height is not a
13710           multiple of 16, the encoder does not support that yet (#349939);
13711           along the same lines, check the return value of the encoder
13712           setup function; also remove some debug log clutter.
13713
13714 2006-08-04  Andy Wingo  <wingo@pobox.com>
13715
13716         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13717         whether a processor can work in place or not, and for keeping
13718         track of its state. Change the FlowReturn instance variable from
13719         "state" to "flow_state", all callers changed.
13720
13721         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13722         (gst_signal_processor_start, gst_signal_processor_stop)
13723         (gst_signal_processor_cleanup): New functions to manage the
13724         processor's state.
13725         (gst_signal_processor_setcaps): start() as well as setup() here.
13726         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13727         (gst_signal_processor_change_state): Stop and cleanup the
13728         processor as we go to NULL.
13729
13730         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13731         INPLACE_BROKEN is not set.
13732
13733         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13734         Do the alloc_buffer in bytes, not frames.
13735         
13736 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13737
13738         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13739         Fix rgb masks when recording in < 24bpp.
13740
13741 2006-08-04  Andy Wingo  <wingo@pobox.com>
13742
13743         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13744         (gst_signal_processor_prepare)
13745         (gst_signal_processor_update_inputs)
13746         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13747         (gst_signal_processor_flush)
13748         (gst_signal_processor_sink_activate_push)
13749         (gst_signal_processor_src_activate_pull)
13750         (gst_signal_processor_change_state): Remove the last of the code
13751         that assumes that we process whole buffers at a time. Fix some
13752         debugging. Seems to work now in some cases.
13753         (gst_signal_processor_src_activate_pull): BPB
13754
13755 2006-08-01  Andy Wingo  <wingo@pobox.com>
13756
13757         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13758         Fix nframes-choosing.
13759         (gst_signal_processor_init): Init pending_in and pending_out.
13760
13761         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13762         more default sample rate, although we never check that the sample
13763         rate actually gets set. Something for the future.
13764         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13765         (gst_signal_processor_event): Refcount fixen.
13766         (gst_signal_processor_process): Pull the number of frames to
13767         process from the sizes of the buffers in the input pens.
13768         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13769         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13770         it instead of buffer_frames.
13771         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13772         to do_pulls.
13773         (gst_signal_processor_chain)
13774         (gst_signal_processor_sink_activate_push)
13775         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13776
13777         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13778
13779 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13780
13781         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13782         (gst_signal_processor_process):
13783           don't query buffer-frames from caps, add lots of debug-log,
13784           try fix for assert (#349189)
13785
13786 2006-07-31  Wim Taymans  <wim@fluendo.com>
13787
13788         * gst/udp/gstudpsrc.c:
13789         Fix docs.
13790
13791 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13792
13793         * ext/ladspa/gstsignalprocessor.c:
13794         (gst_signal_processor_add_pad_from_template),
13795         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13796         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13797         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13798         (gst_signal_processor_sink_activate_push),
13799         (gst_signal_processor_src_activate_pull),
13800         (gst_signal_processor_change_state):
13801          Add debugs logs here and there, add more error handling, add some
13802          FIXME comments, filed #349189
13803
13804 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13805
13806         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13807         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13808         Set caps on buffer correctly.  Fixes bug #349155.
13809
13810 2006-07-28  Wim Taymans  <wim@fluendo.com>
13811
13812         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13813
13814         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13815         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13816         (gst_multipart_demux_finalize), (get_line_end),
13817         (multipart_parse_header), (multipart_find_boundary),
13818         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13819         (gst_multipart_set_property), (gst_multipart_get_property):
13820         Uses GstAdapter instead of own buffering.
13821         Actually parses the mime-type correctly (In tests the mime-type was
13822         always "" with the old version).
13823         Uses the Content-length header if available to speed up things.
13824         Reliably autoscans the boundary name by default.
13825         Fixes #349068.
13826
13827         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13828         Don't start the stream with a \n.
13829
13830 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13831
13832         Patch by: Brian Cameron <brian dot cameron at sun com>
13833
13834         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13835           Open source with O_NONBLOCK (#349015).
13836
13837 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13838
13839         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13840         (gst_avi_demux_massage_index):
13841         * gst/avi/gstavidemux.h:
13842           Whitespace fixes and more debug
13843
13844 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13845
13846         * gst/autodetect/gstautoaudiosink.c:
13847         (gst_auto_audio_sink_create_element_with_pretty_name),
13848         (gst_auto_audio_sink_find_best),
13849         (gst_auto_audio_sink_change_state):
13850           Get rid of old and unused magic sound-server properties stuff.
13851           Add suffix to child sink's name that makes it easy to see from
13852           the name alone which type it actually is (alsa, oss, esd, etc.).
13853
13854 2006-07-27  Wim Taymans  <wim@fluendo.com>
13855
13856         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13857         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13858         (gst_udpsrc_start):
13859         * gst/udp/gstudpsrc.h:
13860         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13861         not some sort of feature we enable.
13862
13863 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13864
13865         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13866           Use CLOSE_SOCKET() here instead of close() to maintain
13867           win32 workiness.
13868
13869 2006-07-27  Wim Taymans  <wim@fluendo.com>
13870
13871         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13872
13873         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13874         (gst_udpsrc_create), (gst_udpsrc_set_property),
13875         (gst_udpsrc_get_property), (gst_udpsrc_start):
13876         * gst/udp/gstudpsrc.h:
13877         Added "buffer-size" property to control the kernel receive buffer size.
13878         Update documentation.
13879         Small cleanups. Fixes #348752.
13880         API: buffer-size property
13881
13882 2006-07-26  Wim Taymans  <wim@fluendo.com>
13883
13884         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13885
13886         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13887         (gst_rtp_pcma_pay_handle_buffer):
13888         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13889         (gst_rtp_pcmu_pay_handle_buffer):
13890         Fix timestamp calculation on outgoing RTP packets.
13891         Fixes #348675.
13892
13893 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * ext/taglib/gstid3v2mux.cc:
13896           Fix writing of comment frames (should be COMM not TCOM),
13897           is still sub-optimal though, since we don't retain or
13898           extract the comment descriptions properly (#334375,
13899           also see #334375).
13900
13901 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13902
13903         * gst/wavparse/gstwavparse.c:
13904           #define 'fact' RIFF chunk if we are not compiling against
13905           -base CVS (we don't want to depend on -base CVS for this
13906           one define only, and also not for release order reasons).
13907
13908 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13909
13910         * ext/taglib/gstid3v2mux.cc:
13911           Handle multiple tags of the same type properly. Re-inject
13912           unparsed ID3v2 frames that we get as binary blobs from
13913           id3demux into the tag again so we don't lose information
13914           when retagging (#334375).
13915
13916 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13919           Document newly-added properties properly, so that there is a
13920           'Since: 0.10.4' in the plugin docs. Convert some property
13921           names into canonical GObject style (GObject will do that
13922           internally anyway).
13923
13924 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * gst/id3demux/id3tags.c:
13927         (id3demux_add_id3v2_frame_blob_to_taglist):
13928           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13929           well, and add the version to the blob's buffer caps, since that
13930           information will be needed for deserialisation later on (#348644).
13931
13932 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13933
13934         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13935         (gst_avi_demux_parse_stream):
13936          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13937          indentation and spacing.
13938
13939 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13940
13941         * docs/plugins/Makefile.am:
13942         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13943         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13944         * docs/plugins/gst-plugins-good-plugins.args:
13945         * docs/plugins/inspect/plugin-1394.xml:
13946         * docs/plugins/inspect/plugin-aasink.xml:
13947         * docs/plugins/inspect/plugin-alaw.xml:
13948         * docs/plugins/inspect/plugin-alpha.xml:
13949         * docs/plugins/inspect/plugin-alphacolor.xml:
13950         * docs/plugins/inspect/plugin-annodex.xml:
13951         * docs/plugins/inspect/plugin-apetag.xml:
13952         * docs/plugins/inspect/plugin-auparse.xml:
13953         * docs/plugins/inspect/plugin-autodetect.xml:
13954         * docs/plugins/inspect/plugin-avi.xml:
13955         * docs/plugins/inspect/plugin-cacasink.xml:
13956         * docs/plugins/inspect/plugin-cairo.xml:
13957         * docs/plugins/inspect/plugin-cdio.xml:
13958         * docs/plugins/inspect/plugin-cutter.xml:
13959         * docs/plugins/inspect/plugin-debug.xml:
13960         * docs/plugins/inspect/plugin-dv.xml:
13961         * docs/plugins/inspect/plugin-efence.xml:
13962         * docs/plugins/inspect/plugin-effectv.xml:
13963         * docs/plugins/inspect/plugin-esdsink.xml:
13964         * docs/plugins/inspect/plugin-flac.xml:
13965         * docs/plugins/inspect/plugin-flxdec.xml:
13966         * docs/plugins/inspect/plugin-gconfelements.xml:
13967         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13968         * docs/plugins/inspect/plugin-goom.xml:
13969         * docs/plugins/inspect/plugin-halelements.xml:
13970         * docs/plugins/inspect/plugin-icydemux.xml:
13971         * docs/plugins/inspect/plugin-id3demux.xml:
13972         * docs/plugins/inspect/plugin-jpeg.xml:
13973         * docs/plugins/inspect/plugin-level.xml:
13974         * docs/plugins/inspect/plugin-matroska.xml:
13975         * docs/plugins/inspect/plugin-mulaw.xml:
13976         * docs/plugins/inspect/plugin-multipart.xml:
13977         * docs/plugins/inspect/plugin-navigationtest.xml:
13978         * docs/plugins/inspect/plugin-ossaudio.xml:
13979         * docs/plugins/inspect/plugin-png.xml:
13980         * docs/plugins/inspect/plugin-rtp.xml:
13981         * docs/plugins/inspect/plugin-rtsp.xml:
13982         * docs/plugins/inspect/plugin-shout2send.xml:
13983         * docs/plugins/inspect/plugin-smpte.xml:
13984         * docs/plugins/inspect/plugin-speex.xml:
13985         * docs/plugins/inspect/plugin-udp.xml:
13986         * docs/plugins/inspect/plugin-videobalance.xml:
13987         * docs/plugins/inspect/plugin-videobox.xml:
13988         * docs/plugins/inspect/plugin-videoflip.xml:
13989         * docs/plugins/inspect/plugin-videomixer.xml:
13990         * docs/plugins/inspect/plugin-wavenc.xml:
13991         * docs/plugins/inspect/plugin-wavparse.xml:
13992         * docs/plugins/inspect/plugin-ximagesrc.xml:
13993           Update files to CVS/Prerelease version, add esdsink docs.
13994
13995         * ext/esd/esdsink.c:
13996           Add gtk-doc blurb.
13997
13998         * gst/rtp/gstrtpmp4vpay.c:
13999           Fix typo in element description.
14000
14001 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14002
14003         * ext/esd/esdsink.c: (gst_esdsink_open),
14004         (gst_esdsink_factory_init):
14005           Prevent libesd from auto-spawning a sound daemon if it
14006           is not already running. Now that we don't do evil stuff
14007           like that any longer we can give esdsink a rank so that
14008           autoaudiosink will try it as well if all other audio
14009           sinks fail (#343051).
14010
14011 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * ext/esd/Makefile.am:
14014           Oops, need to remove README from EXTRA_DIST as well.
14015
14016 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14017
14018         * ext/esd/README:
14019           Remove, it contains nothing useful anyway.
14020
14021         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14022         (gst_esdsink_delay):
14023           Some small clean-ups; use GST_BOILERPLATE etc.
14024
14025 2006-07-24  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst/law/alaw-decode.c: (alawdec_getcaps):
14028         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14029         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14030         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14031         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14032
14033 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14034
14035         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14036         (gst_wavparse_other), (gst_wavparse_perform_seek),
14037         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14038         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14039         (gst_wavparse_pad_query):
14040         * gst/wavparse/gstwavparse.h:
14041           Use information from 'fact' chunk for length calculation of compressed
14042           samples. Calculate bps if bogus value is found in wav header (embeded
14043           mp2/mp3).
14044           
14045
14046 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14047
14048         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14049
14050         * configure.ac:
14051         * gst/udp/Makefile.am:
14052         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14053         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14054         * gst/udp/gstdynudpsink.h:
14055         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14056         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14057         * gst/udp/gstmultiudpsink.h:
14058         * gst/udp/gstudp.c: (plugin_init):
14059         * gst/udp/gstudpsink.h:
14060         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14061         (gst_udpsrc_start), (gst_udpsrc_stop):
14062         * gst/udp/gstudpsrc.h:
14063         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14064         (gst_udp_net_utils_win32_wsa_startup):
14065         * gst/udp/gstudpnetutils.h:
14066           Port udp plugin to win32 (#345288).
14067
14068 2006-07-24  Wim Taymans  <wim@fluendo.com>
14069
14070         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14071         Remove unwanted DEBUG line.
14072
14073 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * gst/id3demux/gstid3demux.c: (plugin_init):
14076         * gst/id3demux/id3tags.c:
14077         (id3demux_add_id3v2_frame_blob_to_taglist):
14078         * gst/id3demux/id3tags.h:
14079           On second thought, it might be wiser and more efficient
14080           not to do tag registration from a streaming thread.
14081
14082 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * gst/id3demux/id3tags.c:
14085         (id3demux_add_id3v2_frame_blob_to_taglist),
14086         (id3demux_id3v2_frames_to_tag_list):
14087           Put ID3v2 frames we can't parse as binary blobs into private
14088           tags, so that they are not lost when retagging, at least once
14089           id3v2mux has been taught to re-inject those frames again.
14090           See bug #334375.
14091
14092 2006-07-21  Wim Taymans  <wim@fluendo.com>
14093
14094         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14095         (gst_avi_demux_process_next_entry):
14096         Fix some leaks.
14097
14098         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14099         Don't use \n in debug lines.
14100
14101 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14102
14103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14105           Add annodex and icydemux, cleanup the sections a bit
14106
14107 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14108
14109         Patch by: Alex Lancaster <alexl at users sourceforge net>
14110
14111         * ext/taglib/gstid3v2mux.cc:
14112           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14113           ID3v2 TSSE frames (#347898).
14114
14115 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14116
14117         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14118           Respect mpegversion for "video/mpeg" and give message in case of
14119           unhandled versions.
14120
14121 2006-07-17  Wim Taymans  <wim@fluendo.com>
14122
14123         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14124         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14125         (gst_pngdec_chain), (gst_pngdec_sink_event),
14126         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14127         (gst_pngdec_sink_activate_push):
14128         * ext/libpng/gstpngdec.h:
14129         Use statically allocated segment instead of leaking.
14130         Various cleanups.
14131         Fix flush and seek handling.
14132
14133 2006-07-16  Wim Taymans  <wim@fluendo.com>
14134
14135         * gst/rtp/Makefile.am:
14136         * gst/rtp/gstrtp.c: (plugin_init):
14137         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14138         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14139         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14140         (gst_rtp_mp4g_depay_set_property),
14141         (gst_rtp_mp4g_depay_get_property),
14142         (gst_rtp_mp4g_depay_change_state),
14143         (gst_rtp_mp4g_depay_plugin_init):
14144         * gst/rtp/gstrtpmp4gdepay.h:
14145         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14146         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14147         (gst_rtp_mp4g_pay_flush):
14148         Added simple generic mpeg4 depayloader.
14149         Fix generic mpeg4 payloader.
14150
14151 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14154           Don't try doing state changes on a NULL pointer.
14155
14156 2006-07-14  Wim Taymans  <wim@fluendo.com>
14157
14158         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14159
14160         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14161         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14162         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14163         * gst/rtp/gstrtpamrdepay.h:
14164         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14165         Fixes #321191
14166
14167 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14168
14169         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14170         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14171         Fix segfault when moving mouse pointer to the bottom right corner.
14172
14173 2006-07-12  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/rtp/Makefile.am:
14176         * gst/rtp/gstrtp.c: (plugin_init):
14177         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14178         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14179         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14180         (gst_rtp_mp2t_depay_set_property),
14181         (gst_rtp_mp2t_depay_get_property),
14182         (gst_rtp_mp2t_depay_change_state),
14183         (gst_rtp_mp2t_depay_plugin_init):
14184         * gst/rtp/gstrtpmp2tdepay.h:
14185         Added mpeg2 TS depayloader. Closing #347234.
14186
14187 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14190           Remove g_assert that shouldn't be there and was triggered
14191           after trying to open a device that doesn't exist or can't
14192           be opened for some other reason (#347972).
14193
14194 2006-07-10  Edward Hervey  <edward@fluendo.com>
14195
14196         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14197         (gst_avi_demux_stream_header), (push_tag_lists):
14198         * gst/avi/gstavidemux.h:
14199         Don't push tag events found by gst_riff_parse_info() before outputting
14200         GST_EVENT_NEWSEGMENT.
14201
14202 2006-07-10  Wim Taymans  <wim@fluendo.com>
14203
14204         * gst/rtsp/Makefile.am:
14205         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14206         (rtsp_connection_close):
14207         * gst/rtsp/rtspdefs.h:
14208         replaced closesocket and close in code with one CLOSE_SOCKET. 
14209         Some more cleanups. Fixes #345301.
14210
14211 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst/autodetect/gstautoaudiosink.c:
14214           Fix example pipeline in docs.
14215
14216 2006-07-10  Wim Taymans  <wim@fluendo.com>
14217
14218         Patch by: Rob Taylor <robtaylor at floopily dot org>
14219
14220         * gst/udp/gstmultiudpsink.c: (join_multicast),
14221         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14222         If a destination is added before the stream is set to PAUSED, the
14223         multicast group is not joined as the socket is not created yet. 
14224         Also TTL and LOOP should also be set. Fixes #346921.
14225
14226 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14227
14228         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14229         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14230         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14231         (gst_ximage_src_init):
14232         * sys/ximage/gstximagesrc.h:
14233         Fix use-damage property to actually work :)
14234         Add startx, starty, endx, endy properties so screencasts other than full
14235         screen ones can work.
14236
14237 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14238
14239         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14240         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14241         (gst_ximage_src_class_init), (gst_ximage_src_init):
14242         * sys/ximage/gstximagesrc.h:
14243         Add use_damage property to offer ability to choose whether to use
14244         XDamage or not.
14245
14246 2006-07-07  Wim Taymans  <wim@fluendo.com>
14247
14248         * gst/goom/filters.c: (zoomFilterSetResolution):
14249         Avoid goom coredumping by clearing memory. 
14250         Fixes 345679.
14251
14252 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14253
14254         * win32/vs6/libgstid3demux.dsp:
14255         Add a link to libgsttag-0.10.lib.
14256
14257 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14258
14259         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14260         (gst_tag_demux_read_range):
14261         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14262         (gst_id3demux_read_range):
14263           Don't return FLOW_UNEXPECTED when a buffer is before
14264           the start of the stream (which might happen with
14265           large ID3v2 tags if the tag reading was done pullrange
14266           based and we then switched to push mode later on).
14267           Fixes regression introduced by commit from June 29th.
14268
14269 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * ext/taglib/gstid3v2mux.cc:
14272           Make UTF-8 the default encoding when writing string
14273           tags (before, our UTF-8 strings would automatically
14274           be converted to ISO-8859-1 by taglib and written as
14275           ISO-8859-1 fields if that was possible).
14276
14277         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14278         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14279         (test_taglib_id3mux_with_tags):
14280           Add test case that makes sure our UTF-8 strings have
14281           actually been written into the tag as UTF-8.
14282
14283 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14284
14285         * configure.ac:
14286           Let's try that again.
14287
14288 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * configure.ac:
14291           Disable monoscope plugin for now until it fulfills
14292           all the requirements.
14293
14294 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14295
14296         * configure.ac:
14297         * gst/monoscope/Makefile.am:
14298         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14299         (gst_monoscope_class_init), (gst_monoscope_init),
14300         (gst_monoscope_finalize), (gst_monoscope_reset),
14301         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14302         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14303         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14304         (gst_monoscope_change_state), (plugin_init):
14305         * gst/monoscope/gstmonoscope.h:
14306           Port monoscope visualisation to 0.10.
14307
14308 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14309
14310         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14311         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14312           Return FLOW_UNEXPECTED when at the end of the file, not
14313           FLOW_ERROR. Fixes 'internal stream error' errors that
14314           would sometimes occur in totem when scrubbing to the
14315           end of an ID3v1 tagged mp3 file.
14316
14317 2006-07-03  Edward Hervey  <edward@fluendo.com>
14318
14319         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14320         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14321         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14322         * ext/libpng/gstpngdec.h:
14323         Implement buffer clipping/dropping using GstSegment.
14324         This provides accurate seeking.
14325
14326 2006-07-03  Edward Hervey  <edward@fluendo.com>
14327
14328         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14329         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14330         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14331         (gst_avi_demux_process_next_entry), (push_tag_lists),
14332         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14333         * gst/avi/gstavidemux.h:
14334         Proper aggregation of each stream's GstFlowReturn in order to figure out
14335         whether the task should stop or not.
14336         Don't send inline events before pushing out a NEW_SEGMENT, more
14337         specifically for GST_TAG_EVENT.
14338         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14339         sub-indexes.
14340
14341 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14342
14343         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14344
14345         * sys/sunaudio/gstsunaudiomixerctrl.c:
14346         (gst_sunaudiomixer_ctrl_build_list):
14347           Move "Monitor" slider to input tab so it works more like
14348           sdtaudiocontrol, which is what people on Solaris are used
14349           to using for their mixer program (#346259).
14350
14351 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14352
14353         * tests/check/elements/level.c: (GST_START_TEST):
14354           fix a leak, clean up at the end
14355
14356 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14359         (gst_matroska_demux_send_event),
14360         (gst_matroska_demux_loop_stream_parse_id):
14361         * gst/matroska/matroska-ids.h:
14362           Send tag event after newsegment event.
14363
14364 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14365
14366         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14367         (gst_id3demux_read_range):
14368           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14369           certain cases where a read beyond the end of the file is
14370           requested. Fixes #345930.
14371
14372         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14373         (gst_tag_demux_read_range):
14374           Fix same issue here as well.
14375
14376 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14377
14378         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14379         
14380         Fix hypothetical crash.
14381
14382 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14385
14386         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14387           Do not modify the ports value. If the user has turned off the
14388           built-in speakers, then we should not reset it in the prepare
14389           function, since this causes the built-in speakers to turn
14390           back on anytime the user changes a track in totem, rhythmbox,
14391           etc. (#346066).
14392
14393 2006-06-23  Wim Taymans  <wim@fluendo.com>
14394
14395         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14396         Fix double caps unref when negotiation fails.
14397
14398 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * ext/annodex/gstcmmldec.c:
14401         * ext/annodex/gstcmmlenc.c:
14402         * ext/annodex/gstcmmlparser.c:
14403         * ext/dv/gstdvdec.c:
14404         * ext/dv/gstdvdemux.c:
14405         * ext/gdk_pixbuf/pixbufscale.c:
14406         * ext/jpeg/gstjpegenc.c:
14407         * ext/jpeg/gstsmokedec.c:
14408         * ext/jpeg/gstsmokeenc.c:
14409         * ext/libpng/gstpngdec.c:
14410         * ext/libpng/gstpngenc.c:
14411         * ext/speex/gstspeexenc.c:
14412         * gst/alpha/gstalphacolor.c:
14413         * gst/cutter/gstcutter.c:
14414         * gst/debug/gstnavigationtest.c:
14415         * gst/icydemux/gsticydemux.c:
14416         * gst/level/gstlevel.c:
14417         * gst/multipart/multipart.c:
14418         * gst/rtp/gstrtpamrpay.c:
14419         * gst/rtp/gstrtpdepay.c:
14420         * gst/rtp/gstrtpilbcpay.c:
14421         * gst/rtp/gstrtpmp4gpay.c:
14422         * gst/rtp/gstrtpmp4vpay.c:
14423         * gst/rtsp/gstrtpdec.c:
14424         * gst/rtsp/gstrtspsrc.c:
14425         * gst/udp/gstdynudpsink.c:
14426         * gst/udp/gstmultiudpsink.c:
14427         * gst/udp/gstudpsrc.c:
14428         * gst/videobox/gstvideobox.c:
14429         * gst/videofilter/gstvideoflip.c:
14430           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14431           plus two minor macro fixes.
14432
14433 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14434
14435         * gst/matroska/matroska-demux.c:
14436         (gst_matroska_demux_check_subtitle_buffer),
14437         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14438         (gst_matroska_demux_subtitle_caps):
14439         * gst/matroska/matroska-ids.c:
14440         (gst_matroska_track_init_subtitle_context):
14441         * gst/matroska/matroska-ids.h:
14442           Try to fix up broken matroska files containing subtitle
14443           streams with non-UTF8 character encodings (courtesy of
14444           mkvmerge) using either the encoding specified in the
14445           GST_SUBTITLE_ENCODING environment variable or the
14446           current locale's character set if it is non-UTF8.
14447           Fixes #337076.
14448
14449 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14450
14451         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14452           Set image type from APIC frame as "image-type" field
14453           of GST_TAG_IMAGE buffer caps (#344605).
14454
14455 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * ext/flac/Makefile.am:
14458         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14459         (gst_flac_dec_reset_decoders),
14460         (gst_flac_dec_setup_seekable_decoder),
14461         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14462         (gst_flac_dec_metadata_callback),
14463         (gst_flac_dec_metadata_callback_seekable),
14464         (gst_flac_dec_metadata_callback_stream),
14465         (gst_flac_dec_error_callback),
14466         (gst_flac_dec_error_callback_seekable),
14467         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14468         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14469         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14470         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14471         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14472         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14473         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14474         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14475         (gst_flac_dec_sink_activate_push),
14476         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14477         * ext/flac/gstflacdec.h:
14478           Support chain-based operation, should make flac-over-DAAP
14479           work (#340492).
14480
14481 2006-06-20  Wim Taymans  <wim@fluendo.com>
14482
14483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14484         Doc updates, merge some unused symbols.
14485
14486 2006-06-20  Wim Taymans  <wim@fluendo.com>
14487
14488         * docs/plugins/Makefile.am:
14489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14491         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14492         * gst/rtsp/gstrtspsrc.c:
14493         * gst/rtsp/gstrtspsrc.h:
14494         Added documentation for the rtsp plugin. Fixes #345393.
14495
14496 2006-06-20  Wim Taymans  <wim@fluendo.com>
14497
14498         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14499         (rtsp_connection_close), (rtsp_connection_free):
14500         Use better G_OS_* macros. Fixes #345301 some more.
14501
14502 2006-06-20  Wim Taymans  <wim@fluendo.com>
14503
14504         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14505
14506         * sys/sunaudio/Makefile.am:
14507         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14508         * sys/sunaudio/gstsunaudiomixerctrl.c:
14509         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14510         (gst_sunaudiomixer_ctrl_list_tracks),
14511         (gst_sunaudiomixer_ctrl_get_volume),
14512         (gst_sunaudiomixer_ctrl_set_volume),
14513         (gst_sunaudiomixer_ctrl_set_mute),
14514         (gst_sunaudiomixer_ctrl_set_record):
14515         * sys/sunaudio/gstsunaudiomixerctrl.h:
14516         * sys/sunaudio/gstsunaudiomixertrack.c:
14517         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14518         * sys/sunaudio/gstsunaudiomixertrack.h:
14519         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14520         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14521         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14522         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14523         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14524         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14525         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14526         (gst_sunaudiosrc_reset):
14527         * sys/sunaudio/gstsunaudiosrc.h:
14528         Add a SunAudio source plugin.
14529         Support stereo and right/left channel gain in the mixer plugin.
14530         Support the RECORD flag so that you can switch between line-input and
14531         microphone in gnome-volume-control.
14532         Code cleanups like using an enumerator for track number instead of an 
14533         integer. Fixes #344923.
14534
14535 2006-06-20  Wim Taymans  <wim@fluendo.com>
14536
14537         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14538
14539         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14540         (rtsp_connection_close):
14541         Make RTSP plugin compile on windows. Fixes #345301.
14542         Some changes to original patch to catch errors better.
14543         use ifdef WIN32 instead of ifndef.
14544
14545 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14546
14547         * configure.ac:
14548         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14549
14550 2006-06-18  Edward Hervey  <edward@fluendo.com>
14551
14552         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14553         After a failed buffer alloc, we need to abort the jpeg decoding (it
14554         started when parsing headers to figure out how many bytes we need
14555         to request downstream).
14556
14557 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14560
14561         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14562           Make sure we don't read beyond the end of the file (#345232).
14563
14564 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * configure.ac:
14567           Fix --disable-external (can't set conditionals conditionally,
14568           #343602).
14569
14570 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14571
14572         * autogen.sh:
14573         * configure.ac:
14574         * docs/Makefile.am:
14575           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14576
14577         * docs/plugins/Makefile.am:
14578         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14579         * docs/plugins/inspect/plugin-taglib.xml:
14580           Add/fix apev2mux docs.
14581
14582 2006-06-14  Wim Taymans  <wim@fluendo.com>
14583
14584         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14585         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14586         (gst_dvdec_change_state):
14587         Reset segment info on flush.
14588         Alloc segment in _init, free in _finalize.
14589
14590         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14591         Don't send segments twice.
14592
14593 2006-06-14  Wim Taymans  <wim@fluendo.com>
14594
14595         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14596         Respect segment.stop. Fixes #342592.
14597
14598 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14601           No language specified means the implied language is English
14602           according to the matroska spec (partially fixes #344708);
14603           add some more debug output.
14604
14605 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14606
14607         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14608         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14609         (gst_wavparse_chain):
14610           When operating chain-based, don't make any assumptions about the
14611           chunking of the incoming data and make streaming work on days other
14612           than the second Thursday after a full moon. Also fix up debug
14613           messages here and there and make use of the most excellent new
14614           gst_pad_query_peer_duration() utility function.
14615           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14616
14617         * gst/wavparse/gstwavparse.h:
14618           Remove trailing comma after last enum value, some compilers don't
14619           like that.
14620
14621 2006-06-13  Wim Taymans  <wim@fluendo.com>
14622
14623         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14624         Handle premature EOS gracefully.
14625
14626 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14629           Prevent out of bounds array access when scrubbing towards
14630           the end of the file between the last index entry and the
14631           end. Fixes occasional 'start <= stop' newsegment event
14632           assertions when scrubbing in MJPEG files.
14633
14634 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * tests/check/elements/.cvsignore:
14637           And another one.
14638
14639 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14642         (scan_encoded_string), (parse_picture_frame):
14643           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14644
14645         * configure.ac:
14646           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14647           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14648
14649 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14650
14651         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14652           gratuitous comment changes
14653         * tests/check/elements/level.c: (GST_START_TEST):
14654           fix level test leaks
14655
14656 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14657
14658         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14659         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14660           Use gst_pad_query_peer_duration() utility function here.
14661
14662 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14663
14664         * autogen.sh:
14665           require am17
14666         * configure.ac:
14667         * ext/annodex/Makefile.am:
14668         * ext/cdio/Makefile.am:
14669         * ext/dv/Makefile.am:
14670         * ext/esd/Makefile.am:
14671         * ext/flac/Makefile.am:
14672         * ext/gdk_pixbuf/Makefile.am:
14673         * ext/ladspa/Makefile.am:
14674         * ext/libcaca/Makefile.am:
14675         * ext/speex/Makefile.am:
14676         * ext/taglib/Makefile.am:
14677         * sys/oss/Makefile.am:
14678         * sys/sunaudio/Makefile.am:
14679         * sys/ximage/Makefile.am:
14680           clean up build further
14681
14682 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * gconf/Makefile.am:
14685           Honour --disable-schemas-install configure option. Fixes #344100.
14686
14687 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * tests/examples/level/Makefile.am:
14690           Add -lm to LIBS for pow() function, don't assume one of our
14691           dependencies (such as libxml-2.0) drags it in automatically
14692           (#343603).
14693
14694 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14697
14698         * configure.ac:
14699           We should use $SED and not $(SED) in configure.ac (#343678).
14700
14701 2006-06-09  Wim Taymans  <wim@fluendo.com>
14702
14703         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14704
14705         * sys/sunaudio/gstsunaudiomixerctrl.c:
14706         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14707         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14708         (gst_sunaudiomixer_ctrl_set_mute):
14709         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14710         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14711         (gst_sunaudiosink_write):
14712         Attached find a patch that fixes a number of bugs with the SunAudio
14713         mixer plugin and fixes #344101:
14714         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14715            tracks onto the tracklist causing gnome-volume-control's preferences
14716            dialog to be messed up and would core dump if you checked/unchecked
14717            any item.
14718         2. We weren't previously setting the MUTE flag properly.  Fixing this
14719            makes gnome-volume-control work better.
14720         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14721            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14722            gnome-volume-control look better.
14723         Also some minor cleanup in gstsunaudiosink.c.
14724
14725 2006-06-09  Wim Taymans  <wim@fluendo.com>
14726
14727         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14728         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14729         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14730         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14731         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14732         * ext/jpeg/gstjpegdec.h:
14733         API: Added IDCT method property
14734         Small cleanups.
14735         Avoid dynamic allocation of trivial fixed structure.
14736         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14737
14738 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14739
14740         * configure.ac:
14741         We now require libraw1394 >= 1.1.0 and that version onwards all
14742         have .pc files.
14743
14744 2006-06-02  Edward Hervey  <edward@fluendo.com>
14745
14746         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14747         Trying to get items from an ANY or EMPTY caps is ... stupid.
14748
14749 2006-06-02  Edward Hervey  <edward@fluendo.com>
14750
14751         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14752         (gst_dvdec_chain), (gst_dvdec_change_state):
14753         * ext/dv/gstdvdec.h:
14754         Added GstSegment handling, now implements dropping/clipping.
14755
14756 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14757
14758         * ext/aalib/gstaasink.h:
14759         * ext/annodex/gstcmmldec.h:
14760         * ext/cairo/gsttimeoverlay.h:
14761         * ext/dv/gstdvdec.h:
14762         * ext/dv/gstdvdemux.h:
14763         * ext/esd/esdmon.h:
14764         * ext/esd/esdsink.h:
14765         * ext/flac/gstflacenc.h:
14766         * ext/gconf/gstgconfaudiosink.h:
14767         * ext/gconf/gstgconfaudiosrc.h:
14768         * ext/gconf/gstgconfvideosink.h:
14769         * ext/gconf/gstgconfvideosrc.h:
14770         * ext/gdk_pixbuf/gstgdkanimation.h:
14771         * ext/gdk_pixbuf/pixbufscale.h:
14772         * ext/hal/gsthalaudiosink.h:
14773         * ext/hal/gsthalaudiosrc.h:
14774         * ext/jpeg/gstjpegenc.h:
14775         * ext/jpeg/gstsmokedec.h:
14776         * ext/jpeg/gstsmokeenc.h:
14777         * ext/libcaca/gstcacasink.h:
14778         * ext/libmng/gstmngdec.h:
14779         * ext/libmng/gstmngenc.h:
14780         * ext/libpng/gstpngdec.h:
14781         * ext/libpng/gstpngenc.h:
14782         * ext/raw1394/gstdv1394src.h:
14783         * ext/speex/gstspeexenc.h:
14784         * gst/autodetect/gstautoaudiosink.h:
14785         * gst/autodetect/gstautovideosink.h:
14786         * gst/avi/gstavidemux.h:
14787         * gst/cutter/gstcutter.h:
14788         * gst/debug/efence.h:
14789         * gst/debug/gstnavigationtest.h:
14790         * gst/debug/gstnavseek.h:
14791         * gst/flx/gstflxdec.h:
14792         * gst/goom/gstgoom.h:
14793         * gst/icydemux/gsticydemux.h:
14794         * gst/id3demux/gstid3demux.h:
14795         * gst/law/alaw-decode.h:
14796         * gst/law/alaw-encode.h:
14797         * gst/law/mulaw-decode.h:
14798         * gst/law/mulaw-encode.h:
14799         * gst/matroska/matroska-mux.h:
14800         * gst/median/gstmedian.h:
14801         * gst/oldcore/gstaggregator.h:
14802         * gst/oldcore/gstfdsink.h:
14803         * gst/oldcore/gstmd5sink.h:
14804         * gst/oldcore/gstmultifilesrc.h:
14805         * gst/oldcore/gstpipefilter.h:
14806         * gst/oldcore/gstshaper.h:
14807         * gst/oldcore/gststatistics.h:
14808         * gst/rtp/gstasteriskh263.h:
14809         * gst/rtp/gstrtpL16depay.h:
14810         * gst/rtp/gstrtpL16pay.h:
14811         * gst/rtp/gstrtpamrdepay.h:
14812         * gst/rtp/gstrtpamrpay.h:
14813         * gst/rtp/gstrtpdepay.h:
14814         * gst/rtp/gstrtpgsmdepay.h:
14815         * gst/rtp/gstrtpgsmpay.h:
14816         * gst/rtp/gstrtph263pay.h:
14817         * gst/rtp/gstrtph263pdepay.h:
14818         * gst/rtp/gstrtph263ppay.h:
14819         * gst/rtp/gstrtpmp4gpay.h:
14820         * gst/rtp/gstrtpmp4vdepay.h:
14821         * gst/rtp/gstrtpmp4vpay.h:
14822         * gst/rtp/gstrtpmpadepay.h:
14823         * gst/rtp/gstrtpmpapay.h:
14824         * gst/rtp/gstrtppcmadepay.h:
14825         * gst/rtp/gstrtppcmapay.h:
14826         * gst/rtp/gstrtppcmudepay.h:
14827         * gst/rtp/gstrtppcmupay.h:
14828         * gst/rtp/gstrtpspeexdepay.h:
14829         * gst/rtp/gstrtpspeexpay.h:
14830         * gst/rtsp/gstrtpdec.h:
14831         * gst/rtsp/gstrtspsrc.h:
14832         * gst/smpte/gstsmpte.h:
14833         * gst/udp/gstdynudpsink.h:
14834         * gst/udp/gstmultiudpsink.h:
14835         * gst/udp/gstudpsink.h:
14836         * gst/udp/gstudpsrc.h:
14837         * gst/videofilter/gstvideobalance.h:
14838         * gst/videofilter/gstvideoflip.h:
14839         * sys/oss/gstossdmabuffer.h:
14840         * sys/oss/gstossmixerelement.h:
14841         * sys/oss/gstosssink.h:
14842         * sys/oss/gstosssrc.h:
14843         * sys/osxvideo/osxvideosink.h:
14844         * sys/sunaudio/gstsunaudiomixer.h:
14845         * sys/sunaudio/gstsunaudiosink.h:
14846         * sys/ximage/gstximagesrc.h:
14847         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14848
14849 2006-05-31  Wim Taymans  <wim@fluendo.com>
14850
14851         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14852         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14853         (gst_goom_src_setcaps), (gst_goom_src_event),
14854         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14855         (gst_goom_change_state):
14856         * gst/goom/gstgoom.h:
14857         Handle QoS.
14858         Handle flushing, discont and events.
14859         Fix timestamps and various other cleanups.
14860
14861 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14862
14863         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14864         Fix bus reset when using libiec61883
14865
14866 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14867
14868         * configure.ac:
14869         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14870         * ext/raw1394/Makefile.am:
14871         Add CFLAGS.
14872         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14873         New method, to receive using libiec61883.
14874         (gst_dv1394src_iso_receive),
14875         #ifdef'd out if libiec61883 is present.
14876         (gst_dv1394src_bus_reset),
14877         Get userdata correctly if using libiec61883. 
14878         (gst_dv1394src_create),
14879         When using libiec61883, only poll one fd and no need to read.
14880         (gst_dv1394src_discover_avc_node),
14881         Replace g_warnings.
14882         (gst_dv1394src_start),
14883         Create new handle when we know which dv port.  More reliable
14884         than setting port on an existing handle.  Initialise libiec61883.
14885         (gst_dv1394src_stop):
14886         If using libiec61883, then cleanup its handle properly.
14887         * ext/raw1394/gstdv1394src.h:
14888         Add libiec61883 handle.
14889
14890 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14891
14892         * gst/avi/gstavidemux.c:
14893           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14894         * win32/MANIFEST:
14895           sort file listing
14896         * win32/vs6/libgstavi.dsp:
14897           add gstavimux.c to the project
14898         * win32/vs6/libgstid3demux.dsp:
14899           add link to zlib library
14900         * win32/vs6/libgstmatroska.dsp:
14901           add matroska-ids.c to the project
14902
14903 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         Patch by: Sebastian Dröge  <mail at slomosnail de >
14906
14907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14909         * ext/taglib/Makefile.am:
14910         * ext/taglib/gstapev2mux.cc:
14911         * ext/taglib/gstapev2mux.h:
14912         * ext/taglib/gstid3v2mux.cc:
14913         * ext/taglib/gsttaglibmux.c: (plugin_init):
14914         * ext/taglib/gsttaglibmux.h:
14915           Add apev2mux element (#343122).
14916         
14917         * tests/check/Makefile.am:
14918         * tests/check/elements/apev2mux.c:
14919         (test_taglib_apev2mux_create_tags),
14920         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14921         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14922         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14923         (apev2mux_suite), (main):
14924           Add unit test for apev2mux element.
14925
14926 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14927
14928         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14929         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14930         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14931           GST_PTR_FORMAT should be used to print caps in debug statements.
14932
14933 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14936
14937         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14938         (ape_demux_parse_tags):
14939           Some clean-ups and additions: map APE 'file' tag to
14940           GST_TAG_LOCATION (#343123); add support for extracting
14941           the track count and clean up parsing a bit (#343127).
14942
14943 2006-05-28  Edward Hervey  <edward@fluendo.com>
14944
14945         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14946         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14947
14948 2006-05-28  Edward Hervey  <edward@fluendo.com>
14949
14950         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14951         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14952         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14953         * ext/jpeg/gstjpegdec.h:
14954         Clip outgoing buffers according to currently configured segment.
14955
14956 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14957
14958         * ext/taglib/gstid3v2mux.cc:
14959           Handle  writing of track-count or album-volume-count without
14960           track-number or albume-volume-number (in this case the number
14961           will just be set to 0).
14962
14963         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14964           It would be nice if we actually checked the values received for
14965           track/album-volume number/count in  _check_tags(), rather than
14966           setting them again ...
14967
14968 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14969
14970         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14971           A track/volume number or count of 0 does not make sense,
14972           just ignore it along with negative numbers (a tag might
14973           only contain a track count without a track number).
14974
14975 2006-05-27  Edward Hervey  <edward@fluendo.com>
14976
14977         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14978         (gst_jpeg_dec_sink_event):
14979         Abort decompression when receiving FLUSH_STOP. This should avoid
14980         issues when interrupting decoding with flushes.
14981
14982 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14983
14984         * ext/flac/gstflac.c:
14985           Don't #include file we don't dist any longer.
14986
14987 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         * README:
14990           Replace current README (containing the release notes from
14991           some 0.9.x version) with a proper README taken from the core.
14992
14993 2006-05-24  Wim Taymans  <wim@fluendo.com>
14994
14995         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14996         Implement EOS correctly by either posting
14997         SEGMENT_DONE or pushing an EOS message depending
14998         on the seek type. Fixes #342592
14999
15000 2006-05-24  Wim Taymans  <wim@fluendo.com>
15001
15002         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15003         * gst/law/alaw-decode.h:
15004         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15005         * gst/law/alaw-encode.h:
15006         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15007         * gst/law/mulaw-decode.h:
15008         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15009         * gst/law/mulaw-encode.h:
15010         Some cleanups in the chain functions.
15011         Remove some GStreamer 0.0.2 bits.
15012
15013 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15014
15015         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15016
15017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15018           gst_collect_pads_stop() needs to be called before chaining up
15019           to the parent class (#342734).
15020
15021 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15022
15023         * ext/flac/Makefile.am:
15024         * ext/flac/flac_compat.h:
15025         * ext/flac/gstflac.c:
15026         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15027         * ext/flac/gstflacenc.c:
15028           Remove backwards compatibility cruft for dealing with FLAC API
15029           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15030
15031 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15034         (gst_matroska_demux_push_xiph_codec_priv_data),
15035         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15036         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15037         * gst/matroska/matroska-ids.h:
15038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15039         (gst_matroska_mux_video_pad_setcaps),
15040         (xiph3_streamheader_to_codecdata),
15041         (vorbis_streamheader_to_codecdata),
15042         (theora_streamheader_to_codecdata),
15043         (gst_matroska_mux_audio_pad_setcaps),
15044         (gst_matroska_mux_write_data):
15045           Add support for muxing/demuxing theora video (#342448; too bad
15046           none of the usual linux players can actually play this). Playback
15047           in GStreamer will require additional changes to theoradec in -base.
15048           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15049           cleanups.
15050
15051 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15054         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15055           Fix crashes when the horizontal subsampling is 1.
15056           Fixes #342097.
15057
15058 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15059
15060         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15061
15062         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15063         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15064         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15065         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15066         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15067         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15068         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15069         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15070         (gst_avi_mux_change_state):
15071         * gst/avi/gstavimux.h:
15072           Some enhancements for avimux (#342526):
15073            - add odml (large file) index support
15074            - store codec init data (e.g. huffyuv)
15075            - miscellaneous other fixes/cleanups
15076
15077 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15078
15079         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15080         Don't output any tag when we encounter a negative track number - the
15081         tag type is uint, so we end up outputting huge positive numbers
15082         instead. (Fixes: #342029)
15083
15084 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15085
15086         * configure.ac:
15087           update for new GSTPB_PLUGINS_DIR
15088
15089 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15090
15091         * rtp/gst/gstrtph263pay.c:
15092         Properly set static caps for H263 at 34.
15093
15094 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15095
15096         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15097
15098         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15099           Merge event tags and tag setter tags correctly (#339918). Also,
15100           don't leak taglist in case of an error.
15101           
15102 2006-05-17  Edward Hervey  <edward@fluendo.com>
15103
15104         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15105         We can only do caps intersection if the othercaps are non-empty and not
15106         ANY. Else we return the pad template (base_caps).
15107
15108 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15109
15110         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15111           Fix crash when outputting debugging information for certain
15112           pictures (always good to use the right struct member for
15113           the number of records in an array).
15114
15115 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15118
15119         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15120         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15121         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15122         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15123         (gst_ebml_read_float), (gst_ebml_read_ascii),
15124         (gst_ebml_read_binary):
15125           Don't create unnecessary sub-buffers all the time. Dramatically
15126           improves performance with multiple concurrently running
15127           matroskademux instances (#341818) (and avoids doing
15128           unnecessarily inefficient things in the general case).
15129
15130 2006-05-16  Edward Hervey  <edward@fluendo.com>
15131
15132         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15133         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15134         return value of gst_pad_push_event().
15135
15136 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15137
15138         * gst/autodetect/gstautoaudiosink.c:
15139         (gst_auto_audio_sink_find_best):
15140         * gst/autodetect/gstautovideosink.c:
15141         (gst_auto_video_sink_find_best):
15142         Make the name of the child element be based on the name of the
15143         parent, so that debug output is more useful.
15144         
15145         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15146         (parse_insert_string_field), (parse_split_strings):
15147         Rework string parsing to always walk over BOM markers in UTF16
15148         strings, using the endianness indicated by the innermost one,
15149         then trying the opposite endianness if that fails to convert
15150         to valid UTF-8. Fixes #341774
15151
15152 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15153
15154         Patch from: Matthieu <matthieu at fluendo dot com>
15155
15156         * ext/libpng/Makefile.am:
15157         Add LIBPNG_CFLAGS.
15158
15159 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15160
15161         * ext/taglib/gstid3v2mux.cc:
15162           Add support for writing images (APIC frames) into ID3v2
15163           tags (picture type always set to 'other' for now though).
15164
15165 2006-05-14  Michael Smith  <msmith@fluendo.com>
15166
15167         * gst/wavparse/gstwavparse.c:
15168           Update docs; wavparse implements push and pull modes.
15169
15170 2006-05-12  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15173         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15174         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15175         Ooops, bitten by the copy-and-paste design paradigm, fixes
15176         seek again.
15177
15178 2006-05-12  Wim Taymans  <wim@fluendo.com>
15179
15180         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15181         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15182         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15183         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15184         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15185         (gst_avi_demux_massage_index),
15186         (gst_avi_demux_calculate_durations_from_index),
15187         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15188         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15189         (gst_avi_demux_loop):
15190         * gst/avi/gstavidemux.h:
15191         Some cleanups, prepare to use GstSegment.
15192         Fix error in entry walking code.
15193         Fix VBR detection.
15194         Smarter timestamp calculation code.
15195         Uniform error/eos handling.
15196
15197 2006-05-12  Michael Smith  <msmith@fluendo.com>
15198
15199         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15200         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15201           Fix use of uninitialised values if we're NOT seeking in ready.
15202           Fix typos.
15203
15204 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15205
15206         * gst/wavparse/Makefile.am:
15207           Add CFLAGS and LIBS for libgstbase, fixes build on
15208           Cygwin (#341489).
15209
15210 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15211
15212         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15213           Some more debug info. No need to check whether the string
15214           returned by g_convert() is really UTF-8 - either it is or
15215           we get NULL returned.
15216
15217 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15218
15219         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15220           Fix parsing of numeric genre strings some more, by ensuring that
15221           we only try and parse strings that a) Start with '(' and b) Consist
15222           only of digits.
15223           Also, when finding an escaping '((' sequence, bust it back to '(' by
15224           swallowing the first parenthesis
15225
15226 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15229         (gst_esdsink_open), (gst_esdsink_close):
15230         * ext/esd/esdsink.h:
15231           Move the esd_get_server_info() into gst_esdsink_open() and fail
15232           with a decent error message on errors.
15233
15234 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15237         (gst_esdmon_channels_get_type):
15238         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15239         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15240         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15241         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15242         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15243         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15244         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15245         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15246         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15247         * gst/videomixer/videomixer.c:
15248         (gst_video_mixer_background_get_type):
15249           Const-ify GEnumValue arrays.
15250
15251 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15252
15253         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15254
15255         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15256         (gst_avi_mux_do_video_buffer):
15257           Work around gst_buffer_make_metadata_writable() bug that
15258           results in avimux marking all frames in the index as
15259           keyframes (#340859).
15260           
15261 2006-05-08  Wim Taymans  <wim@fluendo.com>
15262
15263         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15264         Make parsing of urls suck slightly less.
15265
15266 2006-05-08  Edward Hervey  <edward@fluendo.com>
15267
15268         * autogen.sh: (CONFIGURE_DEF_OPT): 
15269         libtoolize on Darwin/MacOSX is called glibtoolize.
15270
15271 2006-05-08  Wim Taymans  <wim@fluendo.com>
15272
15273         Patch by: Jens Granseuer <jensgr at gmx dot net>
15274
15275         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15276         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15277         C89 compliance fixes. Fixes #340980
15278
15279 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15282         * ext/flac/gstflacdec.h:
15283           Handle segment seeks that include the end of the file as stop point
15284           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15285           message instead of an EOS event in case we're in segment seek
15286           mode (fixes #340699).
15287           
15288 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15289
15290         * ext/cairo/gsttextoverlay.c:
15291         * ext/flac/gstflacdec.c:
15292         * ext/gdk_pixbuf/pixbufscale.c:
15293         * gst/apetag/gstapedemux.c:
15294         * gst/debug/breakmydata.c:
15295         * gst/debug/testplugin.c:
15296         * gst/matroska/ebml-write.c:
15297         * gst/multipart/multipartdemux.c:
15298         * sys/osxaudio/gstosxaudiosink.c:
15299         * sys/osxaudio/gstosxaudiosrc.c:
15300         Add semicolons after GST_BOILERPLATE[_FULL] so that
15301         indent doesn't mess up following lines.
15302
15303 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15304
15305         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15306
15307         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15308           Don't leak caps when freeing the stream context (#340623).
15309
15310 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15311
15312         * configure.ac:
15313           Back to CVS
15314
15315 === release 0.10.3 ===
15316
15317 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15318
15319         * configure.ac:
15320           releasing 0.10.3, "Desplazado"
15321
15322 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         * gst/matroska/matroska-mux.c:
15325         (gst_matroska_mux_stream_is_vorbis_header),
15326         (gst_matroska_mux_write_data):
15327           Don't strcmp() NULL strings.
15328           Only start new clusters on video keyframes, not on any
15329           random audio buffer that doesn't have the DELTA_UNIT
15330           flag set (fixes 'make check' again).
15331
15332 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15335
15336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15337         (gst_matroska_mux_stream_is_vorbis_header),
15338         (gst_matroska_mux_write_data):
15339           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15340           value and then dead-lock when muxing vorbis audio streams
15341           (the three vorbis header buffers carry no timestamp, and it
15342           would try to mux these after all video buffers). Fixes #340346.
15343
15344           Improve clustering: start a new cluster also whenever we get
15345           a keyframe.     
15346
15347 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15348
15349         * win32/common/config.h:
15350         * win32/MANIFEST
15351           add the generated file as well
15352
15353 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15354
15355         * Makefile.am:
15356         * configure.ac:
15357         * win32/common/config.h.in:
15358           add win32 stuff
15359
15360 2006-05-03  Michael Smith  <msmith@fluendo.com>
15361
15362         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15363           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15364           SUCKS.
15365
15366 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15367
15368         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15369         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15370         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15371           don't leak caps-string
15372
15373 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15376         (gst_id3demux_sink_activate):
15377           Let core insert default error message for TYPE_NOT_FOUND
15378           errors, it's just as good as our own and has the added
15379           bonus of being translated.
15380
15381 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15382
15383         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15384         (gst_tag_demux_sink_event):
15385         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15386         (gst_id3demux_sink_event):
15387           Post an error message when we get an EOS event and were not
15388           able to find out the type of stream.
15389
15390         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15391         (test_taglib_id3mux_with_tags):
15392           Decrease num-buffers to 16 per iteration again, otherwise the
15393           many memcpy()s and reallocations in the test will hammer slow
15394           CPUs completely and make the test timeout.
15395
15396 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15397
15398         * configure.ac:
15399           figure out where plugins-base plugins are
15400         * tests/check/Makefile.am:
15401           use plugins-base plugins, so we have typefind functions
15402         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15403           increase num-buffers, this makes sure the test errors out instead
15404           of timing out when no typefind functions are present
15405
15406 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15407
15408         * docs/plugins/Makefile.am:
15409           also check .cc files for gtk-doc markup
15410         * configure.ac:
15411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15413         * tests/check/Makefile.am:
15414         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15415         * ext/Makefile.am:
15416         * ext/taglib/Makefile.am:
15417         * ext/taglib/gstid3v2mux.h:
15418         * ext/taglib/gsttaglibmux.c:
15419         * ext/taglib/gsttaglibmux.h:
15420           move taglib-based id3v2muxer to -good.  Fixes #336110.
15421
15422 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15425           ... and fix multichannel/WAVFORMATEX support again.
15426
15427 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15428
15429         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15430         (gst_wavparse_class_init), (gst_wavparse_dispose),
15431         (gst_wavparse_reset), (gst_wavparse_init),
15432         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15433         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15434         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15435         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15436         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15437         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15438         (gst_wavparse_stream_data), (gst_wavparse_loop),
15439         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15440         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15441         (gst_wavparse_change_state), (plugin_init):
15442         * gst/wavparse/gstwavparse.h:
15443           Add push (streaming) mode to wavparse (fixes #337625)
15444
15445 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15446
15447         * configure.ac:
15448         * tests/Makefile.am:
15449           add ximagesrc icles test
15450
15451 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * configure.ac:
15454         * docs/plugins/Makefile.am:
15455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15457         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15458         (gst_cmml_enc_push_clip):
15459         * sys/Makefile.am:
15460         * sys/ximage/Makefile.am:
15461         * sys/ximage/gstximagesrc.c:
15462           Move ximagesrc plug-in to good after review.  Fixes #336756.
15463
15464 2006-04-28  Michael Smith  <msmith@fluendo.com>
15465
15466         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15467         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15468         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15469         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15470         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15471         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15472         * gst/icydemux/gsticydemux.h:
15473           Fix event handling: cache events when typefinding and forward later.
15474
15475 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15476
15477         * sys/osxaudio/gstosxaudiosink.c:
15478         (plugin_init):
15479          Register osxaudiosrc to the plugin.
15480         * sys/osxaudio/gstosxaudiosrc.c:
15481         (gst_osx_audio_src_osxelement_do_init),
15482         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15483         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15484         (gst_osx_audio_src_get_property),
15485         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15486         (gst_osx_audio_src_osxelement_init):
15487         * sys/osxaudio/gstosxaudiosrc.h:
15488           Port of osxaudiosrc to 0.10.
15489         * sys/osxaudio/Makefile.am:
15490           Add osxaudiosrc
15491
15492 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15493
15494         * sys/osxaudio/gstosxringbuffer.c:
15495         * sys/osxaudio/gstosxringbuffer.h:
15496           Forgot to commit earlier, part of the OSX audio plugin port
15497
15498 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15501         (parse_split_strings):
15502           Recognise and skip any byte order marker (BOM) in
15503           UTF-16 strings.
15504
15505 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * docs/plugins/Makefile.am:
15508         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15509         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15510         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15511         * docs/plugins/inspect/plugin-avi.xml:
15512         * gst/avi/gstavidemux.c:
15513         * gst/avi/gstavimux.c:
15514           Add docs for both avidemux and avimux.
15515
15516 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15519
15520         * gst/avi/Makefile.am:
15521         * gst/avi/gstavi.c: (plugin_init):
15522         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15523         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15524         (gst_avi_mux_class_init), (gst_avi_mux_init),
15525         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15526         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15527         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15528         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15529         (gst_avi_mux_riff_get_avix_header),
15530         (gst_avi_mux_riff_get_video_header),
15531         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15532         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15533         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15534         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15535         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15536         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15537         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15538         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15539         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15540         (gst_avi_mux_change_state):
15541         * gst/avi/gstavimux.h:
15542           Port AVI muxer to GStreamer-0.10 (#332031).
15543
15544         * tests/check/Makefile.am:
15545         * tests/check/elements/avimux.c:
15546         * tests/check/elements/.cvsignore:
15547           Add unit test for AVI muxer.
15548
15549 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15550
15551         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15552         (gst_wavparse_class_init), (gst_wavparse_reset),
15553         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15554         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15555         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15556         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15557         (gst_wavparse_stream_data), (gst_wavparse_loop),
15558         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15559         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15560         (plugin_init):
15561         * gst/wavparse/gstwavparse.h:
15562           reverted patch #337625 for the price of 1 hour sleep
15563
15564 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15565
15566         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15567         (gst_wavparse_class_init), (gst_wavparse_reset),
15568         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15569         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15570         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15571         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15572         (gst_wavparse_stream_data), (gst_wavparse_loop),
15573         (gst_wavparse_chain), (plugin_init):
15574         * gst/wavparse/gstwavparse.h:
15575           correct partial implementation of push mode
15576           (from my last commit)
15577
15578 2006-04-26  Wim Taymans  <wim@fluendo.com>
15579
15580         * ext/esd/esdsink.c:
15581         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15582         it is not in esd.h
15583
15584 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15587         (gst_au_parse_class_init), (gst_au_parse_init),
15588         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15589         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15590         (gst_au_parse_chain), (gst_au_parse_src_convert),
15591         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15592         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15593         (gst_au_parse_change_state):
15594         * gst/auparse/gstauparse.h:
15595           Rewrite auparse to suck a little bit less: make source pad
15596           dynamic, so decodebin/playbin work with non-raw formats
15597           like alaw/mulaw; add query function for duration/position
15598           queries; check whether we have enough data before attempting
15599           to parse the header (instead of crashing when that is not the
15600           case); work around audioconvert sucking by swapping endianness
15601           to the native endianness ourselves for float formats; send
15602           initial newsegment event. Fixes #161712.
15603
15604 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15605
15606         * sys/osxaudio/Makefile.am:
15607         * sys/osxaudio/gstosxaudioelement.c:
15608         (gst_osx_audio_element_get_type),
15609         (gst_osx_audio_element_class_init):
15610         * sys/osxaudio/gstosxaudioelement.h:
15611         * sys/osxaudio/gstosxaudiosink.c:
15612         (gst_osx_audio_sink_osxelement_do_init),
15613         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15614         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15615         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15616         (gst_osx_audio_sink_create_ringbuffer),
15617         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15618         (plugin_init):
15619         * sys/osxaudio/gstosxaudiosink.h:
15620         Port of osxaudiosink to 0.10
15621
15622 2006-04-26  Wim Taymans  <wim@fluendo.com>
15623
15624         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15625         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15626         the size of the ringbuffer. This should fix hangs with older 
15627         esd sound servers.
15628
15629 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15630
15631         * ext/aalib/gstaasink.c:
15632         * ext/annodex/gstcmmldec.c:
15633         * ext/annodex/gstcmmlenc.c:
15634         * ext/cairo/gsttextoverlay.c:
15635         * ext/cairo/gsttimeoverlay.c:
15636         * ext/cdio/gstcdiocddasrc.c:
15637         * ext/dv/gstdvdec.c:
15638         * ext/dv/gstdvdemux.c:
15639         * ext/esd/esdmon.c:
15640         * ext/esd/esdsink.c:
15641         * ext/flac/gstflacenc.c:
15642         * ext/flac/gstflactag.c:
15643         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15644         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15645         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15646         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15647         * ext/gdk_pixbuf/pixbufscale.c:
15648         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15649         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15650         * ext/jpeg/gstjpegdec.c:
15651         * ext/jpeg/gstjpegenc.c:
15652         * ext/jpeg/gstsmokedec.c:
15653         * ext/jpeg/gstsmokeenc.c:
15654         * ext/libcaca/gstcacasink.c:
15655         * ext/libmng/gstmngdec.c:
15656         * ext/libmng/gstmngenc.c:
15657         * ext/libpng/gstpngdec.c:
15658         * ext/libpng/gstpngenc.c:
15659         * ext/mikmod/gstmikmod.c:
15660         * ext/raw1394/gstdv1394src.c:
15661         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15662         * ext/shout2/gstshout2.h:
15663         * ext/speex/gstspeexdec.c:
15664         * ext/speex/gstspeexenc.c:
15665         * gst/alpha/gstalpha.c:
15666         * gst/alpha/gstalphacolor.c:
15667         * gst/apetag/gstapedemux.c:
15668         * gst/auparse/gstauparse.c:
15669         * gst/autodetect/gstautoaudiosink.c:
15670         (gst_auto_audio_sink_base_init):
15671         * gst/autodetect/gstautovideosink.c:
15672         (gst_auto_video_sink_base_init):
15673         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15674         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15675         * gst/cutter/gstcutter.c:
15676         * gst/debug/breakmydata.c:
15677         * gst/debug/efence.c:
15678         * gst/debug/gstnavigationtest.c:
15679         * gst/debug/gstnavseek.c:
15680         * gst/debug/negotiation.c:
15681         * gst/debug/progressreport.c:
15682         * gst/debug/testplugin.c:
15683         * gst/effectv/gstaging.c:
15684         * gst/effectv/gstdice.c:
15685         * gst/effectv/gstedge.c:
15686         * gst/effectv/gstquark.c:
15687         * gst/effectv/gstrev.c:
15688         * gst/effectv/gstshagadelic.c:
15689         * gst/effectv/gstvertigo.c:
15690         * gst/effectv/gstwarp.c:
15691         * gst/flx/gstflxdec.c:
15692         * gst/goom/gstgoom.c:
15693         * gst/icydemux/gsticydemux.c:
15694         * gst/id3demux/gstid3demux.c:
15695         * gst/interleave/deinterleave.c:
15696         * gst/interleave/interleave.c:
15697         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15698         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15699         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15700         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15701         * gst/level/gstlevel.c:
15702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15704         * gst/median/gstmedian.c:
15705         * gst/monoscope/gstmonoscope.c:
15706         * gst/multipart/multipartdemux.c:
15707         * gst/multipart/multipartmux.c:
15708         * gst/oldcore/gstaggregator.c:
15709         * gst/oldcore/gstfdsink.c:
15710         * gst/oldcore/gstmd5sink.c:
15711         * gst/oldcore/gstmultifilesrc.c:
15712         * gst/oldcore/gstpipefilter.c:
15713         * gst/oldcore/gstshaper.c:
15714         * gst/oldcore/gststatistics.c:
15715         * gst/rtp/gstasteriskh263.c:
15716         * gst/rtp/gstrtpL16depay.c:
15717         * gst/rtp/gstrtpL16pay.c:
15718         * gst/rtp/gstrtpamrdepay.c:
15719         * gst/rtp/gstrtpamrpay.c:
15720         * gst/rtp/gstrtpdepay.c:
15721         * gst/rtp/gstrtpgsmpay.c:
15722         * gst/rtp/gstrtph263pay.c:
15723         * gst/rtp/gstrtph263pdepay.c:
15724         * gst/rtp/gstrtph263ppay.c:
15725         * gst/rtp/gstrtpilbcdepay.c:
15726         * gst/rtp/gstrtpmp4gpay.c:
15727         * gst/rtp/gstrtpmp4vdepay.c:
15728         * gst/rtp/gstrtpmp4vpay.c:
15729         * gst/rtp/gstrtpmpadepay.c:
15730         * gst/rtp/gstrtpmpapay.c:
15731         * gst/rtp/gstrtppcmadepay.c:
15732         * gst/rtp/gstrtppcmapay.c:
15733         * gst/rtp/gstrtppcmudepay.c:
15734         * gst/rtp/gstrtppcmupay.c:
15735         * gst/rtp/gstrtpspeexdepay.c:
15736         * gst/rtp/gstrtpspeexpay.c:
15737         * gst/rtsp/gstrtpdec.c:
15738         * gst/rtsp/gstrtspsrc.c:
15739         * gst/smpte/gstsmpte.c:
15740         * gst/udp/gstdynudpsink.c:
15741         * gst/udp/gstmultiudpsink.c:
15742         * gst/udp/gstudpsink.c:
15743         * gst/udp/gstudpsrc.c:
15744         * gst/videobox/gstvideobox.c:
15745         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15746         * gst/videofilter/gstvideobalance.c:
15747         * gst/videofilter/gstvideoflip.c:
15748         * gst/videofilter/gstvideotemplate.c:
15749         (gst_videotemplate_base_init):
15750         * gst/videomixer/videomixer.c:
15751         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15752         (gst_wavparse_class_init), (gst_wavparse_dispose),
15753         (gst_wavparse_reset), (gst_wavparse_init),
15754         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15755         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15756         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15757         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15758         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15759         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15760         (gst_wavparse_change_state):
15761         * gst/wavparse/gstwavparse.h:
15762         * sys/oss/gstossmixerelement.c:
15763         * sys/oss/gstosssink.c:
15764         * sys/oss/gstosssrc.c:
15765         * sys/osxaudio/gstosxaudioelement.c:
15766         * sys/osxaudio/gstosxaudiosink.c:
15767         * sys/osxaudio/gstosxaudiosrc.c:
15768         * sys/sunaudio/gstsunaudiomixer.c:
15769         * sys/sunaudio/gstsunaudiosink.c:
15770           Define GstElementDetails as const and also static (when defined as
15771           global)
15772
15773 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15774
15775         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15776           Source pad has fixed caps. If we don't set this, bad
15777           things happen when the window is resized.
15778
15779 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15780
15781         * gst/matroska/Makefile.am:
15782         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15783         (gst_matroska_demux_handle_src_event):
15784         * gst/matroska/matroska-ids.c:
15785         (gst_matroska_track_init_video_context),
15786         (gst_matroska_track_init_audio_context),
15787         (gst_matroska_track_init_subtitle_context),
15788         (gst_matroska_track_init_complex_context):
15789         * gst/matroska/matroska-ids.h:
15790           Handle case where the TrackType ebml chunk does not come before the
15791           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15792           events.
15793
15794 2006-04-25  Wim Taymans  <wim@fluendo.com>
15795
15796         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15797         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15798         It's codec_data, not codec_info.
15799
15800 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15803
15804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15805           Handle codec_data for VfW compatibility codec IDs (#339451)
15806
15807         * gst/matroska/matroska-mux.c:
15808         (gst_matroska_mux_video_pad_setcaps):
15809           Same here, handle codec_data and add additional caps we can handle
15810           now to the pad template (huffyuv, dv and h263 video) (#339451)
15811
15812 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15813
15814         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15815
15816         * gst/matroska/matroska-mux.c:
15817         (gst_matroska_mux_create_buffer_header),
15818         (gst_matroska_mux_write_data):
15819           Fix timestamping of B-frames, use signed integers, do
15820           some rounding (#339678).
15821
15822 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15823
15824         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15825         just make it compile with --disable-gst-debug.
15826
15827 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15828
15829         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15830         Fix a bad conversion using gst_guint64_to_gdouble.
15831         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15832         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15833         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15834     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15835         mistake.
15836
15837 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15838
15839         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15840         Use gst_guint64_to_gdouble for conversions
15841         * win32/vs6/gst_plugins_good.dsw:
15842         * win32/vs6/libgsticydemux.dsp:
15843         Add a project file for icydemux
15844
15845 2006-04-21  Wim Taymans  <wim@fluendo.com>
15846
15847         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15848
15849         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15850         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15851         When splitting audio chunks, the block alignment is not taken in
15852         consideration, so the smaller chunks could be of size which is 
15853         not a multiple of the block alignment. Fixes #336904
15854
15855 2006-04-21  Wim Taymans  <wim@fluendo.com>
15856
15857         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15858         Use scale functions
15859
15860 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * ext/dv/gstdv.c: (plugin_init):
15863           Fix build.
15864
15865 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15868         (gst_progress_report_class_init), (gst_progress_report_init),
15869         (gst_progress_report_do_query), (gst_progress_report_report),
15870         (gst_progress_report_set_property),
15871         (gst_progress_report_get_property):
15872           Add 'format' property to force querying to a particular format.
15873
15874 2006-04-21  Andy Wingo  <wingo@pobox.com>
15875
15876         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15877         best, on big endian systems. Drop its rank in that case. OTOH on
15878         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15879
15880 2006-04-21  Michael Smith  <msmith@fluendo.com>
15881
15882         * configure.ac:
15883         * gst/icydemux/Makefile.am:
15884         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15885         (gst_icydemux_base_init), (gst_icydemux_class_init),
15886         (gst_icydemux_reset), (gst_icydemux_init),
15887         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15888         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15889         (unicodify), (gst_icydemux_unicodify),
15890         (gst_icydemux_parse_and_send_tags),
15891         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15892         (gst_icydemux_chain), (gst_icydemux_change_state),
15893         (gst_icydemux_send_tag_event), (plugin_init):
15894         * gst/icydemux/gsticydemux.h:
15895         * tests/check/Makefile.am:
15896         * tests/check/elements/icydemux.c: (typefind_succeed),
15897         (plugin_init), (icydemux_found_pad), (create_icydemux),
15898         (cleanup_icydemux), (push_data), (GST_START_TEST),
15899         (icydemux_suite), (main):
15900           Add icydemux, and tests.
15901
15902 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15905           Post SEGMENT_DONE message in TIME format.
15906
15907 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15908
15909         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15910
15911         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15912         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15913           Fix index creation when we have to scan the file to create
15914           an index. There may be other types of RIFF 'LIST' chunks than
15915           'movi' and we need to skip them properly as well or we'll end up
15916           reading garbage (#336889). Some other cosmetic changes.
15917           
15918 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15921         (gst_flac_dec_handle_seek_event):
15922           Add support for segment seeks (fixes #338290). Also demote
15923           some recurring debug message from DEBUG to LOG level.
15924
15925 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15926
15927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15928         (gst_matroskademux_do_index_seek),
15929         (gst_matroska_demux_handle_seek_event),
15930         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15931         * gst/matroska/matroska-ids.h:
15932           Set DISCONT flag on first buffer after a discontinuity.
15933           Fix newsegment events sent when seeking and honour KEY_UNIT
15934           seek flag. Create pad with bogus caps if we don't recognise
15935           the stream codec id.
15936
15937         * gst/matroska/matroska-demux.h:
15938           Fix GObject macros.
15939
15940 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15941
15942         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15943
15944         * gst/matroska/matroska-demux.c:
15945         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15946           Handle end of segment properly when set; don't dead-lock when
15947           posting start of segment message when doing a segment seek.
15948           Fixes #338810.
15949
15950 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15951
15952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15953         (gst_matroska_demux_plugin_init):
15954           Make mpeg2 aac audio work: create artificial private codec data
15955           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15956           Also call gst_riff_init(). Partially fixes #338767.
15957
15958 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15959
15960         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15961         (gst_wavenc_class_init), (gst_wavenc_init),
15962         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15963         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15964         (gst_wavenc_chain), (gst_wavenc_change_state):
15965         * gst/wavenc/gstwavenc.h:
15966           Set caps on first outgoing buffer, so that it doesn't error out
15967           immediately with a non-negotiated error (#338716). Rewrite and
15968           clean up a bit; fix setcaps function to parse things properly;
15969           fix sink caps (8bit audio is unsigned and doesn't have depth);
15970           use boilerplate macros; remove unused properties stuff.
15971
15972 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15975           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15976           handle MJPEG streams and might be autoplugged for those if the
15977           user doesn't have jpegdec installed (resulting in a cryptic error
15978           message about huffman tables). Better to disable JPEG decoding here
15979           and let the user figure out that she needs to install jpegdec.
15980
15981 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15984         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15985         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15986         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15987           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15988           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15989           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15990           debug messages. Fix boilerplate macros.
15991
15992 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15993
15994         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15995         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15996           No need to special-case for Gdk-2.0 any longer, we require
15997           Gdk 2.2 or newer; minor clean-ups.
15998
15999 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16000
16001         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16002         (gst_shout2send_class_init), (gst_shout2send_init),
16003         (set_shout_metadata), (gst_shout2send_set_metadata),
16004         (gst_shout2send_event), (gst_shout2send_start),
16005         (gst_shout2send_connect), (gst_shout2send_stop),
16006         (gst_shout2send_render), (gst_shout2send_set_property),
16007         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16008         (plugin_init):
16009         * ext/shout2/gstshout2.h:
16010         * po/POTFILES.in:
16011           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16012           change function; use GST_ELEMENT_ERROR for error reporting, not
16013           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16014           will cause crashes or assertion failures; remove (unused) "sync"
16015           property, basesink already has such a property; misc. other
16016           minor fixes and cleanups.
16017
16018 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16021         * ext/esd/gstesd.c: (plugin_init):
16022         * po/POTFILES.in:
16023           Add translatable error message for when we cannot
16024           connect to the sound server, as "Cannot open resource
16025           for writing" isn't really an acceptable message to show
16026           to the user in this case.
16027
16028 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16029
16030         * sys/oss/gst-i18n-plugin.h:
16031           Remove bogus file that doesn't belong here.
16032
16033 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16034
16035         Patch by: Philippe Valembois
16036
16037         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16038         (gst_shout2send_set_metadata), (gst_shout2send_event),
16039         (gst_shout2send_render), (gst_shout2send_change_state):
16040         * ext/shout2/gstshout2.h:
16041           Handle tags being received before the connection to
16042           the server is established properly (see #338636).
16043
16044 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16045
16046         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16047           Don't crash in case the connection to the server fails:
16048           don't set pointer to NULL by assigning FALSE; error out
16049           properly by using GST_ELEMENT_ERROR and returning
16050           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16051           before resetting the pointer.
16052
16053 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16054
16055         * gst/id3demux/id3tags.c:
16056         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16057         (Fixes #338713)
16058
16059 2006-04-12  Wim Taymans  <wim@fluendo.com>
16060
16061         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16062         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16063         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16064         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16065         (gst_gdk_pixbuf_chain):
16066         Some cleanups.
16067         Added RGBA as a possible output format.
16068         Correctly free the supported mimetypes.
16069         deprecate silent arg, it's not used.
16070         Return result from _alloc_buffer to peer.
16071
16072 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16075           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16076           overwriting GST_BUFFER_MALLOCDATA.
16077
16078 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16081         (user_endrow_callback), (user_end_callback),
16082         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16083         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16084         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16085         * ext/libpng/gstpngdec.h:
16086           Handle more than one frame if the content is framed,
16087           like with png-in-quicktime (#331917).
16088
16089 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16090
16091         * sys/oss/Makefile.am:
16092         * sys/oss/common.h:
16093         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16094         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16095         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16096         (gst_oss_src_unprepare):
16097           - the user-visible error strings were in the wrong category
16098           - and the messages were not marked for translation
16099           - which is actually a good thing, because they were exactly
16100             the kind of message you would never want anyone to see
16101           - the macros were using variables that didn't exist in the macro
16102             arguments
16103           - and they were obviously copied from each other and then modified
16104           - so a common header makes sense
16105
16106 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16107
16108         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16109           Don't try to modify read-only data.
16110
16111         * gst/matroska/matroska-demux.c:
16112         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16113           Fix comment (won't crash any longer now).
16114
16115 2006-04-10  Michael Smith  <msmith@fluendo.com>
16116
16117         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16118           Use copies of header buffers for caps to avoid circular refcounting
16119           problems (as in theoradec, vorbisdec).
16120
16121         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16122           Fix a typo in test that meant it was testing the wrong thing.
16123
16124         * tests/check/elements/cmmlenc.c: (check_headers):
16125           Fix refcount checks now that we use buffer-copies for caps.
16126
16127 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16130         (gst_matroska_demux_handle_seek_event),
16131         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16132         (gst_matroska_demux_subtitle_caps),
16133         (gst_matroska_demux_plugin_init):
16134           Use static pad templates with ANY caps for audio and video
16135           source pads and get rid of a lot of unnecessary (and partially
16136           broken) code for the template caps. Clean up caps finding
16137           functions. Fixes playback of audio files/streams that do not
16138           contain the sample rate and/or number of channels in the audio
16139           context (happens a lot with vorbis/mp3 .mka files it seems).
16140           Fixes #337183.
16141           Also add myself to copyright holders.
16142
16143 2006-04-10  Michael Smith  <msmith@fluendo.com>
16144
16145         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16146           Use g_list_delete_link () instead of g_list_remove_link () so that
16147           we free the link as well as the contained data.
16148
16149 2006-04-10  Wim Taymans  <wim@fluendo.com>
16150
16151         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16152
16153         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16154         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16155         (gst_avi_demux_stream_header):
16156         Fix some crashers with empty chunks. (Fixes #337749)
16157
16158 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16159
16160         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16161           use G_GINT64_CONSTANT for INT64 constants
16162         * gst/videofilter/gstvideobalance.c:
16163           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16164         * win32/vs6/libgstavi.dsp:
16165          add missing libraries for the link and remove avimux.c from
16166          the project as it isn't ported to 0.10 yet
16167         
16168 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16171           Even better would be if we actually did the right thing
16172           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16173
16174 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16177           Can't just replace 1LL with 1L here just because MSVC doesn't
16178           support it, as it might lead to incorrect results when doing the
16179           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16180           force a 64-bit constant in a way that all compilers are happy with.
16181
16182 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16183
16184         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16185         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16186         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16187         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16188         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16189         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16190         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16191         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16192         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16193         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16194         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16195         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16196         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16197         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16198         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16199         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16200         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16201         * gst/debug/efence.c: (gst_efence_class_init):
16202         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16203         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16204         * gst/goom/gstgoom.c: (gst_goom_class_init):
16205         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16206         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16207         * gst/interleave/interleave.c: (interleave_class_init):
16208         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16209         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16210         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16211         * gst/median/gstmedian.c: (gst_median_class_init):
16212         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16213         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16214         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16215         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16216         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16217         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16218         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16219         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16220         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16221         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16222         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16223         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16224         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16225         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16226         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16227         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16228         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16229         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16230         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16231         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16232         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16233         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16234         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16235         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16236         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16238         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16239         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16240         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16241         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16242         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16243         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16244         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16245         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16246         * sys/osxaudio/gstosxaudioelement.c:
16247         (gst_osxaudioelement_class_init):
16248         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16249         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16250         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16251         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16252
16253 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16254
16255         * ext/mikmod/gstmikmod.h:
16256         * gst/level/gstlevel.h:
16257         Fix more broken GObject macros
16258
16259 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16260
16261         * ext/annodex/gstcmmldec.h:
16262         * ext/annodex/gstcmmlenc.h:
16263         * ext/annodex/gstcmmltag.h:
16264         * ext/cairo/gsttextoverlay.h:
16265         * ext/ladspa/gstsignalprocessor.h:
16266         * gst/matroska/ebml-read.h:
16267         * gst/matroska/ebml-write.h:
16268         * sys/osxaudio/gstosxaudioelement.h:
16269         Fix broken GObject macros
16270
16271 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16272
16273         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16274           Don't try to seek beyond the end of the file (would
16275           occasionally display error dialogs in totem when seeking
16276           to the end) (#335869). Will still throw an error though
16277           if the file is truncated and the total_samples value in
16278           the stream header is wrong.
16279
16280 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16283         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16284         (gst_flac_dec_metadata_callback):
16285         * ext/flac/gstflacdec.h:
16286           If the stream header doesn't contain the total number of samples,
16287           search for the last flac frame at the end of the file and calculate
16288           the total duration from that frame's offset (fixes #337609).
16289
16290 2006-04-07  Edward Hervey  <edward@fluendo.com>
16291
16292         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16293         Don't unref the GstPadTemplate returned by
16294         gst_element_class_get_pad_template().
16295
16296 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16299
16300         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16301         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16302         * sys/sunaudio/gstsunaudiosink.h:
16303           Use spec->segsize and spec->segtotal in the prepare function
16304           to initialise the ring buffer instead of using the buffer-time
16305           property (#337421).
16306
16307 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * configure.ac:
16310           Bump core requirements to CVS for gst_pad_query_peer_duration()
16311           which is used by speexdec.
16312
16313 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         * ext/speex/gstspeex.c: (plugin_init):
16316         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16317         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16318         (speex_get_sink_query_types), (speex_dec_sink_query),
16319         (speex_get_src_query_types), (speex_dec_src_query),
16320         (speex_dec_src_event), (speex_dec_sink_event),
16321         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16322         (speex_dec_chain_parse_data), (speex_dec_chain),
16323         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16324         (speex_dec_change_state):
16325         * ext/speex/gstspeexdec.h:
16326           Fix seeking and duration queries (#337033); clean up and
16327           refactor a bit.
16328
16329 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16330
16331         * ext/raw1394/gstdv1394src.c:
16332           distinguish between device not found and could not open for
16333           reading
16334
16335 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16336
16337         * Makefile.am:
16338         * configure.ac:
16339         * pkgconfig/.cvsignore:
16340         * pkgconfig/Makefile.am:
16341         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16342           add a .pc file so other modules can use good plugins in tests
16343
16344 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16345
16346         * configure.ac:
16347           clean up, use AS_VERSION and AS_NANO
16348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16349           use PACKAGE_VERSION define
16350         * po/af.po:
16351         * po/az.po:
16352         * po/cs.po:
16353         * po/en_GB.po:
16354         * po/hu.po:
16355         * po/it.po:
16356         * po/nb.po:
16357         * po/nl.po:
16358         * po/or.po:
16359         * po/sq.po:
16360         * po/sr.po:
16361         * po/sv.po:
16362         * po/uk.po:
16363         * po/vi.po:
16364           updated
16365
16366 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16367
16368         * ext\jpeg\smokecodec.c:
16369           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16370         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16371           move first instruction after all variables declarations
16372         * gst\alpha\gstalpha.c:
16373         * gst\effectv\gstshagadelic.c:
16374         * gst\smpte\paint.c:
16375         * gst\videofilter\gstvideobalance.c:
16376           define M_PI if it's not defined (it's not defined on WIN32)
16377         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16378         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16379         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16380         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16381         (gst_matroska_demux_video_caps):
16382         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16383         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16384           use gst_guint64_to_gdouble for conversions
16385         * gst\goom\filters.c: (setPixelRGB_):
16386           fix a debug which was using undefined variable
16387         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16388         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16389           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16390         * win32/vs6:
16391           add vs6 projects files for most of plugins-good
16392         
16393 2006-03-30  j^  <j@bootlab.org>
16394
16395         * ext/aalib/gstaasink.c:
16396         * ext/annodex/gstcmmldec.c:
16397         * ext/annodex/gstcmmlenc.c:
16398         * ext/cairo/gsttextoverlay.c:
16399         * ext/cairo/gsttimeoverlay.c:
16400         * ext/cdio/gstcdiocddasrc.c:
16401         * ext/dv/gstdvdec.c:
16402         * ext/esd/esdmon.c:
16403         * ext/esd/esdsink.c:
16404         * ext/flac/gstflacdec.c:
16405         * ext/flac/gstflacenc.c:
16406         * ext/flac/gstflactag.c:
16407         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16408         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16409         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16410         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16411         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16412         * ext/gdk_pixbuf/pixbufscale.c:
16413         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16414         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16415         * ext/jpeg/gstjpegdec.c:
16416         * ext/jpeg/gstjpegenc.c:
16417         * ext/jpeg/gstsmokedec.c:
16418         * ext/jpeg/gstsmokeenc.c:
16419         * ext/libcaca/gstcacasink.c:
16420         * ext/libmng/gstmngdec.c:
16421         * ext/libmng/gstmngenc.c:
16422         * ext/libpng/gstpngdec.c:
16423         * ext/libpng/gstpngenc.c:
16424         * ext/mikmod/gstmikmod.c:
16425         * ext/raw1394/gstdv1394src.c:
16426         * ext/shout2/gstshout2.c:
16427         * ext/speex/gstspeexdec.c:
16428         * ext/speex/gstspeexenc.c:
16429         * gst/alpha/gstalpha.c:
16430         * gst/alpha/gstalphacolor.c:
16431         * gst/auparse/gstauparse.c:
16432         * gst/autodetect/gstautoaudiosink.c:
16433         (gst_auto_audio_sink_base_init):
16434         * gst/autodetect/gstautovideosink.c:
16435         (gst_auto_video_sink_base_init):
16436         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16437         * gst/cutter/gstcutter.c:
16438         * gst/debug/breakmydata.c:
16439         * gst/debug/efence.c:
16440         * gst/debug/gstnavigationtest.c:
16441         * gst/debug/negotiation.c:
16442         * gst/debug/progressreport.c:
16443         * gst/debug/testplugin.c:
16444         * gst/effectv/gstaging.c:
16445         * gst/effectv/gstdice.c:
16446         * gst/effectv/gstedge.c:
16447         * gst/effectv/gstquark.c:
16448         * gst/effectv/gstrev.c:
16449         * gst/effectv/gstvertigo.c:
16450         * gst/effectv/gstwarp.c:
16451         * gst/flx/gstflxdec.c:
16452         * gst/goom/gstgoom.c:
16453         * gst/interleave/deinterleave.c:
16454         * gst/interleave/interleave.c:
16455         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16456         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16457         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16458         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16459         * gst/level/gstlevel.c:
16460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16462         * gst/median/gstmedian.c:
16463         * gst/monoscope/gstmonoscope.c:
16464         * gst/multipart/multipartdemux.c:
16465         * gst/multipart/multipartmux.c:
16466         * gst/oldcore/gstmd5sink.c:
16467         * gst/oldcore/gstmultifilesrc.c:
16468         * gst/oldcore/gstpipefilter.c:
16469         * gst/oldcore/gstshaper.c:
16470         * gst/oldcore/gststatistics.c:
16471         * gst/rtp/gstasteriskh263.c:
16472         * gst/rtp/gstrtpL16depay.c:
16473         * gst/rtp/gstrtpL16pay.c:
16474         * gst/rtp/gstrtpamrdepay.c:
16475         * gst/rtp/gstrtpamrpay.c:
16476         * gst/rtp/gstrtpdepay.c:
16477         * gst/rtp/gstrtpgsmpay.c:
16478         * gst/rtp/gstrtph263pay.c:
16479         * gst/rtp/gstrtph263pdepay.c:
16480         * gst/rtp/gstrtph263ppay.c:
16481         * gst/rtp/gstrtpmp4gpay.c:
16482         * gst/rtp/gstrtpmp4vdepay.c:
16483         * gst/rtp/gstrtpmp4vpay.c:
16484         * gst/rtp/gstrtpmpadepay.c:
16485         * gst/rtp/gstrtpmpapay.c:
16486         * gst/rtp/gstrtppcmadepay.c:
16487         * gst/rtp/gstrtppcmapay.c:
16488         * gst/rtp/gstrtppcmudepay.c:
16489         * gst/rtp/gstrtppcmupay.c:
16490         * gst/rtp/gstrtpspeexdepay.c:
16491         * gst/rtp/gstrtpspeexpay.c:
16492         * gst/rtsp/gstrtpdec.c:
16493         * gst/smpte/gstsmpte.c:
16494         * gst/videobox/gstvideobox.c:
16495         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16496         * gst/videofilter/gstvideobalance.c:
16497         * gst/videofilter/gstvideoflip.c:
16498         * gst/videofilter/gstvideotemplate.c:
16499         (gst_videotemplate_base_init):
16500         * gst/videomixer/videomixer.c:
16501         * gst/wavenc/gstwavenc.c:
16502         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16503          better/unified long descriptions
16504          Fixed #336602
16505          Some cleanups to auparse, don't send multiple newsegments.
16506
16507 2006-03-29  Wim Taymans  <wim@fluendo.com>
16508
16509         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16510
16511         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16512         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16513         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16514         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16515         * ext/dv/gstdvdemux.h:
16516         Seek in READY patch. Only works for pull based mode.
16517         Fixes #323880
16518
16519 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16522         (gst_gdk_pixbuf_event):
16523           Fix two crashers: don't unref the same caps twice, and
16524           set pixbuf loader to NULL after freeing it.
16525
16526 2006-03-27  Wim Taymans  <wim@fluendo.com>
16527
16528         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16529         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16530         (gst_speexenc_chain):
16531         * ext/speex/gstspeexenc.h:
16532         Don't leak adapter.
16533         A push *always* takes ownership of the buffer, even on
16534         errors.
16535         Small cleanups.
16536
16537 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16538
16539         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16540           Create source pad without leaking.
16541
16542 2006-03-24  Wim Taymans  <wim@fluendo.com>
16543
16544         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16545         * ext/flac/gstflacdec.h:
16546         * ext/flac/gstflacenc.h:
16547         Spifify a bit.
16548         Fix deadly lock order error in seeking code, STREAM_LOCK
16549         cannot be taken within LOCK and the streaming variables are
16550         protected with the STREAM_LOCK anyway.
16551
16552 2006-03-24  Wim Taymans  <wim@fluendo.com>
16553
16554         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16555         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16556         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16557         this patch combines the global init_frames with the stream
16558         init_frames. Rationale being that the global delay should 
16559         be subtracted from any stream delay.
16560         Fixes #335858.
16561
16562 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16563
16564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16565         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16566         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16567         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16568         use DEBUG_FUNCPTR for collectpads
16569
16570 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16573           Don't crash when encoding images where the number of rows isn't
16574           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16575
16576 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16577
16578         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16579         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16580         * gst/interleave/interleave.c: (interleave_change_state):
16581         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16582           More state change function fixes.
16583
16584 2006-03-23  Wim Taymans  <wim@fluendo.com>
16585
16586         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16587         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16588         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16589         (gst_esdsink_delay), (gst_esdsink_reset):
16590         * ext/esd/esdsink.h:
16591         Fix esd choppy playback by configuring audiosink
16592         correctly. Fixes #325191
16593
16594 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16595
16596         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16597           Make state change function thread-safe.
16598
16599 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16600
16601         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16602         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16603           Don't try to read beyond the end of the file just because
16604           the header claims a bigger size (like with truncated files).
16605
16606 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16609         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16610         (gst_wavparse_stream_data), (gst_wavparse_loop):
16611         * gst/wavparse/gstwavparse.h:
16612           Delay source pad creation until we have the first chunk of
16613           media data, so the we can examine the data and adjust the
16614           caps accordingly if required. This makes playback of .wav
16615           files with DTS-declared-as-PCM content work (#313266).
16616
16617 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16618
16619         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16620         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16621         Don't attempt typefinding on too-short buffers that have been
16622         completely trimmed away. (Fixes #330239)
16623
16624         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16625         Improve the debug output
16626
16627 2006-03-21  Wim Taymans  <wim@fluendo.com>
16628
16629         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16630         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16631         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16632         (gst_esdsink_set_property), (gst_esdsink_get_property):
16633         Some cleanups.
16634         Reset fd to -1 when we close them.
16635
16636 2006-03-21  Wim Taymans  <wim@fluendo.com>
16637
16638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16639         the OPTIONS request result is optional so don't
16640         fail on it.
16641
16642 2006-03-21  Edward Hervey  <edward@fluendo.com>
16643
16644         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16645         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16646         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16647         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16648         (gst_wavparse_change_state):
16649         gcc 4.1 unreferenced pointer fixes.
16650
16651 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16652
16653         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16654
16655         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16656           Fix block alignment calculation. Alignment should be done before
16657           adding the byte offset where the data starts (#335231).
16658
16659 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16660
16661         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16662           Ensure that we set correct caps on buffers that are transferred
16663           direct from the input.
16664
16665 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16666
16667         * gst/goom/filters.c: (zoomFilterDestroy):
16668         * gst/goom/goom_core.c: (goom_close):
16669           Free filter data when cleaning up. (Fixes: #334995)
16670
16671 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16672
16673         * configure.ac:
16674           Don't compile udp and rtsp plugins on win32 (mingw) or other
16675           systems that don't have <sys/socket.h> for some reason (#316203).
16676
16677 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16678
16679         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16680         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16681         * ext/raw1394/gstdv1394src.h:
16682           Change bus reset handler so it reports useful information such as
16683           whether the device being used connected or disconnected
16684
16685 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16686
16687         * gst/id3demux/id3v2frames.c:
16688         (parse_relative_volume_adjustment_two):
16689           We only care about gain and peak data for the master volume.
16690
16691 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16692
16693         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16694         (parse_id_string), (parse_unique_file_identifier),
16695         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16696           Read replay gain tags (#323721).
16697
16698 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16699
16700         * configure.ac:
16701           Bump requirements to gst-plugins-base CVS because
16702           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16703
16704 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16705
16706         * rtp/gst/gstrtppcmadepay.c:
16707         Fixed one of the caps in the code from mulaw to alaw.
16708
16709 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16710
16711         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16712           Ensure that we set caps on the buffers we pass.
16713
16714         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16715         (gst_id3demux_sink_activate):
16716           Ensure that we set caps on the buffers we pass.
16717
16718           Use STREAM, TYPE_NOT_FOUND as the error class when
16719           typefinding fails.
16720
16721 2006-03-15  Edward Hervey  <edward@fluendo.com>
16722
16723         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16724         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16725         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16726         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16727         (gst_jpeg_dec_setcaps):
16728         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16729         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16730         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16731         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16732         (gst_mngdec_src_getcaps):
16733         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16734         (gst_pngdec_caps_create_and_set):
16735         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16736         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16737         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16738         * gst/alpha/gstalpha.c: (gst_alpha_init):
16739         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16740         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16741         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16742         * gst/cutter/gstcutter.c: (gst_cutter_init):
16743         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16744         (gst_efence_checkgetrange):
16745         * gst/debug/negotiation.c: (gst_negotiation_init):
16746         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16747         * gst/goom/gstgoom.c: (gst_goom_init):
16748         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16749         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16750         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16751         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16752         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16753         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16754         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16755         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16756         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16757         (gst_wavparse_create_sourcepad):
16758         Fix memleak with gst_static_pad_template_get().
16759         This uses gst_pad_new_from_static_template() instead.
16760         Fixes #333512
16761
16762 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * configure.ac:
16765           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16766           used by id3demux.
16767
16768         * gst/id3demux/gstid3demux.c: (plugin_init):
16769         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16770         (parse_user_text_identification_frame),
16771         (parse_unique_file_identifier):
16772           Add support for UFID and TXXX frames and extract musicbrainz tags.
16773
16774 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16777           Catch short reads, like they might happen with truncated
16778           files (see #305279); remove unnecessary indentation.
16779
16780 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16781
16782         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16783           Fix DIB image inversion for pictures with a
16784           depth != 8 (#305279).
16785
16786 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16787
16788         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16789         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16790         * ext/jpeg/gstjpegdec.h:
16791           Fix durations on outgoing buffers after seeking
16792           in MJPEG files (#334083); some minor clean-ups.
16793
16794 2006-03-13  Wim Taymans  <wim@fluendo.com>
16795
16796         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16797         (gst_wavparse_change_state):
16798         Implement seek in READY (re-fixes #327658)
16799
16800 2006-03-13  Wim Taymans  <wim@fluendo.com>
16801
16802         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16803         * ext/esd/esdmon.c: (gst_esdmon_get):
16804         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16805         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16806         (gst_gdk_pixbuf_sink_getcaps):
16807         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16808         (gst_jpegenc_setcaps):
16809         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16810         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16811         (gst_smokeenc_setcaps):
16812         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16813         (gst_mngdec_src_getcaps):
16814         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16815         (gst_mngenc_chain):
16816         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16817         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16818         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16819         (speex_dec_src_event), (speex_dec_chain):
16820         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16821         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16822         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16823         (gst_negotiation_pad_link), (gst_negotiation_chain):
16824         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16825         (gst_flxdec_chain):
16826         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16827         (deinterleave_chain):
16828         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16829         * gst/median/gstmedian.c: (gst_median_link):
16830         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16831         (gst_monoscope_chain):
16832         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16833         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16834         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16835         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16836         close #333784 unref the result of gst_pad_get_parent()
16837         by: Christophe Fergeau.
16838
16839 2006-03-09  Wim Taymans  <wim@fluendo.com>
16840
16841         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16842         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16843         Handle events in push mode better, can now do non-flushing
16844         seeks in push mode as well.
16845
16846 2006-03-07  Wim Taymans  <wim@fluendo.com>
16847
16848         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16849         Applied patch from Kai Vehmanen, fixes #333624.
16850
16851 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16852
16853         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16854         Implement paletted and grayscale png files handling.
16855         (#150363).
16856
16857 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16858
16859         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16860         (gst_speexenc_chain):
16861           fix a tag list assert
16862           follow gst-plugins-base/ext/ogg/README; set OFFSET
16863           and OFFSET_END.  Muxes correctly with gst-plugins-base
16864           > 0.9.3
16865
16866 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         * gst/id3demux/Makefile.am:
16869         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16870         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16871           Use new typefind helper functions here as well, and
16872           do typefinding in pull-mode if upstream supports that.
16873
16874 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * sys/sunaudio/gstsunaudiomixerctrl.c:
16877         (gst_sunaudiomixer_ctrl_get_volume),
16878         (gst_sunaudiomixer_ctrl_set_volume):
16879         * sys/sunaudio/gstsunaudiomixertrack.c:
16880         (gst_sunaudiomixer_track_new):
16881           Remove unused variables, breaks build from CVS
16882           with -Werror (#333392, patch by: Benjamin Pineau)
16883
16884 2006-03-03  Wim Taymans  <wim@fluendo.com>
16885
16886         * docs/plugins/Makefile.am:
16887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16889         Added wavparse docs.
16890
16891         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16892         (gst_wavparse_reset), (gst_wavparse_init),
16893         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16894         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16895         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16896         (gst_wavparse_stream_data), (gst_wavparse_loop),
16897         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16898         (gst_wavparse_change_state):
16899         * gst/wavparse/gstwavparse.h:
16900         Implement seek in READY (fixes #327658)
16901         Added docs and did some cleanups.
16902
16903 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16904
16905         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16906         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16907         (gst_avi_demux_calculate_durations_from_index),
16908         (gst_avi_demux_stream_header):
16909         * gst/avi/gstavidemux.h:
16910           If we have an index, use a duration based on the index instead
16911           of blindly trusting the information in the stream headers
16912           (fixes #331817).
16913
16914 2006-03-03  Wim Taymans  <wim@fluendo.com>
16915
16916         * docs/plugins/Makefile.am:
16917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16919         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16920         Added smoke and jpeg to the docs.
16921
16922         * ext/jpeg/Makefile.am:
16923         * ext/jpeg/gstjpeg.c: (plugin_init):
16924         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16925         * ext/jpeg/gstjpegenc.h:
16926         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16927         (gst_smokedec_chain):
16928         * ext/jpeg/gstsmokedec.h:
16929         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16930         * ext/jpeg/gstsmokeenc.h:
16931         * ext/jpeg/smokecodec.h:
16932         Port smokedec (fixes #331905).
16933         Added some docs.
16934         Some cleanups.
16935
16936 2006-03-03  Wim Taymans  <wim@fluendo.com>
16937
16938         * docs/plugins/Makefile.am:
16939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16941         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16942         Added videobalance and videoflip to the docs.
16943
16944         * gst/videofilter/Makefile.am:
16945         * gst/videofilter/gstvideobalance.c:
16946         (gst_video_balance_update_tables_planar411),
16947         (gst_video_balance_is_passthrough),
16948         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16949         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16950         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16951         (gst_video_balance_finalize), (gst_video_balance_class_init),
16952         (gst_video_balance_init), (gst_video_balance_interface_supported),
16953         (gst_video_balance_interface_init),
16954         (gst_video_balance_colorbalance_list_channels),
16955         (gst_video_balance_colorbalance_set_value),
16956         (gst_video_balance_colorbalance_get_value),
16957         (gst_video_balance_colorbalance_init),
16958         (gst_video_balance_set_property), (gst_video_balance_get_property),
16959         (gst_video_balance_get_type), (plugin_init):
16960         * gst/videofilter/gstvideobalance.h:
16961         Ported to 0.10. (Fixes #326160)
16962         Added docs.
16963
16964         * gst/videofilter/gstvideoflip.c:
16965         * gst/videofilter/gstvideoflip.h:
16966         Added docs.
16967
16968 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16969
16970         * configure.ac:
16971           Bump requirements to current core and -base CVS
16972           (core for new typefind helper API, and -base for the
16973           WAVFORMATEX support that was added to libgstriff and
16974           is needed by wavparse).
16975         
16976         * gst/apetag/Makefile.am:
16977         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16978         (gst_tag_demux_sink_activate):
16979           Use new typefind helpers for typefinding instead of our
16980           home-grown stuff; also, do typefinding in pull-mode if
16981           upstream supports that.
16982
16983 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16984
16985         Reviewed by: Christian Schaller <christian@fluendo.com>
16986
16987         This patch fixes bug: 329107
16988
16989         This Changelog entry is for a commit done on February 17
16990
16991         * ext/gconf/gconf.c
16992         * ext/gconf/gconf.h
16993         * ext/gconf/gstgconfaudiosink.c
16994         * ext/gconf/gstgconfaudiosink.h
16995         * gconf/gstreamer.schemas.in
16996
16997 2006-02-28  Wim Taymans  <wim@fluendo.com>
16998
16999         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17000         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17001         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17002         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17003         Use DEBUG_OBJECT more.
17004
17005 2006-02-28  Wim Taymans  <wim@fluendo.com>
17006
17007         * docs/plugins/Makefile.am:
17008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17009         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17010         Added dvdec and dvdemux to docs.
17011
17012         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17013         Added docs.
17014         Check frame sizes so we don't crash when don't have enough
17015         data.
17016         Send nice error messages on error.
17017
17018         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17019         (gst_dvdemux_class_init), (gst_dvdemux_init),
17020         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17021         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17022         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17023         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17024         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17025         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17026         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17027         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17028         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17029         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17030         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17031         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17032         * ext/dv/gstdvdemux.h:
17033         Added docs.
17034         Implement pull mode.
17035         Fix memleaks.
17036         Reduce memcpy for the video demuxing.
17037
17038 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17039
17040         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17041         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17042         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17043         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17044           Add a little extra debug. Make the decoder not return NOT_LINKED,
17045           as we want to continue decoding all CMML and emitting tags.
17046
17047 2006-02-27  Michael Smith  <msmith@fluendo.com>
17048
17049         * ext/annodex/gstskeltag.c:
17050         * ext/annodex/gstskeltag.h:
17051           Deleted; these files aren't used any more either.
17052
17053 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17054
17055         * ext/Makefile.am: Fix dist-check.
17056
17057 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17058
17059         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17060         memleak.
17061
17062 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17063
17064         * ext/annodex/Makefile.am:
17065         * ext/annodex/gstannodex.c:
17066         * ext/annodex/gstcmmldec.c:
17067         * ext/annodex/gstcmmlenc.c:
17068         * ext/annodex/gstcmmlparser.c:
17069         * ext/annodex/gstcmmlparser.h:
17070         * ext/annodex/gstcmmlutils.c:
17071         * tests/check/elements/cmmldec.c:
17072         * tests/check/elements/cmmlenc.c:
17073           Fix a memleak in gst_cmml_track_list_add_clip.
17074           Handle overflows in clip's start and end times.
17075           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17076           Do not parse junk at the end of a CMML preamble buffer.
17077           Register a libxml error handler to not print stuff on stderr.
17078           Check for bad clip start and end times in the testsuites.
17079
17080 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17081
17082         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17083         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17084         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17085         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17086         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17087         possible memleaks.
17088
17089 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17090
17091         * tests/check/Makefile.am:
17092         * tests/check/elements/cmmldec.c:
17093         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17094         the plugins-base tags.
17095
17096 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17097
17098         * ext/Makefile.am: Re-enable module.
17099
17100 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17101
17102         * tests/check/Makefile.am: Forgot to remove that test.
17103
17104 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17105
17106         * ext/annodex/Makefile.am:
17107         * ext/annodex/gstannodex.c: (plugin_init):
17108         * ext/annodex/gstcmmldec.c:
17109         * ext/annodex/gstskeldec.c:
17110         * ext/annodex/gstskeldec.h:
17111         * tests/check/Makefile.am:
17112         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17113
17114 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17115
17116         * tests/check/Makefile.am: Disable those checks as well.
17117
17118 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17119
17120         * ext/Makefile.am: Disable annodex for now until we figure out
17121         how to make it build.
17122         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17123         Add a rule to your checklist : "please try to at least build 
17124         what you are going to commit into -good, or if you are too lazy
17125         to do that, please check that the buildbots are not crying because
17126         of your commit."
17127
17128 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17129
17130         * configure.ac:
17131         * ext/Makefile.am:
17132         * ext/gdk_pixbuf/Makefile.am:
17133         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17134         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17135         * ext/gdk_pixbuf/pixbufscale.c:
17136         * ext/gdk_pixbuf/pixbufscale.h:
17137           Gdkpixbuf ported from 0.8 to 0.10 by
17138           Renato Filho <renato.filho@indt.org.br>.
17139           gst_loader and gdkpixbufanimation still need port.
17140
17141 2006-02-24  Michael Smith  <msmith@fluendo.com>
17142
17143         * configure.ac:
17144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17145         * ext/Makefile.am:
17146         * ext/annodex/Makefile.am:
17147         * ext/annodex/gstannodex.c:
17148         * ext/annodex/gstannodex.h:
17149         * ext/annodex/gstcmmldec.c:
17150         * ext/annodex/gstcmmldec.h:
17151         * ext/annodex/gstcmmlenc.c:
17152         * ext/annodex/gstcmmlenc.h:
17153         * ext/annodex/gstcmmlparser.c:
17154         * ext/annodex/gstcmmlparser.h:
17155         * ext/annodex/gstcmmltag.c:
17156         * ext/annodex/gstcmmltag.h:
17157         * ext/annodex/gstcmmlutils.c:
17158         * ext/annodex/gstcmmlutils.h:
17159         * ext/annodex/gstskeldec.c:
17160         * ext/annodex/gstskeldec.h:
17161         * ext/annodex/gstskeltag.c:
17162         * ext/annodex/gstskeltag.h:
17163         * tests/check/Makefile.am:
17164         * tests/check/elements/cmmldec.c:
17165         * tests/check/elements/cmmlenc.c:
17166         * tests/check/elements/skeldec.c:
17167           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17168           Includes tests & docs, oh my! Passes Thomas's -good checklist
17169           entirely. Wow.
17170
17171 2006-02-24  Michael Smith  <msmith@fluendo.com>
17172
17173         * autogen.sh:
17174           Check for automake 1.9 as well.
17175
17176 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17177
17178         * ext/flac/gstflacenc.c:
17179           Change min. sample rate to 8kHz to match flacdec's.
17180           
17181 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17182
17183         * ext/cdio/Makefile.am:
17184           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17185           required for Cygwin, see #317048)
17186
17187         * gst/rtp/gstasteriskh263.c:
17188           Cygwin has includes for both the unix network socket API
17189           and the windows API, but only one can be included, so fix
17190           includes to only use one or the other, prefering the unxi
17191           one (#317048).
17192
17193 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17194
17195         * rtp/gst/gstrtppcmadepay.c:
17196         * rtp/gst/gstrtppcmadepay.h:
17197         * rtp/gst/gstgstrtppcmapay.c:
17198         * rtp/gst/gstgstrtppcmapay.h:
17199         * rtp/gst/gstrtppcmudepay.c:
17200         * rtp/gst/gstrtppcmudepay.h:
17201         * rtp/gst/gstrtppcmupay.c:
17202         * rtp/gst/gstrtppcmupay.h:
17203         * rtp/gst/Makefile.am:
17204         * rtp/gst/gstrtp.c:
17205         * rtp/gst/README:
17206         Separated the G711 payloaders/depayloaders into separate elements for
17207         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17208
17209 2006-02-22  Wim Taymans  <wim@fluendo.com>
17210
17211         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17212         (gst_dvdec_change_state):
17213         * ext/dv/gstdvdec.h:
17214         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17215         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17216         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17217         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17218         (gst_dvdemux_flush), (gst_dvdemux_chain),
17219         (gst_dvdemux_change_state):
17220         * ext/dv/gstdvdemux.h:
17221         Ueber spiffify some more, added debug category.
17222         Use _scale.
17223         Use segments, respect playback rate from newsegment.
17224         Fix refcount issue.
17225
17226 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17227
17228         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17229         (gst_signal_processor_process):
17230         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17231         enabled for the build, but it helps me win the feature-count
17232         competitions ooh yeah.
17233
17234 2006-02-19  Wim Taymans  <wim@fluendo.com>
17235
17236         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17237         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17238         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17239         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17240         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17241         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17242         Use scaling code for added precission and more correct stop
17243         position in case scale==0.
17244
17245 2006-02-19  Wim Taymans  <wim@fluendo.com>
17246
17247         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17248         (gst_flxdec_chain):
17249         * gst/flx/gstflxdec.h:
17250         Implement DURATION query.
17251
17252 2006-02-19  Wim Taymans  <wim@fluendo.com>
17253
17254         * gst/flx/flx_color.h:
17255         * gst/flx/flx_fmt.h:
17256         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17257         (gst_flxdec_src_query_handler), (flx_decode_color),
17258         (gst_flxdec_chain):
17259         * gst/flx/gstflxdec.h:
17260         Set MALLOCDATA for the temp buffers so we don't leak.
17261         Some debug cleanups.
17262         Consume all data in the adapter before leaving the chain
17263         function. Fixes #330678.
17264
17265 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17266
17267         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17268         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17269          Handle 0 data size in otherwise valid frames.
17270          Handle numeric strings in 2.4.0 even when not in parentheses 
17271
17272 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17273
17274         * gst/matroska/matroska-demux.c:
17275         (gst_matroska_demux_subtitle_caps),
17276         (gst_matroska_demux_plugin_init):
17277         * gst/matroska/matroska-ids.h:
17278           Recognise SSA/ASS and USF subtitle formats and
17279           set proper caps when they are found.
17280
17281 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17282
17283         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17284         (gst_jpeg_dec_chain):
17285           Fix invalid memory access for some odd-sized images
17286           (see image contained in quicktime stream in #327083);
17287           use g_malloc() instead of g_alloca().
17288
17289 2006-02-17  Wim Taymans  <wim@fluendo.com>
17290
17291         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17292         Patch from Sebastien Cote, fixes #319884
17293
17294 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * ext/cdio/gstcdio.c: (plugin_init):
17297           Init debug category (#331253).
17298
17299 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17300
17301         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17302           Pass extra_data to gst_riff_create_audio_caps(), so that
17303           WAVEFORMATEX stuff works. Post audio codec name and post
17304           it as taglist on the bus. Allow up to 8 channesl for raw
17305           PCM in the source pad template caps.
17306
17307 2006-02-16  Wim Taymans  <wim@fluendo.com>
17308
17309         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17310         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17311         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17312         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17313         (gst_multipart_set_property), (gst_multipart_get_property):
17314         Applied #318663. Gives quite a few false positives in
17315         autoscan mode, but it's better than nothing. Not closing yet.
17316
17317 2006-02-16  Wim Taymans  <wim@fluendo.com>
17318
17319         * docs/plugins/Makefile.am:
17320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17322         * docs/plugins/gst-plugins-good-plugins.args:
17323         * docs/plugins/inspect/plugin-udp.xml:
17324         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17325         (gst_udpsrc_start):
17326         Update documentation.
17327         Fix args.
17328
17329 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17330
17331         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17332         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17333         frame size. (Fixes #331368)
17334
17335 2006-02-16  Wim Taymans  <wim@fluendo.com>
17336
17337         * gst/rtsp/README:
17338         Updated README.
17339
17340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17341         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17342         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17343         * gst/rtsp/gstrtspsrc.h:
17344         Make sure the RTP port is an even port an try to allocate 
17345         another if not.
17346         Added retry property to control max retries for port allocation.
17347         Make sure RTCP port is RTP port+1.
17348         Cleanup when port allocation fails.
17349         Fixes #319183.
17350         
17351 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17352
17353         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17354           Don't ignore return value of the parent class's state
17355           change function (#331385, patch by: Wouter Paesen).
17356
17357 2006-02-15  Wim Taymans  <wim@fluendo.com>
17358
17359         * configure.ac:
17360         * docs/plugins/Makefile.am:
17361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17363         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17364         * ext/Makefile.am:
17365         * ext/hal/Makefile.am:
17366         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17367         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17368         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17369         (do_toggle_element), (gst_hal_audio_sink_set_property),
17370         (gst_hal_audio_sink_get_property),
17371         (gst_hal_audio_sink_change_state):
17372         * ext/hal/gsthalaudiosink.h:
17373         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17374         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17375         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17376         (do_toggle_element), (gst_hal_audio_src_set_property),
17377         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17378         * ext/hal/gsthalaudiosrc.h:
17379         * ext/hal/gsthalelements.c: (plugin_init):
17380         * ext/hal/gsthalelements.h:
17381         * ext/hal/hal.c: (gst_hal_get_string),
17382         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17383         (gst_hal_get_audio_src):
17384         * ext/hal/hal.h:
17385         Add HAL sound device wrapper plugins. Closes #329106
17386
17387 2006-02-15  Wim Taymans  <wim@fluendo.com>
17388
17389         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17390         Add comment in a fultile attempt to stop the copy-and-paste 
17391         paradigm leading to duplication of bad code.
17392
17393         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17394         Mime parameters have to be checked case insensitive
17395
17396 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17397
17398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17399           Advance stream time for lagging subtitle streams by sending
17400           newsegment events with the update flag set.
17401
17402 2006-02-14  Edward Hervey  <edward@fluendo.com>
17403
17404         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17405         There can be bogus data before the hdrl LIST tag in the RIFF header.
17406         It's hard to say if it's not respecting the AVI specifications or not,
17407         but since Google Video is producing AVIs like that and the other player
17408         don't seem to complain, I guess we should do the same.
17409
17410 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17411
17412         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17413         (parse_split_strings):
17414         Add more validation to ensure that a char encoding conversion
17415         produced a valid UTF-8 string.
17416
17417 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17418
17419         Reviewed by: Edward Hervey  <edward@fluendo.com>
17420
17421         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17422         Properly handle end of segment. Closes #330885.
17423
17424 2006-02-13  Wim Taymans  <wim@fluendo.com>
17425
17426         * gst/rtp/gstrtpmp4gpay.h:
17427         For got to commit this one.
17428
17429 2006-02-12  Wim Taymans  <wim@fluendo.com>
17430
17431         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17432         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17433         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17434         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17435         * gst/rtp/gstrtpmp4gpay.h:
17436         Make more things work.
17437         Handle ACC config strings.
17438
17439 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17440
17441         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17442           set timestamps if no incoming timestamps set
17443
17444 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17447         (gst_tag_demux_do_typefind):
17448           ... and fix the very same leaks in GstTagDemux.
17449
17450 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17451
17452         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17453         (gst_id3demux_do_typefind):
17454         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17455         <jonathan at kaolin dot wh9 dot net>)
17456
17457 2006-02-10  Wim Taymans  <wim@fluendo.com>
17458
17459         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17460         First set options, then set caps or else the baseclass
17461         will not know about the options, duh.
17462
17463 2006-02-10  Wim Taymans  <wim@fluendo.com>
17464
17465         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17466         (gst_rtp_mp4v_pay_setcaps):
17467         Don't waste time looking for a config string if we have codec_info
17468         on the incomming caps.
17469
17470 2006-02-10  Wim Taymans  <wim@fluendo.com>
17471
17472         * gst/rtp/README:
17473         Say something about case-sensitivity of caps vs mime-attributes.
17474
17475         * gst/rtp/Makefile.am:
17476         * gst/rtp/gstrtp.c: (plugin_init):
17477         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17478         (gst_rtp_amr_pay_handle_buffer):
17479         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17480         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17481         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17482         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17483         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17484         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17485         (gst_rtp_mp4g_pay_plugin_init):
17486         * gst/rtp/gstrtpmp4gpay.h:
17487         Added beginnings of mpeg4-generic payloader (RFC 3640)
17488
17489 2006-02-09  Wim Taymans  <wim@fluendo.com>
17490
17491         * gst/rtsp/Makefile.am:
17492         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17493         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17494         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17495         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17496         (gst_rtpdec_change_state):
17497         * gst/rtsp/gstrtpdec.h:
17498         * gst/rtsp/gstrtsp.c: (plugin_init):
17499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17500         * gst/rtsp/rtspconnection.c: (read_body),
17501         (rtsp_connection_receive):
17502         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17503         Resurected rtpdec to make rtspsrc happy again.
17504         Skip attributes from the session id.
17505         Don't crash when dumping a message with an empty body.
17506
17507
17508 2006-02-09  Wim Taymans  <wim@fluendo.com>
17509
17510         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17511         Added more meaningfull warnings when something goes wrong.
17512         Clear F bit on outgoing AMR packets.
17513
17514         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17515         (gst_rtp_amr_pay_handle_buffer):
17516         Added debugging category
17517         Support payloading of multiple AMR frames.
17518
17519         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17520         Added some debugging.
17521
17522 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17523
17524         * configure.ac:
17525           Back to CVS
17526
17527 === release 0.10.2 ===
17528
17529 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17530
17531         * configure.ac:
17532           releasing 0.10.2, "Papa was a rolling stone"
17533
17534 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17535
17536         * configure.ac:
17537           Bump core and plugins-base requirement to 0.10.2.2
17538           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17539
17540 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17541
17542         * ext/flac/gstflac.c: (plugin_init):
17543         * ext/speex/gstspeex.c: (plugin_init):
17544           Register musicbrainz tags.
17545
17546 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17547
17548         * ext/gconf/gconf.h:
17549           Remove declaration of function that no longer exists.
17550
17551 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17552
17553         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17554         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17555         Make shout2 work for non ogg streams
17556
17557 2006-02-06  Wim Taymans  <wim@fluendo.com>
17558
17559         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17560         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17561         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17562         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17563         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17564         * gst/udp/gstmultiudpsink.h:
17565         Updated docs.
17566         Added properties bytes-served, bytes_to_serve.
17567         Post proper error messages,
17568         Emit client added signal too.
17569
17570 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * docs/plugins/Makefile.am:
17573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17575         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17576         (gst_multiudpsink_get_stats):
17577           adding docs for multiudpsink
17578
17579 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17580
17581         * gst/level/gstlevel.c: (gst_level_transform_ip):
17582           peak below decay is not necessarily an error, so don't ERROR log
17583
17584 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17585
17586         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17587         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17588         (gst_ebml_write_seek):
17589         * gst/matroska/ebml-write.h:
17590           Make sure we send a newsegment event in BYTES format
17591           before sending buffers (#328531).
17592
17593 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17594
17595         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17596         (gst_dvdemux_sink_query):
17597         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17598         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17599         (speex_dec_src_query):
17600         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17601         (gst_speexenc_sink_query):
17602         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17603         * gst/matroska/matroska-demux.c:
17604         (gst_matroska_demux_get_src_query_types),
17605         (gst_matroska_demux_handle_src_query):
17606         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17607         (gst_wavparse_pad_query):
17608           Pass unhandled queries upstream instead of just dropping
17609           them (#326446). Update query type arrays here and there.
17610
17611 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17612
17613         * tests/check/elements/matroskamux.c: (setup_src_pad):
17614           Collectpads in core got changed and now also holds a
17615           reference to any pad that is part of it. Fix refcount
17616           checks in test case accordingly.
17617
17618 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17619
17620         * gst/apetag/gstapedemux.h:
17621           Fix include, for now GstTagDemux is in the apetag dir.
17622
17623 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17624
17625         * docs/plugins/Makefile.am:
17626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17628         * docs/plugins/inspect/plugin-cdio.xml:
17629           Add cdio plugin to docs.
17630
17631         * ext/cdio/gstcdiocddasrc.c:
17632           Add gtk-doc blurb.
17633
17634         * ext/cdio/gstcdio.c:
17635           The plugin is called 'cdio' not 'cddio'.
17636
17637 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17638
17639         * configure.ac:
17640         * docs/plugins/Makefile.am:
17641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17643         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17644         * docs/plugins/inspect/plugin-apetag.xml:
17645         * gst/apetag/Makefile.am:
17646         * gst/apetag/gstapedemux.c:
17647         * gst/apetag/gstapedemux.h:
17648         * gst/apetag/gsttagdemux.c:
17649         * gst/apetag/gsttagdemux.h:
17650           Add APE tag demuxer (#325649).
17651
17652 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17653
17654         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17655         (gst_gconf_get_default_video_sink),
17656         (gst_gconf_get_default_audio_src),
17657         (gst_gconf_get_default_video_src):
17658         * ext/gconf/gconf.h:
17659         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17660         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17661         (do_toggle_element):
17662         * ext/gconf/gstgconfaudiosink.h:
17663         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17664         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17665         (do_toggle_element):
17666         * ext/gconf/gstgconfaudiosrc.h:
17667         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17668         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17669         (do_toggle_element):
17670         * ext/gconf/gstgconfvideosink.h:
17671         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17672         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17673         (do_toggle_element):
17674         * ext/gconf/gstgconfvideosrc.h:
17675           Ignore changing the GConf key to "". Ignore GConf key updates
17676           that don't actually change the string.
17677           For now, ignore the GConf key when the state is > READY, as
17678           it breaks streaming. Sometime it will be nice to bring the
17679           new sink online even mid-stream, by sending NEWSEGMENT info
17680           and possibly prerolling.
17681           (Fixes #326736)
17682
17683 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17684
17685         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17686         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17687         (zoomFilterSetResolution), (zoomFilterDestroy),
17688         (zoomFilterFastRGB), (pointFilter):
17689         * gst/goom/filters.h:
17690         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17691         (goom_update), (goom_close):
17692         * gst/goom/goom_core.h:
17693         * gst/goom/goom_tools.h:
17694         * gst/goom/graphic.c:
17695         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17696         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17697         * gst/goom/gstgoom.h:
17698         * gst/goom/lines.c: (goom_lines):
17699         * gst/goom/lines.h:
17700           Make goom reentrant by moving all important static variables
17701           into instance structures.
17702           (Fixes #329181)
17703
17704 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17705
17706         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17707         (gst_avi_demux_all_source_pads_unlinked),
17708         (gst_avi_demux_process_next_entry):
17709         * gst/avi/gstavidemux.h:
17710           Third attempt, use gst_pad_is_linked() this time.
17711
17712 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17713
17714         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17715         (parse_split_strings):
17716         Adjust for data length indicators when parsing (Fixes #329810)
17717         Fix stupid bug parsing UTF-8 tag text.
17718         Output tag strings with multiple fields as multiple tags, so the
17719         app gets all the data.
17720
17721 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17722
17723         * ext/flac/gstflacenc.c:
17724         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17725         show me.
17726         
17727 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17728
17729         * ext/flac/gstflacenc.c:
17730         * gst/matroska/ebml-read.c:
17731         Just make it compile with --disable-gst-debug.
17732
17733 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17734
17735         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17736         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17737         (id3v2_genre_fields_to_taglist):
17738           Never output a tag with a null contents string.
17739
17740 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17741
17742         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17743           Only pause if all pads are unlinked AND we've tried to send data
17744           on all of them at least once.
17745
17746 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17747
17748         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17749         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17750           Make loop function/task pause itself when all source pads are
17751           unlinked.
17752
17753 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17754
17755         * configure.ac:
17756         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17757           Use new functions from core to render a bin from a
17758           string. Fixes build. Up requirements to core CVS.
17759
17760 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17763           Don't push buffers into the adapter that we are going to
17764           push downstream again without framing anyway. Also, the
17765           adaptor takes ownership of buffers put into it (fixes
17766           auparse pushing invalid buffers for .au files with
17767           ADPCM contents). Finally, set caps on all outgoing buffers.
17768
17769 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17770
17771         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17772         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17773         (gst_id3demux_send_tag_event):
17774         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17775         Someone should kick my butt. Remove ID3v1 tags from the end of the
17776         file.
17777
17778         Improve error messages. Send the TAG message as soon as we complete
17779         typefinding, instead of waiting until we send the first buffer.
17780         Downstream tag event is still sent before the first buffer.
17781
17782 2006-01-27  Jan Gerber  <j@bootlab.org>
17783
17784         Reviewed by: Andy Wingo <wingo@pobox.com>
17785
17786         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17787         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17788         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17789         to not have warings flooding stderr. this is the suggested way
17790         also used in dvgrab and kino. (#328336)
17791
17792 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17793
17794         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17795         (gst_oss_sink_init), (gst_oss_sink_finalise):
17796           Free the device name string when finalised.
17797
17798 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17799
17800         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17801           Don't put function calls in g_return_if_fail() statements,
17802           or they'll be replaced with NOOPs if someone compiles with
17803           G_DISABLE_CHECKS defined.
17804           
17805 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17806
17807         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17808         Never trust ANY information encoded in a media file, especially
17809         when it's giving you sizes. (Fixes #328452)
17810
17811 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17812
17813         * gst/rtp/gstrtpg711pay.c:
17814         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17815         bug #325148.
17816
17817 2006-01-23  Edward Hervey  <edward@fluendo.com>
17818
17819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17820         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17821         * gst/matroska/matroska-ids.h:
17822         Added recognition of Real Audio and Video streams in matroska demuxer.
17823
17824 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17825
17826         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17827           Remove errant break statement, and fix compilation with
17828           older GCC.
17829
17830 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17831
17832         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * sys/sunaudio/gstsunaudiomixerctrl.c:
17835         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17836           Export functions that are needed in other parts of the code,
17837           makes the mixer actually work; adjust magic minimum buffer-time
17838           value from 3ms to 5ms to work around stuttering during mp3
17839           playback (#327765).
17840
17841 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17842
17843         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17844
17845         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17846         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17847           Fix possible deadlock in matroska muxer (#327825).
17848
17849 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17850
17851         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17852         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17853         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17854         * gst/rtsp/sdpmessage.h:
17855         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17856         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17857           C89 fixes: declare variables at the beginning of a block and
17858           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17859           <jensgr at gmx dot net>).
17860
17861 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17862
17863         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17864         * gst/id3demux/id3tags.h:
17865         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17866         (parse_comment_frame), (parse_text_identification_frame),
17867         (id3v2_tag_to_taglist), (id3v2_are_digits),
17868         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17869         (parse_split_strings), (free_tag_strings):
17870           Rewrite parsing of text tags to handle multiple NULL terminated
17871           strings. Parse numeric genre strings and ID3v2 type
17872           "(3)(6)Alternative" style genre strings.
17873           Parse dates that are only YYYY or YYYY-mm format.
17874           (Fixes #328241 and #322154)
17875
17876 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17879           Don't forget to initialize liboil, otherwise our oil functions
17880           will crash (fixes #327871; patch by: Christoph Burghardt
17881           <hawkes at web dot de>).
17882
17883 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17884
17885         * configure.ac:
17886           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17887           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17888           patch by: Brian Cameron <brian dot cameron at sun dot com>
17889
17890 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17893         * ext/cdio/gstcdio.h:
17894         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17895           Fix build for libcdio versions >= 76; give slightly lower rank
17896           than cdparanoia.
17897
17898 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17899
17900         * configure.ac:
17901         * ext/Makefile.am:
17902         * ext/cdio/Makefile.am:
17903         * ext/cdio/gstcdio.c:
17904         * ext/cdio/gstcdio.h:
17905         * ext/cdio/gstcdiocddasrc.c:
17906         * ext/cdio/gstcdiocddasrc.h:
17907           Port libcdio cdda source, formerly known as cddasrc, now known as
17908           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17909           but that's not tested (fixes #317658).
17910
17911 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17912
17913         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17914           Fix conversion from TIME to BYTES format (fixes #326864;
17915           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17916
17917 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17918
17919         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17920           Fix compilation of id3demux when zlib is not present.
17921           (Fixes #326602; patch by: Sergey Scobich)
17922
17923 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17924
17925         * ext/esd/Makefile.am:
17926           Add $(ESD_CFLAGS), otherwise build will fail for folks
17927           with libesd in a non-standard prefix (#327009).
17928
17929 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17930
17931         * configure.ac:
17932           back to HEAD
17933
17934 === release 0.10.1 ===
17935
17936 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17937
17938         * configure.ac:
17939           releasing 0.10.1, "Li"
17940
17941 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943           patch by: Wim Taymans
17944
17945         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17946           fix memleak.  Fixes #326618
17947
17948 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17949
17950           patch by: Mike Smith
17951
17952         * gst/level/gstlevel.c: (gst_level_message_new),
17953         (gst_level_message_append_channel):
17954           Fix memleak.  Fixes #326612
17955
17956 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17957
17958         * configure.ac:
17959           prereleasing
17960         * po/af.po:
17961         * po/az.po:
17962         * po/cs.po:
17963         * po/en_GB.po:
17964         * po/hu.po:
17965         * po/it.po:
17966         * po/nb.po:
17967         * po/nl.po:
17968         * po/or.po:
17969         * po/sq.po:
17970         * po/sr.po:
17971         * po/sv.po:
17972         * po/uk.po:
17973         * po/vi.po:
17974           update translations
17975
17976 2006-01-10  Michael Smith  <msmith@fluendo.com>
17977
17978         * gst/level/gstlevel.c: (gst_level_class_init),
17979         (gst_level_dispose):
17980           Don't leak filter arrays.
17981
17982 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17983
17984         reviewed by: Christian Schaller <uraeus@gnome.org>
17985         
17986         * configure.ac:
17987         * gst-plugins-good.spec.in:
17988         * sys/Makefile.am:
17989         * sys/sunaudio/Makefile.am:
17990         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17991         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17992         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17993         (gst_sunaudiomixer_change_state):
17994         * sys/sunaudio/gstsunaudiomixer.h:
17995         * sys/sunaudio/gstsunaudiomixerctrl.c:
17996         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17997         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17998         (gst_sunaudiomixer_ctrl_list_tracks),
17999         (gst_sunaudiomixer_ctrl_get_volume),
18000         (gst_sunaudiomixer_ctrl_set_volume),
18001         (gst_sunaudiomixer_ctrl_set_mute),
18002         (gst_sunaudiomixer_ctrl_set_record):
18003         * sys/sunaudio/gstsunaudiomixerctrl.h:
18004         * sys/sunaudio/gstsunaudiomixertrack.c:
18005         (gst_sunaudiomixer_track_class_init),
18006         (gst_sunaudiomixer_track_init), (fill_labels),
18007         (gst_sunaudiomixer_track_new):
18008         * sys/sunaudio/gstsunaudiomixertrack.h:
18009         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18010         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18011         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18012         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18013         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18014         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18015         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18016         * sys/sunaudio/gstsunaudiosink.h:
18017
18018         Add SunAudio plugin - tested to make sure it doesn't break
18019         the build under GNU/Linux.      
18020
18021 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18022
18023         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18024         * gst-plugins-good/gst/udp/gstudpsrc.c:
18025         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18026         overrides the port or multicast parameters. Fixes bugs #323021.
18027         API addition: adds GstUDPSrc::sockfd property   
18028
18029 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * ext/gconf/Makefile.am:
18032         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18033         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18034         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18035         (do_toggle_element), (cb_toggle_element),
18036         (gst_gconf_audio_src_change_state):
18037         * ext/gconf/gstgconfaudiosrc.h:
18038         * ext/gconf/gstgconfelements.c: (plugin_init):
18039         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18040         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18041         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18042         (do_toggle_element), (cb_toggle_element),
18043         (gst_gconf_video_src_change_state):
18044         * ext/gconf/gstgconfvideosrc.h:
18045           Add new gconfaudiosrc and gconfvideosrc elements
18046           (needed for gnome-sound-recorder).
18047
18048 2006-01-06  Edward Hervey  <edward@fluendo.com>
18049
18050         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18051         Add gst_element_no_more_pads() for proper decodebin behaviour.
18052         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18053         (parse_text_identification_frame), (parse_split_strings):
18054         Failure to decode some tags is not a GST_ERROR() but a
18055         GST_WARNING()
18056         When iterating over a chunk of text, check that we haven't gone too
18057         far.
18058
18059 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18060
18061         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18062         (plugin_init):
18063           call oil_init() when using liboil
18064
18065 2006-01-04  Wim Taymans  <wim@fluendo.com>
18066
18067         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18068         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18069         Fix leaks.
18070
18071 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18072
18073         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18074
18075         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18076         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18077         (gst_flac_dec_change_state):
18078           Don't g_assert() where we should just return FALSE; remove
18079           unnecessary g_assert(); initialize some fields properly in
18080           state change function (fixes #325504). Also, use
18081           GST_DEBUG_OBJECT in two more places.
18082
18083 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18084
18085         * configure.ac:
18086           also remove smoothwave's Makefile.am
18087         * docs/plugins/Makefile.am:
18088           fix plugin docs
18089
18090 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18091
18092         * tests/examples/Makefile.am:
18093           added missing Makefile.am
18094
18095 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18096
18097         * configure.ac:
18098         * gst/level/Makefile.am:
18099         * gst/level/level-example.c:
18100         * tests/Makefile.am:
18101         * tests/examples/level/Makefile.am:
18102         * tests/examples/level/level-example.c: (message_handler), (main):
18103           moved level-example to tests/examples/level-example
18104         * tests/old/examples/level/demo.c: (main):
18105         * tests/old/examples/level/plot.c: (main):
18106           some initial fixes
18107
18108 2005-12-29  Michael Smith  <msmith@fluendo.com>
18109
18110         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18111         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18112         * gst/udp/gstmultiudpsink.h:
18113           Track packets sent per client in addition to bytes sent; provide
18114           this info through get-stats signal
18115
18116 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18117
18118         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18119           Can't use gst_object_unref() on a GstAdapter (#325191).
18120
18121 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18122
18123         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18124         If a broken tag has 0 bytes payload, at least still skip
18125         the 10 byte header
18126
18127 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18128
18129         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18130         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18131         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18132         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18133           Making these depayloaders (H263+ and mpeg4 video) inherit from
18134           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18135
18136 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18137
18138         * docs/plugins/gst-plugins-good-plugins.args:
18139         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18140         Regenerate the plugin hiearchy.
18141
18142 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18143
18144         * docs/plugins/Makefile.am:
18145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18147         * docs/plugins/gst-plugins-good-plugins.args:
18148         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18149         (gst_id3demux_base_init), (gst_id3demux_class_init),
18150         (gst_id3demux_chain):
18151         * gst/id3demux/gstid3demux.h:
18152           Add documentation for id3demux.
18153           Don't fail if the first buffer is not at offset 0, just
18154           attempt to typefind and do pass through
18155           Rename the gst_type function from gst_gst_id3demux..
18156
18157 2005-12-20  Michael Smith  <msmith@fluendo.com>
18158
18159         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18160         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18161         (gst_multiudpsink_get_stats):
18162         * gst/udp/gstmultiudpsink.h:
18163           Collect statistics; return them from get_stats.
18164
18165 2005-12-19  Edward Hervey  <edward@fluendo.com>
18166
18167         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18168         Stupid signedness issue...
18169
18170 2005-12-19  Edward Hervey  <edward@fluendo.com>
18171
18172         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18173         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18174         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18175         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18176         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18177         Construct index for indexless files.
18178         Make sure pad/buffers are correctly reset to NULL once we don't need
18179         them anymore, else we get lovely segfaults/assertions.
18180         * gst/wavparse/gstwavparse.c:
18181         Yes, you can have 96KHz audio and wma in wav :(
18182
18183 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18184
18185         * configure.ac:
18186           Check for optional dependency on zlib for id3demux
18187
18188         * gst/id3demux/Makefile.am:
18189         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18190         (gst_id3demux_base_init), (gst_id3demux_class_init),
18191         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18192         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18193         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18194         (gst_id3demux_set_property), (gst_id3demux_get_property),
18195         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18196         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18197         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18198         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18199         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18200         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18201         (simple_find_peek), (simple_find_suggest),
18202         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18203         (plugin_init):
18204         * gst/id3demux/gstid3demux.h:
18205         * gst/id3demux/id3tags.c: (read_synch_uint),
18206         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18207         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18208         (id3demux_id3v2_frames_to_tag_list):
18209         * gst/id3demux/id3tags.h:
18210         * gst/id3demux/id3v2.4.0-frames.txt:
18211         * gst/id3demux/id3v2.4.0-structure.txt:
18212         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18213         (parse_comment_frame), (parse_text_identification_frame),
18214         (id3v2_tag_to_taglist), (parse_split_strings):
18215           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18216           otherwise it discards them. Works on my test files. 
18217
18218         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18219           Don't send EOS to a non-existing srcpad
18220           The debug category can be static
18221
18222 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18223
18224         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18225         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18226         * gst/multipart/multipartdemux.c:
18227           change some char* into char[]
18228
18229 2005-12-16  Wim Taymans  <wim@fluendo.com>
18230
18231         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18232         (gst_wavparse_other), (gst_wavparse_perform_seek),
18233         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18234         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18235         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18236         * gst/wavparse/gstwavparse.h:
18237         Use GstSegment to implement more seeking features.
18238
18239 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * gst/rtsp/rtspconnection.c:
18242           Add <netinet/in.h> include and move <arpa/inet.h> include
18243           to make things work on OpenBSD as well (fixes #323717;
18244           patch by: Benjamin Pineau)
18245
18246 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18247
18248         * gst/rtp/gstrtpspeexdepay.c:
18249         * gst/rtp/gstrtpspeexpay.c:
18250         Set clock rate to be fixed in 8000. It fixes bug #324012.
18251
18252 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18253
18254         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18255         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18256         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18257         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18258         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18259         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18260         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18261         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18262         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18263         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18264         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18265         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18266         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18267         * gst-plugins-good/gst/rtp/README:
18268         Fixed payload range in payloder caps. Removed payload range completely
18269         from depayloaders as they don't require payload type in their caps.
18270         In effect, there isn't any specific payload type for any given codec,
18271         only suggestions.
18272         Fixes bug #324011.
18273
18274 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18275
18276         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18277         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18278         (gst_videomixer_collected): Code cleanup and re-enabling 
18279         queued time validity check for correct EOS handling.
18280
18281 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18282
18283         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18284         (gst_oss_mixer_element_get_property),
18285         (gst_oss_mixer_element_change_state):
18286         Add 'device-name' property and fix state change function.
18287
18288 2005-12-13  Edward Hervey  <edward@fluendo.com>
18289
18290         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18291         If the speed of the file is null in the header, set the frame_time to
18292         the default setting of GST_SECOND / 70. Which is the default
18293         frame_delay for .fli files as stated in this document :
18294         http://www.compuphase.com/flic.htm
18295         Would be nice to have the time conversion done properly too (duration =
18296         flxh->frames * flxdec->frame_time)
18297
18298 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18299
18300         * docs/plugins/Makefile.am:
18301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18303         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18304         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18305         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18306         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18307         documentation for videomixer on my way with a funny sample
18308         pipeline.
18309
18310 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18311
18312         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18313         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18314         (gst_videomixer_update_queues), (gst_videomixer_collected):
18315         Fix caps negotiation. (#323896)
18316
18317 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18318
18319         * gst/matroska/matroska-demux.c:
18320         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18321           Set correct timestamps on audio laces, fixes playback of mp3 from
18322                 matroska.
18323
18324 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18327         (gst_au_parse_class_init), (gst_au_parse_init),
18328         (gst_au_parse_dispose), (gst_au_parse_chain),
18329         (gst_au_parse_change_state), (plugin_init):
18330         * gst/auparse/gstauparse.h:
18331           Use gst_object_unref() for GstObjects instead of
18332           g_object_unref() and fix a mem leak in a debug
18333           statement; while we're at it, also borgify, use
18334           boilerplate macros and clean up a little bit.
18335
18336 2005-12-11  Edward Hervey  <edward@fluendo.com>
18337
18338         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18339         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18340         Added pull mode.
18341
18342 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * gst/goom/gstgoom.c:
18345         * gst/level/level-example.c: (main):
18346         * gst/smoothwave/demo-osssrc.c: (main):
18347           Use audiotestsrc instead of sinesrc (#323798).
18348
18349 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18350
18351         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18352           more debug-func-ptr usage
18353
18354 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18355
18356         * gst/flx/flx_color.c: (flx_colorspace_convert):
18357         * gst/flx/flx_color.h:
18358         * gst/flx/flx_fmt.h:
18359         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18360         * gst/flx/gstflxdec.h:
18361           Now flxdec works on big-endian machines as well.
18362
18363 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18364
18365         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18366         (gst_fenced_buffer_copy):
18367           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18368           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18369           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18370           and use GST_DEBUG_FUNCPTR for pad functions.
18371
18372 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18373
18374         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18375         (gst_flac_dec_class_init), (gst_flac_dec_init),
18376         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18377         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18378         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18379         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18380         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18381         (gst_flac_dec_change_state):
18382         * ext/flac/gstflacdec.h:
18383           Rewrite flacdec a bit, so that even seeking might work now. Most
18384           importantly, don't act upon any flow return values we get, just tell
18385           the decoder everything's dandy and act on the flow return values
18386           later on in the loop function. We don't want to mess up the internal
18387           decoder state for non-fatal things like flushing pads etc. Other
18388           than that, use GstSegment (segment seeks don't work yet though, but
18389           should be easy to add), use boilerplate macros, drop the superfluous
18390           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18391           lots of other things.
18392
18393 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18394
18395         * configure.ac:
18396           Update comment in OSS includes check.
18397
18398         * sys/oss/gstossdmabuffer.c:
18399         * sys/oss/gstosshelper.c:
18400         * sys/oss/gstossmixer.c:
18401         * sys/oss/gstossmixertrack.c:
18402         * sys/oss/gstosssink.c:
18403         * sys/oss/gstosssrc.c:
18404         * sys/oss/oss_probe.c:
18405           Don't assume the OSS soundcard.h include is always in
18406           the sys/ directory. Instead, use the existing defines
18407           from config.h to include the right file. Fixes
18408           compilation on OpenBSD 3.8 (#323718).
18409
18410 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18411
18412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18413         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18414         * docs/plugins/inspect/plugin-1394.xml:
18415         * docs/plugins/inspect/plugin-aasink.xml:
18416         * docs/plugins/inspect/plugin-alaw.xml:
18417         * docs/plugins/inspect/plugin-alpha.xml:
18418         * docs/plugins/inspect/plugin-alphacolor.xml:
18419         * docs/plugins/inspect/plugin-auparse.xml:
18420         * docs/plugins/inspect/plugin-autodetect.xml:
18421         * docs/plugins/inspect/plugin-avi.xml:
18422         * docs/plugins/inspect/plugin-cacasink.xml:
18423         * docs/plugins/inspect/plugin-cairo.xml:
18424         * docs/plugins/inspect/plugin-cutter.xml:
18425         * docs/plugins/inspect/plugin-debug.xml:
18426         * docs/plugins/inspect/plugin-dv.xml:
18427         * docs/plugins/inspect/plugin-efence.xml:
18428         * docs/plugins/inspect/plugin-effectv.xml:
18429         * docs/plugins/inspect/plugin-esdsink.xml:
18430         * docs/plugins/inspect/plugin-flac.xml:
18431         * docs/plugins/inspect/plugin-flxdec.xml:
18432         * docs/plugins/inspect/plugin-gconfelements.xml:
18433         * docs/plugins/inspect/plugin-goom.xml:
18434         * docs/plugins/inspect/plugin-jpeg.xml:
18435         * docs/plugins/inspect/plugin-level.xml:
18436         * docs/plugins/inspect/plugin-matroska.xml:
18437         * docs/plugins/inspect/plugin-mulaw.xml:
18438         * docs/plugins/inspect/plugin-multipart.xml:
18439         * docs/plugins/inspect/plugin-navigationtest.xml:
18440         * docs/plugins/inspect/plugin-ossaudio.xml:
18441         * docs/plugins/inspect/plugin-png.xml:
18442         * docs/plugins/inspect/plugin-rtp.xml:
18443         * docs/plugins/inspect/plugin-rtsp.xml:
18444         * docs/plugins/inspect/plugin-shout2send.xml:
18445         * docs/plugins/inspect/plugin-smpte.xml:
18446         * docs/plugins/inspect/plugin-speex.xml:
18447         * docs/plugins/inspect/plugin-udp.xml:
18448         * docs/plugins/inspect/plugin-videobox.xml:
18449         * docs/plugins/inspect/plugin-videoflip.xml:
18450         * docs/plugins/inspect/plugin-videomixer.xml:
18451         * docs/plugins/inspect/plugin-wavenc.xml:
18452         * docs/plugins/inspect/plugin-wavparse.xml:
18453         * ext/flac/gstflac.c: (plugin_init):
18454         * ext/flac/gstflacdec.c: (flacdec_get_type),
18455         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18456         (gst_flac_dec_init), (gst_flac_dec_finalize),
18457         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18458         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18459         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18460         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18461         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18462         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18463         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18464         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18465         * ext/flac/gstflacdec.h:
18466         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18467         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18468         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18469         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18470         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18471         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18472         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18473         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18474         (gst_flac_enc_change_state):
18475         * ext/flac/gstflacenc.h:
18476           borgify and fix up documentation
18477
18478 2005-12-09  Michael Smith  <msmith@fluendo.com>
18479
18480         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18481           Accept a wider range of flac files, more closely matching flac spec.
18482
18483 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18484
18485         * docs/plugins/Makefile.am: Add multipart elements.
18486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18487         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18488         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18489         * gst/multipart/multipartdemux.c:
18490         * gst/multipart/multipartmux.c: Add docs.
18491
18492 2005-12-07  Edward Hervey  <edward@fluendo.com>
18493
18494         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18495         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18496         (gst_avi_demux_invert):
18497         Memleak and crasher fixes.
18498         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18499         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18500         Memleak fixes
18501
18502 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18503
18504         * ext/aalib/gstaasink.h:
18505         * ext/cairo/gsttextoverlay.h:
18506         * ext/dv/gstdvdec.h:
18507         * ext/dv/gstdvdemux.c:
18508         * ext/dv/gstdvdemux.h:
18509         * ext/esd/esdsink.h:
18510         * ext/flac/flac_compat.h:
18511         * ext/flac/gstflacdec.h:
18512         * ext/flac/gstflacenc.h:
18513         * ext/gconf/gconf.h:
18514         * ext/gconf/gstgconfaudiosink.h:
18515         * ext/gconf/gstgconfvideosink.h:
18516         * ext/gdk_pixbuf/gstgdkanimation.h:
18517         * ext/jpeg/gstjpegdec.h:
18518         * ext/jpeg/smokecodec.h:
18519         * ext/jpeg/smokeformat.h:
18520         * ext/ladspa/gstsignalprocessor.h:
18521         * ext/ladspa/search.c: (LADSPAPluginSearch):
18522         * ext/ladspa/utils.h:
18523         * ext/libmng/gstmng.c:
18524         * ext/libmng/gstmngdec.h:
18525         * ext/libmng/gstmngenc.c:
18526         * ext/libmng/gstmngenc.h:
18527         * ext/libpng/gstpng.c:
18528         * ext/libpng/gstpngenc.c:
18529         * ext/libpng/gstpngenc.h:
18530         * ext/shout2/gstshout2.h:
18531         * ext/speex/gstspeexdec.h:
18532         * ext/speex/gstspeexenc.c:
18533         * ext/speex/gstspeexenc.h:
18534         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18535         * gst/autodetect/gstautoaudiosink.h:
18536         * gst/autodetect/gstautovideosink.h:
18537         * gst/avi/gstavidemux.h:
18538         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18539         (gst_cutter_set_property), (gst_cutter_get_caps):
18540         * gst/cutter/gstcutter.h:
18541         * gst/debug/tests.c: (md5_process_block):
18542         * gst/debug/tests.h:
18543         * gst/effectv/gstwarp.c:
18544         * gst/flx/flx_fmt.h:
18545         * gst/flx/gstflxdec.h:
18546         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18547         (zoomFilterFastRGB):
18548         * gst/goom/filters.h:
18549         * gst/goom/goom_tools.h:
18550         * gst/law/alaw-encode.c:
18551         * gst/level/gstlevel.c:
18552         * gst/level/gstlevel.h:
18553         * gst/matroska/ebml-write.h:
18554         * gst/matroska/matroska-demux.h:
18555         * gst/matroska/matroska-ids.h:
18556         * gst/matroska/matroska-mux.h:
18557         * gst/monoscope/convolve.c: (convolve_match):
18558         * gst/monoscope/convolve.h:
18559         * gst/multipart/multipartmux.c:
18560         * gst/oldcore/gstaggregator.c:
18561         * gst/oldcore/gstaggregator.h:
18562         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18563         * gst/oldcore/gstmd5sink.h:
18564         * gst/oldcore/gstmultifilesrc.c:
18565         * gst/oldcore/gstmultifilesrc.h:
18566         * gst/oldcore/gstpipefilter.h:
18567         * gst/oldcore/gstshaper.h:
18568         * gst/rtp/gstrtpL16depay.h:
18569         * gst/rtp/gstrtpL16pay.h:
18570         * gst/rtp/gstrtpdepay.h:
18571         * gst/rtp/gstrtpmp4vpay.c:
18572         * gst/rtp/gstrtpmp4vpay.h:
18573         * gst/rtsp/gstrtspsrc.c:
18574         * gst/rtsp/gstrtspsrc.h:
18575         * gst/rtsp/rtspconnection.h:
18576         * gst/rtsp/rtspdefs.h:
18577         * gst/rtsp/rtspmessage.h:
18578         * gst/rtsp/rtsptransport.h:
18579         * gst/rtsp/rtspurl.c:
18580         * gst/rtsp/rtspurl.h:
18581         * gst/rtsp/sdpmessage.c:
18582         * gst/rtsp/sdpmessage.h:
18583         * gst/smpte/barboxwipes.c:
18584         * gst/smpte/gstmask.h:
18585         * gst/smpte/gstsmpte.h:
18586         * gst/smpte/paint.c:
18587         * gst/smpte/paint.h:
18588         * gst/udp/gstdynudpsink.h:
18589         * gst/udp/gstmultiudpsink.h:
18590         * gst/udp/gstudpsink.c:
18591         * gst/udp/gstudpsink.h:
18592         * gst/udp/gstudpsrc.c:
18593         * gst/videomixer/videomixer.c:
18594         * gst/wavenc/riff.h:
18595         * gst/wavparse/gstwavparse.h:
18596         * sys/oss/gstossdmabuffer.h:
18597         * sys/oss/gstossmixer.h:
18598         * sys/oss/gstossmixerelement.h:
18599         * sys/oss/gstossmixertrack.h:
18600         * sys/oss/gstosssink.c:
18601         * sys/oss/gstosssink.h:
18602         * sys/oss/gstosssrc.c:
18603         * sys/oss/gstosssrc.h:
18604         * sys/osxaudio/gstosxaudioelement.h:
18605         * sys/osxaudio/gstosxaudiosink.h:
18606         * sys/osxaudio/gstosxaudiosrc.h:
18607           expand tabs
18608
18609 === release 0.10.0 ===
18610
18611 2005-12-05   <thomas (at) apestaart (dot) org>
18612
18613         * configure.ac:
18614           releasing 0.10.0, "Abondance"
18615
18616 2005-12-05  Andy Wingo  <wingo@pobox.com>
18617
18618         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18619         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18620         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18621         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18622         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18623         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18625         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18626         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18627         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18628         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18629         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18630         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18631         * gst/goom/gstgoom.c: (gst_goom_chain):
18632         * gst/matroska/matroska-demux.c:
18633         (gst_matroska_demux_push_vorbis_codec_priv_data),
18634         (gst_matroska_demux_add_wvpk_header):
18635         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18636         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18637         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18638         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18639         alloc_buffer changes.
18640
18641 2005-12-05  Michael Smith  <msmith@fluendo.com>
18642
18643         * docs/plugins/gst-plugins-good-plugins.args:
18644           Remove args for plugins that aren't in -good.
18645
18646 === release 0.9.7 ===
18647
18648 2005-12-01   <thomas (at) apestaart (dot) org>
18649
18650         * configure.ac:
18651           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18652
18653 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18654
18655         * docs/plugins/.cvsignore:
18656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18657         * docs/plugins/inspect/plugin-multipart.xml:
18658         * docs/plugins/inspect/plugin-rtp.xml:
18659           add multipart plugin to docs
18660
18661 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18662
18663         * configure.ac:
18664         * ext/Makefile.am:
18665         * ext/pango/Makefile.am:
18666         * ext/pango/gstclockoverlay.c:
18667         * ext/pango/gstclockoverlay.h:
18668         * ext/pango/gsttextoverlay.c:
18669         * ext/pango/gsttextoverlay.h:
18670         * ext/pango/gsttextrender.c:
18671         * ext/pango/gsttextrender.h:
18672         * ext/pango/gsttimeoverlay.c:
18673         * ext/pango/gsttimeoverlay.h:
18674           move pango to base
18675
18676 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18677
18678         * gst/rtp/Makefile.am:
18679         * gst/rtp/gstrtpL16depay.c:
18680         * gst/rtp/gstrtpL16depay.h:
18681         * gst/rtp/gstrtpL16parse.c:
18682         * gst/rtp/gstrtpL16parse.h:
18683         * gst/rtp/gstrtpgsmdepay.c:
18684         * gst/rtp/gstrtpgsmdepay.h:
18685         * gst/rtp/gstrtpgsmparse.c:
18686         * gst/rtp/gstrtpgsmparse.h:
18687           parsers are depayers
18688
18689 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18690
18691         * gst/rtp/Makefile.am:
18692         * gst/rtp/gstasteriskh263.c:
18693         * gst/rtp/gstrtp.c:
18694         * gst/rtp/gstrtpL16enc.c:
18695         * gst/rtp/gstrtpL16enc.h:
18696         * gst/rtp/gstrtpL16parse.c:
18697         * gst/rtp/gstrtpL16parse.h:
18698         * gst/rtp/gstrtpL16pay.c:
18699         * gst/rtp/gstrtpL16pay.h:
18700         * gst/rtp/gstrtpamrdec.c:
18701         * gst/rtp/gstrtpamrdec.h:
18702         * gst/rtp/gstrtpamrdepay.c:
18703         * gst/rtp/gstrtpamrdepay.h:
18704         * gst/rtp/gstrtpamrenc.c:
18705         * gst/rtp/gstrtpamrenc.h:
18706         * gst/rtp/gstrtpamrpay.c:
18707         * gst/rtp/gstrtpamrpay.h:
18708         * gst/rtp/gstrtpdec.c:
18709         * gst/rtp/gstrtpdec.h:
18710         * gst/rtp/gstrtpdepay.c:
18711         * gst/rtp/gstrtpdepay.h:
18712         * gst/rtp/gstrtpg711dec.c:
18713         * gst/rtp/gstrtpg711dec.h:
18714         * gst/rtp/gstrtpg711depay.c:
18715         * gst/rtp/gstrtpg711depay.h:
18716         * gst/rtp/gstrtpg711enc.c:
18717         * gst/rtp/gstrtpg711enc.h:
18718         * gst/rtp/gstrtpg711pay.c:
18719         * gst/rtp/gstrtpg711pay.h:
18720         * gst/rtp/gstrtpgsmenc.c:
18721         * gst/rtp/gstrtpgsmenc.h:
18722         * gst/rtp/gstrtpgsmparse.c:
18723         * gst/rtp/gstrtpgsmparse.h:
18724         * gst/rtp/gstrtpgsmpay.c:
18725         * gst/rtp/gstrtpgsmpay.h:
18726         * gst/rtp/gstrtph263enc.c:
18727         * gst/rtp/gstrtph263enc.h:
18728         * gst/rtp/gstrtph263pay.c:
18729         * gst/rtp/gstrtph263pay.h:
18730         * gst/rtp/gstrtph263pdec.c:
18731         * gst/rtp/gstrtph263pdec.h:
18732         * gst/rtp/gstrtph263pdepay.c:
18733         * gst/rtp/gstrtph263pdepay.h:
18734         * gst/rtp/gstrtph263penc.c:
18735         * gst/rtp/gstrtph263penc.h:
18736         * gst/rtp/gstrtph263ppay.c:
18737         * gst/rtp/gstrtph263ppay.h:
18738         * gst/rtp/gstrtpmp4vdec.c:
18739         * gst/rtp/gstrtpmp4vdec.h:
18740         * gst/rtp/gstrtpmp4vdepay.c:
18741         * gst/rtp/gstrtpmp4vdepay.h:
18742         * gst/rtp/gstrtpmp4venc.c:
18743         * gst/rtp/gstrtpmp4venc.h:
18744         * gst/rtp/gstrtpmp4vpay.c:
18745         * gst/rtp/gstrtpmp4vpay.h:
18746         * gst/rtp/gstrtpmpadec.c:
18747         * gst/rtp/gstrtpmpadec.h:
18748         * gst/rtp/gstrtpmpadepay.c:
18749         * gst/rtp/gstrtpmpadepay.h:
18750         * gst/rtp/gstrtpmpaenc.c:
18751         * gst/rtp/gstrtpmpaenc.h:
18752         * gst/rtp/gstrtpmpapay.c:
18753         * gst/rtp/gstrtpmpapay.h:
18754         * gst/rtp/gstrtpspeexdec.c:
18755         * gst/rtp/gstrtpspeexdec.h:
18756         * gst/rtp/gstrtpspeexdepay.c:
18757         * gst/rtp/gstrtpspeexdepay.h:
18758         * gst/rtp/gstrtpspeexenc.c:
18759         * gst/rtp/gstrtpspeexenc.h:
18760         * gst/rtp/gstrtpspeexpay.c:
18761         * gst/rtp/gstrtpspeexpay.h:
18762           Do burger's rename for rtp payloaders and depayloaders
18763
18764 2005-11-30  Wim Taymans  <wim@fluendo.com>
18765
18766         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18767         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18768         * ext/dv/gstdvdemux.h:
18769         Fix seeking in dvdemux again, add some more debug info.
18770
18771 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18772
18773         * configure.ac:
18774           fix tests
18775
18776 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18777
18778         * PORTED_09:
18779         * docs/random/PORTED_09:
18780           move
18781         * tests/Makefile.am:
18782           add
18783         * win32/gst.sln:
18784           remove
18785
18786 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18787
18788         * Makefile.am:
18789         * check/.cvsignore:
18790         * check/Makefile.am:
18791         * check/elements/.cvsignore:
18792         * check/elements/level.c:
18793         * check/elements/matroskamux.c:
18794         * configure.ac:
18795         * examples/Makefile.am:
18796         * examples/capsfilter/Makefile.am:
18797         * examples/capsfilter/capsfilter1.c:
18798         * examples/gob/Makefile.am:
18799         * examples/gob/gst-identity2.gob:
18800         * examples/gstplay/.cvsignore:
18801         * examples/gstplay/Makefile.am:
18802         * examples/gstplay/player.c:
18803         * examples/indexing/.cvsignore:
18804         * examples/indexing/Makefile.am:
18805         * examples/indexing/indexmpeg.c:
18806         * examples/level/Makefile.am:
18807         * examples/level/README:
18808         * examples/level/demo.c:
18809         * examples/level/plot.c:
18810         * examples/stats/Makefile.am:
18811         * examples/stats/mp2ogg.c:
18812         * examples/switch/.cvsignore:
18813         * examples/switch/Makefile.am:
18814         * examples/switch/switcher.c:
18815           move under tests/
18816
18817 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18818
18819         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18820         (gst_text_render_class_init), (resize_bitmap),
18821         (gst_text_render_render_text), (gst_text_render_setcaps),
18822         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18823         (gst_text_render_chain), (gst_text_render_finalize),
18824         (gst_text_render_init), (gst_text_render_set_property):
18825         * ext/pango/gsttextrender.h:
18826           Add missing files.
18827
18828 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18829
18830         * configure.ac:
18831         * ext/Makefile.am:
18832         * ext/pango/Makefile.am:
18833         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18834         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18835         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18836         * ext/pango/gstclockoverlay.h:
18837         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18838         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18839         (gst_text_overlay_finalize), (gst_text_overlay_init),
18840         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18841         (gst_text_overlay_text_pad_linked),
18842         (gst_text_overlay_text_pad_unlinked),
18843         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18844         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18845         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18846         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18847         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18848         (gst_text_overlay_change_state), (plugin_init):
18849         * ext/pango/gsttextoverlay.h:
18850         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18851         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18852         (gst_time_overlay_class_init), (gst_time_overlay_init):
18853         * ext/pango/gsttimeoverlay.h:
18854           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18855           and add background shading and text wrapping modes. Make 
18856           timoverlay derive from textoverlay. Also add new clockoverlay
18857           element.
18858
18859 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18860
18861         * gst/udp/Makefile.am: Moved to netbuffer.
18862
18863 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18864
18865         * configure.ac:
18866         * PORTED_O9:
18867         * gst/multipart/Makefile.am:
18868         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18869         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18870         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18871         (gst_multipart_demux_change_state),
18872         (gst_multipart_demux_plugin_init):
18873         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18874         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18875         (gst_multipart_mux_sinkconnect),
18876         (gst_multipart_mux_request_new_pad),
18877         (gst_multipart_mux_handle_src_event),
18878         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18879         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18880         0.9.
18881
18882 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18883
18884         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18885         * gst/debug/gstnavigationtest.h:
18886         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18887         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18888         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18889         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18890         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18891         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18892         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18893         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18894         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18895         (gst_video_flip_get_type):
18896         * gst/videofilter/gstvideoflip.h:
18897           update for symbols change
18898
18899 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18900
18901         * gst/udp/gstdynudpsink.c:
18902         * gst/udp/gstudpsrc.c:
18903           the old gstnet lib was renamed gstnetbuffer (#322257)
18904
18905 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18906
18907         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18908         (gst_text_overlay_collected):
18909           Actually render the text from the text pad.
18910
18911 2005-11-29  Edward Hervey  <edward@fluendo.com>
18912
18913         * gst/debug/gstnavseek.c: (gst_navseek_event):
18914         * gst/debug/progressreport.c: (gst_progress_report_event):
18915         Update for GstBaseTransform event virtual method
18916
18917 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18918
18919         * ext/cairo/Makefile.am:
18920           no need to link to videofilter
18921
18922 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18923
18924         * gst/debug/Makefile.am:
18925         * gst/debug/gstnavigationtest.h:
18926         * gst/effectv/Makefile.am:
18927         * gst/effectv/gstaging.c:
18928         * gst/effectv/gstdice.c:
18929         * gst/effectv/gstedge.c:
18930         * gst/effectv/gstquark.c:
18931         * gst/effectv/gstrev.c:
18932         * gst/effectv/gstshagadelic.c:
18933         * gst/effectv/gstvertigo.c:
18934         * gst/effectv/gstwarp.c:
18935         * gst/videofilter/Makefile.am:
18936         * gst/videofilter/gstvideofilter.c:
18937         * gst/videofilter/gstvideofilter.h:
18938         * gst/videofilter/gstvideoflip.h:
18939           remove the videofilter library and link to the one in base
18940
18941 2005-11-28  Edward Hervey  <edward@fluendo.com>
18942
18943         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18944         Useless check now we're setting the current entry correctly.
18945
18946 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18949         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18950         (gst_jpegenc_change_state):
18951           Don't leak input buffer in chain function (fixes #322667); make 
18952           state change function thread-safe; don't repeat the current function
18953           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18954           gst_pad_alloc_buffer(); misc. minor cleanups.
18955
18956 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18957
18958         * gst/matroska/matroska-mux.c:
18959         (gst_matroska_mux_video_pad_setcaps):
18960         Look for pixel-aspect-ratio in caps, not pixel_width and
18961         pixel_height (Fixes: #322645)
18962
18963 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18964
18965         * gst/matroska/matroska-mux.c:
18966         (gst_matroska_mux_video_pad_setcaps):
18967         From Michal Benes:
18968         frame duration should be GST_SECOND / framerate, not
18969         GST_SECOND * framerate. (Fixes: #322643)
18970
18971 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18972
18973         * configure.ac:
18974           fix up GST_PLUGIN_LDFLAGS
18975         * gst/rtsp/rtspconnection.c:
18976           fix includes (see #317043)
18977         * gst/videofilter/Makefile.am:
18978           stop installing this library
18979
18980 2005-11-26  Edward Hervey  <edward@fluendo.com>
18981
18982         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18983         Handle the case where the incoming Video dv stream doesn't have
18984         a pixel aspect ratio set.
18985
18986 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18987
18988         * docs/plugins/Makefile.am:
18989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18991         * ext/flac/gstflacdec.c:
18992           document flacdec
18993
18994 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18995
18996         * docs/plugins/Makefile.am:
18997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18998         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18999         * docs/plugins/inspect/plugin-autodetect.xml:
19000         * ext/cairo/gstcairo.c: (plugin_init):
19001         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19002         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19003         (gst_text_overlay_init), (gst_text_overlay_font_init),
19004         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19005         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19006         (gst_text_overlay_text_pad_linked),
19007         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19008         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19009         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19010         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19011         (gst_text_overlay_change_state):
19012         * ext/cairo/gsttextoverlay.h:
19013         * ext/cairo/gsttimeoverlay.c:
19014         (gst_cairo_time_overlay_update_font_height),
19015         (gst_cairo_time_overlay_set_caps),
19016         (gst_cairo_time_overlay_get_unit_size),
19017         (gst_cairo_time_overlay_print_smpte_time),
19018         (gst_cairo_time_overlay_transform),
19019         (gst_cairo_time_overlay_base_init),
19020         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19021         (gst_cairo_time_overlay_get_type):
19022         * ext/cairo/gsttimeoverlay.h:
19023           do some name borgifying
19024           document
19025
19026 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * docs/plugins/Makefile.am:
19029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19030         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19031         * gst/autodetect/gstautoaudiosink.c:
19032         (gst_auto_audio_sink_base_init):
19033         * gst/autodetect/gstautovideosink.c:
19034         (gst_auto_video_sink_base_init),
19035         (gst_auto_video_sink_factory_filter):
19036           documenting auto*sink
19037           using strstr for the video sink lookup, class field is not ordered
19038         * docs/plugins/inspect/plugin-1394.xml:
19039         * docs/plugins/inspect/plugin-aasink.xml:
19040         * docs/plugins/inspect/plugin-alaw.xml:
19041         * docs/plugins/inspect/plugin-alpha.xml:
19042         * docs/plugins/inspect/plugin-alphacolor.xml:
19043         * docs/plugins/inspect/plugin-auparse.xml:
19044         * docs/plugins/inspect/plugin-autodetect.xml:
19045         * docs/plugins/inspect/plugin-avi.xml:
19046         * docs/plugins/inspect/plugin-cacasink.xml:
19047         * docs/plugins/inspect/plugin-cairo.xml:
19048         * docs/plugins/inspect/plugin-cutter.xml:
19049         * docs/plugins/inspect/plugin-debug.xml:
19050         * docs/plugins/inspect/plugin-dv.xml:
19051         * docs/plugins/inspect/plugin-efence.xml:
19052         * docs/plugins/inspect/plugin-effectv.xml:
19053         * docs/plugins/inspect/plugin-esdsink.xml:
19054         * docs/plugins/inspect/plugin-flac.xml:
19055         * docs/plugins/inspect/plugin-flxdec.xml:
19056         * docs/plugins/inspect/plugin-gconfelements.xml:
19057         * docs/plugins/inspect/plugin-goom.xml:
19058         * docs/plugins/inspect/plugin-jpeg.xml:
19059         * docs/plugins/inspect/plugin-level.xml:
19060         * docs/plugins/inspect/plugin-matroska.xml:
19061         * docs/plugins/inspect/plugin-mulaw.xml:
19062         * docs/plugins/inspect/plugin-navigationtest.xml:
19063         * docs/plugins/inspect/plugin-ossaudio.xml:
19064         * docs/plugins/inspect/plugin-png.xml:
19065         * docs/plugins/inspect/plugin-rtp.xml:
19066         * docs/plugins/inspect/plugin-rtsp.xml:
19067         * docs/plugins/inspect/plugin-shout2send.xml:
19068         * docs/plugins/inspect/plugin-smpte.xml:
19069         * docs/plugins/inspect/plugin-speex.xml:
19070         * docs/plugins/inspect/plugin-udp.xml:
19071         * docs/plugins/inspect/plugin-videobox.xml:
19072         * docs/plugins/inspect/plugin-videoflip.xml:
19073         * docs/plugins/inspect/plugin-videomixer.xml:
19074         * docs/plugins/inspect/plugin-wavenc.xml:
19075         * docs/plugins/inspect/plugin-wavparse.xml:
19076           update for HEAD version
19077
19078 2005-11-25  Michael Smith  <msmith@fluendo.com>
19079
19080         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19081           Patch from Sebastien Cote to close control sockets in udpsrc.
19082
19083 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19084
19085         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19086         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19087         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19088         (gst_quarktv_base_init), (gst_quarktv_class_init),
19089         (gst_quarktv_init): Flush the planes list on reverse caps
19090         negotiation. This was crashing because of differently sized
19091         buffers.
19092
19093 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19094
19095         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19096         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19097         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19098         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19099         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19100         (gst_videoflip_set_property), (gst_videoflip_base_init),
19101         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19102         correctly, fix identity flipping, convert navigation event 
19103         correctly again.
19104
19105 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19106
19107         * configure.ac: back to HEAD
19108
19109 === release 0.9.6 ===
19110
19111 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19112
19113         * configure.ac:
19114           releasing 0.9.6, "Everything's Not Lost"
19115
19116 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19117
19118         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19119         Oops, initialise the framerate GValue
19120
19121 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19122
19123         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19124         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19125         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19126         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19127         (gst_timeoverlay_get_type):
19128         * ext/cairo/gsttimeoverlay.h:
19129         * gst/debug/Makefile.am:
19130         * gst/debug/gstnavigationtest.c:
19131         (gst_navigationtest_handle_src_event),
19132         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19133         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19134         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19135         (gst_navigationtest_init), (gst_navigationtest_get_type),
19136         (plugin_init):
19137         * gst/debug/gstnavigationtest.h:
19138         * gst/effectv/Makefile.am:
19139         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19140         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19141         (gst_agingtv_base_init), (gst_agingtv_class_init),
19142         (gst_agingtv_init), (gst_agingtv_get_type):
19143         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19144         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19145         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19146         (gst_dicetv_get_type):
19147         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19148         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19149         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19150         (gst_edgetv_get_type):
19151         * gst/effectv/gsteffectv.c:
19152         * gst/effectv/gsteffectv.h:
19153         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19154         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19155         (gst_quarktv_change_state), (gst_quarktv_base_init),
19156         (gst_quarktv_class_init), (gst_quarktv_init),
19157         (gst_quarktv_get_type):
19158         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19159         (gst_revtv_get_unit_size), (gst_revtv_transform),
19160         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19161         (gst_revtv_get_type):
19162         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19163         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19164         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19165         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19166         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19167         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19168         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19169         (gst_vertigotv_init), (gst_vertigotv_get_type):
19170         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19171         (gst_warptv_get_unit_size), (gst_warptv_transform),
19172         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19173         (gst_warptv_get_type):
19174         * gst/videofilter/Makefile.am:
19175         * gst/videofilter/gstvideobalance.c:
19176         * gst/videofilter/gstvideobalance.h:
19177         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19178         (gst_videofilter_class_init), (gst_videofilter_init):
19179         * gst/videofilter/gstvideofilter.h:
19180         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19181         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19182         (gst_videoflip_flip), (gst_videoflip_transform),
19183         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19184         (gst_videoflip_base_init), (gst_videoflip_class_init),
19185         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19186         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19187         BaseTransform, it's just a place holder for now and every video
19188         effect plugin has been ported to use BaseTransform features 
19189         directly. QuarkTV was fixed too (was broken), navigationtest works
19190         and best for the end, videoflip converts navigation events depending
19191         on flip method ! Fixes #320953
19192
19193 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19194
19195         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19196         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19197         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19198         (gst_goom_src_negotiate), (gst_goom_chain):
19199         * gst/matroska/matroska-mux.c:
19200         (gst_matroska_mux_video_pad_setcaps):
19201         * sys/osxvideo/osxvideosink.m:
19202           Fixes for API changes
19203
19204 2005-11-23  Michael Smith <msmith@fluendo.com>
19205
19206         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19207         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19208         * ext/jpeg/gstjpegdec.h:
19209         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19210         * ext/jpeg/gstjpegenc.h:
19211         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19212         (gst_smokeenc_resync):
19213         * ext/jpeg/gstsmokeenc.h:
19214           JPEG fractiony goodness.
19215
19216 2005-11-22  Michael Smith <msmith@fluendo.com>
19217
19218         * gst/goom/filters.c:
19219         * gst/goom/graphic.h:
19220           Fix compilation by making some functions static inline instead of
19221           extern inline, matching the way they're used.
19222
19223 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19224
19225         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19226         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19227         * ext/cairo/gsttextoverlay.h:
19228         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19229         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19230         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19231         (gst_pngdec_caps_create_and_set):
19232         * ext/libpng/gstpngdec.h:
19233         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19234         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19235         * gst/avi/gstavimux.c: (gst_avimux_init),
19236         (gst_avimux_vidsinkconnect):
19237         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19238         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19239         (gst_goom_src_negotiate), (gst_goom_chain):
19240         * gst/goom/gstgoom.h:
19241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19242         * gst/matroska/matroska-mux.c:
19243         (gst_matroska_mux_video_pad_setcaps):
19244         * sys/osxvideo/osxvideosink.h:
19245         * sys/osxvideo/osxvideosink.m:
19246           More fractional framerate conversions 
19247
19248 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19249
19250         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19251         * gst/debug/gstnavigationtest.c:
19252         (gst_navigationtest_handle_src_event):
19253         * gst/videofilter/gstvideofilter.c:
19254         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19255         (gst_videofilter_init):
19256         * gst/videofilter/gstvideofilter.h:
19257           Convert to fractional framerates.
19258
19259 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19260
19261         * ext/aalib/gstaasink.c:
19262         * ext/dv/gstdvdec.c:
19263         * ext/esd/esdmon.c:
19264         * ext/flac/gstflacenc.c:
19265         * ext/gdk_pixbuf/pixbufscale.c:
19266         * ext/libcaca/gstcacasink.c:
19267         * ext/shout2/gstshout2.c:
19268         * gst/alpha/gstalpha.c:
19269         * gst/oldcore/gstaggregator.c:
19270         * gst/oldcore/gstshaper.c:
19271         * gst/smpte/barboxwipes.c:
19272         * gst/smpte/gstsmpte.c:
19273         * gst/videobox/gstvideobox.c:
19274         * gst/videofilter/gstvideoflip.c:
19275         * gst/videomixer/videomixer.c:
19276           fix up more enums
19277
19278 2005-11-22  Michael Smith <msmith@fluendo.com>
19279
19280         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19281         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19282         (gst_videomixer_update_queues):
19283           Fractional framerates, videomixer.
19284
19285 2005-11-22  Michael Smith <msmith@fluendo.com>
19286
19287         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19288         * ext/dv/gstdvdec.h:
19289         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19290         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19291         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19292         (gst_dvdemux_flush):
19293         * ext/dv/gstdvdemux.h:
19294           Fractional framerates for DV. 
19295
19296 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19297
19298         * gst/autodetect/gstautoaudiosink.c:
19299         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19300         * gst/autodetect/gstautovideosink.c:
19301         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19302           Use gst_plugin_feature_list_free() to free feature list and
19303           in the case of autovideosink free the list at all. Also
19304           miscellaneous cosmetic fixes.
19305
19306 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19307
19308         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19309         (gst_cutter_set_property), (gst_cutter_get_caps):
19310           copy calculation code from level; remove use of some audio
19311           functions
19312
19313 2005-11-22  Andy Wingo  <wingo@pobox.com>
19314
19315         * Update for gst_tag_setter API changes.
19316
19317 2005-11-22  Andy Wingo  <wingo@pobox.com>
19318
19319         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19320         (gst_dvdemux_demux_frame)
19321         * ext/flac/gstflacdec.c (gst_flacdec_write)
19322         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19323         (gst_flacenc_sink_event)
19324         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19325         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19326         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19327         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19328         * gst/auparse/gstauparse.c (gst_auparse_chain)
19329         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19330         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19331         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19332         (gst_avi_demux_handle_seek)
19333         * gst/goom/gstgoom.c (gst_goom_event)
19334         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19335         * gst/matroska/matroska-demux.c
19336         (gst_matroska_demux_handle_seek_event)
19337         (gst_matroska_demux_loop_stream_parse_id)
19338         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19339         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19340         (gst_wavparse_stream_headers): Run update-funcnames.
19341
19342 2005-11-22  Edward Hervey  <edward@fluendo.com>
19343
19344         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19345         (gst_dv1394src_init), (gst_dv1394src_dispose),
19346         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19347         (gst_dv1394src_uri_set_uri):
19348         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19349         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19350         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19351         URIHandler interface and element properties are now properly
19352         synchronized for DV1394src and UDPSrc
19353
19354 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19355
19356         * ext/flac/Makefile.am:
19357         * ext/speex/Makefile.am:
19358           libgsttagedit has been renamed to libgsttag.
19359
19360 2005-11-21  Wim Taymans  <wim@fluendo.com>
19361
19362         * gst/rtsp/rtspconnection.c: (read_body):
19363         Apply patch from Sebastien Cote to fix #319184.
19364
19365 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19366
19367         * configure.ac:
19368         * gst/cutter/Makefile.am:
19369         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19370         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19371         (gst_cutter_set_property), (gst_cutter_get_property),
19372         (plugin_init), (gst_cutter_get_caps):
19373           port cutter
19374         * gst/level/gstlevel.c:
19375           fix up plugin details
19376
19377 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19378
19379         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19380         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19381         (gst_flacdec_src_event):
19382         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19383         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19384         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19385         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19386         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19387         (gst_flxdec_sink_event_handler):
19388         * gst/matroska/matroska-demux.c:
19389         (gst_matroska_demux_handle_seek_event):
19390         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19391           Update for stream lock API changes: don't take stream log
19392           in sink event handlers any longer and change GST_STREAM_LOCK
19393           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19394           functions.
19395
19396 2005-11-21  Michael Smith <msmith@fluendo.com>
19397
19398         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19399           gst_object_unref, not g_object_unref
19400
19401 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19402
19403         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19404         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19405           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19406
19407 2005-11-21  Michael Smith <msmith@fluendo.com>
19408
19409         * gst/auparse/Makefile.am:
19410         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19411         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19412         (gst_auparse_change_state):
19413         * gst/auparse/gstauparse.h:
19414           Partially fix #161712. playbin still doesn't work on these files,
19415           (on the bug report, Andy says we aren't typefinding it for some
19416           reason?) but at least auparse isn't totally busted like it was before.
19417
19418 2005-11-21  Andy Wingo  <wingo@pobox.com>
19419
19420         * *.h:
19421         * *.c: Ran scripts/update-macros. Oh yes.
19422
19423 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19424
19425         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19426           Filler events are gone for now, comment out section generating
19427           them.
19428
19429 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19430
19431         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19432         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19433         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19434         * sys/osxvideo/osxvideosink.m:
19435           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19436           (#322027)
19437
19438 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19439
19440         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19441         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19442         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19443         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19444         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19445         (gst_avi_demux_stream_data):
19446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19447         * gst/wavenc/gstwavenc.c: (write_metadata):
19448         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19449         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19450         Fixes for GST_FOURCC_FORMAT API change.
19451
19452 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19453
19454         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19455         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19456         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19457         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19458         (gst_text_overlay_change_state):
19459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19460         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19461         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19462         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19463         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19464         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19465         (gst_videomixer_change_state):
19466           Fix for collect pads API change. Also fix textoverlay state
19467           change function.
19468
19469 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19470
19471         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19472         GST_PAD_IS_USABLE by something approaching it.
19473
19474 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19475
19476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19477         API changes.
19478         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19479         but also fix the code that was not checking return values from
19480         pad_push neither using pad_alloc_buffer.
19481
19482 2005-11-18  Edward Hervey  <edward@fluendo.com>
19483
19484         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19485         (gst_pngenc_chain):
19486         Added debug category
19487         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19488         goes to EOS.
19489
19490 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19491
19492         * gst/rtp/Makefile.am
19493         * gst/rtp/gstrtp.c
19494         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19495         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19496         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19497         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19498         * gst/rtp/gstrtpg711enc.h:
19499         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19500         * gst/rtp/gstrtpspeexenc.c:
19501         * gst/rtp/gstrtpspeexenc.h:
19502         * gst/rtp/gstrtpspeexdec.c:
19503         * gst/rtp/gstrtpspeexdec.h:
19504         Created Speex payloader and depayloader; Optimize G711 payloader to
19505         use adapter and send packets until MTU size.
19506
19507 2005-11-16  Wim Taymans  <wim@fluendo.com>
19508
19509         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19510         Fix leak in check.
19511
19512 2005-11-16  Wim Taymans  <wim@fluendo.com>
19513
19514         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19515         Fix state change.
19516
19517 2005-11-16  Andy Wingo  <wingo@pobox.com>
19518
19519         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19520         (gst_udpsrc_create): Move comment.
19521
19522 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19523
19524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19525
19526         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19527           When seeking, seek to closest index entry at or before the requested
19528           seek position, not just the closest one (#321001).
19529
19530 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19531
19532         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19533         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19534           Invert DIB images again (see #132341).
19535
19536 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * configure.ac:
19539           rework configure.ac file
19540         * ext/aalib/gstaasink.c:
19541         * ext/cairo/gstcairo.c:
19542         * ext/dv/gstdv.c:
19543         * ext/esd/gstesd.c:
19544         * ext/flac/gstflac.c:
19545         * ext/gconf/gstgconfelements.c:
19546         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19547         * ext/jpeg/gstjpeg.c:
19548         * ext/ladspa/gstladspa.c:
19549         * ext/libcaca/gstcacasink.c:
19550         * ext/libmng/gstmng.c:
19551         * ext/libpng/gstpng.c:
19552         * ext/mikmod/gstmikmod.c:
19553         * ext/pango/gsttextoverlay.c:
19554         * ext/pango/gsttimeoverlay.c:
19555         * ext/raw1394/gst1394.c:
19556         * ext/speex/gstspeex.c:
19557         * gst/alpha/Makefile.am:
19558         * gst/alpha/gstalpha.c:
19559         * gst/alpha/gstalphacolor.c:
19560         * gst/auparse/gstauparse.c:
19561         * gst/autodetect/gstautoaudiosink.c:
19562         (gst_auto_audio_sink_factory_filter),
19563         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19564         * gst/autodetect/gstautodetect.c:
19565         * gst/avi/gstavi.c:
19566         * gst/cutter/gstcutter.c:
19567         * gst/debug/efence.c:
19568         * gst/debug/gstdebug.c:
19569         * gst/debug/gstnavigationtest.c:
19570         * gst/effectv/gsteffectv.c:
19571         * gst/flx/gstflxdec.c:
19572         * gst/goom/gstgoom.c:
19573         * gst/interleave/plugin.c:
19574         * gst/law/alaw.c:
19575         * gst/law/mulaw.c:
19576         * gst/level/gstlevel.c:
19577         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19578         * gst/matroska/matroska.c:
19579         * gst/median/gstmedian.c:
19580         * gst/monoscope/gstmonoscope.c:
19581         * gst/multipart/multipart.c:
19582         * gst/oldcore/gstelements.c:
19583         * gst/rtp/gstrtp.c:
19584         * gst/rtsp/gstrtsp.c:
19585         * gst/smoothwave/gstsmoothwave.c:
19586         * gst/smpte/gstsmpte.c:
19587         * gst/udp/gstudp.c:
19588         * gst/videobox/gstvideobox.c:
19589         * gst/videofilter/gstgamma.c:
19590         * gst/videofilter/gstvideobalance.c:
19591         * gst/videofilter/gstvideoflip.c:
19592         * gst/videofilter/gstvideotemplate.c:
19593         * gst/videomixer/videomixer.c:
19594         * gst/wavenc/gstwavenc.c:
19595         * gst/wavparse/gstwavparse.c:
19596         * sys/oss/gstossaudio.c:
19597         * sys/osxaudio/gstosxaudio.c:
19598           update GST_PLUGIN_DEFINE
19599         * gst/rtp/Makefile.am:
19600         * gst/rtp/gstasteriskh263.c:
19601           check for htons/htonl headers and possibly link to winsock2 lib
19602
19603 2005-11-12  Edward Hervey  <edward@fluendo.com>
19604
19605         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19606         Only GST_DEBUG() information on the valid components.
19607
19608 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19609
19610         * configure.ac: back to HEAD
19611
19612 === release 0.9.5 ===
19613
19614 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19615
19616         * configure.ac:
19617           releasing 0.9.5, "Phone Alarm"
19618
19619 2005-11-11  Edward Hervey  <edward@fluendo.com>
19620
19621         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19622         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19623         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19624         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19625         (gst_avi_demux_loop):
19626         * gst/avi/gstavidemux.h:
19627         Yeah, implement proper seeking. Exact seeking and segment seeking.
19628         Still need to do some checks for segment_stop.
19629
19630 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19631
19632         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19633
19634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19635           Don't try to ready buffer duration from buffer that we don't
19636           own any  longer and that might already have been unreffed.
19637           (#321136)
19638
19639 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19640
19641         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19642         (flx_decode_delta_flc), (gst_flxdec_chain):
19643         Attempting to optimize the code for embedded systems.
19644
19645 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19646
19647         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19648
19649         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19650           Don't re-use already closed file descriptor. (#320920)
19651
19652 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19653
19654         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19655         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19656         (gst_oss_sink_prepare):
19657         * sys/oss/gstosssink.h:
19658           Cache probed caps; fix debug output for SET_PARAM macros.
19659
19660 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19661
19662         * ext/cairo/Makefile.am:
19663         * ext/cairo/gstcairo.c: (plugin_init):
19664         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19665         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19666         (gst_text_overlay_init), (gst_text_overlay_font_init),
19667         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19668         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19669         (gst_text_overlay_text_pad_linked),
19670         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19671         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19672         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19673         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19674         (gst_text_overlay_change_state):
19675         * ext/cairo/gsttextoverlay.h:
19676           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19677           property and redo positioning. Doesn't handle upstream renegotiation
19678           yet though.
19679
19680 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19681
19682         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19683         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19684         (gst_avi_demux_loop):
19685           No need to take the STREAM_LOCK in the loop function. Improve
19686           some debug messages. Don't leak pad names in debug messages.
19687
19688 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19689
19690         * gst/matroska/matroska-demux.c:
19691         (gst_matroska_demux_push_vorbis_codec_priv_data),
19692         (gst_matroska_demux_add_wvpk_header):
19693           Don't error out when the source pad isn't linked.
19694
19695 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19696
19697         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19698         (gst_gconf_audio_sink_change_state):
19699         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19700         (gst_gconf_video_sink_change_state):
19701           Fix state change functions here as well and set kid
19702           to NULL state before removing it.
19703
19704 2005-11-01  Edward Hervey  <edward@fluendo.com>
19705
19706         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19707         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19708         Added proper event handlind, 
19709         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19710         ignored),
19711         and don't set a duration of 0 for buffers otherwise they are discarded
19712         by GstBaseSink.
19713
19714         GstWavEnc needs some serious loving, after going through the code I'm
19715         really wondering how this can stay in -good ...
19716
19717 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19718
19719         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19720         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19721         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19722         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19723         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19724         (gst_matroska_mux_collected):
19725           Fix leaks and invalid memory access as reported by valgrind
19726
19727 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         Patch by: Michal Benes <michal.benes@xeris.cz>
19730
19731         * check/Makefile.am:
19732         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19733         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19734         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19735           add a unit test for matroskamux
19736           fix the bugs that the unit test exposed
19737
19738 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19739
19740         * gst/autodetect/gstautoaudiosink.c:
19741         (gst_auto_audio_sink_class_init),
19742         (gst_auto_audio_sink_change_state):
19743         * gst/autodetect/gstautovideosink.c:
19744         (gst_auto_video_sink_class_init),
19745         (gst_auto_video_sink_change_state):
19746           Fix state change function and use GST_DEBUG_FUNCPTR in
19747           class_init.
19748
19749 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19750
19751         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19752
19753         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19754         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19755         * gst/matroska/ebml-write.h:
19756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19757           Set timestamps on outgoing ebml headers as well, so that the
19758           element after matroskamux can get the timestamp already when
19759           reading the first ebml element and doesn't have to wait for
19760           the actual data buffer for that (#320308).
19761           
19762 2005-10-31  Andy Wingo  <wingo@pobox.com>
19763
19764         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19765         (gst_videomixer_pad_link): Kill some memleaks.
19766         (gst_videomixer_pad_get_property): Style fix.
19767         (gst_videomixer_pad_set_property): Style fix.
19768         (gst_videomixer_pad_init): Style fix.
19769         (gst_videomixer_update_queues): Kill memleak.
19770         (gst_videomixer_loop): Kill memleak.
19771         (gst_videomixer_collected): Kill memleak.
19772
19773 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19774
19775         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19776         gst_auparse_change_state:
19777         Just some cleanup.
19778
19779 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19780
19781         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19782         Add checks to GST_FLOW_NOT_LINKED for values returned
19783         from gst_pad_push.
19784         
19785 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19786
19787         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19788         (gst_rtpg711dec_process):
19789         * gst/rtp/gstrtpgsmenc.c:
19790         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19791         are never set. This is important for the g711 to work with burger's rtpbin
19792         element.
19793
19794 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19795
19796         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19797         (gst_speexenc_push_buffer):
19798         Add checks for return values from gst_pad_push and
19799         gst_pad_alloc_buffer.
19800
19801 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19802
19803         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19804
19805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19806         (gst_matroska_demux_parse_info),
19807         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19808         (gst_matroska_demux_parse_cluster):
19809         * gst/matroska/matroska-ids.h:
19810         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19811         (gst_matroska_mux_init), (gst_matroska_mux_start),
19812         (gst_matroska_mux_create_buffer_header),
19813         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19814         (gst_matroska_mux_get_property):
19815         * gst/matroska/matroska-mux.h:
19816           Add SimpleBlock support to matroska demuxer and muxer (part of
19817           Matroska v2). (#319731)
19818
19819 2005-10-28  Wim Taymans  <wim@fluendo.com>
19820
19821         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19822         (gst_jpeg_dec_change_state):
19823         * ext/jpeg/gstjpegdec.h:
19824         Cleanups. Don't create caps for every chain.
19825
19826 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19827
19828         * gst/law/alaw-encode.c: (gst_alawenc_init),
19829         (alawenc_setcaps), (gst_alawenc_chain)
19830         * gst/law/alaw-encode.h:
19831         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19832         (mulawenc_setcaps), (gst_mulawenc_chain)
19833         * gst/law/mulaw-encode.h:
19834         Set timestamp on buffer and it allows RTP G711 elements
19835         work properly.
19836
19837 2005-10-27  Wim Taymans  <wim@fluendo.com>
19838
19839         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19840         Set correct format on oss instead of a silly value. 
19841
19842 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19843
19844         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19845         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19846         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19847         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19848         I420 rendering as well, doesn't bring much for my platform.
19849         Might help on some other platforms.
19850
19851 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19852
19853         * gst/rtp/gstrtpgsmenc.c:
19854         * gst/rtp/gstrtpgsmparse.c:
19855         Declaring the padtemplate correctly.
19856
19857 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19858
19859         * gst/rtp/gstrtpg711dec.c:
19860         * gst/rtp/gstrtpg711enc.c:
19861         * gst/rtp/gstrtpgsmenc.c:
19862         * gst/rtp/gstrtpgsmparse.c:
19863         Setting the proper copyright notice.
19864
19865 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19866
19867         * gst/videobox/Makefile.am: Use liboil.
19868         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19869         (gst_video_box_set_property), (gst_video_box_transform_caps),
19870         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19871         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19872         using liboil. Will dot the same to I420 border generation
19873         tomorrow.
19874
19875 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19876
19877         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19878         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19879         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19880         * gst/rtp/gstrtpg711dec.h:
19881         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19882         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19883         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19884         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19885         (gst_rtpgsmenc_handle_buffer):
19886         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19887         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19888         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19889         * gst/rtp/gstrtpgsmparse.h:
19890         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19891         inherits from the basertpdepayloader.
19892
19893 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19894
19895         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19896         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19897         (gst_video_box_ayuv): Removing this forgotten debug.
19898
19899 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19900
19901         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19902         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19903         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19904
19905 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19906
19907         * sys/oss/gstossaudio.c:
19908         * sys/oss/gstossdmabuffer.c:
19909         * sys/oss/gstosshelper.c:
19910         * sys/oss/gstossmixer.c:
19911         * sys/oss/gstossmixerelement.c:
19912         * sys/oss/gstossmixertrack.c:
19913         * sys/oss/gstosssink.c:
19914         * sys/oss/gstosssrc.c:
19915           Actually use the 'oss' debug category we register.
19916
19917 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19918
19919         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19920         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19921         Use gst_pad_get_parent and drop the ref that was added through
19922         that call.
19923
19924 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19925
19926         * gst/rtp/gstrtpgsmenc.c:
19927           Fix compilation
19928
19929 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19930
19931         * gst/rtp/gstrtpg711dec.c
19932         Just removed a couple of lines of weird code used during
19933         development/test time.
19934
19935 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19936
19937         * gst/rtp/Makefile.am
19938         * gst/rtp/gstrtp.c
19939         * gst/rtp/gstrtpg711enc.c
19940         * gst/rtp/gstrtpg711enc.h
19941         * gst/rtp/gstrtpg711dec.c
19942         * gst/rtp/gstrtpg711dec.h
19943         Created G711 payloader and depayloader (it supports mulaw and alaw
19944         (dec)encoders)
19945
19946 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19947
19948         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19949         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19950         Doh ! I introduced wingo's bug again ! Sorry...
19951
19952 2005-10-25  Christian Schaller <christian@fluendo.com> 
19953
19954         * gst/rtp/Makefile.am: add missing header files for disting
19955
19956 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19957
19958         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19959         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19960         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19961         (gst_rtpgsmenc_handle_buffer):
19962         * gst/rtp/gstrtpgsmenc.h:
19963         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19964         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19965         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19966         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19967         * gst/rtp/gstrtpgsmparse.h:
19968         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19969
19970 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19971
19972         * ext/libpng/gstpngdec.c: (user_info_callback),
19973         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19974         a newsegment event, move some redundant code in a single place.
19975
19976 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19977
19978         * ext/libpng/gstpngdec.c: (user_info_callback),
19979         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19980         hack to get correct colors order when we have a png image with
19981         alpha channel.
19982
19983 2005-10-24  Edward Hervey  <edward@fluendo.com>
19984
19985         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19986         Call gst_element_no_more_pads when there will be no more pads.
19987
19988 2005-10-24  Wim Taymans  <wim@fluendo.com>
19989
19990         * gst/rtp/Makefile.am:
19991         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19992         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19993         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19994         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19995         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19996         (gst_asteriskh263_plugin_init):
19997         * gst/rtp/gstasteriskh263.h:
19998         * gst/rtp/gstrtp.c: (plugin_init):
19999         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20000         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20001         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20002         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20003         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20004         (gst_rtph263enc_plugin_init):
20005         * gst/rtp/gstrtph263enc.h:
20006         Added two new payloaders, an RFC 2190 payloader for h263 and
20007         a payload convertor for an asterisk server.
20008
20009 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20010
20011         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20012           Set bytes_per_sample correctly (is not always 4, but 
20013           depends on width and number of channels).
20014
20015 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20016
20017         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20018         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20019         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20020         (gst_flacenc_sink_event), (gst_flacenc_chain),
20021         (gst_flacenc_set_property), (gst_flacenc_get_property),
20022         (gst_flacenc_change_state):
20023         * ext/flac/gstflacenc.h:
20024           Fix seeking, so that flacenc can rewrite the header with the
20025           correct duration and amount of samples and all that at EOS;
20026           also set timestamps and granulepos on outgoing buffers; add
20027           debug category; fix state change function.
20028           
20029 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20030
20031         * gst/videomixer/videomixer.c: Don't restrict video geometry
20032         from 16 to 4096.
20033
20034 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20035
20036         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20037         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20038         Fix caps negotiation correctly, add debugging category.
20039
20040 2005-10-24  Christian Schaller  <christian@fluendo.com>
20041
20042         * configure.ac: Port over Thomas's change from base listing all plugins
20043
20044 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20045
20046         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20047         a sink pad.
20048
20049 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20050
20051         * configure.ac:
20052         * docs/upload.mak:
20053           back to HEAD
20054
20055 === release 0.9.4 ===
20056
20057 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20058
20059         * configure.ac:
20060           Releasing 0.9.4, "Dromiceiomimus"
20061
20062 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20063
20064         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20065         (gst_speexenc_src_query):
20066           Add position and duration query, fix query type function.
20067           
20068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20069         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20070           Let's not set non-fixed caps on source pads.
20071
20072 2005-10-21  Wim Taymans  <wim@fluendo.com>
20073
20074         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20075         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20076         (gst_avi_demux_handle_seek):
20077         Set correct stream_time in newsegment event.
20078         avi can also handle a duration query now.
20079
20080 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20081
20082         * gst/matroska/matroska-demux.c:
20083         (gst_matroska_demux_handle_src_query),
20084         (gst_matroska_demux_handle_seek_event),
20085         (gst_matroska_demux_loop_stream_parse_id):
20086           Fix duration query; fix basetime in newsegment event after
20087           seek; fix duration in initial newsegment event.
20088
20089         * gst/matroska/matroska-mux.c:
20090         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20091           Extract number of channels and samplerate from vorbis headers;
20092           add some debug messages when querying the durations of the
20093           input streams.
20094
20095 2005-10-20  Wim Taymans  <wim@fluendo.com>
20096
20097         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20098         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20099         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20100         Set stream time correctly in newsegment.
20101
20102 2005-10-20  Wim Taymans  <wim@fluendo.com>
20103
20104         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20105         Correctly fill in the stream time.
20106
20107 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20108
20109         * check/elements/level.c: (GST_START_TEST):
20110         * gst/level/gstlevel.c: (gst_level_message_new):
20111         * gst/level/level-example.c: (message_handler):
20112           use ELEMENT messages instead
20113
20114 2005-10-19  Wim Taymans  <wim@fluendo.com>
20115
20116         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20117         (gst_dvdemux_src_query):
20118         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20119         (gst_flacdec_src_query):
20120         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20121         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20123         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20124         * gst/debug/progressreport.c: (gst_progress_report_report):
20125         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20126         * gst/matroska/matroska-demux.c:
20127         (gst_matroska_demux_handle_src_query):
20128         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20129         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20130         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20131         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20132         (gst_wavparse_srcpad_event):
20133         API change fix.
20134
20135 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20136
20137         * gst/goom/filters.c:
20138         * gst/goom/graphic.h:
20139         * gst/goom/lines.c:
20140           Make inline functions either 'static inline' or 'extern inline',
20141           otherwise the Forte compiler apparently won't inline them (#317300).
20142
20143 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20144
20145         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20146         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20147         (user_info_callback), (user_endrow_callback), (user_end_callback),
20148         (user_read_data), (gst_pngdec_caps_create_and_set),
20149         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20150         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20151         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20152         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20153         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20154         very nice and handle push/pull based model. if you have filesrc
20155         connected to it, it will do random access to load the png file.
20156         If you have a network source that can't do _getrange, it does 
20157         progressive loading through the chain function.
20158         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20159         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20160         thanks to Master Wim Taymans ;-)
20161
20162 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20163
20164         * gst/matroska/Makefile.am:
20165         * gst/matroska/ebml-read.c:
20166         * gst/matroska/ebml-read.h:
20167         * gst/matroska/matroska-demux.c:
20168         * gst/matroska/matroska-demux.h:
20169         * gst/matroska/matroska.c: (plugin_init):
20170           Ported matroska demuxer to 0.9.
20171
20172 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20173
20174         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20175
20176         * gst/matroska/matroska-mux.c:
20177         (gst_matroska_mux_video_pad_setcaps),
20178         (gst_matroska_mux_audio_pad_setcaps):
20179           Fix mpeg4 input handling (#318847); also, while we're at it,
20180           fix media type for Motion-JPEG: should be image/jpeg.
20181
20182 2005-10-18  Wim Taymans  <wim@fluendo.com>
20183
20184         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20185         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20186         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20187         Fix for segment-start/stop API change.
20188
20189 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20190
20191         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20192         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20193         way.
20194
20195 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20196
20197         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20198         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20199         output declared in transform_caps.
20200
20201 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20202
20203         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20204
20205 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20206
20207         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20208         (gst_video_box_get_unit_size): Fix wrong size calculations and
20209         implement get_unit_size correctly.
20210
20211 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20212
20213         * configure.ac:
20214           Enable flx plugin.
20215
20216         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20217           Fix gcc4 signedness issue.
20218
20219 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20220
20221         * configure.ac: Adding videomixer.
20222         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20223         (user_read_data), (gst_pngdec_chain): More debugging.
20224         * gst/alpha/Makefile.am: Adding alphacolor
20225         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20226         (gst_alpha_color_class_init), (gst_alpha_color_init),
20227         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20228         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20229         (plugin_init): Ported to 0.9 using in place base tranform.
20230         * gst/videomixer/Makefile.am:
20231         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20232         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20233         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20234         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20235         (gst_videomixer_init), (gst_videomixer_getcaps),
20236         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20237         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20238         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20239         to 0.9 using collectpads.
20240
20241 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20242
20243         * configure.ac:
20244         * gst/flx/Makefile.am:
20245         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20246         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20247         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20248         * gst/flx/gstflxdec.h:
20249         flx plugin ported to 0.9
20250
20251 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20252
20253         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20254           use new gst_version_string()
20255
20256 2005-10-16  Andy Wingo  <wingo@pobox.com>
20257
20258         * configure.ac: GLIB_CHECK.
20259
20260 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20261
20262         * ext/libpng/Makefile.am:
20263         * ext/libpng/gstpng.c: (plugin_init):
20264         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20265         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20266         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20267
20268 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20269
20270         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20271
20272         * configure.ac:
20273         * gst/matroska/Makefile.am:
20274         * gst/matroska/ebml-ids.h:
20275         * gst/matroska/ebml-write.c:
20276         * gst/matroska/ebml-write.h:
20277         * gst/matroska/matroska-ids.h:
20278         * gst/matroska/matroska-mux.c:
20279         * gst/matroska/matroska-mux.h:
20280         * gst/matroska/matroska.c: (plugin_init):
20281           Port matroska muxer to 0.9 (#318847).
20282
20283 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20284
20285         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20286         (comment_init), (comment_add):
20287           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20288           use GST_READ_UINT32_LE() and friends rather than the private
20289           implementation of those same macros.
20290
20291 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20292
20293         * examples/stats/mp2ogg.c:
20294           more typo fixes
20295
20296 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20297
20298         * examples/indexing/indexmpeg.c: (main):
20299         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20300         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20301         * ext/esd/esdmon.h:
20302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20303         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20304         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20305         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20306         * gst/avi/gstavimux.c: (gst_avimux_init):
20307         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20308         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20309         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20310         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20311         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20312         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20313         * gst/oldcore/gstmultifilesrc.h:
20314         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20315         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20316         (gst_pipefilter_change_state):
20317         * gst/oldcore/gstpipefilter.h:
20318         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20319         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20320         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20321         * sys/osxaudio/gstosxaudiosink.h:
20322         * sys/osxaudio/gstosxaudiosrc.h:
20323           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20324           moved bitshift from macro to enum definition
20325
20326 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20327
20328         * ext/Makefile.am:
20329         * ext/cairo/Makefile.am:
20330         * ext/cairo/gstcairo.c: (plugin_init):
20331         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20332         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20333         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20334         * ext/cairo/gsttimeoverlay.h:
20335           update of cairo-based timeoverlay to 1.0 Cairo API
20336           doesn't work yet for resizing of output sink
20337
20338 2005-10-11  Wim Taymans  <wim@fluendo.com>
20339
20340         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20341         newsegment API fix.
20342
20343 2005-10-11  Wim Taymans  <wim@fluendo.com>
20344
20345         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20346         (gst_dvdemux_demux_frame):
20347         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20348         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20349         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20350         (gst_avi_demux_handle_seek):
20351         * gst/goom/gstgoom.c: (gst_goom_event):
20352         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20353         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20354         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20355         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20356         (gst_wavparse_srcpad_event):
20357         newsegment API update.
20358
20359 2005-10-11  Andy Wingo  <wingo@pobox.com>
20360
20361         * ext/speex/gstspeexenc.c: Signedness cleanups.
20362
20363 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20364
20365         * PORTED_09:
20366         * ext/speex/Makefile.am:
20367         * ext/speex/gstspeex.c:
20368         * ext/speex/gstspeexenc.c:
20369         Speexenc ported to 0.9
20370
20371 2005-10-10  Wim Taymans  <wim@fluendo.com>
20372
20373         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20374         (gst_oss_sink_init), (gst_oss_sink_set_property),
20375         (gst_oss_sink_get_property), (gst_oss_sink_open),
20376         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20377         * sys/oss/gstosssink.h:
20378         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20379         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20380         (gst_oss_src_prepare):
20381         Cleanups, make device configurable in the sink, handle and report
20382         errors.
20383
20384 2005-10-10  Wim Taymans  <wim@fluendo.com>
20385
20386         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20387         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20388         Make sure element is NULL before removing from the bin.
20389
20390 2005-10-07  Andy Wingo  <wingo@pobox.com>
20391
20392         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20393         block forever in a read().
20394         (gst_dv1394src_bus_reset): Post a message when the cable is
20395         unplugged.
20396         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20397         (gst_dv1394src_bus_reset): Don't unref the message.
20398
20399         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20400         hacking. The only change should be that the state change stuff was
20401         put into basesrc's start() and stop() routines, which coalesces
20402         some steps.
20403
20404 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20405
20406         * configure.ac:
20407           Add check for mmap
20408           
20409         * gst/debug/Makefile.am:
20410           Only compile efence plugin on systems that have mmap.
20411
20412 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20413
20414         * gst/debug/Makefile.am:
20415         * gst/debug/breakmydata.c:
20416         * gst/debug/gstdebug.c:
20417         * gst/debug/gstnavigationtest.c:
20418         * gst/debug/gstnavseek.c: 
20419         * gst/debug/gstnavseek.h:
20420         * gst/debug/progressreport.c: 
20421         * gst/debug/testplugin.c:
20422           Port progressreport, navseek, navigationtest, testsink and
20423           breakmydata.
20424
20425 2005-10-05  Edward Hervey  <edward@fluendo.com>
20426
20427         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20428         (gst_dvdemux_src_query):
20429         Fixes for better conversion
20430
20431 2005-10-04  Michael Smith <msmith@fluendo.com>
20432
20433         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20434         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20435         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20436         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20437           Set state of elements to NULL before removing from bins.
20438           Set state of test element to NULL if we failed to move it to READY
20439
20440 2005-10-04  Edward Hervey  <edward@fluendo.com>
20441
20442         * ext/dv/Makefile.am:
20443         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20444         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20445         Corrected the query function for position so it doesn't forget what
20446         format was asked, and calls the conversion functions on the correct pad.
20447
20448 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20449
20450         * configure.ac:
20451           back to development
20452
20453 === release 0.9.3 ===
20454
20455 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20456
20457         * configure.ac:
20458           Releasing 0.9.3, "Aramis"
20459
20460 2005-10-03  Andy Wingo  <wingo@pobox.com>
20461
20462         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20463         error returns.
20464
20465 2005-10-02  Andy Wingo  <wingo@pobox.com>
20466
20467         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20468
20469         * ext/flac/gstflacenc.c: Ported to 0.9.
20470
20471         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20472
20473         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20474         and link to gsttagedit. Enable flacenc.
20475
20476         * ext/flac/gstflacdec.c: Re-enable tag reading.
20477
20478 2005-09-30  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20481         * gst/rtp/gstrtpgsmparse.c:
20482         * gst/rtp/gstrtph263penc.c:
20483         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20484         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20485         (gst_rtpmp4venc_set_property):
20486         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20487         Various class and caps fixes from Andre Magalhaes (andrunko)
20488
20489 2005-09-29  Wim Taymans  <wim@fluendo.com>
20490
20491         * gst/level/level-example.c: (main):
20492         Update for new bus API.
20493
20494 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20495
20496         * configure.ac:
20497           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20498           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20499
20500 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20501
20502         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20503           Fix playback of mono streams (bytes_per_sample should be set
20504           from the sample width and the number of channels negotiated,
20505           and not just be set to 4) (#317338)
20506
20507 2005-09-26  Wim Taymans  <wim@fluendo.com>
20508
20509         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20510         (gst_rtpmpaenc_handle_buffer):
20511         Set buffer duration correctly.
20512
20513 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20514
20515         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20516         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20517         (gst_avi_demux_change_state):
20518           Don't crash when encountering a stream with an unknown fourcc or
20519           codec id. Instead, create a pad of type video/x-avi-unknown or
20520           audio/x-avi-unknown, which as a side-effect also results in less
20521           confusing error messages in players ('no decoder' vs. 'no streams');
20522           minor fixes to state change function and class_init function.
20523
20524 2005-09-24  Wim Taymans  <wim@fluendo.com>
20525
20526         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20527         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20528         These are sinks.
20529
20530 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20531
20532         * check/elements/level.c: (GST_START_TEST):
20533           fix test for new GstClockTime use
20534         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20535         (gst_level_transform_ip):
20536         * gst/level/gstlevel.h:
20537           fix up the decay peak, ensuring the decay peak is never lower
20538           than the peak for that interval
20539
20540 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20541
20542         * docs/plugins/gst-plugins-good-plugins.args:
20543         * docs/plugins/inspect/plugin-alpha.xml:
20544         * docs/plugins/inspect/plugin-rtp.xml:
20545         * gst/level/gstlevel.c: (gst_level_set_caps),
20546         (gst_level_transform_ip):
20547           updating docs
20548
20549 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20550
20551         * Makefile.am:
20552         * check/elements/level.c: (GST_START_TEST):
20553         * gst/level/Makefile.am:
20554         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20555         (gst_level_set_property), (gst_level_get_property),
20556         (gst_level_set_caps), (gst_level_message_new),
20557         (gst_level_transform_ip):
20558         * gst/level/gstlevel.h:
20559         * gst/level/level-example.c: (message_handler), (main):
20560           convert to using GstClockTime for all time values, finally.
20561
20562 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * gst/auparse/Makefile.am:
20565         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20566           fix up build
20567         * configure.ac:
20568         * ext/cairo/Makefile.am:
20569         * ext/dv/Makefile.am:
20570         * ext/esd/Makefile.am:
20571         * ext/flac/Makefile.am:
20572         * ext/gconf/Makefile.am:
20573         * ext/gdk_pixbuf/Makefile.am:
20574         * ext/jpeg/Makefile.am:
20575         * ext/ladspa/Makefile.am:
20576         * ext/libcaca/Makefile.am:
20577         * ext/libmng/Makefile.am:
20578         * ext/libpng/Makefile.am:
20579         * ext/mikmod/Makefile.am:
20580         * ext/pango/Makefile.am:
20581         * ext/raw1394/Makefile.am:
20582         * ext/shout2/Makefile.am:
20583         * ext/speex/Makefile.am:
20584         * gst/alpha/Makefile.am:
20585         * gst/autodetect/Makefile.am:
20586         * gst/avi/Makefile.am:
20587         * gst/cutter/Makefile.am:
20588         * gst/debug/Makefile.am:
20589         * gst/effectv/Makefile.am:
20590         * gst/flx/Makefile.am:
20591         * gst/goom/Makefile.am:
20592         * gst/interleave/Makefile.am:
20593         * gst/law/Makefile.am:
20594         * gst/matroska/Makefile.am:
20595         * gst/median/Makefile.am:
20596         * gst/monoscope/Makefile.am:
20597         * gst/multipart/Makefile.am:
20598         * gst/oldcore/Makefile.am:
20599         * gst/rtp/Makefile.am:
20600         * gst/rtsp/Makefile.am:
20601         * gst/smoothwave/Makefile.am:
20602         * gst/smpte/Makefile.am:
20603         * gst/videobox/Makefile.am:
20604         * gst/videofilter/Makefile.am:
20605         * gst/videomixer/Makefile.am:
20606         * gst/wavenc/Makefile.am:
20607         * gst/wavparse/Makefile.am:
20608         * sys/oss/Makefile.am:
20609         * sys/osxaudio/Makefile.am:
20610         * sys/osxvideo/Makefile.am:
20611           fix up GST_LIBS use
20612
20613 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20614
20615         * gst/auparse/Makefile.am:
20616         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20617           fix build of auparse
20618
20619 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20620
20621         * configure.ac:
20622         * PORTED_09:
20623         * gst/auparse/gstauparse.c:
20624         * gst/auparse/gstauparse.h:
20625         Auparse ported to 0.9.
20626
20627 2005-09-22  Wim Taymans  <wim@fluendo.com>
20628
20629         * gst/rtp/TODO:
20630         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20631         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20632         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20633         (gst_rtpmp4venc_set_property):
20634         * gst/rtp/gstrtpmp4venc.h:
20635         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20636         * gst/rtp/gstrtpmpaenc.h:
20637         Use is_filled to both check MTU and max-ptime of base class.
20638
20639 2005-09-22  Wim Taymans  <wim@fluendo.com>
20640
20641         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20642         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20643         (gst_rtpmp4venc_set_property):
20644         Don't fragment packets with multiple frames.
20645
20646 2005-09-22  Wim Taymans  <wim@fluendo.com>
20647
20648         * gst/rtp/TODO:
20649         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20650         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20651         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20652         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20653         (gst_rtpmp4venc_get_property):
20654         * gst/rtp/gstrtpmp4venc.h:
20655         Remove g_print.
20656         Update TODO
20657         Make payload encoder a bit smarter and more correct with
20658         timestamps.
20659         Added option in payloader to include config string in-band.
20660
20661 2005-09-21  Wim Taymans  <wim@fluendo.com>
20662
20663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20664         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20665         (gst_rtspsrc_send):
20666         Strip spaces for key/value pairs.
20667
20668 2005-09-21  Wim Taymans  <wim@fluendo.com>
20669
20670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20671         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20672         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20673         (gst_rtspsrc_change_state):
20674         More SDP parsing and caps setting.
20675         Do NO_PREROLL differently.
20676         add pads only after negotiated.
20677
20678         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20679         (gst_udpsrc_getcaps):
20680         Implement the getcaps function.
20681
20682 2005-09-21  Wim Taymans  <wim@fluendo.com>
20683
20684         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20685         (gst_rtpamrdec_chain):
20686         Handle multiple AMr packets per payload. Handle CRC and
20687         parse ILL/ILP.
20688
20689         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20690         Make caps params strings for easy SDP mapping.
20691         
20692         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20693         Handle capsnego better.
20694
20695         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20696         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20697         Generate and parse config string in the caps.
20698
20699 2005-09-21  Wim Taymans  <wim@fluendo.com>
20700
20701         * gst/rtp/README:
20702         Update README
20703
20704         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20705         Make extra params as strings.
20706
20707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20708         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20709         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20710         Make state change return NO_PREROLL as this is a live
20711         source.
20712
20713         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20714         Don't unref old caps when NULL.
20715
20716 2005-09-20  Wim Taymans  <wim@fluendo.com>
20717
20718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20719         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20720         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20721         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20722         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20723         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20724         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20725         * gst/rtsp/sdpmessage.h:
20726         Add URI handler.
20727         Parse SDP and create caps.
20728
20729 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20730
20731         * gst/alpha/gstalpha.c:
20732           fix element description
20733
20734 2005-09-19  Wim Taymans  <wim@fluendo.com>
20735
20736         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20737         Don't check payload for now.
20738
20739 2005-09-19  Wim Taymans  <wim@fluendo.com>
20740
20741         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20742         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20743         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20744         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20745         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20746         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20747         (gst_wavparse_change_state):
20748         * gst/wavparse/gstwavparse.h:
20749         Fix wavparse some more.
20750
20751 2005-09-19  Wim Taymans  <wim@fluendo.com>
20752
20753         * check/elements/level.c: (GST_START_TEST):
20754         Fix for bus API change.
20755
20756 2005-09-19  Wim Taymans  <wim@fluendo.com>
20757
20758         * gst/level/level-example.c: (main):
20759         Fix for new bus API.
20760
20761         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20762         Set caps on pads.
20763
20764 2005-09-15  Wim Taymans  <wim@fluendo.com>
20765
20766         * gst/rtp/Makefile.am:
20767         * gst/rtp/README:
20768         * gst/rtp/gstrtp.c: (plugin_init):
20769         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20770         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20771         (gst_rtpamrdec_change_state):
20772         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20773         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20774         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20775         * gst/rtp/gstrtpamrenc.h:
20776         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20777         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20778         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20779         * gst/rtp/gstrtpgsmenc.h:
20780         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20781         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20782         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20783         (gst_rtpgsmparse_change_state):
20784         * gst/rtp/gstrtpgsmparse.h:
20785         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20786         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20787         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20788         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20789         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20790         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20791         * gst/rtp/gstrtph263penc.h:
20792         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20793         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20794         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20795         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20796         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20797         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20798         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20799         * gst/rtp/gstrtpmp4venc.h:
20800         * gst/rtp/gstrtpmpadec.c:
20801         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20802         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20803         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20804         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20805         * gst/rtp/gstrtpmpaenc.h:
20806         Updates to payloader/depayloaders, make payloaders use
20807         the base classes.
20808         Updated README with suggested RTP caps and how to convert
20809         to/from SDP.
20810         Added config descriptor in mp4v payloader.
20811
20812 2005-09-15  Andy Wingo  <wingo@pobox.com>
20813
20814         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20815         * gst/autodetect/gstautovideosink.c
20816         (gst_auto_video_sink_find_best): Update for new registry API.
20817
20818 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20819
20820         * common/c-to-xml.py:
20821         * common/gtk-doc-plugins.mak:
20822           a simple py script to generate valid xml from a C example
20823           probably also need to strip an MIT license when we decide
20824         * docs/plugins/Makefile.am:
20825         * gst/level/Makefile.am:
20826         * gst/level/gstlevel.c: (gst_level_init):
20827         * gst/level/level-example.c: (message_handler), (main):
20828           add an example to level that will show up in the docs
20829         * gst/rtp/TODO:
20830           add a note for the future
20831
20832 2005-09-14  Michael Smith <msmith@fluendo.com>
20833
20834         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20835           Actually define the debug object being used in wavenc. Fixes #316205
20836
20837 2005-09-14  Michael Smith <msmith@fluendo.com>
20838
20839         * gst/smpte/Makefile.am:
20840           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20841           needed to build on windows (bug 316204)
20842
20843 2005-09-12  Andy Wingo  <wingo@pobox.com>
20844
20845         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20846
20847 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20848
20849         * configure.ac:
20850         * gst/fdsrc/Makefile.am:
20851         * gst/fdsrc/gstfdsrc.c:
20852         * gst/fdsrc/gstfdsrc.h:
20853           Move fdsrc back into gstreamer core elements.
20854
20855         * gst/level/gstlevel.c: (gst_level_class_init),
20856         (gst_level_transform_ip):
20857         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20858           Basetransform changes.
20859
20860 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20861
20862         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20863         * ext/jpeg/smokecodec.c: (find_best_size):
20864           fix compiler warnings
20865
20866 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20867
20868         * gst-plugins-good.spec.in:
20869           spec file fixes
20870         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20871         (gst_multiudpsink_render), (gst_multiudpsink_add),
20872         (gst_multiudpsink_clear):
20873           it actually helps to actually stream if we hook up the
20874           "add" signal to an actual implementation
20875         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20876           some debugging
20877
20878 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20879
20880         * ext/jpeg/Makefile.am:
20881         * ext/jpeg/gstjpeg.c
20882         * ext/jpeg/gstjpegenc.c:
20883         * ext/jpeg/gstsmokeenc.c:
20884
20885 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20886
20887         * ext/flac/gstflacdec.c:
20888         * ext/flac/gstflacenc.c:
20889         * ext/flac/gstflactag.c:
20890         * ext/speex/gstspeexenc.c:
20891           gsttaginterface.h -> gsttagsetter.h
20892
20893 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20894
20895         * configure.ac:
20896         * gst/debug/Makefile.am:
20897         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20898         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20899         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20900         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20901         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20902           Port to 0.9 and re-enable efence plugin.
20903
20904 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20905
20906         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20907         (gst_flacdec_write), (gst_flacdec_convert_src):
20908         * ext/flac/gstflacdec.h:
20909           Add support for flac files with 24/32 bits per sample; and misc.
20910           minor clean-ups. Seeking is still partly broken (for me at least).
20911
20912 2005-09-06  Wim Taymans  <wim@fluendo.com>
20913
20914         * gst/rtp/Makefile.am:
20915         * gst/rtp/gstrtp.c: (plugin_init):
20916         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20917         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20918         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20919         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20920         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20921         (gst_rtpmp4vdec_plugin_init):
20922         * gst/rtp/gstrtpmp4vdec.h:
20923         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20924         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20925         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20926         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20927         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20928         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20929         * gst/rtp/gstrtpmp4venc.h:
20930         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20931         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20932         Added mpeg4 video payload encoder/decoder.
20933         Added some docs in mpa payloader.
20934
20935 === release 0.9.1 ===
20936
20937 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20938
20939         * NEWS:
20940         * README:
20941         * RELEASE:
20942         * autogen.sh:
20943         * configure.ac:
20944           releasing 0.9.1, "Blondie"
20945
20946 2005-09-05  Andy Wingo  <wingo@pobox.com>
20947
20948         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20949         here from the state change handler, so we fire signals without
20950         holding the state lock.
20951
20952 2005-09-02  Andy Wingo  <wingo@pobox.com>
20953
20954         * All plugins updated for element state changes.
20955
20956 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20957
20958         * Makefile.am:
20959         * check/.cvsignore:
20960         * check/Makefile.am:
20961         * check/elements/.cvsignore:
20962         * check/elements/level.c: (setup_level), (cleanup_level),
20963         (GST_START_TEST), (level_suite), (main):
20964           add a test for level
20965         * common/release.mak:
20966           move the enum checking to release.mak
20967         * configure.ac:
20968           add valgrind and check checking
20969         * gst/level/gstlevel.c: (gst_level_transform):
20970         * gst/level/gstlevel.h:
20971           fix Andy's cast bug
20972           convert a field to int
20973           fix the arithmetic to int when checking for emit so that a
20974           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20975
20976 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * Makefile.am:
20979         * configure.ac:
20980           add docs to build
20981         * common/plugins.xsl:
20982           wrap Description into a refsect2
20983         * docs/Makefile.am:
20984         * docs/plugins/Makefile.am:
20985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20987         * gst/goom/Makefile.am:
20988         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20989         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20990         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20991         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20992         (gst_goom_change_state):
20993         * gst/goom/gstgoom.h:
20994           GstGOOM -> GstGoom
20995           add an example launch line
20996         * gst/level/gstlevel.h:
20997         * gst/monoscope/gstmonoscope.c:
20998           cleanups
20999
21000 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * configure.ac:
21003         * docs/plugins/Makefile.am:
21004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21006         * docs/plugins/gst-plugins-good-plugins.types:
21007           document elements and plugins.  Shazam !
21008
21009 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21010
21011         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21012           be found under doc/random/ChangeLog-0.8